|
|
|
| 1 | 2026-06-23T23:04:01.276Z | job assigned to worker 01KVVBJJDTQ3R2FVEH2AT72SYM [factory aws, i-0ceddd5188747c0b2] (queued for 45 s) |
| |
| 2 | 2026-06-23T23:04:07.847Z | starting task 0: "setup" |
| 3 | 2026-06-23T23:04:07.856Z | ++ uname -s |
| 4 | 2026-06-23T23:04:07.856Z | + kern=SunOS |
| 5 | 2026-06-23T23:04:07.856Z | + build_user=build |
| 6 | 2026-06-23T23:04:07.856Z | + build_uid=12345 |
| 7 | 2026-06-23T23:04:07.856Z | + work_dir=/work |
| 8 | 2026-06-23T23:04:07.856Z | + input_dir=/input |
| 9 | 2026-06-23T23:04:07.856Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-23T23:04:07.856Z | + case "$kern" in |
| 11 | 2026-06-23T23:04:07.856Z | + groupadd -g 12345 build |
| 12 | 2026-06-23T23:04:07.865Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-23T23:04:09.862Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-23T23:04:09.975Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-23T23:04:09.980Z | + home_fs=zfs |
| 16 | 2026-06-23T23:04:09.980Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-23T23:04:09.980Z | + mkdir -p /home/build |
| 18 | 2026-06-23T23:04:09.981Z | + chown build:build /home/build /work |
| 19 | 2026-06-23T23:04:11.984Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-23T23:04:11.991Z | process exited: duration 4148 ms, exit code 0 |
| |
| 21 | 2026-06-23T23:04:11.999Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-23T23:04:12.003Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-23T23:04:12.003Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-23T23:04:12.003Z | * rust toolchain profile = "default" |
| 25 | 2026-06-23T23:04:12.003Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-23T23:04:12.003Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-23T23:04:12.003Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-23T23:04:12.006Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-23T23:04:12.006Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-23T23:04:12.085Z | info: downloading installer |
| 31 | 2026-06-23T23:04:13.537Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-23T23:04:13.537Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-23T23:04:13.537Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-23T23:04:13.537Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-23T23:04:13.550Z | info: profile set to default |
| 36 | 2026-06-23T23:04:13.550Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-23T23:04:13.553Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-23T23:04:13.687Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-23T23:04:13.691Z | info: downloading 6 components |
| 40 | 2026-06-23T23:04:29.020Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-23T23:04:29.020Z | |
| 42 | 2026-06-23T23:04:29.045Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-23T23:04:29.046Z | |
| 44 | 2026-06-23T23:04:29.049Z | |
| 45 | 2026-06-23T23:04:29.049Z | Rust is installed now. Great! |
| 46 | 2026-06-23T23:04:29.049Z | |
| 47 | 2026-06-23T23:04:29.049Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-23T23:04:29.049Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-23T23:04:29.049Z | |
| 50 | 2026-06-23T23:04:29.049Z | To configure your current shell, you need to source |
| 51 | 2026-06-23T23:04:29.049Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-23T23:04:29.049Z | |
| 53 | 2026-06-23T23:04:29.050Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-23T23:04:29.050Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-23T23:04:29.050Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-23T23:04:29.050Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-23T23:04:29.050Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-23T23:04:29.050Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-23T23:04:29.050Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-23T23:04:29.050Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-23T23:04:29.050Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-23T23:04:29.139Z | + rustup --version |
| 63 | 2026-06-23T23:04:29.148Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-23T23:04:29.151Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-23T23:04:29.169Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-23T23:04:29.177Z | + cargo --version |
| 67 | 2026-06-23T23:04:29.195Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-23T23:04:29.198Z | + rustc --version |
| 69 | 2026-06-23T23:04:29.208Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-23T23:04:29.211Z | process exited: duration 17211 ms, exit code 0 |
| |
| 71 | 2026-06-23T23:04:29.220Z | starting task 2: "authentication" |
| 72 | 2026-06-23T23:04:29.236Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-23T23:04:29.243Z | starting task 3: "clone repository" |
| 74 | 2026-06-23T23:04:29.246Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-23T23:04:29.250Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-23T23:04:29.281Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-23T23:04:40.338Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-23T23:04:40.341Z | + git fetch origin 8c68b73399a34697cf8beb9e8612fe9ae9f90763 |
| 79 | 2026-06-23T23:04:40.608Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-23T23:04:40.608Z | * branch 8c68b73399a34697cf8beb9e8612fe9ae9f90763 -> FETCH_HEAD |
| 81 | 2026-06-23T23:04:40.620Z | + [[ -n zfs-setprop ]] |
| 82 | 2026-06-23T23:04:40.623Z | ++ git branch --show-current |
| 83 | 2026-06-23T23:04:40.623Z | + current=main |
| 84 | 2026-06-23T23:04:40.623Z | + [[ main != zfs-setprop ]] |
| 85 | 2026-06-23T23:04:40.623Z | + git branch -f zfs-setprop 8c68b73399a34697cf8beb9e8612fe9ae9f90763 |
| 86 | 2026-06-23T23:04:40.628Z | + git checkout -f zfs-setprop |
| 87 | 2026-06-23T23:04:40.866Z | Switched to branch 'zfs-setprop' |
| 88 | 2026-06-23T23:04:40.870Z | + git reset --hard 8c68b73399a34697cf8beb9e8612fe9ae9f90763 |
| 89 | 2026-06-23T23:04:41.113Z | HEAD is now at 8c68b7339 [illumos-utils][zfs] Propagate property-read failures; treat zero size as none |
| 90 | 2026-06-23T23:04:41.116Z | process exited: duration 11873 ms, exit code 0 |
| |
| 91 | 2026-06-23T23:04:41.122Z | starting task 4: "build" |
| 92 | 2026-06-23T23:04:41.127Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-23T23:04:41.127Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-23T23:04:41.127Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-23T23:04:41.127Z | + cargo --version |
| 96 | 2026-06-23T23:04:41.138Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 97 | 2026-06-23T23:04:41.141Z | + rustc --version |
| 98 | 2026-06-23T23:04:41.171Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 99 | 2026-06-23T23:04:41.175Z | + source ./env.sh |
| 100 | 2026-06-23T23:04:41.175Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-06-23T23:04:41.178Z | ++ set -o xtrace |
| 102 | 2026-06-23T23:04:41.178Z | ++++ dirname ./env.sh |
| 103 | 2026-06-23T23:04:41.189Z | +++ readlink -f . |
| 104 | 2026-06-23T23:04:41.192Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-06-23T23:04:41.192Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-06-23T23:04:41.192Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-06-23T23:04:41.192Z | ++ 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 |
| 108 | 2026-06-23T23:04:41.192Z | ++ 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 |
| 109 | 2026-06-23T23:04:41.192Z | ++ 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 |
| 110 | 2026-06-23T23:04:41.192Z | ++ 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 |
| 111 | 2026-06-23T23:04:41.192Z | ++ 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 |
| 112 | 2026-06-23T23:04:41.192Z | ++ 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 |
| 113 | 2026-06-23T23:04:41.193Z | ++ 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 |
| 114 | 2026-06-23T23:04:41.193Z | ++ 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 |
| 115 | 2026-06-23T23:04:41.193Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-06-23T23:04:41.193Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-06-23T23:04:41.193Z | + 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 |
| 118 | 2026-06-23T23:04:41.193Z | + 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 |
| 119 | 2026-06-23T23:04:41.193Z | + banner prerequisites |
| 120 | 2026-06-23T23:04:41.196Z | |
| 121 | 2026-06-23T23:04:41.196Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 122 | 2026-06-23T23:04:41.196Z | # # # # # # # # # # # # # # # |
| 123 | 2026-06-23T23:04:41.196Z | # # # # ##### # # ##### # # # # # #### # |
| 124 | 2026-06-23T23:04:41.196Z | ##### ##### # ##### # # # # # # # # # |
| 125 | 2026-06-23T23:04:41.196Z | # # # # # # # # # # # # # # # |
| 126 | 2026-06-23T23:04:41.196Z | # # # ###### # # ###### ### # #### # #### # |
| 127 | 2026-06-23T23:04:41.196Z | |
| 128 | 2026-06-23T23:04:41.196Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 129 | 2026-06-23T23:04:42.796Z | Startup: Refreshing catalog 'helios' ... Done |
| 130 | 2026-06-23T23:04:42.900Z | Startup: Caching catalogs ... Done |
| 131 | 2026-06-23T23:04:43.363Z | Planning: Solver setup ... Done (0.418s) |
| 132 | 2026-06-23T23:04:43.387Z | Planning: Running solver ... Done (0.024s) |
| 133 | 2026-06-23T23:04:43.398Z | Planning: Finding local manifests ... Done (0.003s) |
| 134 | 2026-06-23T23:04:43.410Z | Planning: Fetching manifests: 0/2 0% complete |
| 135 | 2026-06-23T23:04:43.427Z | Planning: Fetching manifests: 2/2 100% complete |
| 136 | 2026-06-23T23:04:43.440Z | Planning: Package planning ... Done (0.014s) |
| 137 | 2026-06-23T23:04:43.444Z | Planning: Merging actions ... Done (0.002s) |
| 138 | 2026-06-23T23:04:43.609Z | Planning: Checking for conflicting actions ... Done (0.167s) |
| 139 | 2026-06-23T23:04:43.613Z | Planning: Consolidating action changes ... Done (0.001s) |
| 140 | 2026-06-23T23:04:44.396Z | Planning: Evaluating mediators ... Done (0.785s) |
| 141 | 2026-06-23T23:04:44.399Z | Planning: Planning completed in 1.48 seconds |
| 142 | 2026-06-23T23:04:44.405Z | Packages to install: 2 |
| 143 | 2026-06-23T23:04:44.405Z | Estimated space available: 156.06 GB |
| 144 | 2026-06-23T23:04:44.408Z | Estimated space to be consumed: 29.56 MB |
| 145 | 2026-06-23T23:04:44.408Z | Create boot environment: No |
| 146 | 2026-06-23T23:04:44.408Z | Create backup boot environment: No |
| 147 | 2026-06-23T23:04:44.408Z | Rebuild boot archive: No |
| 148 | 2026-06-23T23:04:44.408Z | |
| 149 | 2026-06-23T23:04:44.408Z | Changed packages: |
| 150 | 2026-06-23T23:04:44.408Z | helios |
| 151 | 2026-06-23T23:04:44.408Z | developer/build-essential |
| 152 | 2026-06-23T23:04:44.409Z | None -> 11-3.0 |
| 153 | 2026-06-23T23:04:44.409Z | library/libxmlsec1 |
| 154 | 2026-06-23T23:04:44.409Z | None -> 1.2.35-3.0 |
| 155 | 2026-06-23T23:04:44.430Z | |
| 156 | 2026-06-23T23:04:44.430Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 157 | 2026-06-23T23:04:45.808Z | Download: Completed 1.28 MB in 1.37 seconds (959k/s) |
| 158 | 2026-06-23T23:04:45.893Z | Actions: 1/268 actions (Installing new actions) |
| 159 | 2026-06-23T23:04:45.932Z | Actions: Completed 268 actions in 0.04 seconds. |
| 160 | 2026-06-23T23:04:45.942Z | Finalize: Updating package state database ... Done (0.010s) |
| 161 | 2026-06-23T23:04:45.945Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-06-23T23:04:45.969Z | Finalize: Updating image state ... Done (0.027s) |
| 163 | 2026-06-23T23:04:48.429Z | Finalize: Creating fast lookup database ... Done (2.436s) |
| 164 | 2026-06-23T23:04:48.498Z | Finalize: Reading search index ... Done (0.012s) |
| 165 | 2026-06-23T23:04:48.501Z | Finalize: Updating search index ... Done (0.000s) |
| 166 | 2026-06-23T23:04:48.572Z | Finalize: Updating package cache ... Done (0.000s) |
| 167 | 2026-06-23T23:04:48.891Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-06-23T23:04:48.997Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-06-23T23:04:49.001Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-06-23T23:04:49.157Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-06-23T23:04:49.161Z | Planning: Planning completed in 0.27 seconds |
| 172 | 2026-06-23T23:04:49.180Z | Mediators to change: 2 |
| 173 | 2026-06-23T23:04:49.180Z | Create boot environment: No |
| 174 | 2026-06-23T23:04:49.180Z | Create backup boot environment: No |
| 175 | 2026-06-23T23:04:49.232Z | Finalize: Updating package state database ... Done |
| 176 | 2026-06-23T23:04:49.232Z | Finalize: Updating package cache ... Done |
| 177 | 2026-06-23T23:04:49.247Z | Finalize: Updating image state ... Done |
| 178 | 2026-06-23T23:04:51.235Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-06-23T23:04:51.305Z | Finalize: Reading search index ... Done |
| 180 | 2026-06-23T23:04:51.309Z | Finalize: Updating search index ... Done |
| 181 | 2026-06-23T23:04:51.376Z | Finalize: Updating package cache ... Done |
| 182 | 2026-06-23T23:04:51.668Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-06-23T23:04:51.772Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2026-06-23T23:04:51.775Z | Planning: Consolidating action changes ... Done |
| 185 | 2026-06-23T23:04:51.930Z | Planning: Evaluating mediators ... Done |
| 186 | 2026-06-23T23:04:51.933Z | Planning: Planning completed in 0.26 seconds |
| 187 | 2026-06-23T23:04:51.953Z | Mediators to change: 1 |
| 188 | 2026-06-23T23:04:51.953Z | Create boot environment: No |
| 189 | 2026-06-23T23:04:51.953Z | Create backup boot environment: No |
| 190 | 2026-06-23T23:04:51.996Z | Finalize: Updating package state database ... Done |
| 191 | 2026-06-23T23:04:51.997Z | Finalize: Updating package cache ... Done |
| 192 | 2026-06-23T23:04:52.011Z | Finalize: Updating image state ... Done |
| 193 | 2026-06-23T23:04:53.987Z | Finalize: Creating fast lookup database ... Done |
| 194 | 2026-06-23T23:04:54.053Z | Finalize: Reading search index ... Done |
| 195 | 2026-06-23T23:04:54.057Z | Finalize: Updating search index ... Done |
| 196 | 2026-06-23T23:04:54.114Z | Finalize: Updating package cache ... Done |
| 197 | 2026-06-23T23:04:54.430Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 198 | 2026-06-23T23:04:54.430Z | apache system 2.4 system |
| 199 | 2026-06-23T23:04:54.430Z | clang system 15 system |
| 200 | 2026-06-23T23:04:54.430Z | csh system system illumos |
| 201 | 2026-06-23T23:04:54.430Z | ctags system system illumos |
| 202 | 2026-06-23T23:04:54.430Z | file vendor vendor darwinsys |
| 203 | 2026-06-23T23:04:54.430Z | file system system illumos |
| 204 | 2026-06-23T23:04:54.430Z | gcc vendor 14 vendor |
| 205 | 2026-06-23T23:04:54.430Z | gcc system 13 system |
| 206 | 2026-06-23T23:04:54.430Z | gcc system 10 system |
| 207 | 2026-06-23T23:04:54.430Z | go system 1.25 system |
| 208 | 2026-06-23T23:04:54.430Z | llvm system 15 system |
| 209 | 2026-06-23T23:04:54.430Z | mariadb system 11.4 system |
| 210 | 2026-06-23T23:04:54.430Z | mta vendor vendor dma |
| 211 | 2026-06-23T23:04:54.430Z | openjdk system 17 system |
| 212 | 2026-06-23T23:04:54.430Z | openjdk system 11 system |
| 213 | 2026-06-23T23:04:54.431Z | openssl vendor 3 vendor |
| 214 | 2026-06-23T23:04:54.431Z | perl system 5.40 system |
| 215 | 2026-06-23T23:04:54.431Z | postgresql system 18 system |
| 216 | 2026-06-23T23:04:54.431Z | postgresql system 17 system |
| 217 | 2026-06-23T23:04:54.431Z | python vendor 3 vendor |
| 218 | 2026-06-23T23:04:54.431Z | python system 2 system |
| 219 | 2026-06-23T23:04:54.431Z | python3 vendor 3.13 vendor |
| 220 | 2026-06-23T23:04:54.431Z | ruby system 3.4 system |
| 221 | 2026-06-23T23:04:54.431Z | ruby system 3.0 system |
| 222 | 2026-06-23T23:04:54.431Z | words vendor vendor american-english |
| 223 | 2026-06-23T23:04:54.431Z | words system system australian-english |
| 224 | 2026-06-23T23:04:54.431Z | words system system british-english |
| 225 | 2026-06-23T23:04:54.431Z | words system system canadian-english |
| 226 | 2026-06-23T23:04:54.431Z | words system system french |
| 227 | 2026-06-23T23:04:54.431Z | words system system italian |
| 228 | 2026-06-23T23:04:54.431Z | words system system ngerman |
| 229 | 2026-06-23T23:04:54.431Z | words system system ogerman |
| 230 | 2026-06-23T23:04:54.431Z | words system system spanish |
| 231 | 2026-06-23T23:04:54.688Z | PUBLISHER TYPE STATUS P LOCATION |
| 232 | 2026-06-23T23:04:54.688Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 233 | 2026-06-23T23:04:54.990Z | FMRI IFO |
| 234 | 2026-06-23T23:04:54.990Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 235 | 2026-06-23T23:04:54.990Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 236 | 2026-06-23T23:04:54.990Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 237 | 2026-06-23T23:04:54.990Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 238 | 2026-06-23T23:04:54.990Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 239 | 2026-06-23T23:04:54.990Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 240 | 2026-06-23T23:04:54.990Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 241 | 2026-06-23T23:04:54.990Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 242 | 2026-06-23T23:04:54.990Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 243 | 2026-06-23T23:04:55.246Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 244 | 2026-06-23T23:04:55.548Z | Updating crates.io index |
| 245 | 2026-06-23T23:04:55.551Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 246 | 2026-06-23T23:04:55.773Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 247 | 2026-06-23T23:04:56.092Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-06-23T23:04:56.354Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-06-23T23:04:57.300Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-06-23T23:04:57.784Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-06-23T23:04:59.317Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-06-23T23:05:00.092Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-06-23T23:05:00.310Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 254 | 2026-06-23T23:05:01.465Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-06-23T23:05:01.983Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 256 | 2026-06-23T23:05:02.291Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 257 | 2026-06-23T23:05:02.532Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 258 | 2026-06-23T23:05:02.935Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 259 | 2026-06-23T23:05:03.468Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-06-23T23:05:03.701Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 261 | 2026-06-23T23:05:03.924Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 262 | 2026-06-23T23:05:04.187Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 263 | 2026-06-23T23:05:04.579Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 264 | 2026-06-23T23:05:04.796Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 265 | 2026-06-23T23:05:05.032Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 266 | 2026-06-23T23:05:05.276Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 267 | 2026-06-23T23:05:05.633Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-06-23T23:05:06.096Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 269 | 2026-06-23T23:05:06.321Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 270 | 2026-06-23T23:05:06.733Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 271 | 2026-06-23T23:05:06.962Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 272 | 2026-06-23T23:05:07.465Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 273 | 2026-06-23T23:05:07.724Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2026-06-23T23:05:07.958Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2026-06-23T23:05:08.288Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-06-23T23:05:08.667Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 277 | 2026-06-23T23:05:08.898Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-06-23T23:05:09.163Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-06-23T23:05:09.420Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 280 | 2026-06-23T23:05:09.681Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 281 | 2026-06-23T23:05:09.979Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 282 | 2026-06-23T23:05:10.216Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 283 | 2026-06-23T23:05:10.474Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 284 | 2026-06-23T23:05:10.977Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 285 | 2026-06-23T23:05:13.551Z | Downloading crates ... |
| 286 | 2026-06-23T23:05:13.611Z | Downloaded anstream v1.0.0 |
| 287 | 2026-06-23T23:05:13.623Z | Downloaded zmij v1.0.21 |
| 288 | 2026-06-23T23:05:13.625Z | Downloaded fs-err v3.3.0 |
| 289 | 2026-06-23T23:05:13.626Z | Downloaded equivalent v1.0.2 |
| 290 | 2026-06-23T23:05:13.626Z | Downloaded errno v0.3.14 |
| 291 | 2026-06-23T23:05:13.629Z | Downloaded version_check v0.9.5 |
| 292 | 2026-06-23T23:05:13.633Z | Downloaded thiserror v2.0.18 |
| 293 | 2026-06-23T23:05:13.636Z | Downloaded clap_derive v4.6.1 |
| 294 | 2026-06-23T23:05:13.636Z | Downloaded heck v0.4.1 |
| 295 | 2026-06-23T23:05:13.636Z | Downloaded form_urlencoded v1.2.2 |
| 296 | 2026-06-23T23:05:13.636Z | Downloaded toml_write v0.1.2 |
| 297 | 2026-06-23T23:05:13.639Z | Downloaded thread-id v4.2.2 |
| 298 | 2026-06-23T23:05:13.642Z | Downloaded crypto-common v0.1.7 |
| 299 | 2026-06-23T23:05:13.642Z | Downloaded icu_provider v2.1.1 |
| 300 | 2026-06-23T23:05:13.645Z | Downloaded dtrace-parser v0.2.0 |
| 301 | 2026-06-23T23:05:13.645Z | Downloaded cargo-platform v0.2.0 |
| 302 | 2026-06-23T23:05:13.645Z | Downloaded anstyle-query v1.1.5 |
| 303 | 2026-06-23T23:05:13.648Z | Downloaded generic-array v0.14.7 |
| 304 | 2026-06-23T23:05:13.648Z | Downloaded textwrap v0.16.2 |
| 305 | 2026-06-23T23:05:13.651Z | Downloaded unicode-xid v0.2.6 |
| 306 | 2026-06-23T23:05:13.651Z | Downloaded cfg-if v1.0.4 |
| 307 | 2026-06-23T23:05:13.654Z | Downloaded unicode-linebreak v0.1.5 |
| 308 | 2026-06-23T23:05:13.654Z | Downloaded fastrand v2.3.0 |
| 309 | 2026-06-23T23:05:13.657Z | Downloaded cpufeatures v0.2.17 |
| 310 | 2026-06-23T23:05:13.657Z | Downloaded zerofrom v0.1.6 |
| 311 | 2026-06-23T23:05:13.657Z | Downloaded camino-tempfile v1.4.1 |
| 312 | 2026-06-23T23:05:13.657Z | Downloaded yoke-derive v0.8.1 |
| 313 | 2026-06-23T23:05:13.662Z | Downloaded utf8parse v0.2.2 |
| 314 | 2026-06-23T23:05:13.665Z | Downloaded dof v0.3.0 |
| 315 | 2026-06-23T23:05:13.665Z | Downloaded typeid v1.0.3 |
| 316 | 2026-06-23T23:05:13.665Z | Downloaded utf8_iter v1.0.4 |
| 317 | 2026-06-23T23:05:13.665Z | Downloaded usdt v0.5.0 |
| 318 | 2026-06-23T23:05:13.668Z | Downloaded colorchoice v1.0.4 |
| 319 | 2026-06-23T23:05:13.668Z | Downloaded usdt-macro v0.5.0 |
| 320 | 2026-06-23T23:05:13.669Z | Downloaded proc-macro-error-attr v1.0.4 |
| 321 | 2026-06-23T23:05:13.672Z | Downloaded block-buffer v0.10.4 |
| 322 | 2026-06-23T23:05:13.675Z | Downloaded usdt-attr-macro v0.5.0 |
| 323 | 2026-06-23T23:05:13.675Z | Downloaded heck v0.5.0 |
| 324 | 2026-06-23T23:05:13.675Z | Downloaded toml_datetime v0.6.11 |
| 325 | 2026-06-23T23:05:13.678Z | Downloaded zerotrie v0.2.3 |
| 326 | 2026-06-23T23:05:13.679Z | Downloaded thiserror-impl v2.0.18 |
| 327 | 2026-06-23T23:05:13.683Z | Downloaded writeable v0.6.2 |
| 328 | 2026-06-23T23:05:13.686Z | Downloaded thiserror v1.0.69 |
| 329 | 2026-06-23T23:05:13.689Z | Downloaded zerovec-derive v0.11.2 |
| 330 | 2026-06-23T23:05:13.689Z | Downloaded tinystr v0.8.2 |
| 331 | 2026-06-23T23:05:13.689Z | Downloaded idna_adapter v1.2.1 |
| 332 | 2026-06-23T23:05:13.693Z | Downloaded clap_lex v1.0.0 |
| 333 | 2026-06-23T23:05:13.693Z | Downloaded zerofrom-derive v0.1.6 |
| 334 | 2026-06-23T23:05:13.693Z | Downloaded yoke v0.8.1 |
| 335 | 2026-06-23T23:05:13.693Z | Downloaded thiserror-impl v1.0.69 |
| 336 | 2026-06-23T23:05:13.696Z | Downloaded fnv v1.0.7 |
| 337 | 2026-06-23T23:05:13.696Z | Downloaded digest v0.10.7 |
| 338 | 2026-06-23T23:05:13.699Z | Downloaded ucd-trie v0.1.7 |
| 339 | 2026-06-23T23:05:13.699Z | Downloaded toml v0.8.23 |
| 340 | 2026-06-23T23:05:13.703Z | Downloaded zerocopy-derive v0.7.35 |
| 341 | 2026-06-23T23:05:13.706Z | Downloaded usdt-impl v0.5.0 |
| 342 | 2026-06-23T23:05:13.706Z | Downloaded unicode-ident v1.0.24 |
| 343 | 2026-06-23T23:05:13.709Z | Downloaded ordered-float v2.10.1 |
| 344 | 2026-06-23T23:05:13.713Z | Downloaded scroll_derive v0.12.1 |
| 345 | 2026-06-23T23:05:13.716Z | Downloaded itoa v1.0.17 |
| 346 | 2026-06-23T23:05:13.719Z | Downloaded potential_utf v0.1.4 |
| 347 | 2026-06-23T23:05:13.722Z | Downloaded memmap v0.7.0 |
| 348 | 2026-06-23T23:05:13.722Z | Downloaded is_terminal_polyfill v1.70.2 |
| 349 | 2026-06-23T23:05:13.722Z | Downloaded typenum v1.19.0 |
| 350 | 2026-06-23T23:05:13.726Z | Downloaded toml_edit v0.22.27 |
| 351 | 2026-06-23T23:05:13.729Z | Downloaded percent-encoding v2.3.2 |
| 352 | 2026-06-23T23:05:13.732Z | Downloaded cargo_metadata v0.21.0 |
| 353 | 2026-06-23T23:05:13.732Z | Downloaded displaydoc v0.2.5 |
| 354 | 2026-06-23T23:05:13.732Z | Downloaded bytecount v0.6.9 |
| 355 | 2026-06-23T23:05:13.734Z | Downloaded anstyle-parse v1.0.0 |
| 356 | 2026-06-23T23:05:13.734Z | Downloaded anstyle v1.0.14 |
| 357 | 2026-06-23T23:05:13.737Z | Downloaded url v2.5.8 |
| 358 | 2026-06-23T23:05:13.741Z | Downloaded byteorder v1.5.0 |
| 359 | 2026-06-23T23:05:13.744Z | Downloaded smawk v0.3.2 |
| 360 | 2026-06-23T23:05:13.744Z | Downloaded macaddr v1.0.1 |
| 361 | 2026-06-23T23:05:13.747Z | Downloaded zerocopy v0.7.35 |
| 362 | 2026-06-23T23:05:13.754Z | Downloaded swrite v0.1.0 |
| 363 | 2026-06-23T23:05:13.757Z | Downloaded zerovec v0.11.5 |
| 364 | 2026-06-23T23:05:13.760Z | Downloaded winnow v0.7.14 |
| 365 | 2026-06-23T23:05:13.763Z | Downloaded unicode-width v0.1.14 |
| 366 | 2026-06-23T23:05:13.766Z | Downloaded serde_tokenstream v0.2.3 |
| 367 | 2026-06-23T23:05:13.769Z | Downloaded tabled_derive v0.7.0 |
| 368 | 2026-06-23T23:05:13.769Z | Downloaded unicode-width v0.2.0 |
| 369 | 2026-06-23T23:05:13.772Z | Downloaded stable_deref_trait v1.2.1 |
| 370 | 2026-06-23T23:05:13.772Z | Downloaded serde_spanned v0.6.9 |
| 371 | 2026-06-23T23:05:13.772Z | Downloaded serde-value v0.7.0 |
| 372 | 2026-06-23T23:05:13.772Z | Downloaded pretty-hex v0.4.1 |
| 373 | 2026-06-23T23:05:13.772Z | Downloaded terminal_size v0.4.3 |
| 374 | 2026-06-23T23:05:13.776Z | Downloaded plain v0.2.3 |
| 375 | 2026-06-23T23:05:13.776Z | Downloaded strsim v0.11.1 |
| 376 | 2026-06-23T23:05:13.779Z | Downloaded scroll v0.12.0 |
| 377 | 2026-06-23T23:05:13.789Z | Downloaded erased-serde v0.4.9 |
| 378 | 2026-06-23T23:05:13.792Z | Downloaded autocfg v1.5.0 |
| 379 | 2026-06-23T23:05:13.800Z | Downloaded pest_generator v2.8.6 |
| 380 | 2026-06-23T23:05:13.803Z | Downloaded cargo-util-schemas v0.8.2 |
| 381 | 2026-06-23T23:05:13.806Z | Downloaded cargo_toml v0.21.0 |
| 382 | 2026-06-23T23:05:13.806Z | Downloaded anyhow v1.0.102 |
| 383 | 2026-06-23T23:05:13.809Z | Downloaded sha2 v0.10.9 |
| 384 | 2026-06-23T23:05:13.812Z | Downloaded proc-macro-error v1.0.4 |
| 385 | 2026-06-23T23:05:13.815Z | Downloaded serde-untagged v0.1.9 |
| 386 | 2026-06-23T23:05:13.826Z | Downloaded smallvec v1.15.1 |
| 387 | 2026-06-23T23:05:13.830Z | Downloaded icu_locale_core v2.1.1 |
| 388 | 2026-06-23T23:05:13.833Z | Downloaded once_cell v1.21.3 |
| 389 | 2026-06-23T23:05:13.836Z | Downloaded pest_derive v2.8.6 |
| 390 | 2026-06-23T23:05:13.839Z | Downloaded semver v1.0.28 |
| 391 | 2026-06-23T23:05:13.843Z | Downloaded camino v1.2.2 |
| 392 | 2026-06-23T23:05:13.846Z | Downloaded tempfile v3.25.0 |
| 393 | 2026-06-23T23:05:13.849Z | Downloaded icu_properties v2.1.2 |
| 394 | 2026-06-23T23:05:13.849Z | Downloaded bitflags v2.11.0 |
| 395 | 2026-06-23T23:05:13.852Z | Downloaded num-traits v0.2.19 |
| 396 | 2026-06-23T23:05:13.852Z | Downloaded getrandom v0.4.1 |
| 397 | 2026-06-23T23:05:13.855Z | Downloaded synstructure v0.13.2 |
| 398 | 2026-06-23T23:05:13.855Z | Downloaded quote v1.0.45 |
| 399 | 2026-06-23T23:05:13.859Z | Downloaded clap v4.6.1 |
| 400 | 2026-06-23T23:05:13.862Z | Downloaded litemap v0.8.1 |
| 401 | 2026-06-23T23:05:13.871Z | Downloaded papergrid v0.11.0 |
| 402 | 2026-06-23T23:05:13.874Z | Downloaded serde_derive v1.0.228 |
| 403 | 2026-06-23T23:05:13.877Z | Downloaded proc-macro2 v1.0.106 |
| 404 | 2026-06-23T23:05:13.880Z | Downloaded icu_normalizer v2.1.1 |
| 405 | 2026-06-23T23:05:13.883Z | Downloaded log v0.4.29 |
| 406 | 2026-06-23T23:05:13.888Z | Downloaded icu_normalizer_data v2.1.1 |
| 407 | 2026-06-23T23:05:13.892Z | Downloaded serde_core v1.0.228 |
| 408 | 2026-06-23T23:05:13.903Z | Downloaded icu_collections v2.1.1 |
| 409 | 2026-06-23T23:05:13.920Z | Downloaded serde v1.0.228 |
| 410 | 2026-06-23T23:05:13.923Z | Downloaded pest_meta v2.8.6 |
| 411 | 2026-06-23T23:05:13.923Z | Downloaded indexmap v2.14.0 |
| 412 | 2026-06-23T23:05:13.933Z | Downloaded memchr v2.8.0 |
| 413 | 2026-06-23T23:05:13.957Z | Downloaded icu_properties_data v2.1.2 |
| 414 | 2026-06-23T23:05:13.980Z | Downloaded pest v2.8.6 |
| 415 | 2026-06-23T23:05:13.983Z | Downloaded clap_builder v4.6.0 |
| 416 | 2026-06-23T23:05:13.986Z | Downloaded hashbrown v0.17.0 |
| 417 | 2026-06-23T23:05:13.991Z | Downloaded idna v1.1.0 |
| 418 | 2026-06-23T23:05:13.999Z | Downloaded serde_json v1.0.149 |
| 419 | 2026-06-23T23:05:14.004Z | Downloaded goblin v0.8.2 |
| 420 | 2026-06-23T23:05:14.016Z | Downloaded tabled v0.15.0 |
| 421 | 2026-06-23T23:05:14.034Z | Downloaded syn v1.0.109 |
| 422 | 2026-06-23T23:05:14.040Z | Downloaded syn v2.0.117 |
| 423 | 2026-06-23T23:05:14.064Z | Downloaded rustix v1.1.3 |
| 424 | 2026-06-23T23:05:14.097Z | Downloaded libc v0.2.185 |
| 425 | 2026-06-23T23:05:14.166Z | Compiling proc-macro2 v1.0.106 |
| 426 | 2026-06-23T23:05:14.166Z | Compiling unicode-ident v1.0.24 |
| 427 | 2026-06-23T23:05:14.166Z | Compiling quote v1.0.45 |
| 428 | 2026-06-23T23:05:14.166Z | Compiling serde_core v1.0.228 |
| 429 | 2026-06-23T23:05:14.166Z | Compiling libc v0.2.185 |
| 430 | 2026-06-23T23:05:14.169Z | Compiling version_check v0.9.5 |
| 431 | 2026-06-23T23:05:14.169Z | Compiling memchr v2.8.0 |
| 432 | 2026-06-23T23:05:14.169Z | Compiling stable_deref_trait v1.2.1 |
| 433 | 2026-06-23T23:05:14.490Z | Compiling serde v1.0.228 |
| 434 | 2026-06-23T23:05:14.506Z | Compiling zmij v1.0.21 |
| 435 | 2026-06-23T23:05:14.744Z | Compiling autocfg v1.5.0 |
| 436 | 2026-06-23T23:05:15.038Z | Compiling ucd-trie v0.1.7 |
| 437 | 2026-06-23T23:05:15.042Z | Compiling itoa v1.0.17 |
| 438 | 2026-06-23T23:05:15.176Z | Compiling thiserror v1.0.69 |
| 439 | 2026-06-23T23:05:15.238Z | Compiling pest v2.8.6 |
| 440 | 2026-06-23T23:05:15.300Z | Compiling writeable v0.6.2 |
| 441 | 2026-06-23T23:05:15.394Z | Compiling litemap v0.8.1 |
| 442 | 2026-06-23T23:05:15.434Z | Compiling rustix v1.1.3 |
| 443 | 2026-06-23T23:05:15.506Z | Compiling icu_normalizer_data v2.1.1 |
| 444 | 2026-06-23T23:05:15.598Z | Compiling icu_properties_data v2.1.2 |
| 445 | 2026-06-23T23:05:15.655Z | Compiling byteorder v1.5.0 |
| 446 | 2026-06-23T23:05:15.900Z | Compiling syn v2.0.117 |
| 447 | 2026-06-23T23:05:15.993Z | Compiling errno v0.3.14 |
| 448 | 2026-06-23T23:05:16.011Z | Compiling bitflags v2.11.0 |
| 449 | 2026-06-23T23:05:16.030Z | Compiling serde_json v1.0.149 |
| 450 | 2026-06-23T23:05:16.249Z | Compiling num-traits v0.2.19 |
| 451 | 2026-06-23T23:05:16.267Z | Compiling typeid v1.0.3 |
| 452 | 2026-06-23T23:05:16.366Z | Compiling pest_meta v2.8.6 |
| 453 | 2026-06-23T23:05:16.432Z | Compiling hashbrown v0.17.0 |
| 454 | 2026-06-23T23:05:17.530Z | Compiling equivalent v1.0.2 |
| 455 | 2026-06-23T23:05:17.535Z | Compiling smallvec v1.15.1 |
| 456 | 2026-06-23T23:05:17.535Z | Compiling thread-id v4.2.2 |
| 457 | 2026-06-23T23:05:17.535Z | Compiling indexmap v2.14.0 |
| 458 | 2026-06-23T23:05:17.535Z | Compiling usdt-impl v0.5.0 |
| 459 | 2026-06-23T23:05:17.535Z | Compiling proc-macro-error-attr v1.0.4 |
| 460 | 2026-06-23T23:05:17.535Z | Compiling erased-serde v0.4.9 |
| 461 | 2026-06-23T23:05:17.535Z | Compiling toml_write v0.1.2 |
| 462 | 2026-06-23T23:05:17.535Z | Compiling syn v1.0.109 |
| 463 | 2026-06-23T23:05:17.535Z | Compiling winnow v0.7.14 |
| 464 | 2026-06-23T23:05:17.618Z | Compiling proc-macro-error v1.0.4 |
| 465 | 2026-06-23T23:05:17.667Z | Compiling camino v1.2.2 |
| 466 | 2026-06-23T23:05:17.818Z | Compiling getrandom v0.4.1 |
| 467 | 2026-06-23T23:05:17.991Z | Compiling percent-encoding v2.3.2 |
| 468 | 2026-06-23T23:05:18.019Z | Compiling utf8_iter v1.0.4 |
| 469 | 2026-06-23T23:05:18.036Z | Compiling thiserror v2.0.18 |
| 470 | 2026-06-23T23:05:18.176Z | Compiling utf8parse v0.2.2 |
| 471 | 2026-06-23T23:05:18.195Z | Compiling plain v0.2.3 |
| 472 | 2026-06-23T23:05:18.198Z | Compiling log v0.4.29 |
| 473 | 2026-06-23T23:05:18.246Z | Compiling form_urlencoded v1.2.2 |
| 474 | 2026-06-23T23:05:18.290Z | Compiling anstyle-parse v1.0.0 |
| 475 | 2026-06-23T23:05:18.387Z | Compiling ordered-float v2.10.1 |
| 476 | 2026-06-23T23:05:18.503Z | Compiling synstructure v0.13.2 |
| 477 | 2026-06-23T23:05:18.526Z | Compiling pest_generator v2.8.6 |
| 478 | 2026-06-23T23:05:18.658Z | Compiling terminal_size v0.4.3 |
| 479 | 2026-06-23T23:05:18.813Z | Compiling cfg-if v1.0.4 |
| 480 | 2026-06-23T23:05:18.889Z | Compiling anstyle v1.0.14 |
| 481 | 2026-06-23T23:05:18.907Z | Compiling is_terminal_polyfill v1.70.2 |
| 482 | 2026-06-23T23:05:19.002Z | Compiling colorchoice v1.0.4 |
| 483 | 2026-06-23T23:05:19.018Z | Compiling pretty-hex v0.4.1 |
| 484 | 2026-06-23T23:05:19.039Z | Compiling anstyle-query v1.1.5 |
| 485 | 2026-06-23T23:05:19.174Z | Compiling serde-untagged v0.1.9 |
| 486 | 2026-06-23T23:05:19.214Z | Compiling anstream v1.0.0 |
| 487 | 2026-06-23T23:05:19.246Z | Compiling semver v1.0.28 |
| 488 | 2026-06-23T23:05:19.334Z | Compiling fs-err v3.3.0 |
| 489 | 2026-06-23T23:05:19.423Z | Compiling fnv v1.0.7 |
| 490 | 2026-06-23T23:05:19.530Z | Compiling clap_lex v1.0.0 |
| 491 | 2026-06-23T23:05:19.533Z | Compiling heck v0.4.1 |
| 492 | 2026-06-23T23:05:19.564Z | Compiling heck v0.5.0 |
| 493 | 2026-06-23T23:05:19.600Z | Compiling fastrand v2.3.0 |
| 494 | 2026-06-23T23:05:19.628Z | Compiling bytecount v0.6.9 |
| 495 | 2026-06-23T23:05:19.768Z | Compiling once_cell v1.21.3 |
| 496 | 2026-06-23T23:05:19.801Z | Compiling anyhow v1.0.102 |
| 497 | 2026-06-23T23:05:19.804Z | Compiling unicode-xid v0.2.6 |
| 498 | 2026-06-23T23:05:19.866Z | Compiling strsim v0.11.1 |
| 499 | 2026-06-23T23:05:19.942Z | Compiling unicode-width v0.1.14 |
| 500 | 2026-06-23T23:05:19.997Z | Compiling tempfile v3.25.0 |
| 501 | 2026-06-23T23:05:20.101Z | Compiling clap_builder v4.6.0 |
| 502 | 2026-06-23T23:05:20.236Z | Compiling papergrid v0.11.0 |
| 503 | 2026-06-23T23:05:20.299Z | Compiling serde_derive v1.0.228 |
| 504 | 2026-06-23T23:05:20.342Z | Compiling zerofrom-derive v0.1.6 |
| 505 | 2026-06-23T23:05:20.359Z | Compiling yoke-derive v0.8.1 |
| 506 | 2026-06-23T23:05:20.394Z | Compiling zerovec-derive v0.11.2 |
| 507 | 2026-06-23T23:05:20.652Z | Compiling displaydoc v0.2.5 |
| 508 | 2026-06-23T23:05:21.413Z | Compiling thiserror-impl v1.0.69 |
| 509 | 2026-06-23T23:05:21.540Z | Compiling zerocopy-derive v0.7.35 |
| 510 | 2026-06-23T23:05:21.540Z | Compiling pest_derive v2.8.6 |
| 511 | 2026-06-23T23:05:21.715Z | Compiling scroll_derive v0.12.1 |
| 512 | 2026-06-23T23:05:21.772Z | Compiling zerofrom v0.1.6 |
| 513 | 2026-06-23T23:05:21.908Z | Compiling yoke v0.8.1 |
| 514 | 2026-06-23T23:05:22.010Z | Compiling thiserror-impl v2.0.18 |
| 515 | 2026-06-23T23:05:22.113Z | Compiling zerovec v0.11.5 |
| 516 | 2026-06-23T23:05:22.416Z | Compiling zerotrie v0.2.3 |
| 517 | 2026-06-23T23:05:22.433Z | Compiling zerocopy v0.7.35 |
| 518 | 2026-06-23T23:05:22.641Z | Compiling tinystr v0.8.2 |
| 519 | 2026-06-23T23:05:22.735Z | Compiling potential_utf v0.1.4 |
| 520 | 2026-06-23T23:05:22.829Z | Compiling icu_locale_core v2.1.1 |
| 521 | 2026-06-23T23:05:22.854Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-06-23T23:05:22.911Z | Compiling icu_collections v2.1.1 |
| 523 | 2026-06-23T23:05:23.014Z | Compiling scroll v0.12.0 |
| 524 | 2026-06-23T23:05:23.206Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-06-23T23:05:23.293Z | Compiling goblin v0.8.2 |
| 526 | 2026-06-23T23:05:23.406Z | Compiling clap_derive v4.6.1 |
| 527 | 2026-06-23T23:05:23.490Z | Compiling icu_provider v2.1.1 |
| 528 | 2026-06-23T23:05:23.627Z | Compiling memmap v0.7.0 |
| 529 | 2026-06-23T23:05:23.724Z | Compiling unicode-width v0.2.0 |
| 530 | 2026-06-23T23:05:23.795Z | Compiling toml_datetime v0.6.11 |
| 531 | 2026-06-23T23:05:23.812Z | Compiling serde_spanned v0.6.9 |
| 532 | 2026-06-23T23:05:23.839Z | Compiling icu_properties v2.1.2 |
| 533 | 2026-06-23T23:05:23.862Z | Compiling icu_normalizer v2.1.1 |
| 534 | 2026-06-23T23:05:23.958Z | Compiling dof v0.3.0 |
| 535 | 2026-06-23T23:05:24.001Z | Compiling toml_edit v0.22.27 |
| 536 | 2026-06-23T23:05:24.063Z | Compiling serde_tokenstream v0.2.3 |
| 537 | 2026-06-23T23:05:24.190Z | Compiling serde-value v0.7.0 |
| 538 | 2026-06-23T23:05:24.438Z | Compiling cargo-platform v0.2.0 |
| 539 | 2026-06-23T23:05:24.482Z | Compiling smawk v0.3.2 |
| 540 | 2026-06-23T23:05:24.569Z | Compiling unicode-linebreak v0.1.5 |
| 541 | 2026-06-23T23:05:24.626Z | Compiling tabled v0.15.0 |
| 542 | 2026-06-23T23:05:24.723Z | Compiling macaddr v1.0.1 |
| 543 | 2026-06-23T23:05:24.833Z | Compiling idna_adapter v1.2.1 |
| 544 | 2026-06-23T23:05:24.971Z | Compiling idna v1.1.0 |
| 545 | 2026-06-23T23:05:24.988Z | Compiling textwrap v0.16.2 |
| 546 | 2026-06-23T23:05:25.057Z | Compiling usdt-macro v0.5.0 |
| 547 | 2026-06-23T23:05:25.258Z | Compiling usdt-attr-macro v0.5.0 |
| 548 | 2026-06-23T23:05:25.295Z | Compiling url v2.5.8 |
| 549 | 2026-06-23T23:05:25.459Z | Compiling clap v4.6.1 |
| 550 | 2026-06-23T23:05:25.550Z | Compiling toml v0.8.23 |
| 551 | 2026-06-23T23:05:25.956Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-06-23T23:05:26.085Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-06-23T23:05:26.176Z | Compiling camino-tempfile v1.4.1 |
| 554 | 2026-06-23T23:05:26.374Z | Compiling swrite v0.1.0 |
| 555 | 2026-06-23T23:05:26.415Z | Compiling usdt v0.5.0 |
| 556 | 2026-06-23T23:05:26.476Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 557 | 2026-06-23T23:05:26.907Z | Compiling cargo_metadata v0.21.0 |
| 558 | 2026-06-23T23:05:27.850Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 559 | 2026-06-23T23:05:29.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.92s |
| 560 | 2026-06-23T23:05:30.219Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 561 | 2026-06-23T23:05:30.732Z | Downloading crates ... |
| 562 | 2026-06-23T23:05:30.827Z | Downloaded bitfield-macros v0.19.4 |
| 563 | 2026-06-23T23:05:30.830Z | Downloaded ascii-canvas v3.0.0 |
| 564 | 2026-06-23T23:05:30.836Z | Downloaded argon2 v0.5.3 |
| 565 | 2026-06-23T23:05:30.843Z | Downloaded allocator-api2 v0.2.21 |
| 566 | 2026-06-23T23:05:30.847Z | Downloaded adler2 v2.0.1 |
| 567 | 2026-06-23T23:05:30.851Z | Downloaded anstream v0.6.21 |
| 568 | 2026-06-23T23:05:30.851Z | Downloaded ahash v0.8.12 |
| 569 | 2026-06-23T23:05:30.857Z | Downloaded console v0.16.2 |
| 570 | 2026-06-23T23:05:30.857Z | Downloaded chacha20 v0.10.0 |
| 571 | 2026-06-23T23:05:30.864Z | Downloaded async-stream v0.3.6 |
| 572 | 2026-06-23T23:05:30.870Z | Downloaded const_format_proc_macros v0.2.34 |
| 573 | 2026-06-23T23:05:30.870Z | Downloaded block-padding v0.3.3 |
| 574 | 2026-06-23T23:05:30.870Z | Downloaded async-recursion v1.1.1 |
| 575 | 2026-06-23T23:05:30.870Z | Downloaded cmake v0.1.57 |
| 576 | 2026-06-23T23:05:30.877Z | Downloaded bit-set v0.8.0 |
| 577 | 2026-06-23T23:05:30.877Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 578 | 2026-06-23T23:05:30.877Z | Downloaded darling v0.13.4 |
| 579 | 2026-06-23T23:05:30.877Z | Downloaded csv-core v0.1.13 |
| 580 | 2026-06-23T23:05:30.877Z | Downloaded atomic-waker v1.1.2 |
| 581 | 2026-06-23T23:05:30.877Z | Downloaded buf-list v1.1.2 |
| 582 | 2026-06-23T23:05:30.880Z | Downloaded async-trait v0.1.89 |
| 583 | 2026-06-23T23:05:30.880Z | Downloaded crossbeam-channel v0.5.15 |
| 584 | 2026-06-23T23:05:30.880Z | Downloaded find-msvc-tools v0.1.9 |
| 585 | 2026-06-23T23:05:30.883Z | Downloaded bitfield v0.19.4 |
| 586 | 2026-06-23T23:05:30.886Z | Downloaded colored v2.2.0 |
| 587 | 2026-06-23T23:05:30.889Z | Downloaded bb8 v0.8.6 |
| 588 | 2026-06-23T23:05:30.889Z | Downloaded flagset v0.4.7 |
| 589 | 2026-06-23T23:05:30.889Z | Downloaded bit-set v0.5.3 |
| 590 | 2026-06-23T23:05:30.894Z | Downloaded dropshot-api-manager v0.7.2 |
| 591 | 2026-06-23T23:05:30.894Z | Downloaded fallible-iterator v0.2.0 |
| 592 | 2026-06-23T23:05:30.894Z | Downloaded defmt v1.0.1 |
| 593 | 2026-06-23T23:05:30.897Z | Downloaded defmt-parser v1.0.0 |
| 594 | 2026-06-23T23:05:30.901Z | Downloaded crucible-workspace-hack v0.1.0 |
| 595 | 2026-06-23T23:05:30.901Z | Downloaded crc-any v2.5.0 |
| 596 | 2026-06-23T23:05:30.901Z | Downloaded assert_matches v1.5.0 |
| 597 | 2026-06-23T23:05:30.905Z | Downloaded crossbeam-utils v0.8.21 |
| 598 | 2026-06-23T23:05:30.905Z | Downloaded data-encoding v2.10.0 |
| 599 | 2026-06-23T23:05:30.908Z | Downloaded darling_macro v0.23.0 |
| 600 | 2026-06-23T23:05:30.908Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 601 | 2026-06-23T23:05:30.908Z | Downloaded cfg_aliases v0.2.1 |
| 602 | 2026-06-23T23:05:30.908Z | Downloaded bcs v0.1.6 |
| 603 | 2026-06-23T23:05:30.910Z | Downloaded derive_builder_macro v0.20.2 |
| 604 | 2026-06-23T23:05:30.911Z | Downloaded crossbeam-deque v0.8.6 |
| 605 | 2026-06-23T23:05:30.914Z | Downloaded derive_builder_core v0.20.2 |
| 606 | 2026-06-23T23:05:30.914Z | Downloaded async-bb8-diesel v0.2.1 |
| 607 | 2026-06-23T23:05:30.914Z | Downloaded anstyle-parse v0.2.7 |
| 608 | 2026-06-23T23:05:30.916Z | Downloaded deranged v0.5.8 |
| 609 | 2026-06-23T23:05:30.917Z | Downloaded darling v0.20.11 |
| 610 | 2026-06-23T23:05:30.919Z | Downloaded defmt v0.3.100 |
| 611 | 2026-06-23T23:05:30.923Z | Downloaded ciborium-io v0.2.2 |
| 612 | 2026-06-23T23:05:30.923Z | Downloaded async-stream-impl v0.3.6 |
| 613 | 2026-06-23T23:05:30.923Z | Downloaded darling_macro v0.20.11 |
| 614 | 2026-06-23T23:05:30.923Z | Downloaded backoff v0.4.0 |
| 615 | 2026-06-23T23:05:30.926Z | Downloaded bitfield-struct v0.6.2 |
| 616 | 2026-06-23T23:05:30.927Z | Downloaded arrayref v0.3.9 |
| 617 | 2026-06-23T23:05:30.927Z | Downloaded bitflags v1.3.2 |
| 618 | 2026-06-23T23:05:30.930Z | Downloaded array-init v0.0.4 |
| 619 | 2026-06-23T23:05:30.930Z | Downloaded base16ct v0.2.0 |
| 620 | 2026-06-23T23:05:30.933Z | Downloaded ciborium-ll v0.2.2 |
| 621 | 2026-06-23T23:05:30.933Z | Downloaded crunchy v0.2.4 |
| 622 | 2026-06-23T23:05:30.933Z | Downloaded crossterm v0.29.0 |
| 623 | 2026-06-23T23:05:30.936Z | Downloaded dtrace-parser v0.3.0 |
| 624 | 2026-06-23T23:05:30.939Z | Downloaded cpufeatures v0.3.0 |
| 625 | 2026-06-23T23:05:30.939Z | Downloaded foreign-types v0.3.2 |
| 626 | 2026-06-23T23:05:30.943Z | Downloaded compression-core v0.4.31 |
| 627 | 2026-06-23T23:05:30.948Z | Downloaded float-ord v0.3.2 |
| 628 | 2026-06-23T23:05:30.951Z | Downloaded convert_case v0.4.0 |
| 629 | 2026-06-23T23:05:30.951Z | Downloaded castaway v0.2.4 |
| 630 | 2026-06-23T23:05:30.951Z | Downloaded atty v0.2.14 |
| 631 | 2026-06-23T23:05:30.954Z | Downloaded atomicwrites v0.4.4 |
| 632 | 2026-06-23T23:05:30.954Z | Downloaded cstr-argument v0.1.2 |
| 633 | 2026-06-23T23:05:30.954Z | Downloaded darling_macro v0.21.3 |
| 634 | 2026-06-23T23:05:30.957Z | Downloaded crc v3.4.0 |
| 635 | 2026-06-23T23:05:30.960Z | Downloaded cfg_aliases v0.1.1 |
| 636 | 2026-06-23T23:05:30.960Z | Downloaded cexpr v0.6.0 |
| 637 | 2026-06-23T23:05:30.960Z | Downloaded constant_time_eq v0.4.2 |
| 638 | 2026-06-23T23:05:30.960Z | Downloaded erased-serde v0.3.31 |
| 639 | 2026-06-23T23:05:30.963Z | Downloaded aead v0.5.2 |
| 640 | 2026-06-23T23:05:30.963Z | Downloaded dyn-clone v1.0.20 |
| 641 | 2026-06-23T23:05:30.966Z | Downloaded cobs v0.3.0 |
| 642 | 2026-06-23T23:05:30.969Z | Downloaded crc-catalog v2.4.0 |
| 643 | 2026-06-23T23:05:30.969Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 644 | 2026-06-23T23:05:30.972Z | Downloaded dof v0.4.0 |
| 645 | 2026-06-23T23:05:30.972Z | Downloaded dirs-sys-next v0.1.2 |
| 646 | 2026-06-23T23:05:30.975Z | Downloaded foreign-types-shared v0.3.1 |
| 647 | 2026-06-23T23:05:30.978Z | Downloaded foreign-types-shared v0.1.1 |
| 648 | 2026-06-23T23:05:30.978Z | Downloaded foreign-types-macros v0.2.3 |
| 649 | 2026-06-23T23:05:30.978Z | Downloaded foreign-types v0.5.0 |
| 650 | 2026-06-23T23:05:30.981Z | Downloaded foldhash v0.1.5 |
| 651 | 2026-06-23T23:05:30.984Z | Downloaded fxhash v0.2.1 |
| 652 | 2026-06-23T23:05:30.984Z | Downloaded futures-io v0.3.32 |
| 653 | 2026-06-23T23:05:30.984Z | Downloaded futures-macro v0.3.32 |
| 654 | 2026-06-23T23:05:30.988Z | Downloaded funty v2.0.0 |
| 655 | 2026-06-23T23:05:30.988Z | Downloaded futures-core v0.3.32 |
| 656 | 2026-06-23T23:05:30.988Z | Downloaded either v1.15.0 |
| 657 | 2026-06-23T23:05:30.991Z | Downloaded derive-ex v0.1.8 |
| 658 | 2026-06-23T23:05:30.991Z | Downloaded git-stub v1.0.0 |
| 659 | 2026-06-23T23:05:30.991Z | Downloaded dsl_auto_type v0.2.0 |
| 660 | 2026-06-23T23:05:30.994Z | Downloaded derive_more-impl v2.1.1 |
| 661 | 2026-06-23T23:05:30.997Z | Downloaded darling_macro v0.13.4 |
| 662 | 2026-06-23T23:05:30.997Z | Downloaded ghash v0.5.1 |
| 663 | 2026-06-23T23:05:30.997Z | Downloaded darling v0.23.0 |
| 664 | 2026-06-23T23:05:31.001Z | Downloaded embedded-io v0.6.1 |
| 665 | 2026-06-23T23:05:31.004Z | Downloaded dunce v1.0.5 |
| 666 | 2026-06-23T23:05:31.004Z | Downloaded cargo_metadata v0.23.1 |
| 667 | 2026-06-23T23:05:31.004Z | Downloaded bit-vec v0.6.3 |
| 668 | 2026-06-23T23:05:31.004Z | Downloaded camino-tempfile-ext v0.3.3 |
| 669 | 2026-06-23T23:05:31.008Z | Downloaded fd-lock v4.0.4 |
| 670 | 2026-06-23T23:05:31.011Z | Downloaded crc8 v0.1.1 |
| 671 | 2026-06-23T23:05:31.011Z | Downloaded document-features v0.2.12 |
| 672 | 2026-06-23T23:05:31.013Z | Downloaded blowfish v0.9.1 |
| 673 | 2026-06-23T23:05:31.014Z | Downloaded bit-vec v0.8.0 |
| 674 | 2026-06-23T23:05:31.014Z | Downloaded display-error-chain v0.2.2 |
| 675 | 2026-06-23T23:05:31.016Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 676 | 2026-06-23T23:05:31.016Z | Downloaded corncobs v0.1.4 |
| 677 | 2026-06-23T23:05:31.017Z | Downloaded chacha20 v0.9.1 |
| 678 | 2026-06-23T23:05:31.020Z | Downloaded cipher v0.4.4 |
| 679 | 2026-06-23T23:05:31.020Z | Downloaded futures-sink v0.3.32 |
| 680 | 2026-06-23T23:05:31.020Z | Downloaded compression-codecs v0.4.37 |
| 681 | 2026-06-23T23:05:31.023Z | Downloaded headers-core v0.3.0 |
| 682 | 2026-06-23T23:05:31.023Z | Downloaded float-cmp v0.10.0 |
| 683 | 2026-06-23T23:05:31.026Z | Downloaded embedded-io v0.4.0 |
| 684 | 2026-06-23T23:05:31.026Z | Downloaded enum-as-inner v0.6.1 |
| 685 | 2026-06-23T23:05:31.026Z | Downloaded ena v0.14.4 |
| 686 | 2026-06-23T23:05:31.029Z | Downloaded downcast-rs v2.0.2 |
| 687 | 2026-06-23T23:05:31.029Z | Downloaded debug-ignore v1.0.5 |
| 688 | 2026-06-23T23:05:31.029Z | Downloaded hash32 v0.2.1 |
| 689 | 2026-06-23T23:05:31.032Z | Downloaded der v0.7.10 |
| 690 | 2026-06-23T23:05:31.036Z | Downloaded home v0.5.12 |
| 691 | 2026-06-23T23:05:31.036Z | Downloaded cassowary v0.3.0 |
| 692 | 2026-06-23T23:05:31.036Z | Downloaded cargo-platform v0.3.2 |
| 693 | 2026-06-23T23:05:31.039Z | Downloaded httpdate v1.0.3 |
| 694 | 2026-06-23T23:05:31.039Z | Downloaded bzip2 v0.4.4 |
| 695 | 2026-06-23T23:05:31.039Z | Downloaded env_filter v1.0.0 |
| 696 | 2026-06-23T23:05:31.039Z | Downloaded hostname v0.3.1 |
| 697 | 2026-06-23T23:05:31.042Z | Downloaded hex-literal v0.4.1 |
| 698 | 2026-06-23T23:05:31.042Z | Downloaded globwalk v0.9.1 |
| 699 | 2026-06-23T23:05:31.042Z | Downloaded gethostname v0.5.0 |
| 700 | 2026-06-23T23:05:31.045Z | Downloaded ecdsa v0.16.9 |
| 701 | 2026-06-23T23:05:31.045Z | Downloaded diesel-dtrace v0.5.0 |
| 702 | 2026-06-23T23:05:31.049Z | Downloaded defmt-macros v1.0.1 |
| 703 | 2026-06-23T23:05:31.049Z | Downloaded fs-err v2.11.0 |
| 704 | 2026-06-23T23:05:31.052Z | Downloaded fs_extra v1.3.0 |
| 705 | 2026-06-23T23:05:31.052Z | Downloaded futures-executor v0.3.32 |
| 706 | 2026-06-23T23:05:31.052Z | Downloaded derive_builder v0.20.2 |
| 707 | 2026-06-23T23:05:31.054Z | Downloaded hostname v0.4.2 |
| 708 | 2026-06-23T23:05:31.057Z | Downloaded http-range v0.1.5 |
| 709 | 2026-06-23T23:05:31.057Z | Downloaded futures-task v0.3.32 |
| 710 | 2026-06-23T23:05:31.058Z | Downloaded darling v0.21.3 |
| 711 | 2026-06-23T23:05:31.061Z | Downloaded cancel-safe-futures v0.1.5 |
| 712 | 2026-06-23T23:05:31.064Z | Downloaded ff v0.13.1 |
| 713 | 2026-06-23T23:05:31.064Z | Downloaded convert_case v0.10.0 |
| 714 | 2026-06-23T23:05:31.067Z | Downloaded hex v0.4.3 |
| 715 | 2026-06-23T23:05:31.067Z | Downloaded arrayvec v0.7.6 |
| 716 | 2026-06-23T23:05:31.067Z | Downloaded http-body v1.0.1 |
| 717 | 2026-06-23T23:05:31.070Z | Downloaded base64 v0.21.7 |
| 718 | 2026-06-23T23:05:31.070Z | Downloaded endian-type v0.1.2 |
| 719 | 2026-06-23T23:05:31.073Z | Downloaded base64 v0.22.1 |
| 720 | 2026-06-23T23:05:31.076Z | Downloaded hubpack v0.1.2 |
| 721 | 2026-06-23T23:05:31.076Z | Downloaded cbc v0.1.2 |
| 722 | 2026-06-23T23:05:31.076Z | Downloaded byte-wrapper v0.1.0 |
| 723 | 2026-06-23T23:05:31.079Z | Downloaded colored v3.1.1 |
| 724 | 2026-06-23T23:05:31.079Z | Downloaded clang-sys v1.8.1 |
| 725 | 2026-06-23T23:05:31.082Z | Downloaded ed25519 v2.2.3 |
| 726 | 2026-06-23T23:05:31.082Z | Downloaded fixedbitset v0.4.2 |
| 727 | 2026-06-23T23:05:31.085Z | Downloaded filetime v0.2.27 |
| 728 | 2026-06-23T23:05:31.085Z | Downloaded daft-derive v0.1.7 |
| 729 | 2026-06-23T23:05:31.088Z | Downloaded indent_write v2.2.0 |
| 730 | 2026-06-23T23:05:31.088Z | Downloaded ident_case v1.0.1 |
| 731 | 2026-06-23T23:05:31.088Z | Downloaded der_derive v0.7.3 |
| 732 | 2026-06-23T23:05:31.091Z | Downloaded daft v0.1.7 |
| 733 | 2026-06-23T23:05:31.091Z | Downloaded critical-section v1.2.0 |
| 734 | 2026-06-23T23:05:31.094Z | Downloaded console v0.15.11 |
| 735 | 2026-06-23T23:05:31.095Z | Downloaded fixedbitset v0.5.7 |
| 736 | 2026-06-23T23:05:31.098Z | Downloaded bzip2 v0.6.1 |
| 737 | 2026-06-23T23:05:31.098Z | Downloaded env_logger v0.11.9 |
| 738 | 2026-06-23T23:05:31.098Z | Downloaded backon v1.6.0 |
| 739 | 2026-06-23T23:05:31.100Z | Downloaded difflib v0.4.0 |
| 740 | 2026-06-23T23:05:31.100Z | Downloaded base64ct v1.8.3 |
| 741 | 2026-06-23T23:05:31.105Z | Downloaded internet-checksum v0.2.1 |
| 742 | 2026-06-23T23:05:31.108Z | Downloaded instability v0.3.11 |
| 743 | 2026-06-23T23:05:31.108Z | Downloaded hyper-tls v0.6.0 |
| 744 | 2026-06-23T23:05:31.111Z | Downloaded instant v0.1.13 |
| 745 | 2026-06-23T23:05:31.111Z | Downloaded globset v0.4.18 |
| 746 | 2026-06-23T23:05:31.114Z | Downloaded http-body-util v0.1.3 |
| 747 | 2026-06-23T23:05:31.114Z | Downloaded des v0.8.1 |
| 748 | 2026-06-23T23:05:31.117Z | Downloaded is_ci v1.2.0 |
| 749 | 2026-06-23T23:05:31.117Z | Downloaded illumos-nvpair v0.3.0 |
| 750 | 2026-06-23T23:05:31.117Z | Downloaded is-terminal v0.4.17 |
| 751 | 2026-06-23T23:05:31.121Z | Downloaded darling_core v0.20.11 |
| 752 | 2026-06-23T23:05:31.124Z | Downloaded futures-channel v0.3.32 |
| 753 | 2026-06-23T23:05:31.125Z | Downloaded glob v0.3.3 |
| 754 | 2026-06-23T23:05:31.125Z | Downloaded cookie v0.18.1 |
| 755 | 2026-06-23T23:05:31.125Z | Downloaded crc32fast v1.5.0 |
| 756 | 2026-06-23T23:05:31.128Z | Downloaded hash32 v0.3.1 |
| 757 | 2026-06-23T23:05:31.128Z | Downloaded git-stub-vcs v0.1.0 |
| 758 | 2026-06-23T23:05:31.128Z | Downloaded humantime v2.3.0 |
| 759 | 2026-06-23T23:05:31.133Z | Downloaded hubpack_derive v0.1.1 |
| 760 | 2026-06-23T23:05:31.133Z | Downloaded crossbeam-epoch v0.9.18 |
| 761 | 2026-06-23T23:05:31.133Z | Downloaded foldhash v0.2.0 |
| 762 | 2026-06-23T23:05:31.136Z | Downloaded kstat-rs v0.2.4 |
| 763 | 2026-06-23T23:05:31.139Z | Downloaded half v1.8.3 |
| 764 | 2026-06-23T23:05:31.139Z | Downloaded lzss v0.8.2 |
| 765 | 2026-06-23T23:05:31.143Z | Downloaded lazy_static v1.5.0 |
| 766 | 2026-06-23T23:05:31.143Z | Downloaded hyper-staticfile v0.10.1 |
| 767 | 2026-06-23T23:05:31.143Z | Downloaded md-5 v0.10.6 |
| 768 | 2026-06-23T23:05:31.145Z | Downloaded ctr v0.9.2 |
| 769 | 2026-06-23T23:05:31.146Z | Downloaded const-oid v0.9.6 |
| 770 | 2026-06-23T23:05:31.150Z | Downloaded ciborium v0.2.2 |
| 771 | 2026-06-23T23:05:31.150Z | Downloaded match_cfg v0.1.0 |
| 772 | 2026-06-23T23:05:31.153Z | Downloaded managed v0.8.0 |
| 773 | 2026-06-23T23:05:31.153Z | Downloaded cookie_store v0.22.1 |
| 774 | 2026-06-23T23:05:31.153Z | Downloaded getrandom v0.2.17 |
| 775 | 2026-06-23T23:05:31.156Z | Downloaded dirs-next v2.0.0 |
| 776 | 2026-06-23T23:05:31.156Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 777 | 2026-06-23T23:05:31.156Z | Downloaded diff v0.1.13 |
| 778 | 2026-06-23T23:05:31.159Z | Downloaded libscf-sys v1.1.0 |
| 779 | 2026-06-23T23:05:31.162Z | Downloaded lru-slab v0.1.2 |
| 780 | 2026-06-23T23:05:31.162Z | Downloaded maybe-uninit v2.0.0 |
| 781 | 2026-06-23T23:05:31.166Z | Downloaded lru v0.12.5 |
| 782 | 2026-06-23T23:05:31.166Z | Downloaded multimap v0.10.1 |
| 783 | 2026-06-23T23:05:31.166Z | Downloaded md5 v0.7.0 |
| 784 | 2026-06-23T23:05:31.166Z | Downloaded mime v0.3.17 |
| 785 | 2026-06-23T23:05:31.170Z | Downloaded lalrpop-util v0.19.12 |
| 786 | 2026-06-23T23:05:31.170Z | Downloaded memoffset v0.9.1 |
| 787 | 2026-06-23T23:05:31.170Z | Downloaded inout v0.1.4 |
| 788 | 2026-06-23T23:05:31.170Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 789 | 2026-06-23T23:05:31.173Z | Downloaded blake2 v0.10.6 |
| 790 | 2026-06-23T23:05:31.173Z | Downloaded newline-converter v0.3.0 |
| 791 | 2026-06-23T23:05:31.176Z | Downloaded new_debug_unreachable v1.0.6 |
| 792 | 2026-06-23T23:05:31.176Z | Downloaded maplit v1.0.2 |
| 793 | 2026-06-23T23:05:31.176Z | Downloaded ingot v0.1.1 |
| 794 | 2026-06-23T23:05:31.179Z | Downloaded indoc v1.0.9 |
| 795 | 2026-06-23T23:05:31.183Z | Downloaded indoc v2.0.7 |
| 796 | 2026-06-23T23:05:31.186Z | Downloaded ipnetwork v0.21.1 |
| 797 | 2026-06-23T23:05:31.186Z | Downloaded ipnet v2.11.0 |
| 798 | 2026-06-23T23:05:31.186Z | Downloaded newtype-uuid-macros v0.1.0 |
| 799 | 2026-06-23T23:05:31.189Z | Downloaded lru-cache v0.1.2 |
| 800 | 2026-06-23T23:05:31.189Z | Downloaded nodrop v0.1.14 |
| 801 | 2026-06-23T23:05:31.189Z | Downloaded nibble_vec v0.1.0 |
| 802 | 2026-06-23T23:05:31.193Z | Downloaded num v0.4.3 |
| 803 | 2026-06-23T23:05:31.193Z | Downloaded fatfs v0.3.6 |
| 804 | 2026-06-23T23:05:31.196Z | Downloaded newtype_derive v0.1.6 |
| 805 | 2026-06-23T23:05:31.196Z | Downloaded nonempty v0.12.0 |
| 806 | 2026-06-23T23:05:31.196Z | Downloaded bytes v1.11.1 |
| 807 | 2026-06-23T23:05:31.199Z | Downloaded group v0.13.0 |
| 808 | 2026-06-23T23:05:31.202Z | Downloaded hyper-rustls v0.27.7 |
| 809 | 2026-06-23T23:05:31.202Z | Downloaded jobserver v0.1.34 |
| 810 | 2026-06-23T23:05:31.206Z | Downloaded httparse v1.10.1 |
| 811 | 2026-06-23T23:05:31.206Z | Downloaded libloading v0.8.9 |
| 812 | 2026-06-23T23:05:31.209Z | Downloaded hmac v0.12.1 |
| 813 | 2026-06-23T23:05:31.209Z | Downloaded olpc-cjson v0.1.4 |
| 814 | 2026-06-23T23:05:31.209Z | Downloaded num-derive v0.3.3 |
| 815 | 2026-06-23T23:05:31.212Z | Downloaded num-iter v0.1.45 |
| 816 | 2026-06-23T23:05:31.212Z | Downloaded num-derive v0.4.2 |
| 817 | 2026-06-23T23:05:31.215Z | Downloaded num_threads v0.1.7 |
| 818 | 2026-06-23T23:05:31.215Z | Downloaded arc-swap v1.8.2 |
| 819 | 2026-06-23T23:05:31.217Z | Downloaded normalize-line-endings v0.3.0 |
| 820 | 2026-06-23T23:05:31.218Z | Downloaded num-conv v0.2.0 |
| 821 | 2026-06-23T23:05:31.218Z | Downloaded keccak v0.1.6 |
| 822 | 2026-06-23T23:05:31.222Z | Downloaded getrandom v0.3.4 |
| 823 | 2026-06-23T23:05:31.222Z | Downloaded compact_str v0.8.1 |
| 824 | 2026-06-23T23:05:31.224Z | Downloaded num_enum_derive v0.5.11 |
| 825 | 2026-06-23T23:05:31.224Z | Downloaded const_format v0.2.35 |
| 826 | 2026-06-23T23:05:31.227Z | Downloaded libsw-core v0.3.2 |
| 827 | 2026-06-23T23:05:31.231Z | Downloaded chacha20poly1305 v0.10.1 |
| 828 | 2026-06-23T23:05:31.231Z | Downloaded linear-map v1.2.0 |
| 829 | 2026-06-23T23:05:31.231Z | Downloaded elliptic-curve v0.13.8 |
| 830 | 2026-06-23T23:05:31.234Z | Downloaded openssl-macros v0.1.1 |
| 831 | 2026-06-23T23:05:31.234Z | Downloaded opaque-debug v0.3.1 |
| 832 | 2026-06-23T23:05:31.238Z | Downloaded mime_guess v2.0.5 |
| 833 | 2026-06-23T23:05:31.238Z | Downloaded lock_api v0.4.14 |
| 834 | 2026-06-23T23:05:31.238Z | Downloaded libsw v3.5.0 |
| 835 | 2026-06-23T23:05:31.241Z | Downloaded drift v0.2.0 |
| 836 | 2026-06-23T23:05:31.245Z | Downloaded packed_struct_codegen v0.10.1 |
| 837 | 2026-06-23T23:05:31.248Z | Downloaded openssl-probe v0.2.1 |
| 838 | 2026-06-23T23:05:31.248Z | Downloaded openssl-probe v0.1.6 |
| 839 | 2026-06-23T23:05:31.248Z | Downloaded ingot-macros v0.1.1 |
| 840 | 2026-06-23T23:05:31.248Z | Downloaded newtype-uuid v1.3.2 |
| 841 | 2026-06-23T23:05:31.251Z | Downloaded native-tls v0.2.18 |
| 842 | 2026-06-23T23:05:31.251Z | Downloaded darling_core v0.13.4 |
| 843 | 2026-06-23T23:05:31.254Z | Downloaded highway v1.3.0 |
| 844 | 2026-06-23T23:05:31.257Z | Downloaded darling_core v0.23.0 |
| 845 | 2026-06-23T23:05:31.261Z | Downloaded dropshot_endpoint v0.17.0 |
| 846 | 2026-06-23T23:05:31.264Z | Downloaded derive-where v1.6.0 |
| 847 | 2026-06-23T23:05:31.268Z | Downloaded futures v0.3.32 |
| 848 | 2026-06-23T23:05:31.271Z | Downloaded oso-derive v0.27.3 |
| 849 | 2026-06-23T23:05:31.271Z | Downloaded num-integer v0.1.46 |
| 850 | 2026-06-23T23:05:31.274Z | Downloaded libefi-sys v0.1.0 |
| 851 | 2026-06-23T23:05:31.274Z | Downloaded iana-time-zone v0.1.65 |
| 852 | 2026-06-23T23:05:31.277Z | Downloaded parse-display v0.10.0 |
| 853 | 2026-06-23T23:05:31.277Z | Downloaded linked-hash-map v0.5.6 |
| 854 | 2026-06-23T23:05:31.277Z | Downloaded parse-size v1.1.0 |
| 855 | 2026-06-23T23:05:31.291Z | Downloaded pbkdf2 v0.12.2 |
| 856 | 2026-06-23T23:05:31.294Z | Downloaded half v2.7.1 |
| 857 | 2026-06-23T23:05:31.299Z | Downloaded powerfmt v0.2.0 |
| 858 | 2026-06-23T23:05:31.302Z | Downloaded num_enum_derive v0.7.6 |
| 859 | 2026-06-23T23:05:31.302Z | Downloaded pbkdf2 v0.11.0 |
| 860 | 2026-06-23T23:05:31.306Z | Downloaded num_enum v0.5.11 |
| 861 | 2026-06-23T23:05:31.309Z | Downloaded ignore v0.4.25 |
| 862 | 2026-06-23T23:05:31.310Z | Downloaded memmap2 v0.9.10 |
| 863 | 2026-06-23T23:05:31.310Z | Downloaded phf_shared v0.11.3 |
| 864 | 2026-06-23T23:05:31.310Z | Downloaded pin-utils v0.1.0 |
| 865 | 2026-06-23T23:05:31.313Z | Downloaded phf_shared v0.13.1 |
| 866 | 2026-06-23T23:05:31.313Z | Downloaded phf_shared v0.12.1 |
| 867 | 2026-06-23T23:05:31.313Z | Downloaded peg-runtime v0.8.5 |
| 868 | 2026-06-23T23:05:31.313Z | Downloaded nanorand v0.7.0 |
| 869 | 2026-06-23T23:05:31.316Z | Downloaded heapless v0.7.17 |
| 870 | 2026-06-23T23:05:31.319Z | Downloaded num_enum v0.7.6 |
| 871 | 2026-06-23T23:05:31.322Z | Downloaded darling_core v0.21.3 |
| 872 | 2026-06-23T23:05:31.327Z | Downloaded headers v0.4.1 |
| 873 | 2026-06-23T23:05:31.330Z | Downloaded oxide-tokio-rt v0.1.4 |
| 874 | 2026-06-23T23:05:31.330Z | Downloaded num-complex v0.4.6 |
| 875 | 2026-06-23T23:05:31.330Z | Downloaded ingot-types v0.1.2 |
| 876 | 2026-06-23T23:05:31.333Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 877 | 2026-06-23T23:05:31.333Z | Downloaded proc-macro-crate v3.4.0 |
| 878 | 2026-06-23T23:05:31.333Z | Downloaded parking_lot_core v0.8.6 |
| 879 | 2026-06-23T23:05:31.336Z | Downloaded multer v3.1.0 |
| 880 | 2026-06-23T23:05:31.336Z | Downloaded num-rational v0.4.2 |
| 881 | 2026-06-23T23:05:31.339Z | Downloaded password-hash v0.5.0 |
| 882 | 2026-06-23T23:05:31.339Z | Downloaded parse-display-derive v0.10.0 |
| 883 | 2026-06-23T23:05:31.339Z | Downloaded nu-ansi-term v0.50.3 |
| 884 | 2026-06-23T23:05:31.342Z | Downloaded flume v0.11.1 |
| 885 | 2026-06-23T23:05:31.345Z | Downloaded proc-macro-crate v1.3.1 |
| 886 | 2026-06-23T23:05:31.349Z | Downloaded progenitor-client v0.14.0 |
| 887 | 2026-06-23T23:05:31.349Z | Downloaded peg-macros v0.8.5 |
| 888 | 2026-06-23T23:05:31.349Z | Downloaded predicates-tree v1.0.13 |
| 889 | 2026-06-23T23:05:31.349Z | Downloaded derive_more v2.1.1 |
| 890 | 2026-06-23T23:05:31.356Z | Downloaded progenitor-macro v0.13.0 |
| 891 | 2026-06-23T23:05:31.362Z | Downloaded path-slash v0.1.5 |
| 892 | 2026-06-23T23:05:31.362Z | Downloaded paste v1.0.15 |
| 893 | 2026-06-23T23:05:31.362Z | Downloaded radium v0.7.0 |
| 894 | 2026-06-23T23:05:31.362Z | Downloaded progenitor-macro v0.14.0 |
| 895 | 2026-06-23T23:05:31.366Z | Downloaded cc v1.2.56 |
| 896 | 2026-06-23T23:05:31.366Z | Downloaded psl-types v2.0.11 |
| 897 | 2026-06-23T23:05:31.369Z | Downloaded aes-gcm v0.10.3 |
| 898 | 2026-06-23T23:05:31.369Z | Downloaded omicron-zone-package v0.12.2 |
| 899 | 2026-06-23T23:05:31.373Z | Downloaded async-compression v0.4.41 |
| 900 | 2026-06-23T23:05:31.376Z | Downloaded precomputed-hash v0.1.1 |
| 901 | 2026-06-23T23:05:31.376Z | Downloaded postgres-protocol v0.6.10 |
| 902 | 2026-06-23T23:05:31.379Z | Downloaded libbz2-rs-sys v0.2.2 |
| 903 | 2026-06-23T23:05:31.382Z | Downloaded polyval v0.6.2 |
| 904 | 2026-06-23T23:05:31.382Z | Downloaded litrs v1.0.0 |
| 905 | 2026-06-23T23:05:31.386Z | Downloaded phf v0.13.1 |
| 906 | 2026-06-23T23:05:31.386Z | Downloaded phf v0.12.1 |
| 907 | 2026-06-23T23:05:31.386Z | Downloaded password-hash v0.4.2 |
| 908 | 2026-06-23T23:05:31.392Z | Downloaded ppv-lite86 v0.2.21 |
| 909 | 2026-06-23T23:05:31.392Z | Downloaded rand_chacha v0.3.1 |
| 910 | 2026-06-23T23:05:31.392Z | Downloaded pkg-config v0.3.32 |
| 911 | 2026-06-23T23:05:31.392Z | Downloaded predicates v3.1.4 |
| 912 | 2026-06-23T23:05:31.397Z | Downloaded pem-rfc7468 v0.7.0 |
| 913 | 2026-06-23T23:05:31.397Z | Downloaded rand_xorshift v0.4.0 |
| 914 | 2026-06-23T23:05:31.400Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 915 | 2026-06-23T23:05:31.400Z | Downloaded quick-error v1.2.3 |
| 916 | 2026-06-23T23:05:31.400Z | Downloaded poly1305 v0.8.0 |
| 917 | 2026-06-23T23:05:31.400Z | Downloaded flate2 v1.1.9 |
| 918 | 2026-06-23T23:05:31.406Z | Downloaded ref-cast v1.0.25 |
| 919 | 2026-06-23T23:05:31.409Z | Downloaded recursive v0.1.1 |
| 920 | 2026-06-23T23:05:31.409Z | Downloaded pin-project-internal v1.1.11 |
| 921 | 2026-06-23T23:05:31.409Z | Downloaded hickory-resolver v0.24.4 |
| 922 | 2026-06-23T23:05:31.412Z | Downloaded pin-project-lite v0.2.17 |
| 923 | 2026-06-23T23:05:31.416Z | Downloaded pkcs8 v0.10.2 |
| 924 | 2026-06-23T23:05:31.423Z | Downloaded pem v3.0.6 |
| 925 | 2026-06-23T23:05:31.423Z | Downloaded packed_struct v0.10.1 |
| 926 | 2026-06-23T23:05:31.423Z | Downloaded bumpalo v3.20.2 |
| 927 | 2026-06-23T23:05:31.427Z | Downloaded owo-colors v4.3.0 |
| 928 | 2026-06-23T23:05:31.427Z | Downloaded primeorder v0.13.6 |
| 929 | 2026-06-23T23:05:31.427Z | Downloaded peg v0.8.5 |
| 930 | 2026-06-23T23:05:31.427Z | Downloaded progenitor-extras v0.2.0 |
| 931 | 2026-06-23T23:05:31.430Z | Downloaded progenitor v0.14.0 |
| 932 | 2026-06-23T23:05:31.430Z | Downloaded progenitor v0.13.0 |
| 933 | 2026-06-23T23:05:31.430Z | Downloaded proc-macro-error2 v2.0.1 |
| 934 | 2026-06-23T23:05:31.435Z | Downloaded progenitor-client v0.13.0 |
| 935 | 2026-06-23T23:05:31.435Z | Downloaded parking_lot_core v0.9.12 |
| 936 | 2026-06-23T23:05:31.438Z | Downloaded parking_lot v0.11.2 |
| 937 | 2026-06-23T23:05:31.438Z | Downloaded rustc_version v0.4.1 |
| 938 | 2026-06-23T23:05:31.438Z | Downloaded rtoolbox v0.0.3 |
| 939 | 2026-06-23T23:05:31.438Z | Downloaded diesel_derives v2.3.7 |
| 940 | 2026-06-23T23:05:31.442Z | Downloaded crypto-bigint v0.5.5 |
| 941 | 2026-06-23T23:05:31.445Z | Downloaded rustc_version v0.1.7 |
| 942 | 2026-06-23T23:05:31.449Z | Downloaded pkcs5 v0.7.1 |
| 943 | 2026-06-23T23:05:31.455Z | Downloaded pkcs1 v0.7.5 |
| 944 | 2026-06-23T23:05:31.455Z | Downloaded russh-cryptovec v0.7.3 |
| 945 | 2026-06-23T23:05:31.455Z | Downloaded rfc6979 v0.4.0 |
| 946 | 2026-06-23T23:05:31.455Z | Downloaded indicatif v0.18.4 |
| 947 | 2026-06-23T23:05:31.455Z | Downloaded rand_chacha v0.9.0 |
| 948 | 2026-06-23T23:05:31.458Z | Downloaded miniz_oxide v0.8.9 |
| 949 | 2026-06-23T23:05:31.459Z | Downloaded postcard v1.1.3 |
| 950 | 2026-06-23T23:05:31.462Z | Downloaded heapless v0.8.0 |
| 951 | 2026-06-23T23:05:31.465Z | Downloaded ed25519-dalek v2.2.0 |
| 952 | 2026-06-23T23:05:31.465Z | Downloaded ar_archive_writer v0.5.1 |
| 953 | 2026-06-23T23:05:31.469Z | Downloaded oxnet v0.1.6 |
| 954 | 2026-06-23T23:05:31.469Z | Downloaded indexmap v1.9.3 |
| 955 | 2026-06-23T23:05:31.472Z | Downloaded derive_more v0.99.20 |
| 956 | 2026-06-23T23:05:31.475Z | Downloaded rand_seeder v0.4.0 |
| 957 | 2026-06-23T23:05:31.475Z | Downloaded papergrid v0.17.0 |
| 958 | 2026-06-23T23:05:31.480Z | Downloaded rand_core v0.10.0 |
| 959 | 2026-06-23T23:05:31.480Z | Downloaded rand_core v0.6.4 |
| 960 | 2026-06-23T23:05:31.483Z | Downloaded p256 v0.13.2 |
| 961 | 2026-06-23T23:05:31.486Z | Downloaded scroll_derive v0.13.1 |
| 962 | 2026-06-23T23:05:31.486Z | Downloaded hickory-resolver v0.25.2 |
| 963 | 2026-06-23T23:05:31.490Z | Downloaded jiff-static v0.2.21 |
| 964 | 2026-06-23T23:05:31.494Z | Downloaded oso v0.27.3 |
| 965 | 2026-06-23T23:05:31.498Z | Downloaded ref-cast-impl v1.0.25 |
| 966 | 2026-06-23T23:05:31.498Z | Downloaded postgres-types v0.2.12 |
| 967 | 2026-06-23T23:05:31.501Z | Downloaded psm v0.1.30 |
| 968 | 2026-06-23T23:05:31.507Z | Downloaded same-file v1.0.6 |
| 969 | 2026-06-23T23:05:31.510Z | Downloaded salsa20 v0.10.2 |
| 970 | 2026-06-23T23:05:31.510Z | Downloaded secrecy v0.8.0 |
| 971 | 2026-06-23T23:05:31.510Z | Downloaded sapling-renderdag v0.1.0 |
| 972 | 2026-06-23T23:05:31.510Z | Downloaded resolv-conf v0.7.6 |
| 973 | 2026-06-23T23:05:31.513Z | Downloaded predicates-core v1.0.10 |
| 974 | 2026-06-23T23:05:31.513Z | Downloaded scrypt v0.11.0 |
| 975 | 2026-06-23T23:05:31.518Z | Downloaded serde-big-array v0.5.1 |
| 976 | 2026-06-23T23:05:31.518Z | Downloaded scopeguard v1.2.0 |
| 977 | 2026-06-23T23:05:31.518Z | Downloaded scheduled-thread-pool v0.2.7 |
| 978 | 2026-06-23T23:05:31.522Z | Downloaded pin-project v1.1.11 |
| 979 | 2026-06-23T23:05:31.526Z | Downloaded quinn-udp v0.5.14 |
| 980 | 2026-06-23T23:05:31.529Z | Downloaded parking_lot v0.12.5 |
| 981 | 2026-06-23T23:05:31.529Z | Downloaded serde_plain v1.0.2 |
| 982 | 2026-06-23T23:05:31.534Z | Downloaded rustc-hash v2.1.1 |
| 983 | 2026-06-23T23:05:31.534Z | Downloaded serde_repr v0.1.20 |
| 984 | 2026-06-23T23:05:31.537Z | Downloaded semver v0.1.20 |
| 985 | 2026-06-23T23:05:31.537Z | Downloaded prefix-trie v0.7.0 |
| 986 | 2026-06-23T23:05:31.541Z | Downloaded serde_spanned v1.0.4 |
| 987 | 2026-06-23T23:05:31.541Z | Downloaded rustls-pemfile v2.2.0 |
| 988 | 2026-06-23T23:05:31.544Z | Downloaded rustls-pemfile v1.0.4 |
| 989 | 2026-06-23T23:05:31.544Z | Downloaded signature v2.2.0 |
| 990 | 2026-06-23T23:05:31.544Z | Downloaded signal-hook-tokio v0.3.1 |
| 991 | 2026-06-23T23:05:31.549Z | Downloaded serde_urlencoded v0.7.1 |
| 992 | 2026-06-23T23:05:31.549Z | Downloaded rustls-native-certs v0.8.3 |
| 993 | 2026-06-23T23:05:31.549Z | Downloaded serde_bytes v0.11.19 |
| 994 | 2026-06-23T23:05:31.554Z | Downloaded siphasher v1.0.2 |
| 995 | 2026-06-23T23:05:31.554Z | Downloaded rusty-fork v0.3.1 |
| 996 | 2026-06-23T23:05:31.564Z | Downloaded slog-envlogger v2.2.0 |
| 997 | 2026-06-23T23:05:31.568Z | Downloaded rand_core v0.9.5 |
| 998 | 2026-06-23T23:05:31.575Z | Downloaded sha1 v0.10.6 |
| 999 | 2026-06-23T23:05:31.581Z | Downloaded sigpipe v0.1.3 |
| 1000 | 2026-06-23T23:05:31.585Z | Downloaded signal-hook-mio v0.2.5 |
| 1001 | 2026-06-23T23:05:31.585Z | Downloaded progenitor-impl v0.13.0 |
| 1002 | 2026-06-23T23:05:31.588Z | Downloaded expectorate v1.2.0 |
| 1003 | 2026-06-23T23:05:31.592Z | Downloaded rustversion v1.0.22 |
| 1004 | 2026-06-23T23:05:31.595Z | Downloaded secrecy v0.10.3 |
| 1005 | 2026-06-23T23:05:31.595Z | Downloaded sec1 v0.7.3 |
| 1006 | 2026-06-23T23:05:31.598Z | Downloaded scroll v0.13.0 |
| 1007 | 2026-06-23T23:05:31.598Z | Downloaded serde_path_to_error v0.1.20 |
| 1008 | 2026-06-23T23:05:31.603Z | Downloaded sct v0.7.1 |
| 1009 | 2026-06-23T23:05:31.603Z | Downloaded slog-bunyan v2.5.0 |
| 1010 | 2026-06-23T23:05:31.605Z | Downloaded aes v0.8.4 |
| 1011 | 2026-06-23T23:05:31.605Z | Downloaded seq-macro v0.3.6 |
| 1012 | 2026-06-23T23:05:31.608Z | Downloaded hyper-util v0.1.20 |
| 1013 | 2026-06-23T23:05:31.611Z | Downloaded sqlparser_derive v0.5.0 |
| 1014 | 2026-06-23T23:05:31.611Z | Downloaded serde_derive_internals v0.29.1 |
| 1015 | 2026-06-23T23:05:31.611Z | Downloaded schemars_derive v0.8.22 |
| 1016 | 2026-06-23T23:05:31.614Z | Downloaded r2d2 v0.8.10 |
| 1017 | 2026-06-23T23:05:31.617Z | Downloaded openssl-sys v0.9.115 |
| 1018 | 2026-06-23T23:05:31.622Z | Downloaded progenitor-impl v0.14.0 |
| 1019 | 2026-06-23T23:05:31.622Z | Downloaded minimal-lexical v0.2.1 |
| 1020 | 2026-06-23T23:05:31.625Z | Downloaded structmeta-derive v0.3.0 |
| 1021 | 2026-06-23T23:05:31.625Z | Downloaded structmeta v0.3.0 |
| 1022 | 2026-06-23T23:05:31.625Z | Downloaded shlex v1.3.0 |
| 1023 | 2026-06-23T23:05:31.629Z | Downloaded slab v0.4.12 |
| 1024 | 2026-06-23T23:05:31.629Z | Downloaded serde_with_macros v1.5.2 |
| 1025 | 2026-06-23T23:05:31.629Z | Downloaded ssh-encoding v0.2.0 |
| 1026 | 2026-06-23T23:05:31.632Z | Downloaded serde-hex v0.1.0 |
| 1027 | 2026-06-23T23:05:31.632Z | Downloaded shell-words v1.1.1 |
| 1028 | 2026-06-23T23:05:31.632Z | Downloaded rustls-pki-types v1.14.0 |
| 1029 | 2026-06-23T23:05:31.635Z | Downloaded prettyplease v0.2.37 |
| 1030 | 2026-06-23T23:05:31.638Z | Downloaded strsim v0.10.0 |
| 1031 | 2026-06-23T23:05:31.638Z | Downloaded smallvec v0.6.14 |
| 1032 | 2026-06-23T23:05:31.638Z | Downloaded slog-dtrace v0.3.0 |
| 1033 | 2026-06-23T23:05:31.641Z | Downloaded russh-keys v0.45.0 |
| 1034 | 2026-06-23T23:05:31.641Z | Downloaded rcgen v0.12.1 |
| 1035 | 2026-06-23T23:05:31.653Z | Downloaded hickory-server v0.25.2 |
| 1036 | 2026-06-23T23:05:31.656Z | Downloaded hashbrown v0.13.2 |
| 1037 | 2026-06-23T23:05:31.661Z | Downloaded signal-hook-registry v1.4.8 |
| 1038 | 2026-06-23T23:05:31.664Z | Downloaded take_mut v0.2.2 |
| 1039 | 2026-06-23T23:05:31.664Z | Downloaded sync-ptr v0.1.4 |
| 1040 | 2026-06-23T23:05:31.664Z | Downloaded strum v0.27.2 |
| 1041 | 2026-06-23T23:05:31.667Z | Downloaded strum v0.26.3 |
| 1042 | 2026-06-23T23:05:31.667Z | Downloaded subtle v2.6.1 |
| 1043 | 2026-06-23T23:05:31.667Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1044 | 2026-06-23T23:05:31.667Z | Downloaded smf v0.2.3 |
| 1045 | 2026-06-23T23:05:31.671Z | Downloaded simd-adler32 v0.3.8 |
| 1046 | 2026-06-23T23:05:31.671Z | Downloaded mio v1.2.0 |
| 1047 | 2026-06-23T23:05:31.674Z | Downloaded tabled_derive v0.11.0 |
| 1048 | 2026-06-23T23:05:31.674Z | Downloaded snafu-derive v0.8.9 |
| 1049 | 2026-06-23T23:05:31.677Z | Downloaded tap v1.0.1 |
| 1050 | 2026-06-23T23:05:31.680Z | Downloaded tabwriter v1.4.1 |
| 1051 | 2026-06-23T23:05:31.680Z | Downloaded http v1.4.0 |
| 1052 | 2026-06-23T23:05:31.683Z | Downloaded tagptr v0.2.0 |
| 1053 | 2026-06-23T23:05:31.683Z | Downloaded spki v0.7.3 |
| 1054 | 2026-06-23T23:05:31.686Z | Downloaded slog-async v2.8.0 |
| 1055 | 2026-06-23T23:05:31.689Z | Downloaded sync_wrapper v1.0.2 |
| 1056 | 2026-06-23T23:05:31.689Z | Downloaded termtree v0.5.1 |
| 1057 | 2026-06-23T23:05:31.689Z | Downloaded stacker v0.1.23 |
| 1058 | 2026-06-23T23:05:31.692Z | Downloaded supports-color v3.0.2 |
| 1059 | 2026-06-23T23:05:31.692Z | Downloaded slog-stdlog v4.1.1 |
| 1060 | 2026-06-23T23:05:31.695Z | Downloaded slog-scope v4.4.1 |
| 1061 | 2026-06-23T23:05:31.695Z | Downloaded pretty_assertions v1.4.1 |
| 1062 | 2026-06-23T23:05:31.698Z | Downloaded slog-json v2.6.1 |
| 1063 | 2026-06-23T23:05:31.698Z | Downloaded hashbrown v0.15.5 |
| 1064 | 2026-06-23T23:05:31.701Z | Downloaded crossterm v0.28.1 |
| 1065 | 2026-06-23T23:05:31.705Z | Downloaded time-core v0.1.8 |
| 1066 | 2026-06-23T23:05:31.708Z | Downloaded strum_macros v0.24.3 |
| 1067 | 2026-06-23T23:05:31.708Z | Downloaded tinyvec_macros v0.1.1 |
| 1068 | 2026-06-23T23:05:31.711Z | Downloaded ryu v1.0.23 |
| 1069 | 2026-06-23T23:05:31.711Z | Downloaded rayon-core v1.13.0 |
| 1070 | 2026-06-23T23:05:31.714Z | Downloaded string_cache v0.8.9 |
| 1071 | 2026-06-23T23:05:31.714Z | Downloaded serde_cbor v0.11.2 |
| 1072 | 2026-06-23T23:05:31.717Z | Downloaded ssh-cipher v0.2.0 |
| 1073 | 2026-06-23T23:05:31.717Z | Downloaded aho-corasick v1.1.4 |
| 1074 | 2026-06-23T23:05:31.721Z | Downloaded publicsuffix v2.3.0 |
| 1075 | 2026-06-23T23:05:31.724Z | Downloaded hyper v1.8.1 |
| 1076 | 2026-06-23T23:05:31.727Z | Downloaded thread-id v5.1.0 |
| 1077 | 2026-06-23T23:05:31.730Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1078 | 2026-06-23T23:05:31.730Z | Downloaded testing_table v0.3.0 |
| 1079 | 2026-06-23T23:05:31.730Z | Downloaded itertools v0.10.5 |
| 1080 | 2026-06-23T23:05:31.733Z | Downloaded tokio-macros v2.7.0 |
| 1081 | 2026-06-23T23:05:31.736Z | Downloaded hashbrown v0.12.3 |
| 1082 | 2026-06-23T23:05:31.739Z | Downloaded spin v0.9.8 |
| 1083 | 2026-06-23T23:05:31.742Z | Downloaded rand v0.8.6 |
| 1084 | 2026-06-23T23:05:31.745Z | Downloaded ron v0.8.1 |
| 1085 | 2026-06-23T23:05:31.748Z | Downloaded sqlformat v0.3.5 |
| 1086 | 2026-06-23T23:05:31.751Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1087 | 2026-06-23T23:05:31.754Z | Downloaded static_assertions v1.1.0 |
| 1088 | 2026-06-23T23:05:31.757Z | Downloaded serde_with_macros v3.17.0 |
| 1089 | 2026-06-23T23:05:31.760Z | Downloaded termios v0.3.3 |
| 1090 | 2026-06-23T23:05:31.763Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1091 | 2026-06-23T23:05:31.766Z | Downloaded topological-sort v0.2.2 |
| 1092 | 2026-06-23T23:05:31.770Z | Downloaded strum_macros v0.26.4 |
| 1093 | 2026-06-23T23:05:31.770Z | Downloaded stringprep v0.1.5 |
| 1094 | 2026-06-23T23:05:31.772Z | Downloaded similar v2.7.0 |
| 1095 | 2026-06-23T23:05:31.775Z | Downloaded support-bundle-viewer v0.1.2 |
| 1096 | 2026-06-23T23:05:31.775Z | Downloaded hashbrown v0.16.1 |
| 1097 | 2026-06-23T23:05:31.781Z | Downloaded time-macros v0.2.27 |
| 1098 | 2026-06-23T23:05:31.784Z | Downloaded thiserror-no-std v2.0.2 |
| 1099 | 2026-06-23T23:05:31.787Z | Downloaded slog-term v2.9.2 |
| 1100 | 2026-06-23T23:05:31.787Z | Downloaded trait-variant v0.1.2 |
| 1101 | 2026-06-23T23:05:31.790Z | Downloaded typify-macro v0.6.2 |
| 1102 | 2026-06-23T23:05:31.790Z | Downloaded tower-layer v0.3.3 |
| 1103 | 2026-06-23T23:05:31.790Z | Downloaded schemars v0.9.0 |
| 1104 | 2026-06-23T23:05:31.797Z | Downloaded rand v0.9.2 |
| 1105 | 2026-06-23T23:05:31.800Z | Downloaded quinn v0.11.9 |
| 1106 | 2026-06-23T23:05:31.803Z | Downloaded qorb v0.4.1 |
| 1107 | 2026-06-23T23:05:31.806Z | Downloaded tokio-dtrace v0.1.1 |
| 1108 | 2026-06-23T23:05:31.806Z | Downloaded tls_codec v0.4.2 |
| 1109 | 2026-06-23T23:05:31.809Z | Downloaded try-lock v0.2.5 |
| 1110 | 2026-06-23T23:05:31.809Z | Downloaded itertools v0.12.1 |
| 1111 | 2026-06-23T23:05:31.812Z | Downloaded unicode-truncate v1.1.0 |
| 1112 | 2026-06-23T23:05:31.815Z | Downloaded futures-util v0.3.32 |
| 1113 | 2026-06-23T23:05:31.819Z | Downloaded unarray v0.1.4 |
| 1114 | 2026-06-23T23:05:31.822Z | Downloaded aws-lc-rs v1.16.3 |
| 1115 | 2026-06-23T23:05:31.826Z | Downloaded usdt-attr-macro v0.6.0 |
| 1116 | 2026-06-23T23:05:31.829Z | Downloaded tls_codec_derive v0.4.2 |
| 1117 | 2026-06-23T23:05:31.829Z | Downloaded thread_local v1.1.9 |
| 1118 | 2026-06-23T23:05:31.829Z | Downloaded term v1.2.1 |
| 1119 | 2026-06-23T23:05:31.832Z | Downloaded tokio-tungstenite v0.21.0 |
| 1120 | 2026-06-23T23:05:31.835Z | Downloaded num-bigint v0.4.6 |
| 1121 | 2026-06-23T23:05:31.835Z | Downloaded term v0.7.0 |
| 1122 | 2026-06-23T23:05:31.838Z | Downloaded utf-8 v0.7.6 |
| 1123 | 2026-06-23T23:05:31.838Z | Downloaded usdt-macro v0.6.0 |
| 1124 | 2026-06-23T23:05:31.841Z | Downloaded tokio-rustls v0.25.0 |
| 1125 | 2026-06-23T23:05:31.841Z | Downloaded schemars v0.8.22 |
| 1126 | 2026-06-23T23:05:31.846Z | Downloaded usdt v0.6.0 |
| 1127 | 2026-06-23T23:05:31.849Z | Downloaded untrusted v0.9.0 |
| 1128 | 2026-06-23T23:05:31.849Z | Downloaded universal-hash v0.5.1 |
| 1129 | 2026-06-23T23:05:31.849Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1130 | 2026-06-23T23:05:31.852Z | Downloaded unit-prefix v0.5.2 |
| 1131 | 2026-06-23T23:05:31.852Z | Downloaded hkdf v0.12.4 |
| 1132 | 2026-06-23T23:05:31.855Z | Downloaded tower-service v0.3.3 |
| 1133 | 2026-06-23T23:05:31.855Z | Downloaded tokio-native-tls v0.3.1 |
| 1134 | 2026-06-23T23:05:31.855Z | Downloaded signal-hook v0.3.18 |
| 1135 | 2026-06-23T23:05:31.858Z | Downloaded libxml v0.3.3 |
| 1136 | 2026-06-23T23:05:31.861Z | Downloaded tiny-keccak v2.0.2 |
| 1137 | 2026-06-23T23:05:31.864Z | Downloaded strum_macros v0.27.2 |
| 1138 | 2026-06-23T23:05:31.864Z | Downloaded wait-timeout v0.2.1 |
| 1139 | 2026-06-23T23:05:31.867Z | Downloaded subprocess v0.2.15 |
| 1140 | 2026-06-23T23:05:31.870Z | Downloaded schemars v1.2.1 |
| 1141 | 2026-06-23T23:05:31.876Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1142 | 2026-06-23T23:05:31.878Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1143 | 2026-06-23T23:05:31.878Z | Downloaded void v1.0.2 |
| 1144 | 2026-06-23T23:05:31.878Z | Downloaded tokio-rustls v0.24.1 |
| 1145 | 2026-06-23T23:05:31.881Z | Downloaded unicase v2.9.0 |
| 1146 | 2026-06-23T23:05:31.881Z | Downloaded slog v2.8.2 |
| 1147 | 2026-06-23T23:05:31.884Z | Downloaded waitgroup v0.1.2 |
| 1148 | 2026-06-23T23:05:31.887Z | Downloaded xattr v1.6.1 |
| 1149 | 2026-06-23T23:05:31.893Z | Downloaded snafu v0.8.9 |
| 1150 | 2026-06-23T23:05:31.896Z | Downloaded tokio-tungstenite v0.23.1 |
| 1151 | 2026-06-23T23:05:31.899Z | Downloaded tui-tree-widget v0.23.1 |
| 1152 | 2026-06-23T23:05:31.899Z | Downloaded xshell-macros v0.2.7 |
| 1153 | 2026-06-23T23:05:31.902Z | Downloaded socket2 v0.5.10 |
| 1154 | 2026-06-23T23:05:31.902Z | Downloaded rsa v0.9.10 |
| 1155 | 2026-06-23T23:05:31.905Z | Downloaded libm v0.2.16 |
| 1156 | 2026-06-23T23:05:31.909Z | Downloaded blake3 v1.8.5 |
| 1157 | 2026-06-23T23:05:31.914Z | Downloaded want v0.3.1 |
| 1158 | 2026-06-23T23:05:31.917Z | Downloaded uzers v0.12.2 |
| 1159 | 2026-06-23T23:05:31.917Z | Downloaded usdt-impl v0.6.0 |
| 1160 | 2026-06-23T23:05:31.920Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1161 | 2026-06-23T23:05:31.923Z | Downloaded itertools v0.13.0 |
| 1162 | 2026-06-23T23:05:31.926Z | Downloaded vergen-lib v9.1.0 |
| 1163 | 2026-06-23T23:05:31.929Z | Downloaded nom v7.1.3 |
| 1164 | 2026-06-23T23:05:31.932Z | Downloaded vergen-lib v0.1.6 |
| 1165 | 2026-06-23T23:05:31.932Z | Downloaded vergen-git2 v9.1.0 |
| 1166 | 2026-06-23T23:05:31.935Z | Downloaded rand v0.10.0 |
| 1167 | 2026-06-23T23:05:31.938Z | Downloaded untrusted v0.7.1 |
| 1168 | 2026-06-23T23:05:31.938Z | Downloaded zone_cfg_derive v0.3.1 |
| 1169 | 2026-06-23T23:05:31.941Z | Downloaded tokio-rustls v0.26.4 |
| 1170 | 2026-06-23T23:05:31.941Z | Downloaded zone v0.3.1 |
| 1171 | 2026-06-23T23:05:31.946Z | Downloaded rustls-webpki v0.103.9 |
| 1172 | 2026-06-23T23:05:31.949Z | Downloaded zeroize_derive v1.4.3 |
| 1173 | 2026-06-23T23:05:31.949Z | Downloaded tinyvec v1.10.0 |
| 1174 | 2026-06-23T23:05:31.952Z | Downloaded whoami v2.1.0 |
| 1175 | 2026-06-23T23:05:31.952Z | Downloaded walkdir v2.5.0 |
| 1176 | 2026-06-23T23:05:31.956Z | Downloaded samael v0.0.19 |
| 1177 | 2026-06-23T23:05:31.959Z | Downloaded whoami v1.6.1 |
| 1178 | 2026-06-23T23:05:31.962Z | Downloaded wyz v0.5.1 |
| 1179 | 2026-06-23T23:05:31.964Z | Downloaded vsss-rs v3.3.4 |
| 1180 | 2026-06-23T23:05:31.967Z | Downloaded vergen-gitcl v1.0.8 |
| 1181 | 2026-06-23T23:05:31.967Z | Downloaded tokio-stream v0.1.18 |
| 1182 | 2026-06-23T23:05:31.971Z | Downloaded iddqd v0.4.2 |
| 1183 | 2026-06-23T23:05:31.975Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1184 | 2026-06-23T23:05:31.978Z | Downloaded toml v0.7.8 |
| 1185 | 2026-06-23T23:05:31.981Z | Downloaded socket2 v0.6.3 |
| 1186 | 2026-06-23T23:05:31.981Z | Downloaded itertools v0.14.0 |
| 1187 | 2026-06-23T23:05:31.985Z | Downloaded bitvec v1.0.1 |
| 1188 | 2026-06-23T23:05:31.993Z | Downloaded xshell v0.2.7 |
| 1189 | 2026-06-23T23:05:31.996Z | Downloaded twox-hash v2.1.2 |
| 1190 | 2026-06-23T23:05:31.996Z | Downloaded tracing-core v0.1.36 |
| 1191 | 2026-06-23T23:05:31.999Z | Downloaded unicode-properties v0.1.4 |
| 1192 | 2026-06-23T23:05:31.999Z | Downloaded nom v8.0.0 |
| 1193 | 2026-06-23T23:05:32.002Z | Downloaded zstd v0.13.3 |
| 1194 | 2026-06-23T23:05:32.005Z | Downloaded num-bigint-dig v0.8.6 |
| 1195 | 2026-06-23T23:05:32.009Z | Downloaded iri-string v0.7.10 |
| 1196 | 2026-06-23T23:05:32.012Z | Downloaded h2 v0.4.13 |
| 1197 | 2026-06-23T23:05:32.016Z | Downloaded unicode-bidi v0.3.18 |
| 1198 | 2026-06-23T23:05:32.019Z | Downloaded tracing-attributes v0.1.31 |
| 1199 | 2026-06-23T23:05:32.022Z | Downloaded test-strategy v0.4.5 |
| 1200 | 2026-06-23T23:05:32.025Z | Downloaded zeroize v1.8.2 |
| 1201 | 2026-06-23T23:05:32.025Z | Downloaded vergen v9.1.0 |
| 1202 | 2026-06-23T23:05:32.028Z | Downloaded yasna v0.5.2 |
| 1203 | 2026-06-23T23:05:32.050Z | Downloaded tungstenite v0.21.0 |
| 1204 | 2026-06-23T23:05:32.053Z | Downloaded rustyline v14.0.0 |
| 1205 | 2026-06-23T23:05:32.056Z | Downloaded reedline v0.40.0 |
| 1206 | 2026-06-23T23:05:32.059Z | Downloaded typify v0.6.2 |
| 1207 | 2026-06-23T23:05:32.071Z | Downloaded chrono v0.4.44 |
| 1208 | 2026-06-23T23:05:32.076Z | Downloaded unsafe-libyaml v0.2.11 |
| 1209 | 2026-06-23T23:05:32.080Z | Downloaded russh v0.45.0 |
| 1210 | 2026-06-23T23:05:32.087Z | Downloaded uuid v1.23.0 |
| 1211 | 2026-06-23T23:05:32.090Z | Downloaded steno v0.4.1 |
| 1212 | 2026-06-23T23:05:32.093Z | Downloaded tar v0.4.45 |
| 1213 | 2026-06-23T23:05:32.096Z | Downloaded bindgen v0.71.1 |
| 1214 | 2026-06-23T23:05:32.098Z | Downloaded zstd-safe v7.2.4 |
| 1215 | 2026-06-23T23:05:32.101Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1216 | 2026-06-23T23:05:32.105Z | Downloaded zopfli v0.8.3 |
| 1217 | 2026-06-23T23:05:32.105Z | Downloaded vte v0.14.1 |
| 1218 | 2026-06-23T23:05:32.108Z | Downloaded rpassword v7.4.0 |
| 1219 | 2026-06-23T23:05:32.108Z | Downloaded p521 v0.13.3 |
| 1220 | 2026-06-23T23:05:32.110Z | Downloaded tokio-postgres v0.7.16 |
| 1221 | 2026-06-23T23:05:32.115Z | Downloaded serde_with v1.14.0 |
| 1222 | 2026-06-23T23:05:32.118Z | Downloaded zerocopy v0.6.6 |
| 1223 | 2026-06-23T23:05:32.121Z | Downloaded unicode_categories v0.1.1 |
| 1224 | 2026-06-23T23:05:32.121Z | Downloaded tungstenite v0.23.0 |
| 1225 | 2026-06-23T23:05:32.124Z | Downloaded yansi v1.0.1 |
| 1226 | 2026-06-23T23:05:32.124Z | Downloaded portable-atomic v1.13.1 |
| 1227 | 2026-06-23T23:05:32.128Z | Downloaded reqwest v0.13.2 |
| 1228 | 2026-06-23T23:05:32.132Z | Downloaded git2 v0.20.4 |
| 1229 | 2026-06-23T23:05:32.141Z | Downloaded zip v0.6.6 |
| 1230 | 2026-06-23T23:05:32.144Z | Downloaded rayon v1.11.0 |
| 1231 | 2026-06-23T23:05:32.150Z | Downloaded toml_edit v0.19.15 |
| 1232 | 2026-06-23T23:05:32.160Z | Downloaded zerocopy-derive v0.8.40 |
| 1233 | 2026-06-23T23:05:32.165Z | Downloaded ssh-key v0.6.7 |
| 1234 | 2026-06-23T23:05:32.177Z | Downloaded lalrpop v0.19.12 |
| 1235 | 2026-06-23T23:05:32.183Z | Downloaded x509-cert v0.2.5 |
| 1236 | 2026-06-23T23:05:32.187Z | Downloaded typed-path v0.9.3 |
| 1237 | 2026-06-23T23:05:32.192Z | Downloaded regex v1.12.3 |
| 1238 | 2026-06-23T23:05:32.201Z | Downloaded reqwest v0.12.28 |
| 1239 | 2026-06-23T23:05:32.205Z | Downloaded p384 v0.13.1 |
| 1240 | 2026-06-23T23:05:32.211Z | Downloaded unicode-segmentation v1.12.0 |
| 1241 | 2026-06-23T23:05:32.214Z | Downloaded tough v0.22.0 |
| 1242 | 2026-06-23T23:05:32.219Z | Downloaded proptest v1.10.0 |
| 1243 | 2026-06-23T23:05:32.225Z | Downloaded zip v4.6.1 |
| 1244 | 2026-06-23T23:05:32.228Z | Downloaded tokio-util v0.7.18 |
| 1245 | 2026-06-23T23:05:32.247Z | Downloaded quick-xml v0.37.5 |
| 1246 | 2026-06-23T23:05:32.251Z | Downloaded tower v0.5.3 |
| 1247 | 2026-06-23T23:05:32.256Z | Downloaded nix v0.27.1 |
| 1248 | 2026-06-23T23:05:32.295Z | Downloaded unicode-normalization v0.1.25 |
| 1249 | 2026-06-23T23:05:32.298Z | Downloaded goblin v0.10.5 |
| 1250 | 2026-06-23T23:05:32.315Z | Downloaded radix_trie v0.2.1 |
| 1251 | 2026-06-23T23:05:32.319Z | Downloaded winnow v0.6.26 |
| 1252 | 2026-06-23T23:05:32.332Z | Downloaded tower-http v0.6.8 |
| 1253 | 2026-06-23T23:05:32.339Z | Downloaded bstr v1.12.1 |
| 1254 | 2026-06-23T23:05:32.354Z | Downloaded rustls-webpki v0.102.8 |
| 1255 | 2026-06-23T23:05:32.366Z | Downloaded salty v0.3.0 |
| 1256 | 2026-06-23T23:05:32.370Z | Downloaded moka v0.12.13 |
| 1257 | 2026-06-23T23:05:32.375Z | Downloaded object v0.30.4 |
| 1258 | 2026-06-23T23:05:32.381Z | Downloaded regex-syntax v0.6.29 |
| 1259 | 2026-06-23T23:05:32.386Z | Downloaded petname v2.0.2 |
| 1260 | 2026-06-23T23:05:32.389Z | Downloaded rustls-webpki v0.101.7 |
| 1261 | 2026-06-23T23:05:32.399Z | Downloaded curve25519-dalek v4.1.3 |
| 1262 | 2026-06-23T23:05:32.403Z | Downloaded zlib-rs v0.6.2 |
| 1263 | 2026-06-23T23:05:32.407Z | Downloaded time v0.3.47 |
| 1264 | 2026-06-23T23:05:32.414Z | Downloaded serde_with v3.17.0 |
| 1265 | 2026-06-23T23:05:32.421Z | Downloaded quinn-proto v0.11.13 |
| 1266 | 2026-06-23T23:05:32.425Z | Downloaded hickory-proto v0.24.4 |
| 1267 | 2026-06-23T23:05:32.434Z | Downloaded object v0.37.3 |
| 1268 | 2026-06-23T23:05:32.441Z | Downloaded vcpkg v0.2.15 |
| 1269 | 2026-06-23T23:05:32.464Z | Downloaded zerocopy v0.8.40 |
| 1270 | 2026-06-23T23:05:32.469Z | Downloaded openapiv3 v2.2.0 |
| 1271 | 2026-06-23T23:05:32.477Z | Downloaded winnow v0.5.40 |
| 1272 | 2026-06-23T23:05:32.482Z | Downloaded tabled v0.20.0 |
| 1273 | 2026-06-23T23:05:32.492Z | Downloaded nix v0.28.0 |
| 1274 | 2026-06-23T23:05:32.498Z | Downloaded regex-syntax v0.8.10 |
| 1275 | 2026-06-23T23:05:32.503Z | Downloaded polar-core v0.27.3 |
| 1276 | 2026-06-23T23:05:32.508Z | Downloaded openssl v0.10.79 |
| 1277 | 2026-06-23T23:05:32.514Z | Downloaded hickory-proto v0.25.2 |
| 1278 | 2026-06-23T23:05:32.524Z | Downloaded smoltcp v0.9.1 |
| 1279 | 2026-06-23T23:05:32.530Z | Downloaded rustls v0.23.37 |
| 1280 | 2026-06-23T23:05:32.537Z | Downloaded rustls v0.21.12 |
| 1281 | 2026-06-23T23:05:32.543Z | Downloaded dropshot v0.17.0 |
| 1282 | 2026-06-23T23:05:32.566Z | Downloaded nix v0.31.2 |
| 1283 | 2026-06-23T23:05:32.579Z | Downloaded sled v0.34.7 |
| 1284 | 2026-06-23T23:05:32.589Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1285 | 2026-06-23T23:05:32.594Z | Downloaded rustls v0.22.4 |
| 1286 | 2026-06-23T23:05:32.600Z | Downloaded webpki-roots v1.0.6 |
| 1287 | 2026-06-23T23:05:32.603Z | Downloaded typify-impl v0.6.2 |
| 1288 | 2026-06-23T23:05:32.611Z | Downloaded tracing v0.1.44 |
| 1289 | 2026-06-23T23:05:32.624Z | Downloaded smoltcp v0.11.0 |
| 1290 | 2026-06-23T23:05:32.631Z | Downloaded regress v0.11.1 |
| 1291 | 2026-06-23T23:05:32.636Z | Downloaded rustix v0.38.44 |
| 1292 | 2026-06-23T23:05:32.649Z | Downloaded regress v0.10.5 |
| 1293 | 2026-06-23T23:05:32.655Z | Downloaded diesel v2.3.7 |
| 1294 | 2026-06-23T23:05:32.667Z | Downloaded zerocopy-derive v0.6.6 |
| 1295 | 2026-06-23T23:05:32.672Z | Downloaded chrono-tz v0.10.4 |
| 1296 | 2026-06-23T23:05:32.686Z | Downloaded petgraph v0.6.5 |
| 1297 | 2026-06-23T23:05:32.723Z | Downloaded sqlparser v0.61.0 |
| 1298 | 2026-06-23T23:05:32.749Z | Downloaded ratatui v0.29.0 |
| 1299 | 2026-06-23T23:05:32.760Z | Downloaded libz-sys v1.1.24 |
| 1300 | 2026-06-23T23:05:32.772Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1301 | 2026-06-23T23:05:32.790Z | Downloaded tokio v1.52.1 |
| 1302 | 2026-06-23T23:05:32.813Z | Downloaded regex-automata v0.4.14 |
| 1303 | 2026-06-23T23:05:32.857Z | Downloaded jiff v0.2.21 |
| 1304 | 2026-06-23T23:05:32.882Z | Downloaded petgraph v0.8.3 |
| 1305 | 2026-06-23T23:05:32.901Z | Downloaded csv v1.4.0 |
| 1306 | 2026-06-23T23:05:32.923Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1307 | 2026-06-23T23:05:32.956Z | Downloaded sha3 v0.10.8 |
| 1308 | 2026-06-23T23:05:33.002Z | Downloaded encoding_rs v0.8.35 |
| 1309 | 2026-06-23T23:05:33.015Z | Downloaded ring v0.17.14 |
| 1310 | 2026-06-23T23:05:33.469Z | Downloaded aws-lc-sys v0.40.0 |
| 1311 | 2026-06-23T23:05:33.724Z | Compiling libc v0.2.185 |
| 1312 | 2026-06-23T23:05:33.724Z | Compiling serde v1.0.228 |
| 1313 | 2026-06-23T23:05:33.727Z | Compiling log v0.4.29 |
| 1314 | 2026-06-23T23:05:33.727Z | Compiling find-msvc-tools v0.1.9 |
| 1315 | 2026-06-23T23:05:33.727Z | Compiling shlex v1.3.0 |
| 1316 | 2026-06-23T23:05:33.727Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-06-23T23:05:33.727Z | Compiling syn v2.0.117 |
| 1318 | 2026-06-23T23:05:33.727Z | Compiling typenum v1.19.0 |
| 1319 | 2026-06-23T23:05:34.052Z | Compiling generic-array v0.14.7 |
| 1320 | 2026-06-23T23:05:34.075Z | Compiling subtle v2.6.1 |
| 1321 | 2026-06-23T23:05:34.218Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-06-23T23:05:34.276Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-06-23T23:05:34.293Z | Compiling serde_json v1.0.149 |
| 1324 | 2026-06-23T23:05:34.325Z | Compiling lock_api v0.4.14 |
| 1325 | 2026-06-23T23:05:34.394Z | Compiling zerocopy v0.8.40 |
| 1326 | 2026-06-23T23:05:34.422Z | Compiling pin-project-lite v0.2.17 |
| 1327 | 2026-06-23T23:05:34.515Z | Compiling portable-atomic v1.13.1 |
| 1328 | 2026-06-23T23:05:34.563Z | Compiling parking_lot_core v0.9.12 |
| 1329 | 2026-06-23T23:05:34.805Z | Compiling getrandom v0.2.17 |
| 1330 | 2026-06-23T23:05:34.819Z | Compiling jobserver v0.1.34 |
| 1331 | 2026-06-23T23:05:34.861Z | Compiling errno v0.3.14 |
| 1332 | 2026-06-23T23:05:35.005Z | Compiling rand_core v0.6.4 |
| 1333 | 2026-06-23T23:05:35.030Z | Compiling cc v1.2.56 |
| 1334 | 2026-06-23T23:05:35.075Z | Compiling pkg-config v0.3.32 |
| 1335 | 2026-06-23T23:05:35.215Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-06-23T23:05:35.298Z | Compiling bitflags v2.11.0 |
| 1337 | 2026-06-23T23:05:35.428Z | Compiling libm v0.2.16 |
| 1338 | 2026-06-23T23:05:35.520Z | Compiling futures-core v0.3.32 |
| 1339 | 2026-06-23T23:05:35.592Z | Compiling critical-section v1.2.0 |
| 1340 | 2026-06-23T23:05:35.645Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-06-23T23:05:35.681Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-06-23T23:05:35.706Z | Compiling mio v1.2.0 |
| 1343 | 2026-06-23T23:05:35.716Z | Compiling num-traits v0.2.19 |
| 1344 | 2026-06-23T23:05:35.736Z | Compiling percent-encoding v2.3.2 |
| 1345 | 2026-06-23T23:05:35.904Z | Compiling socket2 v0.6.3 |
| 1346 | 2026-06-23T23:05:35.929Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-06-23T23:05:36.079Z | Compiling futures-channel v0.3.32 |
| 1348 | 2026-06-23T23:05:36.154Z | Compiling cpufeatures v0.2.17 |
| 1349 | 2026-06-23T23:05:36.154Z | Compiling getrandom v0.4.1 |
| 1350 | 2026-06-23T23:05:36.263Z | Compiling futures-task v0.3.32 |
| 1351 | 2026-06-23T23:05:36.380Z | Compiling slab v0.4.12 |
| 1352 | 2026-06-23T23:05:36.380Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-06-23T23:05:36.380Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-06-23T23:05:36.458Z | Compiling indexmap v2.14.0 |
| 1355 | 2026-06-23T23:05:36.458Z | Compiling rustversion v1.0.22 |
| 1356 | 2026-06-23T23:05:36.533Z | Compiling getrandom v0.3.4 |
| 1357 | 2026-06-23T23:05:36.533Z | Compiling form_urlencoded v1.2.2 |
| 1358 | 2026-06-23T23:05:36.724Z | Compiling cmake v0.1.57 |
| 1359 | 2026-06-23T23:05:36.810Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-06-23T23:05:36.863Z | Compiling dunce v1.0.5 |
| 1361 | 2026-06-23T23:05:36.966Z | Compiling synstructure v0.13.2 |
| 1362 | 2026-06-23T23:05:37.021Z | Compiling ident_case v1.0.1 |
| 1363 | 2026-06-23T23:05:37.036Z | Compiling base64ct v1.8.3 |
| 1364 | 2026-06-23T23:05:37.108Z | Compiling aws-lc-sys v0.40.0 |
| 1365 | 2026-06-23T23:05:37.145Z | Compiling iana-time-zone v0.1.65 |
| 1366 | 2026-06-23T23:05:37.315Z | Compiling pem-rfc7468 v0.7.0 |
| 1367 | 2026-06-23T23:05:37.335Z | Compiling flagset v0.4.7 |
| 1368 | 2026-06-23T23:05:37.349Z | Compiling regex-syntax v0.8.10 |
| 1369 | 2026-06-23T23:05:37.407Z | Compiling rustix v1.1.3 |
| 1370 | 2026-06-23T23:05:37.472Z | Compiling rand_core v0.9.5 |
| 1371 | 2026-06-23T23:05:37.521Z | Compiling ring v0.17.14 |
| 1372 | 2026-06-23T23:05:37.605Z | Compiling vcpkg v0.2.15 |
| 1373 | 2026-06-23T23:05:37.634Z | Compiling aws-lc-rs v1.16.3 |
| 1374 | 2026-06-23T23:05:37.765Z | Compiling uuid v1.23.0 |
| 1375 | 2026-06-23T23:05:37.928Z | Compiling rustc_version v0.4.1 |
| 1376 | 2026-06-23T23:05:38.268Z | Compiling tracing-core v0.1.36 |
| 1377 | 2026-06-23T23:05:38.359Z | Compiling openssl-sys v0.9.115 |
| 1378 | 2026-06-23T23:05:38.510Z | Compiling base64 v0.22.1 |
| 1379 | 2026-06-23T23:05:38.704Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-06-23T23:05:38.839Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-06-23T23:05:38.839Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-06-23T23:05:38.897Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-06-23T23:05:39.236Z | Compiling zerovec-derive v0.11.2 |
| 1384 | 2026-06-23T23:05:39.556Z | Compiling zeroize v1.8.2 |
| 1385 | 2026-06-23T23:05:39.819Z | Compiling zerocopy-derive v0.8.40 |
| 1386 | 2026-06-23T23:05:40.199Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-06-23T23:05:40.348Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-06-23T23:05:40.373Z | Compiling zerofrom v0.1.6 |
| 1389 | 2026-06-23T23:05:40.393Z | Compiling block-buffer v0.10.4 |
| 1390 | 2026-06-23T23:05:40.476Z | Compiling yoke v0.8.1 |
| 1391 | 2026-06-23T23:05:40.496Z | Compiling tokio-macros v2.7.0 |
| 1392 | 2026-06-23T23:05:40.563Z | Compiling digest v0.10.7 |
| 1393 | 2026-06-23T23:05:40.661Z | Compiling zerovec v0.11.5 |
| 1394 | 2026-06-23T23:05:40.813Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-06-23T23:05:40.921Z | Compiling zerotrie v0.2.3 |
| 1396 | 2026-06-23T23:05:41.176Z | Compiling tinystr v0.8.2 |
| 1397 | 2026-06-23T23:05:41.225Z | Compiling potential_utf v0.1.4 |
| 1398 | 2026-06-23T23:05:41.225Z | Compiling hmac v0.12.1 |
| 1399 | 2026-06-23T23:05:41.380Z | Compiling icu_locale_core v2.1.1 |
| 1400 | 2026-06-23T23:05:41.392Z | Compiling icu_collections v2.1.1 |
| 1401 | 2026-06-23T23:05:41.395Z | Compiling block-padding v0.3.3 |
| 1402 | 2026-06-23T23:05:41.559Z | Compiling inout v0.1.4 |
| 1403 | 2026-06-23T23:05:41.631Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-06-23T23:05:41.730Z | Compiling cipher v0.4.4 |
| 1405 | 2026-06-23T23:05:41.878Z | Compiling sha2 v0.10.9 |
| 1406 | 2026-06-23T23:05:41.993Z | Compiling der_derive v0.7.3 |
| 1407 | 2026-06-23T23:05:42.272Z | Compiling bytes v1.11.1 |
| 1408 | 2026-06-23T23:05:42.298Z | Compiling icu_provider v2.1.1 |
| 1409 | 2026-06-23T23:05:42.592Z | Compiling icu_properties v2.1.2 |
| 1410 | 2026-06-23T23:05:42.898Z | Compiling tokio v1.52.1 |
| 1411 | 2026-06-23T23:05:42.970Z | Compiling icu_normalizer v2.1.1 |
| 1412 | 2026-06-23T23:05:43.303Z | Compiling der v0.7.10 |
| 1413 | 2026-06-23T23:05:43.505Z | Compiling idna_adapter v1.2.1 |
| 1414 | 2026-06-23T23:05:43.643Z | Compiling idna v1.1.0 |
| 1415 | 2026-06-23T23:05:43.702Z | Compiling http v1.4.0 |
| 1416 | 2026-06-23T23:05:43.726Z | Compiling chrono v0.4.44 |
| 1417 | 2026-06-23T23:05:43.973Z | Compiling url v2.5.8 |
| 1418 | 2026-06-23T23:05:44.326Z | Compiling ppv-lite86 v0.2.21 |
| 1419 | 2026-06-23T23:05:44.390Z | Compiling spki v0.7.3 |
| 1420 | 2026-06-23T23:05:44.592Z | Compiling salsa20 v0.10.2 |
| 1421 | 2026-06-23T23:05:44.606Z | Compiling pbkdf2 v0.12.2 |
| 1422 | 2026-06-23T23:05:44.657Z | Compiling rustls-pki-types v1.14.0 |
| 1423 | 2026-06-23T23:05:44.701Z | Compiling tracing-attributes v0.1.31 |
| 1424 | 2026-06-23T23:05:44.719Z | Compiling thiserror-impl v2.0.18 |
| 1425 | 2026-06-23T23:05:44.732Z | Compiling scrypt v0.11.0 |
| 1426 | 2026-06-23T23:05:44.834Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2026-06-23T23:05:44.985Z | Compiling http-body v1.0.1 |
| 1428 | 2026-06-23T23:05:45.111Z | Compiling aes v0.8.4 |
| 1429 | 2026-06-23T23:05:45.139Z | Compiling cbc v0.1.2 |
| 1430 | 2026-06-23T23:05:45.280Z | Compiling untrusted v0.7.1 |
| 1431 | 2026-06-23T23:05:45.294Z | Compiling tinyvec_macros v0.1.1 |
| 1432 | 2026-06-23T23:05:45.366Z | Compiling httparse v1.10.1 |
| 1433 | 2026-06-23T23:05:45.405Z | Compiling untrusted v0.9.0 |
| 1434 | 2026-06-23T23:05:45.527Z | Compiling openssl-probe v0.2.1 |
| 1435 | 2026-06-23T23:05:45.551Z | Compiling pkcs5 v0.7.1 |
| 1436 | 2026-06-23T23:05:45.762Z | Compiling tinyvec v1.10.0 |
| 1437 | 2026-06-23T23:05:46.030Z | Compiling tracing v0.1.44 |
| 1438 | 2026-06-23T23:05:46.044Z | Compiling pest_generator v2.8.6 |
| 1439 | 2026-06-23T23:05:46.085Z | Compiling thiserror v2.0.18 |
| 1440 | 2026-06-23T23:05:46.117Z | Compiling rand v0.9.2 |
| 1441 | 2026-06-23T23:05:46.192Z | Compiling serde_derive_internals v0.29.1 |
| 1442 | 2026-06-23T23:05:46.205Z | Compiling aho-corasick v1.1.4 |
| 1443 | 2026-06-23T23:05:46.294Z | Compiling dyn-clone v1.0.20 |
| 1444 | 2026-06-23T23:05:46.430Z | Compiling try-lock v0.2.5 |
| 1445 | 2026-06-23T23:05:46.539Z | Compiling tower-layer v0.3.3 |
| 1446 | 2026-06-23T23:05:46.702Z | Compiling schemars v0.8.22 |
| 1447 | 2026-06-23T23:05:46.738Z | Compiling atomic-waker v1.1.2 |
| 1448 | 2026-06-23T23:05:46.863Z | Compiling tokio-util v0.7.18 |
| 1449 | 2026-06-23T23:05:46.897Z | Compiling tower-service v0.3.3 |
| 1450 | 2026-06-23T23:05:46.919Z | Compiling rustls v0.23.37 |
| 1451 | 2026-06-23T23:05:47.010Z | Compiling regex-automata v0.4.14 |
| 1452 | 2026-06-23T23:05:47.086Z | Compiling schemars_derive v0.8.22 |
| 1453 | 2026-06-23T23:05:47.089Z | Compiling pest_derive v2.8.6 |
| 1454 | 2026-06-23T23:05:47.487Z | Compiling want v0.3.1 |
| 1455 | 2026-06-23T23:05:47.536Z | Compiling pkcs8 v0.10.2 |
| 1456 | 2026-06-23T23:05:47.656Z | Compiling h2 v0.4.13 |
| 1457 | 2026-06-23T23:05:47.909Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-06-23T23:05:47.927Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-06-23T23:05:48.149Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-06-23T23:05:48.382Z | Compiling httpdate v1.0.3 |
| 1461 | 2026-06-23T23:05:48.414Z | Compiling openssl v0.10.79 |
| 1462 | 2026-06-23T23:05:48.613Z | Compiling foreign-types-shared v0.1.1 |
| 1463 | 2026-06-23T23:05:48.647Z | Compiling pin-utils v0.1.0 |
| 1464 | 2026-06-23T23:05:48.699Z | Compiling tempfile v3.25.0 |
| 1465 | 2026-06-23T23:05:48.718Z | Compiling foreign-types v0.3.2 |
| 1466 | 2026-06-23T23:05:48.747Z | Compiling scroll v0.13.0 |
| 1467 | 2026-06-23T23:05:48.785Z | Compiling unicode-normalization v0.1.25 |
| 1468 | 2026-06-23T23:05:49.067Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2026-06-23T23:05:49.305Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1470 | 2026-06-23T23:05:49.471Z | Compiling socket2 v0.5.10 |
| 1471 | 2026-06-23T23:05:49.491Z | Compiling spin v0.9.8 |
| 1472 | 2026-06-23T23:05:49.700Z | Compiling powerfmt v0.2.0 |
| 1473 | 2026-06-23T23:05:49.704Z | Compiling native-tls v0.2.18 |
| 1474 | 2026-06-23T23:05:49.880Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-06-23T23:05:49.910Z | Compiling num-conv v0.2.0 |
| 1476 | 2026-06-23T23:05:49.924Z | Compiling time-core v0.1.8 |
| 1477 | 2026-06-23T23:05:50.065Z | Compiling deranged v0.5.8 |
| 1478 | 2026-06-23T23:05:50.078Z | Compiling time-macros v0.2.27 |
| 1479 | 2026-06-23T23:05:50.531Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-06-23T23:05:51.009Z | Compiling hyper v1.8.1 |
| 1481 | 2026-06-23T23:05:51.052Z | Compiling darling v0.20.11 |
| 1482 | 2026-06-23T23:05:51.128Z | Compiling goblin v0.10.5 |
| 1483 | 2026-06-23T23:05:51.150Z | Compiling rustls-native-certs v0.8.3 |
| 1484 | 2026-06-23T23:05:51.205Z | Compiling sync_wrapper v1.0.2 |
| 1485 | 2026-06-23T23:05:51.315Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-06-23T23:05:51.446Z | Compiling siphasher v1.0.2 |
| 1487 | 2026-06-23T23:05:51.583Z | Compiling quick-error v1.2.3 |
| 1488 | 2026-06-23T23:05:51.636Z | Compiling crossbeam-utils v0.8.21 |
| 1489 | 2026-06-23T23:05:51.689Z | Compiling unicode-segmentation v1.12.0 |
| 1490 | 2026-06-23T23:05:51.794Z | Compiling simd-adler32 v0.3.8 |
| 1491 | 2026-06-23T23:05:51.929Z | Compiling syn v1.0.109 |
| 1492 | 2026-06-23T23:05:52.038Z | Compiling usdt-impl v0.6.0 |
| 1493 | 2026-06-23T23:05:52.082Z | Compiling hyper-util v0.1.20 |
| 1494 | 2026-06-23T23:05:52.243Z | Compiling bit-vec v0.8.0 |
| 1495 | 2026-06-23T23:05:52.246Z | Compiling num_threads v0.1.7 |
| 1496 | 2026-06-23T23:05:52.355Z | Compiling time v0.3.47 |
| 1497 | 2026-06-23T23:05:52.622Z | Compiling bit-set v0.8.0 |
| 1498 | 2026-06-23T23:05:52.842Z | Compiling rusty-fork v0.3.1 |
| 1499 | 2026-06-23T23:05:52.854Z | Compiling tower v0.5.3 |
| 1500 | 2026-06-23T23:05:53.162Z | Compiling derive_builder_core v0.20.2 |
| 1501 | 2026-06-23T23:05:53.342Z | Compiling dtrace-parser v0.3.0 |
| 1502 | 2026-06-23T23:05:53.413Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-06-23T23:05:53.665Z | Compiling webpki-roots v1.0.6 |
| 1504 | 2026-06-23T23:05:53.793Z | Compiling signature v2.2.0 |
| 1505 | 2026-06-23T23:05:53.875Z | Compiling thiserror-impl v1.0.69 |
| 1506 | 2026-06-23T23:05:53.981Z | Compiling dof v0.4.0 |
| 1507 | 2026-06-23T23:05:53.993Z | Compiling scroll_derive v0.12.1 |
| 1508 | 2026-06-23T23:05:54.055Z | Compiling heapless v0.7.17 |
| 1509 | 2026-06-23T23:05:54.111Z | Compiling rand_xorshift v0.4.0 |
| 1510 | 2026-06-23T23:05:54.301Z | Compiling slog v2.8.2 |
| 1511 | 2026-06-23T23:05:54.337Z | Compiling darling_core v0.21.3 |
| 1512 | 2026-06-23T23:05:54.489Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-06-23T23:05:54.727Z | Compiling thread-id v5.1.0 |
| 1514 | 2026-06-23T23:05:54.773Z | Compiling cookie v0.18.1 |
| 1515 | 2026-06-23T23:05:54.810Z | Compiling iri-string v0.7.10 |
| 1516 | 2026-06-23T23:05:54.956Z | Compiling anyhow v1.0.102 |
| 1517 | 2026-06-23T23:05:55.208Z | Compiling unicode-bidi v0.3.18 |
| 1518 | 2026-06-23T23:05:55.249Z | Compiling zstd-safe v7.2.4 |
| 1519 | 2026-06-23T23:05:55.267Z | Compiling paste v1.0.15 |
| 1520 | 2026-06-23T23:05:55.449Z | Compiling signal-hook v0.3.18 |
| 1521 | 2026-06-23T23:05:55.509Z | Compiling ryu v1.0.23 |
| 1522 | 2026-06-23T23:05:55.538Z | Compiling adler2 v2.0.1 |
| 1523 | 2026-06-23T23:05:55.618Z | Compiling unarray v0.1.4 |
| 1524 | 2026-06-23T23:05:55.669Z | Compiling allocator-api2 v0.2.21 |
| 1525 | 2026-06-23T23:05:55.690Z | Compiling unicode-properties v0.1.4 |
| 1526 | 2026-06-23T23:05:55.729Z | Compiling proptest v1.10.0 |
| 1527 | 2026-06-23T23:05:55.754Z | Compiling miniz_oxide v0.8.9 |
| 1528 | 2026-06-23T23:05:55.899Z | Compiling stringprep v0.1.5 |
| 1529 | 2026-06-23T23:05:55.996Z | Compiling tower-http v0.6.8 |
| 1530 | 2026-06-23T23:05:56.348Z | Compiling serde_urlencoded v0.7.1 |
| 1531 | 2026-06-23T23:05:56.418Z | Compiling thiserror v1.0.69 |
| 1532 | 2026-06-23T23:05:56.590Z | Compiling scroll v0.12.0 |
| 1533 | 2026-06-23T23:05:56.669Z | Compiling derive_builder_macro v0.20.2 |
| 1534 | 2026-06-23T23:05:56.935Z | Compiling darling_macro v0.21.3 |
| 1535 | 2026-06-23T23:05:57.136Z | Compiling tokio-native-tls v0.3.1 |
| 1536 | 2026-06-23T23:05:57.212Z | Compiling heck v0.4.1 |
| 1537 | 2026-06-23T23:05:57.261Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-06-23T23:05:57.307Z | Compiling bstr v1.12.1 |
| 1539 | 2026-06-23T23:05:57.443Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-06-23T23:05:57.443Z | Compiling erased-serde v0.3.31 |
| 1541 | 2026-06-23T23:05:57.566Z | Compiling serde_tokenstream v0.2.3 |
| 1542 | 2026-06-23T23:05:57.667Z | Compiling serde_spanned v0.6.9 |
| 1543 | 2026-06-23T23:05:57.819Z | Compiling toml_datetime v0.6.11 |
| 1544 | 2026-06-23T23:05:57.889Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-06-23T23:05:57.960Z | Compiling async-trait v0.1.89 |
| 1546 | 2026-06-23T23:05:57.982Z | Compiling pin-project-internal v1.1.11 |
| 1547 | 2026-06-23T23:05:58.067Z | Compiling zerocopy-derive v0.7.35 |
| 1548 | 2026-06-23T23:05:58.087Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-06-23T23:05:58.260Z | Compiling vergen-lib v9.1.0 |
| 1550 | 2026-06-23T23:05:58.428Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-06-23T23:05:58.449Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-06-23T23:05:58.649Z | Compiling ff v0.13.1 |
| 1553 | 2026-06-23T23:05:58.763Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-06-23T23:05:58.795Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-06-23T23:05:58.960Z | Compiling psl-types v2.0.11 |
| 1556 | 2026-06-23T23:05:58.973Z | Compiling cfg_aliases v0.2.1 |
| 1557 | 2026-06-23T23:05:59.008Z | Compiling ref-cast v1.0.25 |
| 1558 | 2026-06-23T23:05:59.043Z | Compiling rustix v0.38.44 |
| 1559 | 2026-06-23T23:05:59.116Z | Compiling fallible-iterator v0.2.0 |
| 1560 | 2026-06-23T23:05:59.159Z | Compiling num-bigint-dig v0.8.6 |
| 1561 | 2026-06-23T23:05:59.351Z | Compiling base16ct v0.2.0 |
| 1562 | 2026-06-23T23:05:59.377Z | Compiling mime v0.3.17 |
| 1563 | 2026-06-23T23:05:59.432Z | Compiling zlib-rs v0.6.2 |
| 1564 | 2026-06-23T23:05:59.479Z | Compiling litrs v1.0.0 |
| 1565 | 2026-06-23T23:05:59.533Z | Compiling smoltcp v0.9.1 |
| 1566 | 2026-06-23T23:05:59.650Z | Compiling sec1 v0.7.3 |
| 1567 | 2026-06-23T23:05:59.902Z | Compiling postgres-protocol v0.6.10 |
| 1568 | 2026-06-23T23:06:00.002Z | Compiling document-features v0.2.12 |
| 1569 | 2026-06-23T23:06:00.097Z | Compiling pin-project v1.1.11 |
| 1570 | 2026-06-23T23:06:00.199Z | Compiling publicsuffix v2.3.0 |
| 1571 | 2026-06-23T23:06:00.383Z | Compiling nix v0.31.2 |
| 1572 | 2026-06-23T23:06:00.425Z | Compiling zerocopy v0.7.35 |
| 1573 | 2026-06-23T23:06:00.569Z | Compiling group v0.13.0 |
| 1574 | 2026-06-23T23:06:00.621Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-06-23T23:06:00.786Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-06-23T23:06:00.919Z | Compiling hubpack_derive v0.1.1 |
| 1577 | 2026-06-23T23:06:00.988Z | Compiling rand v0.8.6 |
| 1578 | 2026-06-23T23:06:01.123Z | Compiling oxnet v0.1.6 |
| 1579 | 2026-06-23T23:06:01.225Z | Compiling darling v0.21.3 |
| 1580 | 2026-06-23T23:06:01.239Z | Compiling snafu-derive v0.8.9 |
| 1581 | 2026-06-23T23:06:01.309Z | Compiling hyper-tls v0.6.0 |
| 1582 | 2026-06-23T23:06:01.537Z | Compiling derive_builder v0.20.2 |
| 1583 | 2026-06-23T23:06:01.568Z | Compiling goblin v0.8.2 |
| 1584 | 2026-06-23T23:06:02.236Z | Compiling phf_shared v0.13.1 |
| 1585 | 2026-06-23T23:06:02.331Z | Compiling lazy_static v1.5.0 |
| 1586 | 2026-06-23T23:06:02.401Z | Compiling regex v1.12.3 |
| 1587 | 2026-06-23T23:06:02.426Z | Compiling anstyle-parse v0.2.7 |
| 1588 | 2026-06-23T23:06:02.481Z | Compiling flate2 v1.1.9 |
| 1589 | 2026-06-23T23:06:02.611Z | Compiling strum_macros v0.27.2 |
| 1590 | 2026-06-23T23:06:02.833Z | Compiling futures-executor v0.3.32 |
| 1591 | 2026-06-23T23:06:02.852Z | Compiling hex v0.4.3 |
| 1592 | 2026-06-23T23:06:02.894Z | Compiling hkdf v0.12.4 |
| 1593 | 2026-06-23T23:06:03.069Z | Compiling crypto-bigint v0.5.5 |
| 1594 | 2026-06-23T23:06:03.096Z | Compiling terminal_size v0.4.3 |
| 1595 | 2026-06-23T23:06:03.124Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1596 | 2026-06-23T23:06:03.180Z | Compiling ref-cast-impl v1.0.25 |
| 1597 | 2026-06-23T23:06:03.236Z | Compiling daft-derive v0.1.7 |
| 1598 | 2026-06-23T23:06:03.737Z | Compiling vergen v9.1.0 |
| 1599 | 2026-06-23T23:06:03.788Z | Compiling fs-err v3.3.0 |
| 1600 | 2026-06-23T23:06:03.920Z | Compiling cargo-platform v0.3.2 |
| 1601 | 2026-06-23T23:06:03.975Z | Compiling ahash v0.8.12 |
| 1602 | 2026-06-23T23:06:03.975Z | Compiling foldhash v0.2.0 |
| 1603 | 2026-06-23T23:06:04.231Z | Compiling managed v0.8.0 |
| 1604 | 2026-06-23T23:06:04.246Z | Compiling same-file v1.0.6 |
| 1605 | 2026-06-23T23:06:04.258Z | Compiling object v0.37.3 |
| 1606 | 2026-06-23T23:06:04.420Z | Compiling foldhash v0.1.5 |
| 1607 | 2026-06-23T23:06:04.453Z | Compiling bitflags v1.3.2 |
| 1608 | 2026-06-23T23:06:04.525Z | Compiling libbz2-rs-sys v0.2.2 |
| 1609 | 2026-06-23T23:06:04.540Z | Compiling bumpalo v3.20.2 |
| 1610 | 2026-06-23T23:06:04.586Z | Compiling winnow v0.5.40 |
| 1611 | 2026-06-23T23:06:04.636Z | Compiling strum v0.27.2 |
| 1612 | 2026-06-23T23:06:04.773Z | Compiling zopfli v0.8.3 |
| 1613 | 2026-06-23T23:06:04.806Z | Compiling hashbrown v0.15.5 |
| 1614 | 2026-06-23T23:06:05.222Z | Compiling bzip2 v0.6.1 |
| 1615 | 2026-06-23T23:06:05.238Z | Compiling clap_builder v4.6.0 |
| 1616 | 2026-06-23T23:06:05.384Z | Compiling walkdir v2.5.0 |
| 1617 | 2026-06-23T23:06:05.455Z | Compiling hashbrown v0.16.1 |
| 1618 | 2026-06-23T23:06:05.475Z | Compiling cargo_metadata v0.23.1 |
| 1619 | 2026-06-23T23:06:05.708Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-06-23T23:06:06.069Z | Compiling toml_edit v0.19.15 |
| 1621 | 2026-06-23T23:06:06.119Z | Compiling daft v0.1.7 |
| 1622 | 2026-06-23T23:06:06.156Z | Compiling dof v0.3.0 |
| 1623 | 2026-06-23T23:06:06.499Z | Compiling snafu v0.8.9 |
| 1624 | 2026-06-23T23:06:06.867Z | Compiling futures v0.3.32 |
| 1625 | 2026-06-23T23:06:06.867Z | Compiling anstream v0.6.21 |
| 1626 | 2026-06-23T23:06:06.893Z | Compiling phf v0.13.1 |
| 1627 | 2026-06-23T23:06:07.047Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-06-23T23:06:07.101Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-06-23T23:06:07.176Z | Compiling zstd v0.13.3 |
| 1630 | 2026-06-23T23:06:07.438Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-06-23T23:06:07.522Z | Compiling hubpack v0.1.2 |
| 1632 | 2026-06-23T23:06:07.652Z | Compiling serde_with_macros v3.17.0 |
| 1633 | 2026-06-23T23:06:07.782Z | Compiling postgres-types v0.2.12 |
| 1634 | 2026-06-23T23:06:08.293Z | Compiling usdt-attr-macro v0.6.0 |
| 1635 | 2026-06-23T23:06:08.353Z | Compiling usdt-macro v0.6.0 |
| 1636 | 2026-06-23T23:06:08.772Z | Compiling globset v0.4.18 |
| 1637 | 2026-06-23T23:06:08.809Z | Compiling dtrace-parser v0.2.0 |
| 1638 | 2026-06-23T23:06:08.994Z | Compiling ed25519 v2.2.3 |
| 1639 | 2026-06-23T23:06:09.134Z | Compiling phf_shared v0.11.3 |
| 1640 | 2026-06-23T23:06:09.151Z | Compiling olpc-cjson v0.1.4 |
| 1641 | 2026-06-23T23:06:09.285Z | Compiling pkcs1 v0.7.5 |
| 1642 | 2026-06-23T23:06:09.314Z | Compiling enum-as-inner v0.6.1 |
| 1643 | 2026-06-23T23:06:09.327Z | Compiling strum_macros v0.26.4 |
| 1644 | 2026-06-23T23:06:09.517Z | Compiling clap_derive v4.6.1 |
| 1645 | 2026-06-23T23:06:09.628Z | Compiling serde-big-array v0.5.1 |
| 1646 | 2026-06-23T23:06:09.709Z | Compiling serde_plain v1.0.2 |
| 1647 | 2026-06-23T23:06:09.777Z | Compiling rfc6979 v0.4.0 |
| 1648 | 2026-06-23T23:06:09.838Z | Compiling pem v3.0.6 |
| 1649 | 2026-06-23T23:06:09.906Z | Compiling async-recursion v1.1.1 |
| 1650 | 2026-06-23T23:06:09.920Z | Compiling serde_repr v0.1.20 |
| 1651 | 2026-06-23T23:06:09.993Z | Compiling float-cmp v0.10.0 |
| 1652 | 2026-06-23T23:06:10.145Z | Compiling thread-id v4.2.2 |
| 1653 | 2026-06-23T23:06:10.174Z | Compiling memmap2 v0.9.10 |
| 1654 | 2026-06-23T23:06:10.235Z | Compiling env_filter v1.0.0 |
| 1655 | 2026-06-23T23:06:10.394Z | Compiling difflib v0.4.0 |
| 1656 | 2026-06-23T23:06:10.463Z | Compiling whoami v2.1.0 |
| 1657 | 2026-06-23T23:06:10.540Z | Compiling predicates-core v1.0.10 |
| 1658 | 2026-06-23T23:06:10.572Z | Compiling precomputed-hash v0.1.1 |
| 1659 | 2026-06-23T23:06:10.662Z | Compiling either v1.15.0 |
| 1660 | 2026-06-23T23:06:10.718Z | Compiling normalize-line-endings v0.3.0 |
| 1661 | 2026-06-23T23:06:10.816Z | Compiling keccak v0.1.6 |
| 1662 | 2026-06-23T23:06:10.846Z | Compiling jiff v0.2.21 |
| 1663 | 2026-06-23T23:06:10.868Z | Compiling static_assertions v1.1.0 |
| 1664 | 2026-06-23T23:06:10.942Z | Compiling fixedbitset v0.5.7 |
| 1665 | 2026-06-23T23:06:10.961Z | Compiling new_debug_unreachable v1.0.6 |
| 1666 | 2026-06-23T23:06:11.035Z | Compiling data-encoding v2.10.0 |
| 1667 | 2026-06-23T23:06:11.146Z | Compiling typed-path v0.9.3 |
| 1668 | 2026-06-23T23:06:11.257Z | Compiling fixedbitset v0.4.2 |
| 1669 | 2026-06-23T23:06:11.364Z | Compiling clap v4.6.1 |
| 1670 | 2026-06-23T23:06:11.448Z | Compiling petgraph v0.6.5 |
| 1671 | 2026-06-23T23:06:11.475Z | Compiling hickory-proto v0.25.2 |
| 1672 | 2026-06-23T23:06:11.567Z | Compiling toml_edit v0.22.27 |
| 1673 | 2026-06-23T23:06:11.756Z | Compiling strum v0.26.3 |
| 1674 | 2026-06-23T23:06:11.893Z | Compiling petgraph v0.8.3 |
| 1675 | 2026-06-23T23:06:12.420Z | Compiling string_cache v0.8.9 |
| 1676 | 2026-06-23T23:06:12.654Z | Compiling sha3 v0.10.8 |
| 1677 | 2026-06-23T23:06:12.840Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1678 | 2026-06-23T23:06:12.973Z | Compiling itertools v0.13.0 |
| 1679 | 2026-06-23T23:06:13.124Z | Compiling predicates v3.1.4 |
| 1680 | 2026-06-23T23:06:13.800Z | Compiling zip v4.6.1 |
| 1681 | 2026-06-23T23:06:13.946Z | Compiling tokio-postgres v0.7.16 |
| 1682 | 2026-06-23T23:06:14.293Z | Compiling env_logger v0.11.9 |
| 1683 | 2026-06-23T23:06:14.450Z | Compiling usdt v0.6.0 |
| 1684 | 2026-06-23T23:06:14.669Z | Compiling usdt-impl v0.5.0 |
| 1685 | 2026-06-23T23:06:14.738Z | Compiling ecdsa v0.16.9 |
| 1686 | 2026-06-23T23:06:14.859Z | Compiling rsa v0.9.10 |
| 1687 | 2026-06-23T23:06:15.139Z | Compiling ed25519-dalek v2.2.0 |
| 1688 | 2026-06-23T23:06:15.218Z | Compiling serde_with v3.17.0 |
| 1689 | 2026-06-23T23:06:15.269Z | Compiling crossterm v0.28.1 |
| 1690 | 2026-06-23T23:06:15.832Z | Compiling zip v0.6.6 |
| 1691 | 2026-06-23T23:06:16.292Z | Compiling toml v0.7.8 |
| 1692 | 2026-06-23T23:06:16.432Z | Compiling iddqd v0.4.2 |
| 1693 | 2026-06-23T23:06:17.022Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-06-23T23:06:17.022Z | Compiling similar v2.7.0 |
| 1695 | 2026-06-23T23:06:17.053Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-06-23T23:06:17.388Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-06-23T23:06:17.391Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-06-23T23:06:17.668Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-06-23T23:06:17.682Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1700 | 2026-06-23T23:06:17.776Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-06-23T23:06:17.887Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-06-23T23:06:17.942Z | Compiling lalrpop-util v0.19.12 |
| 1703 | 2026-06-23T23:06:17.990Z | Compiling peg-runtime v0.8.5 |
| 1704 | 2026-06-23T23:06:18.114Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-06-23T23:06:18.144Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-06-23T23:06:18.280Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-06-23T23:06:18.313Z | Compiling filetime v0.2.27 |
| 1708 | 2026-06-23T23:06:18.373Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-06-23T23:06:18.466Z | Compiling xattr v1.6.1 |
| 1710 | 2026-06-23T23:06:18.479Z | Compiling take_mut v0.2.2 |
| 1711 | 2026-06-23T23:06:18.491Z | Compiling term v1.2.1 |
| 1712 | 2026-06-23T23:06:18.587Z | Compiling tar v0.4.45 |
| 1713 | 2026-06-23T23:06:19.079Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-06-23T23:06:29.207Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-06-23T23:06:32.070Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-06-23T23:06:32.070Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-06-23T23:06:32.270Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-06-23T23:06:32.472Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-06-23T23:06:32.476Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-06-23T23:06:33.788Z | Compiling tough v0.22.0 |
| 1721 | 2026-06-23T23:06:36.413Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-06-23T23:06:36.625Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-06-23T23:06:39.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 1724 | 2026-06-23T23:06:39.735Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1725 | 2026-06-23T23:06:39.787Z | Jun 23 23:06:38.751 INFO Starting download, target: Clickhouse |
| 1726 | 2026-06-23T23:06:39.787Z | Jun 23 23:06:38.751 INFO Starting download, target: Cockroach |
| 1727 | 2026-06-23T23:06:39.787Z | Jun 23 23:06:38.751 INFO Starting download, target: Console |
| 1728 | 2026-06-23T23:06:39.790Z | Jun 23 23:06:38.751 INFO Starting download, target: DendriteStub |
| 1729 | 2026-06-23T23:06:39.791Z | Jun 23 23:06:38.751 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-06-23T23:06:39.791Z | Jun 23 23:06:38.751 INFO Starting download, target: MaghemiteDdmd |
| 1731 | 2026-06-23T23:06:39.791Z | Jun 23 23:06:38.751 INFO Starting download, target: TransceiverControl |
| 1732 | 2026-06-23T23:06:39.791Z | Jun 23 23:06:38.752 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1733 | 2026-06-23T23:06:39.791Z | Jun 23 23:06:38.752 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1734 | 2026-06-23T23:06:39.791Z | Jun 23 23:06:38.752 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1735 | 2026-06-23T23:06:39.791Z | Jun 23 23:06:38.752 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1736 | 2026-06-23T23:06:39.791Z | Jun 23 23:06:38.752 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1737 | 2026-06-23T23:06:39.791Z | Jun 23 23:06:38.752 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1738 | 2026-06-23T23:06:39.791Z | Jun 23 23:06:38.752 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1739 | 2026-06-23T23:06:40.246Z | Jun 23 23:06:39.200 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1740 | 2026-06-23T23:06:40.464Z | Jun 23 23:06:39.424 INFO Download complete, target: TransceiverControl |
| 1741 | 2026-06-23T23:06:40.769Z | Jun 23 23:06:39.725 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1742 | 2026-06-23T23:06:41.031Z | Jun 23 23:06:39.993 INFO Download complete, target: Console |
| 1743 | 2026-06-23T23:06:41.630Z | Jun 23 23:06:40.584 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1744 | 2026-06-23T23:06:41.634Z | Jun 23 23:06:40.588 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1745 | 2026-06-23T23:06:41.849Z | Jun 23 23:06:40.812 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1746 | 2026-06-23T23:06:42.025Z | Jun 23 23:06:40.987 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1747 | 2026-06-23T23:06:42.270Z | Jun 23 23:06:41.234 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1748 | 2026-06-23T23:06:42.270Z | Jun 23 23:06:41.234 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1749 | 2026-06-23T23:06:43.636Z | Jun 23 23:06:42.601 INFO Download complete, target: MaghemiteDdmd |
| 1750 | 2026-06-23T23:06:44.395Z | Jun 23 23:06:43.359 INFO Download complete, target: DendriteStub |
| 1751 | 2026-06-23T23:06:44.503Z | Jun 23 23:06:43.468 INFO Download complete, target: MaghemiteMgd |
| 1752 | 2026-06-23T23:06:47.276Z | Jun 23 23:06:46.240 INFO Checking that binary works, target: Cockroach |
| 1753 | 2026-06-23T23:06:47.392Z | Jun 23 23:06:46.356 INFO Download complete, target: Cockroach |
| 1754 | 2026-06-23T23:06:49.146Z | Jun 23 23:06:48.108 INFO Checking that binary works, target: Clickhouse |
| 1755 | 2026-06-23T23:06:49.276Z | Jun 23 23:06:48.239 INFO Download complete, target: Clickhouse |
| 1756 | 2026-06-23T23:06:49.291Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1757 | 2026-06-23T23:06:49.295Z | |
| 1758 | 2026-06-23T23:06:49.295Z | real 2:08.083145009 |
| 1759 | 2026-06-23T23:06:49.295Z | user 7:08.442637746 |
| 1760 | 2026-06-23T23:06:49.295Z | sys 1:25.650337308 |
| 1761 | 2026-06-23T23:06:49.295Z | trap 0.246701517 |
| 1762 | 2026-06-23T23:06:49.295Z | tflt 1.381112860 |
| 1763 | 2026-06-23T23:06:49.295Z | dflt 1.495419653 |
| 1764 | 2026-06-23T23:06:49.295Z | kflt 0.032422385 |
| 1765 | 2026-06-23T23:06:49.295Z | lock 23:53.707980458 |
| 1766 | 2026-06-23T23:06:49.295Z | slp 22:09.308777937 |
| 1767 | 2026-06-23T23:06:49.296Z | lat 43.043523581 |
| 1768 | 2026-06-23T23:06:49.296Z | stop 2:02.251060337 |
| 1769 | 2026-06-23T23:06:49.296Z | + banner hack-check |
| 1770 | 2026-06-23T23:06:49.296Z | |
| 1771 | 2026-06-23T23:06:49.296Z | # # ## #### # # #### # # ###### #### # # |
| 1772 | 2026-06-23T23:06:49.296Z | # # # # # # # # # # # # # # # # # |
| 1773 | 2026-06-23T23:06:49.296Z | ###### # # # #### ##### # ###### ##### # #### |
| 1774 | 2026-06-23T23:06:49.296Z | # # ###### # # # # # # # # # # |
| 1775 | 2026-06-23T23:06:49.296Z | # # # # # # # # # # # # # # # # # |
| 1776 | 2026-06-23T23:06:49.296Z | # # # # #### # # #### # # ###### #### # # |
| 1777 | 2026-06-23T23:06:49.296Z | |
| 1778 | 2026-06-23T23:06:49.296Z | + export CARGO_INCREMENTAL=0 |
| 1779 | 2026-06-23T23:06:49.296Z | + CARGO_INCREMENTAL=0 |
| 1780 | 2026-06-23T23:06:49.296Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1781 | 2026-06-23T23:06:49.776Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1782 | 2026-06-23T23:06:50.012Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1783 | 2026-06-23T23:06:51.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
| 1784 | 2026-06-23T23:06:52.014Z | Running `target/debug/xtask check-features --ci` |
| 1785 | 2026-06-23T23:06:52.039Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1786 | 2026-06-23T23:06:52.040Z | running: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1787 | 2026-06-23T23:06:52.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1788 | 2026-06-23T23:06:52.480Z | Running `target/debug/xtask download cargo-hack` |
| 1789 | 2026-06-23T23:06:53.208Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1790 | 2026-06-23T23:06:53.513Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1791 | 2026-06-23T23:06:56.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
| 1792 | 2026-06-23T23:06:56.294Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1793 | 2026-06-23T23:06:56.332Z | Jun 23 23:06:55.296 INFO Starting download, target: CargoHack |
| 1794 | 2026-06-23T23:06:56.335Z | Jun 23 23:06:55.297 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1795 | 2026-06-23T23:06:56.641Z | Jun 23 23:06:55.606 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1796 | 2026-06-23T23:06:56.693Z | Jun 23 23:06:55.657 INFO Download complete, target: CargoHack |
| 1797 | 2026-06-23T23:06:56.696Z | running: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1798 | 2026-06-23T23:06:56.709Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1799 | 2026-06-23T23:06:56.873Z | info: running `cargo check --bins` on api_identity (1/296) |
| 1800 | 2026-06-23T23:06:57.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2026-06-23T23:06:57.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2026-06-23T23:06:57.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2026-06-23T23:06:57.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1804 | 2026-06-23T23:06:57.397Z | |
| 1805 | 2026-06-23T23:06:57.397Z | info: running `cargo check --bins` on bootstore (2/296) |
| 1806 | 2026-06-23T23:06:57.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2026-06-23T23:06:57.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2026-06-23T23:06:57.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2026-06-23T23:06:57.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1810 | 2026-06-23T23:06:57.922Z | |
| 1811 | 2026-06-23T23:06:57.922Z | info: running `cargo check --bins` on omicron-ledger (3/296) |
| 1812 | 2026-06-23T23:06:58.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2026-06-23T23:06:58.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2026-06-23T23:06:58.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2026-06-23T23:06:58.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1816 | 2026-06-23T23:06:58.434Z | |
| 1817 | 2026-06-23T23:06:58.434Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296) |
| 1818 | 2026-06-23T23:06:58.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2026-06-23T23:06:58.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2026-06-23T23:06:58.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2026-06-23T23:06:58.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1822 | 2026-06-23T23:06:58.946Z | |
| 1823 | 2026-06-23T23:06:58.946Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296) |
| 1824 | 2026-06-23T23:06:59.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-06-23T23:06:59.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-06-23T23:06:59.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-06-23T23:06:59.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1828 | 2026-06-23T23:06:59.470Z | |
| 1829 | 2026-06-23T23:06:59.470Z | info: running `cargo check --bins` on omicron-certificates (6/296) |
| 1830 | 2026-06-23T23:06:59.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-06-23T23:06:59.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-06-23T23:06:59.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-06-23T23:06:59.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1834 | 2026-06-23T23:07:00.004Z | |
| 1835 | 2026-06-23T23:07:00.004Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/296) |
| 1836 | 2026-06-23T23:07:00.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-06-23T23:07:00.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-06-23T23:07:00.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-06-23T23:07:00.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1840 | 2026-06-23T23:07:00.528Z | |
| 1841 | 2026-06-23T23:07:00.528Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296) |
| 1842 | 2026-06-23T23:07:00.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-06-23T23:07:00.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-06-23T23:07:00.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-06-23T23:07:00.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1846 | 2026-06-23T23:07:01.048Z | |
| 1847 | 2026-06-23T23:07:01.048Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296) |
| 1848 | 2026-06-23T23:07:01.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-06-23T23:07:01.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-06-23T23:07:01.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-06-23T23:07:01.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1852 | 2026-06-23T23:07:01.443Z | |
| 1853 | 2026-06-23T23:07:01.443Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296) |
| 1854 | 2026-06-23T23:07:01.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-06-23T23:07:01.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-06-23T23:07:01.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-06-23T23:07:01.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1858 | 2026-06-23T23:07:01.841Z | |
| 1859 | 2026-06-23T23:07:01.841Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296) |
| 1860 | 2026-06-23T23:07:02.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-06-23T23:07:02.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-06-23T23:07:02.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-06-23T23:07:02.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1864 | 2026-06-23T23:07:02.236Z | |
| 1865 | 2026-06-23T23:07:02.236Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296) |
| 1866 | 2026-06-23T23:07:02.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-06-23T23:07:02.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-06-23T23:07:02.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-06-23T23:07:02.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1870 | 2026-06-23T23:07:02.626Z | |
| 1871 | 2026-06-23T23:07:02.626Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296) |
| 1872 | 2026-06-23T23:07:02.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-06-23T23:07:02.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-06-23T23:07:02.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-06-23T23:07:02.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1876 | 2026-06-23T23:07:03.024Z | |
| 1877 | 2026-06-23T23:07:03.024Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296) |
| 1878 | 2026-06-23T23:07:03.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-06-23T23:07:03.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-06-23T23:07:03.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-06-23T23:07:03.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1882 | 2026-06-23T23:07:03.439Z | |
| 1883 | 2026-06-23T23:07:03.439Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296) |
| 1884 | 2026-06-23T23:07:03.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-06-23T23:07:03.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-06-23T23:07:03.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-06-23T23:07:03.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1888 | 2026-06-23T23:07:03.826Z | |
| 1889 | 2026-06-23T23:07:03.826Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296) |
| 1890 | 2026-06-23T23:07:04.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-06-23T23:07:04.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-06-23T23:07:04.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-06-23T23:07:04.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1894 | 2026-06-23T23:07:04.230Z | |
| 1895 | 2026-06-23T23:07:04.230Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296) |
| 1896 | 2026-06-23T23:07:04.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-06-23T23:07:04.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-06-23T23:07:04.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-06-23T23:07:04.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1900 | 2026-06-23T23:07:04.628Z | |
| 1901 | 2026-06-23T23:07:04.628Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296) |
| 1902 | 2026-06-23T23:07:04.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-06-23T23:07:04.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-06-23T23:07:04.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-06-23T23:07:04.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1906 | 2026-06-23T23:07:05.021Z | |
| 1907 | 2026-06-23T23:07:05.021Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296) |
| 1908 | 2026-06-23T23:07:05.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-06-23T23:07:05.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-06-23T23:07:05.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-06-23T23:07:05.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1912 | 2026-06-23T23:07:05.417Z | |
| 1913 | 2026-06-23T23:07:05.417Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296) |
| 1914 | 2026-06-23T23:07:05.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-06-23T23:07:05.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-06-23T23:07:05.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-06-23T23:07:05.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1918 | 2026-06-23T23:07:05.825Z | |
| 1919 | 2026-06-23T23:07:05.825Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296) |
| 1920 | 2026-06-23T23:07:06.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-06-23T23:07:06.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-06-23T23:07:06.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-06-23T23:07:06.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1924 | 2026-06-23T23:07:06.229Z | |
| 1925 | 2026-06-23T23:07:06.229Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296) |
| 1926 | 2026-06-23T23:07:06.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-06-23T23:07:06.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-06-23T23:07:06.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-06-23T23:07:06.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1930 | 2026-06-23T23:07:06.631Z | |
| 1931 | 2026-06-23T23:07:06.631Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296) |
| 1932 | 2026-06-23T23:07:06.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-06-23T23:07:06.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-06-23T23:07:06.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-06-23T23:07:06.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1936 | 2026-06-23T23:07:07.035Z | |
| 1937 | 2026-06-23T23:07:07.035Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296) |
| 1938 | 2026-06-23T23:07:07.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-06-23T23:07:07.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-06-23T23:07:07.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-06-23T23:07:07.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1942 | 2026-06-23T23:07:07.435Z | |
| 1943 | 2026-06-23T23:07:07.435Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296) |
| 1944 | 2026-06-23T23:07:07.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-06-23T23:07:07.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-06-23T23:07:07.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-06-23T23:07:07.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1948 | 2026-06-23T23:07:07.841Z | |
| 1949 | 2026-06-23T23:07:07.841Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296) |
| 1950 | 2026-06-23T23:07:08.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-06-23T23:07:08.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-06-23T23:07:08.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-06-23T23:07:08.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1954 | 2026-06-23T23:07:08.244Z | |
| 1955 | 2026-06-23T23:07:08.244Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296) |
| 1956 | 2026-06-23T23:07:08.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-06-23T23:07:08.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-06-23T23:07:08.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-06-23T23:07:08.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1960 | 2026-06-23T23:07:08.644Z | |
| 1961 | 2026-06-23T23:07:08.644Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296) |
| 1962 | 2026-06-23T23:07:08.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-06-23T23:07:09.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-06-23T23:07:09.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-06-23T23:07:09.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1966 | 2026-06-23T23:07:09.050Z | |
| 1967 | 2026-06-23T23:07:09.051Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296) |
| 1968 | 2026-06-23T23:07:09.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-06-23T23:07:09.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-06-23T23:07:09.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-06-23T23:07:09.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1972 | 2026-06-23T23:07:09.460Z | |
| 1973 | 2026-06-23T23:07:09.460Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296) |
| 1974 | 2026-06-23T23:07:09.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-06-23T23:07:09.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-06-23T23:07:09.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-06-23T23:07:09.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1978 | 2026-06-23T23:07:09.859Z | |
| 1979 | 2026-06-23T23:07:09.859Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296) |
| 1980 | 2026-06-23T23:07:10.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-06-23T23:07:10.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-06-23T23:07:10.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-06-23T23:07:10.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1984 | 2026-06-23T23:07:10.262Z | |
| 1985 | 2026-06-23T23:07:10.262Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296) |
| 1986 | 2026-06-23T23:07:10.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-06-23T23:07:10.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-06-23T23:07:10.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-06-23T23:07:10.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1990 | 2026-06-23T23:07:10.666Z | |
| 1991 | 2026-06-23T23:07:10.666Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296) |
| 1992 | 2026-06-23T23:07:11.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-06-23T23:07:11.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-06-23T23:07:11.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-06-23T23:07:11.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1996 | 2026-06-23T23:07:11.060Z | |
| 1997 | 2026-06-23T23:07:11.060Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296) |
| 1998 | 2026-06-23T23:07:11.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-06-23T23:07:11.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-06-23T23:07:11.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-06-23T23:07:11.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2002 | 2026-06-23T23:07:11.458Z | |
| 2003 | 2026-06-23T23:07:11.458Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296) |
| 2004 | 2026-06-23T23:07:11.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-06-23T23:07:11.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-06-23T23:07:11.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-06-23T23:07:11.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2008 | 2026-06-23T23:07:11.855Z | |
| 2009 | 2026-06-23T23:07:11.855Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296) |
| 2010 | 2026-06-23T23:07:12.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-06-23T23:07:12.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-06-23T23:07:12.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-06-23T23:07:12.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2014 | 2026-06-23T23:07:12.254Z | |
| 2015 | 2026-06-23T23:07:12.254Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296) |
| 2016 | 2026-06-23T23:07:12.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-06-23T23:07:12.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-06-23T23:07:12.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-06-23T23:07:12.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2020 | 2026-06-23T23:07:12.651Z | |
| 2021 | 2026-06-23T23:07:12.651Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296) |
| 2022 | 2026-06-23T23:07:12.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-06-23T23:07:13.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-06-23T23:07:13.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-06-23T23:07:13.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2026 | 2026-06-23T23:07:13.050Z | |
| 2027 | 2026-06-23T23:07:13.050Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296) |
| 2028 | 2026-06-23T23:07:13.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-06-23T23:07:13.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-06-23T23:07:13.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-06-23T23:07:13.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2032 | 2026-06-23T23:07:13.449Z | |
| 2033 | 2026-06-23T23:07:13.449Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296) |
| 2034 | 2026-06-23T23:07:13.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-06-23T23:07:13.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-06-23T23:07:13.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-06-23T23:07:13.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2038 | 2026-06-23T23:07:13.848Z | |
| 2039 | 2026-06-23T23:07:13.848Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296) |
| 2040 | 2026-06-23T23:07:14.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-06-23T23:07:14.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-06-23T23:07:14.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-06-23T23:07:14.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2044 | 2026-06-23T23:07:14.250Z | |
| 2045 | 2026-06-23T23:07:14.250Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296) |
| 2046 | 2026-06-23T23:07:14.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-06-23T23:07:14.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-06-23T23:07:14.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-06-23T23:07:14.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2050 | 2026-06-23T23:07:14.651Z | |
| 2051 | 2026-06-23T23:07:14.652Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296) |
| 2052 | 2026-06-23T23:07:15.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-06-23T23:07:15.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-06-23T23:07:15.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-06-23T23:07:15.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2056 | 2026-06-23T23:07:15.055Z | |
| 2057 | 2026-06-23T23:07:15.055Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296) |
| 2058 | 2026-06-23T23:07:15.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-06-23T23:07:15.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-06-23T23:07:15.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-06-23T23:07:15.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2062 | 2026-06-23T23:07:15.454Z | |
| 2063 | 2026-06-23T23:07:15.454Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296) |
| 2064 | 2026-06-23T23:07:15.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-06-23T23:07:15.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-06-23T23:07:15.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-06-23T23:07:15.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2068 | 2026-06-23T23:07:15.860Z | |
| 2069 | 2026-06-23T23:07:15.860Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296) |
| 2070 | 2026-06-23T23:07:16.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-06-23T23:07:16.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-06-23T23:07:16.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-06-23T23:07:16.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2074 | 2026-06-23T23:07:16.265Z | |
| 2075 | 2026-06-23T23:07:16.265Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296) |
| 2076 | 2026-06-23T23:07:16.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-06-23T23:07:16.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-06-23T23:07:16.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-06-23T23:07:16.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2080 | 2026-06-23T23:07:16.665Z | |
| 2081 | 2026-06-23T23:07:16.665Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296) |
| 2082 | 2026-06-23T23:07:17.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-06-23T23:07:17.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-06-23T23:07:17.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-06-23T23:07:17.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2086 | 2026-06-23T23:07:17.069Z | |
| 2087 | 2026-06-23T23:07:17.069Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296) |
| 2088 | 2026-06-23T23:07:17.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-06-23T23:07:17.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-06-23T23:07:17.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-06-23T23:07:17.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2092 | 2026-06-23T23:07:17.641Z | |
| 2093 | 2026-06-23T23:07:17.641Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296) |
| 2094 | 2026-06-23T23:07:18.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-06-23T23:07:18.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-06-23T23:07:18.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-06-23T23:07:18.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2098 | 2026-06-23T23:07:18.212Z | |
| 2099 | 2026-06-23T23:07:18.212Z | info: running `cargo check --bins` on nexus-config (51/296) |
| 2100 | 2026-06-23T23:07:18.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-06-23T23:07:18.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-06-23T23:07:18.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-06-23T23:07:18.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2104 | 2026-06-23T23:07:18.781Z | |
| 2105 | 2026-06-23T23:07:18.781Z | info: running `cargo check --bins` on nexus-types (52/296) |
| 2106 | 2026-06-23T23:07:19.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-06-23T23:07:19.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-06-23T23:07:19.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-06-23T23:07:19.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2110 | 2026-06-23T23:07:19.351Z | |
| 2111 | 2026-06-23T23:07:19.351Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296) |
| 2112 | 2026-06-23T23:07:19.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-06-23T23:07:19.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-06-23T23:07:19.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2115 | 2026-06-23T23:07:19.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2116 | 2026-06-23T23:07:19.890Z | |
| 2117 | 2026-06-23T23:07:19.890Z | info: running `cargo check --bins` on omicron-passwords (54/296) |
| 2118 | 2026-06-23T23:07:20.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2119 | 2026-06-23T23:07:20.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2120 | 2026-06-23T23:07:20.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2121 | 2026-06-23T23:07:20.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2122 | 2026-06-23T23:07:20.404Z | |
| 2123 | 2026-06-23T23:07:20.404Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/296) |
| 2124 | 2026-06-23T23:07:20.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2125 | 2026-06-23T23:07:20.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2126 | 2026-06-23T23:07:20.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2127 | 2026-06-23T23:07:20.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2128 | 2026-06-23T23:07:20.950Z | |
| 2129 | 2026-06-23T23:07:20.950Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296) |
| 2130 | 2026-06-23T23:07:21.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2131 | 2026-06-23T23:07:21.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2132 | 2026-06-23T23:07:21.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2133 | 2026-06-23T23:07:21.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2134 | 2026-06-23T23:07:21.486Z | |
| 2135 | 2026-06-23T23:07:21.486Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296) |
| 2136 | 2026-06-23T23:07:21.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2026-06-23T23:07:21.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2026-06-23T23:07:21.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2026-06-23T23:07:21.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2140 | 2026-06-23T23:07:22.021Z | |
| 2141 | 2026-06-23T23:07:22.021Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296) |
| 2142 | 2026-06-23T23:07:22.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2026-06-23T23:07:22.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2026-06-23T23:07:22.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2026-06-23T23:07:22.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2146 | 2026-06-23T23:07:22.564Z | |
| 2147 | 2026-06-23T23:07:22.564Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296) |
| 2148 | 2026-06-23T23:07:23.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2026-06-23T23:07:23.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2026-06-23T23:07:23.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2026-06-23T23:07:23.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2152 | 2026-06-23T23:07:23.083Z | |
| 2153 | 2026-06-23T23:07:23.083Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296) |
| 2154 | 2026-06-23T23:07:23.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2026-06-23T23:07:23.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2026-06-23T23:07:23.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2026-06-23T23:07:23.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2158 | 2026-06-23T23:07:23.604Z | |
| 2159 | 2026-06-23T23:07:23.604Z | info: running `cargo check --bins --no-default-features` on gfss (61/296) |
| 2160 | 2026-06-23T23:07:24.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2026-06-23T23:07:24.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2026-06-23T23:07:24.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2026-06-23T23:07:24.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2164 | 2026-06-23T23:07:24.124Z | |
| 2165 | 2026-06-23T23:07:24.124Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296) |
| 2166 | 2026-06-23T23:07:24.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2026-06-23T23:07:24.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2026-06-23T23:07:24.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2026-06-23T23:07:24.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2170 | 2026-06-23T23:07:24.648Z | |
| 2171 | 2026-06-23T23:07:24.648Z | info: running `cargo check --bins` on clickhouse-admin-types (63/296) |
| 2172 | 2026-06-23T23:07:25.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2026-06-23T23:07:25.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2026-06-23T23:07:25.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2175 | 2026-06-23T23:07:25.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2176 | 2026-06-23T23:07:25.179Z | |
| 2177 | 2026-06-23T23:07:25.180Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/296) |
| 2178 | 2026-06-23T23:07:25.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2026-06-23T23:07:25.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2026-06-23T23:07:25.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2026-06-23T23:07:25.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2182 | 2026-06-23T23:07:25.711Z | |
| 2183 | 2026-06-23T23:07:25.711Z | info: running `cargo check --bins` on cockroach-admin-types (65/296) |
| 2184 | 2026-06-23T23:07:26.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2026-06-23T23:07:26.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2026-06-23T23:07:26.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2026-06-23T23:07:26.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2188 | 2026-06-23T23:07:26.230Z | |
| 2189 | 2026-06-23T23:07:26.230Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/296) |
| 2190 | 2026-06-23T23:07:26.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2026-06-23T23:07:26.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2026-06-23T23:07:26.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2026-06-23T23:07:26.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2194 | 2026-06-23T23:07:26.746Z | |
| 2195 | 2026-06-23T23:07:26.746Z | info: running `cargo check --bins` on ereport-types (67/296) |
| 2196 | 2026-06-23T23:07:27.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2026-06-23T23:07:27.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2026-06-23T23:07:27.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2026-06-23T23:07:27.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2200 | 2026-06-23T23:07:27.268Z | |
| 2201 | 2026-06-23T23:07:27.268Z | info: running `cargo check --bins` on gateway-client (68/296) |
| 2202 | 2026-06-23T23:07:27.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2026-06-23T23:07:27.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2026-06-23T23:07:27.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2026-06-23T23:07:27.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2206 | 2026-06-23T23:07:27.792Z | |
| 2207 | 2026-06-23T23:07:27.792Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/296) |
| 2208 | 2026-06-23T23:07:28.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2026-06-23T23:07:28.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2026-06-23T23:07:28.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2026-06-23T23:07:28.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2212 | 2026-06-23T23:07:28.313Z | |
| 2213 | 2026-06-23T23:07:28.313Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296) |
| 2214 | 2026-06-23T23:07:28.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2026-06-23T23:07:28.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2026-06-23T23:07:28.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2026-06-23T23:07:28.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2218 | 2026-06-23T23:07:28.828Z | |
| 2219 | 2026-06-23T23:07:28.828Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296) |
| 2220 | 2026-06-23T23:07:29.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2026-06-23T23:07:29.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2026-06-23T23:07:29.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2026-06-23T23:07:29.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2224 | 2026-06-23T23:07:29.349Z | |
| 2225 | 2026-06-23T23:07:29.349Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296) |
| 2226 | 2026-06-23T23:07:29.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2026-06-23T23:07:29.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2026-06-23T23:07:29.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2026-06-23T23:07:29.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2230 | 2026-06-23T23:07:29.872Z | |
| 2231 | 2026-06-23T23:07:29.872Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/296) |
| 2232 | 2026-06-23T23:07:30.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2026-06-23T23:07:30.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2026-06-23T23:07:30.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2026-06-23T23:07:30.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2236 | 2026-06-23T23:07:30.415Z | |
| 2237 | 2026-06-23T23:07:30.415Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296) |
| 2238 | 2026-06-23T23:07:30.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2026-06-23T23:07:30.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2026-06-23T23:07:30.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2241 | 2026-06-23T23:07:30.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2242 | 2026-06-23T23:07:30.958Z | |
| 2243 | 2026-06-23T23:07:30.958Z | info: running `cargo check --bins` on key-manager-types (75/296) |
| 2244 | 2026-06-23T23:07:31.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2245 | 2026-06-23T23:07:31.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2246 | 2026-06-23T23:07:31.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2247 | 2026-06-23T23:07:31.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2248 | 2026-06-23T23:07:31.474Z | |
| 2249 | 2026-06-23T23:07:31.474Z | info: running `cargo check --bins` on oxlog (76/296) |
| 2250 | 2026-06-23T23:07:31.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2251 | 2026-06-23T23:07:31.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2252 | 2026-06-23T23:07:32.032Z | Checking cfg-if v1.0.4 |
| 2253 | 2026-06-23T23:07:32.035Z | Checking libc v0.2.185 |
| 2254 | 2026-06-23T23:07:32.035Z | Checking serde_core v1.0.228 |
| 2255 | 2026-06-23T23:07:32.147Z | Checking zeroize v1.8.2 |
| 2256 | 2026-06-23T23:07:32.153Z | Checking memchr v2.8.0 |
| 2257 | 2026-06-23T23:07:32.160Z | Checking log v0.4.29 |
| 2258 | 2026-06-23T23:07:32.169Z | Checking smallvec v1.15.1 |
| 2259 | 2026-06-23T23:07:32.179Z | Checking typenum v1.19.0 |
| 2260 | 2026-06-23T23:07:32.200Z | Checking subtle v2.6.1 |
| 2261 | 2026-06-23T23:07:32.289Z | Checking itoa v1.0.17 |
| 2262 | 2026-06-23T23:07:32.318Z | Checking scopeguard v1.2.0 |
| 2263 | 2026-06-23T23:07:32.339Z | Checking stable_deref_trait v1.2.1 |
| 2264 | 2026-06-23T23:07:32.343Z | Checking const-oid v0.9.6 |
| 2265 | 2026-06-23T23:07:32.413Z | Checking zerofrom v0.1.6 |
| 2266 | 2026-06-23T23:07:32.430Z | Checking lock_api v0.4.14 |
| 2267 | 2026-06-23T23:07:32.436Z | Checking pin-project-lite v0.2.17 |
| 2268 | 2026-06-23T23:07:32.524Z | Checking yoke v0.8.1 |
| 2269 | 2026-06-23T23:07:32.553Z | Checking getrandom v0.2.17 |
| 2270 | 2026-06-23T23:07:32.553Z | Checking errno v0.3.14 |
| 2271 | 2026-06-23T23:07:32.553Z | Checking parking_lot_core v0.9.12 |
| 2272 | 2026-06-23T23:07:32.620Z | Checking portable-atomic v1.13.1 |
| 2273 | 2026-06-23T23:07:32.687Z | Checking signal-hook-registry v1.4.8 |
| 2274 | 2026-06-23T23:07:32.691Z | Checking zerovec v0.11.5 |
| 2275 | 2026-06-23T23:07:32.713Z | Checking rand_core v0.6.4 |
| 2276 | 2026-06-23T23:07:32.724Z | Checking generic-array v0.14.7 |
| 2277 | 2026-06-23T23:07:32.769Z | Checking critical-section v1.2.0 |
| 2278 | 2026-06-23T23:07:32.858Z | Checking futures-core v0.3.32 |
| 2279 | 2026-06-23T23:07:32.870Z | Checking parking_lot v0.12.5 |
| 2280 | 2026-06-23T23:07:32.883Z | Checking mio v1.2.0 |
| 2281 | 2026-06-23T23:07:32.980Z | Checking zerocopy v0.8.40 |
| 2282 | 2026-06-23T23:07:33.034Z | Checking once_cell v1.21.3 |
| 2283 | 2026-06-23T23:07:33.049Z | Checking zmij v1.0.21 |
| 2284 | 2026-06-23T23:07:33.059Z | Checking socket2 v0.6.3 |
| 2285 | 2026-06-23T23:07:33.131Z | Checking tinystr v0.8.2 |
| 2286 | 2026-06-23T23:07:33.168Z | Checking libm v0.2.16 |
| 2287 | 2026-06-23T23:07:33.184Z | Checking crypto-common v0.1.7 |
| 2288 | 2026-06-23T23:07:33.208Z | Checking block-buffer v0.10.4 |
| 2289 | 2026-06-23T23:07:33.256Z | Checking equivalent v1.0.2 |
| 2290 | 2026-06-23T23:07:33.300Z | Checking percent-encoding v2.3.2 |
| 2291 | 2026-06-23T23:07:33.303Z | Checking writeable v0.6.2 |
| 2292 | 2026-06-23T23:07:33.324Z | Checking litemap v0.8.1 |
| 2293 | 2026-06-23T23:07:33.338Z | Checking potential_utf v0.1.4 |
| 2294 | 2026-06-23T23:07:33.346Z | Checking digest v0.10.7 |
| 2295 | 2026-06-23T23:07:33.439Z | Checking zerotrie v0.2.3 |
| 2296 | 2026-06-23T23:07:33.462Z | Checking futures-sink v0.3.32 |
| 2297 | 2026-06-23T23:07:33.476Z | Checking icu_collections v2.1.1 |
| 2298 | 2026-06-23T23:07:33.490Z | Checking icu_locale_core v2.1.1 |
| 2299 | 2026-06-23T23:07:33.542Z | Checking futures-io v0.3.32 |
| 2300 | 2026-06-23T23:07:33.557Z | Checking futures-channel v0.3.32 |
| 2301 | 2026-06-23T23:07:33.657Z | Checking slab v0.4.12 |
| 2302 | 2026-06-23T23:07:33.677Z | Checking serde v1.0.228 |
| 2303 | 2026-06-23T23:07:33.688Z | Checking bitflags v2.11.0 |
| 2304 | 2026-06-23T23:07:33.752Z | Checking serde_json v1.0.149 |
| 2305 | 2026-06-23T23:07:33.793Z | Checking futures-task v0.3.32 |
| 2306 | 2026-06-23T23:07:33.814Z | Checking cpufeatures v0.2.17 |
| 2307 | 2026-06-23T23:07:33.856Z | Checking hmac v0.12.1 |
| 2308 | 2026-06-23T23:07:33.881Z | Checking icu_properties_data v2.1.2 |
| 2309 | 2026-06-23T23:07:33.893Z | Checking num-traits v0.2.19 |
| 2310 | 2026-06-23T23:07:33.931Z | Checking futures-util v0.3.32 |
| 2311 | 2026-06-23T23:07:33.988Z | Checking icu_normalizer_data v2.1.1 |
| 2312 | 2026-06-23T23:07:34.011Z | Checking rand_core v0.10.0 |
| 2313 | 2026-06-23T23:07:34.063Z | Checking icu_provider v2.1.1 |
| 2314 | 2026-06-23T23:07:34.074Z | Checking hashbrown v0.17.0 |
| 2315 | 2026-06-23T23:07:34.092Z | Checking bytes v1.11.1 |
| 2316 | 2026-06-23T23:07:34.153Z | Checking getrandom v0.4.1 |
| 2317 | 2026-06-23T23:07:34.300Z | Checking icu_normalizer v2.1.1 |
| 2318 | 2026-06-23T23:07:34.303Z | Checking icu_properties v2.1.2 |
| 2319 | 2026-06-23T23:07:34.427Z | Checking block-padding v0.3.3 |
| 2320 | 2026-06-23T23:07:34.452Z | Checking utf8_iter v1.0.4 |
| 2321 | 2026-06-23T23:07:34.552Z | Checking tokio v1.52.1 |
| 2322 | 2026-06-23T23:07:34.563Z | Checking indexmap v2.14.0 |
| 2323 | 2026-06-23T23:07:34.576Z | Checking inout v0.1.4 |
| 2324 | 2026-06-23T23:07:34.587Z | Checking sha2 v0.10.9 |
| 2325 | 2026-06-23T23:07:34.623Z | Checking form_urlencoded v1.2.2 |
| 2326 | 2026-06-23T23:07:34.715Z | Checking cipher v0.4.4 |
| 2327 | 2026-06-23T23:07:34.758Z | Checking getrandom v0.3.4 |
| 2328 | 2026-06-23T23:07:34.870Z | Checking byteorder v1.5.0 |
| 2329 | 2026-06-23T23:07:34.905Z | Checking fnv v1.0.7 |
| 2330 | 2026-06-23T23:07:34.929Z | Checking base64ct v1.8.3 |
| 2331 | 2026-06-23T23:07:35.001Z | Checking flagset v0.4.7 |
| 2332 | 2026-06-23T23:07:35.078Z | Checking rand_core v0.9.5 |
| 2333 | 2026-06-23T23:07:35.128Z | Checking http v1.4.0 |
| 2334 | 2026-06-23T23:07:35.146Z | Checking regex-syntax v0.8.10 |
| 2335 | 2026-06-23T23:07:35.167Z | Checking pem-rfc7468 v0.7.0 |
| 2336 | 2026-06-23T23:07:35.181Z | Checking idna_adapter v1.2.1 |
| 2337 | 2026-06-23T23:07:35.262Z | Checking salsa20 v0.10.2 |
| 2338 | 2026-06-23T23:07:35.299Z | Checking idna v1.1.0 |
| 2339 | 2026-06-23T23:07:35.326Z | Checking der v0.7.10 |
| 2340 | 2026-06-23T23:07:35.397Z | Checking uuid v1.23.0 |
| 2341 | 2026-06-23T23:07:35.557Z | Checking url v2.5.8 |
| 2342 | 2026-06-23T23:07:35.712Z | Checking pbkdf2 v0.12.2 |
| 2343 | 2026-06-23T23:07:35.715Z | Checking rustix v1.1.3 |
| 2344 | 2026-06-23T23:07:35.827Z | Checking tracing-core v0.1.36 |
| 2345 | 2026-06-23T23:07:35.877Z | Checking ppv-lite86 v0.2.21 |
| 2346 | 2026-06-23T23:07:35.949Z | Checking rustls-pki-types v1.14.0 |
| 2347 | 2026-06-23T23:07:36.008Z | Checking base64 v0.22.1 |
| 2348 | 2026-06-23T23:07:36.087Z | Checking spki v0.7.3 |
| 2349 | 2026-06-23T23:07:36.142Z | Checking iana-time-zone v0.1.65 |
| 2350 | 2026-06-23T23:07:36.176Z | Checking rand_chacha v0.9.0 |
| 2351 | 2026-06-23T23:07:36.243Z | Checking tracing v0.1.44 |
| 2352 | 2026-06-23T23:07:36.255Z | Checking chrono v0.4.44 |
| 2353 | 2026-06-23T23:07:36.259Z | Checking scrypt v0.11.0 |
| 2354 | 2026-06-23T23:07:36.259Z | Checking http-body v1.0.1 |
| 2355 | 2026-06-23T23:07:36.374Z | Checking aes v0.8.4 |
| 2356 | 2026-06-23T23:07:36.402Z | Checking cbc v0.1.2 |
| 2357 | 2026-06-23T23:07:36.415Z | Checking aws-lc-sys v0.40.0 |
| 2358 | 2026-06-23T23:07:36.451Z | Checking tinyvec_macros v0.1.1 |
| 2359 | 2026-06-23T23:07:36.502Z | Checking untrusted v0.9.0 |
| 2360 | 2026-06-23T23:07:36.515Z | Checking untrusted v0.7.1 |
| 2361 | 2026-06-23T23:07:36.530Z | Checking openssl-probe v0.2.1 |
| 2362 | 2026-06-23T23:07:36.580Z | Checking tinyvec v1.10.0 |
| 2363 | 2026-06-23T23:07:36.609Z | Checking ring v0.17.14 |
| 2364 | 2026-06-23T23:07:36.624Z | Checking rand v0.9.2 |
| 2365 | 2026-06-23T23:07:36.637Z | Checking tower-service v0.3.3 |
| 2366 | 2026-06-23T23:07:36.726Z | Checking try-lock v0.2.5 |
| 2367 | 2026-06-23T23:07:36.777Z | Checking pkcs5 v0.7.1 |
| 2368 | 2026-06-23T23:07:36.826Z | Checking atomic-waker v1.1.2 |
| 2369 | 2026-06-23T23:07:36.895Z | Checking tower-layer v0.3.3 |
| 2370 | 2026-06-23T23:07:36.918Z | Checking aws-lc-rs v1.16.3 |
| 2371 | 2026-06-23T23:07:36.930Z | Checking want v0.3.1 |
| 2372 | 2026-06-23T23:07:37.036Z | Checking pkcs8 v0.10.2 |
| 2373 | 2026-06-23T23:07:37.051Z | Checking ipnet v2.11.0 |
| 2374 | 2026-06-23T23:07:37.062Z | Checking httparse v1.10.1 |
| 2375 | 2026-06-23T23:07:37.101Z | Checking aho-corasick v1.1.4 |
| 2376 | 2026-06-23T23:07:37.132Z | Checking pin-utils v0.1.0 |
| 2377 | 2026-06-23T23:07:37.201Z | Checking utf8parse v0.2.2 |
| 2378 | 2026-06-23T23:07:37.215Z | Checking dyn-clone v1.0.20 |
| 2379 | 2026-06-23T23:07:37.265Z | Checking fastrand v2.3.0 |
| 2380 | 2026-06-23T23:07:37.302Z | Checking plain v0.2.3 |
| 2381 | 2026-06-23T23:07:37.316Z | Checking foreign-types-shared v0.1.1 |
| 2382 | 2026-06-23T23:07:37.328Z | Checking httpdate v1.0.3 |
| 2383 | 2026-06-23T23:07:37.395Z | Checking foreign-types v0.3.2 |
| 2384 | 2026-06-23T23:07:37.409Z | Checking unicode-normalization v0.1.25 |
| 2385 | 2026-06-23T23:07:37.450Z | Checking tempfile v3.25.0 |
| 2386 | 2026-06-23T23:07:37.462Z | Checking semver v1.0.28 |
| 2387 | 2026-06-23T23:07:37.475Z | Checking openssl-sys v0.9.115 |
| 2388 | 2026-06-23T23:07:37.635Z | Checking spin v0.9.8 |
| 2389 | 2026-06-23T23:07:37.647Z | Checking socket2 v0.5.10 |
| 2390 | 2026-06-23T23:07:37.676Z | Checking ucd-trie v0.1.7 |
| 2391 | 2026-06-23T23:07:37.776Z | Checking rustls-webpki v0.103.9 |
| 2392 | 2026-06-23T23:07:37.799Z | Checking regex-automata v0.4.14 |
| 2393 | 2026-06-23T23:07:37.811Z | Checking anstyle v1.0.14 |
| 2394 | 2026-06-23T23:07:37.824Z | Checking unicode-ident v1.0.24 |
| 2395 | 2026-06-23T23:07:37.835Z | Checking pest v2.8.6 |
| 2396 | 2026-06-23T23:07:37.856Z | Checking openssl v0.10.79 |
| 2397 | 2026-06-23T23:07:37.905Z | Checking schemars v0.8.22 |
| 2398 | 2026-06-23T23:07:37.917Z | Checking tokio-util v0.7.18 |
| 2399 | 2026-06-23T23:07:37.929Z | Checking proc-macro2 v1.0.106 |
| 2400 | 2026-06-23T23:07:37.986Z | Checking rustls-native-certs v0.8.3 |
| 2401 | 2026-06-23T23:07:38.116Z | Checking thiserror v2.0.18 |
| 2402 | 2026-06-23T23:07:38.212Z | Checking rustls v0.23.37 |
| 2403 | 2026-06-23T23:07:38.224Z | Checking sync_wrapper v1.0.2 |
| 2404 | 2026-06-23T23:07:38.238Z | Checking wait-timeout v0.2.1 |
| 2405 | 2026-06-23T23:07:38.323Z | Checking quick-error v1.2.3 |
| 2406 | 2026-06-23T23:07:38.360Z | Checking colorchoice v1.0.4 |
| 2407 | 2026-06-23T23:07:38.426Z | Checking simd-adler32 v0.3.8 |
| 2408 | 2026-06-23T23:07:38.461Z | Checking pretty-hex v0.4.1 |
| 2409 | 2026-06-23T23:07:38.531Z | Checking h2 v0.4.13 |
| 2410 | 2026-06-23T23:07:38.563Z | Checking powerfmt v0.2.0 |
| 2411 | 2026-06-23T23:07:38.576Z | Checking anstyle-query v1.1.5 |
| 2412 | 2026-06-23T23:07:38.594Z | Checking is_terminal_polyfill v1.70.2 |
| 2413 | 2026-06-23T23:07:38.666Z | Checking siphasher v1.0.2 |
| 2414 | 2026-06-23T23:07:38.681Z | Checking bit-vec v0.8.0 |
| 2415 | 2026-06-23T23:07:38.711Z | Checking deranged v0.5.8 |
| 2416 | 2026-06-23T23:07:38.823Z | Checking rusty-fork v0.3.1 |
| 2417 | 2026-06-23T23:07:38.877Z | Checking bit-set v0.8.0 |
| 2418 | 2026-06-23T23:07:38.914Z | Checking tower v0.5.3 |
| 2419 | 2026-06-23T23:07:38.999Z | Checking quote v1.0.45 |
| 2420 | 2026-06-23T23:07:39.026Z | Compiling newtype-uuid v1.3.2 |
| 2421 | 2026-06-23T23:07:39.169Z | Checking http-body-util v0.1.3 |
| 2422 | 2026-06-23T23:07:39.210Z | Checking crossbeam-utils v0.8.21 |
| 2423 | 2026-06-23T23:07:39.312Z | Checking webpki-roots v1.0.6 |
| 2424 | 2026-06-23T23:07:39.390Z | Checking rand_xorshift v0.4.0 |
| 2425 | 2026-06-23T23:07:39.431Z | Checking crc32fast v1.5.0 |
| 2426 | 2026-06-23T23:07:39.521Z | Checking scroll v0.13.0 |
| 2427 | 2026-06-23T23:07:39.563Z | Checking signature v2.2.0 |
| 2428 | 2026-06-23T23:07:39.585Z | Checking time-core v0.1.8 |
| 2429 | 2026-06-23T23:07:39.677Z | Checking num_threads v0.1.7 |
| 2430 | 2026-06-23T23:07:39.691Z | Checking iri-string v0.7.10 |
| 2431 | 2026-06-23T23:07:39.700Z | Checking num-conv v0.2.0 |
| 2432 | 2026-06-23T23:07:39.726Z | Checking unicode-properties v0.1.4 |
| 2433 | 2026-06-23T23:07:39.754Z | Checking unicode-bidi v0.3.18 |
| 2434 | 2026-06-23T23:07:39.766Z | Checking unarray v0.1.4 |
| 2435 | 2026-06-23T23:07:39.812Z | Checking adler2 v2.0.1 |
| 2436 | 2026-06-23T23:07:39.869Z | Checking ryu v1.0.23 |
| 2437 | 2026-06-23T23:07:39.917Z | Checking allocator-api2 v0.2.21 |
| 2438 | 2026-06-23T23:07:39.930Z | Checking miniz_oxide v0.8.9 |
| 2439 | 2026-06-23T23:07:39.933Z | Checking native-tls v0.2.18 |
| 2440 | 2026-06-23T23:07:40.007Z | Checking serde_urlencoded v0.7.1 |
| 2441 | 2026-06-23T23:07:40.060Z | Checking stringprep v0.1.5 |
| 2442 | 2026-06-23T23:07:40.125Z | Checking tokio-native-tls v0.3.1 |
| 2443 | 2026-06-23T23:07:40.209Z | Checking proptest v1.10.0 |
| 2444 | 2026-06-23T23:07:40.209Z | Checking time v0.3.47 |
| 2445 | 2026-06-23T23:07:40.214Z | Checking goblin v0.10.5 |
| 2446 | 2026-06-23T23:07:40.279Z | Checking bstr v1.12.1 |
| 2447 | 2026-06-23T23:07:40.293Z | Checking crossbeam-epoch v0.9.18 |
| 2448 | 2026-06-23T23:07:40.526Z | Checking syn v2.0.117 |
| 2449 | 2026-06-23T23:07:40.686Z | Compiling daft v0.1.7 |
| 2450 | 2026-06-23T23:07:40.689Z | Checking tokio-rustls v0.26.4 |
| 2451 | 2026-06-23T23:07:40.734Z | Checking tower-http v0.6.8 |
| 2452 | 2026-06-23T23:07:40.933Z | Checking ipnetwork v0.21.1 |
| 2453 | 2026-06-23T23:07:40.972Z | Checking anstyle-parse v1.0.0 |
| 2454 | 2026-06-23T23:07:41.020Z | Checking rand_chacha v0.3.1 |
| 2455 | 2026-06-23T23:07:41.128Z | Checking scroll v0.12.0 |
| 2456 | 2026-06-23T23:07:41.153Z | Checking thiserror v1.0.69 |
| 2457 | 2026-06-23T23:07:41.236Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2458 | 2026-06-23T23:07:41.254Z | Checking hash32 v0.2.1 |
| 2459 | 2026-06-23T23:07:41.347Z | Checking num-integer v0.1.46 |
| 2460 | 2026-06-23T23:07:41.362Z | Checking toml_datetime v0.6.11 |
| 2461 | 2026-06-23T23:07:41.374Z | Checking hyper v1.8.1 |
| 2462 | 2026-06-23T23:07:41.387Z | Checking serde_spanned v0.6.9 |
| 2463 | 2026-06-23T23:07:41.414Z | Checking md-5 v0.10.6 |
| 2464 | 2026-06-23T23:07:41.509Z | Checking ff v0.13.1 |
| 2465 | 2026-06-23T23:07:41.544Z | Checking encoding_rs v0.8.35 |
| 2466 | 2026-06-23T23:07:41.557Z | Checking zlib-rs v0.6.2 |
| 2467 | 2026-06-23T23:07:41.572Z | Checking psl-types v2.0.11 |
| 2468 | 2026-06-23T23:07:41.637Z | Checking mime v0.3.17 |
| 2469 | 2026-06-23T23:07:41.688Z | Checking base16ct v0.2.0 |
| 2470 | 2026-06-23T23:07:41.811Z | Checking fallible-iterator v0.2.0 |
| 2471 | 2026-06-23T23:07:41.824Z | Checking sec1 v0.7.3 |
| 2472 | 2026-06-23T23:07:42.033Z | Checking publicsuffix v2.3.0 |
| 2473 | 2026-06-23T23:07:42.084Z | Checking postgres-protocol v0.6.10 |
| 2474 | 2026-06-23T23:07:42.191Z | Checking group v0.13.0 |
| 2475 | 2026-06-23T23:07:42.250Z | Checking num-iter v0.1.45 |
| 2476 | 2026-06-23T23:07:42.313Z | Checking hyper-util v0.1.20 |
| 2477 | 2026-06-23T23:07:42.341Z | Checking heapless v0.7.17 |
| 2478 | 2026-06-23T23:07:42.363Z | Checking cookie v0.18.1 |
| 2479 | 2026-06-23T23:07:42.408Z | Checking goblin v0.8.2 |
| 2480 | 2026-06-23T23:07:42.461Z | Checking flate2 v1.1.9 |
| 2481 | 2026-06-23T23:07:42.513Z | Checking zstd-safe v7.2.4 |
| 2482 | 2026-06-23T23:07:42.592Z | Checking rand v0.8.6 |
| 2483 | 2026-06-23T23:07:42.620Z | Checking dof v0.4.0 |
| 2484 | 2026-06-23T23:07:42.679Z | Checking oxnet v0.1.6 |
| 2485 | 2026-06-23T23:07:42.760Z | Checking anstream v1.0.0 |
| 2486 | 2026-06-23T23:07:42.775Z | Compiling iddqd v0.4.2 |
| 2487 | 2026-06-23T23:07:42.868Z | Checking dtrace-parser v0.3.0 |
| 2488 | 2026-06-23T23:07:42.950Z | Checking phf_shared v0.13.1 |
| 2489 | 2026-06-23T23:07:42.964Z | Checking lazy_static v1.5.0 |
| 2490 | 2026-06-23T23:07:43.053Z | Checking anstyle-parse v0.2.7 |
| 2491 | 2026-06-23T23:07:43.111Z | Checking pin-project v1.1.11 |
| 2492 | 2026-06-23T23:07:43.123Z | Checking zerocopy v0.7.35 |
| 2493 | 2026-06-23T23:07:43.150Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2494 | 2026-06-23T23:07:43.202Z | Checking signal-hook v0.3.18 |
| 2495 | 2026-06-23T23:07:43.202Z | Checking terminal_size v0.4.3 |
| 2496 | 2026-06-23T23:07:43.233Z | Checking futures-executor v0.3.32 |
| 2497 | 2026-06-23T23:07:43.272Z | Checking hex v0.4.3 |
| 2498 | 2026-06-23T23:07:43.316Z | Checking hkdf v0.12.4 |
| 2499 | 2026-06-23T23:07:43.382Z | Checking crypto-bigint v0.5.5 |
| 2500 | 2026-06-23T23:07:43.406Z | Checking thread-id v5.1.0 |
| 2501 | 2026-06-23T23:07:43.450Z | Checking foldhash v0.2.0 |
| 2502 | 2026-06-23T23:07:43.485Z | Checking libbz2-rs-sys v0.2.2 |
| 2503 | 2026-06-23T23:07:43.502Z | Checking strsim v0.11.1 |
| 2504 | 2026-06-23T23:07:43.609Z | Checking winnow v0.5.40 |
| 2505 | 2026-06-23T23:07:43.625Z | Checking either v1.15.0 |
| 2506 | 2026-06-23T23:07:43.638Z | Checking hyper-rustls v0.27.7 |
| 2507 | 2026-06-23T23:07:43.664Z | Checking hyper-tls v0.6.0 |
| 2508 | 2026-06-23T23:07:43.811Z | Checking same-file v1.0.6 |
| 2509 | 2026-06-23T23:07:43.841Z | Compiling rayon-core v1.13.0 |
| 2510 | 2026-06-23T23:07:43.844Z | Checking managed v0.8.0 |
| 2511 | 2026-06-23T23:07:43.884Z | Checking clap_lex v1.0.0 |
| 2512 | 2026-06-23T23:07:43.927Z | Checking winnow v0.7.14 |
| 2513 | 2026-06-23T23:07:44.022Z | Checking foldhash v0.1.5 |
| 2514 | 2026-06-23T23:07:44.034Z | Checking bumpalo v3.20.2 |
| 2515 | 2026-06-23T23:07:44.037Z | Checking bitflags v1.3.2 |
| 2516 | 2026-06-23T23:07:44.080Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2517 | 2026-06-23T23:07:44.113Z | Checking smoltcp v0.9.1 |
| 2518 | 2026-06-23T23:07:44.157Z | Checking hashbrown v0.15.5 |
| 2519 | 2026-06-23T23:07:44.236Z | Checking zopfli v0.8.3 |
| 2520 | 2026-06-23T23:07:44.266Z | Checking clap_builder v4.6.0 |
| 2521 | 2026-06-23T23:07:44.312Z | Checking elliptic-curve v0.13.8 |
| 2522 | 2026-06-23T23:07:44.375Z | Checking dof v0.3.0 |
| 2523 | 2026-06-23T23:07:44.610Z | Checking walkdir v2.5.0 |
| 2524 | 2026-06-23T23:07:44.640Z | Checking bzip2 v0.6.1 |
| 2525 | 2026-06-23T23:07:44.643Z | Checking reqwest v0.12.28 |
| 2526 | 2026-06-23T23:07:44.692Z | Checking hashbrown v0.16.1 |
| 2527 | 2026-06-23T23:07:44.736Z | Checking usdt-impl v0.6.0 |
| 2528 | 2026-06-23T23:07:44.775Z | Checking signal-hook-mio v0.2.5 |
| 2529 | 2026-06-23T23:07:44.799Z | Checking toml_edit v0.19.15 |
| 2530 | 2026-06-23T23:07:44.811Z | Checking futures v0.3.32 |
| 2531 | 2026-06-23T23:07:44.880Z | Checking bzip2 v0.4.4 |
| 2532 | 2026-06-23T23:07:44.892Z | Checking snafu v0.8.9 |
| 2533 | 2026-06-23T23:07:45.027Z | Checking anstream v0.6.21 |
| 2534 | 2026-06-23T23:07:45.051Z | Checking phf v0.13.1 |
| 2535 | 2026-06-23T23:07:45.128Z | Checking num-bigint-dig v0.8.6 |
| 2536 | 2026-06-23T23:07:45.203Z | Checking zstd v0.13.3 |
| 2537 | 2026-06-23T23:07:45.214Z | Checking cookie_store v0.22.1 |
| 2538 | 2026-06-23T23:07:45.226Z | Checking postgres-types v0.2.12 |
| 2539 | 2026-06-23T23:07:45.390Z | Checking dtrace-parser v0.2.0 |
| 2540 | 2026-06-23T23:07:45.435Z | Checking rustls-platform-verifier v0.6.2 |
| 2541 | 2026-06-23T23:07:45.539Z | Checking globset v0.4.18 |
| 2542 | 2026-06-23T23:07:45.542Z | Checking crossbeam-deque v0.8.6 |
| 2543 | 2026-06-23T23:07:45.542Z | Checking ed25519 v2.2.3 |
| 2544 | 2026-06-23T23:07:45.573Z | Checking regex v1.12.3 |
| 2545 | 2026-06-23T23:07:45.576Z | Checking phf_shared v0.11.3 |
| 2546 | 2026-06-23T23:07:45.627Z | Checking olpc-cjson v0.1.4 |
| 2547 | 2026-06-23T23:07:45.723Z | Checking curve25519-dalek v4.1.3 |
| 2548 | 2026-06-23T23:07:45.723Z | Checking ref-cast v1.0.25 |
| 2549 | 2026-06-23T23:07:45.748Z | Checking strum v0.27.2 |
| 2550 | 2026-06-23T23:07:45.761Z | Checking hubpack v0.1.2 |
| 2551 | 2026-06-23T23:07:45.793Z | Checking memoffset v0.9.1 |
| 2552 | 2026-06-23T23:07:45.827Z | Checking rustix v0.38.44 |
| 2553 | 2026-06-23T23:07:45.852Z | Checking pkcs1 v0.7.5 |
| 2554 | 2026-06-23T23:07:45.864Z | Checking pem v3.0.6 |
| 2555 | 2026-06-23T23:07:45.874Z | Checking float-cmp v0.10.0 |
| 2556 | 2026-06-23T23:07:45.887Z | Checking erased-serde v0.3.31 |
| 2557 | 2026-06-23T23:07:45.928Z | Checking serde_plain v1.0.2 |
| 2558 | 2026-06-23T23:07:45.964Z | Checking serde-big-array v0.5.1 |
| 2559 | 2026-06-23T23:07:45.997Z | Checking rfc6979 v0.4.0 |
| 2560 | 2026-06-23T23:07:46.017Z | Checking memmap2 v0.9.10 |
| 2561 | 2026-06-23T23:07:46.059Z | Checking thread-id v4.2.2 |
| 2562 | 2026-06-23T23:07:46.081Z | Checking env_filter v1.0.0 |
| 2563 | 2026-06-23T23:07:46.094Z | Checking fixedbitset v0.5.7 |
| 2564 | 2026-06-23T23:07:46.111Z | Checking precomputed-hash v0.1.1 |
| 2565 | 2026-06-23T23:07:46.135Z | Checking normalize-line-endings v0.3.0 |
| 2566 | 2026-06-23T23:07:46.176Z | Checking fixedbitset v0.4.2 |
| 2567 | 2026-06-23T23:07:46.191Z | Checking unicode-segmentation v1.12.0 |
| 2568 | 2026-06-23T23:07:46.222Z | Checking static_assertions v1.1.0 |
| 2569 | 2026-06-23T23:07:46.225Z | Checking jiff v0.2.21 |
| 2570 | 2026-06-23T23:07:46.283Z | Checking new_debug_unreachable v1.0.6 |
| 2571 | 2026-06-23T23:07:46.283Z | Checking keccak v0.1.6 |
| 2572 | 2026-06-23T23:07:46.305Z | Checking difflib v0.4.0 |
| 2573 | 2026-06-23T23:07:46.321Z | Checking whoami v2.1.0 |
| 2574 | 2026-06-23T23:07:46.360Z | Checking predicates-core v1.0.10 |
| 2575 | 2026-06-23T23:07:46.453Z | Checking toml_write v0.1.2 |
| 2576 | 2026-06-23T23:07:46.483Z | Checking data-encoding v2.10.0 |
| 2577 | 2026-06-23T23:07:46.486Z | Checking typed-path v0.9.3 |
| 2578 | 2026-06-23T23:07:46.506Z | Checking similar v2.7.0 |
| 2579 | 2026-06-23T23:07:46.519Z | Checking tokio-postgres v0.7.16 |
| 2580 | 2026-06-23T23:07:46.532Z | Checking ed25519-dalek v2.2.0 |
| 2581 | 2026-06-23T23:07:46.620Z | Checking toml_edit v0.22.27 |
| 2582 | 2026-06-23T23:07:46.674Z | Checking crossterm v0.28.1 |
| 2583 | 2026-06-23T23:07:46.764Z | Checking hickory-proto v0.25.2 |
| 2584 | 2026-06-23T23:07:46.777Z | Checking predicates v3.1.4 |
| 2585 | 2026-06-23T23:07:46.899Z | Checking sha3 v0.10.8 |
| 2586 | 2026-06-23T23:07:47.082Z | Checking string_cache v0.8.9 |
| 2587 | 2026-06-23T23:07:47.109Z | Checking petgraph v0.6.5 |
| 2588 | 2026-06-23T23:07:47.253Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2589 | 2026-06-23T23:07:47.284Z | Checking tough v0.22.0 |
| 2590 | 2026-06-23T23:07:47.392Z | Checking slog v2.8.2 |
| 2591 | 2026-06-23T23:07:47.660Z | Checking petgraph v0.8.3 |
| 2592 | 2026-06-23T23:07:47.749Z | Checking env_logger v0.11.9 |
| 2593 | 2026-06-23T23:07:47.811Z | Checking usdt v0.6.0 |
| 2594 | 2026-06-23T23:07:47.944Z | Checking usdt-impl v0.5.0 |
| 2595 | 2026-06-23T23:07:47.981Z | Checking ecdsa v0.16.9 |
| 2596 | 2026-06-23T23:07:48.235Z | Checking rsa v0.9.10 |
| 2597 | 2026-06-23T23:07:48.326Z | Checking toml v0.7.8 |
| 2598 | 2026-06-23T23:07:48.391Z | Checking nix v0.31.2 |
| 2599 | 2026-06-23T23:07:48.532Z | Checking zip v4.6.1 |
| 2600 | 2026-06-23T23:07:49.047Z | Checking clap v4.6.1 |
| 2601 | 2026-06-23T23:07:49.118Z | Checking reqwest v0.13.2 |
| 2602 | 2026-06-23T23:07:49.130Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2603 | 2026-06-23T23:07:49.291Z | Checking zip v0.6.6 |
| 2604 | 2026-06-23T23:07:49.386Z | Checking itertools v0.13.0 |
| 2605 | 2026-06-23T23:07:49.485Z | Checking serde_with v3.17.0 |
| 2606 | 2026-06-23T23:07:49.488Z | Checking strum v0.26.3 |
| 2607 | 2026-06-23T23:07:49.601Z | Checking fs-err v3.3.0 |
| 2608 | 2026-06-23T23:07:49.604Z | Checking ahash v0.8.12 |
| 2609 | 2026-06-23T23:07:49.623Z | Checking object v0.37.3 |
| 2610 | 2026-06-23T23:07:49.635Z | Checking tokio-stream v0.1.18 |
| 2611 | 2026-06-23T23:07:49.647Z | Checking buf-list v1.1.2 |
| 2612 | 2026-06-23T23:07:49.810Z | Checking anyhow v1.0.102 |
| 2613 | 2026-06-23T23:07:49.842Z | Checking camino v1.2.2 |
| 2614 | 2026-06-23T23:07:49.918Z | Checking x509-cert v0.2.5 |
| 2615 | 2026-06-23T23:07:50.015Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2616 | 2026-06-23T23:07:50.028Z | Checking openapiv3 v2.2.0 |
| 2617 | 2026-06-23T23:07:50.041Z | Checking sha1 v0.10.6 |
| 2618 | 2026-06-23T23:07:50.099Z | Checking lalrpop-util v0.19.12 |
| 2619 | 2026-06-23T23:07:50.206Z | Checking peg-runtime v0.8.5 |
| 2620 | 2026-06-23T23:07:50.263Z | Checking rayon v1.11.0 |
| 2621 | 2026-06-23T23:07:50.280Z | Checking sigpipe v0.1.3 |
| 2622 | 2026-06-23T23:07:50.349Z | Checking glob v0.3.3 |
| 2623 | 2026-06-23T23:07:51.883Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2624 | 2026-06-23T23:07:52.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.69s |
| 2625 | 2026-06-23T23:07:52.322Z | |
| 2626 | 2026-06-23T23:07:52.322Z | info: running `cargo check --bins` on internal-dns-types (77/296) |
| 2627 | 2026-06-23T23:07:52.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2628 | 2026-06-23T23:07:52.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2629 | 2026-06-23T23:07:52.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2630 | 2026-06-23T23:07:52.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2631 | 2026-06-23T23:07:52.856Z | |
| 2632 | 2026-06-23T23:07:52.856Z | info: running `cargo check --bins` on internal-dns-types-versions (78/296) |
| 2633 | 2026-06-23T23:07:53.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2634 | 2026-06-23T23:07:53.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2635 | 2026-06-23T23:07:53.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2636 | 2026-06-23T23:07:53.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2637 | 2026-06-23T23:07:53.384Z | |
| 2638 | 2026-06-23T23:07:53.384Z | info: running `cargo check --bins` on nexus-types-versions (79/296) |
| 2639 | 2026-06-23T23:07:53.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2640 | 2026-06-23T23:07:53.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2641 | 2026-06-23T23:07:53.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2642 | 2026-06-23T23:07:53.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2643 | 2026-06-23T23:07:53.930Z | |
| 2644 | 2026-06-23T23:07:53.930Z | info: running `cargo check --bins` on oxql-types (80/296) |
| 2645 | 2026-06-23T23:07:54.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2646 | 2026-06-23T23:07:54.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2647 | 2026-06-23T23:07:54.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2648 | 2026-06-23T23:07:54.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2649 | 2026-06-23T23:07:54.462Z | |
| 2650 | 2026-06-23T23:07:54.462Z | info: running `cargo check --bins` on oximeter-types (81/296) |
| 2651 | 2026-06-23T23:07:54.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2652 | 2026-06-23T23:07:54.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2653 | 2026-06-23T23:07:54.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2654 | 2026-06-23T23:07:54.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2655 | 2026-06-23T23:07:54.986Z | |
| 2656 | 2026-06-23T23:07:54.986Z | info: running `cargo check --bins` on oximeter-types-versions (82/296) |
| 2657 | 2026-06-23T23:07:55.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2026-06-23T23:07:55.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2026-06-23T23:07:55.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2660 | 2026-06-23T23:07:55.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2661 | 2026-06-23T23:07:55.518Z | |
| 2662 | 2026-06-23T23:07:55.518Z | info: running `cargo check --bins` on oximeter-macro-impl (83/296) |
| 2663 | 2026-06-23T23:07:55.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2026-06-23T23:07:55.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2026-06-23T23:07:55.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2666 | 2026-06-23T23:07:55.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2667 | 2026-06-23T23:07:56.051Z | |
| 2668 | 2026-06-23T23:07:56.051Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/296) |
| 2669 | 2026-06-23T23:07:56.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2670 | 2026-06-23T23:07:56.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2671 | 2026-06-23T23:07:56.695Z | Compiling structmeta-derive v0.3.0 |
| 2672 | 2026-06-23T23:07:56.806Z | Compiling rustls v0.22.4 |
| 2673 | 2026-06-23T23:07:56.815Z | Compiling multer v3.1.0 |
| 2674 | 2026-06-23T23:07:56.824Z | Compiling async-stream-impl v0.3.6 |
| 2675 | 2026-06-23T23:07:56.824Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2676 | 2026-06-23T23:07:56.843Z | Compiling dropshot v0.17.0 |
| 2677 | 2026-06-23T23:07:56.857Z | Compiling dropshot_endpoint v0.17.0 |
| 2678 | 2026-06-23T23:07:56.857Z | Compiling newtype-uuid-macros v0.1.0 |
| 2679 | 2026-06-23T23:07:56.982Z | Checking newtype-uuid v1.3.2 |
| 2680 | 2026-06-23T23:07:57.043Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2681 | 2026-06-23T23:07:57.098Z | Checking rustls-webpki v0.102.8 |
| 2682 | 2026-06-23T23:07:57.184Z | Checking daft v0.1.7 |
| 2683 | 2026-06-23T23:07:57.219Z | Checking thread_local v1.1.9 |
| 2684 | 2026-06-23T23:07:57.385Z | Checking match_cfg v0.1.0 |
| 2685 | 2026-06-23T23:07:57.399Z | Checking compression-core v0.4.31 |
| 2686 | 2026-06-23T23:07:57.427Z | Checking iddqd v0.4.2 |
| 2687 | 2026-06-23T23:07:57.450Z | Checking hostname v0.3.1 |
| 2688 | 2026-06-23T23:07:57.466Z | Checking crossbeam-channel v0.5.15 |
| 2689 | 2026-06-23T23:07:57.518Z | Checking compression-codecs v0.4.37 |
| 2690 | 2026-06-23T23:07:57.546Z | Checking atomicwrites v0.4.4 |
| 2691 | 2026-06-23T23:07:57.625Z | Checking slog-json v2.6.1 |
| 2692 | 2026-06-23T23:07:57.671Z | Checking serde_spanned v1.0.4 |
| 2693 | 2026-06-23T23:07:57.684Z | Checking is-terminal v0.4.17 |
| 2694 | 2026-06-23T23:07:57.771Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2695 | 2026-06-23T23:07:57.783Z | Checking debug-ignore v1.0.5 |
| 2696 | 2026-06-23T23:07:57.802Z | Checking take_mut v0.2.2 |
| 2697 | 2026-06-23T23:07:57.815Z | Checking term v1.2.1 |
| 2698 | 2026-06-23T23:07:57.875Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2699 | 2026-06-23T23:07:57.878Z | Compiling structmeta v0.3.0 |
| 2700 | 2026-06-23T23:07:57.903Z | Checking slog-async v2.8.0 |
| 2701 | 2026-06-23T23:07:57.968Z | Checking slog-bunyan v2.5.0 |
| 2702 | 2026-06-23T23:07:58.037Z | Checking slog-term v2.9.2 |
| 2703 | 2026-06-23T23:07:58.054Z | Checking toml v1.0.6+spec-1.1.0 |
| 2704 | 2026-06-23T23:07:58.070Z | Checking async-compression v0.4.41 |
| 2705 | 2026-06-23T23:07:58.082Z | Checking async-stream v0.3.6 |
| 2706 | 2026-06-23T23:07:58.097Z | Compiling derive-ex v0.1.8 |
| 2707 | 2026-06-23T23:07:58.207Z | Compiling parse-display-derive v0.10.0 |
| 2708 | 2026-06-23T23:07:58.295Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2709 | 2026-06-23T23:07:58.313Z | Checking progenitor-client v0.14.0 |
| 2710 | 2026-06-23T23:07:58.359Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2711 | 2026-06-23T23:07:58.401Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2712 | 2026-06-23T23:07:58.544Z | Checking waitgroup v0.1.2 |
| 2713 | 2026-06-23T23:07:58.547Z | Checking backon v1.6.0 |
| 2714 | 2026-06-23T23:07:58.598Z | Checking rustls-pemfile v2.2.0 |
| 2715 | 2026-06-23T23:07:58.648Z | Checking serde_path_to_error v0.1.20 |
| 2716 | 2026-06-23T23:07:58.660Z | Checking hostname v0.4.2 |
| 2717 | 2026-06-23T23:07:58.719Z | Checking instant v0.1.13 |
| 2718 | 2026-06-23T23:07:58.801Z | Checking backoff v0.4.0 |
| 2719 | 2026-06-23T23:07:58.923Z | Checking progenitor-extras v0.2.0 |
| 2720 | 2026-06-23T23:07:58.947Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2721 | 2026-06-23T23:07:58.959Z | Checking tokio-rustls v0.25.0 |
| 2722 | 2026-06-23T23:07:58.983Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2723 | 2026-06-23T23:07:59.162Z | Checking itertools v0.14.0 |
| 2724 | 2026-06-23T23:07:59.186Z | Checking regress v0.10.5 |
| 2725 | 2026-06-23T23:07:59.347Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2726 | 2026-06-23T23:07:59.647Z | Checking macaddr v1.0.1 |
| 2727 | 2026-06-23T23:07:59.822Z | Compiling test-strategy v0.4.5 |
| 2728 | 2026-06-23T23:07:59.926Z | Checking parse-display v0.10.0 |
| 2729 | 2026-06-23T23:08:00.078Z | Checking humantime v2.3.0 |
| 2730 | 2026-06-23T23:08:01.081Z | Compiling prettyplease v0.2.37 |
| 2731 | 2026-06-23T23:08:01.321Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2732 | 2026-06-23T23:08:01.452Z | Checking num-rational v0.4.2 |
| 2733 | 2026-06-23T23:08:01.700Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2734 | 2026-06-23T23:08:02.066Z | Checking num-complex v0.4.6 |
| 2735 | 2026-06-23T23:08:02.640Z | Checking num v0.4.3 |
| 2736 | 2026-06-23T23:08:02.723Z | Compiling usdt-attr-macro v0.5.0 |
| 2737 | 2026-06-23T23:08:02.789Z | Compiling usdt-macro v0.5.0 |
| 2738 | 2026-06-23T23:08:02.803Z | Checking memmap v0.7.0 |
| 2739 | 2026-06-23T23:08:02.835Z | Checking float-ord v0.3.2 |
| 2740 | 2026-06-23T23:08:02.930Z | Compiling convert_case v0.4.0 |
| 2741 | 2026-06-23T23:08:02.943Z | Checking unicode-width v0.2.0 |
| 2742 | 2026-06-23T23:08:03.195Z | Checking console v0.15.11 |
| 2743 | 2026-06-23T23:08:03.310Z | Compiling derive_more v0.99.20 |
| 2744 | 2026-06-23T23:08:03.480Z | Checking newline-converter v0.3.0 |
| 2745 | 2026-06-23T23:08:03.504Z | Compiling toml v0.8.23 |
| 2746 | 2026-06-23T23:08:03.507Z | Checking usdt v0.5.0 |
| 2747 | 2026-06-23T23:08:03.590Z | Checking linked-hash-map v0.5.6 |
| 2748 | 2026-06-23T23:08:03.684Z | Compiling minimal-lexical v0.2.1 |
| 2749 | 2026-06-23T23:08:03.762Z | Checking lru-cache v0.1.2 |
| 2750 | 2026-06-23T23:08:03.886Z | Compiling nom v7.1.3 |
| 2751 | 2026-06-23T23:08:03.941Z | Checking expectorate v1.2.0 |
| 2752 | 2026-06-23T23:08:04.477Z | Checking camino-tempfile v1.4.1 |
| 2753 | 2026-06-23T23:08:04.673Z | Checking hickory-proto v0.24.4 |
| 2754 | 2026-06-23T23:08:04.684Z | Checking phf_shared v0.12.1 |
| 2755 | 2026-06-23T23:08:04.808Z | Compiling slog-dtrace v0.3.0 |
| 2756 | 2026-06-23T23:08:04.830Z | Checking heck v0.5.0 |
| 2757 | 2026-06-23T23:08:04.960Z | Compiling chrono-tz v0.10.4 |
| 2758 | 2026-06-23T23:08:05.003Z | Checking resolv-conf v0.7.6 |
| 2759 | 2026-06-23T23:08:05.164Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2760 | 2026-06-23T23:08:05.180Z | Compiling const_format_proc_macros v0.2.34 |
| 2761 | 2026-06-23T23:08:05.241Z | Checking phf v0.12.1 |
| 2762 | 2026-06-23T23:08:05.276Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2763 | 2026-06-23T23:08:05.383Z | Checking tokio-dtrace v0.1.1 |
| 2764 | 2026-06-23T23:08:05.579Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2765 | 2026-06-23T23:08:05.768Z | Compiling derive-where v1.6.0 |
| 2766 | 2026-06-23T23:08:05.980Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2767 | 2026-06-23T23:08:06.018Z | Checking highway v1.3.0 |
| 2768 | 2026-06-23T23:08:06.255Z | Checking const_format v0.2.35 |
| 2769 | 2026-06-23T23:08:06.495Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2770 | 2026-06-23T23:08:06.554Z | Checking hickory-resolver v0.24.4 |
| 2771 | 2026-06-23T23:08:06.729Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2772 | 2026-06-23T23:08:06.774Z | Checking oxide-tokio-rt v0.1.4 |
| 2773 | 2026-06-23T23:08:06.990Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2774 | 2026-06-23T23:08:07.003Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2775 | 2026-06-23T23:08:07.307Z | Checking qorb v0.4.1 |
| 2776 | 2026-06-23T23:08:07.334Z | Checking gethostname v0.5.0 |
| 2777 | 2026-06-23T23:08:07.425Z | Checking bcs v0.1.6 |
| 2778 | 2026-06-23T23:08:07.425Z | Checking termtree v0.5.1 |
| 2779 | 2026-06-23T23:08:07.510Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2780 | 2026-06-23T23:08:10.468Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2781 | 2026-06-23T23:08:13.060Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2782 | 2026-06-23T23:08:15.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.18s |
| 2783 | 2026-06-23T23:08:15.402Z | |
| 2784 | 2026-06-23T23:08:15.402Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296) |
| 2785 | 2026-06-23T23:08:15.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2786 | 2026-06-23T23:08:15.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2787 | 2026-06-23T23:08:16.034Z | Compiling ar_archive_writer v0.5.1 |
| 2788 | 2026-06-23T23:08:16.140Z | Compiling stacker v0.1.23 |
| 2789 | 2026-06-23T23:08:16.147Z | Compiling cfg_aliases v0.1.1 |
| 2790 | 2026-06-23T23:08:16.153Z | Compiling convert_case v0.10.0 |
| 2791 | 2026-06-23T23:08:16.156Z | Checking unicode-width v0.1.14 |
| 2792 | 2026-06-23T23:08:16.167Z | Compiling proc-macro-error v1.0.4 |
| 2793 | 2026-06-23T23:08:16.176Z | Checking fd-lock v4.0.4 |
| 2794 | 2026-06-23T23:08:16.176Z | Checking nibble_vec v0.1.0 |
| 2795 | 2026-06-23T23:08:16.204Z | Compiling nix v0.28.0 |
| 2796 | 2026-06-23T23:08:16.285Z | Checking vte v0.14.1 |
| 2797 | 2026-06-23T23:08:16.300Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2798 | 2026-06-23T23:08:16.396Z | Checking endian-type v0.1.2 |
| 2799 | 2026-06-23T23:08:16.408Z | Checking bytecount v0.6.9 |
| 2800 | 2026-06-23T23:08:16.430Z | Checking strip-ansi-escapes v0.2.1 |
| 2801 | 2026-06-23T23:08:16.447Z | Compiling derive_more-impl v2.1.1 |
| 2802 | 2026-06-23T23:08:16.458Z | Compiling tabled_derive v0.7.0 |
| 2803 | 2026-06-23T23:08:16.502Z | Checking papergrid v0.11.0 |
| 2804 | 2026-06-23T23:08:16.516Z | Checking radix_trie v0.2.1 |
| 2805 | 2026-06-23T23:08:16.529Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2806 | 2026-06-23T23:08:16.701Z | Compiling peg-macros v0.8.5 |
| 2807 | 2026-06-23T23:08:16.726Z | Checking winnow v0.6.26 |
| 2808 | 2026-06-23T23:08:16.972Z | Compiling psm v0.1.30 |
| 2809 | 2026-06-23T23:08:16.999Z | Compiling sqlparser_derive v0.5.0 |
| 2810 | 2026-06-23T23:08:17.119Z | Checking unicode_categories v0.1.1 |
| 2811 | 2026-06-23T23:08:17.265Z | Checking derive_more v2.1.1 |
| 2812 | 2026-06-23T23:08:17.275Z | Checking nu-ansi-term v0.50.3 |
| 2813 | 2026-06-23T23:08:17.372Z | Checking home v0.5.12 |
| 2814 | 2026-06-23T23:08:17.427Z | Checking tabled v0.15.0 |
| 2815 | 2026-06-23T23:08:17.481Z | Checking crossterm v0.29.0 |
| 2816 | 2026-06-23T23:08:17.492Z | Checking rustyline v14.0.0 |
| 2817 | 2026-06-23T23:08:17.514Z | Checking reedline v0.40.0 |
| 2818 | 2026-06-23T23:08:17.751Z | Checking recursive v0.1.1 |
| 2819 | 2026-06-23T23:08:17.786Z | Checking display-error-chain v0.2.2 |
| 2820 | 2026-06-23T23:08:17.855Z | Checking sqlparser v0.61.0 |
| 2821 | 2026-06-23T23:08:17.901Z | Checking sqlformat v0.3.5 |
| 2822 | 2026-06-23T23:08:18.075Z | Checking peg v0.8.5 |
| 2823 | 2026-06-23T23:08:29.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s |
| 2824 | 2026-06-23T23:08:29.434Z | |
| 2825 | 2026-06-23T23:08:29.434Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296) |
| 2826 | 2026-06-23T23:08:29.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2827 | 2026-06-23T23:08:29.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2828 | 2026-06-23T23:08:30.057Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2829 | 2026-06-23T23:08:33.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 2830 | 2026-06-23T23:08:33.699Z | |
| 2831 | 2026-06-23T23:08:33.699Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296) |
| 2832 | 2026-06-23T23:08:34.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-06-23T23:08:34.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-06-23T23:08:34.323Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2835 | 2026-06-23T23:08:36.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 2836 | 2026-06-23T23:08:36.953Z | |
| 2837 | 2026-06-23T23:08:36.953Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296) |
| 2838 | 2026-06-23T23:08:37.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-06-23T23:08:37.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-06-23T23:08:37.573Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2841 | 2026-06-23T23:08:40.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
| 2842 | 2026-06-23T23:08:41.012Z | |
| 2843 | 2026-06-23T23:08:41.012Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296) |
| 2844 | 2026-06-23T23:08:41.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-06-23T23:08:41.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-06-23T23:08:41.637Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2847 | 2026-06-23T23:08:44.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2848 | 2026-06-23T23:08:45.106Z | |
| 2849 | 2026-06-23T23:08:45.106Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296) |
| 2850 | 2026-06-23T23:08:45.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2026-06-23T23:08:45.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2026-06-23T23:08:45.722Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2853 | 2026-06-23T23:08:48.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 2854 | 2026-06-23T23:08:48.492Z | |
| 2855 | 2026-06-23T23:08:48.492Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296) |
| 2856 | 2026-06-23T23:08:48.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2026-06-23T23:08:48.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2026-06-23T23:08:49.112Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2859 | 2026-06-23T23:08:51.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 2860 | 2026-06-23T23:08:51.932Z | |
| 2861 | 2026-06-23T23:08:51.932Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296) |
| 2862 | 2026-06-23T23:08:52.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2026-06-23T23:08:52.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2026-06-23T23:08:52.555Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2865 | 2026-06-23T23:08:56.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 2866 | 2026-06-23T23:08:56.204Z | |
| 2867 | 2026-06-23T23:08:56.205Z | info: running `cargo check --bins` on oximeter (93/296) |
| 2868 | 2026-06-23T23:08:56.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2026-06-23T23:08:56.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2026-06-23T23:08:56.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2871 | 2026-06-23T23:08:56.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2872 | 2026-06-23T23:08:56.733Z | |
| 2873 | 2026-06-23T23:08:56.733Z | info: running `cargo check --bins` on oximeter-schema (94/296) |
| 2874 | 2026-06-23T23:08:57.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2875 | 2026-06-23T23:08:57.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2876 | 2026-06-23T23:08:57.318Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2877 | 2026-06-23T23:08:57.475Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2878 | 2026-06-23T23:08:57.475Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2879 | 2026-06-23T23:08:57.815Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2880 | 2026-06-23T23:09:00.509Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2881 | 2026-06-23T23:09:01.720Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2882 | 2026-06-23T23:09:01.927Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2883 | 2026-06-23T23:09:02.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s |
| 2884 | 2026-06-23T23:09:02.758Z | |
| 2885 | 2026-06-23T23:09:02.758Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/296) |
| 2886 | 2026-06-23T23:09:03.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2026-06-23T23:09:03.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2026-06-23T23:09:03.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2889 | 2026-06-23T23:09:03.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2890 | 2026-06-23T23:09:03.288Z | |
| 2891 | 2026-06-23T23:09:03.288Z | info: running `cargo check --bins` on oximeter-test-utils (96/296) |
| 2892 | 2026-06-23T23:09:03.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2026-06-23T23:09:03.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2026-06-23T23:09:03.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2895 | 2026-06-23T23:09:03.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2896 | 2026-06-23T23:09:03.861Z | |
| 2897 | 2026-06-23T23:09:03.861Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296) |
| 2898 | 2026-06-23T23:09:04.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2026-06-23T23:09:04.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2026-06-23T23:09:04.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2901 | 2026-06-23T23:09:04.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2902 | 2026-06-23T23:09:04.400Z | |
| 2903 | 2026-06-23T23:09:04.400Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296) |
| 2904 | 2026-06-23T23:09:04.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2026-06-23T23:09:04.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2026-06-23T23:09:04.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2907 | 2026-06-23T23:09:04.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2908 | 2026-06-23T23:09:04.927Z | |
| 2909 | 2026-06-23T23:09:04.927Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296) |
| 2910 | 2026-06-23T23:09:05.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2026-06-23T23:09:05.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2026-06-23T23:09:05.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2913 | 2026-06-23T23:09:05.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2914 | 2026-06-23T23:09:05.464Z | |
| 2915 | 2026-06-23T23:09:05.464Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296) |
| 2916 | 2026-06-23T23:09:05.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2026-06-23T23:09:05.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2026-06-23T23:09:05.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2919 | 2026-06-23T23:09:05.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2920 | 2026-06-23T23:09:05.987Z | |
| 2921 | 2026-06-23T23:09:05.987Z | info: running `cargo check --bins` on trust-quorum-types (101/296) |
| 2922 | 2026-06-23T23:09:06.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2026-06-23T23:09:06.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2026-06-23T23:09:06.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2026-06-23T23:09:06.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2926 | 2026-06-23T23:09:06.505Z | |
| 2927 | 2026-06-23T23:09:06.505Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/296) |
| 2928 | 2026-06-23T23:09:06.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2026-06-23T23:09:06.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2026-06-23T23:09:06.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2026-06-23T23:09:06.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2932 | 2026-06-23T23:09:07.045Z | |
| 2933 | 2026-06-23T23:09:07.045Z | info: running `cargo check --bins` on update-engine (103/296) |
| 2934 | 2026-06-23T23:09:07.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2026-06-23T23:09:07.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2026-06-23T23:09:07.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2937 | 2026-06-23T23:09:07.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2938 | 2026-06-23T23:09:07.559Z | |
| 2939 | 2026-06-23T23:09:07.559Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/296) |
| 2940 | 2026-06-23T23:09:08.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2941 | 2026-06-23T23:09:08.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2942 | 2026-06-23T23:09:08.230Z | Compiling crucible-workspace-hack v0.1.0 |
| 2943 | 2026-06-23T23:09:08.342Z | Checking secrecy v0.10.3 |
| 2944 | 2026-06-23T23:09:08.349Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2945 | 2026-06-23T23:09:08.349Z | Compiling heapless v0.8.0 |
| 2946 | 2026-06-23T23:09:08.362Z | Compiling ingot-macros v0.1.1 |
| 2947 | 2026-06-23T23:09:08.369Z | Checking hash32 v0.3.1 |
| 2948 | 2026-06-23T23:09:08.379Z | Compiling smoltcp v0.11.0 |
| 2949 | 2026-06-23T23:09:08.382Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2950 | 2026-06-23T23:09:08.441Z | Checking cobs v0.3.0 |
| 2951 | 2026-06-23T23:09:08.483Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2952 | 2026-06-23T23:09:08.571Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2953 | 2026-06-23T23:09:08.583Z | Checking half v2.7.1 |
| 2954 | 2026-06-23T23:09:08.583Z | Checking universal-hash v0.5.1 |
| 2955 | 2026-06-23T23:09:08.629Z | Checking opaque-debug v0.3.1 |
| 2956 | 2026-06-23T23:09:08.696Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2957 | 2026-06-23T23:09:08.710Z | Checking ciborium-io v0.2.2 |
| 2958 | 2026-06-23T23:09:08.739Z | Checking poly1305 v0.8.0 |
| 2959 | 2026-06-23T23:09:08.798Z | Checking postcard v1.1.3 |
| 2960 | 2026-06-23T23:09:08.828Z | Checking ciborium-ll v0.2.2 |
| 2961 | 2026-06-23T23:09:08.906Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2962 | 2026-06-23T23:09:09.000Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2963 | 2026-06-23T23:09:09.012Z | Compiling proc-macro-crate v3.4.0 |
| 2964 | 2026-06-23T23:09:09.093Z | Checking password-hash v0.5.0 |
| 2965 | 2026-06-23T23:09:09.269Z | Checking chacha20 v0.9.1 |
| 2966 | 2026-06-23T23:09:09.315Z | Compiling proc-macro-crate v1.3.1 |
| 2967 | 2026-06-23T23:09:09.327Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2968 | 2026-06-23T23:09:09.468Z | Checking blake2 v0.10.6 |
| 2969 | 2026-06-23T23:09:09.542Z | Checking aead v0.5.2 |
| 2970 | 2026-06-23T23:09:09.566Z | Compiling num_enum_derive v0.7.6 |
| 2971 | 2026-06-23T23:09:09.578Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2972 | 2026-06-23T23:09:09.694Z | Compiling foreign-types-macros v0.2.3 |
| 2973 | 2026-06-23T23:09:09.714Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2974 | 2026-06-23T23:09:09.725Z | Checking thiserror-no-std v2.0.2 |
| 2975 | 2026-06-23T23:09:09.746Z | Checking cpufeatures v0.3.0 |
| 2976 | 2026-06-23T23:09:09.786Z | Checking foreign-types-shared v0.3.1 |
| 2977 | 2026-06-23T23:09:09.808Z | Checking vsss-rs v3.3.4 |
| 2978 | 2026-06-23T23:09:09.820Z | Checking chacha20 v0.10.0 |
| 2979 | 2026-06-23T23:09:09.873Z | Compiling num_enum_derive v0.5.11 |
| 2980 | 2026-06-23T23:09:09.950Z | Checking argon2 v0.5.3 |
| 2981 | 2026-06-23T23:09:10.034Z | Checking chacha20poly1305 v0.10.1 |
| 2982 | 2026-06-23T23:09:10.160Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2983 | 2026-06-23T23:09:10.282Z | Checking foreign-types v0.5.0 |
| 2984 | 2026-06-23T23:09:10.295Z | Checking ciborium v0.2.2 |
| 2985 | 2026-06-23T23:09:10.463Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2986 | 2026-06-23T23:09:10.491Z | Checking tabwriter v1.4.1 |
| 2987 | 2026-06-23T23:09:10.607Z | Checking num_enum v0.7.6 |
| 2988 | 2026-06-23T23:09:10.637Z | Checking byte-wrapper v0.1.0 |
| 2989 | 2026-06-23T23:09:10.712Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2990 | 2026-06-23T23:09:10.724Z | Checking cstr-argument v0.1.2 |
| 2991 | 2026-06-23T23:09:10.743Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2992 | 2026-06-23T23:09:10.843Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2993 | 2026-06-23T23:09:10.855Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2994 | 2026-06-23T23:09:10.882Z | Checking num_enum v0.5.11 |
| 2995 | 2026-06-23T23:09:10.934Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2996 | 2026-06-23T23:09:10.991Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2997 | 2026-06-23T23:09:11.039Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2998 | 2026-06-23T23:09:11.137Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2999 | 2026-06-23T23:09:11.160Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3000 | 2026-06-23T23:09:11.185Z | Checking rand v0.10.0 |
| 3001 | 2026-06-23T23:09:11.203Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3002 | 2026-06-23T23:09:11.215Z | Checking ingot-types v0.1.2 |
| 3003 | 2026-06-23T23:09:11.241Z | Checking indent_write v2.2.0 |
| 3004 | 2026-06-23T23:09:11.356Z | Checking colored v3.1.1 |
| 3005 | 2026-06-23T23:09:11.373Z | Compiling zone_cfg_derive v0.3.1 |
| 3006 | 2026-06-23T23:09:11.480Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3007 | 2026-06-23T23:09:11.507Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3008 | 2026-06-23T23:09:11.552Z | Checking itertools v0.12.1 |
| 3009 | 2026-06-23T23:09:11.575Z | Checking ingot v0.1.1 |
| 3010 | 2026-06-23T23:09:11.615Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3011 | 2026-06-23T23:09:11.654Z | Compiling num-derive v0.4.2 |
| 3012 | 2026-06-23T23:09:11.678Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3013 | 2026-06-23T23:09:11.708Z | Checking swrite v0.1.0 |
| 3014 | 2026-06-23T23:09:11.797Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3015 | 2026-06-23T23:09:11.877Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3016 | 2026-06-23T23:09:12.009Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3017 | 2026-06-23T23:09:12.030Z | Checking dropshot-api-manager-types v0.7.2 |
| 3018 | 2026-06-23T23:09:12.053Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3019 | 2026-06-23T23:09:12.111Z | Checking smf v0.2.3 |
| 3020 | 2026-06-23T23:09:12.125Z | Checking nanorand v0.7.0 |
| 3021 | 2026-06-23T23:09:12.196Z | Checking whoami v1.6.1 |
| 3022 | 2026-06-23T23:09:12.320Z | Checking flume v0.11.1 |
| 3023 | 2026-06-23T23:09:12.340Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3024 | 2026-06-23T23:09:12.569Z | Checking zone v0.3.1 |
| 3025 | 2026-06-23T23:09:12.582Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3026 | 2026-06-23T23:09:13.134Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3027 | 2026-06-23T23:09:14.100Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3028 | 2026-06-23T23:09:14.996Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3029 | 2026-06-23T23:09:18.264Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3030 | 2026-06-23T23:09:20.345Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3031 | 2026-06-23T23:09:21.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
| 3032 | 2026-06-23T23:09:21.645Z | |
| 3033 | 2026-06-23T23:09:21.646Z | info: running `cargo check --bins` on clickhouse-admin-api (105/296) |
| 3034 | 2026-06-23T23:09:22.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-06-23T23:09:22.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-06-23T23:09:22.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-06-23T23:09:22.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3038 | 2026-06-23T23:09:22.185Z | |
| 3039 | 2026-06-23T23:09:22.185Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/296) |
| 3040 | 2026-06-23T23:09:22.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-06-23T23:09:22.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-06-23T23:09:22.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-06-23T23:09:22.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3044 | 2026-06-23T23:09:22.721Z | |
| 3045 | 2026-06-23T23:09:22.721Z | info: running `cargo check --bins` on bootstrap-agent-client (107/296) |
| 3046 | 2026-06-23T23:09:23.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-06-23T23:09:23.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-06-23T23:09:23.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-06-23T23:09:23.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3050 | 2026-06-23T23:09:23.263Z | |
| 3051 | 2026-06-23T23:09:23.263Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296) |
| 3052 | 2026-06-23T23:09:23.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-06-23T23:09:23.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-06-23T23:09:23.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-06-23T23:09:23.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3056 | 2026-06-23T23:09:23.805Z | |
| 3057 | 2026-06-23T23:09:23.805Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296) |
| 3058 | 2026-06-23T23:09:24.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-06-23T23:09:24.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-06-23T23:09:24.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-06-23T23:09:24.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3062 | 2026-06-23T23:09:24.344Z | |
| 3063 | 2026-06-23T23:09:24.344Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/296) |
| 3064 | 2026-06-23T23:09:24.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-06-23T23:09:24.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-06-23T23:09:24.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-06-23T23:09:24.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3068 | 2026-06-23T23:09:24.875Z | |
| 3069 | 2026-06-23T23:09:24.875Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/296) |
| 3070 | 2026-06-23T23:09:25.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-06-23T23:09:25.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-06-23T23:09:25.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-06-23T23:09:25.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3074 | 2026-06-23T23:09:25.408Z | |
| 3075 | 2026-06-23T23:09:25.408Z | info: running `cargo check --bins` on cockroach-admin-client (112/296) |
| 3076 | 2026-06-23T23:09:25.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-06-23T23:09:25.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-06-23T23:09:25.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-06-23T23:09:25.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3080 | 2026-06-23T23:09:25.925Z | |
| 3081 | 2026-06-23T23:09:25.925Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/296) |
| 3082 | 2026-06-23T23:09:26.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-06-23T23:09:26.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-06-23T23:09:26.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-06-23T23:09:26.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3086 | 2026-06-23T23:09:26.460Z | |
| 3087 | 2026-06-23T23:09:26.460Z | info: running `cargo check --bins` on dns-service-client (114/296) |
| 3088 | 2026-06-23T23:09:26.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-06-23T23:09:26.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-06-23T23:09:26.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-06-23T23:09:26.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3092 | 2026-06-23T23:09:26.998Z | |
| 3093 | 2026-06-23T23:09:26.998Z | info: running `cargo check --bins` on installinator-client (115/296) |
| 3094 | 2026-06-23T23:09:27.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-06-23T23:09:27.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-06-23T23:09:27.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-06-23T23:09:27.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3098 | 2026-06-23T23:09:27.531Z | |
| 3099 | 2026-06-23T23:09:27.531Z | info: running `cargo check --bins` on nexus-client (116/296) |
| 3100 | 2026-06-23T23:09:28.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-06-23T23:09:28.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-06-23T23:09:28.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-06-23T23:09:28.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3104 | 2026-06-23T23:09:28.090Z | |
| 3105 | 2026-06-23T23:09:28.090Z | info: running `cargo check --bins` on nexus-lockstep-client (117/296) |
| 3106 | 2026-06-23T23:09:28.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-06-23T23:09:28.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-06-23T23:09:28.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-06-23T23:09:28.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3110 | 2026-06-23T23:09:28.651Z | |
| 3111 | 2026-06-23T23:09:28.651Z | info: running `cargo check --bins` on ntp-admin-client (118/296) |
| 3112 | 2026-06-23T23:09:29.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-06-23T23:09:29.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-06-23T23:09:29.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-06-23T23:09:29.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3116 | 2026-06-23T23:09:29.164Z | |
| 3117 | 2026-06-23T23:09:29.164Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/296) |
| 3118 | 2026-06-23T23:09:29.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-06-23T23:09:29.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-06-23T23:09:29.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-06-23T23:09:29.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3122 | 2026-06-23T23:09:29.681Z | |
| 3123 | 2026-06-23T23:09:29.681Z | info: running `cargo check --bins` on oxide-client (120/296) |
| 3124 | 2026-06-23T23:09:30.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-06-23T23:09:30.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-06-23T23:09:30.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-06-23T23:09:30.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3128 | 2026-06-23T23:09:30.196Z | |
| 3129 | 2026-06-23T23:09:30.196Z | info: running `cargo check --bins` on oximeter-client (121/296) |
| 3130 | 2026-06-23T23:09:30.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-06-23T23:09:30.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-06-23T23:09:30.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-06-23T23:09:30.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3134 | 2026-06-23T23:09:30.728Z | |
| 3135 | 2026-06-23T23:09:30.728Z | info: running `cargo check --bins` on repo-depot-client (122/296) |
| 3136 | 2026-06-23T23:09:31.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-06-23T23:09:31.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-06-23T23:09:31.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-06-23T23:09:31.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3140 | 2026-06-23T23:09:31.242Z | |
| 3141 | 2026-06-23T23:09:31.242Z | info: running `cargo check --bins` on sled-agent-client (123/296) |
| 3142 | 2026-06-23T23:09:31.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-06-23T23:09:31.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-06-23T23:09:31.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-06-23T23:09:31.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3146 | 2026-06-23T23:09:31.780Z | |
| 3147 | 2026-06-23T23:09:31.780Z | info: running `cargo check --bins` on wicketd-client (124/296) |
| 3148 | 2026-06-23T23:09:32.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-06-23T23:09:32.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-06-23T23:09:32.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-06-23T23:09:32.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3152 | 2026-06-23T23:09:32.343Z | |
| 3153 | 2026-06-23T23:09:32.343Z | info: running `cargo check --bins` on installinator-common (125/296) |
| 3154 | 2026-06-23T23:09:32.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-06-23T23:09:32.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-06-23T23:09:32.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-06-23T23:09:32.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3158 | 2026-06-23T23:09:32.890Z | |
| 3159 | 2026-06-23T23:09:32.890Z | info: running `cargo check --bins` on installinator-common-versions (126/296) |
| 3160 | 2026-06-23T23:09:33.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-06-23T23:09:33.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-06-23T23:09:33.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-06-23T23:09:33.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3164 | 2026-06-23T23:09:33.402Z | |
| 3165 | 2026-06-23T23:09:33.402Z | info: running `cargo check --bins` on wicket-common (127/296) |
| 3166 | 2026-06-23T23:09:33.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-06-23T23:09:33.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-06-23T23:09:33.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3169 | 2026-06-23T23:09:33.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3170 | 2026-06-23T23:09:33.945Z | |
| 3171 | 2026-06-23T23:09:33.945Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/296) |
| 3172 | 2026-06-23T23:09:34.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3173 | 2026-06-23T23:09:34.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3174 | 2026-06-23T23:09:34.586Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3175 | 2026-06-23T23:09:34.695Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3176 | 2026-06-23T23:09:34.703Z | Checking csv-core v0.1.13 |
| 3177 | 2026-06-23T23:09:34.710Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3178 | 2026-06-23T23:09:34.717Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3179 | 2026-06-23T23:09:34.720Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3180 | 2026-06-23T23:09:34.737Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3181 | 2026-06-23T23:09:34.748Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3182 | 2026-06-23T23:09:34.858Z | Checking csv v1.4.0 |
| 3183 | 2026-06-23T23:09:34.890Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3184 | 2026-06-23T23:09:34.904Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3185 | 2026-06-23T23:09:34.927Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3186 | 2026-06-23T23:09:34.954Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3187 | 2026-06-23T23:09:35.208Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3188 | 2026-06-23T23:09:35.571Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3189 | 2026-06-23T23:09:35.571Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3190 | 2026-06-23T23:09:35.905Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3191 | 2026-06-23T23:09:41.919Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3192 | 2026-06-23T23:09:42.459Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3193 | 2026-06-23T23:09:44.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s |
| 3194 | 2026-06-23T23:09:45.037Z | |
| 3195 | 2026-06-23T23:09:45.037Z | info: running `cargo check --bins` on cockroach-admin-api (129/296) |
| 3196 | 2026-06-23T23:09:45.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-06-23T23:09:45.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-06-23T23:09:45.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-06-23T23:09:45.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3200 | 2026-06-23T23:09:45.538Z | |
| 3201 | 2026-06-23T23:09:45.539Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296) |
| 3202 | 2026-06-23T23:09:46.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-06-23T23:09:46.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-06-23T23:09:46.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-06-23T23:09:46.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3206 | 2026-06-23T23:09:46.146Z | |
| 3207 | 2026-06-23T23:09:46.147Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296) |
| 3208 | 2026-06-23T23:09:46.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-06-23T23:09:46.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-06-23T23:09:46.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-06-23T23:09:46.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3212 | 2026-06-23T23:09:46.761Z | |
| 3213 | 2026-06-23T23:09:46.761Z | info: running `cargo check --bins` on gateway-test-utils (132/296) |
| 3214 | 2026-06-23T23:09:47.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-06-23T23:09:47.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-06-23T23:09:47.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3217 | 2026-06-23T23:09:47.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3218 | 2026-06-23T23:09:47.334Z | |
| 3219 | 2026-06-23T23:09:47.334Z | info: running `cargo check --bins` on omicron-gateway (133/296) |
| 3220 | 2026-06-23T23:09:47.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2026-06-23T23:09:47.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2026-06-23T23:09:48.039Z | Compiling regress v0.11.1 |
| 3223 | 2026-06-23T23:09:48.177Z | Compiling unsafe-libyaml v0.2.11 |
| 3224 | 2026-06-23T23:09:48.186Z | Compiling semver v0.1.20 |
| 3225 | 2026-06-23T23:09:48.189Z | Compiling radium v0.7.0 |
| 3226 | 2026-06-23T23:09:48.207Z | Checking nom v8.0.0 |
| 3227 | 2026-06-23T23:09:48.210Z | Checking tap v1.0.1 |
| 3228 | 2026-06-23T23:09:48.210Z | Compiling maybe-uninit v2.0.0 |
| 3229 | 2026-06-23T23:09:48.315Z | Checking wyz v0.5.1 |
| 3230 | 2026-06-23T23:09:48.458Z | Compiling rustc_version v0.1.7 |
| 3231 | 2026-06-23T23:09:48.489Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3232 | 2026-06-23T23:09:48.580Z | Compiling zerocopy-derive v0.6.6 |
| 3233 | 2026-06-23T23:09:48.637Z | Checking funty v2.0.0 |
| 3234 | 2026-06-23T23:09:48.674Z | Compiling newtype_derive v0.1.6 |
| 3235 | 2026-06-23T23:09:48.861Z | Compiling serde_yaml v0.9.34+deprecated |
| 3236 | 2026-06-23T23:09:48.918Z | Compiling owo-colors v4.3.0 |
| 3237 | 2026-06-23T23:09:48.957Z | Compiling packed_struct v0.10.1 |
| 3238 | 2026-06-23T23:09:49.210Z | Checking crc-catalog v2.4.0 |
| 3239 | 2026-06-23T23:09:49.244Z | Compiling cancel-safe-futures v0.1.5 |
| 3240 | 2026-06-23T23:09:49.304Z | Checking crc v3.4.0 |
| 3241 | 2026-06-23T23:09:49.432Z | Checking zerocopy v0.6.6 |
| 3242 | 2026-06-23T23:09:49.520Z | Checking bitvec v1.0.1 |
| 3243 | 2026-06-23T23:09:49.653Z | Checking typify-impl v0.6.2 |
| 3244 | 2026-06-23T23:09:49.667Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3245 | 2026-06-23T23:09:50.018Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3246 | 2026-06-23T23:09:50.200Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3247 | 2026-06-23T23:09:50.216Z | Compiling packed_struct_codegen v0.10.1 |
| 3248 | 2026-06-23T23:09:50.330Z | Checking libsw-core v0.3.2 |
| 3249 | 2026-06-23T23:09:50.362Z | Compiling bitfield-macros v0.19.4 |
| 3250 | 2026-06-23T23:09:50.476Z | Compiling indexmap v1.9.3 |
| 3251 | 2026-06-23T23:09:50.673Z | Checking nodrop v0.1.14 |
| 3252 | 2026-06-23T23:09:50.769Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3253 | 2026-06-23T23:09:50.816Z | Checking array-init v0.0.4 |
| 3254 | 2026-06-23T23:09:50.861Z | Checking libsw v3.5.0 |
| 3255 | 2026-06-23T23:09:50.873Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3256 | 2026-06-23T23:09:51.014Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3257 | 2026-06-23T23:09:51.073Z | Checking bitfield v0.19.4 |
| 3258 | 2026-06-23T23:09:51.117Z | Checking smallvec v0.6.14 |
| 3259 | 2026-06-23T23:09:51.194Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3260 | 2026-06-23T23:09:51.360Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3261 | 2026-06-23T23:09:51.405Z | Checking tagptr v0.2.0 |
| 3262 | 2026-06-23T23:09:51.483Z | Checking base64 v0.21.7 |
| 3263 | 2026-06-23T23:09:51.550Z | Checking unicode-linebreak v0.1.5 |
| 3264 | 2026-06-23T23:09:51.583Z | Checking smawk v0.3.2 |
| 3265 | 2026-06-23T23:09:51.612Z | Checking hashbrown v0.12.3 |
| 3266 | 2026-06-23T23:09:51.713Z | Checking linear-map v1.2.0 |
| 3267 | 2026-06-23T23:09:51.728Z | Checking ron v0.8.1 |
| 3268 | 2026-06-23T23:09:51.761Z | Checking textwrap v0.16.2 |
| 3269 | 2026-06-23T23:09:51.866Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3270 | 2026-06-23T23:09:51.885Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3271 | 2026-06-23T23:09:51.972Z | Checking moka v0.12.13 |
| 3272 | 2026-06-23T23:09:52.038Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3273 | 2026-06-23T23:09:52.258Z | Checking steno v0.4.1 |
| 3274 | 2026-06-23T23:09:52.347Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3275 | 2026-06-23T23:09:52.350Z | Checking serde-hex v0.1.0 |
| 3276 | 2026-06-23T23:09:52.614Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3277 | 2026-06-23T23:09:52.776Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3278 | 2026-06-23T23:09:52.843Z | Checking hashbrown v0.13.2 |
| 3279 | 2026-06-23T23:09:53.176Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3280 | 2026-06-23T23:09:53.252Z | Checking crc-any v2.5.0 |
| 3281 | 2026-06-23T23:09:53.276Z | Checking object v0.30.4 |
| 3282 | 2026-06-23T23:09:53.350Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3283 | 2026-06-23T23:09:53.388Z | Checking hickory-resolver v0.25.2 |
| 3284 | 2026-06-23T23:09:53.431Z | Checking utf-8 v0.7.6 |
| 3285 | 2026-06-23T23:09:53.515Z | Checking half v1.8.3 |
| 3286 | 2026-06-23T23:09:53.568Z | Checking void v1.0.2 |
| 3287 | 2026-06-23T23:09:53.673Z | Checking path-slash v0.1.5 |
| 3288 | 2026-06-23T23:09:53.717Z | Checking serde_cbor v0.11.2 |
| 3289 | 2026-06-23T23:09:53.778Z | Checking lzss v0.8.2 |
| 3290 | 2026-06-23T23:09:53.852Z | Checking tungstenite v0.23.0 |
| 3291 | 2026-06-23T23:09:54.092Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3292 | 2026-06-23T23:09:54.106Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3293 | 2026-06-23T23:09:54.109Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3294 | 2026-06-23T23:09:54.223Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3295 | 2026-06-23T23:09:54.250Z | Checking nix v0.27.1 |
| 3296 | 2026-06-23T23:09:54.264Z | Compiling typify-macro v0.6.2 |
| 3297 | 2026-06-23T23:09:54.277Z | Checking kstat-rs v0.2.4 |
| 3298 | 2026-06-23T23:09:54.320Z | Checking fxhash v0.2.1 |
| 3299 | 2026-06-23T23:09:54.343Z | Checking serde_bytes v0.11.19 |
| 3300 | 2026-06-23T23:09:54.439Z | Checking tokio-tungstenite v0.23.1 |
| 3301 | 2026-06-23T23:09:54.462Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3302 | 2026-06-23T23:09:54.547Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3303 | 2026-06-23T23:09:54.565Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3304 | 2026-06-23T23:09:54.704Z | Checking signal-hook-tokio v0.3.1 |
| 3305 | 2026-06-23T23:09:55.423Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3306 | 2026-06-23T23:09:55.603Z | Compiling typify v0.6.2 |
| 3307 | 2026-06-23T23:09:55.682Z | Compiling progenitor-impl v0.14.0 |
| 3308 | 2026-06-23T23:09:56.324Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3309 | 2026-06-23T23:09:56.625Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3310 | 2026-06-23T23:09:57.107Z | Compiling progenitor-macro v0.14.0 |
| 3311 | 2026-06-23T23:09:59.603Z | Checking progenitor v0.14.0 |
| 3312 | 2026-06-23T23:09:59.720Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3313 | 2026-06-23T23:09:59.723Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3314 | 2026-06-23T23:10:02.406Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3315 | 2026-06-23T23:10:10.623Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3316 | 2026-06-23T23:10:17.174Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3317 | 2026-06-23T23:10:18.547Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3318 | 2026-06-23T23:10:19.047Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3319 | 2026-06-23T23:10:21.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.81s |
| 3320 | 2026-06-23T23:10:21.330Z | |
| 3321 | 2026-06-23T23:10:21.330Z | info: running `cargo check --bins` on gateway-api (134/296) |
| 3322 | 2026-06-23T23:10:21.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2026-06-23T23:10:21.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2026-06-23T23:10:21.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2026-06-23T23:10:21.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3326 | 2026-06-23T23:10:21.859Z | |
| 3327 | 2026-06-23T23:10:21.859Z | info: running `cargo check --bins` on ipcc (135/296) |
| 3328 | 2026-06-23T23:10:22.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2026-06-23T23:10:22.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2026-06-23T23:10:22.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2026-06-23T23:10:22.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3332 | 2026-06-23T23:10:22.388Z | |
| 3333 | 2026-06-23T23:10:22.388Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296) |
| 3334 | 2026-06-23T23:10:22.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2026-06-23T23:10:22.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2026-06-23T23:10:22.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2026-06-23T23:10:22.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3338 | 2026-06-23T23:10:22.902Z | |
| 3339 | 2026-06-23T23:10:22.902Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296) |
| 3340 | 2026-06-23T23:10:23.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2026-06-23T23:10:23.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2026-06-23T23:10:23.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2026-06-23T23:10:23.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3344 | 2026-06-23T23:10:23.455Z | |
| 3345 | 2026-06-23T23:10:23.455Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296) |
| 3346 | 2026-06-23T23:10:23.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2026-06-23T23:10:23.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2026-06-23T23:10:23.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2026-06-23T23:10:23.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3350 | 2026-06-23T23:10:23.980Z | |
| 3351 | 2026-06-23T23:10:23.980Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296) |
| 3352 | 2026-06-23T23:10:24.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2026-06-23T23:10:24.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2026-06-23T23:10:24.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2026-06-23T23:10:24.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3356 | 2026-06-23T23:10:24.510Z | |
| 3357 | 2026-06-23T23:10:24.511Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296) |
| 3358 | 2026-06-23T23:10:24.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2026-06-23T23:10:24.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2026-06-23T23:10:24.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2026-06-23T23:10:24.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3362 | 2026-06-23T23:10:25.040Z | |
| 3363 | 2026-06-23T23:10:25.040Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296) |
| 3364 | 2026-06-23T23:10:25.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2026-06-23T23:10:25.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2026-06-23T23:10:25.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2026-06-23T23:10:25.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3368 | 2026-06-23T23:10:25.582Z | |
| 3369 | 2026-06-23T23:10:25.582Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296) |
| 3370 | 2026-06-23T23:10:26.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2026-06-23T23:10:26.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2026-06-23T23:10:26.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3373 | 2026-06-23T23:10:26.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3374 | 2026-06-23T23:10:26.109Z | |
| 3375 | 2026-06-23T23:10:26.109Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296) |
| 3376 | 2026-06-23T23:10:26.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-06-23T23:10:26.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-06-23T23:10:26.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-06-23T23:10:26.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3380 | 2026-06-23T23:10:26.633Z | |
| 3381 | 2026-06-23T23:10:26.633Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296) |
| 3382 | 2026-06-23T23:10:27.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-06-23T23:10:27.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-06-23T23:10:27.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-06-23T23:10:27.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3386 | 2026-06-23T23:10:27.160Z | |
| 3387 | 2026-06-23T23:10:27.161Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296) |
| 3388 | 2026-06-23T23:10:27.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-06-23T23:10:27.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-06-23T23:10:27.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-06-23T23:10:27.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3392 | 2026-06-23T23:10:27.686Z | |
| 3393 | 2026-06-23T23:10:27.686Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296) |
| 3394 | 2026-06-23T23:10:28.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-06-23T23:10:28.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-06-23T23:10:28.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-06-23T23:10:28.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3398 | 2026-06-23T23:10:28.215Z | |
| 3399 | 2026-06-23T23:10:28.215Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296) |
| 3400 | 2026-06-23T23:10:28.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-06-23T23:10:28.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-06-23T23:10:28.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-06-23T23:10:28.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3404 | 2026-06-23T23:10:28.743Z | |
| 3405 | 2026-06-23T23:10:28.743Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296) |
| 3406 | 2026-06-23T23:10:29.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-06-23T23:10:29.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-06-23T23:10:29.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-06-23T23:10:29.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3410 | 2026-06-23T23:10:29.288Z | |
| 3411 | 2026-06-23T23:10:29.288Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296) |
| 3412 | 2026-06-23T23:10:29.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-06-23T23:10:29.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-06-23T23:10:29.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-06-23T23:10:29.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3416 | 2026-06-23T23:10:29.831Z | |
| 3417 | 2026-06-23T23:10:29.831Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296) |
| 3418 | 2026-06-23T23:10:30.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-06-23T23:10:30.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-06-23T23:10:30.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-06-23T23:10:30.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3422 | 2026-06-23T23:10:30.376Z | |
| 3423 | 2026-06-23T23:10:30.376Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296) |
| 3424 | 2026-06-23T23:10:30.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-06-23T23:10:30.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-06-23T23:10:30.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-06-23T23:10:30.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3428 | 2026-06-23T23:10:30.917Z | |
| 3429 | 2026-06-23T23:10:30.917Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296) |
| 3430 | 2026-06-23T23:10:31.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-06-23T23:10:31.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-06-23T23:10:31.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-06-23T23:10:31.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3434 | 2026-06-23T23:10:31.459Z | |
| 3435 | 2026-06-23T23:10:31.460Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296) |
| 3436 | 2026-06-23T23:10:31.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-06-23T23:10:31.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-06-23T23:10:31.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3439 | 2026-06-23T23:10:31.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3440 | 2026-06-23T23:10:32.002Z | |
| 3441 | 2026-06-23T23:10:32.002Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296) |
| 3442 | 2026-06-23T23:10:32.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2026-06-23T23:10:32.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2026-06-23T23:10:32.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2026-06-23T23:10:32.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3446 | 2026-06-23T23:10:32.548Z | |
| 3447 | 2026-06-23T23:10:32.548Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296) |
| 3448 | 2026-06-23T23:10:33.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-06-23T23:10:33.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-06-23T23:10:33.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-06-23T23:10:33.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3452 | 2026-06-23T23:10:33.096Z | |
| 3453 | 2026-06-23T23:10:33.096Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296) |
| 3454 | 2026-06-23T23:10:33.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-06-23T23:10:33.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-06-23T23:10:33.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-06-23T23:10:33.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3458 | 2026-06-23T23:10:33.640Z | |
| 3459 | 2026-06-23T23:10:33.640Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296) |
| 3460 | 2026-06-23T23:10:34.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-06-23T23:10:34.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-06-23T23:10:34.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3463 | 2026-06-23T23:10:34.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3464 | 2026-06-23T23:10:34.185Z | |
| 3465 | 2026-06-23T23:10:34.185Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296) |
| 3466 | 2026-06-23T23:10:34.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3467 | 2026-06-23T23:10:34.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3468 | 2026-06-23T23:10:34.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3469 | 2026-06-23T23:10:34.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3470 | 2026-06-23T23:10:34.707Z | |
| 3471 | 2026-06-23T23:10:34.707Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296) |
| 3472 | 2026-06-23T23:10:35.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-06-23T23:10:35.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-06-23T23:10:35.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-06-23T23:10:35.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3476 | 2026-06-23T23:10:35.225Z | |
| 3477 | 2026-06-23T23:10:35.225Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296) |
| 3478 | 2026-06-23T23:10:35.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-06-23T23:10:35.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-06-23T23:10:35.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-06-23T23:10:35.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3482 | 2026-06-23T23:10:35.749Z | |
| 3483 | 2026-06-23T23:10:35.749Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296) |
| 3484 | 2026-06-23T23:10:36.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-06-23T23:10:36.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-06-23T23:10:36.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2026-06-23T23:10:36.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3488 | 2026-06-23T23:10:36.277Z | |
| 3489 | 2026-06-23T23:10:36.277Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296) |
| 3490 | 2026-06-23T23:10:36.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-06-23T23:10:36.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-06-23T23:10:36.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-06-23T23:10:36.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3494 | 2026-06-23T23:10:36.801Z | |
| 3495 | 2026-06-23T23:10:36.802Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296) |
| 3496 | 2026-06-23T23:10:37.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-06-23T23:10:37.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-06-23T23:10:37.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-06-23T23:10:37.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3500 | 2026-06-23T23:10:37.331Z | |
| 3501 | 2026-06-23T23:10:37.331Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296) |
| 3502 | 2026-06-23T23:10:37.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-06-23T23:10:37.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-06-23T23:10:37.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-06-23T23:10:37.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3506 | 2026-06-23T23:10:37.855Z | |
| 3507 | 2026-06-23T23:10:37.855Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296) |
| 3508 | 2026-06-23T23:10:38.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-06-23T23:10:38.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-06-23T23:10:38.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-06-23T23:10:38.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3512 | 2026-06-23T23:10:38.384Z | |
| 3513 | 2026-06-23T23:10:38.384Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296) |
| 3514 | 2026-06-23T23:10:38.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-06-23T23:10:38.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-06-23T23:10:38.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-06-23T23:10:38.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3518 | 2026-06-23T23:10:38.930Z | |
| 3519 | 2026-06-23T23:10:38.930Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296) |
| 3520 | 2026-06-23T23:10:39.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-06-23T23:10:39.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-06-23T23:10:39.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-06-23T23:10:39.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3524 | 2026-06-23T23:10:39.475Z | |
| 3525 | 2026-06-23T23:10:39.475Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296) |
| 3526 | 2026-06-23T23:10:39.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-06-23T23:10:39.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-06-23T23:10:39.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-06-23T23:10:39.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3530 | 2026-06-23T23:10:40.019Z | |
| 3531 | 2026-06-23T23:10:40.019Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296) |
| 3532 | 2026-06-23T23:10:40.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-06-23T23:10:40.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-06-23T23:10:40.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-06-23T23:10:40.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3536 | 2026-06-23T23:10:40.563Z | |
| 3537 | 2026-06-23T23:10:40.563Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296) |
| 3538 | 2026-06-23T23:10:41.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-06-23T23:10:41.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-06-23T23:10:41.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-06-23T23:10:41.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3542 | 2026-06-23T23:10:41.109Z | |
| 3543 | 2026-06-23T23:10:41.109Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296) |
| 3544 | 2026-06-23T23:10:41.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-06-23T23:10:41.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-06-23T23:10:41.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-06-23T23:10:41.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3548 | 2026-06-23T23:10:41.655Z | |
| 3549 | 2026-06-23T23:10:41.655Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296) |
| 3550 | 2026-06-23T23:10:42.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-06-23T23:10:42.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-06-23T23:10:42.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-06-23T23:10:42.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3554 | 2026-06-23T23:10:42.200Z | |
| 3555 | 2026-06-23T23:10:42.200Z | info: running `cargo check --bins` on oximeter-producer (173/296) |
| 3556 | 2026-06-23T23:10:42.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-06-23T23:10:42.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-06-23T23:10:42.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-06-23T23:10:42.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3560 | 2026-06-23T23:10:42.764Z | |
| 3561 | 2026-06-23T23:10:42.764Z | info: running `cargo check --bins` on internal-dns-resolver (174/296) |
| 3562 | 2026-06-23T23:10:43.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-06-23T23:10:43.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-06-23T23:10:43.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-06-23T23:10:43.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3566 | 2026-06-23T23:10:43.292Z | |
| 3567 | 2026-06-23T23:10:43.292Z | info: running `cargo check --bins` on dns-server (175/296) |
| 3568 | 2026-06-23T23:10:43.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-06-23T23:10:43.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-06-23T23:10:43.885Z | Compiling parking_lot_core v0.8.6 |
| 3571 | 2026-06-23T23:10:43.885Z | Compiling git-stub v1.0.0 |
| 3572 | 2026-06-23T23:10:43.888Z | Checking prefix-trie v0.7.0 |
| 3573 | 2026-06-23T23:10:43.888Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3574 | 2026-06-23T23:10:44.109Z | Compiling git-stub-vcs v0.1.0 |
| 3575 | 2026-06-23T23:10:44.272Z | Checking hickory-server v0.25.2 |
| 3576 | 2026-06-23T23:10:44.389Z | Checking parking_lot v0.11.2 |
| 3577 | 2026-06-23T23:10:44.397Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3578 | 2026-06-23T23:10:44.460Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3579 | 2026-06-23T23:10:44.460Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3580 | 2026-06-23T23:10:44.560Z | Checking sled v0.34.7 |
| 3581 | 2026-06-23T23:10:46.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
| 3582 | 2026-06-23T23:10:46.624Z | |
| 3583 | 2026-06-23T23:10:46.624Z | info: running `cargo check --bins` on dns-server-api (176/296) |
| 3584 | 2026-06-23T23:10:47.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2026-06-23T23:10:47.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2026-06-23T23:10:47.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2026-06-23T23:10:47.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3588 | 2026-06-23T23:10:47.139Z | |
| 3589 | 2026-06-23T23:10:47.139Z | info: running `cargo check --bins` on oximeter-producer-api (177/296) |
| 3590 | 2026-06-23T23:10:47.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2026-06-23T23:10:47.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2026-06-23T23:10:47.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3593 | 2026-06-23T23:10:47.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3594 | 2026-06-23T23:10:47.660Z | |
| 3595 | 2026-06-23T23:10:47.660Z | info: running `cargo check --bins` on sp-sim (178/296) |
| 3596 | 2026-06-23T23:10:48.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2026-06-23T23:10:48.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2026-06-23T23:10:48.321Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3599 | 2026-06-23T23:10:50.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
| 3600 | 2026-06-23T23:10:50.266Z | |
| 3601 | 2026-06-23T23:10:50.266Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296) |
| 3602 | 2026-06-23T23:10:50.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2026-06-23T23:10:50.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2026-06-23T23:10:50.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3605 | 2026-06-23T23:10:50.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3606 | 2026-06-23T23:10:50.847Z | |
| 3607 | 2026-06-23T23:10:50.847Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296) |
| 3608 | 2026-06-23T23:10:51.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2026-06-23T23:10:51.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2026-06-23T23:10:51.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3611 | 2026-06-23T23:10:51.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3612 | 2026-06-23T23:10:51.426Z | |
| 3613 | 2026-06-23T23:10:51.426Z | info: running `cargo check --bins` on db-macros (181/296) |
| 3614 | 2026-06-23T23:10:51.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2026-06-23T23:10:51.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2026-06-23T23:10:51.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3617 | 2026-06-23T23:10:51.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3618 | 2026-06-23T23:10:51.935Z | |
| 3619 | 2026-06-23T23:10:51.935Z | info: running `cargo check --bins` on nexus-macros-common (182/296) |
| 3620 | 2026-06-23T23:10:52.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2026-06-23T23:10:52.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2026-06-23T23:10:52.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3623 | 2026-06-23T23:10:52.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3624 | 2026-06-23T23:10:52.447Z | |
| 3625 | 2026-06-23T23:10:52.447Z | info: running `cargo check --bins` on nexus-auth (183/296) |
| 3626 | 2026-06-23T23:10:52.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2026-06-23T23:10:52.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2026-06-23T23:10:52.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3629 | 2026-06-23T23:10:52.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3630 | 2026-06-23T23:10:53.021Z | |
| 3631 | 2026-06-23T23:10:53.021Z | info: running `cargo check --bins` on authz-macros (184/296) |
| 3632 | 2026-06-23T23:10:53.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3633 | 2026-06-23T23:10:53.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3634 | 2026-06-23T23:10:53.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3635 | 2026-06-23T23:10:53.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3636 | 2026-06-23T23:10:53.532Z | |
| 3637 | 2026-06-23T23:10:53.532Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/296) |
| 3638 | 2026-06-23T23:10:54.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3639 | 2026-06-23T23:10:54.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3640 | 2026-06-23T23:10:54.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3641 | 2026-06-23T23:10:54.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3642 | 2026-06-23T23:10:54.101Z | |
| 3643 | 2026-06-23T23:10:54.101Z | info: running `cargo check --bins` on nexus-db-model (186/296) |
| 3644 | 2026-06-23T23:10:54.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3645 | 2026-06-23T23:10:54.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3646 | 2026-06-23T23:10:54.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3647 | 2026-06-23T23:10:54.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3648 | 2026-06-23T23:10:54.666Z | |
| 3649 | 2026-06-23T23:10:54.667Z | info: running `cargo check --bins` on nexus-db-schema (187/296) |
| 3650 | 2026-06-23T23:10:55.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2026-06-23T23:10:55.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2026-06-23T23:10:55.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3653 | 2026-06-23T23:10:55.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3654 | 2026-06-23T23:10:55.178Z | |
| 3655 | 2026-06-23T23:10:55.178Z | info: running `cargo check --bins` on omicron-rpaths (188/296) |
| 3656 | 2026-06-23T23:10:55.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2026-06-23T23:10:55.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2026-06-23T23:10:55.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3659 | 2026-06-23T23:10:55.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3660 | 2026-06-23T23:10:55.686Z | |
| 3661 | 2026-06-23T23:10:55.686Z | info: running `cargo check --bins` on nexus-defaults (189/296) |
| 3662 | 2026-06-23T23:10:56.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3663 | 2026-06-23T23:10:56.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3664 | 2026-06-23T23:10:56.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3665 | 2026-06-23T23:10:56.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3666 | 2026-06-23T23:10:56.208Z | |
| 3667 | 2026-06-23T23:10:56.208Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/296) |
| 3668 | 2026-06-23T23:10:56.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3669 | 2026-06-23T23:10:56.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3670 | 2026-06-23T23:10:56.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3671 | 2026-06-23T23:10:56.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3672 | 2026-06-23T23:10:56.723Z | |
| 3673 | 2026-06-23T23:10:56.723Z | info: running `cargo check --bins` on parallel-task-set (191/296) |
| 3674 | 2026-06-23T23:10:57.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2026-06-23T23:10:57.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2026-06-23T23:10:57.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3677 | 2026-06-23T23:10:57.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3678 | 2026-06-23T23:10:57.232Z | |
| 3679 | 2026-06-23T23:10:57.232Z | info: running `cargo check --bins` on omicron-git-version (192/296) |
| 3680 | 2026-06-23T23:10:57.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3681 | 2026-06-23T23:10:57.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3682 | 2026-06-23T23:10:57.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3683 | 2026-06-23T23:10:57.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3684 | 2026-06-23T23:10:57.740Z | |
| 3685 | 2026-06-23T23:10:57.740Z | info: running `cargo check --bins` on nexus-db-errors (193/296) |
| 3686 | 2026-06-23T23:10:58.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3687 | 2026-06-23T23:10:58.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3688 | 2026-06-23T23:10:58.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3689 | 2026-06-23T23:10:58.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3690 | 2026-06-23T23:10:58.316Z | |
| 3691 | 2026-06-23T23:10:58.316Z | info: running `cargo check --bins` on nexus-db-lookup (194/296) |
| 3692 | 2026-06-23T23:10:58.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3693 | 2026-06-23T23:10:58.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3694 | 2026-06-23T23:10:58.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3695 | 2026-06-23T23:10:58.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3696 | 2026-06-23T23:10:58.892Z | |
| 3697 | 2026-06-23T23:10:58.893Z | info: running `cargo check --bins` on nexus-inventory (195/296) |
| 3698 | 2026-06-23T23:10:59.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3699 | 2026-06-23T23:10:59.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3700 | 2026-06-23T23:10:59.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3701 | 2026-06-23T23:10:59.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3702 | 2026-06-23T23:10:59.459Z | |
| 3703 | 2026-06-23T23:10:59.459Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296) |
| 3704 | 2026-06-23T23:10:59.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3705 | 2026-06-23T23:10:59.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3706 | 2026-06-23T23:10:59.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3707 | 2026-06-23T23:10:59.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3708 | 2026-06-23T23:11:00.006Z | |
| 3709 | 2026-06-23T23:11:00.006Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/296) |
| 3710 | 2026-06-23T23:11:00.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3711 | 2026-06-23T23:11:00.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3712 | 2026-06-23T23:11:00.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3713 | 2026-06-23T23:11:00.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3714 | 2026-06-23T23:11:00.548Z | |
| 3715 | 2026-06-23T23:11:00.548Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296) |
| 3716 | 2026-06-23T23:11:01.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-06-23T23:11:01.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-06-23T23:11:01.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3719 | 2026-06-23T23:11:01.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3720 | 2026-06-23T23:11:01.090Z | |
| 3721 | 2026-06-23T23:11:01.090Z | info: running `cargo check --bins` on key-manager (199/296) |
| 3722 | 2026-06-23T23:11:01.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2026-06-23T23:11:01.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2026-06-23T23:11:01.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3725 | 2026-06-23T23:11:01.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3726 | 2026-06-23T23:11:01.612Z | |
| 3727 | 2026-06-23T23:11:01.612Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/296) |
| 3728 | 2026-06-23T23:11:02.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2026-06-23T23:11:02.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2026-06-23T23:11:02.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3731 | 2026-06-23T23:11:02.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3732 | 2026-06-23T23:11:02.155Z | |
| 3733 | 2026-06-23T23:11:02.155Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296) |
| 3734 | 2026-06-23T23:11:02.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2026-06-23T23:11:02.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2026-06-23T23:11:02.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3737 | 2026-06-23T23:11:02.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3738 | 2026-06-23T23:11:02.692Z | |
| 3739 | 2026-06-23T23:11:02.692Z | info: running `cargo check --bins` on typed-rng (202/296) |
| 3740 | 2026-06-23T23:11:03.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-06-23T23:11:03.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-06-23T23:11:03.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3743 | 2026-06-23T23:11:03.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3744 | 2026-06-23T23:11:03.198Z | |
| 3745 | 2026-06-23T23:11:03.198Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296) |
| 3746 | 2026-06-23T23:11:03.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2026-06-23T23:11:03.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2026-06-23T23:11:03.978Z | Compiling libefi-sys v0.1.0 |
| 3749 | 2026-06-23T23:11:03.981Z | Compiling bitfield-struct v0.6.2 |
| 3750 | 2026-06-23T23:11:04.117Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3751 | 2026-06-23T23:11:04.126Z | Compiling xshell-macros v0.2.7 |
| 3752 | 2026-06-23T23:11:04.135Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3753 | 2026-06-23T23:11:04.145Z | Compiling salty v0.3.0 |
| 3754 | 2026-06-23T23:11:04.158Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3755 | 2026-06-23T23:11:04.171Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3756 | 2026-06-23T23:11:04.183Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3757 | 2026-06-23T23:11:04.296Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3758 | 2026-06-23T23:11:04.454Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3759 | 2026-06-23T23:11:04.476Z | Checking primeorder v0.13.6 |
| 3760 | 2026-06-23T23:11:04.479Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3761 | 2026-06-23T23:11:04.503Z | Checking xshell v0.2.7 |
| 3762 | 2026-06-23T23:11:04.608Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3763 | 2026-06-23T23:11:04.622Z | Checking tungstenite v0.21.0 |
| 3764 | 2026-06-23T23:11:04.698Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3765 | 2026-06-23T23:11:04.720Z | Checking p384 v0.13.1 |
| 3766 | 2026-06-23T23:11:04.733Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3767 | 2026-06-23T23:11:04.816Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3768 | 2026-06-23T23:11:04.829Z | Compiling num-derive v0.3.3 |
| 3769 | 2026-06-23T23:11:04.881Z | Compiling proc-macro-error2 v2.0.1 |
| 3770 | 2026-06-23T23:11:04.964Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3771 | 2026-06-23T23:11:04.981Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3772 | 2026-06-23T23:11:05.045Z | Checking tokio-tungstenite v0.21.0 |
| 3773 | 2026-06-23T23:11:05.184Z | Compiling tabled_derive v0.11.0 |
| 3774 | 2026-06-23T23:11:05.198Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3775 | 2026-06-23T23:11:05.201Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3776 | 2026-06-23T23:11:05.269Z | Checking papergrid v0.17.0 |
| 3777 | 2026-06-23T23:11:05.326Z | Compiling progenitor-impl v0.13.0 |
| 3778 | 2026-06-23T23:11:05.342Z | Checking testing_table v0.3.0 |
| 3779 | 2026-06-23T23:11:05.356Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3780 | 2026-06-23T23:11:05.434Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3781 | 2026-06-23T23:11:05.477Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3782 | 2026-06-23T23:11:05.637Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3783 | 2026-06-23T23:11:05.673Z | Checking corncobs v0.1.4 |
| 3784 | 2026-06-23T23:11:05.714Z | Checking libscf-sys v1.1.0 |
| 3785 | 2026-06-23T23:11:05.799Z | Compiling unicase v2.9.0 |
| 3786 | 2026-06-23T23:11:05.827Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3787 | 2026-06-23T23:11:05.842Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3788 | 2026-06-23T23:11:06.002Z | Compiling mime_guess v2.0.5 |
| 3789 | 2026-06-23T23:11:06.049Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3790 | 2026-06-23T23:11:06.081Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3791 | 2026-06-23T23:11:06.084Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3792 | 2026-06-23T23:11:06.108Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3793 | 2026-06-23T23:11:06.122Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3794 | 2026-06-23T23:11:06.351Z | Checking tabled v0.20.0 |
| 3795 | 2026-06-23T23:11:06.422Z | Checking progenitor-client v0.13.0 |
| 3796 | 2026-06-23T23:11:06.550Z | Checking secrecy v0.8.0 |
| 3797 | 2026-06-23T23:11:06.659Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3798 | 2026-06-23T23:11:06.659Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3799 | 2026-06-23T23:11:06.801Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3800 | 2026-06-23T23:11:06.901Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3801 | 2026-06-23T23:11:07.023Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3802 | 2026-06-23T23:11:07.117Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3803 | 2026-06-23T23:11:07.201Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3804 | 2026-06-23T23:11:07.263Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3805 | 2026-06-23T23:11:07.277Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3806 | 2026-06-23T23:11:07.387Z | Checking filetime v0.2.27 |
| 3807 | 2026-06-23T23:11:07.429Z | Checking xattr v1.6.1 |
| 3808 | 2026-06-23T23:11:07.564Z | Checking crc8 v0.1.1 |
| 3809 | 2026-06-23T23:11:07.659Z | Checking http-range v0.1.5 |
| 3810 | 2026-06-23T23:11:07.674Z | Checking tar v0.4.45 |
| 3811 | 2026-06-23T23:11:07.787Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3812 | 2026-06-23T23:11:07.880Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3813 | 2026-06-23T23:11:07.946Z | Compiling progenitor-macro v0.13.0 |
| 3814 | 2026-06-23T23:11:07.970Z | Checking illumos-nvpair v0.3.0 |
| 3815 | 2026-06-23T23:11:07.985Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3816 | 2026-06-23T23:11:08.063Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3817 | 2026-06-23T23:11:08.126Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3818 | 2026-06-23T23:11:08.151Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3819 | 2026-06-23T23:11:08.423Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3820 | 2026-06-23T23:11:08.446Z | Checking atty v0.2.14 |
| 3821 | 2026-06-23T23:11:08.542Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3822 | 2026-06-23T23:11:08.557Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3823 | 2026-06-23T23:11:08.725Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3824 | 2026-06-23T23:11:08.738Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3825 | 2026-06-23T23:11:08.755Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3826 | 2026-06-23T23:11:08.773Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3827 | 2026-06-23T23:11:08.875Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3828 | 2026-06-23T23:11:09.044Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3829 | 2026-06-23T23:11:09.062Z | Checking hyper-staticfile v0.10.1 |
| 3830 | 2026-06-23T23:11:09.137Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3831 | 2026-06-23T23:11:09.264Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3832 | 2026-06-23T23:11:09.354Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3833 | 2026-06-23T23:11:09.392Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3834 | 2026-06-23T23:11:09.665Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3835 | 2026-06-23T23:11:09.704Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3836 | 2026-06-23T23:11:09.949Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3837 | 2026-06-23T23:11:10.250Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3838 | 2026-06-23T23:11:10.979Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3839 | 2026-06-23T23:11:11.461Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3840 | 2026-06-23T23:11:11.890Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3841 | 2026-06-23T23:11:12.049Z | Checking progenitor v0.13.0 |
| 3842 | 2026-06-23T23:11:12.185Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3843 | 2026-06-23T23:11:14.111Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3844 | 2026-06-23T23:11:17.538Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3845 | 2026-06-23T23:11:28.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.48s |
| 3846 | 2026-06-23T23:11:28.890Z | |
| 3847 | 2026-06-23T23:11:28.890Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296) |
| 3848 | 2026-06-23T23:11:29.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2026-06-23T23:11:29.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2026-06-23T23:11:29.615Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3851 | 2026-06-23T23:11:40.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s |
| 3852 | 2026-06-23T23:11:40.690Z | |
| 3853 | 2026-06-23T23:11:40.690Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296) |
| 3854 | 2026-06-23T23:11:41.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-06-23T23:11:41.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-06-23T23:11:41.418Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3857 | 2026-06-23T23:11:52.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s |
| 3858 | 2026-06-23T23:11:52.487Z | |
| 3859 | 2026-06-23T23:11:52.487Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296) |
| 3860 | 2026-06-23T23:11:52.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-06-23T23:11:52.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-06-23T23:11:53.212Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3863 | 2026-06-23T23:12:04.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s |
| 3864 | 2026-06-23T23:12:04.310Z | |
| 3865 | 2026-06-23T23:12:04.310Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296) |
| 3866 | 2026-06-23T23:12:04.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-06-23T23:12:04.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-06-23T23:12:05.037Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3869 | 2026-06-23T23:12:15.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s |
| 3870 | 2026-06-23T23:12:16.162Z | |
| 3871 | 2026-06-23T23:12:16.162Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296) |
| 3872 | 2026-06-23T23:12:16.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-06-23T23:12:16.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-06-23T23:12:16.882Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3875 | 2026-06-23T23:12:27.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s |
| 3876 | 2026-06-23T23:12:28.044Z | |
| 3877 | 2026-06-23T23:12:28.044Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296) |
| 3878 | 2026-06-23T23:12:28.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-06-23T23:12:28.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-06-23T23:12:28.765Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3881 | 2026-06-23T23:12:39.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s |
| 3882 | 2026-06-23T23:12:39.822Z | |
| 3883 | 2026-06-23T23:12:39.822Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296) |
| 3884 | 2026-06-23T23:12:40.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2026-06-23T23:12:40.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2026-06-23T23:12:40.543Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3887 | 2026-06-23T23:12:51.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s |
| 3888 | 2026-06-23T23:12:51.619Z | |
| 3889 | 2026-06-23T23:12:51.619Z | info: running `cargo check --bins` on bootstrap-agent-api (211/296) |
| 3890 | 2026-06-23T23:12:52.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2026-06-23T23:12:52.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2026-06-23T23:12:52.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3893 | 2026-06-23T23:12:52.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3894 | 2026-06-23T23:12:52.151Z | |
| 3895 | 2026-06-23T23:12:52.151Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296) |
| 3896 | 2026-06-23T23:12:52.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2026-06-23T23:12:52.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2026-06-23T23:12:52.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2026-06-23T23:12:52.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3900 | 2026-06-23T23:12:52.685Z | |
| 3901 | 2026-06-23T23:12:52.685Z | info: running `cargo check --bins` on range-requests (213/296) |
| 3902 | 2026-06-23T23:12:53.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-06-23T23:12:53.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-06-23T23:12:53.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-06-23T23:12:53.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3906 | 2026-06-23T23:12:53.209Z | |
| 3907 | 2026-06-23T23:12:53.209Z | info: running `cargo check --bins` on repo-depot-api (214/296) |
| 3908 | 2026-06-23T23:12:53.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-06-23T23:12:53.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-06-23T23:12:53.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3911 | 2026-06-23T23:12:53.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3912 | 2026-06-23T23:12:53.735Z | |
| 3913 | 2026-06-23T23:12:53.735Z | info: running `cargo check --bins` on sled-agent-api (215/296) |
| 3914 | 2026-06-23T23:12:54.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2026-06-23T23:12:54.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2026-06-23T23:12:54.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3917 | 2026-06-23T23:12:54.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3918 | 2026-06-23T23:12:54.283Z | |
| 3919 | 2026-06-23T23:12:54.284Z | info: running `cargo check --bins` on sled-diagnostics (216/296) |
| 3920 | 2026-06-23T23:12:54.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2026-06-23T23:12:54.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2026-06-23T23:12:54.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3923 | 2026-06-23T23:12:54.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3924 | 2026-06-23T23:12:54.827Z | |
| 3925 | 2026-06-23T23:12:54.827Z | info: running `cargo check --bins` on zfs-test-harness (217/296) |
| 3926 | 2026-06-23T23:12:55.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2026-06-23T23:12:55.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2026-06-23T23:12:55.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2026-06-23T23:12:55.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3930 | 2026-06-23T23:12:55.373Z | |
| 3931 | 2026-06-23T23:12:55.373Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296) |
| 3932 | 2026-06-23T23:12:55.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-06-23T23:12:55.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-06-23T23:12:55.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3935 | 2026-06-23T23:12:55.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3936 | 2026-06-23T23:12:55.926Z | |
| 3937 | 2026-06-23T23:12:55.926Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296) |
| 3938 | 2026-06-23T23:12:56.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-06-23T23:12:56.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-06-23T23:12:56.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2026-06-23T23:12:56.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3942 | 2026-06-23T23:12:56.474Z | |
| 3943 | 2026-06-23T23:12:56.474Z | info: running `cargo check --bins` on sled-agent-early-networking (220/296) |
| 3944 | 2026-06-23T23:12:56.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-06-23T23:12:56.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-06-23T23:12:56.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2026-06-23T23:12:56.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3948 | 2026-06-23T23:12:57.027Z | |
| 3949 | 2026-06-23T23:12:57.027Z | info: running `cargo check --bins` on sled-agent-health-monitor (221/296) |
| 3950 | 2026-06-23T23:12:57.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-06-23T23:12:57.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-06-23T23:12:57.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2026-06-23T23:12:57.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3954 | 2026-06-23T23:12:57.568Z | |
| 3955 | 2026-06-23T23:12:57.568Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296) |
| 3956 | 2026-06-23T23:12:58.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-06-23T23:12:58.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-06-23T23:12:58.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-06-23T23:12:58.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3960 | 2026-06-23T23:12:58.121Z | |
| 3961 | 2026-06-23T23:12:58.121Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296) |
| 3962 | 2026-06-23T23:12:58.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-06-23T23:12:58.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-06-23T23:12:58.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2026-06-23T23:12:58.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3966 | 2026-06-23T23:12:58.674Z | |
| 3967 | 2026-06-23T23:12:58.674Z | info: running `cargo check --bins` on sled-agent-resolvable-files (224/296) |
| 3968 | 2026-06-23T23:12:59.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-06-23T23:12:59.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-06-23T23:12:59.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3971 | 2026-06-23T23:12:59.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3972 | 2026-06-23T23:12:59.230Z | |
| 3973 | 2026-06-23T23:12:59.230Z | info: running `cargo check --bins` on sled-agent-rack-setup (225/296) |
| 3974 | 2026-06-23T23:12:59.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-06-23T23:12:59.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-06-23T23:12:59.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-06-23T23:12:59.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3978 | 2026-06-23T23:12:59.805Z | |
| 3979 | 2026-06-23T23:12:59.805Z | info: running `cargo check --bins` on trust-quorum (226/296) |
| 3980 | 2026-06-23T23:13:00.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-06-23T23:13:00.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-06-23T23:13:00.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-06-23T23:13:00.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3984 | 2026-06-23T23:13:00.355Z | |
| 3985 | 2026-06-23T23:13:00.355Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296) |
| 3986 | 2026-06-23T23:13:00.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-06-23T23:13:00.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-06-23T23:13:00.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-06-23T23:13:00.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3990 | 2026-06-23T23:13:00.917Z | |
| 3991 | 2026-06-23T23:13:00.917Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (228/296) |
| 3992 | 2026-06-23T23:13:01.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-06-23T23:13:01.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-06-23T23:13:01.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-06-23T23:13:01.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3996 | 2026-06-23T23:13:01.498Z | |
| 3997 | 2026-06-23T23:13:01.498Z | info: running `cargo check --bins` on update-common (229/296) |
| 3998 | 2026-06-23T23:13:01.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-06-23T23:13:01.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-06-23T23:13:01.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-06-23T23:13:01.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4002 | 2026-06-23T23:13:02.036Z | |
| 4003 | 2026-06-23T23:13:02.036Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296) |
| 4004 | 2026-06-23T23:13:02.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-06-23T23:13:02.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-06-23T23:13:02.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-06-23T23:13:02.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4008 | 2026-06-23T23:13:02.624Z | |
| 4009 | 2026-06-23T23:13:02.624Z | info: running `cargo check --bins` on omicron-deployment-graph (231/296) |
| 4010 | 2026-06-23T23:13:03.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-06-23T23:13:03.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-06-23T23:13:03.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-06-23T23:13:03.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4014 | 2026-06-23T23:13:03.136Z | |
| 4015 | 2026-06-23T23:13:03.136Z | info: running `cargo check --bins` on reconfigurator-cli (232/296) |
| 4016 | 2026-06-23T23:13:03.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-06-23T23:13:03.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-06-23T23:13:03.854Z | Compiling fs-err v2.11.0 |
| 4019 | 2026-06-23T23:13:03.858Z | Checking ignore v0.4.25 |
| 4020 | 2026-06-23T23:13:03.858Z | Checking arc-swap v1.8.2 |
| 4021 | 2026-06-23T23:13:03.983Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4022 | 2026-06-23T23:13:03.983Z | Checking predicates-tree v1.0.13 |
| 4023 | 2026-06-23T23:13:03.987Z | Checking parse-size v1.1.0 |
| 4024 | 2026-06-23T23:13:04.008Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4025 | 2026-06-23T23:13:04.019Z | Checking rand_seeder v0.4.0 |
| 4026 | 2026-06-23T23:13:04.085Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4027 | 2026-06-23T23:13:04.105Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4028 | 2026-06-23T23:13:04.158Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4029 | 2026-06-23T23:13:04.180Z | Checking slog-scope v4.4.1 |
| 4030 | 2026-06-23T23:13:04.214Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4031 | 2026-06-23T23:13:04.298Z | Compiling petname v2.0.2 |
| 4032 | 2026-06-23T23:13:04.311Z | Checking slog-stdlog v4.1.1 |
| 4033 | 2026-06-23T23:13:04.323Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4034 | 2026-06-23T23:13:04.357Z | Checking globwalk v0.9.1 |
| 4035 | 2026-06-23T23:13:04.405Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4036 | 2026-06-23T23:13:04.427Z | Checking slog-envlogger v2.2.0 |
| 4037 | 2026-06-23T23:13:04.537Z | Checking camino-tempfile-ext v0.3.3 |
| 4038 | 2026-06-23T23:13:04.577Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4039 | 2026-06-23T23:13:04.627Z | Checking sapling-renderdag v0.1.0 |
| 4040 | 2026-06-23T23:13:04.731Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4041 | 2026-06-23T23:13:04.768Z | Checking subprocess v0.2.15 |
| 4042 | 2026-06-23T23:13:04.865Z | Checking sync-ptr v0.1.4 |
| 4043 | 2026-06-23T23:13:04.938Z | Checking colored v2.2.0 |
| 4044 | 2026-06-23T23:13:04.978Z | Checking assert_matches v1.5.0 |
| 4045 | 2026-06-23T23:13:05.048Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4046 | 2026-06-23T23:13:05.250Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4047 | 2026-06-23T23:13:05.253Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4048 | 2026-06-23T23:13:05.854Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4049 | 2026-06-23T23:13:07.182Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4050 | 2026-06-23T23:13:09.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s |
| 4051 | 2026-06-23T23:13:09.567Z | |
| 4052 | 2026-06-23T23:13:09.567Z | info: running `cargo check --bins` on omicron-repl-utils (233/296) |
| 4053 | 2026-06-23T23:13:10.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-06-23T23:13:10.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-06-23T23:13:10.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-06-23T23:13:10.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4057 | 2026-06-23T23:13:10.085Z | |
| 4058 | 2026-06-23T23:13:10.085Z | info: running `cargo check --bins` on transient-dns-server (234/296) |
| 4059 | 2026-06-23T23:13:10.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-06-23T23:13:10.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-06-23T23:13:10.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-06-23T23:13:10.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4063 | 2026-06-23T23:13:10.617Z | |
| 4064 | 2026-06-23T23:13:10.617Z | info: running `cargo check --bins` on nexus-test-interface (235/296) |
| 4065 | 2026-06-23T23:13:11.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-06-23T23:13:11.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-06-23T23:13:11.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-06-23T23:13:11.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4069 | 2026-06-23T23:13:11.197Z | |
| 4070 | 2026-06-23T23:13:11.197Z | info: running `cargo check --bins` on oximeter-collector (236/296) |
| 4071 | 2026-06-23T23:13:11.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-06-23T23:13:11.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-06-23T23:13:11.864Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4074 | 2026-06-23T23:13:11.865Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4075 | 2026-06-23T23:13:12.502Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4076 | 2026-06-23T23:13:14.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s |
| 4077 | 2026-06-23T23:13:14.243Z | |
| 4078 | 2026-06-23T23:13:14.243Z | info: running `cargo check --bins` on oximeter-api (237/296) |
| 4079 | 2026-06-23T23:13:14.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4080 | 2026-06-23T23:13:14.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4081 | 2026-06-23T23:13:14.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4082 | 2026-06-23T23:13:14.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4083 | 2026-06-23T23:13:14.770Z | |
| 4084 | 2026-06-23T23:13:14.770Z | info: running `cargo check --bins` on cert-dev (238/296) |
| 4085 | 2026-06-23T23:13:15.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4086 | 2026-06-23T23:13:15.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4087 | 2026-06-23T23:13:15.318Z | Checking yasna v0.5.2 |
| 4088 | 2026-06-23T23:13:15.714Z | Checking rcgen v0.12.1 |
| 4089 | 2026-06-23T23:13:15.959Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4090 | 2026-06-23T23:13:16.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4091 | 2026-06-23T23:13:16.302Z | |
| 4092 | 2026-06-23T23:13:16.302Z | info: running `cargo check --bins` on clickana (239/296) |
| 4093 | 2026-06-23T23:13:16.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-06-23T23:13:16.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-06-23T23:13:16.894Z | Compiling darling_core v0.23.0 |
| 4096 | 2026-06-23T23:13:16.995Z | Compiling instability v0.3.11 |
| 4097 | 2026-06-23T23:13:17.003Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4098 | 2026-06-23T23:13:17.006Z | Checking castaway v0.2.4 |
| 4099 | 2026-06-23T23:13:17.009Z | Compiling indoc v2.0.7 |
| 4100 | 2026-06-23T23:13:17.021Z | Checking unicode-truncate v1.1.0 |
| 4101 | 2026-06-23T23:13:17.024Z | Checking lru v0.12.5 |
| 4102 | 2026-06-23T23:13:17.024Z | Checking cassowary v0.3.0 |
| 4103 | 2026-06-23T23:13:17.089Z | Checking compact_str v0.8.1 |
| 4104 | 2026-06-23T23:13:18.314Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4105 | 2026-06-23T23:13:18.421Z | Compiling darling_macro v0.23.0 |
| 4106 | 2026-06-23T23:13:18.495Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4107 | 2026-06-23T23:13:18.841Z | Compiling darling v0.23.0 |
| 4108 | 2026-06-23T23:13:19.467Z | Checking ratatui v0.29.0 |
| 4109 | 2026-06-23T23:13:20.535Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4110 | 2026-06-23T23:13:21.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s |
| 4111 | 2026-06-23T23:13:21.353Z | |
| 4112 | 2026-06-23T23:13:21.353Z | info: running `cargo check --bins` on clickhouse-cluster-dev (240/296) |
| 4113 | 2026-06-23T23:13:21.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4114 | 2026-06-23T23:13:21.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4115 | 2026-06-23T23:13:22.016Z | Checking headers-core v0.3.0 |
| 4116 | 2026-06-23T23:13:22.019Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4117 | 2026-06-23T23:13:22.207Z | Checking headers v0.4.1 |
| 4118 | 2026-06-23T23:13:22.570Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4119 | 2026-06-23T23:13:23.433Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4120 | 2026-06-23T23:13:23.917Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4121 | 2026-06-23T23:13:24.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
| 4122 | 2026-06-23T23:13:24.499Z | |
| 4123 | 2026-06-23T23:13:24.499Z | info: running `cargo check --bins` on ch-dev (241/296) |
| 4124 | 2026-06-23T23:13:24.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4125 | 2026-06-23T23:13:24.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4126 | 2026-06-23T23:13:25.166Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4127 | 2026-06-23T23:13:25.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4128 | 2026-06-23T23:13:26.075Z | |
| 4129 | 2026-06-23T23:13:26.075Z | info: running `cargo check --bins` on dev-tools-common (242/296) |
| 4130 | 2026-06-23T23:13:26.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-06-23T23:13:26.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-06-23T23:13:26.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4133 | 2026-06-23T23:13:26.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 4134 | 2026-06-23T23:13:26.461Z | |
| 4135 | 2026-06-23T23:13:26.461Z | info: running `cargo check --bins` on crdb-seed (243/296) |
| 4136 | 2026-06-23T23:13:26.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4137 | 2026-06-23T23:13:26.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4138 | 2026-06-23T23:13:27.118Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4139 | 2026-06-23T23:13:28.109Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4140 | 2026-06-23T23:13:28.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
| 4141 | 2026-06-23T23:13:28.621Z | |
| 4142 | 2026-06-23T23:13:28.621Z | info: running `cargo check --bins` on db-dev (244/296) |
| 4143 | 2026-06-23T23:13:29.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2026-06-23T23:13:29.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2026-06-23T23:13:29.283Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4146 | 2026-06-23T23:13:30.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4147 | 2026-06-23T23:13:30.199Z | |
| 4148 | 2026-06-23T23:13:30.199Z | info: running `cargo check --bins` on omicron-dev-lib (245/296) |
| 4149 | 2026-06-23T23:13:30.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-06-23T23:13:30.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-06-23T23:13:30.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4152 | 2026-06-23T23:13:30.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4153 | 2026-06-23T23:13:30.761Z | |
| 4154 | 2026-06-23T23:13:30.761Z | info: running `cargo check --bins` on xtask-downloader (246/296) |
| 4155 | 2026-06-23T23:13:31.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-06-23T23:13:31.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-06-23T23:13:31.313Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4158 | 2026-06-23T23:13:32.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 4159 | 2026-06-23T23:13:32.159Z | |
| 4160 | 2026-06-23T23:13:32.159Z | info: running `cargo check --bins` on omicron-dropshot-apis (247/296) |
| 4161 | 2026-06-23T23:13:32.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-06-23T23:13:32.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-06-23T23:13:32.847Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4164 | 2026-06-23T23:13:32.847Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4165 | 2026-06-23T23:13:32.851Z | Checking git-stub v1.0.0 |
| 4166 | 2026-06-23T23:13:32.851Z | Compiling trait-variant v0.1.2 |
| 4167 | 2026-06-23T23:13:32.851Z | Checking is_ci v1.2.0 |
| 4168 | 2026-06-23T23:13:32.851Z | Checking maplit v1.0.2 |
| 4169 | 2026-06-23T23:13:32.961Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4170 | 2026-06-23T23:13:32.979Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4171 | 2026-06-23T23:13:33.029Z | Checking drift v0.2.0 |
| 4172 | 2026-06-23T23:13:33.053Z | Checking supports-color v3.0.2 |
| 4173 | 2026-06-23T23:13:33.120Z | Checking git-stub-vcs v0.1.0 |
| 4174 | 2026-06-23T23:13:33.171Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4175 | 2026-06-23T23:13:33.207Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4176 | 2026-06-23T23:13:33.229Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4177 | 2026-06-23T23:13:33.313Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4178 | 2026-06-23T23:13:33.378Z | Checking dropshot-api-manager v0.7.2 |
| 4179 | 2026-06-23T23:13:33.420Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4180 | 2026-06-23T23:13:33.451Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4181 | 2026-06-23T23:13:33.487Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4182 | 2026-06-23T23:13:33.699Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4183 | 2026-06-23T23:13:34.217Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4184 | 2026-06-23T23:13:35.162Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4185 | 2026-06-23T23:13:36.389Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4186 | 2026-06-23T23:13:36.980Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4187 | 2026-06-23T23:13:37.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s |
| 4188 | 2026-06-23T23:13:37.600Z | |
| 4189 | 2026-06-23T23:13:37.600Z | info: running `cargo check --bins` on installinator-api (248/296) |
| 4190 | 2026-06-23T23:13:38.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4191 | 2026-06-23T23:13:38.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4192 | 2026-06-23T23:13:38.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4193 | 2026-06-23T23:13:38.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4194 | 2026-06-23T23:13:38.123Z | |
| 4195 | 2026-06-23T23:13:38.123Z | info: running `cargo check --bins` on nexus-external-api (249/296) |
| 4196 | 2026-06-23T23:13:38.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4197 | 2026-06-23T23:13:38.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4198 | 2026-06-23T23:13:38.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4199 | 2026-06-23T23:13:38.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4200 | 2026-06-23T23:13:38.687Z | |
| 4201 | 2026-06-23T23:13:38.687Z | info: running `cargo check --bins` on nexus-internal-api (250/296) |
| 4202 | 2026-06-23T23:13:39.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2026-06-23T23:13:39.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2026-06-23T23:13:39.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4205 | 2026-06-23T23:13:39.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4206 | 2026-06-23T23:13:39.252Z | |
| 4207 | 2026-06-23T23:13:39.252Z | info: running `cargo check --bins` on nexus-lockstep-api (251/296) |
| 4208 | 2026-06-23T23:13:39.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-06-23T23:13:39.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-06-23T23:13:39.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4211 | 2026-06-23T23:13:39.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4212 | 2026-06-23T23:13:39.818Z | |
| 4213 | 2026-06-23T23:13:39.818Z | info: running `cargo check --bins` on ntp-admin-api (252/296) |
| 4214 | 2026-06-23T23:13:40.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4215 | 2026-06-23T23:13:40.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4216 | 2026-06-23T23:13:40.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4217 | 2026-06-23T23:13:40.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4218 | 2026-06-23T23:13:40.347Z | |
| 4219 | 2026-06-23T23:13:40.347Z | info: running `cargo check --bins` on ntp-admin-types-versions (253/296) |
| 4220 | 2026-06-23T23:13:40.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4221 | 2026-06-23T23:13:40.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4222 | 2026-06-23T23:13:40.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4223 | 2026-06-23T23:13:40.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4224 | 2026-06-23T23:13:40.865Z | |
| 4225 | 2026-06-23T23:13:40.865Z | info: running `cargo check --bins` on wicketd-api (254/296) |
| 4226 | 2026-06-23T23:13:41.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4227 | 2026-06-23T23:13:41.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4228 | 2026-06-23T23:13:41.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4229 | 2026-06-23T23:13:41.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4230 | 2026-06-23T23:13:41.410Z | |
| 4231 | 2026-06-23T23:13:41.410Z | info: running `cargo check --bins` on omicron-ls-apis (255/296) |
| 4232 | 2026-06-23T23:13:41.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4233 | 2026-06-23T23:13:41.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4234 | 2026-06-23T23:13:41.963Z | Checking typeid v1.0.3 |
| 4235 | 2026-06-23T23:13:42.070Z | Checking ordered-float v2.10.1 |
| 4236 | 2026-06-23T23:13:42.089Z | Checking unicode-xid v0.2.6 |
| 4237 | 2026-06-23T23:13:42.100Z | Checking cargo-platform v0.2.0 |
| 4238 | 2026-06-23T23:13:42.110Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4239 | 2026-06-23T23:13:42.134Z | Checking erased-serde v0.4.9 |
| 4240 | 2026-06-23T23:13:42.270Z | Checking serde-value v0.7.0 |
| 4241 | 2026-06-23T23:13:42.446Z | Checking serde-untagged v0.1.9 |
| 4242 | 2026-06-23T23:13:42.599Z | Checking cargo-util-schemas v0.8.2 |
| 4243 | 2026-06-23T23:13:43.285Z | Checking cargo_metadata v0.21.0 |
| 4244 | 2026-06-23T23:13:43.886Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4245 | 2026-06-23T23:13:44.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 4246 | 2026-06-23T23:13:44.781Z | |
| 4247 | 2026-06-23T23:13:44.781Z | info: running `cargo check --bins` on mgs-dev (256/296) |
| 4248 | 2026-06-23T23:13:45.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4249 | 2026-06-23T23:13:45.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4250 | 2026-06-23T23:13:45.453Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4251 | 2026-06-23T23:13:46.057Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4252 | 2026-06-23T23:13:46.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4253 | 2026-06-23T23:13:46.727Z | |
| 4254 | 2026-06-23T23:13:46.727Z | info: running `cargo check --bins` on omicron-omdb (257/296) |
| 4255 | 2026-06-23T23:13:47.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4256 | 2026-06-23T23:13:47.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4257 | 2026-06-23T23:13:47.623Z | Compiling vergen-lib v0.1.6 |
| 4258 | 2026-06-23T23:13:47.623Z | Compiling diesel_derives v2.3.7 |
| 4259 | 2026-06-23T23:13:47.623Z | Compiling dsl_auto_type v0.2.0 |
| 4260 | 2026-06-23T23:13:47.623Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4261 | 2026-06-23T23:13:47.627Z | Checking scheduled-thread-pool v0.2.7 |
| 4262 | 2026-06-23T23:13:47.627Z | Compiling vergen-gitcl v1.0.8 |
| 4263 | 2026-06-23T23:13:47.627Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4264 | 2026-06-23T23:13:47.627Z | Compiling dirs-sys-next v0.1.2 |
| 4265 | 2026-06-23T23:13:47.940Z | Compiling crunchy v0.2.4 |
| 4266 | 2026-06-23T23:13:47.956Z | Compiling glob v0.3.3 |
| 4267 | 2026-06-23T23:13:47.986Z | Checking r2d2 v0.8.10 |
| 4268 | 2026-06-23T23:13:48.005Z | Compiling dirs-next v2.0.0 |
| 4269 | 2026-06-23T23:13:48.056Z | Checking downcast-rs v2.0.2 |
| 4270 | 2026-06-23T23:13:48.125Z | Compiling tiny-keccak v2.0.2 |
| 4271 | 2026-06-23T23:13:48.149Z | Compiling term v0.7.0 |
| 4272 | 2026-06-23T23:13:48.164Z | Compiling bit-vec v0.6.3 |
| 4273 | 2026-06-23T23:13:48.336Z | Compiling clang-sys v1.8.1 |
| 4274 | 2026-06-23T23:13:48.377Z | Compiling bit-set v0.5.3 |
| 4275 | 2026-06-23T23:13:48.399Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4276 | 2026-06-23T23:13:48.537Z | Compiling ascii-canvas v3.0.0 |
| 4277 | 2026-06-23T23:13:48.582Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4278 | 2026-06-23T23:13:48.711Z | Compiling itertools v0.10.5 |
| 4279 | 2026-06-23T23:13:48.729Z | Compiling ena v0.14.4 |
| 4280 | 2026-06-23T23:13:48.745Z | Compiling libloading v0.8.9 |
| 4281 | 2026-06-23T23:13:48.761Z | Compiling diff v0.1.13 |
| 4282 | 2026-06-23T23:13:48.776Z | Compiling regex-syntax v0.6.29 |
| 4283 | 2026-06-23T23:13:48.862Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4284 | 2026-06-23T23:13:48.939Z | Compiling bindgen v0.71.1 |
| 4285 | 2026-06-23T23:13:49.041Z | Compiling cexpr v0.6.0 |
| 4286 | 2026-06-23T23:13:49.407Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4287 | 2026-06-23T23:13:49.485Z | Compiling rustc-hash v2.1.1 |
| 4288 | 2026-06-23T23:13:49.637Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4289 | 2026-06-23T23:13:49.740Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4290 | 2026-06-23T23:13:49.784Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4291 | 2026-06-23T23:13:49.810Z | Compiling libxml v0.3.3 |
| 4292 | 2026-06-23T23:13:50.052Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4293 | 2026-06-23T23:13:50.069Z | Compiling strum_macros v0.24.3 |
| 4294 | 2026-06-23T23:13:50.086Z | Compiling indoc v1.0.9 |
| 4295 | 2026-06-23T23:13:50.240Z | Compiling lalrpop v0.19.12 |
| 4296 | 2026-06-23T23:13:50.945Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4297 | 2026-06-23T23:13:51.136Z | Checking derive_builder v0.20.2 |
| 4298 | 2026-06-23T23:13:51.255Z | Compiling oso-derive v0.27.3 |
| 4299 | 2026-06-23T23:13:51.420Z | Checking quick-xml v0.37.5 |
| 4300 | 2026-06-23T23:13:51.491Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4301 | 2026-06-23T23:13:51.758Z | Checking openssl-probe v0.1.6 |
| 4302 | 2026-06-23T23:13:51.899Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4303 | 2026-06-23T23:13:52.312Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4304 | 2026-06-23T23:13:52.504Z | Checking bb8 v0.8.6 |
| 4305 | 2026-06-23T23:13:52.620Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4306 | 2026-06-23T23:13:52.624Z | Compiling libz-sys v1.1.24 |
| 4307 | 2026-06-23T23:13:52.784Z | Checking nonempty v0.12.0 |
| 4308 | 2026-06-23T23:13:52.834Z | Compiling strsim v0.10.0 |
| 4309 | 2026-06-23T23:13:52.952Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4310 | 2026-06-23T23:13:53.036Z | Compiling darling_core v0.13.4 |
| 4311 | 2026-06-23T23:13:53.166Z | Compiling vergen-git2 v9.1.0 |
| 4312 | 2026-06-23T23:13:53.202Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4313 | 2026-06-23T23:13:53.391Z | Compiling rustls v0.21.12 |
| 4314 | 2026-06-23T23:13:53.407Z | Compiling base64 v0.21.7 |
| 4315 | 2026-06-23T23:13:53.624Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4316 | 2026-06-23T23:13:53.730Z | Compiling ron v0.8.1 |
| 4317 | 2026-06-23T23:13:53.791Z | Checking diesel v2.3.7 |
| 4318 | 2026-06-23T23:13:54.657Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4319 | 2026-06-23T23:13:54.758Z | Checking rustls-webpki v0.101.7 |
| 4320 | 2026-06-23T23:13:54.847Z | Checking sct v0.7.1 |
| 4321 | 2026-06-23T23:13:54.961Z | Compiling darling_macro v0.13.4 |
| 4322 | 2026-06-23T23:13:55.016Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4323 | 2026-06-23T23:13:55.437Z | Compiling darling v0.13.4 |
| 4324 | 2026-06-23T23:13:55.530Z | Compiling serde_with_macros v1.5.2 |
| 4325 | 2026-06-23T23:13:55.880Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4326 | 2026-06-23T23:13:56.380Z | Compiling serde_with v1.14.0 |
| 4327 | 2026-06-23T23:13:56.419Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4328 | 2026-06-23T23:13:57.523Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4329 | 2026-06-23T23:13:57.547Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4330 | 2026-06-23T23:13:58.215Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4331 | 2026-06-23T23:13:58.882Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4332 | 2026-06-23T23:13:59.076Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4333 | 2026-06-23T23:13:59.100Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4334 | 2026-06-23T23:13:59.158Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4335 | 2026-06-23T23:13:59.258Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4336 | 2026-06-23T23:13:59.285Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4337 | 2026-06-23T23:13:59.344Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4338 | 2026-06-23T23:13:59.627Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4339 | 2026-06-23T23:13:59.631Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4340 | 2026-06-23T23:13:59.641Z | Checking tokio-rustls v0.24.1 |
| 4341 | 2026-06-23T23:13:59.853Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4342 | 2026-06-23T23:14:00.439Z | Checking rustls-pemfile v1.0.4 |
| 4343 | 2026-06-23T23:14:00.479Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4344 | 2026-06-23T23:14:00.581Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4345 | 2026-06-23T23:14:00.710Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4346 | 2026-06-23T23:14:00.767Z | Checking twox-hash v2.1.2 |
| 4347 | 2026-06-23T23:14:01.063Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4348 | 2026-06-23T23:14:01.080Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4349 | 2026-06-23T23:14:01.117Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4350 | 2026-06-23T23:14:01.478Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4351 | 2026-06-23T23:14:01.637Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4352 | 2026-06-23T23:14:02.779Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4353 | 2026-06-23T23:14:02.936Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4354 | 2026-06-23T23:14:03.111Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4355 | 2026-06-23T23:14:03.610Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4356 | 2026-06-23T23:14:03.797Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4357 | 2026-06-23T23:14:03.990Z | Checking console v0.16.2 |
| 4358 | 2026-06-23T23:14:04.300Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4359 | 2026-06-23T23:14:04.448Z | Checking fatfs v0.3.6 |
| 4360 | 2026-06-23T23:14:04.609Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4361 | 2026-06-23T23:14:04.932Z | Compiling seq-macro v0.3.6 |
| 4362 | 2026-06-23T23:14:05.446Z | Checking unit-prefix v0.5.2 |
| 4363 | 2026-06-23T23:14:05.583Z | Checking indicatif v0.18.4 |
| 4364 | 2026-06-23T23:14:05.887Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4365 | 2026-06-23T23:14:05.941Z | Checking support-bundle-viewer v0.1.2 |
| 4366 | 2026-06-23T23:14:05.973Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4367 | 2026-06-23T23:14:06.187Z | Checking multimap v0.10.1 |
| 4368 | 2026-06-23T23:14:11.886Z | Checking diesel-dtrace v0.5.0 |
| 4369 | 2026-06-23T23:14:12.150Z | Checking async-bb8-diesel v0.2.1 |
| 4370 | 2026-06-23T23:14:14.927Z | Compiling samael v0.0.19 |
| 4371 | 2026-06-23T23:14:20.572Z | Compiling git2 v0.20.4 |
| 4372 | 2026-06-23T23:14:21.921Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4373 | 2026-06-23T23:14:22.757Z | Compiling polar-core v0.27.3 |
| 4374 | 2026-06-23T23:14:23.055Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4375 | 2026-06-23T23:14:27.267Z | Checking oso v0.27.3 |
| 4376 | 2026-06-23T23:14:56.718Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4377 | 2026-06-23T23:16:11.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
| 4378 | 2026-06-23T23:16:11.281Z | |
| 4379 | 2026-06-23T23:16:11.281Z | info: running `cargo check --bins` on nexus-networking (258/296) |
| 4380 | 2026-06-23T23:16:11.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4381 | 2026-06-23T23:16:11.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4382 | 2026-06-23T23:16:11.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4383 | 2026-06-23T23:16:11.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4384 | 2026-06-23T23:16:11.901Z | |
| 4385 | 2026-06-23T23:16:11.901Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (259/296) |
| 4386 | 2026-06-23T23:16:12.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4387 | 2026-06-23T23:16:12.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4388 | 2026-06-23T23:16:12.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4389 | 2026-06-23T23:16:12.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4390 | 2026-06-23T23:16:12.481Z | |
| 4391 | 2026-06-23T23:16:12.481Z | info: running `cargo check --bins` on nexus-saga-recovery (260/296) |
| 4392 | 2026-06-23T23:16:12.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4393 | 2026-06-23T23:16:12.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4394 | 2026-06-23T23:16:12.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4395 | 2026-06-23T23:16:12.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4396 | 2026-06-23T23:16:13.065Z | |
| 4397 | 2026-06-23T23:16:13.065Z | info: running `cargo check --bins` on nexus-test-utils-macros (261/296) |
| 4398 | 2026-06-23T23:16:13.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4399 | 2026-06-23T23:16:13.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4400 | 2026-06-23T23:16:13.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4401 | 2026-06-23T23:16:13.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4402 | 2026-06-23T23:16:13.581Z | |
| 4403 | 2026-06-23T23:16:13.581Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (262/296) |
| 4404 | 2026-06-23T23:16:14.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4405 | 2026-06-23T23:16:14.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4406 | 2026-06-23T23:16:14.365Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4407 | 2026-06-23T23:16:15.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4408 | 2026-06-23T23:16:15.290Z | |
| 4409 | 2026-06-23T23:16:15.290Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/296) |
| 4410 | 2026-06-23T23:16:15.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4411 | 2026-06-23T23:16:15.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4412 | 2026-06-23T23:16:16.058Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4413 | 2026-06-23T23:16:54.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.13s |
| 4414 | 2026-06-23T23:16:54.630Z | |
| 4415 | 2026-06-23T23:16:54.630Z | info: running `cargo check --bins` on nexus-background-task-interface (264/296) |
| 4416 | 2026-06-23T23:16:55.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4417 | 2026-06-23T23:16:55.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4418 | 2026-06-23T23:16:55.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4419 | 2026-06-23T23:16:55.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4420 | 2026-06-23T23:16:55.141Z | |
| 4421 | 2026-06-23T23:16:55.141Z | info: running `cargo check --bins --no-default-features` on nexus-fm (265/296) |
| 4422 | 2026-06-23T23:16:55.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4423 | 2026-06-23T23:16:55.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4424 | 2026-06-23T23:16:55.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4425 | 2026-06-23T23:16:55.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4426 | 2026-06-23T23:16:55.708Z | |
| 4427 | 2026-06-23T23:16:55.708Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/296) |
| 4428 | 2026-06-23T23:16:56.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4429 | 2026-06-23T23:16:56.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4430 | 2026-06-23T23:16:56.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4431 | 2026-06-23T23:16:56.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4432 | 2026-06-23T23:16:56.295Z | |
| 4433 | 2026-06-23T23:16:56.295Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (267/296) |
| 4434 | 2026-06-23T23:16:56.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4435 | 2026-06-23T23:16:56.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4436 | 2026-06-23T23:16:56.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4437 | 2026-06-23T23:16:56.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4438 | 2026-06-23T23:16:56.876Z | |
| 4439 | 2026-06-23T23:16:56.876Z | info: running `cargo check --bins` on nexus-mgs-updates (268/296) |
| 4440 | 2026-06-23T23:16:57.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4441 | 2026-06-23T23:16:57.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4442 | 2026-06-23T23:16:57.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4443 | 2026-06-23T23:16:57.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4444 | 2026-06-23T23:16:57.445Z | |
| 4445 | 2026-06-23T23:16:57.445Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (269/296) |
| 4446 | 2026-06-23T23:16:57.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4447 | 2026-06-23T23:16:57.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4448 | 2026-06-23T23:16:57.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4449 | 2026-06-23T23:16:57.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4450 | 2026-06-23T23:16:58.039Z | |
| 4451 | 2026-06-23T23:16:58.039Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/296) |
| 4452 | 2026-06-23T23:16:58.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4453 | 2026-06-23T23:16:58.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4454 | 2026-06-23T23:16:58.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4455 | 2026-06-23T23:16:58.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4456 | 2026-06-23T23:16:58.621Z | |
| 4457 | 2026-06-23T23:16:58.621Z | info: running `cargo check --bins` on support-bundle-collection (271/296) |
| 4458 | 2026-06-23T23:16:59.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4459 | 2026-06-23T23:16:59.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4460 | 2026-06-23T23:16:59.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4461 | 2026-06-23T23:16:59.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4462 | 2026-06-23T23:16:59.203Z | |
| 4463 | 2026-06-23T23:16:59.204Z | info: running `cargo check --bins` on omicron-dev (272/296) |
| 4464 | 2026-06-23T23:16:59.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4465 | 2026-06-23T23:16:59.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4466 | 2026-06-23T23:17:00.043Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4467 | 2026-06-23T23:17:00.043Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4468 | 2026-06-23T23:17:00.194Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4469 | 2026-06-23T23:17:00.211Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4470 | 2026-06-23T23:17:00.225Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4471 | 2026-06-23T23:17:00.238Z | Checking diff v0.1.13 |
| 4472 | 2026-06-23T23:17:00.241Z | Checking yansi v1.0.1 |
| 4473 | 2026-06-23T23:17:00.264Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4474 | 2026-06-23T23:17:00.355Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4475 | 2026-06-23T23:17:00.481Z | Checking pretty_assertions v1.4.1 |
| 4476 | 2026-06-23T23:17:01.222Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4477 | 2026-06-23T23:17:01.280Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4478 | 2026-06-23T23:17:25.919Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4479 | 2026-06-23T23:17:25.922Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4480 | 2026-06-23T23:17:25.922Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4481 | 2026-06-23T23:17:25.922Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4482 | 2026-06-23T23:17:25.922Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4483 | 2026-06-23T23:17:25.922Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4484 | 2026-06-23T23:17:26.737Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4485 | 2026-06-23T23:17:26.740Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4486 | 2026-06-23T23:17:27.956Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4487 | 2026-06-23T23:18:06.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4488 | 2026-06-23T23:18:06.344Z | |
| 4489 | 2026-06-23T23:18:06.344Z | info: running `cargo check --bins` on omicron-pins (273/296) |
| 4490 | 2026-06-23T23:18:06.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4491 | 2026-06-23T23:18:06.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4492 | 2026-06-23T23:18:06.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4493 | 2026-06-23T23:18:06.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4494 | 2026-06-23T23:18:06.855Z | |
| 4495 | 2026-06-23T23:18:06.855Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (274/296) |
| 4496 | 2026-06-23T23:18:07.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4497 | 2026-06-23T23:18:07.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4498 | 2026-06-23T23:18:07.575Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4499 | 2026-06-23T23:18:07.692Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4500 | 2026-06-23T23:18:07.695Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4501 | 2026-06-23T23:18:34.576Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4502 | 2026-06-23T23:18:34.951Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4503 | 2026-06-23T23:18:36.651Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4504 | 2026-06-23T23:18:37.094Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4505 | 2026-06-23T23:18:40.058Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4506 | 2026-06-23T23:19:03.799Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4507 | 2026-06-23T23:19:04.496Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4508 | 2026-06-23T23:19:06.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.27s |
| 4509 | 2026-06-23T23:19:06.322Z | |
| 4510 | 2026-06-23T23:19:06.322Z | info: running `cargo check --bins` on reconfigurator-sp-updater (275/296) |
| 4511 | 2026-06-23T23:19:06.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4512 | 2026-06-23T23:19:06.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4513 | 2026-06-23T23:19:06.982Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4514 | 2026-06-23T23:19:07.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4515 | 2026-06-23T23:19:07.826Z | |
| 4516 | 2026-06-23T23:19:07.826Z | info: running `cargo check --bins` on omicron-releng (276/296) |
| 4517 | 2026-06-23T23:19:08.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4518 | 2026-06-23T23:19:08.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4519 | 2026-06-23T23:19:08.416Z | Compiling blake3 v1.8.5 |
| 4520 | 2026-06-23T23:19:08.519Z | Checking constant_time_eq v0.4.2 |
| 4521 | 2026-06-23T23:19:08.522Z | Checking arrayvec v0.7.6 |
| 4522 | 2026-06-23T23:19:08.522Z | Checking arrayref v0.3.9 |
| 4523 | 2026-06-23T23:19:08.538Z | Checking topological-sort v0.2.2 |
| 4524 | 2026-06-23T23:19:08.541Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4525 | 2026-06-23T23:19:08.541Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4526 | 2026-06-23T23:19:08.541Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4527 | 2026-06-23T23:19:08.585Z | Checking shell-words v1.1.1 |
| 4528 | 2026-06-23T23:19:09.397Z | Checking omicron-zone-package v0.12.2 |
| 4529 | 2026-06-23T23:19:10.121Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4530 | 2026-06-23T23:19:10.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
| 4531 | 2026-06-23T23:19:11.163Z | |
| 4532 | 2026-06-23T23:19:11.163Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (277/296) |
| 4533 | 2026-06-23T23:19:11.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4534 | 2026-06-23T23:19:11.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4535 | 2026-06-23T23:19:11.746Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4536 | 2026-06-23T23:19:12.063Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4537 | 2026-06-23T23:19:12.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4538 | 2026-06-23T23:19:12.630Z | |
| 4539 | 2026-06-23T23:19:12.630Z | info: running `cargo check --bins` on schema (278/296) |
| 4540 | 2026-06-23T23:19:13.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4541 | 2026-06-23T23:19:13.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4542 | 2026-06-23T23:19:13.305Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4543 | 2026-06-23T23:19:13.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4544 | 2026-06-23T23:19:14.162Z | |
| 4545 | 2026-06-23T23:19:14.162Z | info: running `cargo check --bins` on xtask (279/296) |
| 4546 | 2026-06-23T23:19:14.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4547 | 2026-06-23T23:19:14.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4548 | 2026-06-23T23:19:14.548Z | Checking libc v0.2.185 |
| 4549 | 2026-06-23T23:19:14.551Z | Checking serde v1.0.228 |
| 4550 | 2026-06-23T23:19:14.627Z | Checking zerofrom v0.1.6 |
| 4551 | 2026-06-23T23:19:14.633Z | Checking bitflags v2.11.0 |
| 4552 | 2026-06-23T23:19:14.637Z | Checking smallvec v1.15.1 |
| 4553 | 2026-06-23T23:19:14.642Z | Checking indexmap v2.14.0 |
| 4554 | 2026-06-23T23:19:14.651Z | Checking serde_json v1.0.149 |
| 4555 | 2026-06-23T23:19:14.655Z | Checking num-traits v0.2.19 |
| 4556 | 2026-06-23T23:19:14.725Z | Checking yoke v0.8.1 |
| 4557 | 2026-06-23T23:19:14.773Z | Checking scroll v0.12.0 |
| 4558 | 2026-06-23T23:19:14.805Z | Checking thiserror v1.0.69 |
| 4559 | 2026-06-23T23:19:14.890Z | Checking zerovec v0.11.5 |
| 4560 | 2026-06-23T23:19:14.901Z | Checking zerotrie v0.2.3 |
| 4561 | 2026-06-23T23:19:14.910Z | Checking errno v0.3.14 |
| 4562 | 2026-06-23T23:19:14.994Z | Checking log v0.4.29 |
| 4563 | 2026-06-23T23:19:15.019Z | Checking rustix v1.1.3 |
| 4564 | 2026-06-23T23:19:15.022Z | Checking toml_datetime v0.6.11 |
| 4565 | 2026-06-23T23:19:15.133Z | Checking serde_spanned v0.6.9 |
| 4566 | 2026-06-23T23:19:15.142Z | Checking percent-encoding v2.3.2 |
| 4567 | 2026-06-23T23:19:15.163Z | Checking zerocopy v0.7.35 |
| 4568 | 2026-06-23T23:19:15.171Z | Checking ordered-float v2.10.1 |
| 4569 | 2026-06-23T23:19:15.196Z | Checking goblin v0.8.2 |
| 4570 | 2026-06-23T23:19:15.245Z | Checking getrandom v0.4.1 |
| 4571 | 2026-06-23T23:19:15.256Z | Checking toml_edit v0.22.27 |
| 4572 | 2026-06-23T23:19:15.270Z | Checking form_urlencoded v1.2.2 |
| 4573 | 2026-06-23T23:19:15.324Z | Checking tinystr v0.8.2 |
| 4574 | 2026-06-23T23:19:15.373Z | Checking potential_utf v0.1.4 |
| 4575 | 2026-06-23T23:19:15.389Z | Checking serde-value v0.7.0 |
| 4576 | 2026-06-23T23:19:15.400Z | Checking thiserror v2.0.18 |
| 4577 | 2026-06-23T23:19:15.495Z | Checking icu_collections v2.1.1 |
| 4578 | 2026-06-23T23:19:15.498Z | Checking icu_locale_core v2.1.1 |
| 4579 | 2026-06-23T23:19:15.498Z | Checking syn v2.0.117 |
| 4580 | 2026-06-23T23:19:15.589Z | Checking dtrace-parser v0.2.0 |
| 4581 | 2026-06-23T23:19:15.652Z | Checking thread-id v4.2.2 |
| 4582 | 2026-06-23T23:19:15.730Z | Checking once_cell v1.21.3 |
| 4583 | 2026-06-23T23:19:15.805Z | Checking cargo-platform v0.2.0 |
| 4584 | 2026-06-23T23:19:15.823Z | Checking memmap v0.7.0 |
| 4585 | 2026-06-23T23:19:15.834Z | Checking terminal_size v0.4.3 |
| 4586 | 2026-06-23T23:19:15.903Z | Checking tempfile v3.25.0 |
| 4587 | 2026-06-23T23:19:15.947Z | Checking fs-err v3.3.0 |
| 4588 | 2026-06-23T23:19:15.962Z | Checking clap_builder v4.6.0 |
| 4589 | 2026-06-23T23:19:15.976Z | Checking textwrap v0.16.2 |
| 4590 | 2026-06-23T23:19:16.056Z | Checking icu_provider v2.1.1 |
| 4591 | 2026-06-23T23:19:16.093Z | Checking camino-tempfile v1.4.1 |
| 4592 | 2026-06-23T23:19:16.121Z | Checking tabled v0.15.0 |
| 4593 | 2026-06-23T23:19:16.186Z | Checking anyhow v1.0.102 |
| 4594 | 2026-06-23T23:19:16.243Z | Checking macaddr v1.0.1 |
| 4595 | 2026-06-23T23:19:16.291Z | Checking icu_normalizer v2.1.1 |
| 4596 | 2026-06-23T23:19:16.369Z | Checking icu_properties v2.1.2 |
| 4597 | 2026-06-23T23:19:16.381Z | Checking toml v0.8.23 |
| 4598 | 2026-06-23T23:19:16.418Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4599 | 2026-06-23T23:19:16.687Z | Checking cargo_toml v0.21.0 |
| 4600 | 2026-06-23T23:19:17.064Z | Checking dof v0.3.0 |
| 4601 | 2026-06-23T23:19:17.161Z | Checking clap v4.6.1 |
| 4602 | 2026-06-23T23:19:17.187Z | Checking idna_adapter v1.2.1 |
| 4603 | 2026-06-23T23:19:17.299Z | Checking idna v1.1.0 |
| 4604 | 2026-06-23T23:19:17.324Z | Checking usdt-impl v0.5.0 |
| 4605 | 2026-06-23T23:19:17.519Z | Checking url v2.5.8 |
| 4606 | 2026-06-23T23:19:17.567Z | Checking usdt v0.5.0 |
| 4607 | 2026-06-23T23:19:17.863Z | Checking cargo-util-schemas v0.8.2 |
| 4608 | 2026-06-23T23:19:18.556Z | Checking cargo_metadata v0.21.0 |
| 4609 | 2026-06-23T23:19:19.159Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4610 | 2026-06-23T23:19:19.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
| 4611 | 2026-06-23T23:19:19.681Z | |
| 4612 | 2026-06-23T23:19:19.681Z | info: running `cargo check --bins` on dnsadm (280/296) |
| 4613 | 2026-06-23T23:19:20.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4614 | 2026-06-23T23:19:20.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4615 | 2026-06-23T23:19:20.268Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4616 | 2026-06-23T23:19:20.735Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4617 | 2026-06-23T23:19:21.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4618 | 2026-06-23T23:19:21.290Z | |
| 4619 | 2026-06-23T23:19:21.290Z | info: running `cargo check --bins` on end-to-end-tests (281/296) |
| 4620 | 2026-06-23T23:19:21.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4621 | 2026-06-23T23:19:21.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4622 | 2026-06-23T23:19:22.039Z | Checking polyval v0.6.2 |
| 4623 | 2026-06-23T23:19:22.155Z | Checking ctr v0.9.2 |
| 4624 | 2026-06-23T23:19:22.164Z | Checking ssh-encoding v0.2.0 |
| 4625 | 2026-06-23T23:19:22.164Z | Checking blowfish v0.9.1 |
| 4626 | 2026-06-23T23:19:22.183Z | Checking password-hash v0.4.2 |
| 4627 | 2026-06-23T23:19:22.194Z | Checking p521 v0.13.3 |
| 4628 | 2026-06-23T23:19:22.198Z | Checking p256 v0.13.2 |
| 4629 | 2026-06-23T23:19:22.219Z | Checking russh-cryptovec v0.7.3 |
| 4630 | 2026-06-23T23:19:22.296Z | Checking bcrypt-pbkdf v0.10.0 |
| 4631 | 2026-06-23T23:19:22.300Z | Checking ghash v0.5.1 |
| 4632 | 2026-06-23T23:19:22.300Z | Checking md5 v0.7.0 |
| 4633 | 2026-06-23T23:19:22.372Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4634 | 2026-06-23T23:19:22.388Z | Checking num-bigint v0.4.6 |
| 4635 | 2026-06-23T23:19:22.394Z | Checking pbkdf2 v0.11.0 |
| 4636 | 2026-06-23T23:19:22.427Z | Checking des v0.8.1 |
| 4637 | 2026-06-23T23:19:22.449Z | Checking aes-gcm v0.10.3 |
| 4638 | 2026-06-23T23:19:22.484Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4639 | 2026-06-23T23:19:22.518Z | Checking hex-literal v0.4.1 |
| 4640 | 2026-06-23T23:19:22.552Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4641 | 2026-06-23T23:19:22.583Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4642 | 2026-06-23T23:19:22.597Z | Checking ssh-cipher v0.2.0 |
| 4643 | 2026-06-23T23:19:22.611Z | Checking internet-checksum v0.2.1 |
| 4644 | 2026-06-23T23:19:22.760Z | Checking ssh-key v0.6.7 |
| 4645 | 2026-06-23T23:19:22.841Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4646 | 2026-06-23T23:19:23.396Z | Checking russh-keys v0.45.0 |
| 4647 | 2026-06-23T23:19:23.944Z | Checking russh v0.45.0 |
| 4648 | 2026-06-23T23:19:40.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.01s |
| 4649 | 2026-06-23T23:19:40.497Z | |
| 4650 | 2026-06-23T23:19:40.497Z | info: running `cargo check --bins` on gateway-cli (282/296) |
| 4651 | 2026-06-23T23:19:40.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4652 | 2026-06-23T23:19:40.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4653 | 2026-06-23T23:19:41.092Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4654 | 2026-06-23T23:19:41.195Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4655 | 2026-06-23T23:19:41.203Z | Checking termios v0.3.3 |
| 4656 | 2026-06-23T23:19:42.419Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4657 | 2026-06-23T23:19:42.566Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4658 | 2026-06-23T23:19:44.241Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4659 | 2026-06-23T23:19:44.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
| 4660 | 2026-06-23T23:19:44.971Z | |
| 4661 | 2026-06-23T23:19:44.971Z | info: running `cargo check --bins --no-default-features` on installinator (283/296) |
| 4662 | 2026-06-23T23:19:45.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4663 | 2026-06-23T23:19:45.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4664 | 2026-06-23T23:19:45.629Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4665 | 2026-06-23T23:19:45.633Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4666 | 2026-06-23T23:19:45.744Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4667 | 2026-06-23T23:19:45.748Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4668 | 2026-06-23T23:19:45.757Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4669 | 2026-06-23T23:19:45.760Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4670 | 2026-06-23T23:19:46.501Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4671 | 2026-06-23T23:19:46.835Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4672 | 2026-06-23T23:19:46.835Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4673 | 2026-06-23T23:19:47.641Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4674 | 2026-06-23T23:19:49.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
| 4675 | 2026-06-23T23:19:49.345Z | |
| 4676 | 2026-06-23T23:19:49.345Z | info: running `cargo check --bins` on internal-dns-cli (284/296) |
| 4677 | 2026-06-23T23:19:49.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4678 | 2026-06-23T23:19:49.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4679 | 2026-06-23T23:19:49.904Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4680 | 2026-06-23T23:19:50.376Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4681 | 2026-06-23T23:19:50.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4682 | 2026-06-23T23:19:50.900Z | |
| 4683 | 2026-06-23T23:19:50.900Z | info: running `cargo check --bins` on omicron-live-tests (285/296) |
| 4684 | 2026-06-23T23:19:51.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4685 | 2026-06-23T23:19:51.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4686 | 2026-06-23T23:19:51.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4687 | 2026-06-23T23:19:51.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4688 | 2026-06-23T23:19:51.356Z | |
| 4689 | 2026-06-23T23:19:51.356Z | info: running `cargo check --bins` on live-tests-macros (286/296) |
| 4690 | 2026-06-23T23:19:51.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4691 | 2026-06-23T23:19:51.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4692 | 2026-06-23T23:19:51.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4693 | 2026-06-23T23:19:51.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4694 | 2026-06-23T23:19:51.862Z | |
| 4695 | 2026-06-23T23:19:51.862Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (287/296) |
| 4696 | 2026-06-23T23:19:52.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4697 | 2026-06-23T23:19:52.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4698 | 2026-06-23T23:19:55.385Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4699 | 2026-06-23T23:19:55.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 4700 | 2026-06-23T23:19:55.404Z | |
| 4701 | 2026-06-23T23:19:55.404Z | info: running `cargo check --bins` on omicron-ntp-admin (288/296) |
| 4702 | 2026-06-23T23:19:55.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4703 | 2026-06-23T23:19:55.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4704 | 2026-06-23T23:19:55.404Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4705 | 2026-06-23T23:19:55.404Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4706 | 2026-06-23T23:19:55.404Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4707 | 2026-06-23T23:19:55.405Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4708 | 2026-06-23T23:19:55.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4709 | 2026-06-23T23:19:55.405Z | |
| 4710 | 2026-06-23T23:19:55.405Z | info: running `cargo check --bins` on ntp-admin-types (289/296) |
| 4711 | 2026-06-23T23:19:56.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4712 | 2026-06-23T23:19:56.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4713 | 2026-06-23T23:19:56.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4714 | 2026-06-23T23:19:56.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4715 | 2026-06-23T23:19:56.917Z | |
| 4716 | 2026-06-23T23:19:56.917Z | info: running `cargo check --bins` on omicron-package (290/296) |
| 4717 | 2026-06-23T23:19:56.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4718 | 2026-06-23T23:19:56.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4719 | 2026-06-23T23:19:56.917Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4720 | 2026-06-23T23:19:57.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4721 | 2026-06-23T23:19:57.786Z | |
| 4722 | 2026-06-23T23:19:57.786Z | info: running `cargo check --bins` on tqdb (291/296) |
| 4723 | 2026-06-23T23:19:58.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4724 | 2026-06-23T23:19:58.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4725 | 2026-06-23T23:19:58.277Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4726 | 2026-06-23T23:19:58.625Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4727 | 2026-06-23T23:19:59.143Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4728 | 2026-06-23T23:19:59.146Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4729 | 2026-06-23T23:20:05.146Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4730 | 2026-06-23T23:20:05.149Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4731 | 2026-06-23T23:20:05.715Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4732 | 2026-06-23T23:20:05.718Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4733 | 2026-06-23T23:20:05.718Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4734 | 2026-06-23T23:20:05.719Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4735 | 2026-06-23T23:20:06.482Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4736 | 2026-06-23T23:20:07.495Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4737 | 2026-06-23T23:20:08.291Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4738 | 2026-06-23T23:20:08.912Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4739 | 2026-06-23T23:20:13.605Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4740 | 2026-06-23T23:20:20.198Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4741 | 2026-06-23T23:20:20.201Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4742 | 2026-06-23T23:20:20.201Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4743 | 2026-06-23T23:20:20.201Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4744 | 2026-06-23T23:20:21.674Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4745 | 2026-06-23T23:20:23.026Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4746 | 2026-06-23T23:20:23.693Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4747 | 2026-06-23T23:20:24.920Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4748 | 2026-06-23T23:20:25.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.89s |
| 4749 | 2026-06-23T23:20:25.649Z | |
| 4750 | 2026-06-23T23:20:25.649Z | info: running `cargo check --bins` on wicket-dbg (292/296) |
| 4751 | 2026-06-23T23:20:26.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4752 | 2026-06-23T23:20:26.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4753 | 2026-06-23T23:20:26.311Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4754 | 2026-06-23T23:20:26.311Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4755 | 2026-06-23T23:20:26.315Z | Checking rtoolbox v0.0.3 |
| 4756 | 2026-06-23T23:20:26.434Z | Checking tui-tree-widget v0.23.1 |
| 4757 | 2026-06-23T23:20:26.530Z | Checking rpassword v7.4.0 |
| 4758 | 2026-06-23T23:20:27.604Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4759 | 2026-06-23T23:20:30.712Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4760 | 2026-06-23T23:20:32.600Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4761 | 2026-06-23T23:20:33.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.83s |
| 4762 | 2026-06-23T23:20:33.667Z | |
| 4763 | 2026-06-23T23:20:33.667Z | info: running `cargo check --bins` on wicket (293/296) |
| 4764 | 2026-06-23T23:20:34.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4765 | 2026-06-23T23:20:34.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4766 | 2026-06-23T23:20:34.314Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4767 | 2026-06-23T23:20:34.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4768 | 2026-06-23T23:20:34.837Z | |
| 4769 | 2026-06-23T23:20:34.838Z | info: running `cargo check --bins` on wicketd (294/296) |
| 4770 | 2026-06-23T23:20:35.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4771 | 2026-06-23T23:20:35.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4772 | 2026-06-23T23:20:35.504Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4773 | 2026-06-23T23:20:35.505Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4774 | 2026-06-23T23:20:35.505Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4775 | 2026-06-23T23:20:35.508Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4776 | 2026-06-23T23:20:36.488Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4777 | 2026-06-23T23:20:37.065Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4778 | 2026-06-23T23:20:40.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s |
| 4779 | 2026-06-23T23:20:40.290Z | |
| 4780 | 2026-06-23T23:20:40.290Z | info: running `cargo check --bins` on omicron-workspace-hack (295/296) |
| 4781 | 2026-06-23T23:20:40.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4782 | 2026-06-23T23:20:40.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4783 | 2026-06-23T23:20:40.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4784 | 2026-06-23T23:20:40.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4785 | 2026-06-23T23:20:40.813Z | |
| 4786 | 2026-06-23T23:20:40.813Z | info: running `cargo check --bins` on zone-setup (296/296) |
| 4787 | 2026-06-23T23:20:41.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4788 | 2026-06-23T23:20:41.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4789 | 2026-06-23T23:20:41.429Z | Checking uzers v0.12.2 |
| 4790 | 2026-06-23T23:20:41.693Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4791 | 2026-06-23T23:20:42.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
| 4792 | 2026-06-23T23:20:42.623Z | |
| 4793 | 2026-06-23T23:20:42.623Z | real 13:53.317296035 |
| 4794 | 2026-06-23T23:20:42.623Z | user 21:01.191290468 |
| 4795 | 2026-06-23T23:20:42.623Z | sys 4:08.916820156 |
| 4796 | 2026-06-23T23:20:42.623Z | trap 0.342923100 |
| 4797 | 2026-06-23T23:20:42.623Z | tflt 2.154479236 |
| 4798 | 2026-06-23T23:20:42.627Z | dflt 1.715520693 |
| 4799 | 2026-06-23T23:20:42.627Z | kflt 0.066210783 |
| 4800 | 2026-06-23T23:20:42.627Z | lock 1:18:21.348773748 |
| 4801 | 2026-06-23T23:20:42.627Z | slp 1:40:50.011755186 |
| 4802 | 2026-06-23T23:20:42.627Z | lat 54.986968369 |
| 4803 | 2026-06-23T23:20:42.627Z | stop 3:20.746686858 |
| 4804 | 2026-06-23T23:20:42.627Z | process exited: duration 961490 ms, exit code 0 |
| |
| 4805 | 2026-06-23T23:20:42.633Z | found 0 output files |