|
|
|
| 1 | 2026-06-22T00:01:39.242Z | job assigned to worker 01KVPA18PESB9W1NRC9XVBTSRA [factory aws, i-0b4b7849921b11527] (queued for 1 m 40 s) |
| |
| 2 | 2026-06-22T00:01:46.236Z | starting task 0: "setup" |
| 3 | 2026-06-22T00:01:46.242Z | ++ uname -s |
| 4 | 2026-06-22T00:01:46.249Z | + kern=SunOS |
| 5 | 2026-06-22T00:01:46.249Z | + build_user=build |
| 6 | 2026-06-22T00:01:46.249Z | + build_uid=12345 |
| 7 | 2026-06-22T00:01:46.249Z | + work_dir=/work |
| 8 | 2026-06-22T00:01:46.249Z | + input_dir=/input |
| 9 | 2026-06-22T00:01:46.249Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-22T00:01:46.249Z | + case "$kern" in |
| 11 | 2026-06-22T00:01:46.249Z | + groupadd -g 12345 build |
| 12 | 2026-06-22T00:01:46.249Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-22T00:01:48.249Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-22T00:01:48.365Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-22T00:01:48.369Z | + home_fs=zfs |
| 16 | 2026-06-22T00:01:48.369Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-22T00:01:48.369Z | + mkdir -p /home/build |
| 18 | 2026-06-22T00:01:48.369Z | + chown build:build /home/build /work |
| 19 | 2026-06-22T00:01:50.369Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-22T00:01:50.373Z | process exited: duration 4138 ms, exit code 0 |
| |
| 21 | 2026-06-22T00:01:50.379Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-22T00:01:50.383Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-22T00:01:50.383Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-22T00:01:50.383Z | * rust toolchain profile = "default" |
| 25 | 2026-06-22T00:01:50.383Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-22T00:01:50.383Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-22T00:01:50.383Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-22T00:01:50.386Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-22T00:01:50.386Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-22T00:01:50.492Z | info: downloading installer |
| 31 | 2026-06-22T00:01:51.891Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-22T00:01:51.892Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-22T00:01:51.892Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-22T00:01:51.892Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-22T00:01:51.904Z | info: profile set to default |
| 36 | 2026-06-22T00:01:51.904Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-22T00:01:51.907Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-22T00:01:52.058Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-22T00:01:52.060Z | info: downloading 6 components |
| 40 | 2026-06-22T00:02:07.276Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-22T00:02:07.276Z | |
| 42 | 2026-06-22T00:02:07.313Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-22T00:02:07.313Z | |
| 44 | 2026-06-22T00:02:07.313Z | |
| 45 | 2026-06-22T00:02:07.313Z | Rust is installed now. Great! |
| 46 | 2026-06-22T00:02:07.313Z | |
| 47 | 2026-06-22T00:02:07.313Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-22T00:02:07.313Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-22T00:02:07.314Z | |
| 50 | 2026-06-22T00:02:07.314Z | To configure your current shell, you need to source |
| 51 | 2026-06-22T00:02:07.314Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-22T00:02:07.315Z | |
| 53 | 2026-06-22T00:02:07.315Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-22T00:02:07.319Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-22T00:02:07.319Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-22T00:02:07.319Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-22T00:02:07.319Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-22T00:02:07.319Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-22T00:02:07.319Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-22T00:02:07.319Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-22T00:02:07.319Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-22T00:02:07.411Z | + rustup --version |
| 63 | 2026-06-22T00:02:07.420Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-22T00:02:07.423Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-22T00:02:07.442Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-22T00:02:07.445Z | + cargo --version |
| 67 | 2026-06-22T00:02:07.457Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-22T00:02:07.460Z | + rustc --version |
| 69 | 2026-06-22T00:02:07.480Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-22T00:02:07.483Z | process exited: duration 17103 ms, exit code 0 |
| |
| 71 | 2026-06-22T00:02:07.489Z | starting task 2: "authentication" |
| 72 | 2026-06-22T00:02:07.505Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-22T00:02:07.511Z | starting task 3: "clone repository" |
| 74 | 2026-06-22T00:02:07.514Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-22T00:02:07.518Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-22T00:02:07.549Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-22T00:02:17.369Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-22T00:02:17.369Z | + git fetch origin fc23f741b02dac1cb248a822364aa93d35acc57a |
| 79 | 2026-06-22T00:02:17.640Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-22T00:02:17.640Z | * branch fc23f741b02dac1cb248a822364aa93d35acc57a -> FETCH_HEAD |
| 81 | 2026-06-22T00:02:17.649Z | + [[ -n sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids ]] |
| 82 | 2026-06-22T00:02:17.652Z | ++ git branch --show-current |
| 83 | 2026-06-22T00:02:17.652Z | + current=main |
| 84 | 2026-06-22T00:02:17.652Z | + [[ main != sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids ]] |
| 85 | 2026-06-22T00:02:17.652Z | + git branch -f sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids fc23f741b02dac1cb248a822364aa93d35acc57a |
| 86 | 2026-06-22T00:02:17.655Z | + git checkout -f sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids |
| 87 | 2026-06-22T00:02:17.891Z | Switched to branch 'sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids' |
| 88 | 2026-06-22T00:02:17.894Z | + git reset --hard fc23f741b02dac1cb248a822364aa93d35acc57a |
| 89 | 2026-06-22T00:02:18.133Z | HEAD is now at fc23f741b remove uuid dependency that's no longer needed |
| 90 | 2026-06-22T00:02:18.136Z | process exited: duration 10623 ms, exit code 0 |
| |
| 91 | 2026-06-22T00:02:18.142Z | starting task 4: "build" |
| 92 | 2026-06-22T00:02:18.147Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-22T00:02:18.147Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-22T00:02:18.147Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-22T00:02:18.147Z | + cargo --version |
| 96 | 2026-06-22T00:02:18.158Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-22T00:02:18.161Z | + rustc --version |
| 98 | 2026-06-22T00:02:18.181Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-22T00:02:18.184Z | + source ./env.sh |
| 100 | 2026-06-22T00:02:18.184Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-06-22T00:02:18.184Z | ++ set -o xtrace |
| 102 | 2026-06-22T00:02:18.187Z | ++++ dirname ./env.sh |
| 103 | 2026-06-22T00:02:18.187Z | +++ readlink -f . |
| 104 | 2026-06-22T00:02:18.191Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-06-22T00:02:18.191Z | ++ 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-22T00:02:18.191Z | ++ 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-22T00:02:18.191Z | ++ 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-22T00:02:18.191Z | ++ 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-22T00:02:18.191Z | ++ 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-22T00:02:18.191Z | ++ 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-22T00:02:18.191Z | ++ 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-22T00:02:18.191Z | ++ 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-22T00:02:18.191Z | ++ 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-22T00:02:18.191Z | ++ 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-22T00:02:18.191Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-06-22T00:02:18.191Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-06-22T00:02:18.191Z | + 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-22T00:02:18.191Z | + 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-22T00:02:18.191Z | + banner prerequisites |
| 120 | 2026-06-22T00:02:18.194Z | |
| 121 | 2026-06-22T00:02:18.194Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 122 | 2026-06-22T00:02:18.194Z | # # # # # # # # # # # # # # # |
| 123 | 2026-06-22T00:02:18.194Z | # # # # ##### # # ##### # # # # # #### # |
| 124 | 2026-06-22T00:02:18.194Z | ##### ##### # ##### # # # # # # # # # |
| 125 | 2026-06-22T00:02:18.194Z | # # # # # # # # # # # # # # # |
| 126 | 2026-06-22T00:02:18.194Z | # # # ###### # # ###### ### # #### # #### # |
| 127 | 2026-06-22T00:02:18.194Z | |
| 128 | 2026-06-22T00:02:18.194Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 129 | 2026-06-22T00:02:19.625Z | Startup: Refreshing catalog 'helios' ... Done |
| 130 | 2026-06-22T00:02:19.713Z | Startup: Caching catalogs ... Done |
| 131 | 2026-06-22T00:02:20.062Z | Planning: Solver setup ... Done (0.308s) |
| 132 | 2026-06-22T00:02:20.084Z | Planning: Running solver ... Done (0.022s) |
| 133 | 2026-06-22T00:02:20.092Z | Planning: Finding local manifests ... Done (0.003s) |
| 134 | 2026-06-22T00:02:20.116Z | Planning: Fetching manifests: 0/2 0% complete |
| 135 | 2026-06-22T00:02:20.148Z | Planning: Fetching manifests: 2/2 100% complete |
| 136 | 2026-06-22T00:02:20.161Z | Planning: Package planning ... Done (0.014s) |
| 137 | 2026-06-22T00:02:20.164Z | Planning: Merging actions ... Done (0.001s) |
| 138 | 2026-06-22T00:02:20.353Z | Planning: Checking for conflicting actions ... Done (0.190s) |
| 139 | 2026-06-22T00:02:20.356Z | Planning: Consolidating action changes ... Done (0.001s) |
| 140 | 2026-06-22T00:02:21.156Z | Planning: Evaluating mediators ... Done (0.791s) |
| 141 | 2026-06-22T00:02:21.160Z | Planning: Planning completed in 1.41 seconds |
| 142 | 2026-06-22T00:02:21.160Z | Packages to install: 2 |
| 143 | 2026-06-22T00:02:21.160Z | Estimated space available: 156.07 GB |
| 144 | 2026-06-22T00:02:21.160Z | Estimated space to be consumed: 26.78 MB |
| 145 | 2026-06-22T00:02:21.160Z | Create boot environment: No |
| 146 | 2026-06-22T00:02:21.160Z | Create backup boot environment: No |
| 147 | 2026-06-22T00:02:21.160Z | Rebuild boot archive: No |
| 148 | 2026-06-22T00:02:21.160Z | |
| 149 | 2026-06-22T00:02:21.160Z | Changed packages: |
| 150 | 2026-06-22T00:02:21.160Z | helios |
| 151 | 2026-06-22T00:02:21.160Z | developer/build-essential |
| 152 | 2026-06-22T00:02:21.160Z | None -> 11-3.0 |
| 153 | 2026-06-22T00:02:21.160Z | library/libxmlsec1 |
| 154 | 2026-06-22T00:02:21.160Z | None -> 1.2.35-3.0 |
| 155 | 2026-06-22T00:02:21.179Z | |
| 156 | 2026-06-22T00:02:21.179Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 157 | 2026-06-22T00:02:21.778Z | Download: Completed 1.28 MB in 0.60 seconds (2.1M/s) |
| 158 | 2026-06-22T00:02:21.834Z | Actions: 1/268 actions (Installing new actions) |
| 159 | 2026-06-22T00:02:21.871Z | Actions: Completed 268 actions in 0.04 seconds. |
| 160 | 2026-06-22T00:02:21.879Z | Finalize: Updating package state database ... Done (0.008s) |
| 161 | 2026-06-22T00:02:21.879Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-06-22T00:02:21.902Z | Finalize: Updating image state ... Done (0.023s) |
| 163 | 2026-06-22T00:02:24.238Z | Finalize: Creating fast lookup database ... Done (2.313s) |
| 164 | 2026-06-22T00:02:24.303Z | Finalize: Reading search index ... Done (0.012s) |
| 165 | 2026-06-22T00:02:24.307Z | Finalize: Updating search index ... Done (0.000s) |
| 166 | 2026-06-22T00:02:24.413Z | Finalize: Updating package cache ... Done (0.000s) |
| 167 | 2026-06-22T00:02:24.721Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-06-22T00:02:24.827Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-06-22T00:02:24.831Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-06-22T00:02:24.984Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-06-22T00:02:24.987Z | Planning: Planning completed in 0.26 seconds |
| 172 | 2026-06-22T00:02:25.007Z | Mediators to change: 2 |
| 173 | 2026-06-22T00:02:25.007Z | Create boot environment: No |
| 174 | 2026-06-22T00:02:25.007Z | Create backup boot environment: No |
| 175 | 2026-06-22T00:02:25.059Z | Finalize: Updating package state database ... Done |
| 176 | 2026-06-22T00:02:25.059Z | Finalize: Updating package cache ... Done |
| 177 | 2026-06-22T00:02:25.072Z | Finalize: Updating image state ... Done |
| 178 | 2026-06-22T00:02:27.009Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-06-22T00:02:27.078Z | Finalize: Reading search index ... Done |
| 180 | 2026-06-22T00:02:27.082Z | Finalize: Updating search index ... Done |
| 181 | 2026-06-22T00:02:27.173Z | Finalize: Updating package cache ... Done |
| 182 | 2026-06-22T00:02:27.457Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-06-22T00:02:27.563Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2026-06-22T00:02:27.566Z | Planning: Consolidating action changes ... Done |
| 185 | 2026-06-22T00:02:27.718Z | Planning: Evaluating mediators ... Done |
| 186 | 2026-06-22T00:02:27.721Z | Planning: Planning completed in 0.26 seconds |
| 187 | 2026-06-22T00:02:27.741Z | Mediators to change: 1 |
| 188 | 2026-06-22T00:02:27.741Z | Create boot environment: No |
| 189 | 2026-06-22T00:02:27.741Z | Create backup boot environment: No |
| 190 | 2026-06-22T00:02:27.794Z | Finalize: Updating package state database ... Done |
| 191 | 2026-06-22T00:02:27.794Z | Finalize: Updating package cache ... Done |
| 192 | 2026-06-22T00:02:27.808Z | Finalize: Updating image state ... Done |
| 193 | 2026-06-22T00:02:29.750Z | Finalize: Creating fast lookup database ... Done |
| 194 | 2026-06-22T00:02:29.818Z | Finalize: Reading search index ... Done |
| 195 | 2026-06-22T00:02:29.822Z | Finalize: Updating search index ... Done |
| 196 | 2026-06-22T00:02:29.889Z | Finalize: Updating package cache ... Done |
| 197 | 2026-06-22T00:02:30.203Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 198 | 2026-06-22T00:02:30.203Z | apache system 2.4 system |
| 199 | 2026-06-22T00:02:30.204Z | clang system 15 system |
| 200 | 2026-06-22T00:02:30.204Z | csh system system illumos |
| 201 | 2026-06-22T00:02:30.204Z | ctags system system illumos |
| 202 | 2026-06-22T00:02:30.204Z | file vendor vendor darwinsys |
| 203 | 2026-06-22T00:02:30.204Z | file system system illumos |
| 204 | 2026-06-22T00:02:30.204Z | gcc vendor 14 vendor |
| 205 | 2026-06-22T00:02:30.204Z | gcc system 13 system |
| 206 | 2026-06-22T00:02:30.204Z | gcc system 10 system |
| 207 | 2026-06-22T00:02:30.204Z | go system 1.25 system |
| 208 | 2026-06-22T00:02:30.204Z | llvm system 15 system |
| 209 | 2026-06-22T00:02:30.204Z | mariadb system 11.4 system |
| 210 | 2026-06-22T00:02:30.204Z | mta vendor vendor dma |
| 211 | 2026-06-22T00:02:30.204Z | openjdk system 17 system |
| 212 | 2026-06-22T00:02:30.204Z | openjdk system 11 system |
| 213 | 2026-06-22T00:02:30.204Z | openssl vendor 3 vendor |
| 214 | 2026-06-22T00:02:30.204Z | perl system 5.40 system |
| 215 | 2026-06-22T00:02:30.204Z | postgresql system 18 system |
| 216 | 2026-06-22T00:02:30.204Z | postgresql system 17 system |
| 217 | 2026-06-22T00:02:30.204Z | python vendor 3 vendor |
| 218 | 2026-06-22T00:02:30.204Z | python system 2 system |
| 219 | 2026-06-22T00:02:30.204Z | python3 vendor 3.13 vendor |
| 220 | 2026-06-22T00:02:30.205Z | ruby system 3.4 system |
| 221 | 2026-06-22T00:02:30.205Z | ruby system 3.0 system |
| 222 | 2026-06-22T00:02:30.205Z | words vendor vendor american-english |
| 223 | 2026-06-22T00:02:30.205Z | words system system australian-english |
| 224 | 2026-06-22T00:02:30.205Z | words system system british-english |
| 225 | 2026-06-22T00:02:30.205Z | words system system canadian-english |
| 226 | 2026-06-22T00:02:30.205Z | words system system french |
| 227 | 2026-06-22T00:02:30.205Z | words system system italian |
| 228 | 2026-06-22T00:02:30.205Z | words system system ngerman |
| 229 | 2026-06-22T00:02:30.205Z | words system system ogerman |
| 230 | 2026-06-22T00:02:30.205Z | words system system spanish |
| 231 | 2026-06-22T00:02:30.457Z | PUBLISHER TYPE STATUS P LOCATION |
| 232 | 2026-06-22T00:02:30.457Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 233 | 2026-06-22T00:02:30.751Z | FMRI IFO |
| 234 | 2026-06-22T00:02:30.752Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 235 | 2026-06-22T00:02:30.752Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 236 | 2026-06-22T00:02:30.752Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 237 | 2026-06-22T00:02:30.752Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 238 | 2026-06-22T00:02:30.752Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 239 | 2026-06-22T00:02:30.752Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 240 | 2026-06-22T00:02:30.752Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 241 | 2026-06-22T00:02:30.752Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 242 | 2026-06-22T00:02:30.752Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 243 | 2026-06-22T00:02:31.012Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 244 | 2026-06-22T00:02:31.254Z | Updating crates.io index |
| 245 | 2026-06-22T00:02:31.257Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 246 | 2026-06-22T00:02:31.500Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 247 | 2026-06-22T00:02:32.422Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-06-22T00:02:33.281Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-06-22T00:02:34.154Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-06-22T00:02:34.643Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-06-22T00:02:36.124Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-06-22T00:02:37.019Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-06-22T00:02:37.303Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 254 | 2026-06-22T00:02:38.676Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-06-22T00:02:39.253Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 256 | 2026-06-22T00:02:39.523Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 257 | 2026-06-22T00:02:39.809Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 258 | 2026-06-22T00:02:40.326Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 259 | 2026-06-22T00:02:40.801Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-06-22T00:02:41.085Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 261 | 2026-06-22T00:02:41.301Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 262 | 2026-06-22T00:02:41.690Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 263 | 2026-06-22T00:02:42.090Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 264 | 2026-06-22T00:02:42.338Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 265 | 2026-06-22T00:02:42.553Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 266 | 2026-06-22T00:02:42.786Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 267 | 2026-06-22T00:02:43.127Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-06-22T00:02:43.458Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 269 | 2026-06-22T00:02:44.084Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 270 | 2026-06-22T00:02:44.468Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 271 | 2026-06-22T00:02:44.807Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 272 | 2026-06-22T00:02:45.116Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 273 | 2026-06-22T00:02:45.371Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2026-06-22T00:02:46.561Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2026-06-22T00:02:47.342Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-06-22T00:02:47.737Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 277 | 2026-06-22T00:02:47.988Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-06-22T00:02:48.445Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-06-22T00:02:48.718Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 280 | 2026-06-22T00:02:49.240Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 281 | 2026-06-22T00:02:49.502Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 282 | 2026-06-22T00:02:50.053Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 283 | 2026-06-22T00:02:50.281Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 284 | 2026-06-22T00:02:50.478Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 285 | 2026-06-22T00:02:52.216Z | Downloading crates ... |
| 286 | 2026-06-22T00:02:52.296Z | Downloaded colorchoice v1.0.4 |
| 287 | 2026-06-22T00:02:52.300Z | Downloaded anstyle-query v1.1.5 |
| 288 | 2026-06-22T00:02:52.300Z | Downloaded is_terminal_polyfill v1.70.2 |
| 289 | 2026-06-22T00:02:52.300Z | Downloaded dtrace-parser v0.2.0 |
| 290 | 2026-06-22T00:02:52.300Z | Downloaded textwrap v0.16.2 |
| 291 | 2026-06-22T00:02:52.305Z | Downloaded equivalent v1.0.2 |
| 292 | 2026-06-22T00:02:52.305Z | Downloaded thiserror v1.0.69 |
| 293 | 2026-06-22T00:02:52.309Z | Downloaded anstyle v1.0.14 |
| 294 | 2026-06-22T00:02:52.309Z | Downloaded utf8_iter v1.0.4 |
| 295 | 2026-06-22T00:02:52.312Z | Downloaded zerocopy-derive v0.7.35 |
| 296 | 2026-06-22T00:02:52.315Z | Downloaded crypto-common v0.1.7 |
| 297 | 2026-06-22T00:02:52.318Z | Downloaded zerofrom-derive v0.1.6 |
| 298 | 2026-06-22T00:02:52.322Z | Downloaded fnv v1.0.7 |
| 299 | 2026-06-22T00:02:52.325Z | Downloaded clap_lex v1.0.0 |
| 300 | 2026-06-22T00:02:52.325Z | Downloaded utf8parse v0.2.2 |
| 301 | 2026-06-22T00:02:52.325Z | Downloaded toml_datetime v0.6.11 |
| 302 | 2026-06-22T00:02:52.328Z | Downloaded thiserror v2.0.18 |
| 303 | 2026-06-22T00:02:52.331Z | Downloaded version_check v0.9.5 |
| 304 | 2026-06-22T00:02:52.334Z | Downloaded unicode-xid v0.2.6 |
| 305 | 2026-06-22T00:02:52.337Z | Downloaded cpufeatures v0.2.17 |
| 306 | 2026-06-22T00:02:52.337Z | Downloaded zerovec-derive v0.11.2 |
| 307 | 2026-06-22T00:02:52.337Z | Downloaded typeid v1.0.3 |
| 308 | 2026-06-22T00:02:52.340Z | Downloaded thiserror-impl v2.0.18 |
| 309 | 2026-06-22T00:02:52.340Z | Downloaded block-buffer v0.10.4 |
| 310 | 2026-06-22T00:02:52.345Z | Downloaded zerofrom v0.1.6 |
| 311 | 2026-06-22T00:02:52.348Z | Downloaded cfg-if v1.0.4 |
| 312 | 2026-06-22T00:02:52.348Z | Downloaded yoke-derive v0.8.1 |
| 313 | 2026-06-22T00:02:52.348Z | Downloaded usdt-macro v0.5.0 |
| 314 | 2026-06-22T00:02:52.348Z | Downloaded thread-id v4.2.2 |
| 315 | 2026-06-22T00:02:52.348Z | Downloaded errno v0.3.14 |
| 316 | 2026-06-22T00:02:52.351Z | Downloaded dof v0.3.0 |
| 317 | 2026-06-22T00:02:52.352Z | Downloaded toml_write v0.1.2 |
| 318 | 2026-06-22T00:02:52.355Z | Downloaded yoke v0.8.1 |
| 319 | 2026-06-22T00:02:52.361Z | Downloaded unicode-linebreak v0.1.5 |
| 320 | 2026-06-22T00:02:52.363Z | Downloaded anstream v1.0.0 |
| 321 | 2026-06-22T00:02:52.363Z | Downloaded usdt-attr-macro v0.5.0 |
| 322 | 2026-06-22T00:02:52.363Z | Downloaded serde_spanned v0.6.9 |
| 323 | 2026-06-22T00:02:52.363Z | Downloaded tinystr v0.8.2 |
| 324 | 2026-06-22T00:02:52.368Z | Downloaded stable_deref_trait v1.2.1 |
| 325 | 2026-06-22T00:02:52.368Z | Downloaded plain v0.2.3 |
| 326 | 2026-06-22T00:02:52.369Z | Downloaded digest v0.10.7 |
| 327 | 2026-06-22T00:02:52.372Z | Downloaded zmij v1.0.21 |
| 328 | 2026-06-22T00:02:52.372Z | Downloaded usdt-impl v0.5.0 |
| 329 | 2026-06-22T00:02:52.372Z | Downloaded strsim v0.11.1 |
| 330 | 2026-06-22T00:02:52.376Z | Downloaded memmap v0.7.0 |
| 331 | 2026-06-22T00:02:52.376Z | Downloaded form_urlencoded v1.2.2 |
| 332 | 2026-06-22T00:02:52.376Z | Downloaded pretty-hex v0.4.1 |
| 333 | 2026-06-22T00:02:52.384Z | Downloaded writeable v0.6.2 |
| 334 | 2026-06-22T00:02:52.384Z | Downloaded thiserror-impl v1.0.69 |
| 335 | 2026-06-22T00:02:52.384Z | Downloaded usdt v0.5.0 |
| 336 | 2026-06-22T00:02:52.384Z | Downloaded ucd-trie v0.1.7 |
| 337 | 2026-06-22T00:02:52.384Z | Downloaded typenum v1.19.0 |
| 338 | 2026-06-22T00:02:52.384Z | Downloaded proc-macro-error-attr v1.0.4 |
| 339 | 2026-06-22T00:02:52.387Z | Downloaded scroll_derive v0.12.1 |
| 340 | 2026-06-22T00:02:52.387Z | Downloaded macaddr v1.0.1 |
| 341 | 2026-06-22T00:02:52.387Z | Downloaded percent-encoding v2.3.2 |
| 342 | 2026-06-22T00:02:52.388Z | Downloaded swrite v0.1.0 |
| 343 | 2026-06-22T00:02:52.388Z | Downloaded itoa v1.0.17 |
| 344 | 2026-06-22T00:02:52.388Z | Downloaded unicode-ident v1.0.24 |
| 345 | 2026-06-22T00:02:52.392Z | Downloaded potential_utf v0.1.4 |
| 346 | 2026-06-22T00:02:52.395Z | Downloaded toml_edit v0.22.27 |
| 347 | 2026-06-22T00:02:52.398Z | Downloaded toml v0.8.23 |
| 348 | 2026-06-22T00:02:52.402Z | Downloaded heck v0.4.1 |
| 349 | 2026-06-22T00:02:52.405Z | Downloaded terminal_size v0.4.3 |
| 350 | 2026-06-22T00:02:52.405Z | Downloaded fastrand v2.3.0 |
| 351 | 2026-06-22T00:02:52.407Z | Downloaded erased-serde v0.4.9 |
| 352 | 2026-06-22T00:02:52.408Z | Downloaded url v2.5.8 |
| 353 | 2026-06-22T00:02:52.411Z | Downloaded cargo_toml v0.21.0 |
| 354 | 2026-06-22T00:02:52.414Z | Downloaded autocfg v1.5.0 |
| 355 | 2026-06-22T00:02:52.417Z | Downloaded displaydoc v0.2.5 |
| 356 | 2026-06-22T00:02:52.417Z | Downloaded camino-tempfile v1.4.1 |
| 357 | 2026-06-22T00:02:52.422Z | Downloaded cargo-platform v0.2.0 |
| 358 | 2026-06-22T00:02:52.426Z | Downloaded zerotrie v0.2.3 |
| 359 | 2026-06-22T00:02:52.429Z | Downloaded cargo_metadata v0.21.0 |
| 360 | 2026-06-22T00:02:52.440Z | Downloaded fs-err v3.3.0 |
| 361 | 2026-06-22T00:02:52.449Z | Downloaded bitflags v2.11.0 |
| 362 | 2026-06-22T00:02:52.449Z | Downloaded zerovec v0.11.5 |
| 363 | 2026-06-22T00:02:52.449Z | Downloaded smawk v0.3.2 |
| 364 | 2026-06-22T00:02:52.454Z | Downloaded winnow v0.7.14 |
| 365 | 2026-06-22T00:02:52.460Z | Downloaded zerocopy v0.7.35 |
| 366 | 2026-06-22T00:02:52.465Z | Downloaded serde-value v0.7.0 |
| 367 | 2026-06-22T00:02:52.465Z | Downloaded idna_adapter v1.2.1 |
| 368 | 2026-06-22T00:02:52.466Z | Downloaded heck v0.5.0 |
| 369 | 2026-06-22T00:02:52.466Z | Downloaded unicode-width v0.1.14 |
| 370 | 2026-06-22T00:02:52.470Z | Downloaded generic-array v0.14.7 |
| 371 | 2026-06-22T00:02:52.470Z | Downloaded unicode-width v0.2.0 |
| 372 | 2026-06-22T00:02:52.473Z | Downloaded proc-macro-error v1.0.4 |
| 373 | 2026-06-22T00:02:52.473Z | Downloaded byteorder v1.5.0 |
| 374 | 2026-06-22T00:02:52.476Z | Downloaded tabled_derive v0.7.0 |
| 375 | 2026-06-22T00:02:52.476Z | Downloaded serde-untagged v0.1.9 |
| 376 | 2026-06-22T00:02:52.493Z | Downloaded litemap v0.8.1 |
| 377 | 2026-06-22T00:02:52.501Z | Downloaded synstructure v0.13.2 |
| 378 | 2026-06-22T00:02:52.501Z | Downloaded camino v1.2.2 |
| 379 | 2026-06-22T00:02:52.501Z | Downloaded semver v1.0.28 |
| 380 | 2026-06-22T00:02:52.501Z | Downloaded anstyle-parse v1.0.0 |
| 381 | 2026-06-22T00:02:52.505Z | Downloaded clap_derive v4.6.1 |
| 382 | 2026-06-22T00:02:52.508Z | Downloaded anyhow v1.0.102 |
| 383 | 2026-06-22T00:02:52.511Z | Downloaded cargo-util-schemas v0.8.2 |
| 384 | 2026-06-22T00:02:52.514Z | Downloaded bytecount v0.6.9 |
| 385 | 2026-06-22T00:02:52.516Z | Downloaded ordered-float v2.10.1 |
| 386 | 2026-06-22T00:02:52.519Z | Downloaded serde_tokenstream v0.2.3 |
| 387 | 2026-06-22T00:02:52.519Z | Downloaded quote v1.0.45 |
| 388 | 2026-06-22T00:02:52.542Z | Downloaded once_cell v1.21.3 |
| 389 | 2026-06-22T00:02:52.545Z | Downloaded scroll v0.12.0 |
| 390 | 2026-06-22T00:02:52.555Z | Downloaded clap v4.6.1 |
| 391 | 2026-06-22T00:02:52.561Z | Downloaded tempfile v3.25.0 |
| 392 | 2026-06-22T00:02:52.567Z | Downloaded sha2 v0.10.9 |
| 393 | 2026-06-22T00:02:52.567Z | Downloaded proc-macro2 v1.0.106 |
| 394 | 2026-06-22T00:02:52.567Z | Downloaded num-traits v0.2.19 |
| 395 | 2026-06-22T00:02:52.582Z | Downloaded pest_generator v2.8.6 |
| 396 | 2026-06-22T00:02:52.585Z | Downloaded smallvec v1.15.1 |
| 397 | 2026-06-22T00:02:52.585Z | Downloaded log v0.4.29 |
| 398 | 2026-06-22T00:02:52.589Z | Downloaded papergrid v0.11.0 |
| 399 | 2026-06-22T00:02:52.592Z | Downloaded getrandom v0.4.1 |
| 400 | 2026-06-22T00:02:52.598Z | Downloaded serde_derive v1.0.228 |
| 401 | 2026-06-22T00:02:52.601Z | Downloaded icu_properties v2.1.2 |
| 402 | 2026-06-22T00:02:52.601Z | Downloaded icu_normalizer v2.1.1 |
| 403 | 2026-06-22T00:02:52.604Z | Downloaded serde_core v1.0.228 |
| 404 | 2026-06-22T00:02:52.607Z | Downloaded memchr v2.8.0 |
| 405 | 2026-06-22T00:02:52.607Z | Downloaded pest_derive v2.8.6 |
| 406 | 2026-06-22T00:02:52.609Z | Downloaded pest_meta v2.8.6 |
| 407 | 2026-06-22T00:02:52.622Z | Downloaded icu_normalizer_data v2.1.1 |
| 408 | 2026-06-22T00:02:52.632Z | Downloaded icu_provider v2.1.1 |
| 409 | 2026-06-22T00:02:52.642Z | Downloaded serde v1.0.228 |
| 410 | 2026-06-22T00:02:52.645Z | Downloaded icu_collections v2.1.1 |
| 411 | 2026-06-22T00:02:52.653Z | Downloaded indexmap v2.14.0 |
| 412 | 2026-06-22T00:02:52.657Z | Downloaded icu_locale_core v2.1.1 |
| 413 | 2026-06-22T00:02:52.686Z | Downloaded clap_builder v4.6.0 |
| 414 | 2026-06-22T00:02:52.693Z | Downloaded pest v2.8.6 |
| 415 | 2026-06-22T00:02:52.713Z | Downloaded icu_properties_data v2.1.2 |
| 416 | 2026-06-22T00:02:52.716Z | Downloaded hashbrown v0.17.0 |
| 417 | 2026-06-22T00:02:52.719Z | Downloaded serde_json v1.0.149 |
| 418 | 2026-06-22T00:02:52.723Z | Downloaded idna v1.1.0 |
| 419 | 2026-06-22T00:02:52.736Z | Downloaded goblin v0.8.2 |
| 420 | 2026-06-22T00:02:52.745Z | Downloaded tabled v0.15.0 |
| 421 | 2026-06-22T00:02:52.754Z | Downloaded syn v1.0.109 |
| 422 | 2026-06-22T00:02:52.771Z | Downloaded syn v2.0.117 |
| 423 | 2026-06-22T00:02:52.791Z | Downloaded rustix v1.1.3 |
| 424 | 2026-06-22T00:02:52.829Z | Downloaded libc v0.2.185 |
| 425 | 2026-06-22T00:02:52.894Z | Compiling proc-macro2 v1.0.106 |
| 426 | 2026-06-22T00:02:52.894Z | Compiling unicode-ident v1.0.24 |
| 427 | 2026-06-22T00:02:52.898Z | Compiling quote v1.0.45 |
| 428 | 2026-06-22T00:02:52.898Z | Compiling serde_core v1.0.228 |
| 429 | 2026-06-22T00:02:52.898Z | Compiling libc v0.2.185 |
| 430 | 2026-06-22T00:02:52.898Z | Compiling version_check v0.9.5 |
| 431 | 2026-06-22T00:02:52.898Z | Compiling stable_deref_trait v1.2.1 |
| 432 | 2026-06-22T00:02:53.059Z | Compiling memchr v2.8.0 |
| 433 | 2026-06-22T00:02:53.146Z | Compiling serde v1.0.228 |
| 434 | 2026-06-22T00:02:53.194Z | Compiling zmij v1.0.21 |
| 435 | 2026-06-22T00:02:53.446Z | Compiling itoa v1.0.17 |
| 436 | 2026-06-22T00:02:53.449Z | Compiling ucd-trie v0.1.7 |
| 437 | 2026-06-22T00:02:53.622Z | Compiling autocfg v1.5.0 |
| 438 | 2026-06-22T00:02:53.719Z | Compiling thiserror v1.0.69 |
| 439 | 2026-06-22T00:02:53.734Z | Compiling pest v2.8.6 |
| 440 | 2026-06-22T00:02:53.807Z | Compiling writeable v0.6.2 |
| 441 | 2026-06-22T00:02:53.855Z | Compiling litemap v0.8.1 |
| 442 | 2026-06-22T00:02:54.017Z | Compiling icu_normalizer_data v2.1.1 |
| 443 | 2026-06-22T00:02:54.041Z | Compiling rustix v1.1.3 |
| 444 | 2026-06-22T00:02:54.198Z | Compiling byteorder v1.5.0 |
| 445 | 2026-06-22T00:02:54.333Z | Compiling syn v2.0.117 |
| 446 | 2026-06-22T00:02:54.350Z | Compiling icu_properties_data v2.1.2 |
| 447 | 2026-06-22T00:02:54.455Z | Compiling errno v0.3.14 |
| 448 | 2026-06-22T00:02:54.545Z | Compiling serde_json v1.0.149 |
| 449 | 2026-06-22T00:02:54.561Z | Compiling bitflags v2.11.0 |
| 450 | 2026-06-22T00:02:54.697Z | Compiling num-traits v0.2.19 |
| 451 | 2026-06-22T00:02:54.747Z | Compiling pest_meta v2.8.6 |
| 452 | 2026-06-22T00:02:54.778Z | Compiling smallvec v1.15.1 |
| 453 | 2026-06-22T00:02:54.901Z | Compiling equivalent v1.0.2 |
| 454 | 2026-06-22T00:02:54.992Z | Compiling hashbrown v0.17.0 |
| 455 | 2026-06-22T00:02:55.027Z | Compiling typeid v1.0.3 |
| 456 | 2026-06-22T00:02:55.349Z | Compiling thread-id v4.2.2 |
| 457 | 2026-06-22T00:02:55.365Z | Compiling usdt-impl v0.5.0 |
| 458 | 2026-06-22T00:02:55.379Z | Compiling proc-macro-error-attr v1.0.4 |
| 459 | 2026-06-22T00:02:55.434Z | Compiling toml_write v0.1.2 |
| 460 | 2026-06-22T00:02:55.551Z | Compiling indexmap v2.14.0 |
| 461 | 2026-06-22T00:02:55.567Z | Compiling syn v1.0.109 |
| 462 | 2026-06-22T00:02:55.581Z | Compiling winnow v0.7.14 |
| 463 | 2026-06-22T00:02:55.736Z | Compiling erased-serde v0.4.9 |
| 464 | 2026-06-22T00:02:56.145Z | Compiling proc-macro-error v1.0.4 |
| 465 | 2026-06-22T00:02:56.196Z | Compiling utf8parse v0.2.2 |
| 466 | 2026-06-22T00:02:56.312Z | Compiling thiserror v2.0.18 |
| 467 | 2026-06-22T00:02:56.329Z | Compiling log v0.4.29 |
| 468 | 2026-06-22T00:02:56.441Z | Compiling utf8_iter v1.0.4 |
| 469 | 2026-06-22T00:02:56.511Z | Compiling plain v0.2.3 |
| 470 | 2026-06-22T00:02:56.594Z | Compiling camino v1.2.2 |
| 471 | 2026-06-22T00:02:56.609Z | Compiling getrandom v0.4.1 |
| 472 | 2026-06-22T00:02:56.624Z | Compiling percent-encoding v2.3.2 |
| 473 | 2026-06-22T00:02:56.669Z | Compiling ordered-float v2.10.1 |
| 474 | 2026-06-22T00:02:56.819Z | Compiling form_urlencoded v1.2.2 |
| 475 | 2026-06-22T00:02:56.930Z | Compiling anstyle-parse v1.0.0 |
| 476 | 2026-06-22T00:02:56.961Z | Compiling synstructure v0.13.2 |
| 477 | 2026-06-22T00:02:56.964Z | Compiling pest_generator v2.8.6 |
| 478 | 2026-06-22T00:02:57.073Z | Compiling terminal_size v0.4.3 |
| 479 | 2026-06-22T00:02:57.213Z | Compiling anstyle-query v1.1.5 |
| 480 | 2026-06-22T00:02:57.336Z | Compiling anstyle v1.0.14 |
| 481 | 2026-06-22T00:02:57.340Z | Compiling cfg-if v1.0.4 |
| 482 | 2026-06-22T00:02:57.389Z | Compiling is_terminal_polyfill v1.70.2 |
| 483 | 2026-06-22T00:02:57.427Z | Compiling pretty-hex v0.4.1 |
| 484 | 2026-06-22T00:02:57.466Z | Compiling colorchoice v1.0.4 |
| 485 | 2026-06-22T00:02:57.561Z | Compiling anstream v1.0.0 |
| 486 | 2026-06-22T00:02:57.564Z | Compiling serde-untagged v0.1.9 |
| 487 | 2026-06-22T00:02:57.653Z | Compiling semver v1.0.28 |
| 488 | 2026-06-22T00:02:57.708Z | Compiling fs-err v3.3.0 |
| 489 | 2026-06-22T00:02:57.813Z | Compiling heck v0.5.0 |
| 490 | 2026-06-22T00:02:57.862Z | Compiling fastrand v2.3.0 |
| 491 | 2026-06-22T00:02:57.899Z | Compiling once_cell v1.21.3 |
| 492 | 2026-06-22T00:02:57.965Z | Compiling fnv v1.0.7 |
| 493 | 2026-06-22T00:02:57.981Z | Compiling anyhow v1.0.102 |
| 494 | 2026-06-22T00:02:58.053Z | Compiling bytecount v0.6.9 |
| 495 | 2026-06-22T00:02:58.069Z | Compiling clap_lex v1.0.0 |
| 496 | 2026-06-22T00:02:58.111Z | Compiling strsim v0.11.1 |
| 497 | 2026-06-22T00:02:58.179Z | Compiling heck v0.4.1 |
| 498 | 2026-06-22T00:02:58.279Z | Compiling unicode-xid v0.2.6 |
| 499 | 2026-06-22T00:02:58.298Z | Compiling unicode-width v0.1.14 |
| 500 | 2026-06-22T00:02:58.401Z | Compiling clap_builder v4.6.0 |
| 501 | 2026-06-22T00:02:58.433Z | Compiling tempfile v3.25.0 |
| 502 | 2026-06-22T00:02:58.552Z | Compiling papergrid v0.11.0 |
| 503 | 2026-06-22T00:02:58.577Z | Compiling memmap v0.7.0 |
| 504 | 2026-06-22T00:02:58.627Z | Compiling smawk v0.3.2 |
| 505 | 2026-06-22T00:02:58.643Z | Compiling serde_derive v1.0.228 |
| 506 | 2026-06-22T00:02:58.749Z | Compiling zerofrom-derive v0.1.6 |
| 507 | 2026-06-22T00:02:58.768Z | Compiling yoke-derive v0.8.1 |
| 508 | 2026-06-22T00:02:58.797Z | Compiling zerovec-derive v0.11.2 |
| 509 | 2026-06-22T00:02:59.054Z | Compiling displaydoc v0.2.5 |
| 510 | 2026-06-22T00:02:59.776Z | Compiling thiserror-impl v1.0.69 |
| 511 | 2026-06-22T00:02:59.875Z | Compiling zerocopy-derive v0.7.35 |
| 512 | 2026-06-22T00:02:59.933Z | Compiling pest_derive v2.8.6 |
| 513 | 2026-06-22T00:02:59.949Z | Compiling scroll_derive v0.12.1 |
| 514 | 2026-06-22T00:03:00.157Z | Compiling zerofrom v0.1.6 |
| 515 | 2026-06-22T00:03:00.299Z | Compiling yoke v0.8.1 |
| 516 | 2026-06-22T00:03:00.358Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-06-22T00:03:00.494Z | Compiling zerovec v0.11.5 |
| 518 | 2026-06-22T00:03:00.608Z | Compiling zerotrie v0.2.3 |
| 519 | 2026-06-22T00:03:00.746Z | Compiling zerocopy v0.7.35 |
| 520 | 2026-06-22T00:03:00.919Z | Compiling scroll v0.12.0 |
| 521 | 2026-06-22T00:03:01.019Z | Compiling tinystr v0.8.2 |
| 522 | 2026-06-22T00:03:01.195Z | Compiling icu_locale_core v2.1.1 |
| 523 | 2026-06-22T00:03:01.215Z | Compiling potential_utf v0.1.4 |
| 524 | 2026-06-22T00:03:01.231Z | Compiling dtrace-parser v0.2.0 |
| 525 | 2026-06-22T00:03:01.306Z | Compiling goblin v0.8.2 |
| 526 | 2026-06-22T00:03:01.386Z | Compiling icu_collections v2.1.1 |
| 527 | 2026-06-22T00:03:01.448Z | Compiling tabled_derive v0.7.0 |
| 528 | 2026-06-22T00:03:01.825Z | Compiling icu_provider v2.1.1 |
| 529 | 2026-06-22T00:03:01.860Z | Compiling clap_derive v4.6.1 |
| 530 | 2026-06-22T00:03:01.974Z | Compiling unicode-width v0.2.0 |
| 531 | 2026-06-22T00:03:02.061Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-06-22T00:03:02.115Z | Compiling icu_properties v2.1.2 |
| 533 | 2026-06-22T00:03:02.118Z | Compiling toml_datetime v0.6.11 |
| 534 | 2026-06-22T00:03:02.145Z | Compiling serde_spanned v0.6.9 |
| 535 | 2026-06-22T00:03:02.247Z | Compiling dof v0.3.0 |
| 536 | 2026-06-22T00:03:02.293Z | Compiling serde_tokenstream v0.2.3 |
| 537 | 2026-06-22T00:03:02.337Z | Compiling toml_edit v0.22.27 |
| 538 | 2026-06-22T00:03:02.386Z | Compiling serde-value v0.7.0 |
| 539 | 2026-06-22T00:03:02.637Z | Compiling cargo-platform v0.2.0 |
| 540 | 2026-06-22T00:03:02.671Z | Compiling unicode-linebreak v0.1.5 |
| 541 | 2026-06-22T00:03:02.803Z | Compiling tabled v0.15.0 |
| 542 | 2026-06-22T00:03:02.918Z | Compiling textwrap v0.16.2 |
| 543 | 2026-06-22T00:03:02.964Z | Compiling macaddr v1.0.1 |
| 544 | 2026-06-22T00:03:03.157Z | Compiling idna_adapter v1.2.1 |
| 545 | 2026-06-22T00:03:03.203Z | Compiling camino-tempfile v1.4.1 |
| 546 | 2026-06-22T00:03:03.247Z | Compiling usdt-attr-macro v0.5.0 |
| 547 | 2026-06-22T00:03:03.325Z | Compiling idna v1.1.0 |
| 548 | 2026-06-22T00:03:03.358Z | Compiling usdt-macro v0.5.0 |
| 549 | 2026-06-22T00:03:03.603Z | Compiling url v2.5.8 |
| 550 | 2026-06-22T00:03:03.832Z | Compiling toml v0.8.23 |
| 551 | 2026-06-22T00:03:03.953Z | Compiling clap v4.6.1 |
| 552 | 2026-06-22T00:03:04.041Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-06-22T00:03:04.288Z | Compiling cargo-util-schemas v0.8.2 |
| 554 | 2026-06-22T00:03:04.339Z | Compiling cargo_toml v0.21.0 |
| 555 | 2026-06-22T00:03:04.429Z | Compiling swrite v0.1.0 |
| 556 | 2026-06-22T00:03:04.615Z | Compiling usdt v0.5.0 |
| 557 | 2026-06-22T00:03:05.177Z | Compiling cargo_metadata v0.21.0 |
| 558 | 2026-06-22T00:03:06.111Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 559 | 2026-06-22T00:03:08.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.33s |
| 560 | 2026-06-22T00:03:08.380Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 561 | 2026-06-22T00:03:08.862Z | Downloading crates ... |
| 562 | 2026-06-22T00:03:08.960Z | Downloaded compression-core v0.4.31 |
| 563 | 2026-06-22T00:03:08.963Z | Downloaded ascii-canvas v3.0.0 |
| 564 | 2026-06-22T00:03:08.966Z | Downloaded adler2 v2.0.1 |
| 565 | 2026-06-22T00:03:08.969Z | Downloaded buf-list v1.1.2 |
| 566 | 2026-06-22T00:03:08.972Z | Downloaded assert_matches v1.5.0 |
| 567 | 2026-06-22T00:03:08.972Z | Downloaded arrayvec v0.7.6 |
| 568 | 2026-06-22T00:03:08.974Z | Downloaded arrayref v0.3.9 |
| 569 | 2026-06-22T00:03:08.977Z | Downloaded anstyle-parse v0.2.7 |
| 570 | 2026-06-22T00:03:08.980Z | Downloaded argon2 v0.5.3 |
| 571 | 2026-06-22T00:03:08.983Z | Downloaded cbc v0.1.2 |
| 572 | 2026-06-22T00:03:08.986Z | Downloaded bb8 v0.8.6 |
| 573 | 2026-06-22T00:03:08.986Z | Downloaded darling v0.13.4 |
| 574 | 2026-06-22T00:03:08.989Z | Downloaded dunce v1.0.5 |
| 575 | 2026-06-22T00:03:08.989Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 576 | 2026-06-22T00:03:08.992Z | Downloaded crunchy v0.2.4 |
| 577 | 2026-06-22T00:03:08.992Z | Downloaded crucible-workspace-hack v0.1.0 |
| 578 | 2026-06-22T00:03:08.995Z | Downloaded bit-vec v0.8.0 |
| 579 | 2026-06-22T00:03:08.995Z | Downloaded ctr v0.9.2 |
| 580 | 2026-06-22T00:03:08.998Z | Downloaded arc-swap v1.8.2 |
| 581 | 2026-06-22T00:03:09.002Z | Downloaded float-cmp v0.10.0 |
| 582 | 2026-06-22T00:03:09.002Z | Downloaded downcast-rs v2.0.2 |
| 583 | 2026-06-22T00:03:09.005Z | Downloaded cassowary v0.3.0 |
| 584 | 2026-06-22T00:03:09.005Z | Downloaded async-stream v0.3.6 |
| 585 | 2026-06-22T00:03:09.005Z | Downloaded chacha20poly1305 v0.10.1 |
| 586 | 2026-06-22T00:03:09.008Z | Downloaded cargo-platform v0.3.2 |
| 587 | 2026-06-22T00:03:09.009Z | Downloaded cargo_metadata v0.23.1 |
| 588 | 2026-06-22T00:03:09.009Z | Downloaded ciborium-io v0.2.2 |
| 589 | 2026-06-22T00:03:09.009Z | Downloaded bitfield-macros v0.19.4 |
| 590 | 2026-06-22T00:03:09.012Z | Downloaded data-encoding v2.10.0 |
| 591 | 2026-06-22T00:03:09.012Z | Downloaded csv-core v0.1.13 |
| 592 | 2026-06-22T00:03:09.012Z | Downloaded async-stream-impl v0.3.6 |
| 593 | 2026-06-22T00:03:09.012Z | Downloaded derive_builder_macro v0.20.2 |
| 594 | 2026-06-22T00:03:09.015Z | Downloaded crc-catalog v2.4.0 |
| 595 | 2026-06-22T00:03:09.015Z | Downloaded defmt v0.3.100 |
| 596 | 2026-06-22T00:03:09.015Z | Downloaded darling v0.21.3 |
| 597 | 2026-06-22T00:03:09.018Z | Downloaded dirs-next v2.0.0 |
| 598 | 2026-06-22T00:03:09.018Z | Downloaded bitfield-struct v0.6.2 |
| 599 | 2026-06-22T00:03:09.018Z | Downloaded darling v0.20.11 |
| 600 | 2026-06-22T00:03:09.021Z | Downloaded byte-wrapper v0.1.0 |
| 601 | 2026-06-22T00:03:09.024Z | Downloaded daft v0.1.7 |
| 602 | 2026-06-22T00:03:09.024Z | Downloaded dof v0.4.0 |
| 603 | 2026-06-22T00:03:09.027Z | Downloaded debug-ignore v1.0.5 |
| 604 | 2026-06-22T00:03:09.027Z | Downloaded darling_macro v0.23.0 |
| 605 | 2026-06-22T00:03:09.030Z | Downloaded crossbeam-epoch v0.9.18 |
| 606 | 2026-06-22T00:03:09.030Z | Downloaded crossbeam-utils v0.8.21 |
| 607 | 2026-06-22T00:03:09.034Z | Downloaded defmt-parser v1.0.0 |
| 608 | 2026-06-22T00:03:09.037Z | Downloaded base16ct v0.2.0 |
| 609 | 2026-06-22T00:03:09.037Z | Downloaded convert_case v0.4.0 |
| 610 | 2026-06-22T00:03:09.037Z | Downloaded atomicwrites v0.4.4 |
| 611 | 2026-06-22T00:03:09.037Z | Downloaded embedded-io v0.4.0 |
| 612 | 2026-06-22T00:03:09.040Z | Downloaded dyn-clone v1.0.20 |
| 613 | 2026-06-22T00:03:09.044Z | Downloaded bcs v0.1.6 |
| 614 | 2026-06-22T00:03:09.047Z | Downloaded daft-derive v0.1.7 |
| 615 | 2026-06-22T00:03:09.049Z | Downloaded block-padding v0.3.3 |
| 616 | 2026-06-22T00:03:09.053Z | Downloaded darling_macro v0.20.11 |
| 617 | 2026-06-22T00:03:09.056Z | Downloaded difflib v0.4.0 |
| 618 | 2026-06-22T00:03:09.056Z | Downloaded darling_macro v0.21.3 |
| 619 | 2026-06-22T00:03:09.059Z | Downloaded atomic-waker v1.1.2 |
| 620 | 2026-06-22T00:03:09.059Z | Downloaded env_filter v1.0.0 |
| 621 | 2026-06-22T00:03:09.059Z | Downloaded dirs-sys-next v0.1.2 |
| 622 | 2026-06-22T00:03:09.062Z | Downloaded crc8 v0.1.1 |
| 623 | 2026-06-22T00:03:09.062Z | Downloaded bit-set v0.5.3 |
| 624 | 2026-06-22T00:03:09.062Z | Downloaded async-recursion v1.1.1 |
| 625 | 2026-06-22T00:03:09.065Z | Downloaded embedded-io v0.6.1 |
| 626 | 2026-06-22T00:03:09.065Z | Downloaded cobs v0.3.0 |
| 627 | 2026-06-22T00:03:09.065Z | Downloaded dtrace-parser v0.3.0 |
| 628 | 2026-06-22T00:03:09.069Z | Downloaded bit-vec v0.6.3 |
| 629 | 2026-06-22T00:03:09.069Z | Downloaded base64ct v1.8.3 |
| 630 | 2026-06-22T00:03:09.069Z | Downloaded atty v0.2.14 |
| 631 | 2026-06-22T00:03:09.072Z | Downloaded compression-codecs v0.4.37 |
| 632 | 2026-06-22T00:03:09.072Z | Downloaded ena v0.14.4 |
| 633 | 2026-06-22T00:03:09.072Z | Downloaded ciborium-ll v0.2.2 |
| 634 | 2026-06-22T00:03:09.075Z | Downloaded enum-as-inner v0.6.1 |
| 635 | 2026-06-22T00:03:09.075Z | Downloaded fd-lock v4.0.4 |
| 636 | 2026-06-22T00:03:09.075Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 637 | 2026-06-22T00:03:09.078Z | Downloaded crc v3.4.0 |
| 638 | 2026-06-22T00:03:09.081Z | Downloaded bit-set v0.8.0 |
| 639 | 2026-06-22T00:03:09.081Z | Downloaded endian-type v0.1.2 |
| 640 | 2026-06-22T00:03:09.081Z | Downloaded document-features v0.2.12 |
| 641 | 2026-06-22T00:03:09.086Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 642 | 2026-06-22T00:03:09.089Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 643 | 2026-06-22T00:03:09.089Z | Downloaded diesel-dtrace v0.5.0 |
| 644 | 2026-06-22T00:03:09.089Z | Downloaded cfg_aliases v0.2.1 |
| 645 | 2026-06-22T00:03:09.093Z | Downloaded cfg_aliases v0.1.1 |
| 646 | 2026-06-22T00:03:09.093Z | Downloaded futures-core v0.3.32 |
| 647 | 2026-06-22T00:03:09.093Z | Downloaded float-ord v0.3.2 |
| 648 | 2026-06-22T00:03:09.093Z | Downloaded const_format_proc_macros v0.2.34 |
| 649 | 2026-06-22T00:03:09.095Z | Downloaded display-error-chain v0.2.2 |
| 650 | 2026-06-22T00:03:09.098Z | Downloaded cstr-argument v0.1.2 |
| 651 | 2026-06-22T00:03:09.101Z | Downloaded futures-sink v0.3.32 |
| 652 | 2026-06-22T00:03:09.101Z | Downloaded futures-io v0.3.32 |
| 653 | 2026-06-22T00:03:09.101Z | Downloaded funty v2.0.0 |
| 654 | 2026-06-22T00:03:09.104Z | Downloaded darling_macro v0.13.4 |
| 655 | 2026-06-22T00:03:09.104Z | Downloaded flagset v0.4.7 |
| 656 | 2026-06-22T00:03:09.104Z | Downloaded cpufeatures v0.3.0 |
| 657 | 2026-06-22T00:03:09.107Z | Downloaded foreign-types-macros v0.2.3 |
| 658 | 2026-06-22T00:03:09.107Z | Downloaded array-init v0.0.4 |
| 659 | 2026-06-22T00:03:09.107Z | Downloaded globwalk v0.9.1 |
| 660 | 2026-06-22T00:03:09.110Z | Downloaded fixedbitset v0.4.2 |
| 661 | 2026-06-22T00:03:09.110Z | Downloaded fxhash v0.2.1 |
| 662 | 2026-06-22T00:03:09.110Z | Downloaded deranged v0.5.8 |
| 663 | 2026-06-22T00:03:09.113Z | Downloaded foreign-types-shared v0.3.1 |
| 664 | 2026-06-22T00:03:09.113Z | Downloaded foreign-types-shared v0.1.1 |
| 665 | 2026-06-22T00:03:09.113Z | Downloaded defmt-macros v1.0.1 |
| 666 | 2026-06-22T00:03:09.116Z | Downloaded futures-macro v0.3.32 |
| 667 | 2026-06-22T00:03:09.116Z | Downloaded corncobs v0.1.4 |
| 668 | 2026-06-22T00:03:09.116Z | Downloaded defmt v1.0.1 |
| 669 | 2026-06-22T00:03:09.119Z | Downloaded derive-ex v0.1.8 |
| 670 | 2026-06-22T00:03:09.119Z | Downloaded foldhash v0.1.5 |
| 671 | 2026-06-22T00:03:09.121Z | Downloaded crc32fast v1.5.0 |
| 672 | 2026-06-22T00:03:09.121Z | Downloaded crc-any v2.5.0 |
| 673 | 2026-06-22T00:03:09.121Z | Downloaded castaway v0.2.4 |
| 674 | 2026-06-22T00:03:09.124Z | Downloaded bitflags v1.3.2 |
| 675 | 2026-06-22T00:03:09.127Z | Downloaded env_logger v0.11.9 |
| 676 | 2026-06-22T00:03:09.127Z | Downloaded foreign-types v0.3.2 |
| 677 | 2026-06-22T00:03:09.130Z | Downloaded hash32 v0.3.1 |
| 678 | 2026-06-22T00:03:09.130Z | Downloaded hash32 v0.2.1 |
| 679 | 2026-06-22T00:03:09.130Z | Downloaded git-stub v1.0.0 |
| 680 | 2026-06-22T00:03:09.130Z | Downloaded gethostname v0.5.0 |
| 681 | 2026-06-22T00:03:09.133Z | Downloaded futures-task v0.3.32 |
| 682 | 2026-06-22T00:03:09.133Z | Downloaded ghash v0.5.1 |
| 683 | 2026-06-22T00:03:09.133Z | Downloaded foreign-types v0.5.0 |
| 684 | 2026-06-22T00:03:09.136Z | Downloaded hex-literal v0.4.1 |
| 685 | 2026-06-22T00:03:09.136Z | Downloaded derive_builder_core v0.20.2 |
| 686 | 2026-06-22T00:03:09.139Z | Downloaded cancel-safe-futures v0.1.5 |
| 687 | 2026-06-22T00:03:09.139Z | Downloaded hex v0.4.3 |
| 688 | 2026-06-22T00:03:09.142Z | Downloaded filetime v0.2.27 |
| 689 | 2026-06-22T00:03:09.145Z | Downloaded console v0.15.11 |
| 690 | 2026-06-22T00:03:09.145Z | Downloaded fixedbitset v0.5.7 |
| 691 | 2026-06-22T00:03:09.149Z | Downloaded headers-core v0.3.0 |
| 692 | 2026-06-22T00:03:09.149Z | Downloaded cmake v0.1.57 |
| 693 | 2026-06-22T00:03:09.149Z | Downloaded chacha20 v0.9.1 |
| 694 | 2026-06-22T00:03:09.149Z | Downloaded cipher v0.4.4 |
| 695 | 2026-06-22T00:03:09.153Z | Downloaded backoff v0.4.0 |
| 696 | 2026-06-22T00:03:09.153Z | Downloaded aead v0.5.2 |
| 697 | 2026-06-22T00:03:09.153Z | Downloaded anstream v0.6.21 |
| 698 | 2026-06-22T00:03:09.156Z | Downloaded http-body v1.0.1 |
| 699 | 2026-06-22T00:03:09.156Z | Downloaded fs-err v2.11.0 |
| 700 | 2026-06-22T00:03:09.156Z | Downloaded fallible-iterator v0.2.0 |
| 701 | 2026-06-22T00:03:09.157Z | Downloaded ecdsa v0.16.9 |
| 702 | 2026-06-22T00:03:09.161Z | Downloaded der_derive v0.7.3 |
| 703 | 2026-06-22T00:03:09.161Z | Downloaded dsl_auto_type v0.2.0 |
| 704 | 2026-06-22T00:03:09.161Z | Downloaded critical-section v1.2.0 |
| 705 | 2026-06-22T00:03:09.164Z | Downloaded ahash v0.8.12 |
| 706 | 2026-06-22T00:03:09.168Z | Downloaded find-msvc-tools v0.1.9 |
| 707 | 2026-06-22T00:03:09.168Z | Downloaded ed25519 v2.2.3 |
| 708 | 2026-06-22T00:03:09.171Z | Downloaded ff v0.13.1 |
| 709 | 2026-06-22T00:03:09.171Z | Downloaded async-trait v0.1.89 |
| 710 | 2026-06-22T00:03:09.171Z | Downloaded http-range v0.1.5 |
| 711 | 2026-06-22T00:03:09.174Z | Downloaded home v0.5.12 |
| 712 | 2026-06-22T00:03:09.174Z | Downloaded either v1.15.0 |
| 713 | 2026-06-22T00:03:09.174Z | Downloaded crossbeam-deque v0.8.6 |
| 714 | 2026-06-22T00:03:09.174Z | Downloaded hyper-tls v0.6.0 |
| 715 | 2026-06-22T00:03:09.177Z | Downloaded blowfish v0.9.1 |
| 716 | 2026-06-22T00:03:09.177Z | Downloaded hostname v0.4.2 |
| 717 | 2026-06-22T00:03:09.180Z | Downloaded glob v0.3.3 |
| 718 | 2026-06-22T00:03:09.180Z | Downloaded hostname v0.3.1 |
| 719 | 2026-06-22T00:03:09.180Z | Downloaded erased-serde v0.3.31 |
| 720 | 2026-06-22T00:03:09.183Z | Downloaded diff v0.1.13 |
| 721 | 2026-06-22T00:03:09.183Z | Downloaded hubpack_derive v0.1.1 |
| 722 | 2026-06-22T00:03:09.189Z | Downloaded hubpack v0.1.2 |
| 723 | 2026-06-22T00:03:09.189Z | Downloaded derive_builder v0.20.2 |
| 724 | 2026-06-22T00:03:09.189Z | Downloaded foldhash v0.2.0 |
| 725 | 2026-06-22T00:03:09.189Z | Downloaded crypto-bigint v0.5.5 |
| 726 | 2026-06-22T00:03:09.193Z | Downloaded cookie v0.18.1 |
| 727 | 2026-06-22T00:03:09.196Z | Downloaded colored v3.1.1 |
| 728 | 2026-06-22T00:03:09.199Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 729 | 2026-06-22T00:03:09.199Z | Downloaded git-stub-vcs v0.1.0 |
| 730 | 2026-06-22T00:03:09.199Z | Downloaded ident_case v1.0.1 |
| 731 | 2026-06-22T00:03:09.199Z | Downloaded illumos-nvpair v0.3.0 |
| 732 | 2026-06-22T00:03:09.205Z | Downloaded fs_extra v1.3.0 |
| 733 | 2026-06-22T00:03:09.205Z | Downloaded const-oid v0.9.6 |
| 734 | 2026-06-22T00:03:09.205Z | Downloaded bitfield v0.19.4 |
| 735 | 2026-06-22T00:03:09.205Z | Downloaded backon v1.6.0 |
| 736 | 2026-06-22T00:03:09.208Z | Downloaded is-terminal v0.4.17 |
| 737 | 2026-06-22T00:03:09.208Z | Downloaded kstat-rs v0.2.4 |
| 738 | 2026-06-22T00:03:09.208Z | Downloaded bzip2 v0.4.4 |
| 739 | 2026-06-22T00:03:09.208Z | Downloaded instability v0.3.11 |
| 740 | 2026-06-22T00:03:09.208Z | Downloaded instant v0.1.13 |
| 741 | 2026-06-22T00:03:09.211Z | Downloaded indent_write v2.2.0 |
| 742 | 2026-06-22T00:03:09.211Z | Downloaded camino-tempfile-ext v0.3.3 |
| 743 | 2026-06-22T00:03:09.211Z | Downloaded async-compression v0.4.41 |
| 744 | 2026-06-22T00:03:09.216Z | Downloaded convert_case v0.10.0 |
| 745 | 2026-06-22T00:03:09.225Z | Downloaded colored v2.2.0 |
| 746 | 2026-06-22T00:03:09.225Z | Downloaded ciborium v0.2.2 |
| 747 | 2026-06-22T00:03:09.225Z | Downloaded cookie_store v0.22.1 |
| 748 | 2026-06-22T00:03:09.225Z | Downloaded internet-checksum v0.2.1 |
| 749 | 2026-06-22T00:03:09.225Z | Downloaded clang-sys v1.8.1 |
| 750 | 2026-06-22T00:03:09.225Z | Downloaded chacha20 v0.10.0 |
| 751 | 2026-06-22T00:03:09.228Z | Downloaded inout v0.1.4 |
| 752 | 2026-06-22T00:03:09.228Z | Downloaded cexpr v0.6.0 |
| 753 | 2026-06-22T00:03:09.228Z | Downloaded is_ci v1.2.0 |
| 754 | 2026-06-22T00:03:09.228Z | Downloaded keccak v0.1.6 |
| 755 | 2026-06-22T00:03:09.228Z | Downloaded libscf-sys v1.1.0 |
| 756 | 2026-06-22T00:03:09.231Z | Downloaded lazy_static v1.5.0 |
| 757 | 2026-06-22T00:03:09.231Z | Downloaded lalrpop-util v0.19.12 |
| 758 | 2026-06-22T00:03:09.234Z | Downloaded console v0.16.2 |
| 759 | 2026-06-22T00:03:09.238Z | Downloaded hyper-staticfile v0.10.1 |
| 760 | 2026-06-22T00:03:09.238Z | Downloaded darling v0.23.0 |
| 761 | 2026-06-22T00:03:09.241Z | Downloaded futures-executor v0.3.32 |
| 762 | 2026-06-22T00:03:09.241Z | Downloaded futures-channel v0.3.32 |
| 763 | 2026-06-22T00:03:09.244Z | Downloaded lru-cache v0.1.2 |
| 764 | 2026-06-22T00:03:09.244Z | Downloaded lru v0.12.5 |
| 765 | 2026-06-22T00:03:09.244Z | Downloaded linked-hash-map v0.5.6 |
| 766 | 2026-06-22T00:03:09.247Z | Downloaded humantime v2.3.0 |
| 767 | 2026-06-22T00:03:09.247Z | Downloaded match_cfg v0.1.0 |
| 768 | 2026-06-22T00:03:09.247Z | Downloaded httpdate v1.0.3 |
| 769 | 2026-06-22T00:03:09.247Z | Downloaded http-body-util v0.1.3 |
| 770 | 2026-06-22T00:03:09.250Z | Downloaded blake2 v0.10.6 |
| 771 | 2026-06-22T00:03:09.250Z | Downloaded mime v0.3.17 |
| 772 | 2026-06-22T00:03:09.254Z | Downloaded memoffset v0.9.1 |
| 773 | 2026-06-22T00:03:09.254Z | Downloaded md5 v0.7.0 |
| 774 | 2026-06-22T00:03:09.254Z | Downloaded derive_more v0.99.20 |
| 775 | 2026-06-22T00:03:09.257Z | Downloaded constant_time_eq v0.4.2 |
| 776 | 2026-06-22T00:03:09.257Z | Downloaded bzip2 v0.6.1 |
| 777 | 2026-06-22T00:03:09.260Z | Downloaded maybe-uninit v2.0.0 |
| 778 | 2026-06-22T00:03:09.261Z | Downloaded des v0.8.1 |
| 779 | 2026-06-22T00:03:09.261Z | Downloaded darling_core v0.21.3 |
| 780 | 2026-06-22T00:03:09.265Z | Downloaded darling_core v0.13.4 |
| 781 | 2026-06-22T00:03:09.269Z | Downloaded indoc v2.0.7 |
| 782 | 2026-06-22T00:03:09.269Z | Downloaded md-5 v0.10.6 |
| 783 | 2026-06-22T00:03:09.269Z | Downloaded maplit v1.0.2 |
| 784 | 2026-06-22T00:03:09.269Z | Downloaded managed v0.8.0 |
| 785 | 2026-06-22T00:03:09.269Z | Downloaded derive_more-impl v2.1.1 |
| 786 | 2026-06-22T00:03:09.273Z | Downloaded darling_core v0.23.0 |
| 787 | 2026-06-22T00:03:09.276Z | Downloaded newtype_derive v0.1.6 |
| 788 | 2026-06-22T00:03:09.276Z | Downloaded indoc v1.0.9 |
| 789 | 2026-06-22T00:03:09.279Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 790 | 2026-06-22T00:03:09.279Z | Downloaded group v0.13.0 |
| 791 | 2026-06-22T00:03:09.282Z | Downloaded nodrop v0.1.14 |
| 792 | 2026-06-22T00:03:09.282Z | Downloaded new_debug_unreachable v1.0.6 |
| 793 | 2026-06-22T00:03:09.282Z | Downloaded highway v1.3.0 |
| 794 | 2026-06-22T00:03:09.286Z | Downloaded newtype-uuid-macros v0.1.0 |
| 795 | 2026-06-22T00:03:09.286Z | Downloaded elliptic-curve v0.13.8 |
| 796 | 2026-06-22T00:03:09.286Z | Downloaded drift v0.2.0 |
| 797 | 2026-06-22T00:03:09.292Z | Downloaded num-conv v0.2.0 |
| 798 | 2026-06-22T00:03:09.295Z | Downloaded num v0.4.3 |
| 799 | 2026-06-22T00:03:09.295Z | Downloaded dropshot_endpoint v0.17.0 |
| 800 | 2026-06-22T00:03:09.295Z | Downloaded num_threads v0.1.7 |
| 801 | 2026-06-22T00:03:09.298Z | Downloaded allocator-api2 v0.2.21 |
| 802 | 2026-06-22T00:03:09.298Z | Downloaded ipnetwork v0.21.1 |
| 803 | 2026-06-22T00:03:09.298Z | Downloaded ipnet v2.11.0 |
| 804 | 2026-06-22T00:03:09.332Z | Downloaded ingot-types v0.1.2 |
| 805 | 2026-06-22T00:03:09.332Z | Downloaded ingot v0.1.1 |
| 806 | 2026-06-22T00:03:09.332Z | Downloaded aes v0.8.4 |
| 807 | 2026-06-22T00:03:09.337Z | Downloaded num-iter v0.1.45 |
| 808 | 2026-06-22T00:03:09.337Z | Downloaded nibble_vec v0.1.0 |
| 809 | 2026-06-22T00:03:09.337Z | Downloaded jobserver v0.1.34 |
| 810 | 2026-06-22T00:03:09.338Z | Downloaded num-derive v0.4.2 |
| 811 | 2026-06-22T00:03:09.338Z | Downloaded nonempty v0.12.0 |
| 812 | 2026-06-22T00:03:09.338Z | Downloaded lock_api v0.4.14 |
| 813 | 2026-06-22T00:03:09.338Z | Downloaded linear-map v1.2.0 |
| 814 | 2026-06-22T00:03:09.338Z | Downloaded opaque-debug v0.3.1 |
| 815 | 2026-06-22T00:03:09.338Z | Downloaded olpc-cjson v0.1.4 |
| 816 | 2026-06-22T00:03:09.338Z | Downloaded normalize-line-endings v0.3.0 |
| 817 | 2026-06-22T00:03:09.338Z | Downloaded libsw-core v0.3.2 |
| 818 | 2026-06-22T00:03:09.338Z | Downloaded hyper-rustls v0.27.7 |
| 819 | 2026-06-22T00:03:09.338Z | Downloaded newline-converter v0.3.0 |
| 820 | 2026-06-22T00:03:09.338Z | Downloaded compact_str v0.8.1 |
| 821 | 2026-06-22T00:03:09.338Z | Downloaded getrandom v0.3.4 |
| 822 | 2026-06-22T00:03:09.338Z | Downloaded mime_guess v2.0.5 |
| 823 | 2026-06-22T00:03:09.338Z | Downloaded libefi-sys v0.1.0 |
| 824 | 2026-06-22T00:03:09.338Z | Downloaded httparse v1.10.1 |
| 825 | 2026-06-22T00:03:09.338Z | Downloaded hmac v0.12.1 |
| 826 | 2026-06-22T00:03:09.338Z | Downloaded oso-derive v0.27.3 |
| 827 | 2026-06-22T00:03:09.338Z | Downloaded openssl-probe v0.2.1 |
| 828 | 2026-06-22T00:03:09.338Z | Downloaded openssl-probe v0.1.6 |
| 829 | 2026-06-22T00:03:09.338Z | Downloaded openssl-macros v0.1.1 |
| 830 | 2026-06-22T00:03:09.338Z | Downloaded num_enum_derive v0.5.11 |
| 831 | 2026-06-22T00:03:09.338Z | Downloaded num-derive v0.3.3 |
| 832 | 2026-06-22T00:03:09.338Z | Downloaded fatfs v0.3.6 |
| 833 | 2026-06-22T00:03:09.338Z | Downloaded derive-where v1.6.0 |
| 834 | 2026-06-22T00:03:09.338Z | Downloaded packed_struct_codegen v0.10.1 |
| 835 | 2026-06-22T00:03:09.338Z | Downloaded nanorand v0.7.0 |
| 836 | 2026-06-22T00:03:09.338Z | Downloaded iana-time-zone v0.1.65 |
| 837 | 2026-06-22T00:03:09.342Z | Downloaded flume v0.11.1 |
| 838 | 2026-06-22T00:03:09.342Z | Downloaded half v2.7.1 |
| 839 | 2026-06-22T00:03:09.343Z | Downloaded multer v3.1.0 |
| 840 | 2026-06-22T00:03:09.343Z | Downloaded bytes v1.11.1 |
| 841 | 2026-06-22T00:03:09.346Z | Downloaded multimap v0.10.1 |
| 842 | 2026-06-22T00:03:09.349Z | Downloaded getrandom v0.2.17 |
| 843 | 2026-06-22T00:03:09.349Z | Downloaded parse-size v1.1.0 |
| 844 | 2026-06-22T00:03:09.349Z | Downloaded parse-display v0.10.0 |
| 845 | 2026-06-22T00:03:09.352Z | Downloaded native-tls v0.2.18 |
| 846 | 2026-06-22T00:03:09.352Z | Downloaded ar_archive_writer v0.5.1 |
| 847 | 2026-06-22T00:03:09.355Z | Downloaded pbkdf2 v0.12.2 |
| 848 | 2026-06-22T00:03:09.355Z | Downloaded half v1.8.3 |
| 849 | 2026-06-22T00:03:09.355Z | Downloaded lzss v0.8.2 |
| 850 | 2026-06-22T00:03:09.358Z | Downloaded num-complex v0.4.6 |
| 851 | 2026-06-22T00:03:09.358Z | Downloaded num-integer v0.1.46 |
| 852 | 2026-06-22T00:03:09.358Z | Downloaded nu-ansi-term v0.50.3 |
| 853 | 2026-06-22T00:03:09.361Z | Downloaded newtype-uuid v1.3.2 |
| 854 | 2026-06-22T00:03:09.361Z | Downloaded lru-slab v0.1.2 |
| 855 | 2026-06-22T00:03:09.361Z | Downloaded pbkdf2 v0.11.0 |
| 856 | 2026-06-22T00:03:09.364Z | Downloaded globset v0.4.18 |
| 857 | 2026-06-22T00:03:09.364Z | Downloaded async-bb8-diesel v0.2.1 |
| 858 | 2026-06-22T00:03:09.367Z | Downloaded peg-runtime v0.8.5 |
| 859 | 2026-06-22T00:03:09.367Z | Downloaded path-slash v0.1.5 |
| 860 | 2026-06-22T00:03:09.367Z | Downloaded ingot-macros v0.1.1 |
| 861 | 2026-06-22T00:03:09.371Z | Downloaded num-rational v0.4.2 |
| 862 | 2026-06-22T00:03:09.374Z | Downloaded litrs v1.0.0 |
| 863 | 2026-06-22T00:03:09.374Z | Downloaded phf_shared v0.11.3 |
| 864 | 2026-06-22T00:03:09.377Z | Downloaded libsw v3.5.0 |
| 865 | 2026-06-22T00:03:09.377Z | Downloaded num_enum v0.7.6 |
| 866 | 2026-06-22T00:03:09.380Z | Downloaded phf_shared v0.12.1 |
| 867 | 2026-06-22T00:03:09.380Z | Downloaded phf_shared v0.13.1 |
| 868 | 2026-06-22T00:03:09.390Z | Downloaded num_enum_derive v0.7.6 |
| 869 | 2026-06-22T00:03:09.393Z | Downloaded base64 v0.22.1 |
| 870 | 2026-06-22T00:03:09.393Z | Downloaded indexmap v1.9.3 |
| 871 | 2026-06-22T00:03:09.398Z | Downloaded pin-utils v0.1.0 |
| 872 | 2026-06-22T00:03:09.401Z | Downloaded owo-colors v4.3.0 |
| 873 | 2026-06-22T00:03:09.405Z | Downloaded const_format v0.2.35 |
| 874 | 2026-06-22T00:03:09.405Z | Downloaded darling_core v0.20.11 |
| 875 | 2026-06-22T00:03:09.409Z | Downloaded derive_more v2.1.1 |
| 876 | 2026-06-22T00:03:09.414Z | Downloaded powerfmt v0.2.0 |
| 877 | 2026-06-22T00:03:09.418Z | Downloaded oxide-tokio-rt v0.1.4 |
| 878 | 2026-06-22T00:03:09.418Z | Downloaded proc-macro-crate v3.4.0 |
| 879 | 2026-06-22T00:03:09.419Z | Downloaded precomputed-hash v0.1.1 |
| 880 | 2026-06-22T00:03:09.425Z | Downloaded proc-macro-crate v1.3.1 |
| 881 | 2026-06-22T00:03:09.425Z | Downloaded predicates-tree v1.0.13 |
| 882 | 2026-06-22T00:03:09.425Z | Downloaded packed_struct v0.10.1 |
| 883 | 2026-06-22T00:03:09.425Z | Downloaded memmap2 v0.9.10 |
| 884 | 2026-06-22T00:03:09.433Z | Downloaded predicates-core v1.0.10 |
| 885 | 2026-06-22T00:03:09.433Z | Downloaded crossterm v0.28.1 |
| 886 | 2026-06-22T00:03:09.433Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 887 | 2026-06-22T00:03:09.433Z | Downloaded parse-display-derive v0.10.0 |
| 888 | 2026-06-22T00:03:09.433Z | Downloaded progenitor-macro v0.13.0 |
| 889 | 2026-06-22T00:03:09.433Z | Downloaded paste v1.0.15 |
| 890 | 2026-06-22T00:03:09.438Z | Downloaded oxnet v0.1.6 |
| 891 | 2026-06-22T00:03:09.438Z | Downloaded num_enum v0.5.11 |
| 892 | 2026-06-22T00:03:09.438Z | Downloaded phf v0.13.1 |
| 893 | 2026-06-22T00:03:09.438Z | Downloaded peg-macros v0.8.5 |
| 894 | 2026-06-22T00:03:09.442Z | Downloaded peg v0.8.5 |
| 895 | 2026-06-22T00:03:09.442Z | Downloaded progenitor-macro v0.14.0 |
| 896 | 2026-06-22T00:03:09.454Z | Downloaded radium v0.7.0 |
| 897 | 2026-06-22T00:03:09.457Z | Downloaded quick-error v1.2.3 |
| 898 | 2026-06-22T00:03:09.457Z | Downloaded pem-rfc7468 v0.7.0 |
| 899 | 2026-06-22T00:03:09.457Z | Downloaded pem v3.0.6 |
| 900 | 2026-06-22T00:03:09.457Z | Downloaded libbz2-rs-sys v0.2.2 |
| 901 | 2026-06-22T00:03:09.461Z | Downloaded progenitor-client v0.14.0 |
| 902 | 2026-06-22T00:03:09.461Z | Downloaded heapless v0.8.0 |
| 903 | 2026-06-22T00:03:09.461Z | Downloaded phf v0.12.1 |
| 904 | 2026-06-22T00:03:09.464Z | Downloaded password-hash v0.5.0 |
| 905 | 2026-06-22T00:03:09.464Z | Downloaded pkcs8 v0.10.2 |
| 906 | 2026-06-22T00:03:09.469Z | Downloaded pkg-config v0.3.32 |
| 907 | 2026-06-22T00:03:09.469Z | Downloaded pin-project-internal v1.1.11 |
| 908 | 2026-06-22T00:03:09.469Z | Downloaded password-hash v0.4.2 |
| 909 | 2026-06-22T00:03:09.472Z | Downloaded der v0.7.10 |
| 910 | 2026-06-22T00:03:09.472Z | Downloaded postgres-protocol v0.6.10 |
| 911 | 2026-06-22T00:03:09.472Z | Downloaded pin-project-lite v0.2.17 |
| 912 | 2026-06-22T00:03:09.475Z | Downloaded rand_xorshift v0.4.0 |
| 913 | 2026-06-22T00:03:09.478Z | Downloaded polyval v0.6.2 |
| 914 | 2026-06-22T00:03:09.478Z | Downloaded ref-cast-impl v1.0.25 |
| 915 | 2026-06-22T00:03:09.478Z | Downloaded ref-cast v1.0.25 |
| 916 | 2026-06-22T00:03:09.481Z | Downloaded recursive v0.1.1 |
| 917 | 2026-06-22T00:03:09.481Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 918 | 2026-06-22T00:03:09.481Z | Downloaded crossbeam-channel v0.5.15 |
| 919 | 2026-06-22T00:03:09.484Z | Downloaded ignore v0.4.25 |
| 920 | 2026-06-22T00:03:09.488Z | Downloaded bumpalo v3.20.2 |
| 921 | 2026-06-22T00:03:09.488Z | Downloaded hickory-resolver v0.25.2 |
| 922 | 2026-06-22T00:03:09.492Z | Downloaded predicates v3.1.4 |
| 923 | 2026-06-22T00:03:09.492Z | Downloaded base64 v0.21.7 |
| 924 | 2026-06-22T00:03:09.496Z | Downloaded parking_lot v0.12.5 |
| 925 | 2026-06-22T00:03:09.496Z | Downloaded futures v0.3.32 |
| 926 | 2026-06-22T00:03:09.499Z | Downloaded progenitor v0.14.0 |
| 927 | 2026-06-22T00:03:09.499Z | Downloaded proc-macro-error2 v2.0.1 |
| 928 | 2026-06-22T00:03:09.502Z | Downloaded indicatif v0.18.4 |
| 929 | 2026-06-22T00:03:09.502Z | Downloaded psl-types v2.0.11 |
| 930 | 2026-06-22T00:03:09.505Z | Downloaded cc v1.2.56 |
| 931 | 2026-06-22T00:03:09.505Z | Downloaded rfc6979 v0.4.0 |
| 932 | 2026-06-22T00:03:09.505Z | Downloaded parking_lot_core v0.8.6 |
| 933 | 2026-06-22T00:03:09.509Z | Downloaded rtoolbox v0.0.3 |
| 934 | 2026-06-22T00:03:09.509Z | Downloaded progenitor v0.13.0 |
| 935 | 2026-06-22T00:03:09.512Z | Downloaded progenitor-extras v0.2.0 |
| 936 | 2026-06-22T00:03:09.512Z | Downloaded parking_lot_core v0.9.12 |
| 937 | 2026-06-22T00:03:09.512Z | Downloaded parking_lot v0.11.2 |
| 938 | 2026-06-22T00:03:09.515Z | Downloaded hickory-resolver v0.24.4 |
| 939 | 2026-06-22T00:03:09.515Z | Downloaded psm v0.1.30 |
| 940 | 2026-06-22T00:03:09.518Z | Downloaded progenitor-client v0.13.0 |
| 941 | 2026-06-22T00:03:09.518Z | Downloaded headers v0.4.1 |
| 942 | 2026-06-22T00:03:09.521Z | Downloaded rand_chacha v0.3.1 |
| 943 | 2026-06-22T00:03:09.524Z | Downloaded r2d2 v0.8.10 |
| 944 | 2026-06-22T00:03:09.524Z | Downloaded pkcs1 v0.7.5 |
| 945 | 2026-06-22T00:03:09.524Z | Downloaded rustc_version v0.4.1 |
| 946 | 2026-06-22T00:03:09.527Z | Downloaded rustc_version v0.1.7 |
| 947 | 2026-06-22T00:03:09.527Z | Downloaded russh-cryptovec v0.7.3 |
| 948 | 2026-06-22T00:03:09.527Z | Downloaded flate2 v1.1.9 |
| 949 | 2026-06-22T00:03:09.530Z | Downloaded libloading v0.8.9 |
| 950 | 2026-06-22T00:03:09.530Z | Downloaded rand_seeder v0.4.0 |
| 951 | 2026-06-22T00:03:09.533Z | Downloaded omicron-zone-package v0.12.2 |
| 952 | 2026-06-22T00:03:09.533Z | Downloaded rand_core v0.10.0 |
| 953 | 2026-06-22T00:03:09.536Z | Downloaded diesel_derives v2.3.7 |
| 954 | 2026-06-22T00:03:09.539Z | Downloaded rustc-hash v2.1.1 |
| 955 | 2026-06-22T00:03:09.539Z | Downloaded rand_chacha v0.9.0 |
| 956 | 2026-06-22T00:03:09.544Z | Downloaded pkcs5 v0.7.1 |
| 957 | 2026-06-22T00:03:09.549Z | Downloaded sapling-renderdag v0.1.0 |
| 958 | 2026-06-22T00:03:09.553Z | Downloaded salsa20 v0.10.2 |
| 959 | 2026-06-22T00:03:09.553Z | Downloaded same-file v1.0.6 |
| 960 | 2026-06-22T00:03:09.553Z | Downloaded ppv-lite86 v0.2.21 |
| 961 | 2026-06-22T00:03:09.557Z | Downloaded expectorate v1.2.0 |
| 962 | 2026-06-22T00:03:09.557Z | Downloaded poly1305 v0.8.0 |
| 963 | 2026-06-22T00:03:09.560Z | Downloaded scroll_derive v0.13.1 |
| 964 | 2026-06-22T00:03:09.560Z | Downloaded scopeguard v1.2.0 |
| 965 | 2026-06-22T00:03:09.560Z | Downloaded crossterm v0.29.0 |
| 966 | 2026-06-22T00:03:09.563Z | Downloaded postgres-types v0.2.12 |
| 967 | 2026-06-22T00:03:09.566Z | Downloaded oso v0.27.3 |
| 968 | 2026-06-22T00:03:09.566Z | Downloaded scheduled-thread-pool v0.2.7 |
| 969 | 2026-06-22T00:03:09.570Z | Downloaded miniz_oxide v0.8.9 |
| 970 | 2026-06-22T00:03:09.574Z | Downloaded resolv-conf v0.7.6 |
| 971 | 2026-06-22T00:03:09.580Z | Downloaded scrypt v0.11.0 |
| 972 | 2026-06-22T00:03:09.580Z | Downloaded primeorder v0.13.6 |
| 973 | 2026-06-22T00:03:09.581Z | Downloaded secrecy v0.8.0 |
| 974 | 2026-06-22T00:03:09.581Z | Downloaded semver v0.1.20 |
| 975 | 2026-06-22T00:03:09.585Z | Downloaded secrecy v0.10.3 |
| 976 | 2026-06-22T00:03:09.586Z | Downloaded seq-macro v0.3.6 |
| 977 | 2026-06-22T00:03:09.586Z | Downloaded serde-big-array v0.5.1 |
| 978 | 2026-06-22T00:03:09.586Z | Downloaded heapless v0.7.17 |
| 979 | 2026-06-22T00:03:09.593Z | Downloaded jiff-static v0.2.21 |
| 980 | 2026-06-22T00:03:09.597Z | Downloaded quinn-udp v0.5.14 |
| 981 | 2026-06-22T00:03:09.600Z | Downloaded serde_bytes v0.11.19 |
| 982 | 2026-06-22T00:03:09.600Z | Downloaded serde_urlencoded v0.7.1 |
| 983 | 2026-06-22T00:03:09.600Z | Downloaded serde_repr v0.1.20 |
| 984 | 2026-06-22T00:03:09.600Z | Downloaded serde_plain v1.0.2 |
| 985 | 2026-06-22T00:03:09.609Z | Downloaded sha1 v0.10.6 |
| 986 | 2026-06-22T00:03:09.609Z | Downloaded shell-words v1.1.1 |
| 987 | 2026-06-22T00:03:09.618Z | Downloaded rustls-native-certs v0.8.3 |
| 988 | 2026-06-22T00:03:09.618Z | Downloaded ed25519-dalek v2.2.0 |
| 989 | 2026-06-22T00:03:09.618Z | Downloaded rustls-pemfile v1.0.4 |
| 990 | 2026-06-22T00:03:09.618Z | Downloaded rand_core v0.9.5 |
| 991 | 2026-06-22T00:03:09.618Z | Downloaded pin-project v1.1.11 |
| 992 | 2026-06-22T00:03:09.621Z | Downloaded rusty-fork v0.3.1 |
| 993 | 2026-06-22T00:03:09.621Z | Downloaded signal-hook-tokio v0.3.1 |
| 994 | 2026-06-22T00:03:09.621Z | Downloaded hyper-util v0.1.20 |
| 995 | 2026-06-22T00:03:09.625Z | Downloaded signal-hook-mio v0.2.5 |
| 996 | 2026-06-22T00:03:09.625Z | Downloaded postcard v1.1.3 |
| 997 | 2026-06-22T00:03:09.625Z | Downloaded signature v2.2.0 |
| 998 | 2026-06-22T00:03:09.628Z | Downloaded rustls-pemfile v2.2.0 |
| 999 | 2026-06-22T00:03:09.628Z | Downloaded openssl-sys v0.9.115 |
| 1000 | 2026-06-22T00:03:09.634Z | Downloaded rand_core v0.6.4 |
| 1001 | 2026-06-22T00:03:09.638Z | Downloaded sigpipe v0.1.3 |
| 1002 | 2026-06-22T00:03:09.638Z | Downloaded siphasher v1.0.2 |
| 1003 | 2026-06-22T00:03:09.638Z | Downloaded scroll v0.13.0 |
| 1004 | 2026-06-22T00:03:09.638Z | Downloaded hashbrown v0.12.3 |
| 1005 | 2026-06-22T00:03:09.645Z | Downloaded slog-bunyan v2.5.0 |
| 1006 | 2026-06-22T00:03:09.645Z | Downloaded schemars_derive v0.8.22 |
| 1007 | 2026-06-22T00:03:09.659Z | Downloaded p256 v0.13.2 |
| 1008 | 2026-06-22T00:03:09.660Z | Downloaded progenitor-impl v0.13.0 |
| 1009 | 2026-06-22T00:03:09.660Z | Downloaded slog-envlogger v2.2.0 |
| 1010 | 2026-06-22T00:03:09.670Z | Downloaded papergrid v0.17.0 |
| 1011 | 2026-06-22T00:03:09.670Z | Downloaded sct v0.7.1 |
| 1012 | 2026-06-22T00:03:09.670Z | Downloaded serde_path_to_error v0.1.20 |
| 1013 | 2026-06-22T00:03:09.670Z | Downloaded hashbrown v0.13.2 |
| 1014 | 2026-06-22T00:03:09.670Z | Downloaded serde_derive_internals v0.29.1 |
| 1015 | 2026-06-22T00:03:09.675Z | Downloaded hickory-server v0.25.2 |
| 1016 | 2026-06-22T00:03:09.675Z | Downloaded serde_spanned v1.0.4 |
| 1017 | 2026-06-22T00:03:09.675Z | Downloaded serde-hex v0.1.0 |
| 1018 | 2026-06-22T00:03:09.675Z | Downloaded sqlparser_derive v0.5.0 |
| 1019 | 2026-06-22T00:03:09.680Z | Downloaded russh-keys v0.45.0 |
| 1020 | 2026-06-22T00:03:09.685Z | Downloaded ssh-encoding v0.2.0 |
| 1021 | 2026-06-22T00:03:09.690Z | Downloaded ssh-cipher v0.2.0 |
| 1022 | 2026-06-22T00:03:09.690Z | Downloaded slab v0.4.12 |
| 1023 | 2026-06-22T00:03:09.694Z | Downloaded signal-hook-registry v1.4.8 |
| 1024 | 2026-06-22T00:03:09.694Z | Downloaded rustversion v1.0.22 |
| 1025 | 2026-06-22T00:03:09.694Z | Downloaded strum v0.26.3 |
| 1026 | 2026-06-22T00:03:09.694Z | Downloaded rustls-pki-types v1.14.0 |
| 1027 | 2026-06-22T00:03:09.704Z | Downloaded strsim v0.10.0 |
| 1028 | 2026-06-22T00:03:09.710Z | Downloaded shlex v1.3.0 |
| 1029 | 2026-06-22T00:03:09.710Z | Downloaded structmeta v0.3.0 |
| 1030 | 2026-06-22T00:03:09.710Z | Downloaded structmeta-derive v0.3.0 |
| 1031 | 2026-06-22T00:03:09.720Z | Downloaded minimal-lexical v0.2.1 |
| 1032 | 2026-06-22T00:03:09.720Z | Downloaded strum v0.27.2 |
| 1033 | 2026-06-22T00:03:09.720Z | Downloaded sec1 v0.7.3 |
| 1034 | 2026-06-22T00:03:09.736Z | Downloaded ron v0.8.1 |
| 1035 | 2026-06-22T00:03:09.736Z | Downloaded smallvec v0.6.14 |
| 1036 | 2026-06-22T00:03:09.736Z | Downloaded slog-stdlog v4.1.1 |
| 1037 | 2026-06-22T00:03:09.736Z | Downloaded slog-json v2.6.1 |
| 1038 | 2026-06-22T00:03:09.737Z | Downloaded slog-term v2.9.2 |
| 1039 | 2026-06-22T00:03:09.737Z | Downloaded slog-scope v4.4.1 |
| 1040 | 2026-06-22T00:03:09.737Z | Downloaded slog-dtrace v0.3.0 |
| 1041 | 2026-06-22T00:03:09.737Z | Downloaded supports-color v3.0.2 |
| 1042 | 2026-06-22T00:03:09.737Z | Downloaded tabled_derive v0.11.0 |
| 1043 | 2026-06-22T00:03:09.737Z | Downloaded subtle v2.6.1 |
| 1044 | 2026-06-22T00:03:09.743Z | Downloaded snafu-derive v0.8.9 |
| 1045 | 2026-06-22T00:03:09.743Z | Downloaded take_mut v0.2.2 |
| 1046 | 2026-06-22T00:03:09.743Z | Downloaded aes-gcm v0.10.3 |
| 1047 | 2026-06-22T00:03:09.743Z | Downloaded tabwriter v1.4.1 |
| 1048 | 2026-06-22T00:03:09.743Z | Downloaded simd-adler32 v0.3.8 |
| 1049 | 2026-06-22T00:03:09.743Z | Downloaded prettyplease v0.2.37 |
| 1050 | 2026-06-22T00:03:09.743Z | Downloaded prefix-trie v0.7.0 |
| 1051 | 2026-06-22T00:03:09.743Z | Downloaded itertools v0.10.5 |
| 1052 | 2026-06-22T00:03:09.750Z | Downloaded sync-ptr v0.1.4 |
| 1053 | 2026-06-22T00:03:09.751Z | Downloaded smf v0.2.3 |
| 1054 | 2026-06-22T00:03:09.751Z | Downloaded tap v1.0.1 |
| 1055 | 2026-06-22T00:03:09.752Z | Downloaded serde_with_macros v3.17.0 |
| 1056 | 2026-06-22T00:03:09.756Z | Downloaded sync_wrapper v1.0.2 |
| 1057 | 2026-06-22T00:03:09.757Z | Downloaded time-core v0.1.8 |
| 1058 | 2026-06-22T00:03:09.757Z | Downloaded testing_table v0.3.0 |
| 1059 | 2026-06-22T00:03:09.757Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1060 | 2026-06-22T00:03:09.757Z | Downloaded spki v0.7.3 |
| 1061 | 2026-06-22T00:03:09.762Z | Downloaded progenitor-impl v0.14.0 |
| 1062 | 2026-06-22T00:03:09.762Z | Downloaded serde_cbor v0.11.2 |
| 1063 | 2026-06-22T00:03:09.762Z | Downloaded sqlformat v0.3.5 |
| 1064 | 2026-06-22T00:03:09.762Z | Downloaded dropshot-api-manager v0.7.2 |
| 1065 | 2026-06-22T00:03:09.767Z | Downloaded serde_with_macros v1.5.2 |
| 1066 | 2026-06-22T00:03:09.767Z | Downloaded termtree v0.5.1 |
| 1067 | 2026-06-22T00:03:09.772Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1068 | 2026-06-22T00:03:09.772Z | Downloaded thread-id v5.1.0 |
| 1069 | 2026-06-22T00:03:09.772Z | Downloaded static_assertions v1.1.0 |
| 1070 | 2026-06-22T00:03:09.772Z | Downloaded tinyvec_macros v0.1.1 |
| 1071 | 2026-06-22T00:03:09.772Z | Downloaded strum_macros v0.24.3 |
| 1072 | 2026-06-22T00:03:09.776Z | Downloaded rcgen v0.12.1 |
| 1073 | 2026-06-22T00:03:09.776Z | Downloaded http v1.4.0 |
| 1074 | 2026-06-22T00:03:09.785Z | Downloaded strum_macros v0.27.2 |
| 1075 | 2026-06-22T00:03:09.788Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1076 | 2026-06-22T00:03:09.788Z | Downloaded stringprep v0.1.5 |
| 1077 | 2026-06-22T00:03:09.788Z | Downloaded string_cache v0.8.9 |
| 1078 | 2026-06-22T00:03:09.788Z | Downloaded stacker v0.1.23 |
| 1079 | 2026-06-22T00:03:09.794Z | Downloaded rayon-core v1.13.0 |
| 1080 | 2026-06-22T00:03:09.794Z | Downloaded schemars v0.8.22 |
| 1081 | 2026-06-22T00:03:09.799Z | Downloaded tagptr v0.2.0 |
| 1082 | 2026-06-22T00:03:09.804Z | Downloaded hashbrown v0.16.1 |
| 1083 | 2026-06-22T00:03:09.804Z | Downloaded termios v0.3.3 |
| 1084 | 2026-06-22T00:03:09.808Z | Downloaded strum_macros v0.26.4 |
| 1085 | 2026-06-22T00:03:09.808Z | Downloaded slog-async v2.8.0 |
| 1086 | 2026-06-22T00:03:09.809Z | Downloaded hashbrown v0.15.5 |
| 1087 | 2026-06-22T00:03:09.817Z | Downloaded mio v1.2.0 |
| 1088 | 2026-06-22T00:03:09.822Z | Downloaded quinn v0.11.9 |
| 1089 | 2026-06-22T00:03:09.822Z | Downloaded nom v7.1.3 |
| 1090 | 2026-06-22T00:03:09.822Z | Downloaded support-bundle-viewer v0.1.2 |
| 1091 | 2026-06-22T00:03:09.822Z | Downloaded ryu v1.0.23 |
| 1092 | 2026-06-22T00:03:09.827Z | Downloaded num-bigint v0.4.6 |
| 1093 | 2026-06-22T00:03:09.831Z | Downloaded blake3 v1.8.3 |
| 1094 | 2026-06-22T00:03:09.836Z | Downloaded rand v0.8.6 |
| 1095 | 2026-06-22T00:03:09.840Z | Downloaded trait-variant v0.1.2 |
| 1096 | 2026-06-22T00:03:09.840Z | Downloaded topological-sort v0.2.2 |
| 1097 | 2026-06-22T00:03:09.840Z | Downloaded time-macros v0.2.27 |
| 1098 | 2026-06-22T00:03:09.846Z | Downloaded qorb v0.4.1 |
| 1099 | 2026-06-22T00:03:09.846Z | Downloaded publicsuffix v2.3.0 |
| 1100 | 2026-06-22T00:03:09.846Z | Downloaded spin v0.9.8 |
| 1101 | 2026-06-22T00:03:09.852Z | Downloaded tiny-keccak v2.0.2 |
| 1102 | 2026-06-22T00:03:09.852Z | Downloaded thread_local v1.1.9 |
| 1103 | 2026-06-22T00:03:09.862Z | Downloaded thiserror-no-std v2.0.2 |
| 1104 | 2026-06-22T00:03:09.872Z | Downloaded tokio-dtrace v0.1.1 |
| 1105 | 2026-06-22T00:03:09.877Z | Downloaded try-lock v0.2.5 |
| 1106 | 2026-06-22T00:03:09.877Z | Downloaded tokio-rustls v0.25.0 |
| 1107 | 2026-06-22T00:03:09.877Z | Downloaded tokio-native-tls v0.3.1 |
| 1108 | 2026-06-22T00:03:09.877Z | Downloaded typify-macro v0.6.2 |
| 1109 | 2026-06-22T00:03:09.877Z | Downloaded unit-prefix v0.5.2 |
| 1110 | 2026-06-22T00:03:09.877Z | Downloaded unicode-truncate v1.1.0 |
| 1111 | 2026-06-22T00:03:09.877Z | Downloaded unarray v0.1.4 |
| 1112 | 2026-06-22T00:03:09.877Z | Downloaded slog v2.8.2 |
| 1113 | 2026-06-22T00:03:09.881Z | Downloaded term v0.7.0 |
| 1114 | 2026-06-22T00:03:09.928Z | Downloaded utf-8 v0.7.6 |
| 1115 | 2026-06-22T00:03:09.928Z | Downloaded itertools v0.13.0 |
| 1116 | 2026-06-22T00:03:09.931Z | Downloaded socket2 v0.6.3 |
| 1117 | 2026-06-22T00:03:09.931Z | Downloaded aho-corasick v1.1.4 |
| 1118 | 2026-06-22T00:03:09.931Z | Downloaded universal-hash v0.5.1 |
| 1119 | 2026-06-22T00:03:09.931Z | Downloaded schemars v0.9.0 |
| 1120 | 2026-06-22T00:03:09.931Z | Downloaded usdt v0.6.0 |
| 1121 | 2026-06-22T00:03:09.932Z | Downloaded untrusted v0.7.1 |
| 1122 | 2026-06-22T00:03:09.932Z | Downloaded similar v2.7.0 |
| 1123 | 2026-06-22T00:03:09.932Z | Downloaded usdt-macro v0.6.0 |
| 1124 | 2026-06-22T00:03:09.932Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1125 | 2026-06-22T00:03:09.932Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1126 | 2026-06-22T00:03:09.932Z | Downloaded tokio-tungstenite v0.21.0 |
| 1127 | 2026-06-22T00:03:09.932Z | Downloaded term v1.2.1 |
| 1128 | 2026-06-22T00:03:09.932Z | Downloaded rustls-webpki v0.103.9 |
| 1129 | 2026-06-22T00:03:09.932Z | Downloaded want v0.3.1 |
| 1130 | 2026-06-22T00:03:09.932Z | Downloaded wait-timeout v0.2.1 |
| 1131 | 2026-06-22T00:03:09.932Z | Downloaded void v1.0.2 |
| 1132 | 2026-06-22T00:03:09.932Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1133 | 2026-06-22T00:03:09.932Z | Downloaded hyper v1.8.1 |
| 1134 | 2026-06-22T00:03:09.932Z | Downloaded xattr v1.6.1 |
| 1135 | 2026-06-22T00:03:09.932Z | Downloaded signal-hook v0.3.18 |
| 1136 | 2026-06-22T00:03:09.932Z | Downloaded tokio-tungstenite v0.23.1 |
| 1137 | 2026-06-22T00:03:09.932Z | Downloaded futures-util v0.3.32 |
| 1138 | 2026-06-22T00:03:09.932Z | Downloaded tui-tree-widget v0.23.1 |
| 1139 | 2026-06-22T00:03:09.932Z | Downloaded libxml v0.3.3 |
| 1140 | 2026-06-22T00:03:09.940Z | Downloaded rand v0.9.2 |
| 1141 | 2026-06-22T00:03:09.940Z | Downloaded waitgroup v0.1.2 |
| 1142 | 2026-06-22T00:03:09.940Z | Downloaded rsa v0.9.10 |
| 1143 | 2026-06-22T00:03:09.946Z | Downloaded pretty_assertions v1.4.1 |
| 1144 | 2026-06-22T00:03:09.946Z | Downloaded tower-service v0.3.3 |
| 1145 | 2026-06-22T00:03:09.946Z | Downloaded tower-layer v0.3.3 |
| 1146 | 2026-06-22T00:03:09.946Z | Downloaded tokio-macros v2.7.0 |
| 1147 | 2026-06-22T00:03:09.946Z | Downloaded tls_codec_derive v0.4.2 |
| 1148 | 2026-06-22T00:03:09.946Z | Downloaded tls_codec v0.4.2 |
| 1149 | 2026-06-22T00:03:09.946Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1150 | 2026-06-22T00:03:09.950Z | Downloaded tokio-rustls v0.26.4 |
| 1151 | 2026-06-22T00:03:09.950Z | Downloaded subprocess v0.2.15 |
| 1152 | 2026-06-22T00:03:09.950Z | Downloaded tokio-rustls v0.24.1 |
| 1153 | 2026-06-22T00:03:09.950Z | Downloaded samael v0.0.19 |
| 1154 | 2026-06-22T00:03:09.956Z | Downloaded xshell-macros v0.2.7 |
| 1155 | 2026-06-22T00:03:09.956Z | Downloaded itertools v0.12.1 |
| 1156 | 2026-06-22T00:03:09.959Z | Downloaded rand v0.10.0 |
| 1157 | 2026-06-22T00:03:09.964Z | Downloaded zeroize_derive v1.4.3 |
| 1158 | 2026-06-22T00:03:09.964Z | Downloaded schemars v1.2.1 |
| 1159 | 2026-06-22T00:03:09.972Z | Downloaded usdt-attr-macro v0.6.0 |
| 1160 | 2026-06-22T00:03:09.977Z | Downloaded itertools v0.14.0 |
| 1161 | 2026-06-22T00:03:09.977Z | Downloaded vergen-lib v0.1.6 |
| 1162 | 2026-06-22T00:03:09.977Z | Downloaded hkdf v0.12.4 |
| 1163 | 2026-06-22T00:03:09.982Z | Downloaded vergen-lib v9.1.0 |
| 1164 | 2026-06-22T00:03:09.982Z | Downloaded aws-lc-rs v1.16.3 |
| 1165 | 2026-06-22T00:03:09.987Z | Downloaded walkdir v2.5.0 |
| 1166 | 2026-06-22T00:03:09.987Z | Downloaded num-bigint-dig v0.8.6 |
| 1167 | 2026-06-22T00:03:09.992Z | Downloaded tracing-attributes v0.1.31 |
| 1168 | 2026-06-22T00:03:09.992Z | Downloaded tinyvec v1.10.0 |
| 1169 | 2026-06-22T00:03:09.993Z | Downloaded zone_cfg_derive v0.3.1 |
| 1170 | 2026-06-22T00:03:09.996Z | Downloaded snafu v0.8.9 |
| 1171 | 2026-06-22T00:03:09.997Z | Downloaded libm v0.2.16 |
| 1172 | 2026-06-22T00:03:10.001Z | Downloaded whoami v1.6.1 |
| 1173 | 2026-06-22T00:03:10.006Z | Downloaded vergen-gitcl v1.0.8 |
| 1174 | 2026-06-22T00:03:10.006Z | Downloaded test-strategy v0.4.5 |
| 1175 | 2026-06-22T00:03:10.009Z | Downloaded wyz v0.5.1 |
| 1176 | 2026-06-22T00:03:10.009Z | Downloaded whoami v2.1.0 |
| 1177 | 2026-06-22T00:03:10.009Z | Downloaded vergen-git2 v9.1.0 |
| 1178 | 2026-06-22T00:03:10.009Z | Downloaded h2 v0.4.13 |
| 1179 | 2026-06-22T00:03:10.014Z | Downloaded uzers v0.12.2 |
| 1180 | 2026-06-22T00:03:10.019Z | Downloaded usdt-impl v0.6.0 |
| 1181 | 2026-06-22T00:03:10.019Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1182 | 2026-06-22T00:03:10.019Z | Downloaded unicode-properties v0.1.4 |
| 1183 | 2026-06-22T00:03:10.023Z | Downloaded xshell v0.2.7 |
| 1184 | 2026-06-22T00:03:10.023Z | Downloaded untrusted v0.9.0 |
| 1185 | 2026-06-22T00:03:10.023Z | Downloaded unicase v2.9.0 |
| 1186 | 2026-06-22T00:03:10.023Z | Downloaded tokio-stream v0.1.18 |
| 1187 | 2026-06-22T00:03:10.028Z | Downloaded zeroize v1.8.2 |
| 1188 | 2026-06-22T00:03:10.038Z | Downloaded socket2 v0.5.10 |
| 1189 | 2026-06-22T00:03:10.038Z | Downloaded tar v0.4.45 |
| 1190 | 2026-06-22T00:03:10.038Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1191 | 2026-06-22T00:03:10.043Z | Downloaded p521 v0.13.3 |
| 1192 | 2026-06-22T00:03:10.043Z | Downloaded vsss-rs v3.3.4 |
| 1193 | 2026-06-22T00:03:10.043Z | Downloaded vergen v9.1.0 |
| 1194 | 2026-06-22T00:03:10.043Z | Downloaded toml v0.7.8 |
| 1195 | 2026-06-22T00:03:10.050Z | Downloaded zstd-safe v7.2.4 |
| 1196 | 2026-06-22T00:03:10.055Z | Downloaded zstd v0.13.3 |
| 1197 | 2026-06-22T00:03:10.055Z | Downloaded russh v0.45.0 |
| 1198 | 2026-06-22T00:03:10.055Z | Downloaded iddqd v0.4.2 |
| 1199 | 2026-06-22T00:03:10.063Z | Downloaded typify v0.6.2 |
| 1200 | 2026-06-22T00:03:10.068Z | Downloaded tungstenite v0.23.0 |
| 1201 | 2026-06-22T00:03:10.068Z | Downloaded zone v0.3.1 |
| 1202 | 2026-06-22T00:03:10.068Z | Downloaded tungstenite v0.21.0 |
| 1203 | 2026-06-22T00:03:10.068Z | Downloaded twox-hash v2.1.2 |
| 1204 | 2026-06-22T00:03:10.072Z | Downloaded rustyline v14.0.0 |
| 1205 | 2026-06-22T00:03:10.080Z | Downloaded zerocopy v0.6.6 |
| 1206 | 2026-06-22T00:03:10.080Z | Downloaded yasna v0.5.2 |
| 1207 | 2026-06-22T00:03:10.080Z | Downloaded unsafe-libyaml v0.2.11 |
| 1208 | 2026-06-22T00:03:10.084Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1209 | 2026-06-22T00:03:10.089Z | Downloaded vte v0.14.1 |
| 1210 | 2026-06-22T00:03:10.093Z | Downloaded nom v8.0.0 |
| 1211 | 2026-06-22T00:03:10.098Z | Downloaded iri-string v0.7.10 |
| 1212 | 2026-06-22T00:03:10.103Z | Downloaded serde_with v1.14.0 |
| 1213 | 2026-06-22T00:03:10.109Z | Downloaded bitvec v1.0.1 |
| 1214 | 2026-06-22T00:03:10.116Z | Downloaded unicode-bidi v0.3.18 |
| 1215 | 2026-06-22T00:03:10.124Z | Downloaded bindgen v0.71.1 |
| 1216 | 2026-06-22T00:03:10.124Z | Downloaded reedline v0.40.0 |
| 1217 | 2026-06-22T00:03:10.129Z | Downloaded tokio-postgres v0.7.16 |
| 1218 | 2026-06-22T00:03:10.137Z | Downloaded rpassword v7.4.0 |
| 1219 | 2026-06-22T00:03:10.141Z | Downloaded toml_edit v0.19.15 |
| 1220 | 2026-06-22T00:03:10.148Z | Downloaded uuid v1.23.0 |
| 1221 | 2026-06-22T00:03:10.154Z | Downloaded zopfli v0.8.3 |
| 1222 | 2026-06-22T00:03:10.154Z | Downloaded chrono v0.4.44 |
| 1223 | 2026-06-22T00:03:10.154Z | Downloaded ssh-key v0.6.7 |
| 1224 | 2026-06-22T00:03:10.162Z | Downloaded steno v0.4.1 |
| 1225 | 2026-06-22T00:03:10.162Z | Downloaded regex v1.12.3 |
| 1226 | 2026-06-22T00:03:10.169Z | Downloaded tracing-core v0.1.36 |
| 1227 | 2026-06-22T00:03:10.169Z | Downloaded git2 v0.20.4 |
| 1228 | 2026-06-22T00:03:10.176Z | Downloaded zip v0.6.6 |
| 1229 | 2026-06-22T00:03:10.177Z | Downloaded p384 v0.13.1 |
| 1230 | 2026-06-22T00:03:10.181Z | Downloaded unicode_categories v0.1.1 |
| 1231 | 2026-06-22T00:03:10.181Z | Downloaded reqwest v0.13.2 |
| 1232 | 2026-06-22T00:03:10.198Z | Downloaded portable-atomic v1.13.1 |
| 1233 | 2026-06-22T00:03:10.205Z | Downloaded yansi v1.0.1 |
| 1234 | 2026-06-22T00:03:10.212Z | Downloaded unicode-segmentation v1.12.0 |
| 1235 | 2026-06-22T00:03:10.217Z | Downloaded reqwest v0.12.28 |
| 1236 | 2026-06-22T00:03:10.217Z | Downloaded quick-xml v0.37.5 |
| 1237 | 2026-06-22T00:03:10.231Z | Downloaded rayon v1.11.0 |
| 1238 | 2026-06-22T00:03:10.236Z | Downloaded salty v0.3.0 |
| 1239 | 2026-06-22T00:03:10.239Z | Downloaded typed-path v0.9.3 |
| 1240 | 2026-06-22T00:03:10.243Z | Downloaded tower v0.5.3 |
| 1241 | 2026-06-22T00:03:10.247Z | Downloaded zerocopy-derive v0.8.40 |
| 1242 | 2026-06-22T00:03:10.252Z | Downloaded lalrpop v0.19.12 |
| 1243 | 2026-06-22T00:03:10.259Z | Downloaded rustls-webpki v0.101.7 |
| 1244 | 2026-06-22T00:03:10.265Z | Downloaded x509-cert v0.2.5 |
| 1245 | 2026-06-22T00:03:10.270Z | Downloaded moka v0.12.13 |
| 1246 | 2026-06-22T00:03:10.274Z | Downloaded zip v4.6.1 |
| 1247 | 2026-06-22T00:03:10.278Z | Downloaded curve25519-dalek v4.1.3 |
| 1248 | 2026-06-22T00:03:10.282Z | Downloaded unicode-normalization v0.1.25 |
| 1249 | 2026-06-22T00:03:10.287Z | Downloaded goblin v0.10.5 |
| 1250 | 2026-06-22T00:03:10.291Z | Downloaded bstr v1.12.1 |
| 1251 | 2026-06-22T00:03:10.295Z | Downloaded rustls-webpki v0.102.8 |
| 1252 | 2026-06-22T00:03:10.303Z | Downloaded tough v0.22.0 |
| 1253 | 2026-06-22T00:03:10.307Z | Downloaded serde_with v3.17.0 |
| 1254 | 2026-06-22T00:03:10.312Z | Downloaded object v0.30.4 |
| 1255 | 2026-06-22T00:03:10.320Z | Downloaded tokio-util v0.7.18 |
| 1256 | 2026-06-22T00:03:10.327Z | Downloaded proptest v1.10.0 |
| 1257 | 2026-06-22T00:03:10.333Z | Downloaded quinn-proto v0.11.13 |
| 1258 | 2026-06-22T00:03:10.336Z | Downloaded nix v0.27.1 |
| 1259 | 2026-06-22T00:03:10.349Z | Downloaded petname v2.0.2 |
| 1260 | 2026-06-22T00:03:10.353Z | Downloaded winnow v0.5.40 |
| 1261 | 2026-06-22T00:03:10.358Z | Downloaded winnow v0.6.26 |
| 1262 | 2026-06-22T00:03:10.365Z | Downloaded radix_trie v0.2.1 |
| 1263 | 2026-06-22T00:03:10.370Z | Downloaded tower-http v0.6.8 |
| 1264 | 2026-06-22T00:03:10.387Z | Downloaded openssl v0.10.79 |
| 1265 | 2026-06-22T00:03:10.393Z | Downloaded polar-core v0.27.3 |
| 1266 | 2026-06-22T00:03:10.405Z | Downloaded tabled v0.20.0 |
| 1267 | 2026-06-22T00:03:10.414Z | Downloaded time v0.3.47 |
| 1268 | 2026-06-22T00:03:10.420Z | Downloaded nix v0.28.0 |
| 1269 | 2026-06-22T00:03:10.426Z | Downloaded dropshot v0.17.0 |
| 1270 | 2026-06-22T00:03:10.438Z | Downloaded rustls v0.21.12 |
| 1271 | 2026-06-22T00:03:10.450Z | Downloaded zlib-rs v0.6.2 |
| 1272 | 2026-06-22T00:03:10.456Z | Downloaded regex-syntax v0.6.29 |
| 1273 | 2026-06-22T00:03:10.462Z | Downloaded hickory-proto v0.24.4 |
| 1274 | 2026-06-22T00:03:10.467Z | Downloaded object v0.37.3 |
| 1275 | 2026-06-22T00:03:10.473Z | Downloaded webpki-roots v1.0.6 |
| 1276 | 2026-06-22T00:03:10.479Z | Downloaded nix v0.31.2 |
| 1277 | 2026-06-22T00:03:10.522Z | Downloaded vcpkg v0.2.15 |
| 1278 | 2026-06-22T00:03:10.531Z | Downloaded zerocopy v0.8.40 |
| 1279 | 2026-06-22T00:03:10.531Z | Downloaded rustls v0.22.4 |
| 1280 | 2026-06-22T00:03:10.531Z | Downloaded smoltcp v0.11.0 |
| 1281 | 2026-06-22T00:03:10.531Z | Downloaded regress v0.10.5 |
| 1282 | 2026-06-22T00:03:10.536Z | Downloaded rustls v0.23.37 |
| 1283 | 2026-06-22T00:03:10.540Z | Downloaded rustix v0.38.44 |
| 1284 | 2026-06-22T00:03:10.551Z | Downloaded hickory-proto v0.25.2 |
| 1285 | 2026-06-22T00:03:10.561Z | Downloaded regress v0.11.1 |
| 1286 | 2026-06-22T00:03:10.566Z | Downloaded regex-syntax v0.8.10 |
| 1287 | 2026-06-22T00:03:10.571Z | Downloaded diesel v2.3.7 |
| 1288 | 2026-06-22T00:03:10.579Z | Downloaded openapiv3 v2.2.0 |
| 1289 | 2026-06-22T00:03:10.586Z | Downloaded smoltcp v0.9.1 |
| 1290 | 2026-06-22T00:03:10.594Z | Downloaded sqlparser v0.61.0 |
| 1291 | 2026-06-22T00:03:10.609Z | Downloaded sled v0.34.7 |
| 1292 | 2026-06-22T00:03:10.619Z | Downloaded tracing v0.1.44 |
| 1293 | 2026-06-22T00:03:10.630Z | Downloaded ratatui v0.29.0 |
| 1294 | 2026-06-22T00:03:10.643Z | Downloaded typify-impl v0.6.2 |
| 1295 | 2026-06-22T00:03:10.651Z | Downloaded zerocopy-derive v0.6.6 |
| 1296 | 2026-06-22T00:03:10.683Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1297 | 2026-06-22T00:03:10.700Z | Downloaded regex-automata v0.4.14 |
| 1298 | 2026-06-22T00:03:10.715Z | Downloaded csv v1.4.0 |
| 1299 | 2026-06-22T00:03:10.720Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1300 | 2026-06-22T00:03:10.732Z | Downloaded tokio v1.52.1 |
| 1301 | 2026-06-22T00:03:10.755Z | Downloaded petgraph v0.6.5 |
| 1302 | 2026-06-22T00:03:10.775Z | Downloaded jiff v0.2.21 |
| 1303 | 2026-06-22T00:03:10.786Z | Downloaded encoding_rs v0.8.35 |
| 1304 | 2026-06-22T00:03:10.799Z | Downloaded chrono-tz v0.10.4 |
| 1305 | 2026-06-22T00:03:10.811Z | Downloaded petgraph v0.8.3 |
| 1306 | 2026-06-22T00:03:10.825Z | Downloaded libz-sys v1.1.24 |
| 1307 | 2026-06-22T00:03:10.852Z | Downloaded sha3 v0.10.8 |
| 1308 | 2026-06-22T00:03:10.974Z | Downloaded ring v0.17.14 |
| 1309 | 2026-06-22T00:03:11.023Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1310 | 2026-06-22T00:03:11.538Z | Downloaded aws-lc-sys v0.40.0 |
| 1311 | 2026-06-22T00:03:11.803Z | Compiling libc v0.2.185 |
| 1312 | 2026-06-22T00:03:11.803Z | Compiling serde v1.0.228 |
| 1313 | 2026-06-22T00:03:11.807Z | Compiling log v0.4.29 |
| 1314 | 2026-06-22T00:03:11.807Z | Compiling shlex v1.3.0 |
| 1315 | 2026-06-22T00:03:11.914Z | Compiling find-msvc-tools v0.1.9 |
| 1316 | 2026-06-22T00:03:11.943Z | Compiling syn v2.0.117 |
| 1317 | 2026-06-22T00:03:11.951Z | Compiling smallvec v1.15.1 |
| 1318 | 2026-06-22T00:03:11.951Z | Compiling typenum v1.19.0 |
| 1319 | 2026-06-22T00:03:12.097Z | Compiling generic-array v0.14.7 |
| 1320 | 2026-06-22T00:03:12.111Z | Compiling subtle v2.6.1 |
| 1321 | 2026-06-22T00:03:12.146Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-06-22T00:03:12.186Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-06-22T00:03:12.231Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-06-22T00:03:12.247Z | Compiling serde_json v1.0.149 |
| 1325 | 2026-06-22T00:03:12.284Z | Compiling zerocopy v0.8.40 |
| 1326 | 2026-06-22T00:03:12.334Z | Compiling pin-project-lite v0.2.17 |
| 1327 | 2026-06-22T00:03:12.434Z | Compiling parking_lot_core v0.9.12 |
| 1328 | 2026-06-22T00:03:12.449Z | Compiling portable-atomic v1.13.1 |
| 1329 | 2026-06-22T00:03:12.697Z | Compiling pkg-config v0.3.32 |
| 1330 | 2026-06-22T00:03:12.737Z | Compiling getrandom v0.2.17 |
| 1331 | 2026-06-22T00:03:12.796Z | Compiling jobserver v0.1.34 |
| 1332 | 2026-06-22T00:03:12.875Z | Compiling rand_core v0.6.4 |
| 1333 | 2026-06-22T00:03:12.900Z | Compiling errno v0.3.14 |
| 1334 | 2026-06-22T00:03:13.043Z | Compiling cc v1.2.56 |
| 1335 | 2026-06-22T00:03:13.134Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-06-22T00:03:13.162Z | Compiling bitflags v2.11.0 |
| 1337 | 2026-06-22T00:03:13.222Z | Compiling libm v0.2.16 |
| 1338 | 2026-06-22T00:03:13.235Z | Compiling futures-core v0.3.32 |
| 1339 | 2026-06-22T00:03:13.381Z | Compiling critical-section v1.2.0 |
| 1340 | 2026-06-22T00:03:13.384Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-06-22T00:03:13.407Z | Compiling mio v1.2.0 |
| 1342 | 2026-06-22T00:03:13.434Z | Compiling num-traits v0.2.19 |
| 1343 | 2026-06-22T00:03:13.488Z | Compiling once_cell v1.21.3 |
| 1344 | 2026-06-22T00:03:13.563Z | Compiling percent-encoding v2.3.2 |
| 1345 | 2026-06-22T00:03:13.692Z | Compiling socket2 v0.6.3 |
| 1346 | 2026-06-22T00:03:13.746Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-06-22T00:03:13.761Z | Compiling cpufeatures v0.2.17 |
| 1348 | 2026-06-22T00:03:13.772Z | Compiling slab v0.4.12 |
| 1349 | 2026-06-22T00:03:13.845Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-06-22T00:03:13.863Z | Compiling getrandom v0.4.1 |
| 1351 | 2026-06-22T00:03:13.866Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-06-22T00:03:13.956Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-06-22T00:03:14.042Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-06-22T00:03:14.065Z | Compiling indexmap v2.14.0 |
| 1355 | 2026-06-22T00:03:14.096Z | Compiling rustversion v1.0.22 |
| 1356 | 2026-06-22T00:03:14.109Z | Compiling getrandom v0.3.4 |
| 1357 | 2026-06-22T00:03:14.201Z | Compiling cmake v0.1.57 |
| 1358 | 2026-06-22T00:03:14.487Z | Compiling form_urlencoded v1.2.2 |
| 1359 | 2026-06-22T00:03:14.559Z | Compiling dunce v1.0.5 |
| 1360 | 2026-06-22T00:03:14.590Z | Compiling fs_extra v1.3.0 |
| 1361 | 2026-06-22T00:03:14.650Z | Compiling base64ct v1.8.3 |
| 1362 | 2026-06-22T00:03:14.663Z | Compiling synstructure v0.13.2 |
| 1363 | 2026-06-22T00:03:14.685Z | Compiling ident_case v1.0.1 |
| 1364 | 2026-06-22T00:03:14.805Z | Compiling iana-time-zone v0.1.65 |
| 1365 | 2026-06-22T00:03:14.850Z | Compiling aws-lc-sys v0.40.0 |
| 1366 | 2026-06-22T00:03:15.034Z | Compiling pem-rfc7468 v0.7.0 |
| 1367 | 2026-06-22T00:03:15.090Z | Compiling flagset v0.4.7 |
| 1368 | 2026-06-22T00:03:15.120Z | Compiling regex-syntax v0.8.10 |
| 1369 | 2026-06-22T00:03:15.166Z | Compiling rustix v1.1.3 |
| 1370 | 2026-06-22T00:03:15.200Z | Compiling rand_core v0.9.5 |
| 1371 | 2026-06-22T00:03:15.211Z | Compiling ring v0.17.14 |
| 1372 | 2026-06-22T00:03:15.349Z | Compiling aws-lc-rs v1.16.3 |
| 1373 | 2026-06-22T00:03:15.381Z | Compiling vcpkg v0.2.15 |
| 1374 | 2026-06-22T00:03:15.481Z | Compiling uuid v1.23.0 |
| 1375 | 2026-06-22T00:03:15.640Z | Compiling rustc_version v0.4.1 |
| 1376 | 2026-06-22T00:03:15.974Z | Compiling tracing-core v0.1.36 |
| 1377 | 2026-06-22T00:03:16.128Z | Compiling openssl-sys v0.9.115 |
| 1378 | 2026-06-22T00:03:16.187Z | Compiling base64 v0.22.1 |
| 1379 | 2026-06-22T00:03:16.501Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-06-22T00:03:16.514Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-06-22T00:03:16.532Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-06-22T00:03:16.660Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-06-22T00:03:16.935Z | Compiling zerocopy-derive v0.8.40 |
| 1384 | 2026-06-22T00:03:17.161Z | Compiling zeroize v1.8.2 |
| 1385 | 2026-06-22T00:03:17.501Z | Compiling zerovec-derive v0.11.2 |
| 1386 | 2026-06-22T00:03:17.824Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-06-22T00:03:17.928Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-06-22T00:03:17.943Z | Compiling zerofrom v0.1.6 |
| 1389 | 2026-06-22T00:03:18.064Z | Compiling yoke v0.8.1 |
| 1390 | 2026-06-22T00:03:18.077Z | Compiling block-buffer v0.10.4 |
| 1391 | 2026-06-22T00:03:18.240Z | Compiling digest v0.10.7 |
| 1392 | 2026-06-22T00:03:18.255Z | Compiling tokio-macros v2.7.0 |
| 1393 | 2026-06-22T00:03:18.486Z | Compiling futures-macro v0.3.32 |
| 1394 | 2026-06-22T00:03:18.564Z | Compiling zerotrie v0.2.3 |
| 1395 | 2026-06-22T00:03:18.619Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-06-22T00:03:18.852Z | Compiling hmac v0.12.1 |
| 1397 | 2026-06-22T00:03:18.968Z | Compiling block-padding v0.3.3 |
| 1398 | 2026-06-22T00:03:19.007Z | Compiling sha2 v0.10.9 |
| 1399 | 2026-06-22T00:03:19.120Z | Compiling tinystr v0.8.2 |
| 1400 | 2026-06-22T00:03:19.124Z | Compiling potential_utf v0.1.4 |
| 1401 | 2026-06-22T00:03:19.258Z | Compiling icu_collections v2.1.1 |
| 1402 | 2026-06-22T00:03:19.295Z | Compiling icu_locale_core v2.1.1 |
| 1403 | 2026-06-22T00:03:19.318Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-06-22T00:03:19.728Z | Compiling inout v0.1.4 |
| 1405 | 2026-06-22T00:03:19.879Z | Compiling bytes v1.11.1 |
| 1406 | 2026-06-22T00:03:19.950Z | Compiling icu_provider v2.1.1 |
| 1407 | 2026-06-22T00:03:19.964Z | Compiling cipher v0.4.4 |
| 1408 | 2026-06-22T00:03:20.188Z | Compiling icu_normalizer v2.1.1 |
| 1409 | 2026-06-22T00:03:20.227Z | Compiling icu_properties v2.1.2 |
| 1410 | 2026-06-22T00:03:20.248Z | Compiling der_derive v0.7.3 |
| 1411 | 2026-06-22T00:03:20.414Z | Compiling tokio v1.52.1 |
| 1412 | 2026-06-22T00:03:20.518Z | Compiling http v1.4.0 |
| 1413 | 2026-06-22T00:03:20.750Z | Compiling chrono v0.4.44 |
| 1414 | 2026-06-22T00:03:21.205Z | Compiling idna_adapter v1.2.1 |
| 1415 | 2026-06-22T00:03:21.324Z | Compiling idna v1.1.0 |
| 1416 | 2026-06-22T00:03:21.342Z | Compiling ppv-lite86 v0.2.21 |
| 1417 | 2026-06-22T00:03:21.430Z | Compiling der v0.7.10 |
| 1418 | 2026-06-22T00:03:21.439Z | Compiling salsa20 v0.10.2 |
| 1419 | 2026-06-22T00:03:21.578Z | Compiling pbkdf2 v0.12.2 |
| 1420 | 2026-06-22T00:03:21.640Z | Compiling url v2.5.8 |
| 1421 | 2026-06-22T00:03:21.652Z | Compiling rustls-pki-types v1.14.0 |
| 1422 | 2026-06-22T00:03:21.686Z | Compiling thiserror-impl v2.0.18 |
| 1423 | 2026-06-22T00:03:21.968Z | Compiling tracing-attributes v0.1.31 |
| 1424 | 2026-06-22T00:03:22.087Z | Compiling scrypt v0.11.0 |
| 1425 | 2026-06-22T00:03:22.116Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2026-06-22T00:03:22.331Z | Compiling spki v0.7.3 |
| 1427 | 2026-06-22T00:03:22.407Z | Compiling http-body v1.0.1 |
| 1428 | 2026-06-22T00:03:22.530Z | Compiling aes v0.8.4 |
| 1429 | 2026-06-22T00:03:22.559Z | Compiling cbc v0.1.2 |
| 1430 | 2026-06-22T00:03:22.661Z | Compiling openssl-probe v0.2.1 |
| 1431 | 2026-06-22T00:03:22.699Z | Compiling untrusted v0.7.1 |
| 1432 | 2026-06-22T00:03:22.787Z | Compiling untrusted v0.9.0 |
| 1433 | 2026-06-22T00:03:22.819Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2026-06-22T00:03:22.832Z | Compiling httparse v1.10.1 |
| 1435 | 2026-06-22T00:03:22.907Z | Compiling pkcs5 v0.7.1 |
| 1436 | 2026-06-22T00:03:22.976Z | Compiling thiserror v2.0.18 |
| 1437 | 2026-06-22T00:03:23.081Z | Compiling tinyvec v1.10.0 |
| 1438 | 2026-06-22T00:03:23.203Z | Compiling pest_generator v2.8.6 |
| 1439 | 2026-06-22T00:03:23.242Z | Compiling tracing v0.1.44 |
| 1440 | 2026-06-22T00:03:23.374Z | Compiling rand v0.9.2 |
| 1441 | 2026-06-22T00:03:23.419Z | Compiling serde_derive_internals v0.29.1 |
| 1442 | 2026-06-22T00:03:23.498Z | Compiling aho-corasick v1.1.4 |
| 1443 | 2026-06-22T00:03:23.564Z | Compiling tower-service v0.3.3 |
| 1444 | 2026-06-22T00:03:23.659Z | Compiling dyn-clone v1.0.20 |
| 1445 | 2026-06-22T00:03:23.798Z | Compiling schemars v0.8.22 |
| 1446 | 2026-06-22T00:03:23.892Z | Compiling atomic-waker v1.1.2 |
| 1447 | 2026-06-22T00:03:23.997Z | Compiling try-lock v0.2.5 |
| 1448 | 2026-06-22T00:03:24.017Z | Compiling rustls v0.23.37 |
| 1449 | 2026-06-22T00:03:24.100Z | Compiling tokio-util v0.7.18 |
| 1450 | 2026-06-22T00:03:24.135Z | Compiling tower-layer v0.3.3 |
| 1451 | 2026-06-22T00:03:24.175Z | Compiling want v0.3.1 |
| 1452 | 2026-06-22T00:03:24.291Z | Compiling schemars_derive v0.8.22 |
| 1453 | 2026-06-22T00:03:24.302Z | Compiling regex-automata v0.4.14 |
| 1454 | 2026-06-22T00:03:24.355Z | Compiling pest_derive v2.8.6 |
| 1455 | 2026-06-22T00:03:24.777Z | Compiling h2 v0.4.13 |
| 1456 | 2026-06-22T00:03:24.961Z | Compiling pkcs8 v0.10.2 |
| 1457 | 2026-06-22T00:03:25.125Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-06-22T00:03:25.189Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-06-22T00:03:25.280Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-06-22T00:03:25.545Z | Compiling httpdate v1.0.3 |
| 1461 | 2026-06-22T00:03:25.617Z | Compiling pin-utils v0.1.0 |
| 1462 | 2026-06-22T00:03:25.691Z | Compiling openssl v0.10.79 |
| 1463 | 2026-06-22T00:03:25.763Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-06-22T00:03:25.851Z | Compiling foreign-types v0.3.2 |
| 1465 | 2026-06-22T00:03:25.922Z | Compiling tempfile v3.25.0 |
| 1466 | 2026-06-22T00:03:25.992Z | Compiling scroll v0.13.0 |
| 1467 | 2026-06-22T00:03:26.076Z | Compiling unicode-normalization v0.1.25 |
| 1468 | 2026-06-22T00:03:26.285Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2026-06-22T00:03:26.528Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1470 | 2026-06-22T00:03:26.708Z | Compiling socket2 v0.5.10 |
| 1471 | 2026-06-22T00:03:26.732Z | Compiling spin v0.9.8 |
| 1472 | 2026-06-22T00:03:26.872Z | Compiling crc32fast v1.5.0 |
| 1473 | 2026-06-22T00:03:26.904Z | Compiling num-conv v0.2.0 |
| 1474 | 2026-06-22T00:03:27.034Z | Compiling native-tls v0.2.18 |
| 1475 | 2026-06-22T00:03:27.050Z | Compiling powerfmt v0.2.0 |
| 1476 | 2026-06-22T00:03:27.130Z | Compiling time-core v0.1.8 |
| 1477 | 2026-06-22T00:03:27.243Z | Compiling deranged v0.5.8 |
| 1478 | 2026-06-22T00:03:27.282Z | Compiling time-macros v0.2.27 |
| 1479 | 2026-06-22T00:03:27.530Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-06-22T00:03:27.988Z | Compiling hyper v1.8.1 |
| 1481 | 2026-06-22T00:03:28.191Z | Compiling darling v0.20.11 |
| 1482 | 2026-06-22T00:03:28.273Z | Compiling goblin v0.10.5 |
| 1483 | 2026-06-22T00:03:28.317Z | Compiling rustls-native-certs v0.8.3 |
| 1484 | 2026-06-22T00:03:28.353Z | Compiling sync_wrapper v1.0.2 |
| 1485 | 2026-06-22T00:03:28.462Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-06-22T00:03:28.603Z | Compiling unicode-segmentation v1.12.0 |
| 1487 | 2026-06-22T00:03:28.693Z | Compiling simd-adler32 v0.3.8 |
| 1488 | 2026-06-22T00:03:28.721Z | Compiling bit-vec v0.8.0 |
| 1489 | 2026-06-22T00:03:28.935Z | Compiling num_threads v0.1.7 |
| 1490 | 2026-06-22T00:03:28.952Z | Compiling siphasher v1.0.2 |
| 1491 | 2026-06-22T00:03:28.974Z | Compiling crossbeam-utils v0.8.21 |
| 1492 | 2026-06-22T00:03:29.026Z | Compiling hyper-util v0.1.20 |
| 1493 | 2026-06-22T00:03:29.129Z | Compiling quick-error v1.2.3 |
| 1494 | 2026-06-22T00:03:29.237Z | Compiling usdt-impl v0.6.0 |
| 1495 | 2026-06-22T00:03:29.250Z | Compiling syn v1.0.109 |
| 1496 | 2026-06-22T00:03:29.473Z | Compiling rusty-fork v0.3.1 |
| 1497 | 2026-06-22T00:03:29.594Z | Compiling time v0.3.47 |
| 1498 | 2026-06-22T00:03:29.777Z | Compiling bit-set v0.8.0 |
| 1499 | 2026-06-22T00:03:29.858Z | Compiling tower v0.5.3 |
| 1500 | 2026-06-22T00:03:29.981Z | Compiling derive_builder_core v0.20.2 |
| 1501 | 2026-06-22T00:03:30.365Z | Compiling dtrace-parser v0.3.0 |
| 1502 | 2026-06-22T00:03:30.448Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-06-22T00:03:30.694Z | Compiling webpki-roots v1.0.6 |
| 1504 | 2026-06-22T00:03:30.801Z | Compiling signature v2.2.0 |
| 1505 | 2026-06-22T00:03:30.816Z | Compiling scroll_derive v0.12.1 |
| 1506 | 2026-06-22T00:03:30.856Z | Compiling thiserror-impl v1.0.69 |
| 1507 | 2026-06-22T00:03:30.981Z | Compiling heapless v0.7.17 |
| 1508 | 2026-06-22T00:03:31.116Z | Compiling dof v0.4.0 |
| 1509 | 2026-06-22T00:03:31.220Z | Compiling rand_xorshift v0.4.0 |
| 1510 | 2026-06-22T00:03:31.234Z | Compiling slog v2.8.2 |
| 1511 | 2026-06-22T00:03:31.383Z | Compiling darling_core v0.21.3 |
| 1512 | 2026-06-22T00:03:31.414Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-06-22T00:03:31.469Z | Compiling thread-id v5.1.0 |
| 1514 | 2026-06-22T00:03:31.554Z | Compiling cookie v0.18.1 |
| 1515 | 2026-06-22T00:03:31.677Z | Compiling ryu v1.0.23 |
| 1516 | 2026-06-22T00:03:31.731Z | Compiling unicode-properties v0.1.4 |
| 1517 | 2026-06-22T00:03:31.856Z | Compiling anyhow v1.0.102 |
| 1518 | 2026-06-22T00:03:31.937Z | Compiling signal-hook v0.3.18 |
| 1519 | 2026-06-22T00:03:32.103Z | Compiling allocator-api2 v0.2.21 |
| 1520 | 2026-06-22T00:03:32.103Z | Compiling unarray v0.1.4 |
| 1521 | 2026-06-22T00:03:32.151Z | Compiling iri-string v0.7.10 |
| 1522 | 2026-06-22T00:03:32.223Z | Compiling zstd-safe v7.2.4 |
| 1523 | 2026-06-22T00:03:32.282Z | Compiling unicode-bidi v0.3.18 |
| 1524 | 2026-06-22T00:03:32.411Z | Compiling adler2 v2.0.1 |
| 1525 | 2026-06-22T00:03:32.427Z | Compiling paste v1.0.15 |
| 1526 | 2026-06-22T00:03:32.530Z | Compiling miniz_oxide v0.8.9 |
| 1527 | 2026-06-22T00:03:32.545Z | Compiling proptest v1.10.0 |
| 1528 | 2026-06-22T00:03:32.729Z | Compiling stringprep v0.1.5 |
| 1529 | 2026-06-22T00:03:33.027Z | Compiling thiserror v1.0.69 |
| 1530 | 2026-06-22T00:03:33.144Z | Compiling serde_urlencoded v0.7.1 |
| 1531 | 2026-06-22T00:03:33.378Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-06-22T00:03:33.617Z | Compiling scroll v0.12.0 |
| 1533 | 2026-06-22T00:03:33.777Z | Compiling derive_builder_macro v0.20.2 |
| 1534 | 2026-06-22T00:03:33.795Z | Compiling tokio-native-tls v0.3.1 |
| 1535 | 2026-06-22T00:03:33.848Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-06-22T00:03:33.951Z | Compiling heck v0.4.1 |
| 1537 | 2026-06-22T00:03:33.962Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-06-22T00:03:34.173Z | Compiling bstr v1.12.1 |
| 1539 | 2026-06-22T00:03:34.222Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-06-22T00:03:34.317Z | Compiling serde_spanned v0.6.9 |
| 1541 | 2026-06-22T00:03:34.347Z | Compiling serde_tokenstream v0.2.3 |
| 1542 | 2026-06-22T00:03:34.364Z | Compiling toml_datetime v0.6.11 |
| 1543 | 2026-06-22T00:03:34.455Z | Compiling erased-serde v0.3.31 |
| 1544 | 2026-06-22T00:03:34.626Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-06-22T00:03:34.652Z | Compiling async-trait v0.1.89 |
| 1546 | 2026-06-22T00:03:34.786Z | Compiling zerocopy-derive v0.7.35 |
| 1547 | 2026-06-22T00:03:34.811Z | Compiling pin-project-internal v1.1.11 |
| 1548 | 2026-06-22T00:03:34.955Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-06-22T00:03:35.062Z | Compiling vergen-lib v9.1.0 |
| 1550 | 2026-06-22T00:03:35.244Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-06-22T00:03:35.285Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-06-22T00:03:35.479Z | Compiling ff v0.13.1 |
| 1553 | 2026-06-22T00:04:31.572Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-06-22T00:04:31.650Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-06-22T00:04:31.650Z | Compiling psl-types v2.0.11 |
| 1556 | 2026-06-22T00:04:31.652Z | Compiling smoltcp v0.9.1 |
| 1557 | 2026-06-22T00:04:31.652Z | Compiling mime v0.3.17 |
| 1558 | 2026-06-22T00:04:31.652Z | Compiling ref-cast v1.0.25 |
| 1559 | 2026-06-22T00:04:31.652Z | Compiling num-bigint-dig v0.8.6 |
| 1560 | 2026-06-22T00:04:31.653Z | Compiling fallible-iterator v0.2.0 |
| 1561 | 2026-06-22T00:04:31.653Z | Compiling rustix v0.38.44 |
| 1562 | 2026-06-22T00:04:31.653Z | Compiling litrs v1.0.0 |
| 1563 | 2026-06-22T00:04:31.653Z | Compiling cfg_aliases v0.2.1 |
| 1564 | 2026-06-22T00:04:31.653Z | Compiling zlib-rs v0.6.2 |
| 1565 | 2026-06-22T00:04:31.691Z | Compiling base16ct v0.2.0 |
| 1566 | 2026-06-22T00:04:31.691Z | Compiling sec1 v0.7.3 |
| 1567 | 2026-06-22T00:04:31.691Z | Compiling postgres-protocol v0.6.10 |
| 1568 | 2026-06-22T00:04:31.691Z | Compiling document-features v0.2.12 |
| 1569 | 2026-06-22T00:04:31.691Z | Compiling nix v0.31.2 |
| 1570 | 2026-06-22T00:04:31.691Z | Compiling pin-project v1.1.11 |
| 1571 | 2026-06-22T00:04:31.691Z | Compiling publicsuffix v2.3.0 |
| 1572 | 2026-06-22T00:04:31.691Z | Compiling zerocopy v0.7.35 |
| 1573 | 2026-06-22T00:04:31.691Z | Compiling group v0.13.0 |
| 1574 | 2026-06-22T00:04:31.691Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-06-22T00:04:31.691Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-06-22T00:04:31.691Z | Compiling hubpack_derive v0.1.1 |
| 1577 | 2026-06-22T00:04:31.691Z | Compiling rand v0.8.6 |
| 1578 | 2026-06-22T00:04:31.691Z | Compiling darling v0.21.3 |
| 1579 | 2026-06-22T00:04:31.691Z | Compiling derive_builder v0.20.2 |
| 1580 | 2026-06-22T00:04:31.692Z | Compiling oxnet v0.1.6 |
| 1581 | 2026-06-22T00:04:31.692Z | Compiling snafu-derive v0.8.9 |
| 1582 | 2026-06-22T00:04:31.692Z | Compiling hyper-tls v0.6.0 |
| 1583 | 2026-06-22T00:04:31.692Z | Compiling goblin v0.8.2 |
| 1584 | 2026-06-22T00:04:31.692Z | Compiling phf_shared v0.13.1 |
| 1585 | 2026-06-22T00:04:31.692Z | Compiling lazy_static v1.5.0 |
| 1586 | 2026-06-22T00:04:31.692Z | Compiling regex v1.12.3 |
| 1587 | 2026-06-22T00:04:31.692Z | Compiling anstyle-parse v0.2.7 |
| 1588 | 2026-06-22T00:04:31.692Z | Compiling flate2 v1.1.9 |
| 1589 | 2026-06-22T00:04:31.692Z | Compiling strum_macros v0.27.2 |
| 1590 | 2026-06-22T00:04:31.692Z | Compiling futures-executor v0.3.32 |
| 1591 | 2026-06-22T00:04:31.692Z | Compiling hex v0.4.3 |
| 1592 | 2026-06-22T00:04:31.692Z | Compiling hkdf v0.12.4 |
| 1593 | 2026-06-22T00:04:31.692Z | Compiling crypto-bigint v0.5.5 |
| 1594 | 2026-06-22T00:04:31.692Z | Compiling terminal_size v0.4.3 |
| 1595 | 2026-06-22T00:04:31.692Z | Compiling daft-derive v0.1.7 |
| 1596 | 2026-06-22T00:04:31.692Z | Compiling ref-cast-impl v1.0.25 |
| 1597 | 2026-06-22T00:04:31.692Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1598 | 2026-06-22T00:04:31.692Z | Compiling vergen v9.1.0 |
| 1599 | 2026-06-22T00:04:31.692Z | Compiling fs-err v3.3.0 |
| 1600 | 2026-06-22T00:04:31.693Z | Compiling cargo-platform v0.3.2 |
| 1601 | 2026-06-22T00:04:31.693Z | Compiling ahash v0.8.12 |
| 1602 | 2026-06-22T00:04:31.693Z | Compiling object v0.37.3 |
| 1603 | 2026-06-22T00:04:31.693Z | Compiling bumpalo v3.20.2 |
| 1604 | 2026-06-22T00:04:31.693Z | Compiling foldhash v0.2.0 |
| 1605 | 2026-06-22T00:04:31.693Z | Compiling winnow v0.5.40 |
| 1606 | 2026-06-22T00:04:31.693Z | Compiling managed v0.8.0 |
| 1607 | 2026-06-22T00:04:31.693Z | Compiling bitflags v1.3.2 |
| 1608 | 2026-06-22T00:04:31.693Z | Compiling foldhash v0.1.5 |
| 1609 | 2026-06-22T00:04:31.693Z | Compiling libbz2-rs-sys v0.2.2 |
| 1610 | 2026-06-22T00:04:31.694Z | Compiling same-file v1.0.6 |
| 1611 | 2026-06-22T00:04:31.694Z | Compiling hashbrown v0.15.5 |
| 1612 | 2026-06-22T00:04:31.694Z | Compiling walkdir v2.5.0 |
| 1613 | 2026-06-22T00:04:31.694Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-06-22T00:04:31.694Z | Compiling strum v0.27.2 |
| 1615 | 2026-06-22T00:04:31.694Z | Compiling clap_builder v4.6.0 |
| 1616 | 2026-06-22T00:04:31.694Z | Compiling hashbrown v0.16.1 |
| 1617 | 2026-06-22T00:04:31.694Z | Compiling zopfli v0.8.3 |
| 1618 | 2026-06-22T00:04:31.694Z | Compiling cargo_metadata v0.23.1 |
| 1619 | 2026-06-22T00:04:31.694Z | Compiling toml_edit v0.19.15 |
| 1620 | 2026-06-22T00:04:31.694Z | Compiling elliptic-curve v0.13.8 |
| 1621 | 2026-06-22T00:04:31.694Z | Compiling daft v0.1.7 |
| 1622 | 2026-06-22T00:04:31.694Z | Compiling dof v0.3.0 |
| 1623 | 2026-06-22T00:04:31.694Z | Compiling snafu v0.8.9 |
| 1624 | 2026-06-22T00:04:31.694Z | Compiling futures v0.3.32 |
| 1625 | 2026-06-22T00:04:31.694Z | Compiling anstream v0.6.21 |
| 1626 | 2026-06-22T00:04:31.694Z | Compiling phf v0.13.1 |
| 1627 | 2026-06-22T00:04:31.694Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-06-22T00:04:31.694Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-06-22T00:04:31.694Z | Compiling zstd v0.13.3 |
| 1630 | 2026-06-22T00:04:31.694Z | Compiling hubpack v0.1.2 |
| 1631 | 2026-06-22T00:04:31.694Z | Compiling bzip2 v0.4.4 |
| 1632 | 2026-06-22T00:04:31.694Z | Compiling serde_with_macros v3.17.0 |
| 1633 | 2026-06-22T00:04:31.695Z | Compiling postgres-types v0.2.12 |
| 1634 | 2026-06-22T00:04:31.695Z | Compiling usdt-attr-macro v0.6.0 |
| 1635 | 2026-06-22T00:04:31.695Z | Compiling usdt-macro v0.6.0 |
| 1636 | 2026-06-22T00:04:31.695Z | Compiling globset v0.4.18 |
| 1637 | 2026-06-22T00:04:31.695Z | Compiling dtrace-parser v0.2.0 |
| 1638 | 2026-06-22T00:04:31.695Z | Compiling ed25519 v2.2.3 |
| 1639 | 2026-06-22T00:04:31.695Z | Compiling phf_shared v0.11.3 |
| 1640 | 2026-06-22T00:04:31.695Z | Compiling olpc-cjson v0.1.4 |
| 1641 | 2026-06-22T00:04:31.695Z | Compiling pkcs1 v0.7.5 |
| 1642 | 2026-06-22T00:04:31.695Z | Compiling enum-as-inner v0.6.1 |
| 1643 | 2026-06-22T00:04:31.695Z | Compiling clap_derive v4.6.1 |
| 1644 | 2026-06-22T00:04:31.695Z | Compiling strum_macros v0.26.4 |
| 1645 | 2026-06-22T00:04:31.695Z | Compiling serde_plain v1.0.2 |
| 1646 | 2026-06-22T00:04:31.695Z | Compiling serde-big-array v0.5.1 |
| 1647 | 2026-06-22T00:04:31.695Z | Compiling rfc6979 v0.4.0 |
| 1648 | 2026-06-22T00:04:31.695Z | Compiling async-recursion v1.1.1 |
| 1649 | 2026-06-22T00:04:31.695Z | Compiling serde_repr v0.1.20 |
| 1650 | 2026-06-22T00:04:31.695Z | Compiling pem v3.0.6 |
| 1651 | 2026-06-22T00:04:31.695Z | Compiling float-cmp v0.10.0 |
| 1652 | 2026-06-22T00:04:31.695Z | Compiling thread-id v4.2.2 |
| 1653 | 2026-06-22T00:04:31.695Z | Compiling memmap2 v0.9.10 |
| 1654 | 2026-06-22T00:04:31.695Z | Compiling env_filter v1.0.0 |
| 1655 | 2026-06-22T00:04:31.695Z | Compiling either v1.15.0 |
| 1656 | 2026-06-22T00:04:31.695Z | Compiling whoami v2.1.0 |
| 1657 | 2026-06-22T00:04:31.695Z | Compiling static_assertions v1.1.0 |
| 1658 | 2026-06-22T00:04:31.696Z | Compiling keccak v0.1.6 |
| 1659 | 2026-06-22T00:04:31.696Z | Compiling normalize-line-endings v0.3.0 |
| 1660 | 2026-06-22T00:04:31.696Z | Compiling fixedbitset v0.5.7 |
| 1661 | 2026-06-22T00:04:31.696Z | Compiling precomputed-hash v0.1.1 |
| 1662 | 2026-06-22T00:04:31.696Z | Compiling fixedbitset v0.4.2 |
| 1663 | 2026-06-22T00:04:31.696Z | Compiling difflib v0.4.0 |
| 1664 | 2026-06-22T00:04:31.696Z | Compiling typed-path v0.9.3 |
| 1665 | 2026-06-22T00:04:31.710Z | Compiling new_debug_unreachable v1.0.6 |
| 1666 | 2026-06-22T00:04:31.710Z | Compiling predicates-core v1.0.10 |
| 1667 | 2026-06-22T00:04:31.710Z | Compiling data-encoding v2.10.0 |
| 1668 | 2026-06-22T00:04:31.710Z | Compiling jiff v0.2.21 |
| 1669 | 2026-06-22T00:04:31.710Z | Compiling predicates v3.1.4 |
| 1670 | 2026-06-22T00:04:31.710Z | Compiling clap v4.6.1 |
| 1671 | 2026-06-22T00:04:31.710Z | Compiling strum v0.26.3 |
| 1672 | 2026-06-22T00:04:31.711Z | Compiling hickory-proto v0.25.2 |
| 1673 | 2026-06-22T00:04:31.711Z | Compiling string_cache v0.8.9 |
| 1674 | 2026-06-22T00:04:31.711Z | Compiling petgraph v0.6.5 |
| 1675 | 2026-06-22T00:04:31.711Z | Compiling petgraph v0.8.3 |
| 1676 | 2026-06-22T00:04:31.711Z | Compiling sha3 v0.10.8 |
| 1677 | 2026-06-22T00:04:31.711Z | Compiling tokio-postgres v0.7.16 |
| 1678 | 2026-06-22T00:04:31.711Z | Compiling itertools v0.13.0 |
| 1679 | 2026-06-22T00:04:31.711Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1680 | 2026-06-22T00:04:31.711Z | Compiling toml_edit v0.22.27 |
| 1681 | 2026-06-22T00:04:31.711Z | Compiling env_logger v0.11.9 |
| 1682 | 2026-06-22T00:04:31.711Z | Compiling zip v4.6.1 |
| 1683 | 2026-06-22T00:04:31.711Z | Compiling usdt v0.6.0 |
| 1684 | 2026-06-22T00:04:31.711Z | Compiling usdt-impl v0.5.0 |
| 1685 | 2026-06-22T00:04:31.711Z | Compiling ecdsa v0.16.9 |
| 1686 | 2026-06-22T00:04:31.711Z | Compiling rsa v0.9.10 |
| 1687 | 2026-06-22T00:04:31.711Z | Compiling ed25519-dalek v2.2.0 |
| 1688 | 2026-06-22T00:04:31.711Z | Compiling crossterm v0.28.1 |
| 1689 | 2026-06-22T00:04:31.711Z | Compiling serde_with v3.17.0 |
| 1690 | 2026-06-22T00:04:31.711Z | Compiling zip v0.6.6 |
| 1691 | 2026-06-22T00:04:31.712Z | Compiling toml v0.7.8 |
| 1692 | 2026-06-22T00:04:31.712Z | Compiling iddqd v0.4.2 |
| 1693 | 2026-06-22T00:04:31.712Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-06-22T00:04:31.712Z | Compiling similar v2.7.0 |
| 1695 | 2026-06-22T00:04:31.712Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-06-22T00:04:31.712Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-06-22T00:04:31.712Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-06-22T00:04:31.712Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-06-22T00:04:31.712Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1700 | 2026-06-22T00:04:31.712Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-06-22T00:04:31.712Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-06-22T00:04:31.712Z | Compiling lalrpop-util v0.19.12 |
| 1703 | 2026-06-22T00:04:31.712Z | Compiling peg-runtime v0.8.5 |
| 1704 | 2026-06-22T00:04:31.713Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-06-22T00:04:31.713Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-06-22T00:04:31.713Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-06-22T00:04:31.713Z | Compiling filetime v0.2.27 |
| 1708 | 2026-06-22T00:04:31.713Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-06-22T00:04:31.713Z | Compiling term v1.2.1 |
| 1710 | 2026-06-22T00:04:31.713Z | Compiling take_mut v0.2.2 |
| 1711 | 2026-06-22T00:04:31.713Z | Compiling xattr v1.6.1 |
| 1712 | 2026-06-22T00:04:31.713Z | Compiling slog-term v2.9.2 |
| 1713 | 2026-06-22T00:04:31.714Z | Compiling tar v0.4.45 |
| 1714 | 2026-06-22T00:04:31.714Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-06-22T00:04:31.714Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-06-22T00:04:31.714Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-06-22T00:04:31.714Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-06-22T00:04:31.714Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-06-22T00:04:31.714Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-06-22T00:04:31.714Z | Compiling tough v0.22.0 |
| 1721 | 2026-06-22T00:04:31.714Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-06-22T00:04:31.714Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-06-22T00:04:31.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1724 | 2026-06-22T00:04:31.714Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1725 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:13.921 INFO Starting download, target: Console |
| 1726 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:13.922 INFO Starting download, target: Cockroach |
| 1727 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:13.922 INFO Starting download, target: Clickhouse |
| 1728 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:13.922 INFO Starting download, target: DendriteStub |
| 1729 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:13.922 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:13.922 INFO Starting download, target: MaghemiteDdmd |
| 1731 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:13.922 INFO Starting download, target: TransceiverControl |
| 1732 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:13.922 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1733 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:13.922 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1734 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:13.922 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1735 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:13.922 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1736 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:13.922 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1737 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:13.922 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1738 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:13.922 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1739 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:14.906 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:15.132 INFO Download complete, target: Console |
| 1741 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:16.213 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1742 | 2026-06-22T00:04:31.715Z | Jun 22 00:04:22.707 INFO Checking that binary works, target: Clickhouse |
| 1743 | 2026-06-22T00:04:31.716Z | Jun 22 00:04:22.795 INFO Download complete, target: Clickhouse |
| 1744 | 2026-06-22T00:04:31.716Z | Jun 22 00:04:29.057 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/dc84a6ce494a9d004568b67e22add2285a04d887/mg-ddm.tar.gz), target: MaghemiteDdmd |
| 1745 | 2026-06-22T00:04:31.716Z | Jun 22 00:04:29.057 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/dc84a6ce494a9d004568b67e22add2285a04d887/mgd.tar.gz), target: MaghemiteMgd |
| 1746 | 2026-06-22T00:04:31.716Z | Jun 22 00:04:29.057 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/4aac6125a8e6cefbb71d9f8a3d1fe6704207d476/xcvradm.gz), target: TransceiverControl |
| 1747 | 2026-06-22T00:04:31.716Z | Jun 22 00:04:29.057 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/cc0c307c617f2988aafdca4e3bd35ea178b64801/dendrite-stub.tar.gz), target: DendriteStub |
| 1748 | 2026-06-22T00:04:31.716Z | Jun 22 00:04:29.057 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 2/3), target: MaghemiteDdmd |
| 1749 | 2026-06-22T00:04:31.716Z | Jun 22 00:04:29.057 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub |
| 1750 | 2026-06-22T00:04:31.716Z | Jun 22 00:04:29.057 INFO Downloading out/downloads/xcvradm.gz (attempt 2/3), target: TransceiverControl |
| 1751 | 2026-06-22T00:04:31.716Z | Jun 22 00:04:29.057 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd |
| 1752 | 2026-06-22T00:04:31.716Z | Jun 22 00:04:29.057 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/cockroach/illumos-amd64/86fdbfca060275d794a557be7289020ffd848850/cockroach.tgz), target: Cockroach |
| 1753 | 2026-06-22T00:04:31.716Z | Jun 22 00:04:29.057 INFO Downloading out/downloads/cockroach.tgz (attempt 2/3), target: Cockroach |
| 1754 | 2026-06-22T00:04:33.395Z | Jun 22 00:04:32.422 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1755 | 2026-06-22T00:04:33.677Z | Jun 22 00:04:32.618 INFO Download complete, target: TransceiverControl |
| 1756 | 2026-06-22T00:04:39.550Z | Jun 22 00:04:38.392 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1757 | 2026-06-22T00:04:40.075Z | Jun 22 00:04:39.142 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1758 | 2026-06-22T00:04:41.046Z | Jun 22 00:04:40.073 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1759 | 2026-06-22T00:04:41.486Z | Jun 22 00:04:40.524 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1760 | 2026-06-22T00:04:41.486Z | Jun 22 00:04:40.524 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1761 | 2026-06-22T00:04:41.683Z | Jun 22 00:04:40.735 INFO Download complete, target: DendriteStub |
| 1762 | 2026-06-22T00:04:41.897Z | Jun 22 00:04:40.967 INFO Download complete, target: MaghemiteDdmd |
| 1763 | 2026-06-22T00:04:43.405Z | Jun 22 00:04:42.475 INFO Download complete, target: MaghemiteMgd |
| 1764 | 2026-06-22T00:04:45.948Z | Jun 22 00:04:45.017 INFO Checking that binary works, target: Cockroach |
| 1765 | 2026-06-22T00:04:46.055Z | Jun 22 00:04:45.126 INFO Download complete, target: Cockroach |
| 1766 | 2026-06-22T00:04:46.070Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1767 | 2026-06-22T00:04:46.073Z | |
| 1768 | 2026-06-22T00:04:46.073Z | real 2:27.876563927 |
| 1769 | 2026-06-22T00:04:46.073Z | user 6:49.765704566 |
| 1770 | 2026-06-22T00:04:46.073Z | sys 1:21.510633095 |
| 1771 | 2026-06-22T00:04:46.073Z | trap 0.207499647 |
| 1772 | 2026-06-22T00:04:46.073Z | tflt 0.626520585 |
| 1773 | 2026-06-22T00:04:46.073Z | dflt 0.546396418 |
| 1774 | 2026-06-22T00:04:46.073Z | kflt 0.022183072 |
| 1775 | 2026-06-22T00:04:46.073Z | lock 27:22.120668870 |
| 1776 | 2026-06-22T00:04:46.074Z | slp 21:57.235808330 |
| 1777 | 2026-06-22T00:04:46.074Z | lat 39.780174813 |
| 1778 | 2026-06-22T00:04:46.074Z | stop 1:48.345845099 |
| 1779 | 2026-06-22T00:04:46.074Z | + banner hack-check |
| 1780 | 2026-06-22T00:04:46.074Z | |
| 1781 | 2026-06-22T00:04:46.074Z | # # ## #### # # #### # # ###### #### # # |
| 1782 | 2026-06-22T00:04:46.074Z | # # # # # # # # # # # # # # # # # |
| 1783 | 2026-06-22T00:04:46.074Z | ###### # # # #### ##### # ###### ##### # #### |
| 1784 | 2026-06-22T00:04:46.074Z | # # ###### # # # # # # # # # # |
| 1785 | 2026-06-22T00:04:46.074Z | # # # # # # # # # # # # # # # # # |
| 1786 | 2026-06-22T00:04:46.074Z | # # # # #### # # #### # # ###### #### # # |
| 1787 | 2026-06-22T00:04:46.074Z | |
| 1788 | 2026-06-22T00:04:46.074Z | + export CARGO_INCREMENTAL=0 |
| 1789 | 2026-06-22T00:04:46.074Z | + CARGO_INCREMENTAL=0 |
| 1790 | 2026-06-22T00:04:46.074Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1791 | 2026-06-22T00:04:46.533Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1792 | 2026-06-22T00:04:46.747Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1793 | 2026-06-22T00:04:48.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
| 1794 | 2026-06-22T00:04:48.639Z | Running `target/debug/xtask check-features --ci` |
| 1795 | 2026-06-22T00:04:48.665Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1796 | 2026-06-22T00:04:48.668Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1797 | 2026-06-22T00:04:49.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1798 | 2026-06-22T00:04:49.099Z | Running `target/debug/xtask download cargo-hack` |
| 1799 | 2026-06-22T00:04:49.813Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1800 | 2026-06-22T00:04:50.119Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1801 | 2026-06-22T00:04:52.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
| 1802 | 2026-06-22T00:04:52.816Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1803 | 2026-06-22T00:04:52.858Z | Jun 22 00:04:51.928 INFO Starting download, target: CargoHack |
| 1804 | 2026-06-22T00:04:52.861Z | Jun 22 00:04:51.928 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1805 | 2026-06-22T00:04:53.459Z | Jun 22 00:04:52.529 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1806 | 2026-06-22T00:04:53.508Z | Jun 22 00:04:52.578 INFO Download complete, target: CargoHack |
| 1807 | 2026-06-22T00:04:53.511Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1808 | 2026-06-22T00:04:53.526Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1809 | 2026-06-22T00:04:53.680Z | info: running `cargo check --bins` on api_identity (1/298) |
| 1810 | 2026-06-22T00:04:54.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1811 | 2026-06-22T00:04:54.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1812 | 2026-06-22T00:04:54.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1813 | 2026-06-22T00:04:54.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1814 | 2026-06-22T00:04:54.178Z | |
| 1815 | 2026-06-22T00:04:54.178Z | info: running `cargo check --bins` on bootstore (2/298) |
| 1816 | 2026-06-22T00:04:54.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1817 | 2026-06-22T00:04:54.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1818 | 2026-06-22T00:04:54.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1819 | 2026-06-22T00:04:54.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1820 | 2026-06-22T00:04:54.688Z | |
| 1821 | 2026-06-22T00:04:54.688Z | info: running `cargo check --bins` on omicron-ledger (3/298) |
| 1822 | 2026-06-22T00:04:55.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2026-06-22T00:04:55.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2026-06-22T00:04:55.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2026-06-22T00:04:55.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1826 | 2026-06-22T00:04:55.193Z | |
| 1827 | 2026-06-22T00:04:55.193Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298) |
| 1828 | 2026-06-22T00:04:55.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2026-06-22T00:04:55.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2026-06-22T00:04:55.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2026-06-22T00:04:55.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1832 | 2026-06-22T00:04:55.689Z | |
| 1833 | 2026-06-22T00:04:55.689Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298) |
| 1834 | 2026-06-22T00:04:56.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2026-06-22T00:04:56.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2026-06-22T00:04:56.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2026-06-22T00:04:56.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1838 | 2026-06-22T00:04:56.193Z | |
| 1839 | 2026-06-22T00:04:56.193Z | info: running `cargo check --bins` on omicron-certificates (6/298) |
| 1840 | 2026-06-22T00:04:56.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2026-06-22T00:04:56.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2026-06-22T00:04:56.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2026-06-22T00:04:56.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1844 | 2026-06-22T00:04:56.708Z | |
| 1845 | 2026-06-22T00:04:56.708Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/298) |
| 1846 | 2026-06-22T00:04:57.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2026-06-22T00:04:57.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2026-06-22T00:04:57.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2026-06-22T00:04:57.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1850 | 2026-06-22T00:04:57.220Z | |
| 1851 | 2026-06-22T00:04:57.220Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298) |
| 1852 | 2026-06-22T00:04:57.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2026-06-22T00:04:57.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2026-06-22T00:04:57.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2026-06-22T00:04:57.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1856 | 2026-06-22T00:04:57.735Z | |
| 1857 | 2026-06-22T00:04:57.736Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298) |
| 1858 | 2026-06-22T00:04:58.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2026-06-22T00:04:58.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2026-06-22T00:04:58.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2026-06-22T00:04:58.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1862 | 2026-06-22T00:04:58.123Z | |
| 1863 | 2026-06-22T00:04:58.123Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298) |
| 1864 | 2026-06-22T00:04:58.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2026-06-22T00:04:58.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2026-06-22T00:04:58.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2026-06-22T00:04:58.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1868 | 2026-06-22T00:04:58.510Z | |
| 1869 | 2026-06-22T00:04:58.510Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298) |
| 1870 | 2026-06-22T00:04:58.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2026-06-22T00:04:58.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2026-06-22T00:04:58.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2026-06-22T00:04:58.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1874 | 2026-06-22T00:04:58.894Z | |
| 1875 | 2026-06-22T00:04:58.894Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298) |
| 1876 | 2026-06-22T00:04:59.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2026-06-22T00:04:59.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2026-06-22T00:04:59.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2026-06-22T00:04:59.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1880 | 2026-06-22T00:04:59.280Z | |
| 1881 | 2026-06-22T00:04:59.280Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298) |
| 1882 | 2026-06-22T00:04:59.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2026-06-22T00:04:59.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2026-06-22T00:04:59.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2026-06-22T00:04:59.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1886 | 2026-06-22T00:04:59.664Z | |
| 1887 | 2026-06-22T00:04:59.664Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298) |
| 1888 | 2026-06-22T00:05:00.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2026-06-22T00:05:00.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2026-06-22T00:05:00.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2026-06-22T00:05:00.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1892 | 2026-06-22T00:05:00.052Z | |
| 1893 | 2026-06-22T00:05:00.052Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298) |
| 1894 | 2026-06-22T00:05:00.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-06-22T00:05:00.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-06-22T00:05:00.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-06-22T00:05:00.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1898 | 2026-06-22T00:05:00.439Z | |
| 1899 | 2026-06-22T00:05:00.439Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298) |
| 1900 | 2026-06-22T00:05:00.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-06-22T00:05:00.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-06-22T00:05:00.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-06-22T00:05:00.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1904 | 2026-06-22T00:05:00.824Z | |
| 1905 | 2026-06-22T00:05:00.825Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298) |
| 1906 | 2026-06-22T00:05:01.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-06-22T00:05:01.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-06-22T00:05:01.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-06-22T00:05:01.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1910 | 2026-06-22T00:05:01.212Z | |
| 1911 | 2026-06-22T00:05:01.212Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298) |
| 1912 | 2026-06-22T00:05:01.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-06-22T00:05:01.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-06-22T00:05:01.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-06-22T00:05:01.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1916 | 2026-06-22T00:05:01.601Z | |
| 1917 | 2026-06-22T00:05:01.601Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298) |
| 1918 | 2026-06-22T00:05:01.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-06-22T00:05:01.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-06-22T00:05:01.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-06-22T00:05:01.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1922 | 2026-06-22T00:05:01.990Z | |
| 1923 | 2026-06-22T00:05:01.990Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298) |
| 1924 | 2026-06-22T00:05:02.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-06-22T00:05:02.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-06-22T00:05:02.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-06-22T00:05:02.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1928 | 2026-06-22T00:05:02.378Z | |
| 1929 | 2026-06-22T00:05:02.378Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298) |
| 1930 | 2026-06-22T00:05:02.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-06-22T00:05:02.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-06-22T00:05:02.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-06-22T00:05:02.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1934 | 2026-06-22T00:05:02.767Z | |
| 1935 | 2026-06-22T00:05:02.768Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298) |
| 1936 | 2026-06-22T00:05:03.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-06-22T00:05:03.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-06-22T00:05:03.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-06-22T00:05:03.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1940 | 2026-06-22T00:05:03.158Z | |
| 1941 | 2026-06-22T00:05:03.158Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298) |
| 1942 | 2026-06-22T00:05:03.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-06-22T00:05:03.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-06-22T00:05:03.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-06-22T00:05:03.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1946 | 2026-06-22T00:05:03.546Z | |
| 1947 | 2026-06-22T00:05:03.546Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298) |
| 1948 | 2026-06-22T00:05:03.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-06-22T00:05:03.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-06-22T00:05:03.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-06-22T00:05:03.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1952 | 2026-06-22T00:05:03.936Z | |
| 1953 | 2026-06-22T00:05:03.937Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298) |
| 1954 | 2026-06-22T00:05:04.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-06-22T00:05:04.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-06-22T00:05:04.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-06-22T00:05:04.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1958 | 2026-06-22T00:05:04.331Z | |
| 1959 | 2026-06-22T00:05:04.331Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298) |
| 1960 | 2026-06-22T00:05:04.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-06-22T00:05:04.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-06-22T00:05:04.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-06-22T00:05:04.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1964 | 2026-06-22T00:05:04.726Z | |
| 1965 | 2026-06-22T00:05:04.726Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298) |
| 1966 | 2026-06-22T00:05:05.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-06-22T00:05:05.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-06-22T00:05:05.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-06-22T00:05:05.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1970 | 2026-06-22T00:05:05.114Z | |
| 1971 | 2026-06-22T00:05:05.114Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298) |
| 1972 | 2026-06-22T00:05:05.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-06-22T00:05:05.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-06-22T00:05:05.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-06-22T00:05:05.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1976 | 2026-06-22T00:05:05.503Z | |
| 1977 | 2026-06-22T00:05:05.503Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298) |
| 1978 | 2026-06-22T00:05:05.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-06-22T00:05:05.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-06-22T00:05:05.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-06-22T00:05:05.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1982 | 2026-06-22T00:05:05.892Z | |
| 1983 | 2026-06-22T00:05:05.892Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298) |
| 1984 | 2026-06-22T00:05:06.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-06-22T00:05:06.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-06-22T00:05:06.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-06-22T00:05:06.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1988 | 2026-06-22T00:05:06.279Z | |
| 1989 | 2026-06-22T00:05:06.279Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298) |
| 1990 | 2026-06-22T00:05:06.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-06-22T00:05:06.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-06-22T00:05:06.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-06-22T00:05:06.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1994 | 2026-06-22T00:05:06.666Z | |
| 1995 | 2026-06-22T00:05:06.666Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298) |
| 1996 | 2026-06-22T00:05:07.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-06-22T00:05:07.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-06-22T00:05:07.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-06-22T00:05:07.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2000 | 2026-06-22T00:05:07.053Z | |
| 2001 | 2026-06-22T00:05:07.053Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298) |
| 2002 | 2026-06-22T00:05:07.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-06-22T00:05:07.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-06-22T00:05:07.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-06-22T00:05:07.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2006 | 2026-06-22T00:05:07.440Z | |
| 2007 | 2026-06-22T00:05:07.440Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298) |
| 2008 | 2026-06-22T00:05:07.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-06-22T00:05:07.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-06-22T00:05:07.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-06-22T00:05:07.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2012 | 2026-06-22T00:05:07.829Z | |
| 2013 | 2026-06-22T00:05:07.829Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298) |
| 2014 | 2026-06-22T00:05:08.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-06-22T00:05:08.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-06-22T00:05:08.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-06-22T00:05:08.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2018 | 2026-06-22T00:05:08.222Z | |
| 2019 | 2026-06-22T00:05:08.222Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298) |
| 2020 | 2026-06-22T00:05:08.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-06-22T00:05:08.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-06-22T00:05:08.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-06-22T00:05:08.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2024 | 2026-06-22T00:05:08.609Z | |
| 2025 | 2026-06-22T00:05:08.609Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298) |
| 2026 | 2026-06-22T00:05:08.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-06-22T00:05:08.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-06-22T00:05:08.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-06-22T00:05:08.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2030 | 2026-06-22T00:05:08.996Z | |
| 2031 | 2026-06-22T00:05:08.996Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298) |
| 2032 | 2026-06-22T00:05:09.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-06-22T00:05:09.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-06-22T00:05:09.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-06-22T00:05:09.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2036 | 2026-06-22T00:05:09.382Z | |
| 2037 | 2026-06-22T00:05:09.382Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298) |
| 2038 | 2026-06-22T00:05:09.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-06-22T00:05:09.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-06-22T00:05:09.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-06-22T00:05:09.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2042 | 2026-06-22T00:05:09.767Z | |
| 2043 | 2026-06-22T00:05:09.768Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298) |
| 2044 | 2026-06-22T00:05:10.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-06-22T00:05:10.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-06-22T00:05:10.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-06-22T00:05:10.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2048 | 2026-06-22T00:05:10.158Z | |
| 2049 | 2026-06-22T00:05:10.158Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298) |
| 2050 | 2026-06-22T00:05:10.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-06-22T00:05:10.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-06-22T00:05:10.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-06-22T00:05:10.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2054 | 2026-06-22T00:05:10.551Z | |
| 2055 | 2026-06-22T00:05:10.551Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298) |
| 2056 | 2026-06-22T00:05:10.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-06-22T00:05:10.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-06-22T00:05:10.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-06-22T00:05:10.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2060 | 2026-06-22T00:05:10.942Z | |
| 2061 | 2026-06-22T00:05:10.942Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298) |
| 2062 | 2026-06-22T00:05:11.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-06-22T00:05:11.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-06-22T00:05:11.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-06-22T00:05:11.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2066 | 2026-06-22T00:05:11.334Z | |
| 2067 | 2026-06-22T00:05:11.334Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298) |
| 2068 | 2026-06-22T00:05:11.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-06-22T00:05:11.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-06-22T00:05:11.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-06-22T00:05:11.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2072 | 2026-06-22T00:05:11.725Z | |
| 2073 | 2026-06-22T00:05:11.725Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298) |
| 2074 | 2026-06-22T00:05:12.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-06-22T00:05:12.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-06-22T00:05:12.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-06-22T00:05:12.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2078 | 2026-06-22T00:05:12.116Z | |
| 2079 | 2026-06-22T00:05:12.116Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298) |
| 2080 | 2026-06-22T00:05:12.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-06-22T00:05:12.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-06-22T00:05:12.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-06-22T00:05:12.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2084 | 2026-06-22T00:05:12.503Z | |
| 2085 | 2026-06-22T00:05:12.503Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298) |
| 2086 | 2026-06-22T00:05:12.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-06-22T00:05:12.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-06-22T00:05:12.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-06-22T00:05:12.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2090 | 2026-06-22T00:05:12.892Z | |
| 2091 | 2026-06-22T00:05:12.892Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298) |
| 2092 | 2026-06-22T00:05:13.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-06-22T00:05:13.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-06-22T00:05:13.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-06-22T00:05:13.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2096 | 2026-06-22T00:05:13.280Z | |
| 2097 | 2026-06-22T00:05:13.280Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298) |
| 2098 | 2026-06-22T00:05:13.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-06-22T00:05:13.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-06-22T00:05:13.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-06-22T00:05:13.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2102 | 2026-06-22T00:05:13.828Z | |
| 2103 | 2026-06-22T00:05:13.828Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298) |
| 2104 | 2026-06-22T00:05:14.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-06-22T00:05:14.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-06-22T00:05:14.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-06-22T00:05:14.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2108 | 2026-06-22T00:05:14.378Z | |
| 2109 | 2026-06-22T00:05:14.378Z | info: running `cargo check --bins` on nexus-config (51/298) |
| 2110 | 2026-06-22T00:05:14.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-06-22T00:05:14.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-06-22T00:05:14.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2113 | 2026-06-22T00:05:14.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2114 | 2026-06-22T00:05:14.932Z | |
| 2115 | 2026-06-22T00:05:14.932Z | info: running `cargo check --bins` on nexus-types (52/298) |
| 2116 | 2026-06-22T00:05:15.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2026-06-22T00:05:15.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2026-06-22T00:05:15.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2119 | 2026-06-22T00:05:15.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2120 | 2026-06-22T00:05:15.482Z | |
| 2121 | 2026-06-22T00:05:15.482Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298) |
| 2122 | 2026-06-22T00:05:15.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2123 | 2026-06-22T00:05:15.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2124 | 2026-06-22T00:05:15.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2125 | 2026-06-22T00:05:15.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2126 | 2026-06-22T00:05:16.003Z | |
| 2127 | 2026-06-22T00:05:16.003Z | info: running `cargo check --bins` on omicron-passwords (54/298) |
| 2128 | 2026-06-22T00:05:16.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2129 | 2026-06-22T00:05:16.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2130 | 2026-06-22T00:05:16.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2131 | 2026-06-22T00:05:16.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2132 | 2026-06-22T00:05:16.504Z | |
| 2133 | 2026-06-22T00:05:16.504Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/298) |
| 2134 | 2026-06-22T00:05:16.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2135 | 2026-06-22T00:05:16.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2136 | 2026-06-22T00:05:16.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2137 | 2026-06-22T00:05:16.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2138 | 2026-06-22T00:05:17.022Z | |
| 2139 | 2026-06-22T00:05:17.022Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298) |
| 2140 | 2026-06-22T00:05:17.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2141 | 2026-06-22T00:05:17.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2142 | 2026-06-22T00:05:17.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2143 | 2026-06-22T00:05:17.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2144 | 2026-06-22T00:05:17.544Z | |
| 2145 | 2026-06-22T00:05:17.544Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298) |
| 2146 | 2026-06-22T00:05:17.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2147 | 2026-06-22T00:05:17.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2148 | 2026-06-22T00:05:17.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2149 | 2026-06-22T00:05:17.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2150 | 2026-06-22T00:05:18.068Z | |
| 2151 | 2026-06-22T00:05:18.068Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298) |
| 2152 | 2026-06-22T00:05:18.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2153 | 2026-06-22T00:05:18.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2154 | 2026-06-22T00:05:18.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2155 | 2026-06-22T00:05:18.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2156 | 2026-06-22T00:05:18.589Z | |
| 2157 | 2026-06-22T00:05:18.589Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298) |
| 2158 | 2026-06-22T00:05:19.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2159 | 2026-06-22T00:05:19.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2160 | 2026-06-22T00:05:19.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2161 | 2026-06-22T00:05:19.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2162 | 2026-06-22T00:05:19.097Z | |
| 2163 | 2026-06-22T00:05:19.097Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298) |
| 2164 | 2026-06-22T00:05:19.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2165 | 2026-06-22T00:05:19.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2166 | 2026-06-22T00:05:19.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2167 | 2026-06-22T00:05:19.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2168 | 2026-06-22T00:05:19.600Z | |
| 2169 | 2026-06-22T00:05:19.600Z | info: running `cargo check --bins --no-default-features` on gfss (61/298) |
| 2170 | 2026-06-22T00:05:20.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2171 | 2026-06-22T00:05:20.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2172 | 2026-06-22T00:05:20.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2173 | 2026-06-22T00:05:20.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2174 | 2026-06-22T00:05:20.140Z | |
| 2175 | 2026-06-22T00:05:20.140Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298) |
| 2176 | 2026-06-22T00:05:20.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2177 | 2026-06-22T00:05:20.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2178 | 2026-06-22T00:05:20.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2179 | 2026-06-22T00:05:20.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2180 | 2026-06-22T00:05:20.606Z | |
| 2181 | 2026-06-22T00:05:20.606Z | info: running `cargo check --bins` on clickhouse-admin-types (63/298) |
| 2182 | 2026-06-22T00:05:21.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2183 | 2026-06-22T00:05:21.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2184 | 2026-06-22T00:05:21.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2185 | 2026-06-22T00:05:21.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2186 | 2026-06-22T00:05:21.122Z | |
| 2187 | 2026-06-22T00:05:21.122Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/298) |
| 2188 | 2026-06-22T00:05:21.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2189 | 2026-06-22T00:05:21.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2190 | 2026-06-22T00:05:21.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2191 | 2026-06-22T00:05:21.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2192 | 2026-06-22T00:05:21.639Z | |
| 2193 | 2026-06-22T00:05:21.639Z | info: running `cargo check --bins` on cockroach-admin-types (65/298) |
| 2194 | 2026-06-22T00:05:22.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2195 | 2026-06-22T00:05:22.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2196 | 2026-06-22T00:05:22.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2197 | 2026-06-22T00:05:22.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2198 | 2026-06-22T00:05:22.145Z | |
| 2199 | 2026-06-22T00:05:22.145Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/298) |
| 2200 | 2026-06-22T00:05:22.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2201 | 2026-06-22T00:05:22.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2202 | 2026-06-22T00:05:22.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2203 | 2026-06-22T00:05:22.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2204 | 2026-06-22T00:05:22.650Z | |
| 2205 | 2026-06-22T00:05:22.650Z | info: running `cargo check --bins` on ereport-types (67/298) |
| 2206 | 2026-06-22T00:05:23.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2207 | 2026-06-22T00:05:23.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2208 | 2026-06-22T00:05:23.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2209 | 2026-06-22T00:05:23.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2210 | 2026-06-22T00:05:23.163Z | |
| 2211 | 2026-06-22T00:05:23.163Z | info: running `cargo check --bins` on gateway-client (68/298) |
| 2212 | 2026-06-22T00:05:23.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2213 | 2026-06-22T00:05:23.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2214 | 2026-06-22T00:05:23.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2215 | 2026-06-22T00:05:23.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2216 | 2026-06-22T00:05:23.675Z | |
| 2217 | 2026-06-22T00:05:23.675Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/298) |
| 2218 | 2026-06-22T00:05:24.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2219 | 2026-06-22T00:05:24.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2220 | 2026-06-22T00:05:24.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2221 | 2026-06-22T00:05:24.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2222 | 2026-06-22T00:05:24.191Z | |
| 2223 | 2026-06-22T00:05:24.191Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298) |
| 2224 | 2026-06-22T00:05:24.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2225 | 2026-06-22T00:05:24.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2226 | 2026-06-22T00:05:24.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2227 | 2026-06-22T00:05:24.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2228 | 2026-06-22T00:05:24.704Z | |
| 2229 | 2026-06-22T00:05:24.704Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298) |
| 2230 | 2026-06-22T00:05:25.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2231 | 2026-06-22T00:05:25.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2232 | 2026-06-22T00:05:25.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2233 | 2026-06-22T00:05:25.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2234 | 2026-06-22T00:05:25.222Z | |
| 2235 | 2026-06-22T00:05:25.222Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298) |
| 2236 | 2026-06-22T00:05:25.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2237 | 2026-06-22T00:05:25.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2238 | 2026-06-22T00:05:25.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2239 | 2026-06-22T00:05:25.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2240 | 2026-06-22T00:05:25.732Z | |
| 2241 | 2026-06-22T00:05:25.732Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/298) |
| 2242 | 2026-06-22T00:05:26.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2243 | 2026-06-22T00:05:26.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2244 | 2026-06-22T00:05:26.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2245 | 2026-06-22T00:05:26.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2246 | 2026-06-22T00:05:26.273Z | |
| 2247 | 2026-06-22T00:05:26.273Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298) |
| 2248 | 2026-06-22T00:05:26.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2249 | 2026-06-22T00:05:26.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2250 | 2026-06-22T00:05:26.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2251 | 2026-06-22T00:05:26.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2252 | 2026-06-22T00:05:26.809Z | |
| 2253 | 2026-06-22T00:05:26.809Z | info: running `cargo check --bins` on key-manager-types (75/298) |
| 2254 | 2026-06-22T00:05:27.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2255 | 2026-06-22T00:05:27.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2256 | 2026-06-22T00:05:27.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2257 | 2026-06-22T00:05:27.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2258 | 2026-06-22T00:05:27.314Z | |
| 2259 | 2026-06-22T00:05:27.314Z | info: running `cargo check --bins` on oxlog (76/298) |
| 2260 | 2026-06-22T00:05:27.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2261 | 2026-06-22T00:05:27.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2262 | 2026-06-22T00:05:27.858Z | Checking cfg-if v1.0.4 |
| 2263 | 2026-06-22T00:05:27.862Z | Checking libc v0.2.185 |
| 2264 | 2026-06-22T00:05:27.862Z | Checking serde_core v1.0.228 |
| 2265 | 2026-06-22T00:05:27.971Z | Checking zeroize v1.8.2 |
| 2266 | 2026-06-22T00:05:27.978Z | Checking memchr v2.8.0 |
| 2267 | 2026-06-22T00:05:27.986Z | Checking log v0.4.29 |
| 2268 | 2026-06-22T00:05:27.995Z | Checking smallvec v1.15.1 |
| 2269 | 2026-06-22T00:05:28.005Z | Checking typenum v1.19.0 |
| 2270 | 2026-06-22T00:05:28.015Z | Checking subtle v2.6.1 |
| 2271 | 2026-06-22T00:05:28.110Z | Checking itoa v1.0.17 |
| 2272 | 2026-06-22T00:05:28.142Z | Checking scopeguard v1.2.0 |
| 2273 | 2026-06-22T00:05:28.157Z | Checking stable_deref_trait v1.2.1 |
| 2274 | 2026-06-22T00:05:28.168Z | Checking const-oid v0.9.6 |
| 2275 | 2026-06-22T00:05:28.228Z | Checking zerofrom v0.1.6 |
| 2276 | 2026-06-22T00:05:28.240Z | Checking lock_api v0.4.14 |
| 2277 | 2026-06-22T00:05:28.254Z | Checking pin-project-lite v0.2.17 |
| 2278 | 2026-06-22T00:05:28.341Z | Checking yoke v0.8.1 |
| 2279 | 2026-06-22T00:05:28.352Z | Checking portable-atomic v1.13.1 |
| 2280 | 2026-06-22T00:05:28.358Z | Checking futures-core v0.3.32 |
| 2281 | 2026-06-22T00:05:28.361Z | Checking getrandom v0.2.17 |
| 2282 | 2026-06-22T00:05:28.436Z | Checking errno v0.3.14 |
| 2283 | 2026-06-22T00:05:28.502Z | Checking zerovec v0.11.5 |
| 2284 | 2026-06-22T00:05:28.513Z | Checking generic-array v0.14.7 |
| 2285 | 2026-06-22T00:05:28.525Z | Checking parking_lot_core v0.9.12 |
| 2286 | 2026-06-22T00:05:28.536Z | Checking rand_core v0.6.4 |
| 2287 | 2026-06-22T00:05:28.550Z | Checking signal-hook-registry v1.4.8 |
| 2288 | 2026-06-22T00:05:28.703Z | Checking critical-section v1.2.0 |
| 2289 | 2026-06-22T00:05:28.703Z | Checking parking_lot v0.12.5 |
| 2290 | 2026-06-22T00:05:28.706Z | Checking mio v1.2.0 |
| 2291 | 2026-06-22T00:05:28.775Z | Checking zerocopy v0.8.40 |
| 2292 | 2026-06-22T00:05:28.801Z | Checking once_cell v1.21.3 |
| 2293 | 2026-06-22T00:05:28.821Z | Checking zmij v1.0.21 |
| 2294 | 2026-06-22T00:05:28.896Z | Checking socket2 v0.6.3 |
| 2295 | 2026-06-22T00:05:28.923Z | Checking tinystr v0.8.2 |
| 2296 | 2026-06-22T00:05:28.946Z | Checking crypto-common v0.1.7 |
| 2297 | 2026-06-22T00:05:28.968Z | Checking block-buffer v0.10.4 |
| 2298 | 2026-06-22T00:05:28.996Z | Checking libm v0.2.16 |
| 2299 | 2026-06-22T00:05:29.031Z | Checking equivalent v1.0.2 |
| 2300 | 2026-06-22T00:05:29.062Z | Checking litemap v0.8.1 |
| 2301 | 2026-06-22T00:05:29.092Z | Checking writeable v0.6.2 |
| 2302 | 2026-06-22T00:05:29.103Z | Checking digest v0.10.7 |
| 2303 | 2026-06-22T00:05:29.114Z | Checking percent-encoding v2.3.2 |
| 2304 | 2026-06-22T00:05:29.129Z | Checking potential_utf v0.1.4 |
| 2305 | 2026-06-22T00:05:29.228Z | Checking zerotrie v0.2.3 |
| 2306 | 2026-06-22T00:05:29.250Z | Checking icu_locale_core v2.1.1 |
| 2307 | 2026-06-22T00:05:29.262Z | Checking futures-sink v0.3.32 |
| 2308 | 2026-06-22T00:05:29.276Z | Checking icu_collections v2.1.1 |
| 2309 | 2026-06-22T00:05:29.289Z | Checking slab v0.4.12 |
| 2310 | 2026-06-22T00:05:29.363Z | Checking futures-channel v0.3.32 |
| 2311 | 2026-06-22T00:05:29.412Z | Checking serde v1.0.228 |
| 2312 | 2026-06-22T00:05:29.449Z | Checking bitflags v2.11.0 |
| 2313 | 2026-06-22T00:05:29.472Z | Checking serde_json v1.0.149 |
| 2314 | 2026-06-22T00:05:29.558Z | Checking futures-task v0.3.32 |
| 2315 | 2026-06-22T00:05:29.595Z | Checking cpufeatures v0.2.17 |
| 2316 | 2026-06-22T00:05:29.617Z | Checking futures-io v0.3.32 |
| 2317 | 2026-06-22T00:05:29.663Z | Checking hmac v0.12.1 |
| 2318 | 2026-06-22T00:05:29.698Z | Checking icu_properties_data v2.1.2 |
| 2319 | 2026-06-22T00:05:29.711Z | Checking num-traits v0.2.19 |
| 2320 | 2026-06-22T00:05:29.729Z | Checking futures-util v0.3.32 |
| 2321 | 2026-06-22T00:05:29.791Z | Checking icu_normalizer_data v2.1.1 |
| 2322 | 2026-06-22T00:05:29.818Z | Checking bytes v1.11.1 |
| 2323 | 2026-06-22T00:05:29.821Z | Checking icu_provider v2.1.1 |
| 2324 | 2026-06-22T00:05:29.843Z | Checking rand_core v0.10.0 |
| 2325 | 2026-06-22T00:05:29.860Z | Checking hashbrown v0.17.0 |
| 2326 | 2026-06-22T00:05:29.978Z | Checking getrandom v0.4.1 |
| 2327 | 2026-06-22T00:05:30.058Z | Checking icu_normalizer v2.1.1 |
| 2328 | 2026-06-22T00:05:30.145Z | Checking icu_properties v2.1.2 |
| 2329 | 2026-06-22T00:05:30.149Z | Checking block-padding v0.3.3 |
| 2330 | 2026-06-22T00:05:30.221Z | Checking utf8_iter v1.0.4 |
| 2331 | 2026-06-22T00:05:30.243Z | Checking tokio v1.52.1 |
| 2332 | 2026-06-22T00:05:30.274Z | Checking inout v0.1.4 |
| 2333 | 2026-06-22T00:05:30.312Z | Checking indexmap v2.14.0 |
| 2334 | 2026-06-22T00:05:30.339Z | Checking sha2 v0.10.9 |
| 2335 | 2026-06-22T00:05:30.361Z | Checking form_urlencoded v1.2.2 |
| 2336 | 2026-06-22T00:05:30.406Z | Checking cipher v0.4.4 |
| 2337 | 2026-06-22T00:05:30.484Z | Checking getrandom v0.3.4 |
| 2338 | 2026-06-22T00:05:30.605Z | Checking byteorder v1.5.0 |
| 2339 | 2026-06-22T00:05:30.618Z | Checking base64ct v1.8.3 |
| 2340 | 2026-06-22T00:05:30.628Z | Checking fnv v1.0.7 |
| 2341 | 2026-06-22T00:05:30.721Z | Checking flagset v0.4.7 |
| 2342 | 2026-06-22T00:05:30.806Z | Checking rand_core v0.9.5 |
| 2343 | 2026-06-22T00:05:30.841Z | Checking pem-rfc7468 v0.7.0 |
| 2344 | 2026-06-22T00:05:30.844Z | Checking http v1.4.0 |
| 2345 | 2026-06-22T00:05:30.865Z | Checking regex-syntax v0.8.10 |
| 2346 | 2026-06-22T00:05:30.938Z | Checking idna_adapter v1.2.1 |
| 2347 | 2026-06-22T00:05:30.981Z | Checking salsa20 v0.10.2 |
| 2348 | 2026-06-22T00:05:30.996Z | Checking der v0.7.10 |
| 2349 | 2026-06-22T00:05:31.054Z | Checking idna v1.1.0 |
| 2350 | 2026-06-22T00:05:31.111Z | Checking uuid v1.23.0 |
| 2351 | 2026-06-22T00:05:31.294Z | Checking url v2.5.8 |
| 2352 | 2026-06-22T00:05:31.416Z | Checking pbkdf2 v0.12.2 |
| 2353 | 2026-06-22T00:05:31.429Z | Checking rustix v1.1.3 |
| 2354 | 2026-06-22T00:05:31.499Z | Checking ppv-lite86 v0.2.21 |
| 2355 | 2026-06-22T00:05:31.524Z | Checking tracing-core v0.1.36 |
| 2356 | 2026-06-22T00:05:31.633Z | Checking rustls-pki-types v1.14.0 |
| 2357 | 2026-06-22T00:05:31.724Z | Checking spki v0.7.3 |
| 2358 | 2026-06-22T00:05:31.738Z | Checking base64 v0.22.1 |
| 2359 | 2026-06-22T00:05:31.793Z | Checking iana-time-zone v0.1.65 |
| 2360 | 2026-06-22T00:05:31.823Z | Checking tracing v0.1.44 |
| 2361 | 2026-06-22T00:05:31.886Z | Checking rand_chacha v0.9.0 |
| 2362 | 2026-06-22T00:05:31.900Z | Checking chrono v0.4.44 |
| 2363 | 2026-06-22T00:05:31.914Z | Checking scrypt v0.11.0 |
| 2364 | 2026-06-22T00:05:31.968Z | Checking http-body v1.0.1 |
| 2365 | 2026-06-22T00:05:32.025Z | Checking cbc v0.1.2 |
| 2366 | 2026-06-22T00:05:32.051Z | Checking aes v0.8.4 |
| 2367 | 2026-06-22T00:05:32.083Z | Checking aws-lc-sys v0.40.0 |
| 2368 | 2026-06-22T00:05:32.099Z | Checking untrusted v0.9.0 |
| 2369 | 2026-06-22T00:05:32.149Z | Checking untrusted v0.7.1 |
| 2370 | 2026-06-22T00:05:32.162Z | Checking openssl-probe v0.2.1 |
| 2371 | 2026-06-22T00:05:32.206Z | Checking tinyvec_macros v0.1.1 |
| 2372 | 2026-06-22T00:05:32.260Z | Checking ring v0.17.14 |
| 2373 | 2026-06-22T00:05:32.273Z | Checking rand v0.9.2 |
| 2374 | 2026-06-22T00:05:32.284Z | Checking tinyvec v1.10.0 |
| 2375 | 2026-06-22T00:05:32.297Z | Checking tower-layer v0.3.3 |
| 2376 | 2026-06-22T00:05:32.435Z | Checking pkcs5 v0.7.1 |
| 2377 | 2026-06-22T00:05:32.447Z | Checking atomic-waker v1.1.2 |
| 2378 | 2026-06-22T00:05:32.541Z | Checking try-lock v0.2.5 |
| 2379 | 2026-06-22T00:05:32.578Z | Checking aws-lc-rs v1.16.3 |
| 2380 | 2026-06-22T00:05:32.590Z | Checking tower-service v0.3.3 |
| 2381 | 2026-06-22T00:05:32.636Z | Checking want v0.3.1 |
| 2382 | 2026-06-22T00:05:32.676Z | Checking ipnet v2.11.0 |
| 2383 | 2026-06-22T00:05:32.688Z | Checking pkcs8 v0.10.2 |
| 2384 | 2026-06-22T00:05:32.735Z | Checking httparse v1.10.1 |
| 2385 | 2026-06-22T00:05:32.747Z | Checking aho-corasick v1.1.4 |
| 2386 | 2026-06-22T00:05:32.761Z | Checking plain v0.2.3 |
| 2387 | 2026-06-22T00:05:32.859Z | Checking httpdate v1.0.3 |
| 2388 | 2026-06-22T00:05:32.859Z | Checking fastrand v2.3.0 |
| 2389 | 2026-06-22T00:05:32.926Z | Checking pin-utils v0.1.0 |
| 2390 | 2026-06-22T00:05:32.939Z | Checking dyn-clone v1.0.20 |
| 2391 | 2026-06-22T00:05:32.994Z | Checking utf8parse v0.2.2 |
| 2392 | 2026-06-22T00:05:33.009Z | Checking foreign-types-shared v0.1.1 |
| 2393 | 2026-06-22T00:05:33.031Z | Checking tempfile v3.25.0 |
| 2394 | 2026-06-22T00:05:33.046Z | Checking unicode-normalization v0.1.25 |
| 2395 | 2026-06-22T00:05:33.087Z | Checking foreign-types v0.3.2 |
| 2396 | 2026-06-22T00:05:33.100Z | Checking semver v1.0.28 |
| 2397 | 2026-06-22T00:05:33.157Z | Checking openssl-sys v0.9.115 |
| 2398 | 2026-06-22T00:05:33.222Z | Checking spin v0.9.8 |
| 2399 | 2026-06-22T00:05:33.252Z | Checking socket2 v0.5.10 |
| 2400 | 2026-06-22T00:05:33.307Z | Checking ucd-trie v0.1.7 |
| 2401 | 2026-06-22T00:05:33.405Z | Checking anstyle v1.0.14 |
| 2402 | 2026-06-22T00:05:33.417Z | Checking regex-automata v0.4.14 |
| 2403 | 2026-06-22T00:05:33.422Z | Checking rustls-webpki v0.103.9 |
| 2404 | 2026-06-22T00:05:33.440Z | Checking unicode-ident v1.0.24 |
| 2405 | 2026-06-22T00:05:33.453Z | Checking tokio-util v0.7.18 |
| 2406 | 2026-06-22T00:05:33.466Z | Checking pest v2.8.6 |
| 2407 | 2026-06-22T00:05:33.498Z | Checking schemars v0.8.22 |
| 2408 | 2026-06-22T00:05:33.532Z | Checking openssl v0.10.79 |
| 2409 | 2026-06-22T00:05:33.545Z | Checking proc-macro2 v1.0.106 |
| 2410 | 2026-06-22T00:05:33.582Z | Checking rustls-native-certs v0.8.3 |
| 2411 | 2026-06-22T00:05:33.713Z | Checking thiserror v2.0.18 |
| 2412 | 2026-06-22T00:05:33.812Z | Checking sync_wrapper v1.0.2 |
| 2413 | 2026-06-22T00:05:33.841Z | Checking rustls v0.23.37 |
| 2414 | 2026-06-22T00:05:33.853Z | Checking wait-timeout v0.2.1 |
| 2415 | 2026-06-22T00:05:33.913Z | Checking is_terminal_polyfill v1.70.2 |
| 2416 | 2026-06-22T00:05:33.968Z | Checking anstyle-query v1.1.5 |
| 2417 | 2026-06-22T00:05:33.999Z | Checking bit-vec v0.8.0 |
| 2418 | 2026-06-22T00:05:34.048Z | Checking h2 v0.4.13 |
| 2419 | 2026-06-22T00:05:34.061Z | Checking colorchoice v1.0.4 |
| 2420 | 2026-06-22T00:05:34.139Z | Checking quick-error v1.2.3 |
| 2421 | 2026-06-22T00:05:34.156Z | Checking powerfmt v0.2.0 |
| 2422 | 2026-06-22T00:05:34.190Z | Checking pretty-hex v0.4.1 |
| 2423 | 2026-06-22T00:05:34.237Z | Checking simd-adler32 v0.3.8 |
| 2424 | 2026-06-22T00:05:34.303Z | Checking siphasher v1.0.2 |
| 2425 | 2026-06-22T00:05:34.306Z | Checking deranged v0.5.8 |
| 2426 | 2026-06-22T00:05:34.403Z | Checking rusty-fork v0.3.1 |
| 2427 | 2026-06-22T00:05:34.456Z | Checking bit-set v0.8.0 |
| 2428 | 2026-06-22T00:05:34.511Z | Checking tower v0.5.3 |
| 2429 | 2026-06-22T00:05:34.576Z | Checking quote v1.0.45 |
| 2430 | 2026-06-22T00:05:34.604Z | Compiling newtype-uuid v1.3.2 |
| 2431 | 2026-06-22T00:05:34.743Z | Checking http-body-util v0.1.3 |
| 2432 | 2026-06-22T00:05:34.786Z | Checking webpki-roots v1.0.6 |
| 2433 | 2026-06-22T00:05:34.903Z | Checking crossbeam-utils v0.8.21 |
| 2434 | 2026-06-22T00:05:34.906Z | Checking rand_xorshift v0.4.0 |
| 2435 | 2026-06-22T00:05:34.964Z | Checking crc32fast v1.5.0 |
| 2436 | 2026-06-22T00:05:35.033Z | Checking scroll v0.13.0 |
| 2437 | 2026-06-22T00:05:35.104Z | Checking signature v2.2.0 |
| 2438 | 2026-06-22T00:05:35.234Z | Checking num-conv v0.2.0 |
| 2439 | 2026-06-22T00:05:35.234Z | Checking unicode-properties v0.1.4 |
| 2440 | 2026-06-22T00:05:35.258Z | Checking ryu v1.0.23 |
| 2441 | 2026-06-22T00:05:35.269Z | Checking allocator-api2 v0.2.21 |
| 2442 | 2026-06-22T00:05:35.281Z | Checking num_threads v0.1.7 |
| 2443 | 2026-06-22T00:05:35.347Z | Checking unicode-bidi v0.3.18 |
| 2444 | 2026-06-22T00:05:35.365Z | Checking time-core v0.1.8 |
| 2445 | 2026-06-22T00:05:35.390Z | Checking unarray v0.1.4 |
| 2446 | 2026-06-22T00:05:35.424Z | Checking iri-string v0.7.10 |
| 2447 | 2026-06-22T00:05:35.491Z | Checking adler2 v2.0.1 |
| 2448 | 2026-06-22T00:05:35.504Z | Checking time v0.3.47 |
| 2449 | 2026-06-22T00:05:35.548Z | Checking proptest v1.10.0 |
| 2450 | 2026-06-22T00:05:35.574Z | Checking native-tls v0.2.18 |
| 2451 | 2026-06-22T00:05:35.596Z | Checking miniz_oxide v0.8.9 |
| 2452 | 2026-06-22T00:05:35.641Z | Checking stringprep v0.1.5 |
| 2453 | 2026-06-22T00:05:35.748Z | Checking tokio-native-tls v0.3.1 |
| 2454 | 2026-06-22T00:05:35.793Z | Checking serde_urlencoded v0.7.1 |
| 2455 | 2026-06-22T00:05:35.903Z | Checking bstr v1.12.1 |
| 2456 | 2026-06-22T00:05:35.944Z | Checking goblin v0.10.5 |
| 2457 | 2026-06-22T00:05:35.994Z | Checking crossbeam-epoch v0.9.18 |
| 2458 | 2026-06-22T00:05:36.216Z | Checking syn v2.0.117 |
| 2459 | 2026-06-22T00:05:36.229Z | Checking tokio-rustls v0.26.4 |
| 2460 | 2026-06-22T00:05:36.287Z | Compiling daft v0.1.7 |
| 2461 | 2026-06-22T00:05:36.425Z | Checking tower-http v0.6.8 |
| 2462 | 2026-06-22T00:05:36.455Z | Checking ipnetwork v0.21.1 |
| 2463 | 2026-06-22T00:05:36.563Z | Checking anstyle-parse v1.0.0 |
| 2464 | 2026-06-22T00:05:36.628Z | Checking rand_chacha v0.3.1 |
| 2465 | 2026-06-22T00:05:36.673Z | Checking thiserror v1.0.69 |
| 2466 | 2026-06-22T00:05:36.695Z | Checking scroll v0.12.0 |
| 2467 | 2026-06-22T00:05:36.712Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2468 | 2026-06-22T00:05:36.743Z | Checking hyper v1.8.1 |
| 2469 | 2026-06-22T00:05:36.765Z | Checking hash32 v0.2.1 |
| 2470 | 2026-06-22T00:05:36.820Z | Checking num-integer v0.1.46 |
| 2471 | 2026-06-22T00:05:36.832Z | Checking toml_datetime v0.6.11 |
| 2472 | 2026-06-22T00:05:36.932Z | Checking serde_spanned v0.6.9 |
| 2473 | 2026-06-22T00:05:36.935Z | Checking md-5 v0.10.6 |
| 2474 | 2026-06-22T00:05:37.011Z | Checking ff v0.13.1 |
| 2475 | 2026-06-22T00:05:37.038Z | Checking encoding_rs v0.8.35 |
| 2476 | 2026-06-22T00:05:37.051Z | Checking zlib-rs v0.6.2 |
| 2477 | 2026-06-22T00:05:37.056Z | Checking fallible-iterator v0.2.0 |
| 2478 | 2026-06-22T00:05:37.134Z | Checking mime v0.3.17 |
| 2479 | 2026-06-22T00:05:37.304Z | Checking psl-types v2.0.11 |
| 2480 | 2026-06-22T00:05:37.325Z | Checking base16ct v0.2.0 |
| 2481 | 2026-06-22T00:05:37.418Z | Checking publicsuffix v2.3.0 |
| 2482 | 2026-06-22T00:05:37.447Z | Checking sec1 v0.7.3 |
| 2483 | 2026-06-22T00:05:37.484Z | Checking postgres-protocol v0.6.10 |
| 2484 | 2026-06-22T00:05:37.577Z | Checking group v0.13.0 |
| 2485 | 2026-06-22T00:05:37.630Z | Checking hyper-util v0.1.20 |
| 2486 | 2026-06-22T00:05:37.654Z | Checking num-iter v0.1.45 |
| 2487 | 2026-06-22T00:05:37.722Z | Checking goblin v0.8.2 |
| 2488 | 2026-06-22T00:05:37.764Z | Checking heapless v0.7.17 |
| 2489 | 2026-06-22T00:05:37.795Z | Checking rand v0.8.6 |
| 2490 | 2026-06-22T00:05:37.914Z | Checking flate2 v1.1.9 |
| 2491 | 2026-06-22T00:05:37.960Z | Checking zstd-safe v7.2.4 |
| 2492 | 2026-06-22T00:05:38.123Z | Checking anstream v1.0.0 |
| 2493 | 2026-06-22T00:05:38.173Z | Checking oxnet v0.1.6 |
| 2494 | 2026-06-22T00:05:38.206Z | Checking cookie v0.18.1 |
| 2495 | 2026-06-22T00:05:38.233Z | Checking dof v0.4.0 |
| 2496 | 2026-06-22T00:05:38.308Z | Compiling iddqd v0.4.2 |
| 2497 | 2026-06-22T00:05:38.322Z | Checking dtrace-parser v0.3.0 |
| 2498 | 2026-06-22T00:05:38.427Z | Checking phf_shared v0.13.1 |
| 2499 | 2026-06-22T00:05:38.430Z | Checking lazy_static v1.5.0 |
| 2500 | 2026-06-22T00:05:38.463Z | Checking anstyle-parse v0.2.7 |
| 2501 | 2026-06-22T00:05:38.528Z | Checking zerocopy v0.7.35 |
| 2502 | 2026-06-22T00:05:38.561Z | Checking pin-project v1.1.11 |
| 2503 | 2026-06-22T00:05:38.611Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2504 | 2026-06-22T00:05:38.627Z | Checking signal-hook v0.3.18 |
| 2505 | 2026-06-22T00:05:38.651Z | Checking terminal_size v0.4.3 |
| 2506 | 2026-06-22T00:05:38.692Z | Checking futures-executor v0.3.32 |
| 2507 | 2026-06-22T00:05:38.762Z | Checking hex v0.4.3 |
| 2508 | 2026-06-22T00:05:38.812Z | Checking hkdf v0.12.4 |
| 2509 | 2026-06-22T00:05:38.838Z | Checking crypto-bigint v0.5.5 |
| 2510 | 2026-06-22T00:05:38.851Z | Checking thread-id v5.1.0 |
| 2511 | 2026-06-22T00:05:38.895Z | Checking hyper-rustls v0.27.7 |
| 2512 | 2026-06-22T00:05:38.925Z | Checking hyper-tls v0.6.0 |
| 2513 | 2026-06-22T00:05:38.941Z | Checking libbz2-rs-sys v0.2.2 |
| 2514 | 2026-06-22T00:05:38.983Z | Checking strsim v0.11.1 |
| 2515 | 2026-06-22T00:05:39.004Z | Checking winnow v0.5.40 |
| 2516 | 2026-06-22T00:05:39.093Z | Checking foldhash v0.1.5 |
| 2517 | 2026-06-22T00:05:39.105Z | Checking either v1.15.0 |
| 2518 | 2026-06-22T00:05:39.141Z | Checking bumpalo v3.20.2 |
| 2519 | 2026-06-22T00:05:39.223Z | Checking clap_lex v1.0.0 |
| 2520 | 2026-06-22T00:05:39.289Z | Checking winnow v0.7.14 |
| 2521 | 2026-06-22T00:05:39.330Z | Checking managed v0.8.0 |
| 2522 | 2026-06-22T00:05:39.342Z | Checking bitflags v1.3.2 |
| 2523 | 2026-06-22T00:05:39.371Z | Compiling rayon-core v1.13.0 |
| 2524 | 2026-06-22T00:05:39.412Z | Checking same-file v1.0.6 |
| 2525 | 2026-06-22T00:05:39.525Z | Checking foldhash v0.2.0 |
| 2526 | 2026-06-22T00:05:39.525Z | Checking walkdir v2.5.0 |
| 2527 | 2026-06-22T00:05:39.573Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2528 | 2026-06-22T00:05:39.588Z | Checking smoltcp v0.9.1 |
| 2529 | 2026-06-22T00:05:39.621Z | Checking dof v0.3.0 |
| 2530 | 2026-06-22T00:05:39.677Z | Checking hashbrown v0.16.1 |
| 2531 | 2026-06-22T00:05:39.692Z | Checking clap_builder v4.6.0 |
| 2532 | 2026-06-22T00:05:39.752Z | Checking zopfli v0.8.3 |
| 2533 | 2026-06-22T00:05:39.765Z | Checking elliptic-curve v0.13.8 |
| 2534 | 2026-06-22T00:05:39.905Z | Checking bzip2 v0.6.1 |
| 2535 | 2026-06-22T00:05:40.066Z | Checking hashbrown v0.15.5 |
| 2536 | 2026-06-22T00:05:40.078Z | Checking reqwest v0.12.28 |
| 2537 | 2026-06-22T00:05:40.091Z | Checking usdt-impl v0.6.0 |
| 2538 | 2026-06-22T00:05:40.168Z | Checking futures v0.3.32 |
| 2539 | 2026-06-22T00:05:40.180Z | Checking toml_edit v0.19.15 |
| 2540 | 2026-06-22T00:05:40.191Z | Checking signal-hook-mio v0.2.5 |
| 2541 | 2026-06-22T00:05:40.243Z | Checking bzip2 v0.4.4 |
| 2542 | 2026-06-22T00:05:40.289Z | Checking snafu v0.8.9 |
| 2543 | 2026-06-22T00:05:40.371Z | Checking phf v0.13.1 |
| 2544 | 2026-06-22T00:05:40.404Z | Checking anstream v0.6.21 |
| 2545 | 2026-06-22T00:05:40.493Z | Checking num-bigint-dig v0.8.6 |
| 2546 | 2026-06-22T00:05:40.516Z | Checking cookie_store v0.22.1 |
| 2547 | 2026-06-22T00:05:40.528Z | Checking zstd v0.13.3 |
| 2548 | 2026-06-22T00:05:40.601Z | Checking postgres-types v0.2.12 |
| 2549 | 2026-06-22T00:05:40.722Z | Checking dtrace-parser v0.2.0 |
| 2550 | 2026-06-22T00:05:40.762Z | Checking globset v0.4.18 |
| 2551 | 2026-06-22T00:05:40.841Z | Checking rustls-platform-verifier v0.6.2 |
| 2552 | 2026-06-22T00:05:40.913Z | Checking crossbeam-deque v0.8.6 |
| 2553 | 2026-06-22T00:05:40.926Z | Checking regex v1.12.3 |
| 2554 | 2026-06-22T00:05:40.937Z | Checking ed25519 v2.2.3 |
| 2555 | 2026-06-22T00:05:40.950Z | Checking phf_shared v0.11.3 |
| 2556 | 2026-06-22T00:05:40.975Z | Checking olpc-cjson v0.1.4 |
| 2557 | 2026-06-22T00:05:41.015Z | Checking ref-cast v1.0.25 |
| 2558 | 2026-06-22T00:05:41.085Z | Checking curve25519-dalek v4.1.3 |
| 2559 | 2026-06-22T00:05:41.089Z | Checking strum v0.27.2 |
| 2560 | 2026-06-22T00:05:41.108Z | Checking hubpack v0.1.2 |
| 2561 | 2026-06-22T00:05:41.112Z | Checking memoffset v0.9.1 |
| 2562 | 2026-06-22T00:05:41.112Z | Checking rustix v0.38.44 |
| 2563 | 2026-06-22T00:05:41.192Z | Checking pkcs1 v0.7.5 |
| 2564 | 2026-06-22T00:05:41.206Z | Checking pem v3.0.6 |
| 2565 | 2026-06-22T00:05:41.210Z | Checking float-cmp v0.10.0 |
| 2566 | 2026-06-22T00:05:41.210Z | Checking erased-serde v0.3.31 |
| 2567 | 2026-06-22T00:05:41.268Z | Checking serde-big-array v0.5.1 |
| 2568 | 2026-06-22T00:05:41.287Z | Checking serde_plain v1.0.2 |
| 2569 | 2026-06-22T00:05:41.346Z | Checking rfc6979 v0.4.0 |
| 2570 | 2026-06-22T00:05:41.356Z | Checking memmap2 v0.9.10 |
| 2571 | 2026-06-22T00:05:41.392Z | Checking thread-id v4.2.2 |
| 2572 | 2026-06-22T00:05:41.405Z | Checking env_filter v1.0.0 |
| 2573 | 2026-06-22T00:05:41.428Z | Checking unicode-segmentation v1.12.0 |
| 2574 | 2026-06-22T00:05:41.457Z | Checking normalize-line-endings v0.3.0 |
| 2575 | 2026-06-22T00:05:41.468Z | Checking toml_write v0.1.2 |
| 2576 | 2026-06-22T00:05:41.506Z | Checking fixedbitset v0.4.2 |
| 2577 | 2026-06-22T00:05:41.541Z | Checking predicates-core v1.0.10 |
| 2578 | 2026-06-22T00:05:41.545Z | Checking precomputed-hash v0.1.1 |
| 2579 | 2026-06-22T00:05:41.598Z | Checking static_assertions v1.1.0 |
| 2580 | 2026-06-22T00:05:41.623Z | Checking keccak v0.1.6 |
| 2581 | 2026-06-22T00:05:41.635Z | Checking fixedbitset v0.5.7 |
| 2582 | 2026-06-22T00:05:41.653Z | Checking data-encoding v2.10.0 |
| 2583 | 2026-06-22T00:05:41.665Z | Checking jiff v0.2.21 |
| 2584 | 2026-06-22T00:05:41.675Z | Checking new_debug_unreachable v1.0.6 |
| 2585 | 2026-06-22T00:05:41.739Z | Checking whoami v2.1.0 |
| 2586 | 2026-06-22T00:05:41.748Z | Checking typed-path v0.9.3 |
| 2587 | 2026-06-22T00:05:41.782Z | Checking difflib v0.4.0 |
| 2588 | 2026-06-22T00:05:41.823Z | Checking petgraph v0.8.3 |
| 2589 | 2026-06-22T00:05:41.860Z | Checking ed25519-dalek v2.2.0 |
| 2590 | 2026-06-22T00:05:41.920Z | Checking hickory-proto v0.25.2 |
| 2591 | 2026-06-22T00:05:41.924Z | Checking crossterm v0.28.1 |
| 2592 | 2026-06-22T00:05:41.943Z | Checking tokio-postgres v0.7.16 |
| 2593 | 2026-06-22T00:05:41.957Z | Checking predicates v3.1.4 |
| 2594 | 2026-06-22T00:05:42.089Z | Checking sha3 v0.10.8 |
| 2595 | 2026-06-22T00:05:42.252Z | Checking string_cache v0.8.9 |
| 2596 | 2026-06-22T00:05:42.291Z | Checking similar v2.7.0 |
| 2597 | 2026-06-22T00:05:42.419Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2598 | 2026-06-22T00:05:42.511Z | Checking tough v0.22.0 |
| 2599 | 2026-06-22T00:05:42.636Z | Checking petgraph v0.6.5 |
| 2600 | 2026-06-22T00:05:42.668Z | Checking toml_edit v0.22.27 |
| 2601 | 2026-06-22T00:05:43.185Z | Checking slog v2.8.2 |
| 2602 | 2026-06-22T00:05:43.367Z | Checking env_logger v0.11.9 |
| 2603 | 2026-06-22T00:05:43.512Z | Checking usdt v0.6.0 |
| 2604 | 2026-06-22T00:05:43.554Z | Checking usdt-impl v0.5.0 |
| 2605 | 2026-06-22T00:05:43.611Z | Checking ecdsa v0.16.9 |
| 2606 | 2026-06-22T00:05:43.713Z | Checking rsa v0.9.10 |
| 2607 | 2026-06-22T00:05:43.829Z | Checking zip v4.6.1 |
| 2608 | 2026-06-22T00:05:43.841Z | Checking toml v0.7.8 |
| 2609 | 2026-06-22T00:05:43.852Z | Checking nix v0.31.2 |
| 2610 | 2026-06-22T00:05:44.178Z | Checking reqwest v0.13.2 |
| 2611 | 2026-06-22T00:05:44.395Z | Checking clap v4.6.1 |
| 2612 | 2026-06-22T00:05:44.461Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2613 | 2026-06-22T00:05:44.485Z | Checking zip v0.6.6 |
| 2614 | 2026-06-22T00:05:44.517Z | Checking itertools v0.13.0 |
| 2615 | 2026-06-22T00:05:44.679Z | Checking serde_with v3.17.0 |
| 2616 | 2026-06-22T00:05:44.719Z | Checking strum v0.26.3 |
| 2617 | 2026-06-22T00:05:44.796Z | Checking fs-err v3.3.0 |
| 2618 | 2026-06-22T00:05:44.809Z | Checking ahash v0.8.12 |
| 2619 | 2026-06-22T00:05:44.830Z | Checking object v0.37.3 |
| 2620 | 2026-06-22T00:05:44.865Z | Checking tokio-stream v0.1.18 |
| 2621 | 2026-06-22T00:05:44.915Z | Checking buf-list v1.1.2 |
| 2622 | 2026-06-22T00:05:45.003Z | Checking camino v1.2.2 |
| 2623 | 2026-06-22T00:05:45.053Z | Checking anyhow v1.0.102 |
| 2624 | 2026-06-22T00:05:45.097Z | Checking x509-cert v0.2.5 |
| 2625 | 2026-06-22T00:05:45.109Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2626 | 2026-06-22T00:05:45.247Z | Checking openapiv3 v2.2.0 |
| 2627 | 2026-06-22T00:05:45.250Z | Checking sha1 v0.10.6 |
| 2628 | 2026-06-22T00:05:45.250Z | Checking peg-runtime v0.8.5 |
| 2629 | 2026-06-22T00:05:45.365Z | Checking lalrpop-util v0.19.12 |
| 2630 | 2026-06-22T00:05:45.397Z | Checking rayon v1.11.0 |
| 2631 | 2026-06-22T00:05:45.409Z | Checking sigpipe v0.1.3 |
| 2632 | 2026-06-22T00:05:45.483Z | Checking glob v0.3.3 |
| 2633 | 2026-06-22T00:05:47.007Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2634 | 2026-06-22T00:05:47.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.96s |
| 2635 | 2026-06-22T00:05:47.432Z | |
| 2636 | 2026-06-22T00:05:47.432Z | info: running `cargo check --bins` on internal-dns-types (77/298) |
| 2637 | 2026-06-22T00:05:47.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2026-06-22T00:05:47.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2026-06-22T00:05:47.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2640 | 2026-06-22T00:05:47.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2641 | 2026-06-22T00:05:47.948Z | |
| 2642 | 2026-06-22T00:05:47.948Z | info: running `cargo check --bins` on internal-dns-types-versions (78/298) |
| 2643 | 2026-06-22T00:05:48.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2026-06-22T00:05:48.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2026-06-22T00:05:48.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2646 | 2026-06-22T00:05:48.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2647 | 2026-06-22T00:05:48.465Z | |
| 2648 | 2026-06-22T00:05:48.465Z | info: running `cargo check --bins` on nexus-types-versions (79/298) |
| 2649 | 2026-06-22T00:05:48.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2026-06-22T00:05:48.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2026-06-22T00:05:48.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2026-06-22T00:05:48.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2653 | 2026-06-22T00:05:49.002Z | |
| 2654 | 2026-06-22T00:05:49.002Z | info: running `cargo check --bins` on oxql-types (80/298) |
| 2655 | 2026-06-22T00:05:49.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2026-06-22T00:05:49.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2026-06-22T00:05:49.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2026-06-22T00:05:49.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2659 | 2026-06-22T00:05:49.522Z | |
| 2660 | 2026-06-22T00:05:49.522Z | info: running `cargo check --bins` on oximeter-types (81/298) |
| 2661 | 2026-06-22T00:05:49.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2026-06-22T00:05:49.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2026-06-22T00:05:49.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2664 | 2026-06-22T00:05:49.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2665 | 2026-06-22T00:05:50.044Z | |
| 2666 | 2026-06-22T00:05:50.044Z | info: running `cargo check --bins` on oximeter-types-versions (82/298) |
| 2667 | 2026-06-22T00:05:50.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2026-06-22T00:05:50.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2026-06-22T00:05:50.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2670 | 2026-06-22T00:05:50.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2671 | 2026-06-22T00:05:50.566Z | |
| 2672 | 2026-06-22T00:05:50.566Z | info: running `cargo check --bins` on oximeter-macro-impl (83/298) |
| 2673 | 2026-06-22T00:05:50.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2674 | 2026-06-22T00:05:50.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2675 | 2026-06-22T00:05:50.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2676 | 2026-06-22T00:05:51.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2677 | 2026-06-22T00:05:51.077Z | |
| 2678 | 2026-06-22T00:05:51.077Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/298) |
| 2679 | 2026-06-22T00:05:51.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2680 | 2026-06-22T00:05:51.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2681 | 2026-06-22T00:05:51.701Z | Compiling structmeta-derive v0.3.0 |
| 2682 | 2026-06-22T00:05:51.810Z | Compiling rustls v0.22.4 |
| 2683 | 2026-06-22T00:05:51.822Z | Compiling multer v3.1.0 |
| 2684 | 2026-06-22T00:05:51.830Z | Compiling async-stream-impl v0.3.6 |
| 2685 | 2026-06-22T00:05:51.833Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2686 | 2026-06-22T00:05:51.849Z | Compiling dropshot v0.17.0 |
| 2687 | 2026-06-22T00:05:51.864Z | Compiling dropshot_endpoint v0.17.0 |
| 2688 | 2026-06-22T00:05:51.864Z | Compiling newtype-uuid-macros v0.1.0 |
| 2689 | 2026-06-22T00:05:51.987Z | Checking newtype-uuid v1.3.2 |
| 2690 | 2026-06-22T00:05:52.047Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2691 | 2026-06-22T00:05:52.082Z | Checking rustls-webpki v0.102.8 |
| 2692 | 2026-06-22T00:05:52.190Z | Checking daft v0.1.7 |
| 2693 | 2026-06-22T00:05:52.208Z | Checking thread_local v1.1.9 |
| 2694 | 2026-06-22T00:05:52.375Z | Checking match_cfg v0.1.0 |
| 2695 | 2026-06-22T00:05:52.400Z | Checking compression-core v0.4.31 |
| 2696 | 2026-06-22T00:05:52.427Z | Checking iddqd v0.4.2 |
| 2697 | 2026-06-22T00:05:52.443Z | Checking hostname v0.3.1 |
| 2698 | 2026-06-22T00:05:52.470Z | Checking crossbeam-channel v0.5.15 |
| 2699 | 2026-06-22T00:05:52.521Z | Checking compression-codecs v0.4.37 |
| 2700 | 2026-06-22T00:05:52.538Z | Checking atomicwrites v0.4.4 |
| 2701 | 2026-06-22T00:05:52.622Z | Checking slog-json v2.6.1 |
| 2702 | 2026-06-22T00:05:52.659Z | Checking serde_spanned v1.0.4 |
| 2703 | 2026-06-22T00:05:52.685Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2704 | 2026-06-22T00:05:52.778Z | Checking is-terminal v0.4.17 |
| 2705 | 2026-06-22T00:05:52.790Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2706 | 2026-06-22T00:05:52.806Z | Checking term v1.2.1 |
| 2707 | 2026-06-22T00:05:52.864Z | Compiling structmeta v0.3.0 |
| 2708 | 2026-06-22T00:05:52.867Z | Checking take_mut v0.2.2 |
| 2709 | 2026-06-22T00:05:52.888Z | Checking debug-ignore v1.0.5 |
| 2710 | 2026-06-22T00:05:52.970Z | Checking toml v1.0.6+spec-1.1.0 |
| 2711 | 2026-06-22T00:05:52.982Z | Checking slog-async v2.8.0 |
| 2712 | 2026-06-22T00:05:52.986Z | Checking slog-bunyan v2.5.0 |
| 2713 | 2026-06-22T00:05:53.022Z | Checking slog-term v2.9.2 |
| 2714 | 2026-06-22T00:05:53.078Z | Compiling derive-ex v0.1.8 |
| 2715 | 2026-06-22T00:05:53.104Z | Compiling parse-display-derive v0.10.0 |
| 2716 | 2026-06-22T00:05:53.151Z | Checking async-compression v0.4.41 |
| 2717 | 2026-06-22T00:05:53.277Z | Checking async-stream v0.3.6 |
| 2718 | 2026-06-22T00:05:53.342Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2719 | 2026-06-22T00:05:53.393Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2720 | 2026-06-22T00:05:53.406Z | Checking progenitor-client v0.14.0 |
| 2721 | 2026-06-22T00:05:53.420Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2722 | 2026-06-22T00:05:53.542Z | Checking waitgroup v0.1.2 |
| 2723 | 2026-06-22T00:05:53.561Z | Checking backon v1.6.0 |
| 2724 | 2026-06-22T00:05:53.608Z | Checking rustls-pemfile v2.2.0 |
| 2725 | 2026-06-22T00:05:53.642Z | Checking serde_path_to_error v0.1.20 |
| 2726 | 2026-06-22T00:05:53.719Z | Checking hostname v0.4.2 |
| 2727 | 2026-06-22T00:05:53.722Z | Checking instant v0.1.13 |
| 2728 | 2026-06-22T00:05:53.826Z | Checking backoff v0.4.0 |
| 2729 | 2026-06-22T00:05:53.893Z | Checking tokio-rustls v0.25.0 |
| 2730 | 2026-06-22T00:05:53.907Z | Checking progenitor-extras v0.2.0 |
| 2731 | 2026-06-22T00:05:53.967Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2732 | 2026-06-22T00:05:53.997Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2733 | 2026-06-22T00:05:54.167Z | Checking itertools v0.14.0 |
| 2734 | 2026-06-22T00:05:54.221Z | Checking regress v0.10.5 |
| 2735 | 2026-06-22T00:05:54.370Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2736 | 2026-06-22T00:05:54.605Z | Checking macaddr v1.0.1 |
| 2737 | 2026-06-22T00:05:54.771Z | Compiling test-strategy v0.4.5 |
| 2738 | 2026-06-22T00:05:54.801Z | Checking parse-display v0.10.0 |
| 2739 | 2026-06-22T00:05:54.929Z | Checking humantime v2.3.0 |
| 2740 | 2026-06-22T00:05:55.992Z | Compiling prettyplease v0.2.37 |
| 2741 | 2026-06-22T00:05:56.242Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2742 | 2026-06-22T00:05:56.396Z | Checking num-rational v0.4.2 |
| 2743 | 2026-06-22T00:05:56.615Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2744 | 2026-06-22T00:05:57.013Z | Checking num-complex v0.4.6 |
| 2745 | 2026-06-22T00:05:57.568Z | Compiling num v0.4.3 |
| 2746 | 2026-06-22T00:05:57.645Z | Compiling usdt-attr-macro v0.5.0 |
| 2747 | 2026-06-22T00:05:57.682Z | Compiling usdt-macro v0.5.0 |
| 2748 | 2026-06-22T00:05:57.696Z | Checking memmap v0.7.0 |
| 2749 | 2026-06-22T00:05:57.707Z | Checking float-ord v0.3.2 |
| 2750 | 2026-06-22T00:05:57.808Z | Checking unicode-width v0.2.0 |
| 2751 | 2026-06-22T00:05:57.822Z | Compiling convert_case v0.4.0 |
| 2752 | 2026-06-22T00:05:58.056Z | Checking console v0.15.11 |
| 2753 | 2026-06-22T00:05:58.192Z | Compiling derive_more v0.99.20 |
| 2754 | 2026-06-22T00:05:58.347Z | Checking newline-converter v0.3.0 |
| 2755 | 2026-06-22T00:05:58.398Z | Compiling toml v0.8.23 |
| 2756 | 2026-06-22T00:05:58.417Z | Checking usdt v0.5.0 |
| 2757 | 2026-06-22T00:05:58.455Z | Compiling minimal-lexical v0.2.1 |
| 2758 | 2026-06-22T00:05:58.583Z | Checking linked-hash-map v0.5.6 |
| 2759 | 2026-06-22T00:05:58.704Z | Compiling nom v7.1.3 |
| 2760 | 2026-06-22T00:05:58.754Z | Checking lru-cache v0.1.2 |
| 2761 | 2026-06-22T00:05:58.877Z | Checking expectorate v1.2.0 |
| 2762 | 2026-06-22T00:05:59.348Z | Checking camino-tempfile v1.4.1 |
| 2763 | 2026-06-22T00:05:59.548Z | Checking hickory-proto v0.24.4 |
| 2764 | 2026-06-22T00:05:59.561Z | Checking phf_shared v0.12.1 |
| 2765 | 2026-06-22T00:05:59.660Z | Compiling slog-dtrace v0.3.0 |
| 2766 | 2026-06-22T00:05:59.701Z | Compiling chrono-tz v0.10.4 |
| 2767 | 2026-06-22T00:05:59.854Z | Checking resolv-conf v0.7.6 |
| 2768 | 2026-06-22T00:05:59.883Z | Checking heck v0.5.0 |
| 2769 | 2026-06-22T00:05:59.971Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2770 | 2026-06-22T00:06:00.010Z | Compiling const_format_proc_macros v0.2.34 |
| 2771 | 2026-06-22T00:06:00.083Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2772 | 2026-06-22T00:06:00.105Z | Checking phf v0.12.1 |
| 2773 | 2026-06-22T00:06:00.252Z | Checking tokio-dtrace v0.1.1 |
| 2774 | 2026-06-22T00:06:00.439Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2775 | 2026-06-22T00:06:00.567Z | Compiling derive-where v1.6.0 |
| 2776 | 2026-06-22T00:06:00.812Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2777 | 2026-06-22T00:06:00.960Z | Checking highway v1.3.0 |
| 2778 | 2026-06-22T00:06:01.191Z | Checking const_format v0.2.35 |
| 2779 | 2026-06-22T00:06:01.355Z | Checking hickory-resolver v0.24.4 |
| 2780 | 2026-06-22T00:06:01.424Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2781 | 2026-06-22T00:06:01.499Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2782 | 2026-06-22T00:06:01.566Z | Checking oxide-tokio-rt v0.1.4 |
| 2783 | 2026-06-22T00:06:01.750Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2784 | 2026-06-22T00:06:01.864Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2785 | 2026-06-22T00:06:02.084Z | Checking qorb v0.4.1 |
| 2786 | 2026-06-22T00:06:02.099Z | Checking gethostname v0.5.0 |
| 2787 | 2026-06-22T00:06:02.133Z | Checking bcs v0.1.6 |
| 2788 | 2026-06-22T00:06:02.187Z | Checking termtree v0.5.1 |
| 2789 | 2026-06-22T00:06:02.321Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2790 | 2026-06-22T00:06:05.164Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2791 | 2026-06-22T00:06:08.194Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2792 | 2026-06-22T00:06:10.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.24s |
| 2793 | 2026-06-22T00:06:10.488Z | |
| 2794 | 2026-06-22T00:06:10.488Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298) |
| 2795 | 2026-06-22T00:06:10.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2026-06-22T00:06:10.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2026-06-22T00:06:11.097Z | Compiling ar_archive_writer v0.5.1 |
| 2798 | 2026-06-22T00:06:11.101Z | Compiling stacker v0.1.23 |
| 2799 | 2026-06-22T00:06:11.207Z | Compiling cfg_aliases v0.1.1 |
| 2800 | 2026-06-22T00:06:11.213Z | Compiling convert_case v0.10.0 |
| 2801 | 2026-06-22T00:06:11.218Z | Checking unicode-width v0.1.14 |
| 2802 | 2026-06-22T00:06:11.226Z | Compiling proc-macro-error v1.0.4 |
| 2803 | 2026-06-22T00:06:11.240Z | Checking fd-lock v4.0.4 |
| 2804 | 2026-06-22T00:06:11.240Z | Checking nibble_vec v0.1.0 |
| 2805 | 2026-06-22T00:06:11.261Z | Compiling nix v0.28.0 |
| 2806 | 2026-06-22T00:06:11.347Z | Checking vte v0.14.1 |
| 2807 | 2026-06-22T00:06:11.360Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2808 | 2026-06-22T00:06:11.448Z | Checking endian-type v0.1.2 |
| 2809 | 2026-06-22T00:06:11.461Z | Checking bytecount v0.6.9 |
| 2810 | 2026-06-22T00:06:11.492Z | Checking strip-ansi-escapes v0.2.1 |
| 2811 | 2026-06-22T00:06:11.504Z | Compiling derive_more-impl v2.1.1 |
| 2812 | 2026-06-22T00:06:11.516Z | Compiling tabled_derive v0.7.0 |
| 2813 | 2026-06-22T00:06:11.552Z | Checking papergrid v0.11.0 |
| 2814 | 2026-06-22T00:06:11.566Z | Checking radix_trie v0.2.1 |
| 2815 | 2026-06-22T00:06:11.602Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2816 | 2026-06-22T00:06:11.748Z | Compiling peg-macros v0.8.5 |
| 2817 | 2026-06-22T00:06:11.769Z | Checking winnow v0.6.26 |
| 2818 | 2026-06-22T00:06:12.040Z | Compiling psm v0.1.30 |
| 2819 | 2026-06-22T00:06:12.091Z | Compiling sqlparser_derive v0.5.0 |
| 2820 | 2026-06-22T00:06:12.160Z | Checking unicode_categories v0.1.1 |
| 2821 | 2026-06-22T00:06:12.287Z | Checking derive_more v2.1.1 |
| 2822 | 2026-06-22T00:06:12.312Z | Checking nu-ansi-term v0.50.3 |
| 2823 | 2026-06-22T00:06:12.364Z | Checking home v0.5.12 |
| 2824 | 2026-06-22T00:06:12.460Z | Checking tabled v0.15.0 |
| 2825 | 2026-06-22T00:06:12.473Z | Checking crossterm v0.29.0 |
| 2826 | 2026-06-22T00:06:12.517Z | Checking reedline v0.40.0 |
| 2827 | 2026-06-22T00:06:12.570Z | Checking rustyline v14.0.0 |
| 2828 | 2026-06-22T00:06:12.807Z | Checking recursive v0.1.1 |
| 2829 | 2026-06-22T00:06:12.868Z | Checking display-error-chain v0.2.2 |
| 2830 | 2026-06-22T00:06:12.900Z | Checking sqlparser v0.61.0 |
| 2831 | 2026-06-22T00:06:12.912Z | Checking sqlformat v0.3.5 |
| 2832 | 2026-06-22T00:06:13.104Z | Checking peg v0.8.5 |
| 2833 | 2026-06-22T00:07:17.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.49s |
| 2834 | 2026-06-22T00:07:17.551Z | |
| 2835 | 2026-06-22T00:07:17.551Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298) |
| 2836 | 2026-06-22T00:07:17.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2837 | 2026-06-22T00:07:17.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2838 | 2026-06-22T00:07:17.551Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2839 | 2026-06-22T00:07:18.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 2840 | 2026-06-22T00:07:18.513Z | |
| 2841 | 2026-06-22T00:07:18.513Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298) |
| 2842 | 2026-06-22T00:07:18.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2843 | 2026-06-22T00:07:18.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2844 | 2026-06-22T00:07:18.514Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2845 | 2026-06-22T00:07:18.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
| 2846 | 2026-06-22T00:07:18.515Z | |
| 2847 | 2026-06-22T00:07:18.515Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298) |
| 2848 | 2026-06-22T00:07:18.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2849 | 2026-06-22T00:07:18.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2850 | 2026-06-22T00:07:18.515Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2851 | 2026-06-22T00:07:18.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s |
| 2852 | 2026-06-22T00:07:18.515Z | |
| 2853 | 2026-06-22T00:07:18.515Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298) |
| 2854 | 2026-06-22T00:07:18.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2026-06-22T00:07:18.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2026-06-22T00:07:18.515Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2857 | 2026-06-22T00:07:18.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s |
| 2858 | 2026-06-22T00:07:18.515Z | |
| 2859 | 2026-06-22T00:07:18.515Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298) |
| 2860 | 2026-06-22T00:07:18.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2861 | 2026-06-22T00:07:18.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2862 | 2026-06-22T00:07:18.515Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2863 | 2026-06-22T00:07:18.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 2864 | 2026-06-22T00:07:18.515Z | |
| 2865 | 2026-06-22T00:07:18.515Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298) |
| 2866 | 2026-06-22T00:07:18.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2867 | 2026-06-22T00:07:18.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2868 | 2026-06-22T00:07:18.515Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2869 | 2026-06-22T00:07:18.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 2870 | 2026-06-22T00:07:18.515Z | |
| 2871 | 2026-06-22T00:07:18.515Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298) |
| 2872 | 2026-06-22T00:07:18.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2873 | 2026-06-22T00:07:18.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2874 | 2026-06-22T00:07:18.515Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2875 | 2026-06-22T00:07:18.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
| 2876 | 2026-06-22T00:07:18.515Z | |
| 2877 | 2026-06-22T00:07:18.515Z | info: running `cargo check --bins` on oximeter (93/298) |
| 2878 | 2026-06-22T00:07:18.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2026-06-22T00:07:18.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2026-06-22T00:07:18.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2881 | 2026-06-22T00:07:18.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2882 | 2026-06-22T00:07:18.516Z | |
| 2883 | 2026-06-22T00:07:18.516Z | info: running `cargo check --bins` on oximeter-schema (94/298) |
| 2884 | 2026-06-22T00:07:18.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2885 | 2026-06-22T00:07:18.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2886 | 2026-06-22T00:07:18.516Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2887 | 2026-06-22T00:07:18.516Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2888 | 2026-06-22T00:07:18.516Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2889 | 2026-06-22T00:07:18.516Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2890 | 2026-06-22T00:07:18.516Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2891 | 2026-06-22T00:07:18.516Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2892 | 2026-06-22T00:07:18.516Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2893 | 2026-06-22T00:07:18.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
| 2894 | 2026-06-22T00:07:18.516Z | |
| 2895 | 2026-06-22T00:07:18.516Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/298) |
| 2896 | 2026-06-22T00:07:18.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2897 | 2026-06-22T00:07:18.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2898 | 2026-06-22T00:07:18.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2899 | 2026-06-22T00:07:18.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2900 | 2026-06-22T00:07:18.516Z | |
| 2901 | 2026-06-22T00:07:18.516Z | info: running `cargo check --bins` on oximeter-test-utils (96/298) |
| 2902 | 2026-06-22T00:07:18.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2903 | 2026-06-22T00:07:18.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2904 | 2026-06-22T00:07:18.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2905 | 2026-06-22T00:07:18.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2906 | 2026-06-22T00:07:18.516Z | |
| 2907 | 2026-06-22T00:07:18.516Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298) |
| 2908 | 2026-06-22T00:07:18.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2909 | 2026-06-22T00:07:18.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2910 | 2026-06-22T00:07:18.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2911 | 2026-06-22T00:07:18.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2912 | 2026-06-22T00:07:18.517Z | |
| 2913 | 2026-06-22T00:07:18.517Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298) |
| 2914 | 2026-06-22T00:07:18.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2915 | 2026-06-22T00:07:18.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2916 | 2026-06-22T00:07:18.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2917 | 2026-06-22T00:07:18.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2918 | 2026-06-22T00:07:18.517Z | |
| 2919 | 2026-06-22T00:07:18.517Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298) |
| 2920 | 2026-06-22T00:07:18.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2026-06-22T00:07:18.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2026-06-22T00:07:18.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2923 | 2026-06-22T00:07:18.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2924 | 2026-06-22T00:07:18.517Z | |
| 2925 | 2026-06-22T00:07:18.517Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298) |
| 2926 | 2026-06-22T00:07:18.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2927 | 2026-06-22T00:07:18.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2928 | 2026-06-22T00:07:18.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2929 | 2026-06-22T00:07:18.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2930 | 2026-06-22T00:07:18.517Z | |
| 2931 | 2026-06-22T00:07:18.517Z | info: running `cargo check --bins` on trust-quorum-types (101/298) |
| 2932 | 2026-06-22T00:07:18.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2933 | 2026-06-22T00:07:18.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2934 | 2026-06-22T00:07:18.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2935 | 2026-06-22T00:07:18.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2936 | 2026-06-22T00:07:18.517Z | |
| 2937 | 2026-06-22T00:07:18.517Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/298) |
| 2938 | 2026-06-22T00:07:18.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2939 | 2026-06-22T00:07:18.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2940 | 2026-06-22T00:07:18.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2941 | 2026-06-22T00:07:18.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2942 | 2026-06-22T00:07:18.524Z | |
| 2943 | 2026-06-22T00:07:18.524Z | info: running `cargo check --bins` on update-engine (103/298) |
| 2944 | 2026-06-22T00:07:18.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2945 | 2026-06-22T00:07:18.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2946 | 2026-06-22T00:07:18.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2947 | 2026-06-22T00:07:18.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2948 | 2026-06-22T00:07:18.525Z | |
| 2949 | 2026-06-22T00:07:18.525Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/298) |
| 2950 | 2026-06-22T00:07:18.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2951 | 2026-06-22T00:07:18.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2952 | 2026-06-22T00:07:18.525Z | Compiling crucible-workspace-hack v0.1.0 |
| 2953 | 2026-06-22T00:07:18.525Z | Checking secrecy v0.10.3 |
| 2954 | 2026-06-22T00:07:18.525Z | Compiling heapless v0.8.0 |
| 2955 | 2026-06-22T00:07:18.525Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2956 | 2026-06-22T00:07:18.525Z | Compiling ingot-macros v0.1.1 |
| 2957 | 2026-06-22T00:07:18.525Z | Checking hash32 v0.3.1 |
| 2958 | 2026-06-22T00:07:18.525Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2959 | 2026-06-22T00:07:18.525Z | Compiling smoltcp v0.11.0 |
| 2960 | 2026-06-22T00:07:18.525Z | Checking cobs v0.3.0 |
| 2961 | 2026-06-22T00:07:18.525Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2962 | 2026-06-22T00:07:18.525Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2963 | 2026-06-22T00:07:18.525Z | Checking universal-hash v0.5.1 |
| 2964 | 2026-06-22T00:07:18.525Z | Checking half v2.7.1 |
| 2965 | 2026-06-22T00:07:18.525Z | Checking ciborium-io v0.2.2 |
| 2966 | 2026-06-22T00:07:18.525Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2967 | 2026-06-22T00:07:18.525Z | Checking opaque-debug v0.3.1 |
| 2968 | 2026-06-22T00:07:18.526Z | Checking postcard v1.1.3 |
| 2969 | 2026-06-22T00:07:18.526Z | Checking poly1305 v0.8.0 |
| 2970 | 2026-06-22T00:07:18.526Z | Checking ciborium-ll v0.2.2 |
| 2971 | 2026-06-22T00:07:18.526Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2972 | 2026-06-22T00:07:18.526Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2973 | 2026-06-22T00:07:18.526Z | Checking password-hash v0.5.0 |
| 2974 | 2026-06-22T00:07:18.526Z | Checking chacha20 v0.9.1 |
| 2975 | 2026-06-22T00:07:18.526Z | Compiling proc-macro-crate v3.4.0 |
| 2976 | 2026-06-22T00:07:18.526Z | Compiling proc-macro-crate v1.3.1 |
| 2977 | 2026-06-22T00:07:18.526Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2978 | 2026-06-22T00:07:18.526Z | Checking blake2 v0.10.6 |
| 2979 | 2026-06-22T00:07:18.526Z | Checking aead v0.5.2 |
| 2980 | 2026-06-22T00:07:18.526Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2981 | 2026-06-22T00:07:18.526Z | Compiling foreign-types-macros v0.2.3 |
| 2982 | 2026-06-22T00:07:18.526Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2983 | 2026-06-22T00:07:18.526Z | Checking thiserror-no-std v2.0.2 |
| 2984 | 2026-06-22T00:07:18.526Z | Checking cpufeatures v0.3.0 |
| 2985 | 2026-06-22T00:07:18.526Z | Compiling num_enum_derive v0.7.6 |
| 2986 | 2026-06-22T00:07:18.526Z | Checking foreign-types-shared v0.3.1 |
| 2987 | 2026-06-22T00:07:18.526Z | Checking vsss-rs v3.3.4 |
| 2988 | 2026-06-22T00:07:18.526Z | Checking chacha20 v0.10.0 |
| 2989 | 2026-06-22T00:07:18.527Z | Compiling num_enum_derive v0.5.11 |
| 2990 | 2026-06-22T00:07:18.527Z | Checking chacha20poly1305 v0.10.1 |
| 2991 | 2026-06-22T00:07:18.527Z | Checking argon2 v0.5.3 |
| 2992 | 2026-06-22T00:07:18.527Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2993 | 2026-06-22T00:07:18.527Z | Checking foreign-types v0.5.0 |
| 2994 | 2026-06-22T00:07:18.527Z | Checking ciborium v0.2.2 |
| 2995 | 2026-06-22T00:07:18.527Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2996 | 2026-06-22T00:07:18.527Z | Checking tabwriter v1.4.1 |
| 2997 | 2026-06-22T00:07:18.527Z | Checking byte-wrapper v0.1.0 |
| 2998 | 2026-06-22T00:07:18.527Z | Checking num_enum v0.7.6 |
| 2999 | 2026-06-22T00:07:18.527Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3000 | 2026-06-22T00:07:18.527Z | Checking cstr-argument v0.1.2 |
| 3001 | 2026-06-22T00:07:18.527Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3002 | 2026-06-22T00:07:18.527Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3003 | 2026-06-22T00:07:18.527Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3004 | 2026-06-22T00:07:18.527Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3005 | 2026-06-22T00:07:18.527Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3006 | 2026-06-22T00:07:18.527Z | Checking num_enum v0.5.11 |
| 3007 | 2026-06-22T00:07:18.527Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3008 | 2026-06-22T00:07:18.527Z | Checking ingot-types v0.1.2 |
| 3009 | 2026-06-22T00:07:18.527Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3010 | 2026-06-22T00:07:18.527Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3011 | 2026-06-22T00:07:18.527Z | Checking rand v0.10.0 |
| 3012 | 2026-06-22T00:07:18.527Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3013 | 2026-06-22T00:07:18.527Z | Checking indent_write v2.2.0 |
| 3014 | 2026-06-22T00:07:18.527Z | Checking colored v3.1.1 |
| 3015 | 2026-06-22T00:07:18.527Z | Compiling zone_cfg_derive v0.3.1 |
| 3016 | 2026-06-22T00:07:18.527Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3017 | 2026-06-22T00:07:18.527Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3018 | 2026-06-22T00:07:18.527Z | Checking ingot v0.1.1 |
| 3019 | 2026-06-22T00:07:18.527Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3020 | 2026-06-22T00:07:18.527Z | Checking itertools v0.12.1 |
| 3021 | 2026-06-22T00:07:18.527Z | Compiling num-derive v0.4.2 |
| 3022 | 2026-06-22T00:07:18.527Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3023 | 2026-06-22T00:07:18.527Z | Checking swrite v0.1.0 |
| 3024 | 2026-06-22T00:07:18.527Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3025 | 2026-06-22T00:07:18.527Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3026 | 2026-06-22T00:07:18.527Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3027 | 2026-06-22T00:07:18.528Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3028 | 2026-06-22T00:07:18.528Z | Checking dropshot-api-manager-types v0.7.2 |
| 3029 | 2026-06-22T00:07:18.528Z | Checking smf v0.2.3 |
| 3030 | 2026-06-22T00:07:18.528Z | Checking nanorand v0.7.0 |
| 3031 | 2026-06-22T00:07:18.528Z | Checking whoami v1.6.1 |
| 3032 | 2026-06-22T00:07:18.528Z | Checking flume v0.11.1 |
| 3033 | 2026-06-22T00:07:18.528Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3034 | 2026-06-22T00:07:18.528Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3035 | 2026-06-22T00:07:18.528Z | Checking zone v0.3.1 |
| 3036 | 2026-06-22T00:07:18.528Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3037 | 2026-06-22T00:07:18.528Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3038 | 2026-06-22T00:07:18.528Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3039 | 2026-06-22T00:07:18.528Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3040 | 2026-06-22T00:07:18.548Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3041 | 2026-06-22T00:07:18.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s |
| 3042 | 2026-06-22T00:07:18.548Z | |
| 3043 | 2026-06-22T00:07:18.548Z | info: running `cargo check --bins` on clickhouse-admin-api (105/298) |
| 3044 | 2026-06-22T00:07:18.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-06-22T00:07:18.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-06-22T00:07:18.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-06-22T00:07:18.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3048 | 2026-06-22T00:07:18.549Z | |
| 3049 | 2026-06-22T00:07:18.549Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/298) |
| 3050 | 2026-06-22T00:07:18.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-06-22T00:07:18.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-06-22T00:07:18.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-06-22T00:07:18.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3054 | 2026-06-22T00:07:18.549Z | |
| 3055 | 2026-06-22T00:07:18.549Z | info: running `cargo check --bins` on bootstrap-agent-client (107/298) |
| 3056 | 2026-06-22T00:07:18.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-06-22T00:07:18.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-06-22T00:07:18.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-06-22T00:07:18.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3060 | 2026-06-22T00:07:18.549Z | |
| 3061 | 2026-06-22T00:07:18.549Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298) |
| 3062 | 2026-06-22T00:07:18.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-06-22T00:07:18.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-06-22T00:07:18.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-06-22T00:07:18.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3066 | 2026-06-22T00:07:18.549Z | |
| 3067 | 2026-06-22T00:07:18.549Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298) |
| 3068 | 2026-06-22T00:07:18.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-06-22T00:07:18.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-06-22T00:07:18.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3071 | 2026-06-22T00:07:18.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3072 | 2026-06-22T00:07:18.549Z | |
| 3073 | 2026-06-22T00:07:18.549Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/298) |
| 3074 | 2026-06-22T00:07:18.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2026-06-22T00:07:18.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2026-06-22T00:07:18.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3077 | 2026-06-22T00:07:18.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3078 | 2026-06-22T00:07:18.549Z | |
| 3079 | 2026-06-22T00:07:18.549Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/298) |
| 3080 | 2026-06-22T00:07:18.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2026-06-22T00:07:18.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2026-06-22T00:07:18.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3083 | 2026-06-22T00:07:18.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3084 | 2026-06-22T00:07:19.001Z | |
| 3085 | 2026-06-22T00:07:19.001Z | info: running `cargo check --bins` on cockroach-admin-client (112/298) |
| 3086 | 2026-06-22T00:07:19.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2026-06-22T00:07:19.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2026-06-22T00:07:19.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3089 | 2026-06-22T00:07:19.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3090 | 2026-06-22T00:07:19.509Z | |
| 3091 | 2026-06-22T00:07:19.509Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/298) |
| 3092 | 2026-06-22T00:07:19.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3093 | 2026-06-22T00:07:19.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3094 | 2026-06-22T00:07:19.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3095 | 2026-06-22T00:07:19.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3096 | 2026-06-22T00:07:20.033Z | |
| 3097 | 2026-06-22T00:07:20.033Z | info: running `cargo check --bins` on dns-service-client (114/298) |
| 3098 | 2026-06-22T00:07:20.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3099 | 2026-06-22T00:07:20.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3100 | 2026-06-22T00:07:20.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3101 | 2026-06-22T00:07:20.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3102 | 2026-06-22T00:07:20.784Z | |
| 3103 | 2026-06-22T00:07:20.784Z | info: running `cargo check --bins` on installinator-client (115/298) |
| 3104 | 2026-06-22T00:07:20.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2026-06-22T00:07:20.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2026-06-22T00:07:20.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3107 | 2026-06-22T00:07:20.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3108 | 2026-06-22T00:07:21.076Z | |
| 3109 | 2026-06-22T00:07:21.076Z | info: running `cargo check --bins` on nexus-client (116/298) |
| 3110 | 2026-06-22T00:07:21.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3111 | 2026-06-22T00:07:21.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3112 | 2026-06-22T00:07:21.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3113 | 2026-06-22T00:07:21.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3114 | 2026-06-22T00:07:21.634Z | |
| 3115 | 2026-06-22T00:07:21.634Z | info: running `cargo check --bins` on nexus-lockstep-client (117/298) |
| 3116 | 2026-06-22T00:07:22.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2026-06-22T00:07:22.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2026-06-22T00:07:22.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3119 | 2026-06-22T00:07:22.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3120 | 2026-06-22T00:07:22.192Z | |
| 3121 | 2026-06-22T00:07:22.192Z | info: running `cargo check --bins` on ntp-admin-client (118/298) |
| 3122 | 2026-06-22T00:07:22.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3123 | 2026-06-22T00:07:22.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3124 | 2026-06-22T00:07:22.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3125 | 2026-06-22T00:07:22.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3126 | 2026-06-22T00:07:22.697Z | |
| 3127 | 2026-06-22T00:07:22.697Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/298) |
| 3128 | 2026-06-22T00:07:23.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2026-06-22T00:07:23.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2026-06-22T00:07:23.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3131 | 2026-06-22T00:07:23.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3132 | 2026-06-22T00:07:23.206Z | |
| 3133 | 2026-06-22T00:07:23.206Z | info: running `cargo check --bins` on oxide-client (120/298) |
| 3134 | 2026-06-22T00:07:23.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3135 | 2026-06-22T00:07:23.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3136 | 2026-06-22T00:07:23.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3137 | 2026-06-22T00:07:23.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3138 | 2026-06-22T00:07:23.717Z | |
| 3139 | 2026-06-22T00:07:23.717Z | info: running `cargo check --bins` on oximeter-client (121/298) |
| 3140 | 2026-06-22T00:07:24.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2026-06-22T00:07:24.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2026-06-22T00:07:24.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2026-06-22T00:07:24.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3144 | 2026-06-22T00:07:24.237Z | |
| 3145 | 2026-06-22T00:07:24.237Z | info: running `cargo check --bins` on repo-depot-client (122/298) |
| 3146 | 2026-06-22T00:07:24.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2026-06-22T00:07:24.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2026-06-22T00:07:24.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3149 | 2026-06-22T00:07:24.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3150 | 2026-06-22T00:07:24.744Z | |
| 3151 | 2026-06-22T00:07:24.744Z | info: running `cargo check --bins` on sled-agent-client (123/298) |
| 3152 | 2026-06-22T00:07:25.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2026-06-22T00:07:25.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2026-06-22T00:07:25.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3155 | 2026-06-22T00:07:25.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3156 | 2026-06-22T00:07:25.271Z | |
| 3157 | 2026-06-22T00:07:25.271Z | info: running `cargo check --bins` on wicketd-client (124/298) |
| 3158 | 2026-06-22T00:07:25.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2026-06-22T00:07:25.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2026-06-22T00:07:25.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3161 | 2026-06-22T00:07:25.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3162 | 2026-06-22T00:07:25.815Z | |
| 3163 | 2026-06-22T00:07:25.815Z | info: running `cargo check --bins` on installinator-common (125/298) |
| 3164 | 2026-06-22T00:07:26.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2026-06-22T00:07:26.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2026-06-22T00:07:26.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2026-06-22T00:07:26.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3168 | 2026-06-22T00:07:26.353Z | |
| 3169 | 2026-06-22T00:07:26.354Z | info: running `cargo check --bins` on installinator-common-versions (126/298) |
| 3170 | 2026-06-22T00:07:26.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2026-06-22T00:07:26.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2026-06-22T00:07:26.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3173 | 2026-06-22T00:07:26.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3174 | 2026-06-22T00:07:26.860Z | |
| 3175 | 2026-06-22T00:07:26.860Z | info: running `cargo check --bins` on wicket-common (127/298) |
| 3176 | 2026-06-22T00:07:27.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3177 | 2026-06-22T00:07:27.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3178 | 2026-06-22T00:07:27.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3179 | 2026-06-22T00:07:27.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3180 | 2026-06-22T00:07:27.391Z | |
| 3181 | 2026-06-22T00:07:27.391Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/298) |
| 3182 | 2026-06-22T00:07:27.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2026-06-22T00:07:27.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2026-06-22T00:07:28.016Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3185 | 2026-06-22T00:07:28.125Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3186 | 2026-06-22T00:07:28.131Z | Checking csv-core v0.1.13 |
| 3187 | 2026-06-22T00:07:28.138Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3188 | 2026-06-22T00:07:28.145Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3189 | 2026-06-22T00:07:28.145Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3190 | 2026-06-22T00:07:28.164Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3191 | 2026-06-22T00:07:28.175Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3192 | 2026-06-22T00:07:28.287Z | Checking csv v1.4.0 |
| 3193 | 2026-06-22T00:07:28.324Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3194 | 2026-06-22T00:07:28.341Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3195 | 2026-06-22T00:07:28.367Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3196 | 2026-06-22T00:07:28.379Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3197 | 2026-06-22T00:07:28.623Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3198 | 2026-06-22T00:07:28.986Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3199 | 2026-06-22T00:07:28.986Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3200 | 2026-06-22T00:07:29.313Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3201 | 2026-06-22T00:07:35.331Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3202 | 2026-06-22T00:07:35.860Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3203 | 2026-06-22T00:07:38.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s |
| 3204 | 2026-06-22T00:07:38.337Z | |
| 3205 | 2026-06-22T00:07:38.337Z | info: running `cargo check --bins` on cockroach-admin-api (129/298) |
| 3206 | 2026-06-22T00:07:38.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2026-06-22T00:07:38.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2026-06-22T00:07:38.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3209 | 2026-06-22T00:07:38.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3210 | 2026-06-22T00:07:38.852Z | |
| 3211 | 2026-06-22T00:07:38.852Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298) |
| 3212 | 2026-06-22T00:07:39.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-06-22T00:07:39.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-06-22T00:07:39.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3215 | 2026-06-22T00:07:39.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3216 | 2026-06-22T00:07:39.450Z | |
| 3217 | 2026-06-22T00:07:39.450Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298) |
| 3218 | 2026-06-22T00:07:39.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-06-22T00:07:39.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-06-22T00:07:39.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3221 | 2026-06-22T00:07:39.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3222 | 2026-06-22T00:07:40.058Z | |
| 3223 | 2026-06-22T00:07:40.058Z | info: running `cargo check --bins` on gateway-test-utils (132/298) |
| 3224 | 2026-06-22T00:07:40.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2026-06-22T00:07:40.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2026-06-22T00:07:40.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3227 | 2026-06-22T00:07:40.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3228 | 2026-06-22T00:07:40.619Z | |
| 3229 | 2026-06-22T00:07:40.619Z | info: running `cargo check --bins` on omicron-gateway (133/298) |
| 3230 | 2026-06-22T00:07:41.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2026-06-22T00:07:41.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2026-06-22T00:07:41.309Z | Compiling regress v0.11.1 |
| 3233 | 2026-06-22T00:07:41.477Z | Compiling unsafe-libyaml v0.2.11 |
| 3234 | 2026-06-22T00:07:41.481Z | Compiling radium v0.7.0 |
| 3235 | 2026-06-22T00:07:41.481Z | Compiling semver v0.1.20 |
| 3236 | 2026-06-22T00:07:41.481Z | Checking nom v8.0.0 |
| 3237 | 2026-06-22T00:07:41.481Z | Compiling maybe-uninit v2.0.0 |
| 3238 | 2026-06-22T00:07:41.481Z | Checking tap v1.0.1 |
| 3239 | 2026-06-22T00:07:41.586Z | Checking wyz v0.5.1 |
| 3240 | 2026-06-22T00:07:41.713Z | Compiling rustc_version v0.1.7 |
| 3241 | 2026-06-22T00:07:41.774Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3242 | 2026-06-22T00:07:41.806Z | Compiling zerocopy-derive v0.6.6 |
| 3243 | 2026-06-22T00:07:41.903Z | Checking funty v2.0.0 |
| 3244 | 2026-06-22T00:07:41.946Z | Compiling serde_yaml v0.9.34+deprecated |
| 3245 | 2026-06-22T00:07:42.172Z | Compiling newtype_derive v0.1.6 |
| 3246 | 2026-06-22T00:07:42.248Z | Compiling cancel-safe-futures v0.1.5 |
| 3247 | 2026-06-22T00:07:42.360Z | Compiling owo-colors v4.3.0 |
| 3248 | 2026-06-22T00:07:42.456Z | Compiling packed_struct v0.10.1 |
| 3249 | 2026-06-22T00:07:42.646Z | Checking crc-catalog v2.4.0 |
| 3250 | 2026-06-22T00:07:42.732Z | Checking zerocopy v0.6.6 |
| 3251 | 2026-06-22T00:07:42.746Z | Checking crc v3.4.0 |
| 3252 | 2026-06-22T00:07:42.823Z | Checking bitvec v1.0.1 |
| 3253 | 2026-06-22T00:07:42.868Z | Checking typify-impl v0.6.2 |
| 3254 | 2026-06-22T00:07:43.027Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3255 | 2026-06-22T00:07:43.267Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3256 | 2026-06-22T00:07:43.376Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3257 | 2026-06-22T00:07:43.394Z | Compiling packed_struct_codegen v0.10.1 |
| 3258 | 2026-06-22T00:07:43.555Z | Checking libsw-core v0.3.2 |
| 3259 | 2026-06-22T00:07:43.601Z | Compiling bitfield-macros v0.19.4 |
| 3260 | 2026-06-22T00:07:43.699Z | Compiling indexmap v1.9.3 |
| 3261 | 2026-06-22T00:07:43.897Z | Checking nodrop v0.1.14 |
| 3262 | 2026-06-22T00:07:43.990Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3263 | 2026-06-22T00:07:44.004Z | Checking array-init v0.0.4 |
| 3264 | 2026-06-22T00:07:44.083Z | Checking libsw v3.5.0 |
| 3265 | 2026-06-22T00:07:44.120Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3266 | 2026-06-22T00:07:44.231Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3267 | 2026-06-22T00:07:44.304Z | Checking smallvec v0.6.14 |
| 3268 | 2026-06-22T00:07:44.318Z | Checking bitfield v0.19.4 |
| 3269 | 2026-06-22T00:07:44.424Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3270 | 2026-06-22T00:07:44.618Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3271 | 2026-06-22T00:07:44.664Z | Checking unicode-linebreak v0.1.5 |
| 3272 | 2026-06-22T00:07:44.740Z | Checking smawk v0.3.2 |
| 3273 | 2026-06-22T00:07:44.776Z | Checking tagptr v0.2.0 |
| 3274 | 2026-06-22T00:07:44.840Z | Checking base64 v0.21.7 |
| 3275 | 2026-06-22T00:07:44.871Z | Checking hashbrown v0.12.3 |
| 3276 | 2026-06-22T00:07:44.874Z | Checking linear-map v1.2.0 |
| 3277 | 2026-06-22T00:07:44.916Z | Checking moka v0.12.13 |
| 3278 | 2026-06-22T00:07:45.058Z | Checking textwrap v0.16.2 |
| 3279 | 2026-06-22T00:07:45.082Z | Checking ron v0.8.1 |
| 3280 | 2026-06-22T00:07:45.167Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3281 | 2026-06-22T00:07:45.278Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3282 | 2026-06-22T00:07:45.449Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3283 | 2026-06-22T00:07:45.511Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3284 | 2026-06-22T00:07:45.568Z | Checking steno v0.4.1 |
| 3285 | 2026-06-22T00:07:45.596Z | Checking serde-hex v0.1.0 |
| 3286 | 2026-06-22T00:07:45.610Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3287 | 2026-06-22T00:07:45.765Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3288 | 2026-06-22T00:07:46.233Z | Checking hashbrown v0.13.2 |
| 3289 | 2026-06-22T00:07:46.342Z | Checking crc-any v2.5.0 |
| 3290 | 2026-06-22T00:07:46.430Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3291 | 2026-06-22T00:07:46.518Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3292 | 2026-06-22T00:07:46.565Z | Checking hickory-resolver v0.25.2 |
| 3293 | 2026-06-22T00:07:46.640Z | Checking void v1.0.2 |
| 3294 | 2026-06-22T00:07:46.653Z | Checking object v0.30.4 |
| 3295 | 2026-06-22T00:07:46.681Z | Checking path-slash v0.1.5 |
| 3296 | 2026-06-22T00:07:46.744Z | Checking utf-8 v0.7.6 |
| 3297 | 2026-06-22T00:07:46.785Z | Checking half v1.8.3 |
| 3298 | 2026-06-22T00:07:46.879Z | Checking tungstenite v0.23.0 |
| 3299 | 2026-06-22T00:07:46.981Z | Checking serde_cbor v0.11.2 |
| 3300 | 2026-06-22T00:07:47.059Z | Checking lzss v0.8.2 |
| 3301 | 2026-06-22T00:07:47.266Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3302 | 2026-06-22T00:07:47.292Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3303 | 2026-06-22T00:07:47.405Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3304 | 2026-06-22T00:07:47.410Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3305 | 2026-06-22T00:07:47.410Z | Checking nix v0.27.1 |
| 3306 | 2026-06-22T00:07:47.448Z | Checking kstat-rs v0.2.4 |
| 3307 | 2026-06-22T00:07:47.469Z | Checking fxhash v0.2.1 |
| 3308 | 2026-06-22T00:07:47.516Z | Compiling typify-macro v0.6.2 |
| 3309 | 2026-06-22T00:07:47.587Z | Checking serde_bytes v0.11.19 |
| 3310 | 2026-06-22T00:07:47.601Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3311 | 2026-06-22T00:07:47.628Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3312 | 2026-06-22T00:07:47.669Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3313 | 2026-06-22T00:07:47.761Z | Checking tokio-tungstenite v0.23.1 |
| 3314 | 2026-06-22T00:07:47.887Z | Checking signal-hook-tokio v0.3.1 |
| 3315 | 2026-06-22T00:07:48.487Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3316 | 2026-06-22T00:07:48.760Z | Compiling typify v0.6.2 |
| 3317 | 2026-06-22T00:07:48.840Z | Compiling progenitor-impl v0.14.0 |
| 3318 | 2026-06-22T00:07:49.388Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3319 | 2026-06-22T00:07:49.698Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3320 | 2026-06-22T00:07:50.277Z | Compiling progenitor-macro v0.14.0 |
| 3321 | 2026-06-22T00:07:52.563Z | Checking progenitor v0.14.0 |
| 3322 | 2026-06-22T00:07:52.685Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3323 | 2026-06-22T00:07:52.688Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3324 | 2026-06-22T00:07:55.319Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3325 | 2026-06-22T00:08:03.342Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3326 | 2026-06-22T00:08:09.840Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3327 | 2026-06-22T00:08:11.185Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3328 | 2026-06-22T00:08:11.671Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3329 | 2026-06-22T00:08:13.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.09s |
| 3330 | 2026-06-22T00:08:13.896Z | |
| 3331 | 2026-06-22T00:08:13.896Z | info: running `cargo check --bins` on gateway-api (134/298) |
| 3332 | 2026-06-22T00:08:14.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3333 | 2026-06-22T00:08:14.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3334 | 2026-06-22T00:08:14.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3335 | 2026-06-22T00:08:14.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3336 | 2026-06-22T00:08:14.417Z | |
| 3337 | 2026-06-22T00:08:14.417Z | info: running `cargo check --bins` on ipcc (135/298) |
| 3338 | 2026-06-22T00:08:14.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3339 | 2026-06-22T00:08:14.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3340 | 2026-06-22T00:08:14.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3341 | 2026-06-22T00:08:14.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3342 | 2026-06-22T00:08:14.940Z | |
| 3343 | 2026-06-22T00:08:14.941Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298) |
| 3344 | 2026-06-22T00:08:15.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3345 | 2026-06-22T00:08:15.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3346 | 2026-06-22T00:08:15.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3347 | 2026-06-22T00:08:15.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3348 | 2026-06-22T00:08:15.446Z | |
| 3349 | 2026-06-22T00:08:15.446Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298) |
| 3350 | 2026-06-22T00:08:15.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3351 | 2026-06-22T00:08:15.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3352 | 2026-06-22T00:08:15.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3353 | 2026-06-22T00:08:15.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3354 | 2026-06-22T00:08:15.992Z | |
| 3355 | 2026-06-22T00:08:15.992Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298) |
| 3356 | 2026-06-22T00:08:16.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3357 | 2026-06-22T00:08:16.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3358 | 2026-06-22T00:08:16.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3359 | 2026-06-22T00:08:16.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3360 | 2026-06-22T00:08:16.513Z | |
| 3361 | 2026-06-22T00:08:16.513Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298) |
| 3362 | 2026-06-22T00:08:16.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3363 | 2026-06-22T00:08:16.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3364 | 2026-06-22T00:08:16.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3365 | 2026-06-22T00:08:16.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3366 | 2026-06-22T00:08:17.036Z | |
| 3367 | 2026-06-22T00:08:17.036Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298) |
| 3368 | 2026-06-22T00:08:17.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3369 | 2026-06-22T00:08:17.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3370 | 2026-06-22T00:08:17.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3371 | 2026-06-22T00:08:17.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3372 | 2026-06-22T00:08:17.557Z | |
| 3373 | 2026-06-22T00:08:17.557Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298) |
| 3374 | 2026-06-22T00:08:18.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3375 | 2026-06-22T00:08:18.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3376 | 2026-06-22T00:08:18.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3377 | 2026-06-22T00:08:18.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3378 | 2026-06-22T00:08:18.102Z | |
| 3379 | 2026-06-22T00:08:18.102Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298) |
| 3380 | 2026-06-22T00:08:18.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3381 | 2026-06-22T00:08:18.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3382 | 2026-06-22T00:08:18.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3383 | 2026-06-22T00:08:18.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3384 | 2026-06-22T00:08:18.633Z | |
| 3385 | 2026-06-22T00:08:18.633Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298) |
| 3386 | 2026-06-22T00:08:19.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3387 | 2026-06-22T00:08:19.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3388 | 2026-06-22T00:08:19.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3389 | 2026-06-22T00:08:19.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3390 | 2026-06-22T00:08:19.166Z | |
| 3391 | 2026-06-22T00:08:19.166Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298) |
| 3392 | 2026-06-22T00:08:19.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3393 | 2026-06-22T00:08:19.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3394 | 2026-06-22T00:08:19.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3395 | 2026-06-22T00:08:19.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3396 | 2026-06-22T00:08:19.692Z | |
| 3397 | 2026-06-22T00:08:19.692Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298) |
| 3398 | 2026-06-22T00:08:20.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3399 | 2026-06-22T00:08:20.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3400 | 2026-06-22T00:08:20.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3401 | 2026-06-22T00:08:20.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3402 | 2026-06-22T00:08:20.216Z | |
| 3403 | 2026-06-22T00:08:20.216Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298) |
| 3404 | 2026-06-22T00:08:20.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3405 | 2026-06-22T00:08:20.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3406 | 2026-06-22T00:08:20.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3407 | 2026-06-22T00:08:20.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3408 | 2026-06-22T00:08:20.743Z | |
| 3409 | 2026-06-22T00:08:20.743Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298) |
| 3410 | 2026-06-22T00:08:21.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3411 | 2026-06-22T00:08:21.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3412 | 2026-06-22T00:08:21.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3413 | 2026-06-22T00:08:21.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3414 | 2026-06-22T00:08:21.265Z | |
| 3415 | 2026-06-22T00:08:21.265Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298) |
| 3416 | 2026-06-22T00:08:21.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3417 | 2026-06-22T00:08:21.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3418 | 2026-06-22T00:08:21.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3419 | 2026-06-22T00:08:21.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3420 | 2026-06-22T00:08:21.808Z | |
| 3421 | 2026-06-22T00:08:21.808Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298) |
| 3422 | 2026-06-22T00:08:22.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3423 | 2026-06-22T00:08:22.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3424 | 2026-06-22T00:08:22.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3425 | 2026-06-22T00:08:22.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3426 | 2026-06-22T00:08:22.354Z | |
| 3427 | 2026-06-22T00:08:22.354Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298) |
| 3428 | 2026-06-22T00:08:22.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3429 | 2026-06-22T00:08:22.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3430 | 2026-06-22T00:08:22.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3431 | 2026-06-22T00:08:22.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3432 | 2026-06-22T00:08:22.902Z | |
| 3433 | 2026-06-22T00:08:22.902Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298) |
| 3434 | 2026-06-22T00:08:23.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3435 | 2026-06-22T00:08:23.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3436 | 2026-06-22T00:08:23.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3437 | 2026-06-22T00:08:23.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3438 | 2026-06-22T00:08:23.449Z | |
| 3439 | 2026-06-22T00:08:23.450Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298) |
| 3440 | 2026-06-22T00:08:23.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3441 | 2026-06-22T00:08:23.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3442 | 2026-06-22T00:08:23.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3443 | 2026-06-22T00:08:23.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3444 | 2026-06-22T00:08:23.994Z | |
| 3445 | 2026-06-22T00:08:23.994Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298) |
| 3446 | 2026-06-22T00:08:24.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3447 | 2026-06-22T00:08:24.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3448 | 2026-06-22T00:08:24.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3449 | 2026-06-22T00:08:24.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3450 | 2026-06-22T00:08:24.535Z | |
| 3451 | 2026-06-22T00:08:24.536Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298) |
| 3452 | 2026-06-22T00:08:24.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3453 | 2026-06-22T00:08:24.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3454 | 2026-06-22T00:08:24.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3455 | 2026-06-22T00:08:24.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3456 | 2026-06-22T00:08:25.080Z | |
| 3457 | 2026-06-22T00:08:25.080Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298) |
| 3458 | 2026-06-22T00:08:25.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3459 | 2026-06-22T00:08:25.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3460 | 2026-06-22T00:08:25.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3461 | 2026-06-22T00:08:25.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3462 | 2026-06-22T00:08:25.623Z | |
| 3463 | 2026-06-22T00:08:25.623Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298) |
| 3464 | 2026-06-22T00:08:26.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3465 | 2026-06-22T00:08:26.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3466 | 2026-06-22T00:08:26.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3467 | 2026-06-22T00:08:26.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3468 | 2026-06-22T00:08:26.163Z | |
| 3469 | 2026-06-22T00:08:26.163Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298) |
| 3470 | 2026-06-22T00:08:26.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2026-06-22T00:08:26.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2026-06-22T00:08:26.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3473 | 2026-06-22T00:08:26.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3474 | 2026-06-22T00:08:26.711Z | |
| 3475 | 2026-06-22T00:08:26.711Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298) |
| 3476 | 2026-06-22T00:08:27.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2026-06-22T00:08:27.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2026-06-22T00:08:27.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3479 | 2026-06-22T00:08:27.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3480 | 2026-06-22T00:08:27.238Z | |
| 3481 | 2026-06-22T00:08:27.238Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298) |
| 3482 | 2026-06-22T00:08:27.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2026-06-22T00:08:27.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2026-06-22T00:08:27.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3485 | 2026-06-22T00:08:27.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3486 | 2026-06-22T00:08:27.763Z | |
| 3487 | 2026-06-22T00:08:27.763Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298) |
| 3488 | 2026-06-22T00:08:28.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2026-06-22T00:08:28.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2026-06-22T00:08:28.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2026-06-22T00:08:28.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3492 | 2026-06-22T00:08:28.291Z | |
| 3493 | 2026-06-22T00:08:28.291Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298) |
| 3494 | 2026-06-22T00:08:28.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2026-06-22T00:08:28.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2026-06-22T00:08:28.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2026-06-22T00:08:28.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3498 | 2026-06-22T00:08:28.814Z | |
| 3499 | 2026-06-22T00:08:28.814Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298) |
| 3500 | 2026-06-22T00:08:29.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2026-06-22T00:08:29.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2026-06-22T00:08:29.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2026-06-22T00:08:29.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3504 | 2026-06-22T00:08:29.340Z | |
| 3505 | 2026-06-22T00:08:29.340Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298) |
| 3506 | 2026-06-22T00:08:29.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2026-06-22T00:08:29.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2026-06-22T00:08:29.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2026-06-22T00:08:29.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3510 | 2026-06-22T00:08:29.863Z | |
| 3511 | 2026-06-22T00:08:29.863Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298) |
| 3512 | 2026-06-22T00:08:30.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2026-06-22T00:08:30.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2026-06-22T00:08:30.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2026-06-22T00:08:30.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3516 | 2026-06-22T00:08:30.387Z | |
| 3517 | 2026-06-22T00:08:30.388Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298) |
| 3518 | 2026-06-22T00:08:30.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2026-06-22T00:08:30.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2026-06-22T00:08:30.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2026-06-22T00:08:30.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3522 | 2026-06-22T00:08:30.916Z | |
| 3523 | 2026-06-22T00:08:30.916Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298) |
| 3524 | 2026-06-22T00:08:31.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2026-06-22T00:08:31.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2026-06-22T00:08:31.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2026-06-22T00:08:31.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3528 | 2026-06-22T00:08:31.463Z | |
| 3529 | 2026-06-22T00:08:31.463Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298) |
| 3530 | 2026-06-22T00:08:31.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2026-06-22T00:08:31.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2026-06-22T00:08:31.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2026-06-22T00:08:31.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3534 | 2026-06-22T00:08:32.009Z | |
| 3535 | 2026-06-22T00:08:32.009Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298) |
| 3536 | 2026-06-22T00:08:32.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2026-06-22T00:08:32.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2026-06-22T00:08:32.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2026-06-22T00:08:32.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3540 | 2026-06-22T00:08:32.553Z | |
| 3541 | 2026-06-22T00:08:32.553Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298) |
| 3542 | 2026-06-22T00:08:33.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2026-06-22T00:08:33.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2026-06-22T00:08:33.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2026-06-22T00:08:33.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3546 | 2026-06-22T00:08:33.099Z | |
| 3547 | 2026-06-22T00:08:33.099Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298) |
| 3548 | 2026-06-22T00:08:33.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2026-06-22T00:08:33.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2026-06-22T00:08:33.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2026-06-22T00:08:33.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3552 | 2026-06-22T00:08:33.646Z | |
| 3553 | 2026-06-22T00:08:33.646Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298) |
| 3554 | 2026-06-22T00:08:34.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2026-06-22T00:08:34.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2026-06-22T00:08:34.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3557 | 2026-06-22T00:08:34.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3558 | 2026-06-22T00:08:34.196Z | |
| 3559 | 2026-06-22T00:08:34.196Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298) |
| 3560 | 2026-06-22T00:08:34.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2026-06-22T00:08:34.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2026-06-22T00:08:34.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3563 | 2026-06-22T00:08:34.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3564 | 2026-06-22T00:08:34.745Z | |
| 3565 | 2026-06-22T00:08:34.745Z | info: running `cargo check --bins` on oximeter-producer (173/298) |
| 3566 | 2026-06-22T00:08:35.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2026-06-22T00:08:35.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2026-06-22T00:08:35.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3569 | 2026-06-22T00:08:35.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3570 | 2026-06-22T00:08:35.308Z | |
| 3571 | 2026-06-22T00:08:35.308Z | info: running `cargo check --bins` on internal-dns-resolver (174/298) |
| 3572 | 2026-06-22T00:08:35.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2026-06-22T00:08:35.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2026-06-22T00:08:35.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3575 | 2026-06-22T00:08:35.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3576 | 2026-06-22T00:08:35.838Z | |
| 3577 | 2026-06-22T00:08:35.838Z | info: running `cargo check --bins` on dns-server (175/298) |
| 3578 | 2026-06-22T00:08:36.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2026-06-22T00:08:36.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2026-06-22T00:08:36.426Z | Compiling parking_lot_core v0.8.6 |
| 3581 | 2026-06-22T00:08:36.429Z | Compiling git-stub v1.0.0 |
| 3582 | 2026-06-22T00:08:36.429Z | Checking prefix-trie v0.7.0 |
| 3583 | 2026-06-22T00:08:36.430Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3584 | 2026-06-22T00:08:36.649Z | Compiling git-stub-vcs v0.1.0 |
| 3585 | 2026-06-22T00:08:36.815Z | Checking hickory-server v0.25.2 |
| 3586 | 2026-06-22T00:08:36.922Z | Checking parking_lot v0.11.2 |
| 3587 | 2026-06-22T00:08:36.924Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3588 | 2026-06-22T00:08:36.993Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3589 | 2026-06-22T00:08:36.993Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3590 | 2026-06-22T00:08:37.092Z | Checking sled v0.34.7 |
| 3591 | 2026-06-22T00:08:38.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
| 3592 | 2026-06-22T00:08:39.116Z | |
| 3593 | 2026-06-22T00:08:39.116Z | info: running `cargo check --bins` on dns-server-api (176/298) |
| 3594 | 2026-06-22T00:08:39.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-06-22T00:08:39.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-06-22T00:08:39.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2026-06-22T00:08:39.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3598 | 2026-06-22T00:08:39.633Z | |
| 3599 | 2026-06-22T00:08:39.633Z | info: running `cargo check --bins` on oximeter-producer-api (177/298) |
| 3600 | 2026-06-22T00:08:40.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-06-22T00:08:40.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-06-22T00:08:40.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-06-22T00:08:40.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3604 | 2026-06-22T00:08:40.158Z | |
| 3605 | 2026-06-22T00:08:40.158Z | info: running `cargo check --bins` on sp-sim (178/298) |
| 3606 | 2026-06-22T00:08:40.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-06-22T00:08:40.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-06-22T00:08:40.819Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3609 | 2026-06-22T00:08:42.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
| 3610 | 2026-06-22T00:08:42.720Z | |
| 3611 | 2026-06-22T00:08:42.720Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298) |
| 3612 | 2026-06-22T00:08:43.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-06-22T00:08:43.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-06-22T00:08:43.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3615 | 2026-06-22T00:08:43.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3616 | 2026-06-22T00:08:43.298Z | |
| 3617 | 2026-06-22T00:08:43.298Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298) |
| 3618 | 2026-06-22T00:08:43.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2026-06-22T00:08:43.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2026-06-22T00:08:43.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3621 | 2026-06-22T00:08:43.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3622 | 2026-06-22T00:08:43.882Z | |
| 3623 | 2026-06-22T00:08:43.882Z | info: running `cargo check --bins` on db-macros (181/298) |
| 3624 | 2026-06-22T00:08:44.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2026-06-22T00:08:44.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2026-06-22T00:08:44.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3627 | 2026-06-22T00:08:44.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3628 | 2026-06-22T00:08:44.397Z | |
| 3629 | 2026-06-22T00:08:44.397Z | info: running `cargo check --bins` on nexus-macros-common (182/298) |
| 3630 | 2026-06-22T00:08:44.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3631 | 2026-06-22T00:08:44.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3632 | 2026-06-22T00:08:44.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3633 | 2026-06-22T00:08:44.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3634 | 2026-06-22T00:08:44.912Z | |
| 3635 | 2026-06-22T00:08:44.912Z | info: running `cargo check --bins` on nexus-auth (183/298) |
| 3636 | 2026-06-22T00:08:45.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3637 | 2026-06-22T00:08:45.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3638 | 2026-06-22T00:08:45.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3639 | 2026-06-22T00:08:45.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3640 | 2026-06-22T00:08:45.491Z | |
| 3641 | 2026-06-22T00:08:45.491Z | info: running `cargo check --bins` on authz-macros (184/298) |
| 3642 | 2026-06-22T00:08:45.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3643 | 2026-06-22T00:08:45.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3644 | 2026-06-22T00:08:45.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3645 | 2026-06-22T00:08:45.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3646 | 2026-06-22T00:08:46.009Z | |
| 3647 | 2026-06-22T00:08:46.009Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/298) |
| 3648 | 2026-06-22T00:08:46.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3649 | 2026-06-22T00:08:46.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3650 | 2026-06-22T00:08:46.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3651 | 2026-06-22T00:08:46.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3652 | 2026-06-22T00:08:46.583Z | |
| 3653 | 2026-06-22T00:08:46.583Z | info: running `cargo check --bins` on nexus-db-model (186/298) |
| 3654 | 2026-06-22T00:08:47.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3655 | 2026-06-22T00:08:47.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3656 | 2026-06-22T00:08:47.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3657 | 2026-06-22T00:08:47.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3658 | 2026-06-22T00:08:47.155Z | |
| 3659 | 2026-06-22T00:08:47.155Z | info: running `cargo check --bins` on nexus-db-schema (187/298) |
| 3660 | 2026-06-22T00:08:47.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3661 | 2026-06-22T00:08:47.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3662 | 2026-06-22T00:08:47.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3663 | 2026-06-22T00:08:47.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3664 | 2026-06-22T00:08:47.669Z | |
| 3665 | 2026-06-22T00:08:47.669Z | info: running `cargo check --bins` on omicron-rpaths (188/298) |
| 3666 | 2026-06-22T00:08:48.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3667 | 2026-06-22T00:08:48.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3668 | 2026-06-22T00:08:48.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3669 | 2026-06-22T00:08:48.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3670 | 2026-06-22T00:08:48.183Z | |
| 3671 | 2026-06-22T00:08:48.183Z | info: running `cargo check --bins` on nexus-defaults (189/298) |
| 3672 | 2026-06-22T00:08:48.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3673 | 2026-06-22T00:08:48.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3674 | 2026-06-22T00:08:48.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3675 | 2026-06-22T00:08:48.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3676 | 2026-06-22T00:08:48.714Z | |
| 3677 | 2026-06-22T00:08:48.714Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/298) |
| 3678 | 2026-06-22T00:08:49.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3679 | 2026-06-22T00:08:49.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3680 | 2026-06-22T00:08:49.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3681 | 2026-06-22T00:08:49.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3682 | 2026-06-22T00:08:49.236Z | |
| 3683 | 2026-06-22T00:08:49.237Z | info: running `cargo check --bins` on parallel-task-set (191/298) |
| 3684 | 2026-06-22T00:08:49.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3685 | 2026-06-22T00:08:49.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3686 | 2026-06-22T00:08:49.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3687 | 2026-06-22T00:08:49.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3688 | 2026-06-22T00:08:49.748Z | |
| 3689 | 2026-06-22T00:08:49.748Z | info: running `cargo check --bins` on omicron-git-version (192/298) |
| 3690 | 2026-06-22T00:08:50.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3691 | 2026-06-22T00:08:50.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3692 | 2026-06-22T00:08:50.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3693 | 2026-06-22T00:08:50.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3694 | 2026-06-22T00:08:50.264Z | |
| 3695 | 2026-06-22T00:08:50.264Z | info: running `cargo check --bins` on nexus-db-errors (193/298) |
| 3696 | 2026-06-22T00:08:50.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3697 | 2026-06-22T00:08:50.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3698 | 2026-06-22T00:08:50.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3699 | 2026-06-22T00:08:50.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3700 | 2026-06-22T00:08:50.846Z | |
| 3701 | 2026-06-22T00:08:50.846Z | info: running `cargo check --bins` on nexus-db-lookup (194/298) |
| 3702 | 2026-06-22T00:08:51.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3703 | 2026-06-22T00:08:51.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3704 | 2026-06-22T00:08:51.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3705 | 2026-06-22T00:08:51.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3706 | 2026-06-22T00:08:51.431Z | |
| 3707 | 2026-06-22T00:08:51.431Z | info: running `cargo check --bins` on nexus-inventory (195/298) |
| 3708 | 2026-06-22T00:08:51.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3709 | 2026-06-22T00:08:51.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3710 | 2026-06-22T00:08:51.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3711 | 2026-06-22T00:08:51.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3712 | 2026-06-22T00:08:51.999Z | |
| 3713 | 2026-06-22T00:08:51.999Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/298) |
| 3714 | 2026-06-22T00:08:52.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3715 | 2026-06-22T00:08:52.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3716 | 2026-06-22T00:08:52.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3717 | 2026-06-22T00:08:52.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3718 | 2026-06-22T00:08:52.548Z | |
| 3719 | 2026-06-22T00:08:52.548Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/298) |
| 3720 | 2026-06-22T00:08:53.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3721 | 2026-06-22T00:08:53.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3722 | 2026-06-22T00:08:53.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3723 | 2026-06-22T00:08:53.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3724 | 2026-06-22T00:08:53.100Z | |
| 3725 | 2026-06-22T00:08:53.100Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/298) |
| 3726 | 2026-06-22T00:08:53.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2026-06-22T00:08:53.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2026-06-22T00:08:53.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3729 | 2026-06-22T00:08:53.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3730 | 2026-06-22T00:08:53.651Z | |
| 3731 | 2026-06-22T00:08:53.651Z | info: running `cargo check --bins` on key-manager (199/298) |
| 3732 | 2026-06-22T00:08:54.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2026-06-22T00:08:54.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2026-06-22T00:08:54.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3735 | 2026-06-22T00:08:54.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3736 | 2026-06-22T00:08:54.186Z | |
| 3737 | 2026-06-22T00:08:54.186Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/298) |
| 3738 | 2026-06-22T00:08:54.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2026-06-22T00:08:54.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2026-06-22T00:08:54.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3741 | 2026-06-22T00:08:54.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3742 | 2026-06-22T00:08:54.740Z | |
| 3743 | 2026-06-22T00:08:54.740Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/298) |
| 3744 | 2026-06-22T00:08:55.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2026-06-22T00:08:55.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2026-06-22T00:08:55.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3747 | 2026-06-22T00:08:55.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3748 | 2026-06-22T00:08:55.289Z | |
| 3749 | 2026-06-22T00:08:55.289Z | info: running `cargo check --bins` on typed-rng (202/298) |
| 3750 | 2026-06-22T00:08:55.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2026-06-22T00:08:55.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2026-06-22T00:08:55.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3753 | 2026-06-22T00:08:55.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3754 | 2026-06-22T00:08:55.806Z | |
| 3755 | 2026-06-22T00:08:55.806Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/298) |
| 3756 | 2026-06-22T00:08:56.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3757 | 2026-06-22T00:08:56.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3758 | 2026-06-22T00:08:56.588Z | Compiling libefi-sys v0.1.0 |
| 3759 | 2026-06-22T00:08:56.591Z | Compiling bitfield-struct v0.6.2 |
| 3760 | 2026-06-22T00:08:56.724Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3761 | 2026-06-22T00:08:56.732Z | Compiling xshell-macros v0.2.7 |
| 3762 | 2026-06-22T00:08:56.741Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3763 | 2026-06-22T00:08:56.753Z | Compiling salty v0.3.0 |
| 3764 | 2026-06-22T00:08:56.767Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3765 | 2026-06-22T00:08:56.782Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3766 | 2026-06-22T00:08:56.796Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3767 | 2026-06-22T00:08:56.906Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3768 | 2026-06-22T00:08:57.062Z | Checking primeorder v0.13.6 |
| 3769 | 2026-06-22T00:08:57.076Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3770 | 2026-06-22T00:08:57.090Z | Checking xshell v0.2.7 |
| 3771 | 2026-06-22T00:08:57.102Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3772 | 2026-06-22T00:08:57.219Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3773 | 2026-06-22T00:08:57.234Z | Checking tungstenite v0.21.0 |
| 3774 | 2026-06-22T00:08:57.272Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3775 | 2026-06-22T00:08:57.293Z | Checking p384 v0.13.1 |
| 3776 | 2026-06-22T00:08:57.316Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3777 | 2026-06-22T00:08:57.424Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3778 | 2026-06-22T00:08:57.438Z | Compiling num-derive v0.3.3 |
| 3779 | 2026-06-22T00:08:57.482Z | Compiling proc-macro-error2 v2.0.1 |
| 3780 | 2026-06-22T00:08:57.552Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3781 | 2026-06-22T00:08:57.573Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3782 | 2026-06-22T00:08:57.649Z | Checking tokio-tungstenite v0.21.0 |
| 3783 | 2026-06-22T00:08:57.785Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3784 | 2026-06-22T00:08:57.788Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3785 | 2026-06-22T00:08:57.788Z | Compiling tabled_derive v0.11.0 |
| 3786 | 2026-06-22T00:08:57.830Z | Checking papergrid v0.17.0 |
| 3787 | 2026-06-22T00:08:57.900Z | Compiling progenitor-impl v0.13.0 |
| 3788 | 2026-06-22T00:08:57.921Z | Checking testing_table v0.3.0 |
| 3789 | 2026-06-22T00:08:57.945Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3790 | 2026-06-22T00:08:58.014Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3791 | 2026-06-22T00:08:58.081Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3792 | 2026-06-22T00:08:58.220Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3793 | 2026-06-22T00:08:58.276Z | Compiling unicase v2.9.0 |
| 3794 | 2026-06-22T00:08:58.306Z | Checking libscf-sys v1.1.0 |
| 3795 | 2026-06-22T00:08:58.413Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3796 | 2026-06-22T00:08:58.436Z | Checking corncobs v0.1.4 |
| 3797 | 2026-06-22T00:08:58.479Z | Compiling mime_guess v2.0.5 |
| 3798 | 2026-06-22T00:08:58.564Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3799 | 2026-06-22T00:08:58.589Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3800 | 2026-06-22T00:08:58.641Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3801 | 2026-06-22T00:08:58.691Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3802 | 2026-06-22T00:08:58.709Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3803 | 2026-06-22T00:08:58.790Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3804 | 2026-06-22T00:08:58.973Z | Checking tabled v0.20.0 |
| 3805 | 2026-06-22T00:08:59.010Z | Checking progenitor-client v0.13.0 |
| 3806 | 2026-06-22T00:08:59.122Z | Checking secrecy v0.8.0 |
| 3807 | 2026-06-22T00:08:59.244Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3808 | 2026-06-22T00:08:59.258Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3809 | 2026-06-22T00:08:59.297Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3810 | 2026-06-22T00:08:59.481Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3811 | 2026-06-22T00:08:59.616Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3812 | 2026-06-22T00:08:59.719Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3813 | 2026-06-22T00:08:59.733Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3814 | 2026-06-22T00:08:59.789Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3815 | 2026-06-22T00:08:59.862Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3816 | 2026-06-22T00:08:59.986Z | Checking filetime v0.2.27 |
| 3817 | 2026-06-22T00:09:00.030Z | Checking crc8 v0.1.1 |
| 3818 | 2026-06-22T00:09:00.129Z | Checking xattr v1.6.1 |
| 3819 | 2026-06-22T00:09:00.183Z | Checking http-range v0.1.5 |
| 3820 | 2026-06-22T00:09:00.295Z | Checking tar v0.4.45 |
| 3821 | 2026-06-22T00:09:00.309Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3822 | 2026-06-22T00:09:00.459Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3823 | 2026-06-22T00:09:00.492Z | Checking illumos-nvpair v0.3.0 |
| 3824 | 2026-06-22T00:09:00.508Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3825 | 2026-06-22T00:09:00.563Z | Compiling progenitor-macro v0.13.0 |
| 3826 | 2026-06-22T00:09:00.644Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3827 | 2026-06-22T00:09:00.658Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3828 | 2026-06-22T00:09:00.742Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3829 | 2026-06-22T00:09:01.020Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3830 | 2026-06-22T00:09:01.024Z | Checking atty v0.2.14 |
| 3831 | 2026-06-22T00:09:01.089Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3832 | 2026-06-22T00:09:01.089Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3833 | 2026-06-22T00:09:01.128Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3834 | 2026-06-22T00:09:01.243Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3835 | 2026-06-22T00:09:01.358Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3836 | 2026-06-22T00:09:01.401Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3837 | 2026-06-22T00:09:01.423Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3838 | 2026-06-22T00:09:01.599Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3839 | 2026-06-22T00:09:01.639Z | Checking hyper-staticfile v0.10.1 |
| 3840 | 2026-06-22T00:09:01.770Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3841 | 2026-06-22T00:09:01.789Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3842 | 2026-06-22T00:09:01.926Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3843 | 2026-06-22T00:09:02.025Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3844 | 2026-06-22T00:09:02.198Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3845 | 2026-06-22T00:09:02.302Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3846 | 2026-06-22T00:09:02.486Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3847 | 2026-06-22T00:09:02.835Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3848 | 2026-06-22T00:09:03.370Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3849 | 2026-06-22T00:09:03.847Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3850 | 2026-06-22T00:09:04.259Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3851 | 2026-06-22T00:09:04.598Z | Checking progenitor v0.13.0 |
| 3852 | 2026-06-22T00:09:04.736Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3853 | 2026-06-22T00:09:06.588Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3854 | 2026-06-22T00:09:09.937Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3855 | 2026-06-22T00:10:04.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.95s |
| 3856 | 2026-06-22T00:10:04.217Z | |
| 3857 | 2026-06-22T00:10:04.217Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/298) |
| 3858 | 2026-06-22T00:10:04.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3859 | 2026-06-22T00:10:04.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3860 | 2026-06-22T00:10:04.217Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3861 | 2026-06-22T00:10:04.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3862 | 2026-06-22T00:10:04.217Z | |
| 3863 | 2026-06-22T00:10:04.217Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/298) |
| 3864 | 2026-06-22T00:10:04.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3865 | 2026-06-22T00:10:04.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3866 | 2026-06-22T00:10:04.217Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3867 | 2026-06-22T00:10:04.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s |
| 3868 | 2026-06-22T00:10:04.217Z | |
| 3869 | 2026-06-22T00:10:04.217Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/298) |
| 3870 | 2026-06-22T00:10:04.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3871 | 2026-06-22T00:10:04.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3872 | 2026-06-22T00:10:04.217Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3873 | 2026-06-22T00:10:04.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3874 | 2026-06-22T00:10:04.217Z | |
| 3875 | 2026-06-22T00:10:04.218Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/298) |
| 3876 | 2026-06-22T00:10:04.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3877 | 2026-06-22T00:10:04.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3878 | 2026-06-22T00:10:04.218Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3879 | 2026-06-22T00:10:07.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3880 | 2026-06-22T00:10:07.358Z | |
| 3881 | 2026-06-22T00:10:07.358Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/298) |
| 3882 | 2026-06-22T00:10:07.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3883 | 2026-06-22T00:10:07.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3884 | 2026-06-22T00:10:08.075Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3885 | 2026-06-22T00:10:18.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3886 | 2026-06-22T00:10:18.966Z | |
| 3887 | 2026-06-22T00:10:18.966Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/298) |
| 3888 | 2026-06-22T00:10:19.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3889 | 2026-06-22T00:10:19.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3890 | 2026-06-22T00:10:19.682Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3891 | 2026-06-22T00:10:30.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3892 | 2026-06-22T00:10:30.630Z | |
| 3893 | 2026-06-22T00:10:30.630Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/298) |
| 3894 | 2026-06-22T00:10:31.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3895 | 2026-06-22T00:10:31.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3896 | 2026-06-22T00:10:31.345Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3897 | 2026-06-22T00:10:41.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 3898 | 2026-06-22T00:10:42.161Z | |
| 3899 | 2026-06-22T00:10:42.161Z | info: running `cargo check --bins` on bootstrap-agent-api (211/298) |
| 3900 | 2026-06-22T00:10:42.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3901 | 2026-06-22T00:10:42.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3902 | 2026-06-22T00:10:42.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3903 | 2026-06-22T00:10:42.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3904 | 2026-06-22T00:10:42.687Z | |
| 3905 | 2026-06-22T00:10:42.687Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/298) |
| 3906 | 2026-06-22T00:10:43.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3907 | 2026-06-22T00:10:43.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3908 | 2026-06-22T00:10:43.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3909 | 2026-06-22T00:10:43.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3910 | 2026-06-22T00:10:43.215Z | |
| 3911 | 2026-06-22T00:10:43.215Z | info: running `cargo check --bins` on range-requests (213/298) |
| 3912 | 2026-06-22T00:10:43.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3913 | 2026-06-22T00:10:43.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3914 | 2026-06-22T00:10:43.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3915 | 2026-06-22T00:10:43.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3916 | 2026-06-22T00:10:43.731Z | |
| 3917 | 2026-06-22T00:10:43.731Z | info: running `cargo check --bins` on repo-depot-api (214/298) |
| 3918 | 2026-06-22T00:10:44.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3919 | 2026-06-22T00:10:44.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3920 | 2026-06-22T00:10:44.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3921 | 2026-06-22T00:10:44.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3922 | 2026-06-22T00:10:44.251Z | |
| 3923 | 2026-06-22T00:10:44.251Z | info: running `cargo check --bins` on sled-agent-api (215/298) |
| 3924 | 2026-06-22T00:10:44.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3925 | 2026-06-22T00:10:44.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3926 | 2026-06-22T00:10:44.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3927 | 2026-06-22T00:10:44.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3928 | 2026-06-22T00:10:44.803Z | |
| 3929 | 2026-06-22T00:10:44.803Z | info: running `cargo check --bins` on sled-diagnostics (216/298) |
| 3930 | 2026-06-22T00:10:45.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3931 | 2026-06-22T00:10:45.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3932 | 2026-06-22T00:10:45.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3933 | 2026-06-22T00:10:45.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3934 | 2026-06-22T00:10:45.349Z | |
| 3935 | 2026-06-22T00:10:45.349Z | info: running `cargo check --bins` on zfs-test-harness (217/298) |
| 3936 | 2026-06-22T00:10:45.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3937 | 2026-06-22T00:10:45.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3938 | 2026-06-22T00:10:45.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3939 | 2026-06-22T00:10:45.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3940 | 2026-06-22T00:10:45.897Z | |
| 3941 | 2026-06-22T00:10:45.897Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/298) |
| 3942 | 2026-06-22T00:10:46.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3943 | 2026-06-22T00:10:46.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3944 | 2026-06-22T00:10:46.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3945 | 2026-06-22T00:10:46.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3946 | 2026-06-22T00:10:46.443Z | |
| 3947 | 2026-06-22T00:10:46.443Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/298) |
| 3948 | 2026-06-22T00:10:46.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3949 | 2026-06-22T00:10:46.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3950 | 2026-06-22T00:10:46.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3951 | 2026-06-22T00:10:46.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3952 | 2026-06-22T00:10:46.995Z | |
| 3953 | 2026-06-22T00:10:46.996Z | info: running `cargo check --bins` on sled-agent-early-networking (220/298) |
| 3954 | 2026-06-22T00:10:47.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3955 | 2026-06-22T00:10:47.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3956 | 2026-06-22T00:10:47.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3957 | 2026-06-22T00:10:47.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3958 | 2026-06-22T00:10:47.539Z | |
| 3959 | 2026-06-22T00:10:47.539Z | info: running `cargo check --bins` on sled-agent-health-monitor (221/298) |
| 3960 | 2026-06-22T00:10:47.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3961 | 2026-06-22T00:10:47.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3962 | 2026-06-22T00:10:47.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3963 | 2026-06-22T00:10:48.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3964 | 2026-06-22T00:10:48.084Z | |
| 3965 | 2026-06-22T00:10:48.084Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/298) |
| 3966 | 2026-06-22T00:10:48.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3967 | 2026-06-22T00:10:48.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3968 | 2026-06-22T00:10:48.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3969 | 2026-06-22T00:10:48.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3970 | 2026-06-22T00:10:48.633Z | |
| 3971 | 2026-06-22T00:10:48.633Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/298) |
| 3972 | 2026-06-22T00:10:49.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3973 | 2026-06-22T00:10:49.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3974 | 2026-06-22T00:10:49.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3975 | 2026-06-22T00:10:49.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3976 | 2026-06-22T00:10:49.185Z | |
| 3977 | 2026-06-22T00:10:49.185Z | info: running `cargo check --bins` on sled-agent-resolvable-files (224/298) |
| 3978 | 2026-06-22T00:10:49.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3979 | 2026-06-22T00:10:49.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3980 | 2026-06-22T00:10:49.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3981 | 2026-06-22T00:10:49.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3982 | 2026-06-22T00:10:49.736Z | |
| 3983 | 2026-06-22T00:10:49.736Z | info: running `cargo check --bins` on sled-agent-rack-setup (225/298) |
| 3984 | 2026-06-22T00:10:50.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3985 | 2026-06-22T00:10:50.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3986 | 2026-06-22T00:10:50.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3987 | 2026-06-22T00:10:50.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3988 | 2026-06-22T00:10:50.304Z | |
| 3989 | 2026-06-22T00:10:50.304Z | info: running `cargo check --bins` on trust-quorum (226/298) |
| 3990 | 2026-06-22T00:10:50.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3991 | 2026-06-22T00:10:50.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3992 | 2026-06-22T00:10:50.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3993 | 2026-06-22T00:10:50.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3994 | 2026-06-22T00:10:50.855Z | |
| 3995 | 2026-06-22T00:10:50.856Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (227/298) |
| 3996 | 2026-06-22T00:10:51.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3997 | 2026-06-22T00:10:51.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3998 | 2026-06-22T00:10:51.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3999 | 2026-06-22T00:10:51.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4000 | 2026-06-22T00:10:51.423Z | |
| 4001 | 2026-06-22T00:10:51.423Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (228/298) |
| 4002 | 2026-06-22T00:10:51.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4003 | 2026-06-22T00:10:51.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4004 | 2026-06-22T00:10:51.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4005 | 2026-06-22T00:10:51.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4006 | 2026-06-22T00:10:51.993Z | |
| 4007 | 2026-06-22T00:10:51.993Z | info: running `cargo check --bins` on update-common (229/298) |
| 4008 | 2026-06-22T00:10:52.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4009 | 2026-06-22T00:10:52.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4010 | 2026-06-22T00:10:52.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4011 | 2026-06-22T00:10:52.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4012 | 2026-06-22T00:10:52.525Z | |
| 4013 | 2026-06-22T00:10:52.525Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (230/298) |
| 4014 | 2026-06-22T00:10:53.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4015 | 2026-06-22T00:10:53.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4016 | 2026-06-22T00:10:53.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4017 | 2026-06-22T00:10:53.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4018 | 2026-06-22T00:10:53.103Z | |
| 4019 | 2026-06-22T00:10:53.103Z | info: running `cargo check --bins` on omicron-deployment-graph (231/298) |
| 4020 | 2026-06-22T00:10:53.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4021 | 2026-06-22T00:10:53.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4022 | 2026-06-22T00:10:53.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4023 | 2026-06-22T00:10:53.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 4024 | 2026-06-22T00:10:53.609Z | |
| 4025 | 2026-06-22T00:10:53.609Z | info: running `cargo check --bins` on reconfigurator-cli (232/298) |
| 4026 | 2026-06-22T00:10:54.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4027 | 2026-06-22T00:10:54.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4028 | 2026-06-22T00:10:54.316Z | Compiling fs-err v2.11.0 |
| 4029 | 2026-06-22T00:10:54.319Z | Checking ignore v0.4.25 |
| 4030 | 2026-06-22T00:10:54.319Z | Checking arc-swap v1.8.2 |
| 4031 | 2026-06-22T00:10:54.445Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4032 | 2026-06-22T00:10:54.445Z | Checking predicates-tree v1.0.13 |
| 4033 | 2026-06-22T00:10:54.448Z | Checking parse-size v1.1.0 |
| 4034 | 2026-06-22T00:10:54.473Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4035 | 2026-06-22T00:10:54.476Z | Checking rand_seeder v0.4.0 |
| 4036 | 2026-06-22T00:10:54.550Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4037 | 2026-06-22T00:10:54.572Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4038 | 2026-06-22T00:10:54.627Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4039 | 2026-06-22T00:10:54.639Z | Checking slog-scope v4.4.1 |
| 4040 | 2026-06-22T00:10:54.674Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4041 | 2026-06-22T00:10:54.761Z | Checking slog-stdlog v4.1.1 |
| 4042 | 2026-06-22T00:10:54.775Z | Compiling petname v2.0.2 |
| 4043 | 2026-06-22T00:10:54.789Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4044 | 2026-06-22T00:10:54.815Z | Checking globwalk v0.9.1 |
| 4045 | 2026-06-22T00:10:54.868Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4046 | 2026-06-22T00:10:54.881Z | Checking slog-envlogger v2.2.0 |
| 4047 | 2026-06-22T00:10:54.993Z | Checking camino-tempfile-ext v0.3.3 |
| 4048 | 2026-06-22T00:10:55.025Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4049 | 2026-06-22T00:10:55.071Z | Checking sapling-renderdag v0.1.0 |
| 4050 | 2026-06-22T00:10:55.185Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4051 | 2026-06-22T00:10:55.214Z | Checking subprocess v0.2.15 |
| 4052 | 2026-06-22T00:10:55.308Z | Checking sync-ptr v0.1.4 |
| 4053 | 2026-06-22T00:10:55.377Z | Checking colored v2.2.0 |
| 4054 | 2026-06-22T00:10:55.424Z | Checking assert_matches v1.5.0 |
| 4055 | 2026-06-22T00:10:55.491Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4056 | 2026-06-22T00:10:55.666Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4057 | 2026-06-22T00:10:55.669Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4058 | 2026-06-22T00:10:56.294Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4059 | 2026-06-22T00:10:57.602Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4060 | 2026-06-22T00:10:59.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s |
| 4061 | 2026-06-22T00:10:59.928Z | |
| 4062 | 2026-06-22T00:10:59.928Z | info: running `cargo check --bins` on omicron-repl-utils (233/298) |
| 4063 | 2026-06-22T00:11:00.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4064 | 2026-06-22T00:11:00.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4065 | 2026-06-22T00:11:00.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4066 | 2026-06-22T00:11:00.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4067 | 2026-06-22T00:11:00.439Z | |
| 4068 | 2026-06-22T00:11:00.439Z | info: running `cargo check --bins` on transient-dns-server (234/298) |
| 4069 | 2026-06-22T00:11:00.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4070 | 2026-06-22T00:11:00.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4071 | 2026-06-22T00:11:00.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4072 | 2026-06-22T00:11:00.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4073 | 2026-06-22T00:11:00.974Z | |
| 4074 | 2026-06-22T00:11:00.975Z | info: running `cargo check --bins` on nexus-test-interface (235/298) |
| 4075 | 2026-06-22T00:11:01.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4076 | 2026-06-22T00:11:01.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4077 | 2026-06-22T00:11:01.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4078 | 2026-06-22T00:11:01.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4079 | 2026-06-22T00:11:01.557Z | |
| 4080 | 2026-06-22T00:11:01.558Z | info: running `cargo check --bins` on oximeter-collector (236/298) |
| 4081 | 2026-06-22T00:11:02.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2026-06-22T00:11:02.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2026-06-22T00:11:02.218Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4084 | 2026-06-22T00:11:02.218Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4085 | 2026-06-22T00:11:02.845Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4086 | 2026-06-22T00:11:04.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s |
| 4087 | 2026-06-22T00:11:04.554Z | |
| 4088 | 2026-06-22T00:11:04.554Z | info: running `cargo check --bins` on oximeter-api (237/298) |
| 4089 | 2026-06-22T00:11:04.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4090 | 2026-06-22T00:11:04.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4091 | 2026-06-22T00:11:04.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4092 | 2026-06-22T00:11:04.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4093 | 2026-06-22T00:11:05.076Z | |
| 4094 | 2026-06-22T00:11:05.076Z | info: running `cargo check --bins` on cert-dev (238/298) |
| 4095 | 2026-06-22T00:11:05.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4096 | 2026-06-22T00:11:05.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4097 | 2026-06-22T00:11:05.618Z | Checking yasna v0.5.2 |
| 4098 | 2026-06-22T00:11:06.016Z | Checking rcgen v0.12.1 |
| 4099 | 2026-06-22T00:11:06.265Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4100 | 2026-06-22T00:11:06.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4101 | 2026-06-22T00:11:06.594Z | |
| 4102 | 2026-06-22T00:11:06.594Z | info: running `cargo check --bins` on clickana (239/298) |
| 4103 | 2026-06-22T00:11:07.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4104 | 2026-06-22T00:11:07.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4105 | 2026-06-22T00:11:07.179Z | Compiling darling_core v0.23.0 |
| 4106 | 2026-06-22T00:11:07.182Z | Compiling instability v0.3.11 |
| 4107 | 2026-06-22T00:11:07.288Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4108 | 2026-06-22T00:11:07.288Z | Checking castaway v0.2.4 |
| 4109 | 2026-06-22T00:11:07.293Z | Compiling indoc v2.0.7 |
| 4110 | 2026-06-22T00:11:07.300Z | Checking unicode-truncate v1.1.0 |
| 4111 | 2026-06-22T00:11:07.317Z | Checking lru v0.12.5 |
| 4112 | 2026-06-22T00:11:07.320Z | Checking cassowary v0.3.0 |
| 4113 | 2026-06-22T00:11:07.376Z | Checking compact_str v0.8.1 |
| 4114 | 2026-06-22T00:11:08.582Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4115 | 2026-06-22T00:11:08.683Z | Compiling darling_macro v0.23.0 |
| 4116 | 2026-06-22T00:11:08.755Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4117 | 2026-06-22T00:11:09.087Z | Compiling darling v0.23.0 |
| 4118 | 2026-06-22T00:11:09.698Z | Checking ratatui v0.29.0 |
| 4119 | 2026-06-22T00:11:10.742Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4120 | 2026-06-22T00:11:11.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
| 4121 | 2026-06-22T00:11:11.555Z | |
| 4122 | 2026-06-22T00:11:11.555Z | info: running `cargo check --bins` on clickhouse-cluster-dev (240/298) |
| 4123 | 2026-06-22T00:11:12.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4124 | 2026-06-22T00:11:12.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4125 | 2026-06-22T00:11:12.212Z | Checking headers-core v0.3.0 |
| 4126 | 2026-06-22T00:11:12.215Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4127 | 2026-06-22T00:11:12.402Z | Checking headers v0.4.1 |
| 4128 | 2026-06-22T00:11:12.769Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4129 | 2026-06-22T00:11:13.607Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4130 | 2026-06-22T00:11:14.080Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4131 | 2026-06-22T00:11:14.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s |
| 4132 | 2026-06-22T00:11:14.651Z | |
| 4133 | 2026-06-22T00:11:14.652Z | info: running `cargo check --bins` on ch-dev (241/298) |
| 4134 | 2026-06-22T00:11:15.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4135 | 2026-06-22T00:11:15.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4136 | 2026-06-22T00:11:15.300Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4137 | 2026-06-22T00:11:16.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4138 | 2026-06-22T00:11:16.205Z | |
| 4139 | 2026-06-22T00:11:16.205Z | info: running `cargo check --bins` on dev-tools-common (242/298) |
| 4140 | 2026-06-22T00:11:16.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4141 | 2026-06-22T00:11:16.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4142 | 2026-06-22T00:11:16.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4143 | 2026-06-22T00:11:16.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 4144 | 2026-06-22T00:11:16.592Z | |
| 4145 | 2026-06-22T00:11:16.592Z | info: running `cargo check --bins` on crdb-seed (243/298) |
| 4146 | 2026-06-22T00:11:17.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4147 | 2026-06-22T00:11:17.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4148 | 2026-06-22T00:11:17.240Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4149 | 2026-06-22T00:11:18.235Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4150 | 2026-06-22T00:11:18.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
| 4151 | 2026-06-22T00:11:18.732Z | |
| 4152 | 2026-06-22T00:11:18.732Z | info: running `cargo check --bins` on db-dev (244/298) |
| 4153 | 2026-06-22T00:11:19.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4154 | 2026-06-22T00:11:19.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4155 | 2026-06-22T00:11:19.384Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4156 | 2026-06-22T00:11:20.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4157 | 2026-06-22T00:11:20.294Z | |
| 4158 | 2026-06-22T00:11:20.294Z | info: running `cargo check --bins` on omicron-dev-lib (245/298) |
| 4159 | 2026-06-22T00:11:20.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4160 | 2026-06-22T00:11:20.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4161 | 2026-06-22T00:11:20.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4162 | 2026-06-22T00:11:20.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4163 | 2026-06-22T00:11:20.853Z | |
| 4164 | 2026-06-22T00:11:20.853Z | info: running `cargo check --bins` on xtask-downloader (246/298) |
| 4165 | 2026-06-22T00:11:21.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4166 | 2026-06-22T00:11:21.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4167 | 2026-06-22T00:11:21.396Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4168 | 2026-06-22T00:11:22.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 4169 | 2026-06-22T00:11:22.240Z | |
| 4170 | 2026-06-22T00:11:22.240Z | info: running `cargo check --bins` on omicron-dropshot-apis (247/298) |
| 4171 | 2026-06-22T00:11:22.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4172 | 2026-06-22T00:11:22.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4173 | 2026-06-22T00:11:22.918Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4174 | 2026-06-22T00:11:22.918Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4175 | 2026-06-22T00:11:22.921Z | Checking git-stub v1.0.0 |
| 4176 | 2026-06-22T00:11:22.921Z | Compiling trait-variant v0.1.2 |
| 4177 | 2026-06-22T00:11:22.921Z | Checking maplit v1.0.2 |
| 4178 | 2026-06-22T00:11:22.921Z | Checking is_ci v1.2.0 |
| 4179 | 2026-06-22T00:11:23.045Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4180 | 2026-06-22T00:11:23.081Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4181 | 2026-06-22T00:11:23.114Z | Checking supports-color v3.0.2 |
| 4182 | 2026-06-22T00:11:23.126Z | Checking drift v0.2.0 |
| 4183 | 2026-06-22T00:11:23.180Z | Checking git-stub-vcs v0.1.0 |
| 4184 | 2026-06-22T00:11:23.234Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4185 | 2026-06-22T00:11:23.275Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4186 | 2026-06-22T00:11:23.294Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4187 | 2026-06-22T00:11:23.375Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4188 | 2026-06-22T00:11:23.472Z | Checking dropshot-api-manager v0.7.2 |
| 4189 | 2026-06-22T00:11:23.487Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4190 | 2026-06-22T00:11:23.513Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4191 | 2026-06-22T00:11:23.544Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4192 | 2026-06-22T00:11:23.777Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4193 | 2026-06-22T00:11:24.254Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4194 | 2026-06-22T00:11:25.222Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4195 | 2026-06-22T00:11:26.434Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4196 | 2026-06-22T00:11:27.007Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4197 | 2026-06-22T00:11:27.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
| 4198 | 2026-06-22T00:11:27.617Z | |
| 4199 | 2026-06-22T00:11:27.617Z | info: running `cargo check --bins` on installinator-api (248/298) |
| 4200 | 2026-06-22T00:11:28.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4201 | 2026-06-22T00:11:28.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4202 | 2026-06-22T00:11:28.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4203 | 2026-06-22T00:11:28.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4204 | 2026-06-22T00:11:28.144Z | |
| 4205 | 2026-06-22T00:11:28.144Z | info: running `cargo check --bins` on nexus-external-api (249/298) |
| 4206 | 2026-06-22T00:11:28.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4207 | 2026-06-22T00:11:28.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4208 | 2026-06-22T00:11:28.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4209 | 2026-06-22T00:11:28.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4210 | 2026-06-22T00:11:28.701Z | |
| 4211 | 2026-06-22T00:11:28.701Z | info: running `cargo check --bins` on nexus-internal-api (250/298) |
| 4212 | 2026-06-22T00:11:29.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4213 | 2026-06-22T00:11:29.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4214 | 2026-06-22T00:11:29.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4215 | 2026-06-22T00:11:29.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4216 | 2026-06-22T00:11:29.259Z | |
| 4217 | 2026-06-22T00:11:29.259Z | info: running `cargo check --bins` on nexus-lockstep-api (251/298) |
| 4218 | 2026-06-22T00:11:29.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4219 | 2026-06-22T00:11:29.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4220 | 2026-06-22T00:11:29.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4221 | 2026-06-22T00:11:29.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4222 | 2026-06-22T00:11:29.815Z | |
| 4223 | 2026-06-22T00:11:29.815Z | info: running `cargo check --bins` on ntp-admin-api (252/298) |
| 4224 | 2026-06-22T00:11:30.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4225 | 2026-06-22T00:11:30.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4226 | 2026-06-22T00:11:30.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4227 | 2026-06-22T00:11:30.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4228 | 2026-06-22T00:11:30.331Z | |
| 4229 | 2026-06-22T00:11:30.331Z | info: running `cargo check --bins` on ntp-admin-types-versions (253/298) |
| 4230 | 2026-06-22T00:11:30.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4231 | 2026-06-22T00:11:30.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4232 | 2026-06-22T00:11:30.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4233 | 2026-06-22T00:11:30.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4234 | 2026-06-22T00:11:30.844Z | |
| 4235 | 2026-06-22T00:11:30.844Z | info: running `cargo check --bins` on wicketd-api (254/298) |
| 4236 | 2026-06-22T00:11:31.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4237 | 2026-06-22T00:11:31.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4238 | 2026-06-22T00:11:31.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4239 | 2026-06-22T00:11:31.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4240 | 2026-06-22T00:11:31.375Z | |
| 4241 | 2026-06-22T00:11:31.375Z | info: running `cargo check --bins` on omicron-ls-apis (255/298) |
| 4242 | 2026-06-22T00:11:31.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4243 | 2026-06-22T00:11:31.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4244 | 2026-06-22T00:11:31.917Z | Checking typeid v1.0.3 |
| 4245 | 2026-06-22T00:11:32.023Z | Checking ordered-float v2.10.1 |
| 4246 | 2026-06-22T00:11:32.039Z | Checking unicode-xid v0.2.6 |
| 4247 | 2026-06-22T00:11:32.049Z | Checking cargo-platform v0.2.0 |
| 4248 | 2026-06-22T00:11:32.058Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4249 | 2026-06-22T00:11:32.090Z | Checking erased-serde v0.4.9 |
| 4250 | 2026-06-22T00:11:32.222Z | Checking serde-value v0.7.0 |
| 4251 | 2026-06-22T00:11:32.400Z | Checking serde-untagged v0.1.9 |
| 4252 | 2026-06-22T00:11:32.552Z | Checking cargo-util-schemas v0.8.2 |
| 4253 | 2026-06-22T00:11:33.241Z | Checking cargo_metadata v0.21.0 |
| 4254 | 2026-06-22T00:11:33.837Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4255 | 2026-06-22T00:11:34.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 4256 | 2026-06-22T00:11:34.728Z | |
| 4257 | 2026-06-22T00:11:34.728Z | info: running `cargo check --bins` on mgs-dev (256/298) |
| 4258 | 2026-06-22T00:11:35.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4259 | 2026-06-22T00:11:35.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4260 | 2026-06-22T00:11:35.391Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4261 | 2026-06-22T00:11:35.982Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4262 | 2026-06-22T00:11:36.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 4263 | 2026-06-22T00:11:36.648Z | |
| 4264 | 2026-06-22T00:11:36.648Z | info: running `cargo check --bins` on omicron-omdb (257/298) |
| 4265 | 2026-06-22T00:11:37.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4266 | 2026-06-22T00:11:37.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4267 | 2026-06-22T00:11:37.542Z | Compiling vergen-lib v0.1.6 |
| 4268 | 2026-06-22T00:11:37.542Z | Compiling diesel_derives v2.3.7 |
| 4269 | 2026-06-22T00:11:37.542Z | Compiling dsl_auto_type v0.2.0 |
| 4270 | 2026-06-22T00:11:37.542Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4271 | 2026-06-22T00:11:37.545Z | Checking scheduled-thread-pool v0.2.7 |
| 4272 | 2026-06-22T00:11:37.545Z | Compiling vergen-gitcl v1.0.8 |
| 4273 | 2026-06-22T00:11:37.545Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4274 | 2026-06-22T00:11:37.545Z | Compiling dirs-sys-next v0.1.2 |
| 4275 | 2026-06-22T00:11:37.863Z | Compiling crunchy v0.2.4 |
| 4276 | 2026-06-22T00:11:37.878Z | Compiling glob v0.3.3 |
| 4277 | 2026-06-22T00:11:37.919Z | Checking r2d2 v0.8.10 |
| 4278 | 2026-06-22T00:11:37.969Z | Compiling dirs-next v2.0.0 |
| 4279 | 2026-06-22T00:11:37.985Z | Compiling tiny-keccak v2.0.2 |
| 4280 | 2026-06-22T00:11:38.090Z | Checking downcast-rs v2.0.2 |
| 4281 | 2026-06-22T00:11:38.188Z | Compiling term v0.7.0 |
| 4282 | 2026-06-22T00:11:38.208Z | Compiling bit-vec v0.6.3 |
| 4283 | 2026-06-22T00:11:38.249Z | Compiling clang-sys v1.8.1 |
| 4284 | 2026-06-22T00:11:38.252Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4285 | 2026-06-22T00:11:38.425Z | Compiling bit-set v0.5.3 |
| 4286 | 2026-06-22T00:11:38.448Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4287 | 2026-06-22T00:11:38.585Z | Compiling ascii-canvas v3.0.0 |
| 4288 | 2026-06-22T00:11:38.602Z | Compiling itertools v0.10.5 |
| 4289 | 2026-06-22T00:11:38.631Z | Compiling ena v0.14.4 |
| 4290 | 2026-06-22T00:11:38.650Z | Compiling libloading v0.8.9 |
| 4291 | 2026-06-22T00:11:38.665Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4292 | 2026-06-22T00:11:38.738Z | Compiling regex-syntax v0.6.29 |
| 4293 | 2026-06-22T00:11:38.822Z | Compiling bindgen v0.71.1 |
| 4294 | 2026-06-22T00:11:38.839Z | Compiling diff v0.1.13 |
| 4295 | 2026-06-22T00:11:39.134Z | Compiling cexpr v0.6.0 |
| 4296 | 2026-06-22T00:11:39.263Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4297 | 2026-06-22T00:11:39.283Z | Compiling rustc-hash v2.1.1 |
| 4298 | 2026-06-22T00:11:39.471Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4299 | 2026-06-22T00:11:39.607Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4300 | 2026-06-22T00:11:39.676Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4301 | 2026-06-22T00:11:39.807Z | Compiling libxml v0.3.3 |
| 4302 | 2026-06-22T00:11:39.936Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4303 | 2026-06-22T00:11:39.939Z | Compiling strum_macros v0.24.3 |
| 4304 | 2026-06-22T00:11:40.060Z | Compiling indoc v1.0.9 |
| 4305 | 2026-06-22T00:11:40.130Z | Compiling lalrpop v0.19.12 |
| 4306 | 2026-06-22T00:11:40.845Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4307 | 2026-06-22T00:11:41.036Z | Checking derive_builder v0.20.2 |
| 4308 | 2026-06-22T00:11:41.155Z | Compiling oso-derive v0.27.3 |
| 4309 | 2026-06-22T00:11:41.292Z | Checking quick-xml v0.37.5 |
| 4310 | 2026-06-22T00:11:41.352Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4311 | 2026-06-22T00:11:41.641Z | Checking openssl-probe v0.1.6 |
| 4312 | 2026-06-22T00:11:41.782Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4313 | 2026-06-22T00:11:42.164Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4314 | 2026-06-22T00:11:42.353Z | Checking bb8 v0.8.6 |
| 4315 | 2026-06-22T00:11:42.537Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4316 | 2026-06-22T00:11:42.557Z | Checking nonempty v0.12.0 |
| 4317 | 2026-06-22T00:11:42.628Z | Compiling libz-sys v1.1.24 |
| 4318 | 2026-06-22T00:11:42.721Z | Compiling strsim v0.10.0 |
| 4319 | 2026-06-22T00:11:42.760Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4320 | 2026-06-22T00:11:42.878Z | Compiling vergen-git2 v9.1.0 |
| 4321 | 2026-06-22T00:11:43.053Z | Compiling darling_core v0.13.4 |
| 4322 | 2026-06-22T00:11:43.114Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4323 | 2026-06-22T00:11:43.190Z | Compiling rustls v0.21.12 |
| 4324 | 2026-06-22T00:11:43.303Z | Compiling base64 v0.21.7 |
| 4325 | 2026-06-22T00:11:43.424Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4326 | 2026-06-22T00:11:43.630Z | Compiling ron v0.8.1 |
| 4327 | 2026-06-22T00:11:43.647Z | Checking diesel v2.3.7 |
| 4328 | 2026-06-22T00:11:44.400Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4329 | 2026-06-22T00:11:44.600Z | Checking rustls-webpki v0.101.7 |
| 4330 | 2026-06-22T00:11:44.628Z | Checking sct v0.7.1 |
| 4331 | 2026-06-22T00:11:44.796Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4332 | 2026-06-22T00:11:44.967Z | Compiling darling_macro v0.13.4 |
| 4333 | 2026-06-22T00:11:45.439Z | Compiling darling v0.13.4 |
| 4334 | 2026-06-22T00:11:45.534Z | Compiling serde_with_macros v1.5.2 |
| 4335 | 2026-06-22T00:11:45.697Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4336 | 2026-06-22T00:11:46.263Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4337 | 2026-06-22T00:11:46.381Z | Compiling serde_with v1.14.0 |
| 4338 | 2026-06-22T00:11:47.357Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4339 | 2026-06-22T00:11:47.525Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4340 | 2026-06-22T00:11:47.976Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4341 | 2026-06-22T00:11:48.597Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4342 | 2026-06-22T00:11:48.794Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4343 | 2026-06-22T00:11:48.896Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4344 | 2026-06-22T00:11:48.982Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4345 | 2026-06-22T00:11:49.053Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4346 | 2026-06-22T00:11:49.084Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4347 | 2026-06-22T00:11:49.168Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4348 | 2026-06-22T00:11:49.240Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4349 | 2026-06-22T00:11:49.448Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4350 | 2026-06-22T00:11:49.464Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4351 | 2026-06-22T00:11:49.480Z | Checking tokio-rustls v0.24.1 |
| 4352 | 2026-06-22T00:11:49.680Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4353 | 2026-06-22T00:11:50.156Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4354 | 2026-06-22T00:11:50.262Z | Checking rustls-pemfile v1.0.4 |
| 4355 | 2026-06-22T00:11:50.404Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4356 | 2026-06-22T00:11:50.529Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4357 | 2026-06-22T00:11:50.721Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4358 | 2026-06-22T00:11:50.765Z | Checking twox-hash v2.1.2 |
| 4359 | 2026-06-22T00:11:50.973Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4360 | 2026-06-22T00:11:51.065Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4361 | 2026-06-22T00:11:51.091Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4362 | 2026-06-22T00:11:51.136Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4363 | 2026-06-22T00:11:51.284Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4364 | 2026-06-22T00:11:52.511Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4365 | 2026-06-22T00:11:52.714Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4366 | 2026-06-22T00:11:53.055Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4367 | 2026-06-22T00:11:53.175Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4368 | 2026-06-22T00:11:53.707Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4369 | 2026-06-22T00:11:53.899Z | Checking console v0.16.2 |
| 4370 | 2026-06-22T00:11:54.132Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4371 | 2026-06-22T00:11:54.214Z | Checking fatfs v0.3.6 |
| 4372 | 2026-06-22T00:11:54.278Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4373 | 2026-06-22T00:11:54.676Z | Compiling seq-macro v0.3.6 |
| 4374 | 2026-06-22T00:11:55.177Z | Checking unit-prefix v0.5.2 |
| 4375 | 2026-06-22T00:11:55.317Z | Checking indicatif v0.18.4 |
| 4376 | 2026-06-22T00:11:55.630Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4377 | 2026-06-22T00:11:55.681Z | Checking support-bundle-viewer v0.1.2 |
| 4378 | 2026-06-22T00:11:55.712Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4379 | 2026-06-22T00:12:51.735Z | Checking multimap v0.10.1 |
| 4380 | 2026-06-22T00:12:51.761Z | Checking async-bb8-diesel v0.2.1 |
| 4381 | 2026-06-22T00:12:51.761Z | Checking diesel-dtrace v0.5.0 |
| 4382 | 2026-06-22T00:12:51.761Z | Compiling samael v0.0.19 |
| 4383 | 2026-06-22T00:12:51.761Z | Compiling git2 v0.20.4 |
| 4384 | 2026-06-22T00:12:51.761Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4385 | 2026-06-22T00:12:51.761Z | Compiling polar-core v0.27.3 |
| 4386 | 2026-06-22T00:12:51.761Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4387 | 2026-06-22T00:12:51.761Z | Checking oso v0.27.3 |
| 4388 | 2026-06-22T00:12:51.761Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4389 | 2026-06-22T00:13:56.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
| 4390 | 2026-06-22T00:13:56.541Z | |
| 4391 | 2026-06-22T00:13:56.541Z | info: running `cargo check --bins` on nexus-networking (258/298) |
| 4392 | 2026-06-22T00:13:57.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4393 | 2026-06-22T00:13:57.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4394 | 2026-06-22T00:13:57.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4395 | 2026-06-22T00:13:57.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4396 | 2026-06-22T00:13:57.161Z | |
| 4397 | 2026-06-22T00:13:57.161Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (259/298) |
| 4398 | 2026-06-22T00:13:57.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4399 | 2026-06-22T00:13:57.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4400 | 2026-06-22T00:13:57.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4401 | 2026-06-22T00:13:57.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4402 | 2026-06-22T00:13:57.737Z | |
| 4403 | 2026-06-22T00:13:57.737Z | info: running `cargo check --bins` on nexus-saga-recovery (260/298) |
| 4404 | 2026-06-22T00:13:58.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4405 | 2026-06-22T00:13:58.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4406 | 2026-06-22T00:13:58.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4407 | 2026-06-22T00:13:58.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4408 | 2026-06-22T00:13:58.313Z | |
| 4409 | 2026-06-22T00:13:58.313Z | info: running `cargo check --bins` on nexus-test-utils-macros (261/298) |
| 4410 | 2026-06-22T00:13:58.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4411 | 2026-06-22T00:13:58.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4412 | 2026-06-22T00:13:58.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4413 | 2026-06-22T00:13:58.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4414 | 2026-06-22T00:13:58.824Z | |
| 4415 | 2026-06-22T00:13:58.824Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (262/298) |
| 4416 | 2026-06-22T00:13:59.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4417 | 2026-06-22T00:13:59.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4418 | 2026-06-22T00:13:59.593Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4419 | 2026-06-22T00:14:00.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4420 | 2026-06-22T00:14:00.513Z | |
| 4421 | 2026-06-22T00:14:00.513Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/298) |
| 4422 | 2026-06-22T00:14:01.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4423 | 2026-06-22T00:14:01.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4424 | 2026-06-22T00:14:01.272Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4425 | 2026-06-22T00:14:37.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.10s |
| 4426 | 2026-06-22T00:14:37.820Z | |
| 4427 | 2026-06-22T00:14:37.820Z | info: running `cargo check --bins` on nexus-background-task-interface (264/298) |
| 4428 | 2026-06-22T00:14:38.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4429 | 2026-06-22T00:14:38.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4430 | 2026-06-22T00:14:38.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4431 | 2026-06-22T00:14:38.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4432 | 2026-06-22T00:14:38.331Z | |
| 4433 | 2026-06-22T00:14:38.331Z | info: running `cargo check --bins --no-default-features` on nexus-fm (265/298) |
| 4434 | 2026-06-22T00:14:38.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4435 | 2026-06-22T00:14:38.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4436 | 2026-06-22T00:14:38.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4437 | 2026-06-22T00:14:38.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4438 | 2026-06-22T00:14:38.900Z | |
| 4439 | 2026-06-22T00:14:38.900Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/298) |
| 4440 | 2026-06-22T00:14:39.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4441 | 2026-06-22T00:14:39.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4442 | 2026-06-22T00:14:39.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4443 | 2026-06-22T00:14:39.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4444 | 2026-06-22T00:14:39.487Z | |
| 4445 | 2026-06-22T00:14:39.487Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (267/298) |
| 4446 | 2026-06-22T00:14:39.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4447 | 2026-06-22T00:14:39.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4448 | 2026-06-22T00:14:39.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4449 | 2026-06-22T00:14:39.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4450 | 2026-06-22T00:14:40.072Z | |
| 4451 | 2026-06-22T00:14:40.072Z | info: running `cargo check --bins` on nexus-mgs-updates (268/298) |
| 4452 | 2026-06-22T00:14:40.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4453 | 2026-06-22T00:14:40.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4454 | 2026-06-22T00:14:40.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4455 | 2026-06-22T00:14:40.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4456 | 2026-06-22T00:14:40.642Z | |
| 4457 | 2026-06-22T00:14:40.642Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (269/298) |
| 4458 | 2026-06-22T00:14:41.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4459 | 2026-06-22T00:14:41.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4460 | 2026-06-22T00:14:41.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4461 | 2026-06-22T00:14:41.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4462 | 2026-06-22T00:14:41.315Z | |
| 4463 | 2026-06-22T00:14:41.315Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/298) |
| 4464 | 2026-06-22T00:14:41.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4465 | 2026-06-22T00:14:41.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4466 | 2026-06-22T00:14:41.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4467 | 2026-06-22T00:14:41.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4468 | 2026-06-22T00:14:41.818Z | |
| 4469 | 2026-06-22T00:14:41.818Z | info: running `cargo check --bins` on nexus-switch-config (271/298) |
| 4470 | 2026-06-22T00:14:42.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4471 | 2026-06-22T00:14:42.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4472 | 2026-06-22T00:14:42.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4473 | 2026-06-22T00:14:42.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4474 | 2026-06-22T00:14:42.383Z | |
| 4475 | 2026-06-22T00:14:42.383Z | info: running `cargo check --bins` on nexus-switch-config-preparation (272/298) |
| 4476 | 2026-06-22T00:14:42.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4477 | 2026-06-22T00:14:42.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4478 | 2026-06-22T00:14:42.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4479 | 2026-06-22T00:14:42.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4480 | 2026-06-22T00:14:42.973Z | |
| 4481 | 2026-06-22T00:14:42.974Z | info: running `cargo check --bins` on support-bundle-collection (273/298) |
| 4482 | 2026-06-22T00:14:43.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4483 | 2026-06-22T00:14:43.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4484 | 2026-06-22T00:14:43.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4485 | 2026-06-22T00:14:43.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4486 | 2026-06-22T00:14:43.559Z | |
| 4487 | 2026-06-22T00:14:43.559Z | info: running `cargo check --bins` on omicron-dev (274/298) |
| 4488 | 2026-06-22T00:14:44.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4489 | 2026-06-22T00:14:44.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4490 | 2026-06-22T00:14:44.394Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4491 | 2026-06-22T00:14:44.394Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4492 | 2026-06-22T00:14:44.543Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4493 | 2026-06-22T00:14:44.560Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4494 | 2026-06-22T00:14:44.573Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4495 | 2026-06-22T00:14:44.576Z | Checking diff v0.1.13 |
| 4496 | 2026-06-22T00:14:44.600Z | Checking yansi v1.0.1 |
| 4497 | 2026-06-22T00:14:44.613Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4498 | 2026-06-22T00:14:44.711Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4499 | 2026-06-22T00:14:44.840Z | Checking pretty_assertions v1.4.1 |
| 4500 | 2026-06-22T00:14:45.523Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4501 | 2026-06-22T00:14:45.605Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4502 | 2026-06-22T00:15:42.872Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4503 | 2026-06-22T00:15:42.872Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4504 | 2026-06-22T00:15:42.872Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4505 | 2026-06-22T00:15:42.872Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4506 | 2026-06-22T00:15:42.872Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4507 | 2026-06-22T00:15:42.872Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4508 | 2026-06-22T00:15:42.872Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4509 | 2026-06-22T00:15:42.872Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4510 | 2026-06-22T00:15:42.872Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4511 | 2026-06-22T00:15:42.872Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4512 | 2026-06-22T00:15:47.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 4513 | 2026-06-22T00:15:47.866Z | |
| 4514 | 2026-06-22T00:15:47.866Z | info: running `cargo check --bins` on omicron-pins (275/298) |
| 4515 | 2026-06-22T00:15:48.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4516 | 2026-06-22T00:15:48.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4517 | 2026-06-22T00:15:48.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4518 | 2026-06-22T00:15:48.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4519 | 2026-06-22T00:15:48.389Z | |
| 4520 | 2026-06-22T00:15:48.389Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298) |
| 4521 | 2026-06-22T00:15:48.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4522 | 2026-06-22T00:15:48.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4523 | 2026-06-22T00:15:49.108Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4524 | 2026-06-22T00:15:49.226Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4525 | 2026-06-22T00:15:49.230Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4526 | 2026-06-22T00:16:15.771Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4527 | 2026-06-22T00:16:16.139Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4528 | 2026-06-22T00:16:17.819Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4529 | 2026-06-22T00:16:18.258Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4530 | 2026-06-22T00:16:21.207Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4531 | 2026-06-22T00:16:44.302Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4532 | 2026-06-22T00:16:44.998Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4533 | 2026-06-22T00:16:46.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.18s |
| 4534 | 2026-06-22T00:16:46.767Z | |
| 4535 | 2026-06-22T00:16:46.767Z | info: running `cargo check --bins` on reconfigurator-sp-updater (277/298) |
| 4536 | 2026-06-22T00:16:47.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4537 | 2026-06-22T00:16:47.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4538 | 2026-06-22T00:16:47.426Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4539 | 2026-06-22T00:16:48.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 4540 | 2026-06-22T00:16:48.265Z | |
| 4541 | 2026-06-22T00:16:48.265Z | info: running `cargo check --bins` on omicron-releng (278/298) |
| 4542 | 2026-06-22T00:16:48.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4543 | 2026-06-22T00:16:48.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4544 | 2026-06-22T00:16:48.861Z | Compiling blake3 v1.8.3 |
| 4545 | 2026-06-22T00:16:48.963Z | Checking arrayvec v0.7.6 |
| 4546 | 2026-06-22T00:16:48.963Z | Checking constant_time_eq v0.4.2 |
| 4547 | 2026-06-22T00:16:48.972Z | Checking arrayref v0.3.9 |
| 4548 | 2026-06-22T00:16:48.986Z | Checking topological-sort v0.2.2 |
| 4549 | 2026-06-22T00:16:48.989Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4550 | 2026-06-22T00:16:48.989Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4551 | 2026-06-22T00:16:48.989Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4552 | 2026-06-22T00:16:49.037Z | Checking shell-words v1.1.1 |
| 4553 | 2026-06-22T00:16:49.754Z | Checking omicron-zone-package v0.12.2 |
| 4554 | 2026-06-22T00:16:50.464Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4555 | 2026-06-22T00:16:51.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
| 4556 | 2026-06-22T00:16:51.480Z | |
| 4557 | 2026-06-22T00:16:51.480Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (279/298) |
| 4558 | 2026-06-22T00:16:51.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4559 | 2026-06-22T00:16:51.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4560 | 2026-06-22T00:16:52.065Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4561 | 2026-06-22T00:16:52.377Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4562 | 2026-06-22T00:16:52.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4563 | 2026-06-22T00:16:52.932Z | |
| 4564 | 2026-06-22T00:16:52.932Z | info: running `cargo check --bins` on schema (280/298) |
| 4565 | 2026-06-22T00:16:53.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4566 | 2026-06-22T00:16:53.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4567 | 2026-06-22T00:16:53.603Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4568 | 2026-06-22T00:16:54.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4569 | 2026-06-22T00:16:54.451Z | |
| 4570 | 2026-06-22T00:16:54.451Z | info: running `cargo check --bins` on xtask (281/298) |
| 4571 | 2026-06-22T00:16:54.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4572 | 2026-06-22T00:16:54.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4573 | 2026-06-22T00:16:54.837Z | Checking libc v0.2.185 |
| 4574 | 2026-06-22T00:16:54.840Z | Checking serde v1.0.228 |
| 4575 | 2026-06-22T00:16:54.910Z | Checking zerofrom v0.1.6 |
| 4576 | 2026-06-22T00:16:54.918Z | Checking bitflags v2.11.0 |
| 4577 | 2026-06-22T00:16:54.923Z | Checking smallvec v1.15.1 |
| 4578 | 2026-06-22T00:16:54.926Z | Checking indexmap v2.14.0 |
| 4579 | 2026-06-22T00:16:54.938Z | Checking serde_json v1.0.149 |
| 4580 | 2026-06-22T00:16:54.941Z | Checking scroll v0.12.0 |
| 4581 | 2026-06-22T00:16:55.010Z | Checking yoke v0.8.1 |
| 4582 | 2026-06-22T00:16:55.058Z | Checking num-traits v0.2.19 |
| 4583 | 2026-06-22T00:16:55.090Z | Checking thiserror v1.0.69 |
| 4584 | 2026-06-22T00:16:55.168Z | Checking percent-encoding v2.3.2 |
| 4585 | 2026-06-22T00:16:55.179Z | Checking zerovec v0.11.5 |
| 4586 | 2026-06-22T00:16:55.186Z | Checking zerotrie v0.2.3 |
| 4587 | 2026-06-22T00:16:55.196Z | Checking errno v0.3.14 |
| 4588 | 2026-06-22T00:16:55.293Z | Checking serde_spanned v0.6.9 |
| 4589 | 2026-06-22T00:16:55.303Z | Checking toml_datetime v0.6.11 |
| 4590 | 2026-06-22T00:16:55.311Z | Checking rustix v1.1.3 |
| 4591 | 2026-06-22T00:16:55.415Z | Checking log v0.4.29 |
| 4592 | 2026-06-22T00:16:55.425Z | Checking form_urlencoded v1.2.2 |
| 4593 | 2026-06-22T00:16:55.448Z | Checking zerocopy v0.7.35 |
| 4594 | 2026-06-22T00:16:55.475Z | Checking toml_edit v0.22.27 |
| 4595 | 2026-06-22T00:16:55.538Z | Checking getrandom v0.4.1 |
| 4596 | 2026-06-22T00:16:55.548Z | Checking thiserror v2.0.18 |
| 4597 | 2026-06-22T00:16:55.560Z | Checking goblin v0.8.2 |
| 4598 | 2026-06-22T00:16:55.573Z | Checking ordered-float v2.10.1 |
| 4599 | 2026-06-22T00:16:55.603Z | Checking tinystr v0.8.2 |
| 4600 | 2026-06-22T00:16:55.643Z | Checking potential_utf v0.1.4 |
| 4601 | 2026-06-22T00:16:55.664Z | Checking syn v2.0.117 |
| 4602 | 2026-06-22T00:16:55.770Z | Checking icu_collections v2.1.1 |
| 4603 | 2026-06-22T00:16:55.770Z | Checking icu_locale_core v2.1.1 |
| 4604 | 2026-06-22T00:16:55.788Z | Checking serde-value v0.7.0 |
| 4605 | 2026-06-22T00:16:55.933Z | Checking dtrace-parser v0.2.0 |
| 4606 | 2026-06-22T00:16:55.990Z | Checking thread-id v4.2.2 |
| 4607 | 2026-06-22T00:16:56.069Z | Checking once_cell v1.21.3 |
| 4608 | 2026-06-22T00:16:56.082Z | Checking cargo-platform v0.2.0 |
| 4609 | 2026-06-22T00:16:56.123Z | Checking terminal_size v0.4.3 |
| 4610 | 2026-06-22T00:16:56.170Z | Checking memmap v0.7.0 |
| 4611 | 2026-06-22T00:16:56.237Z | Checking tempfile v3.25.0 |
| 4612 | 2026-06-22T00:16:56.247Z | Checking clap_builder v4.6.0 |
| 4613 | 2026-06-22T00:16:56.258Z | Checking textwrap v0.16.2 |
| 4614 | 2026-06-22T00:16:56.295Z | Checking fs-err v3.3.0 |
| 4615 | 2026-06-22T00:16:56.319Z | Checking icu_provider v2.1.1 |
| 4616 | 2026-06-22T00:16:56.428Z | Checking camino-tempfile v1.4.1 |
| 4617 | 2026-06-22T00:16:56.456Z | Checking tabled v0.15.0 |
| 4618 | 2026-06-22T00:16:56.472Z | Checking anyhow v1.0.102 |
| 4619 | 2026-06-22T00:16:56.550Z | Checking toml v0.8.23 |
| 4620 | 2026-06-22T00:16:56.553Z | Checking icu_normalizer v2.1.1 |
| 4621 | 2026-06-22T00:16:56.582Z | Checking icu_properties v2.1.2 |
| 4622 | 2026-06-22T00:16:56.666Z | Checking macaddr v1.0.1 |
| 4623 | 2026-06-22T00:16:56.847Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4624 | 2026-06-22T00:16:56.873Z | Checking cargo_toml v0.21.0 |
| 4625 | 2026-06-22T00:16:57.373Z | Checking idna_adapter v1.2.1 |
| 4626 | 2026-06-22T00:16:57.410Z | Checking dof v0.3.0 |
| 4627 | 2026-06-22T00:16:57.449Z | Checking clap v4.6.1 |
| 4628 | 2026-06-22T00:16:57.489Z | Checking idna v1.1.0 |
| 4629 | 2026-06-22T00:16:57.671Z | Checking usdt-impl v0.5.0 |
| 4630 | 2026-06-22T00:16:57.704Z | Checking url v2.5.8 |
| 4631 | 2026-06-22T00:16:57.912Z | Checking usdt v0.5.0 |
| 4632 | 2026-06-22T00:16:58.053Z | Checking cargo-util-schemas v0.8.2 |
| 4633 | 2026-06-22T00:16:58.724Z | Checking cargo_metadata v0.21.0 |
| 4634 | 2026-06-22T00:16:59.327Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4635 | 2026-06-22T00:16:59.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s |
| 4636 | 2026-06-22T00:16:59.849Z | |
| 4637 | 2026-06-22T00:16:59.849Z | info: running `cargo check --bins` on dnsadm (282/298) |
| 4638 | 2026-06-22T00:17:00.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4639 | 2026-06-22T00:17:00.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4640 | 2026-06-22T00:17:00.422Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4641 | 2026-06-22T00:17:00.885Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4642 | 2026-06-22T00:17:01.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4643 | 2026-06-22T00:17:01.433Z | |
| 4644 | 2026-06-22T00:17:01.433Z | info: running `cargo check --bins` on end-to-end-tests (283/298) |
| 4645 | 2026-06-22T00:17:01.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4646 | 2026-06-22T00:17:01.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4647 | 2026-06-22T00:17:02.161Z | Checking polyval v0.6.2 |
| 4648 | 2026-06-22T00:17:02.280Z | Checking ctr v0.9.2 |
| 4649 | 2026-06-22T00:17:02.289Z | Checking ssh-encoding v0.2.0 |
| 4650 | 2026-06-22T00:17:02.289Z | Checking blowfish v0.9.1 |
| 4651 | 2026-06-22T00:17:02.309Z | Checking password-hash v0.4.2 |
| 4652 | 2026-06-22T00:17:02.323Z | Checking p256 v0.13.2 |
| 4653 | 2026-06-22T00:17:02.323Z | Checking p521 v0.13.3 |
| 4654 | 2026-06-22T00:17:02.349Z | Checking russh-cryptovec v0.7.3 |
| 4655 | 2026-06-22T00:17:02.418Z | Checking ghash v0.5.1 |
| 4656 | 2026-06-22T00:17:02.432Z | Checking bcrypt-pbkdf v0.10.0 |
| 4657 | 2026-06-22T00:17:02.435Z | Checking md5 v0.7.0 |
| 4658 | 2026-06-22T00:17:02.460Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4659 | 2026-06-22T00:17:02.476Z | Checking num-bigint v0.4.6 |
| 4660 | 2026-06-22T00:17:02.513Z | Checking pbkdf2 v0.11.0 |
| 4661 | 2026-06-22T00:17:02.529Z | Checking aes-gcm v0.10.3 |
| 4662 | 2026-06-22T00:17:02.563Z | Checking des v0.8.1 |
| 4663 | 2026-06-22T00:17:02.605Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4664 | 2026-06-22T00:17:02.611Z | Checking hex-literal v0.4.1 |
| 4665 | 2026-06-22T00:17:02.668Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4666 | 2026-06-22T00:17:02.688Z | Checking ssh-cipher v0.2.0 |
| 4667 | 2026-06-22T00:17:02.702Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4668 | 2026-06-22T00:17:02.715Z | Checking internet-checksum v0.2.1 |
| 4669 | 2026-06-22T00:17:02.853Z | Checking ssh-key v0.6.7 |
| 4670 | 2026-06-22T00:17:02.965Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4671 | 2026-06-22T00:17:03.479Z | Checking russh-keys v0.45.0 |
| 4672 | 2026-06-22T00:17:04.028Z | Checking russh v0.45.0 |
| 4673 | 2026-06-22T00:17:20.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.71s |
| 4674 | 2026-06-22T00:17:20.332Z | |
| 4675 | 2026-06-22T00:17:20.332Z | info: running `cargo check --bins` on gateway-cli (284/298) |
| 4676 | 2026-06-22T00:17:20.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4677 | 2026-06-22T00:17:20.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4678 | 2026-06-22T00:17:20.902Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4679 | 2026-06-22T00:17:21.004Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4680 | 2026-06-22T00:17:21.011Z | Checking termios v0.3.3 |
| 4681 | 2026-06-22T00:17:22.205Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4682 | 2026-06-22T00:17:22.352Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4683 | 2026-06-22T00:17:23.992Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4684 | 2026-06-22T00:17:24.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 4685 | 2026-06-22T00:17:24.712Z | |
| 4686 | 2026-06-22T00:17:24.712Z | info: running `cargo check --bins --no-default-features` on installinator (285/298) |
| 4687 | 2026-06-22T00:17:25.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4688 | 2026-06-22T00:17:25.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4689 | 2026-06-22T00:17:25.349Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4690 | 2026-06-22T00:17:25.352Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4691 | 2026-06-22T00:17:25.352Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4692 | 2026-06-22T00:17:25.352Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4693 | 2026-06-22T00:17:25.476Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4694 | 2026-06-22T00:17:25.476Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4695 | 2026-06-22T00:17:26.216Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4696 | 2026-06-22T00:17:26.529Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4697 | 2026-06-22T00:17:26.532Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4698 | 2026-06-22T00:17:27.156Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4699 | 2026-06-22T00:17:28.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
| 4700 | 2026-06-22T00:17:28.930Z | |
| 4701 | 2026-06-22T00:17:28.930Z | info: running `cargo check --bins` on internal-dns-cli (286/298) |
| 4702 | 2026-06-22T00:17:29.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4703 | 2026-06-22T00:17:29.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4704 | 2026-06-22T00:17:29.506Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4705 | 2026-06-22T00:17:29.951Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4706 | 2026-06-22T00:17:30.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4707 | 2026-06-22T00:17:30.419Z | |
| 4708 | 2026-06-22T00:17:30.419Z | info: running `cargo check --bins` on omicron-live-tests (287/298) |
| 4709 | 2026-06-22T00:17:30.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4710 | 2026-06-22T00:17:30.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4711 | 2026-06-22T00:17:30.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4712 | 2026-06-22T00:17:30.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4713 | 2026-06-22T00:17:30.929Z | |
| 4714 | 2026-06-22T00:17:30.929Z | info: running `cargo check --bins` on live-tests-macros (288/298) |
| 4715 | 2026-06-22T00:17:31.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4716 | 2026-06-22T00:17:31.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4717 | 2026-06-22T00:17:31.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4718 | 2026-06-22T00:17:31.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4719 | 2026-06-22T00:17:31.443Z | |
| 4720 | 2026-06-22T00:17:31.443Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298) |
| 4721 | 2026-06-22T00:17:31.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4722 | 2026-06-22T00:17:31.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4723 | 2026-06-22T00:17:32.133Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4724 | 2026-06-22T00:17:32.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 4725 | 2026-06-22T00:17:32.888Z | |
| 4726 | 2026-06-22T00:17:32.888Z | info: running `cargo check --bins` on omicron-ntp-admin (290/298) |
| 4727 | 2026-06-22T00:17:33.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4728 | 2026-06-22T00:17:33.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4729 | 2026-06-22T00:17:33.476Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4730 | 2026-06-22T00:17:33.479Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4731 | 2026-06-22T00:17:33.745Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4732 | 2026-06-22T00:17:33.745Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4733 | 2026-06-22T00:17:34.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 4734 | 2026-06-22T00:17:34.691Z | |
| 4735 | 2026-06-22T00:17:34.691Z | info: running `cargo check --bins` on ntp-admin-types (291/298) |
| 4736 | 2026-06-22T00:17:35.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-06-22T00:17:35.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-06-22T00:17:35.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4739 | 2026-06-22T00:17:35.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4740 | 2026-06-22T00:17:35.202Z | |
| 4741 | 2026-06-22T00:17:35.202Z | info: running `cargo check --bins` on omicron-package (292/298) |
| 4742 | 2026-06-22T00:17:35.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-06-22T00:17:35.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-06-22T00:17:35.818Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4745 | 2026-06-22T00:17:36.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4746 | 2026-06-22T00:17:37.060Z | |
| 4747 | 2026-06-22T00:17:37.060Z | info: running `cargo check --bins` on tqdb (293/298) |
| 4748 | 2026-06-22T00:17:37.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-06-22T00:17:37.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-06-22T00:17:37.776Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4751 | 2026-06-22T00:17:38.125Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4752 | 2026-06-22T00:17:38.630Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4753 | 2026-06-22T00:17:38.630Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4754 | 2026-06-22T00:18:38.353Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4755 | 2026-06-22T00:18:38.353Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4756 | 2026-06-22T00:18:38.424Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4757 | 2026-06-22T00:18:38.424Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4758 | 2026-06-22T00:18:38.424Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4759 | 2026-06-22T00:18:38.424Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4760 | 2026-06-22T00:18:38.424Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4761 | 2026-06-22T00:18:38.436Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4762 | 2026-06-22T00:18:38.436Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4763 | 2026-06-22T00:18:38.453Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4764 | 2026-06-22T00:18:38.453Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4765 | 2026-06-22T00:18:38.453Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4766 | 2026-06-22T00:18:38.453Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4767 | 2026-06-22T00:18:38.453Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4768 | 2026-06-22T00:18:38.453Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4769 | 2026-06-22T00:18:38.453Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4770 | 2026-06-22T00:18:38.453Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4771 | 2026-06-22T00:18:38.453Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4772 | 2026-06-22T00:18:38.453Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4773 | 2026-06-22T00:18:38.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.64s |
| 4774 | 2026-06-22T00:18:38.455Z | |
| 4775 | 2026-06-22T00:18:38.455Z | info: running `cargo check --bins` on wicket-dbg (294/298) |
| 4776 | 2026-06-22T00:18:38.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4777 | 2026-06-22T00:18:38.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4778 | 2026-06-22T00:18:38.455Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4779 | 2026-06-22T00:18:38.455Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4780 | 2026-06-22T00:18:38.455Z | Checking rtoolbox v0.0.3 |
| 4781 | 2026-06-22T00:18:38.455Z | Checking tui-tree-widget v0.23.1 |
| 4782 | 2026-06-22T00:18:38.455Z | Checking rpassword v7.4.0 |
| 4783 | 2026-06-22T00:18:38.455Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4784 | 2026-06-22T00:18:38.455Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4785 | 2026-06-22T00:18:38.455Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4786 | 2026-06-22T00:18:38.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s |
| 4787 | 2026-06-22T00:18:38.455Z | |
| 4788 | 2026-06-22T00:18:38.455Z | info: running `cargo check --bins` on wicket (295/298) |
| 4789 | 2026-06-22T00:18:38.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4790 | 2026-06-22T00:18:38.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4791 | 2026-06-22T00:18:38.460Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4792 | 2026-06-22T00:18:38.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 4793 | 2026-06-22T00:18:38.460Z | |
| 4794 | 2026-06-22T00:18:38.461Z | info: running `cargo check --bins` on wicketd (296/298) |
| 4795 | 2026-06-22T00:18:38.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4796 | 2026-06-22T00:18:38.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4797 | 2026-06-22T00:18:38.461Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4798 | 2026-06-22T00:18:38.461Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4799 | 2026-06-22T00:18:38.461Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4800 | 2026-06-22T00:18:38.461Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4801 | 2026-06-22T00:18:38.461Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4802 | 2026-06-22T00:18:38.461Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4803 | 2026-06-22T00:18:38.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s |
| 4804 | 2026-06-22T00:18:38.461Z | |
| 4805 | 2026-06-22T00:18:38.461Z | info: running `cargo check --bins` on omicron-workspace-hack (297/298) |
| 4806 | 2026-06-22T00:18:38.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4807 | 2026-06-22T00:18:38.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4808 | 2026-06-22T00:18:38.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4809 | 2026-06-22T00:18:38.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4810 | 2026-06-22T00:18:38.461Z | |
| 4811 | 2026-06-22T00:18:38.461Z | info: running `cargo check --bins` on zone-setup (298/298) |
| 4812 | 2026-06-22T00:18:38.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4813 | 2026-06-22T00:18:38.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4814 | 2026-06-22T00:18:38.461Z | Checking uzers v0.12.2 |
| 4815 | 2026-06-22T00:18:38.461Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4816 | 2026-06-22T00:18:38.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
| 4817 | 2026-06-22T00:18:38.461Z | |
| 4818 | 2026-06-22T00:18:38.462Z | real 13:35.441199789 |
| 4819 | 2026-06-22T00:18:38.462Z | user 20:36.105087377 |
| 4820 | 2026-06-22T00:18:38.462Z | sys 4:04.384695745 |
| 4821 | 2026-06-22T00:18:38.462Z | trap 0.324877242 |
| 4822 | 2026-06-22T00:18:38.462Z | tflt 0.649276657 |
| 4823 | 2026-06-22T00:18:38.462Z | dflt 1.086363006 |
| 4824 | 2026-06-22T00:18:38.462Z | kflt 0.004440092 |
| 4825 | 2026-06-22T00:18:38.462Z | lock 1:15:18.663247076 |
| 4826 | 2026-06-22T00:18:38.462Z | slp 1:38:32.130314966 |
| 4827 | 2026-06-22T00:18:38.462Z | lat 54.362030914 |
| 4828 | 2026-06-22T00:18:38.462Z | stop 3:21.372297885 |
| 4829 | 2026-06-22T00:18:38.462Z | process exited: duration 963373 ms, exit code 0 |
| |
| 4830 | 2026-06-22T00:18:38.469Z | found 0 output files |