|
|
|
| 1 | 2026-06-30T19:47:08.604Z | job assigned to worker 01KWD135FCBBXV168Y1YQRXA5G [factory aws, i-01853fef8c0ca57a1] (queued for 45 s) |
| |
| 2 | 2026-06-30T19:47:15.622Z | starting task 0: "setup" |
| 3 | 2026-06-30T19:47:15.628Z | ++ uname -s |
| 4 | 2026-06-30T19:47:15.632Z | + kern=SunOS |
| 5 | 2026-06-30T19:47:15.633Z | + build_user=build |
| 6 | 2026-06-30T19:47:15.633Z | + build_uid=12345 |
| 7 | 2026-06-30T19:47:15.633Z | + work_dir=/work |
| 8 | 2026-06-30T19:47:15.633Z | + input_dir=/input |
| 9 | 2026-06-30T19:47:15.633Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-30T19:47:15.633Z | + case "$kern" in |
| 11 | 2026-06-30T19:47:15.633Z | + groupadd -g 12345 build |
| 12 | 2026-06-30T19:47:15.636Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-30T19:47:17.638Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-30T19:47:17.747Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-30T19:47:17.752Z | + home_fs=zfs |
| 16 | 2026-06-30T19:47:17.752Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-30T19:47:17.752Z | + mkdir -p /home/build |
| 18 | 2026-06-30T19:47:17.752Z | + chown build:build /home/build /work |
| 19 | 2026-06-30T19:47:19.751Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-30T19:47:19.755Z | process exited: duration 4130 ms, exit code 0 |
| |
| 21 | 2026-06-30T19:47:19.763Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-30T19:47:19.766Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-30T19:47:19.767Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-30T19:47:19.767Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-30T19:47:19.767Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-30T19:47:19.767Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-30T19:47:19.767Z | * rust toolchain profile = "default" |
| 28 | 2026-06-30T19:47:19.776Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-30T19:47:19.776Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-30T19:47:19.824Z | info: downloading installer |
| 31 | 2026-06-30T19:47:21.139Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-30T19:47:21.139Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-30T19:47:21.139Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-30T19:47:21.139Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-30T19:47:21.151Z | info: profile set to default |
| 36 | 2026-06-30T19:47:21.152Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-30T19:47:21.155Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-30T19:47:21.288Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-30T19:47:21.291Z | info: downloading 6 components |
| 40 | 2026-06-30T19:47:35.728Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-30T19:47:35.729Z | |
| 42 | 2026-06-30T19:47:35.772Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-30T19:47:35.772Z | |
| 44 | 2026-06-30T19:47:35.772Z | |
| 45 | 2026-06-30T19:47:35.772Z | Rust is installed now. Great! |
| 46 | 2026-06-30T19:47:35.772Z | |
| 47 | 2026-06-30T19:47:35.772Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-30T19:47:35.772Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-30T19:47:35.773Z | |
| 50 | 2026-06-30T19:47:35.773Z | To configure your current shell, you need to source |
| 51 | 2026-06-30T19:47:35.773Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-30T19:47:35.773Z | |
| 53 | 2026-06-30T19:47:35.773Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-30T19:47:35.777Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-30T19:47:35.777Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-30T19:47:35.777Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-30T19:47:35.777Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-30T19:47:35.777Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-30T19:47:35.777Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-30T19:47:35.777Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-30T19:47:35.777Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-30T19:47:35.873Z | + rustup --version |
| 63 | 2026-06-30T19:47:35.882Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-30T19:47:35.885Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-30T19:47:35.904Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-30T19:47:35.907Z | + cargo --version |
| 67 | 2026-06-30T19:47:35.921Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-30T19:47:35.924Z | + rustc --version |
| 69 | 2026-06-30T19:47:35.943Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-30T19:47:35.947Z | process exited: duration 16182 ms, exit code 0 |
| |
| 71 | 2026-06-30T19:47:35.955Z | starting task 2: "authentication" |
| 72 | 2026-06-30T19:47:35.972Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-30T19:47:35.980Z | starting task 3: "clone repository" |
| 74 | 2026-06-30T19:47:35.983Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-30T19:47:35.986Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-30T19:47:36.012Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-30T19:47:46.287Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-30T19:47:46.288Z | + git fetch origin e3b4fdade6e88d8deae0a8116e6ab656177d113f |
| 79 | 2026-06-30T19:47:46.576Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-30T19:47:46.576Z | * branch e3b4fdade6e88d8deae0a8116e6ab656177d113f -> FETCH_HEAD |
| 81 | 2026-06-30T19:47:46.586Z | + [[ -n jmcarp/oximeter-lazy-regex ]] |
| 82 | 2026-06-30T19:47:46.593Z | ++ git branch --show-current |
| 83 | 2026-06-30T19:47:46.593Z | + current=main |
| 84 | 2026-06-30T19:47:46.593Z | + [[ main != jmcarp/oximeter-lazy-regex ]] |
| 85 | 2026-06-30T19:47:46.593Z | + git branch -f jmcarp/oximeter-lazy-regex e3b4fdade6e88d8deae0a8116e6ab656177d113f |
| 86 | 2026-06-30T19:47:46.596Z | + git checkout -f jmcarp/oximeter-lazy-regex |
| 87 | 2026-06-30T19:47:46.837Z | Switched to branch 'jmcarp/oximeter-lazy-regex' |
| 88 | 2026-06-30T19:47:46.840Z | + git reset --hard e3b4fdade6e88d8deae0a8116e6ab656177d113f |
| 89 | 2026-06-30T19:47:47.083Z | HEAD is now at e3b4fdade Oximeter: cache compiled regex. |
| 90 | 2026-06-30T19:47:47.086Z | process exited: duration 11104 ms, exit code 0 |
| |
| 91 | 2026-06-30T19:47:47.092Z | starting task 4: "build" |
| 92 | 2026-06-30T19:47:47.096Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-30T19:47:47.099Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-30T19:47:47.099Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-30T19:47:47.099Z | + cargo --version |
| 96 | 2026-06-30T19:47:47.106Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 97 | 2026-06-30T19:47:47.109Z | + rustc --version |
| 98 | 2026-06-30T19:47:47.129Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 99 | 2026-06-30T19:47:47.132Z | + source ./env.sh |
| 100 | 2026-06-30T19:47:47.132Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-06-30T19:47:47.132Z | ++ set -o xtrace |
| 102 | 2026-06-30T19:47:47.135Z | ++++ dirname ./env.sh |
| 103 | 2026-06-30T19:47:47.138Z | +++ readlink -f . |
| 104 | 2026-06-30T19:47:47.138Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-06-30T19:47:47.138Z | ++ 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-30T19:47:47.138Z | ++ 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-30T19:47:47.138Z | ++ 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-30T19:47:47.138Z | ++ 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-30T19:47:47.138Z | ++ 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-30T19:47:47.138Z | ++ 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-30T19:47:47.138Z | ++ 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-30T19:47:47.138Z | ++ 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-30T19:47:47.138Z | ++ 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-30T19:47:47.138Z | ++ 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-30T19:47:47.138Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-06-30T19:47:47.138Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-06-30T19:47:47.138Z | + 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-30T19:47:47.138Z | + 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-30T19:47:47.138Z | + banner prerequisites |
| 120 | 2026-06-30T19:47:47.142Z | |
| 121 | 2026-06-30T19:47:47.142Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 122 | 2026-06-30T19:47:47.142Z | # # # # # # # # # # # # # # # |
| 123 | 2026-06-30T19:47:47.142Z | # # # # ##### # # ##### # # # # # #### # |
| 124 | 2026-06-30T19:47:47.142Z | ##### ##### # ##### # # # # # # # # # |
| 125 | 2026-06-30T19:47:47.142Z | # # # # # # # # # # # # # # # |
| 126 | 2026-06-30T19:47:47.142Z | # # # ###### # # ###### ### # #### # #### # |
| 127 | 2026-06-30T19:47:47.142Z | |
| 128 | 2026-06-30T19:47:47.142Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 129 | 2026-06-30T19:47:48.637Z | Startup: Refreshing catalog 'helios' ... Done |
| 130 | 2026-06-30T19:47:48.748Z | Startup: Caching catalogs ... Done |
| 131 | 2026-06-30T19:47:49.262Z | Planning: Solver setup ... Done (0.469s) |
| 132 | 2026-06-30T19:47:49.288Z | Planning: Running solver ... Done (0.026s) |
| 133 | 2026-06-30T19:47:49.302Z | Planning: Finding local manifests ... Done (0.003s) |
| 134 | 2026-06-30T19:47:49.313Z | Planning: Fetching manifests: 0/2 0% complete |
| 135 | 2026-06-30T19:47:49.327Z | Planning: Fetching manifests: 2/2 100% complete |
| 136 | 2026-06-30T19:47:49.341Z | Planning: Package planning ... Done (0.014s) |
| 137 | 2026-06-30T19:47:49.344Z | Planning: Merging actions ... Done (0.002s) |
| 138 | 2026-06-30T19:47:49.511Z | Planning: Checking for conflicting actions ... Done (0.168s) |
| 139 | 2026-06-30T19:47:49.515Z | Planning: Consolidating action changes ... Done (0.001s) |
| 140 | 2026-06-30T19:47:50.322Z | Planning: Evaluating mediators ... Done (0.810s) |
| 141 | 2026-06-30T19:47:50.325Z | Planning: Planning completed in 1.55 seconds |
| 142 | 2026-06-30T19:47:50.330Z | Packages to install: 2 |
| 143 | 2026-06-30T19:47:50.333Z | Estimated space available: 156.06 GB |
| 144 | 2026-06-30T19:47:50.334Z | Estimated space to be consumed: 30.97 MB |
| 145 | 2026-06-30T19:47:50.334Z | Create boot environment: No |
| 146 | 2026-06-30T19:47:50.334Z | Create backup boot environment: No |
| 147 | 2026-06-30T19:47:50.334Z | Rebuild boot archive: No |
| 148 | 2026-06-30T19:47:50.334Z | |
| 149 | 2026-06-30T19:47:50.334Z | Changed packages: |
| 150 | 2026-06-30T19:47:50.334Z | helios |
| 151 | 2026-06-30T19:47:50.334Z | developer/build-essential |
| 152 | 2026-06-30T19:47:50.334Z | None -> 11-3.0 |
| 153 | 2026-06-30T19:47:50.334Z | library/libxmlsec1 |
| 154 | 2026-06-30T19:47:50.334Z | None -> 1.2.35-3.0 |
| 155 | 2026-06-30T19:47:50.355Z | |
| 156 | 2026-06-30T19:47:50.355Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 157 | 2026-06-30T19:47:51.026Z | Download: Completed 1.28 MB in 0.67 seconds (1.9M/s) |
| 158 | 2026-06-30T19:47:51.087Z | Actions: 1/268 actions (Installing new actions) |
| 159 | 2026-06-30T19:47:51.127Z | Actions: Completed 268 actions in 0.04 seconds. |
| 160 | 2026-06-30T19:47:51.138Z | Finalize: Updating package state database ... Done (0.011s) |
| 161 | 2026-06-30T19:47:51.138Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-06-30T19:47:51.169Z | Finalize: Updating image state ... Done (0.029s) |
| 163 | 2026-06-30T19:47:53.593Z | Finalize: Creating fast lookup database ... Done (2.400s) |
| 164 | 2026-06-30T19:47:53.660Z | Finalize: Reading search index ... Done (0.012s) |
| 165 | 2026-06-30T19:47:53.663Z | Finalize: Updating search index ... Done (0.000s) |
| 166 | 2026-06-30T19:47:53.741Z | Finalize: Updating package cache ... Done (0.000s) |
| 167 | 2026-06-30T19:47:54.066Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-06-30T19:47:54.175Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-06-30T19:47:54.178Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-06-30T19:47:54.336Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-06-30T19:47:54.340Z | Planning: Planning completed in 0.27 seconds |
| 172 | 2026-06-30T19:47:54.359Z | Mediators to change: 2 |
| 173 | 2026-06-30T19:47:54.359Z | Create boot environment: No |
| 174 | 2026-06-30T19:47:54.359Z | Create backup boot environment: No |
| 175 | 2026-06-30T19:47:54.415Z | Finalize: Updating package state database ... Done |
| 176 | 2026-06-30T19:47:54.415Z | Finalize: Updating package cache ... Done |
| 177 | 2026-06-30T19:47:54.431Z | Finalize: Updating image state ... Done |
| 178 | 2026-06-30T19:47:56.413Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-06-30T19:47:56.474Z | Finalize: Reading search index ... Done |
| 180 | 2026-06-30T19:47:56.478Z | Finalize: Updating search index ... Done |
| 181 | 2026-06-30T19:47:56.558Z | Finalize: Updating package cache ... Done |
| 182 | 2026-06-30T19:47:56.853Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-06-30T19:47:56.962Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2026-06-30T19:47:56.966Z | Planning: Consolidating action changes ... Done |
| 185 | 2026-06-30T19:47:57.122Z | Planning: Evaluating mediators ... Done |
| 186 | 2026-06-30T19:47:57.125Z | Planning: Planning completed in 0.27 seconds |
| 187 | 2026-06-30T19:47:57.145Z | Mediators to change: 1 |
| 188 | 2026-06-30T19:47:57.145Z | Create boot environment: No |
| 189 | 2026-06-30T19:47:57.145Z | Create backup boot environment: No |
| 190 | 2026-06-30T19:47:57.200Z | Finalize: Updating package state database ... Done |
| 191 | 2026-06-30T19:47:57.200Z | Finalize: Updating package cache ... Done |
| 192 | 2026-06-30T19:47:57.216Z | Finalize: Updating image state ... Done |
| 193 | 2026-06-30T19:47:59.194Z | Finalize: Creating fast lookup database ... Done |
| 194 | 2026-06-30T19:47:59.257Z | Finalize: Reading search index ... Done |
| 195 | 2026-06-30T19:47:59.260Z | Finalize: Updating search index ... Done |
| 196 | 2026-06-30T19:47:59.335Z | Finalize: Updating package cache ... Done |
| 197 | 2026-06-30T19:47:59.654Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 198 | 2026-06-30T19:47:59.654Z | apache system 2.4 system |
| 199 | 2026-06-30T19:47:59.654Z | clang system 15 system |
| 200 | 2026-06-30T19:47:59.654Z | csh system system illumos |
| 201 | 2026-06-30T19:47:59.654Z | ctags system system illumos |
| 202 | 2026-06-30T19:47:59.654Z | file vendor vendor darwinsys |
| 203 | 2026-06-30T19:47:59.654Z | file system system illumos |
| 204 | 2026-06-30T19:47:59.654Z | gcc vendor 14 vendor |
| 205 | 2026-06-30T19:47:59.654Z | gcc system 13 system |
| 206 | 2026-06-30T19:47:59.654Z | gcc system 10 system |
| 207 | 2026-06-30T19:47:59.654Z | go system 1.25 system |
| 208 | 2026-06-30T19:47:59.654Z | llvm system 15 system |
| 209 | 2026-06-30T19:47:59.655Z | mariadb system 11.4 system |
| 210 | 2026-06-30T19:47:59.655Z | mta vendor vendor dma |
| 211 | 2026-06-30T19:47:59.655Z | openjdk system 17 system |
| 212 | 2026-06-30T19:47:59.655Z | openjdk system 11 system |
| 213 | 2026-06-30T19:47:59.655Z | openssl vendor 3 vendor |
| 214 | 2026-06-30T19:47:59.655Z | perl system 5.40 system |
| 215 | 2026-06-30T19:47:59.655Z | postgresql system 18 system |
| 216 | 2026-06-30T19:47:59.655Z | postgresql system 17 system |
| 217 | 2026-06-30T19:47:59.655Z | python vendor 3 vendor |
| 218 | 2026-06-30T19:47:59.655Z | python system 2 system |
| 219 | 2026-06-30T19:47:59.655Z | python3 vendor 3.13 vendor |
| 220 | 2026-06-30T19:47:59.655Z | ruby system 3.4 system |
| 221 | 2026-06-30T19:47:59.655Z | ruby system 3.0 system |
| 222 | 2026-06-30T19:47:59.655Z | words vendor vendor american-english |
| 223 | 2026-06-30T19:47:59.655Z | words system system australian-english |
| 224 | 2026-06-30T19:47:59.655Z | words system system british-english |
| 225 | 2026-06-30T19:47:59.655Z | words system system canadian-english |
| 226 | 2026-06-30T19:47:59.655Z | words system system french |
| 227 | 2026-06-30T19:47:59.655Z | words system system italian |
| 228 | 2026-06-30T19:47:59.655Z | words system system ngerman |
| 229 | 2026-06-30T19:47:59.655Z | words system system ogerman |
| 230 | 2026-06-30T19:47:59.655Z | words system system spanish |
| 231 | 2026-06-30T19:47:59.910Z | PUBLISHER TYPE STATUS P LOCATION |
| 232 | 2026-06-30T19:47:59.910Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 233 | 2026-06-30T19:48:00.218Z | FMRI IFO |
| 234 | 2026-06-30T19:48:00.218Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 235 | 2026-06-30T19:48:00.218Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 236 | 2026-06-30T19:48:00.218Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 237 | 2026-06-30T19:48:00.218Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 238 | 2026-06-30T19:48:00.219Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 239 | 2026-06-30T19:48:00.219Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 240 | 2026-06-30T19:48:00.219Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 241 | 2026-06-30T19:48:00.219Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 242 | 2026-06-30T19:48:00.219Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 243 | 2026-06-30T19:48:00.482Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 244 | 2026-06-30T19:48:00.792Z | Updating crates.io index |
| 245 | 2026-06-30T19:48:00.797Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 246 | 2026-06-30T19:48:01.058Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 247 | 2026-06-30T19:48:01.399Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-06-30T19:48:01.716Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-06-30T19:48:02.613Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-06-30T19:48:03.143Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-06-30T19:48:04.678Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-06-30T19:48:05.445Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-06-30T19:48:05.695Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 254 | 2026-06-30T19:48:06.707Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-06-30T19:48:07.016Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 256 | 2026-06-30T19:48:07.342Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 257 | 2026-06-30T19:48:07.608Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 258 | 2026-06-30T19:48:08.032Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 259 | 2026-06-30T19:48:08.530Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-06-30T19:48:08.939Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 261 | 2026-06-30T19:48:09.183Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 262 | 2026-06-30T19:48:09.450Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 263 | 2026-06-30T19:48:09.737Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 264 | 2026-06-30T19:48:10.122Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 265 | 2026-06-30T19:48:10.389Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 266 | 2026-06-30T19:48:10.623Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 267 | 2026-06-30T19:48:11.005Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-06-30T19:48:11.342Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 269 | 2026-06-30T19:48:11.601Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 270 | 2026-06-30T19:48:12.014Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 271 | 2026-06-30T19:48:12.443Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 272 | 2026-06-30T19:48:12.803Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 273 | 2026-06-30T19:48:13.035Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2026-06-30T19:48:13.323Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2026-06-30T19:48:13.597Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-06-30T19:48:14.001Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 277 | 2026-06-30T19:48:14.217Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-06-30T19:48:14.482Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-06-30T19:48:14.742Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 280 | 2026-06-30T19:48:15.028Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 281 | 2026-06-30T19:48:15.464Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 282 | 2026-06-30T19:48:15.714Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 283 | 2026-06-30T19:48:15.982Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 284 | 2026-06-30T19:48:16.215Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 285 | 2026-06-30T19:48:18.693Z | Downloading crates ... |
| 286 | 2026-06-30T19:48:18.746Z | Downloaded bitflags v2.11.0 |
| 287 | 2026-06-30T19:48:18.749Z | Downloaded cargo-platform v0.2.0 |
| 288 | 2026-06-30T19:48:18.752Z | Downloaded anstream v1.0.0 |
| 289 | 2026-06-30T19:48:18.755Z | Downloaded semver v1.0.28 |
| 290 | 2026-06-30T19:48:18.759Z | Downloaded tempfile v3.25.0 |
| 291 | 2026-06-30T19:48:18.763Z | Downloaded ordered-float v2.10.1 |
| 292 | 2026-06-30T19:48:18.763Z | Downloaded memmap v0.7.0 |
| 293 | 2026-06-30T19:48:18.763Z | Downloaded equivalent v1.0.2 |
| 294 | 2026-06-30T19:48:18.767Z | Downloaded camino-tempfile v1.4.1 |
| 295 | 2026-06-30T19:48:18.770Z | Downloaded indexmap v2.14.0 |
| 296 | 2026-06-30T19:48:18.773Z | Downloaded tinystr v0.8.2 |
| 297 | 2026-06-30T19:48:18.776Z | Downloaded heck v0.4.1 |
| 298 | 2026-06-30T19:48:18.781Z | Downloaded fastrand v2.3.0 |
| 299 | 2026-06-30T19:48:18.781Z | Downloaded thiserror-impl v2.0.18 |
| 300 | 2026-06-30T19:48:18.781Z | Downloaded thiserror-impl v1.0.69 |
| 301 | 2026-06-30T19:48:18.784Z | Downloaded thread-id v4.2.2 |
| 302 | 2026-06-30T19:48:18.784Z | Downloaded usdt-attr-macro v0.5.0 |
| 303 | 2026-06-30T19:48:18.784Z | Downloaded anstyle v1.0.14 |
| 304 | 2026-06-30T19:48:18.784Z | Downloaded autocfg v1.5.0 |
| 305 | 2026-06-30T19:48:18.788Z | Downloaded yoke-derive v0.8.1 |
| 306 | 2026-06-30T19:48:18.788Z | Downloaded clap v4.6.1 |
| 307 | 2026-06-30T19:48:18.790Z | Downloaded utf8_iter v1.0.4 |
| 308 | 2026-06-30T19:48:18.793Z | Downloaded idna_adapter v1.2.1 |
| 309 | 2026-06-30T19:48:18.793Z | Downloaded anyhow v1.0.102 |
| 310 | 2026-06-30T19:48:18.797Z | Downloaded unicode-ident v1.0.24 |
| 311 | 2026-06-30T19:48:18.797Z | Downloaded idna v1.1.0 |
| 312 | 2026-06-30T19:48:18.800Z | Downloaded version_check v0.9.5 |
| 313 | 2026-06-30T19:48:18.800Z | Downloaded utf8parse v0.2.2 |
| 314 | 2026-06-30T19:48:18.800Z | Downloaded usdt-macro v0.5.0 |
| 315 | 2026-06-30T19:48:18.801Z | Downloaded usdt v0.5.0 |
| 316 | 2026-06-30T19:48:18.801Z | Downloaded unicode-xid v0.2.6 |
| 317 | 2026-06-30T19:48:18.804Z | Downloaded form_urlencoded v1.2.2 |
| 318 | 2026-06-30T19:48:18.804Z | Downloaded fnv v1.0.7 |
| 319 | 2026-06-30T19:48:18.804Z | Downloaded toml_datetime v0.6.11 |
| 320 | 2026-06-30T19:48:18.804Z | Downloaded errno v0.3.14 |
| 321 | 2026-06-30T19:48:18.804Z | Downloaded cpufeatures v0.2.17 |
| 322 | 2026-06-30T19:48:18.807Z | Downloaded fs-err v3.3.0 |
| 323 | 2026-06-30T19:48:18.807Z | Downloaded unicode-linebreak v0.1.5 |
| 324 | 2026-06-30T19:48:18.807Z | Downloaded heck v0.5.0 |
| 325 | 2026-06-30T19:48:18.807Z | Downloaded generic-array v0.14.7 |
| 326 | 2026-06-30T19:48:18.810Z | Downloaded bytecount v0.6.9 |
| 327 | 2026-06-30T19:48:18.810Z | Downloaded zmij v1.0.21 |
| 328 | 2026-06-30T19:48:18.813Z | Downloaded anstyle-query v1.1.5 |
| 329 | 2026-06-30T19:48:18.813Z | Downloaded typeid v1.0.3 |
| 330 | 2026-06-30T19:48:18.816Z | Downloaded icu_locale_core v2.1.1 |
| 331 | 2026-06-30T19:48:18.821Z | Downloaded zerofrom-derive v0.1.6 |
| 332 | 2026-06-30T19:48:18.824Z | Downloaded zerofrom v0.1.6 |
| 333 | 2026-06-30T19:48:18.824Z | Downloaded zerovec-derive v0.11.2 |
| 334 | 2026-06-30T19:48:18.827Z | Downloaded crypto-common v0.1.7 |
| 335 | 2026-06-30T19:48:18.827Z | Downloaded block-buffer v0.10.4 |
| 336 | 2026-06-30T19:48:18.833Z | Downloaded toml_write v0.1.2 |
| 337 | 2026-06-30T19:48:18.836Z | Downloaded strsim v0.11.1 |
| 338 | 2026-06-30T19:48:18.836Z | Downloaded yoke v0.8.1 |
| 339 | 2026-06-30T19:48:18.836Z | Downloaded thiserror v1.0.69 |
| 340 | 2026-06-30T19:48:18.839Z | Downloaded dtrace-parser v0.2.0 |
| 341 | 2026-06-30T19:48:18.839Z | Downloaded colorchoice v1.0.4 |
| 342 | 2026-06-30T19:48:18.841Z | Downloaded usdt-impl v0.5.0 |
| 343 | 2026-06-30T19:48:18.844Z | Downloaded toml v0.8.23 |
| 344 | 2026-06-30T19:48:18.844Z | Downloaded plain v0.2.3 |
| 345 | 2026-06-30T19:48:18.844Z | Downloaded proc-macro-error-attr v1.0.4 |
| 346 | 2026-06-30T19:48:18.847Z | Downloaded itoa v1.0.17 |
| 347 | 2026-06-30T19:48:18.847Z | Downloaded serde-value v0.7.0 |
| 348 | 2026-06-30T19:48:18.847Z | Downloaded percent-encoding v2.3.2 |
| 349 | 2026-06-30T19:48:18.850Z | Downloaded thiserror v2.0.18 |
| 350 | 2026-06-30T19:48:18.853Z | Downloaded writeable v0.6.2 |
| 351 | 2026-06-30T19:48:18.853Z | Downloaded macaddr v1.0.1 |
| 352 | 2026-06-30T19:48:18.853Z | Downloaded zerocopy-derive v0.7.35 |
| 353 | 2026-06-30T19:48:18.856Z | Downloaded is_terminal_polyfill v1.70.2 |
| 354 | 2026-06-30T19:48:18.856Z | Downloaded potential_utf v0.1.4 |
| 355 | 2026-06-30T19:48:18.856Z | Downloaded textwrap v0.16.2 |
| 356 | 2026-06-30T19:48:18.859Z | Downloaded dof v0.3.0 |
| 357 | 2026-06-30T19:48:18.862Z | Downloaded typenum v1.19.0 |
| 358 | 2026-06-30T19:48:18.862Z | Downloaded toml_edit v0.22.27 |
| 359 | 2026-06-30T19:48:18.865Z | Downloaded ucd-trie v0.1.7 |
| 360 | 2026-06-30T19:48:18.865Z | Downloaded erased-serde v0.4.9 |
| 361 | 2026-06-30T19:48:18.868Z | Downloaded cargo_toml v0.21.0 |
| 362 | 2026-06-30T19:48:18.868Z | Downloaded anstyle-parse v1.0.0 |
| 363 | 2026-06-30T19:48:18.868Z | Downloaded stable_deref_trait v1.2.1 |
| 364 | 2026-06-30T19:48:18.873Z | Downloaded clap_lex v1.0.0 |
| 365 | 2026-06-30T19:48:18.876Z | Downloaded zerotrie v0.2.3 |
| 366 | 2026-06-30T19:48:18.876Z | Downloaded tabled_derive v0.7.0 |
| 367 | 2026-06-30T19:48:18.879Z | Downloaded scroll_derive v0.12.1 |
| 368 | 2026-06-30T19:48:18.882Z | Downloaded swrite v0.1.0 |
| 369 | 2026-06-30T19:48:18.889Z | Downloaded url v2.5.8 |
| 370 | 2026-06-30T19:48:18.891Z | Downloaded smawk v0.3.2 |
| 371 | 2026-06-30T19:48:18.903Z | Downloaded zerovec v0.11.5 |
| 372 | 2026-06-30T19:48:18.907Z | Downloaded zerocopy v0.7.35 |
| 373 | 2026-06-30T19:48:18.918Z | Downloaded terminal_size v0.4.3 |
| 374 | 2026-06-30T19:48:18.923Z | Downloaded serde_tokenstream v0.2.3 |
| 375 | 2026-06-30T19:48:18.923Z | Downloaded serde_spanned v0.6.9 |
| 376 | 2026-06-30T19:48:18.923Z | Downloaded cfg-if v1.0.4 |
| 377 | 2026-06-30T19:48:18.923Z | Downloaded winnow v0.7.14 |
| 378 | 2026-06-30T19:48:18.925Z | Downloaded digest v0.10.7 |
| 379 | 2026-06-30T19:48:18.929Z | Downloaded displaydoc v0.2.5 |
| 380 | 2026-06-30T19:48:18.931Z | Downloaded unicode-width v0.2.0 |
| 381 | 2026-06-30T19:48:18.934Z | Downloaded pretty-hex v0.4.1 |
| 382 | 2026-06-30T19:48:18.934Z | Downloaded unicode-width v0.1.14 |
| 383 | 2026-06-30T19:48:18.937Z | Downloaded proc-macro-error v1.0.4 |
| 384 | 2026-06-30T19:48:18.941Z | Downloaded sha2 v0.10.9 |
| 385 | 2026-06-30T19:48:18.944Z | Downloaded serde-untagged v0.1.9 |
| 386 | 2026-06-30T19:48:18.944Z | Downloaded scroll v0.12.0 |
| 387 | 2026-06-30T19:48:18.944Z | Downloaded quote v1.0.45 |
| 388 | 2026-06-30T19:48:18.947Z | Downloaded synstructure v0.13.2 |
| 389 | 2026-06-30T19:48:18.960Z | Downloaded pest_derive v2.8.6 |
| 390 | 2026-06-30T19:48:18.963Z | Downloaded cargo_metadata v0.21.0 |
| 391 | 2026-06-30T19:48:18.972Z | Downloaded smallvec v1.15.1 |
| 392 | 2026-06-30T19:48:18.975Z | Downloaded litemap v0.8.1 |
| 393 | 2026-06-30T19:48:18.975Z | Downloaded cargo-util-schemas v0.8.2 |
| 394 | 2026-06-30T19:48:18.978Z | Downloaded clap_derive v4.6.1 |
| 395 | 2026-06-30T19:48:18.983Z | Downloaded once_cell v1.21.3 |
| 396 | 2026-06-30T19:48:18.986Z | Downloaded byteorder v1.5.0 |
| 397 | 2026-06-30T19:48:18.989Z | Downloaded pest_generator v2.8.6 |
| 398 | 2026-06-30T19:48:18.992Z | Downloaded getrandom v0.4.1 |
| 399 | 2026-06-30T19:48:18.996Z | Downloaded icu_properties v2.1.2 |
| 400 | 2026-06-30T19:48:18.998Z | Downloaded proc-macro2 v1.0.106 |
| 401 | 2026-06-30T19:48:19.004Z | Downloaded num-traits v0.2.19 |
| 402 | 2026-06-30T19:48:19.008Z | Downloaded camino v1.2.2 |
| 403 | 2026-06-30T19:48:19.014Z | Downloaded papergrid v0.11.0 |
| 404 | 2026-06-30T19:48:19.017Z | Downloaded serde_derive v1.0.228 |
| 405 | 2026-06-30T19:48:19.019Z | Downloaded serde_core v1.0.228 |
| 406 | 2026-06-30T19:48:19.019Z | Downloaded icu_provider v2.1.1 |
| 407 | 2026-06-30T19:48:19.022Z | Downloaded icu_normalizer v2.1.1 |
| 408 | 2026-06-30T19:48:19.025Z | Downloaded log v0.4.29 |
| 409 | 2026-06-30T19:48:19.025Z | Downloaded pest_meta v2.8.6 |
| 410 | 2026-06-30T19:48:19.029Z | Downloaded icu_collections v2.1.1 |
| 411 | 2026-06-30T19:48:19.029Z | Downloaded icu_normalizer_data v2.1.1 |
| 412 | 2026-06-30T19:48:19.032Z | Downloaded hashbrown v0.17.0 |
| 413 | 2026-06-30T19:48:19.049Z | Downloaded serde v1.0.228 |
| 414 | 2026-06-30T19:48:19.057Z | Downloaded memchr v2.8.0 |
| 415 | 2026-06-30T19:48:19.093Z | Downloaded pest v2.8.6 |
| 416 | 2026-06-30T19:48:19.100Z | Downloaded clap_builder v4.6.0 |
| 417 | 2026-06-30T19:48:19.104Z | Downloaded icu_properties_data v2.1.2 |
| 418 | 2026-06-30T19:48:19.108Z | Downloaded serde_json v1.0.150 |
| 419 | 2026-06-30T19:48:19.112Z | Downloaded goblin v0.8.2 |
| 420 | 2026-06-30T19:48:19.132Z | Downloaded tabled v0.15.0 |
| 421 | 2026-06-30T19:48:19.140Z | Downloaded syn v1.0.109 |
| 422 | 2026-06-30T19:48:19.162Z | Downloaded syn v2.0.117 |
| 423 | 2026-06-30T19:48:19.175Z | Downloaded rustix v1.1.3 |
| 424 | 2026-06-30T19:48:19.207Z | Downloaded libc v0.2.185 |
| 425 | 2026-06-30T19:48:19.276Z | Compiling proc-macro2 v1.0.106 |
| 426 | 2026-06-30T19:48:19.276Z | Compiling quote v1.0.45 |
| 427 | 2026-06-30T19:48:19.276Z | Compiling unicode-ident v1.0.24 |
| 428 | 2026-06-30T19:48:19.276Z | Compiling serde_core v1.0.228 |
| 429 | 2026-06-30T19:48:19.283Z | Compiling libc v0.2.185 |
| 430 | 2026-06-30T19:48:19.283Z | Compiling version_check v0.9.5 |
| 431 | 2026-06-30T19:48:19.283Z | Compiling serde v1.0.228 |
| 432 | 2026-06-30T19:48:19.283Z | Compiling stable_deref_trait v1.2.1 |
| 433 | 2026-06-30T19:48:19.583Z | Compiling memchr v2.8.0 |
| 434 | 2026-06-30T19:48:19.603Z | Compiling zmij v1.0.21 |
| 435 | 2026-06-30T19:48:19.859Z | Compiling thiserror v1.0.69 |
| 436 | 2026-06-30T19:48:19.868Z | Compiling itoa v1.0.17 |
| 437 | 2026-06-30T19:48:19.910Z | Compiling ucd-trie v0.1.7 |
| 438 | 2026-06-30T19:48:20.073Z | Compiling autocfg v1.5.0 |
| 439 | 2026-06-30T19:48:20.227Z | Compiling pest v2.8.6 |
| 440 | 2026-06-30T19:48:20.236Z | Compiling writeable v0.6.2 |
| 441 | 2026-06-30T19:48:20.343Z | Compiling litemap v0.8.1 |
| 442 | 2026-06-30T19:48:20.372Z | Compiling icu_properties_data v2.1.2 |
| 443 | 2026-06-30T19:48:20.460Z | Compiling icu_normalizer_data v2.1.1 |
| 444 | 2026-06-30T19:48:20.552Z | Compiling rustix v1.1.3 |
| 445 | 2026-06-30T19:48:20.617Z | Compiling byteorder v1.5.0 |
| 446 | 2026-06-30T19:48:20.824Z | Compiling syn v2.0.117 |
| 447 | 2026-06-30T19:48:20.894Z | Compiling errno v0.3.14 |
| 448 | 2026-06-30T19:48:20.909Z | Compiling serde_json v1.0.150 |
| 449 | 2026-06-30T19:48:20.932Z | Compiling bitflags v2.11.0 |
| 450 | 2026-06-30T19:48:21.155Z | Compiling num-traits v0.2.19 |
| 451 | 2026-06-30T19:48:21.174Z | Compiling equivalent v1.0.2 |
| 452 | 2026-06-30T19:48:21.277Z | Compiling pest_meta v2.8.6 |
| 453 | 2026-06-30T19:48:21.351Z | Compiling smallvec v1.15.1 |
| 454 | 2026-06-30T19:48:21.446Z | Compiling typeid v1.0.3 |
| 455 | 2026-06-30T19:48:21.478Z | Compiling hashbrown v0.17.0 |
| 456 | 2026-06-30T19:48:21.754Z | Compiling thread-id v4.2.2 |
| 457 | 2026-06-30T19:48:21.772Z | Compiling usdt-impl v0.5.0 |
| 458 | 2026-06-30T19:48:21.789Z | Compiling proc-macro-error-attr v1.0.4 |
| 459 | 2026-06-30T19:48:21.840Z | Compiling syn v1.0.109 |
| 460 | 2026-06-30T19:48:21.969Z | Compiling indexmap v2.14.0 |
| 461 | 2026-06-30T19:48:21.985Z | Compiling erased-serde v0.4.9 |
| 462 | 2026-06-30T19:48:22.026Z | Compiling toml_write v0.1.2 |
| 463 | 2026-06-30T19:48:22.146Z | Compiling winnow v0.7.14 |
| 464 | 2026-06-30T19:48:22.463Z | Compiling proc-macro-error v1.0.4 |
| 465 | 2026-06-30T19:48:22.629Z | Compiling getrandom v0.4.1 |
| 466 | 2026-06-30T19:48:22.648Z | Compiling utf8_iter v1.0.4 |
| 467 | 2026-06-30T19:48:22.804Z | Compiling utf8parse v0.2.2 |
| 468 | 2026-06-30T19:48:22.909Z | Compiling plain v0.2.3 |
| 469 | 2026-06-30T19:48:22.933Z | Compiling camino v1.2.2 |
| 470 | 2026-06-30T19:48:22.964Z | Compiling log v0.4.29 |
| 471 | 2026-06-30T19:48:22.978Z | Compiling percent-encoding v2.3.2 |
| 472 | 2026-06-30T19:48:23.015Z | Compiling thiserror v2.0.18 |
| 473 | 2026-06-30T19:48:23.166Z | Compiling form_urlencoded v1.2.2 |
| 474 | 2026-06-30T19:48:23.201Z | Compiling anstyle-parse v1.0.0 |
| 475 | 2026-06-30T19:48:23.219Z | Compiling ordered-float v2.10.1 |
| 476 | 2026-06-30T19:48:23.386Z | Compiling synstructure v0.13.2 |
| 477 | 2026-06-30T19:48:23.406Z | Compiling pest_generator v2.8.6 |
| 478 | 2026-06-30T19:48:23.567Z | Compiling terminal_size v0.4.3 |
| 479 | 2026-06-30T19:48:23.721Z | Compiling anstyle v1.0.14 |
| 480 | 2026-06-30T19:48:23.821Z | Compiling colorchoice v1.0.4 |
| 481 | 2026-06-30T19:48:23.826Z | Compiling anstyle-query v1.1.5 |
| 482 | 2026-06-30T19:48:23.862Z | Compiling is_terminal_polyfill v1.70.2 |
| 483 | 2026-06-30T19:48:23.942Z | Compiling cfg-if v1.0.4 |
| 484 | 2026-06-30T19:48:23.960Z | Compiling pretty-hex v0.4.1 |
| 485 | 2026-06-30T19:48:23.965Z | Compiling anstream v1.0.0 |
| 486 | 2026-06-30T19:48:23.998Z | Compiling serde-untagged v0.1.9 |
| 487 | 2026-06-30T19:48:24.128Z | Compiling semver v1.0.28 |
| 488 | 2026-06-30T19:48:24.204Z | Compiling fs-err v3.3.0 |
| 489 | 2026-06-30T19:48:24.246Z | Compiling unicode-xid v0.2.6 |
| 490 | 2026-06-30T19:48:24.296Z | Compiling heck v0.5.0 |
| 491 | 2026-06-30T19:48:24.435Z | Compiling once_cell v1.21.3 |
| 492 | 2026-06-30T19:48:24.455Z | Compiling clap_lex v1.0.0 |
| 493 | 2026-06-30T19:48:24.474Z | Compiling heck v0.4.1 |
| 494 | 2026-06-30T19:48:24.542Z | Compiling anyhow v1.0.102 |
| 495 | 2026-06-30T19:48:24.575Z | Compiling bytecount v0.6.9 |
| 496 | 2026-06-30T19:48:24.691Z | Compiling strsim v0.11.1 |
| 497 | 2026-06-30T19:48:24.709Z | Compiling fnv v1.0.7 |
| 498 | 2026-06-30T19:48:24.724Z | Compiling unicode-width v0.1.14 |
| 499 | 2026-06-30T19:48:24.813Z | Compiling fastrand v2.3.0 |
| 500 | 2026-06-30T19:48:24.977Z | Compiling papergrid v0.11.0 |
| 501 | 2026-06-30T19:48:25.014Z | Compiling tempfile v3.25.0 |
| 502 | 2026-06-30T19:48:25.053Z | Compiling clap_builder v4.6.0 |
| 503 | 2026-06-30T19:48:25.098Z | Compiling serde_derive v1.0.228 |
| 504 | 2026-06-30T19:48:25.101Z | Compiling zerofrom-derive v0.1.6 |
| 505 | 2026-06-30T19:48:25.181Z | Compiling yoke-derive v0.8.1 |
| 506 | 2026-06-30T19:48:25.398Z | Compiling zerovec-derive v0.11.2 |
| 507 | 2026-06-30T19:48:25.576Z | Compiling displaydoc v0.2.5 |
| 508 | 2026-06-30T19:48:26.347Z | Compiling thiserror-impl v1.0.69 |
| 509 | 2026-06-30T19:48:26.372Z | Compiling zerocopy-derive v0.7.35 |
| 510 | 2026-06-30T19:48:26.408Z | Compiling pest_derive v2.8.6 |
| 511 | 2026-06-30T19:48:26.552Z | Compiling zerofrom v0.1.6 |
| 512 | 2026-06-30T19:48:26.610Z | Compiling scroll_derive v0.12.1 |
| 513 | 2026-06-30T19:48:26.675Z | Compiling yoke v0.8.1 |
| 514 | 2026-06-30T19:48:26.849Z | Compiling zerovec v0.11.5 |
| 515 | 2026-06-30T19:48:26.866Z | Compiling zerotrie v0.2.3 |
| 516 | 2026-06-30T19:48:27.180Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-06-30T19:48:27.232Z | Compiling scroll v0.12.0 |
| 518 | 2026-06-30T19:48:27.260Z | Compiling zerocopy v0.7.35 |
| 519 | 2026-06-30T19:48:27.378Z | Compiling tinystr v0.8.2 |
| 520 | 2026-06-30T19:48:27.507Z | Compiling potential_utf v0.1.4 |
| 521 | 2026-06-30T19:48:27.595Z | Compiling icu_locale_core v2.1.1 |
| 522 | 2026-06-30T19:48:27.697Z | Compiling icu_collections v2.1.1 |
| 523 | 2026-06-30T19:48:27.731Z | Compiling dtrace-parser v0.2.0 |
| 524 | 2026-06-30T19:48:27.828Z | Compiling goblin v0.8.2 |
| 525 | 2026-06-30T19:48:28.115Z | Compiling tabled_derive v0.7.0 |
| 526 | 2026-06-30T19:48:28.169Z | Compiling clap_derive v4.6.1 |
| 527 | 2026-06-30T19:48:28.522Z | Compiling icu_provider v2.1.1 |
| 528 | 2026-06-30T19:48:28.559Z | Compiling memmap v0.7.0 |
| 529 | 2026-06-30T19:48:28.614Z | Compiling serde_spanned v0.6.9 |
| 530 | 2026-06-30T19:48:28.618Z | Compiling toml_datetime v0.6.11 |
| 531 | 2026-06-30T19:48:28.621Z | Compiling dof v0.3.0 |
| 532 | 2026-06-30T19:48:28.680Z | Compiling serde_tokenstream v0.2.3 |
| 533 | 2026-06-30T19:48:28.779Z | Compiling icu_normalizer v2.1.1 |
| 534 | 2026-06-30T19:48:28.811Z | Compiling icu_properties v2.1.2 |
| 535 | 2026-06-30T19:48:28.868Z | Compiling toml_edit v0.22.27 |
| 536 | 2026-06-30T19:48:29.017Z | Compiling serde-value v0.7.0 |
| 537 | 2026-06-30T19:48:29.040Z | Compiling cargo-platform v0.2.0 |
| 538 | 2026-06-30T19:48:29.390Z | Compiling smawk v0.3.2 |
| 539 | 2026-06-30T19:48:29.409Z | Compiling unicode-width v0.2.0 |
| 540 | 2026-06-30T19:48:29.447Z | Compiling unicode-linebreak v0.1.5 |
| 541 | 2026-06-30T19:48:29.538Z | Compiling tabled v0.15.0 |
| 542 | 2026-06-30T19:48:29.689Z | Compiling usdt-macro v0.5.0 |
| 543 | 2026-06-30T19:48:29.708Z | Compiling usdt-attr-macro v0.5.0 |
| 544 | 2026-06-30T19:48:29.708Z | Compiling textwrap v0.16.2 |
| 545 | 2026-06-30T19:48:29.991Z | Compiling idna_adapter v1.2.1 |
| 546 | 2026-06-30T19:48:30.009Z | Compiling clap v4.6.1 |
| 547 | 2026-06-30T19:48:30.136Z | Compiling idna v1.1.0 |
| 548 | 2026-06-30T19:48:30.200Z | Compiling macaddr v1.0.1 |
| 549 | 2026-06-30T19:48:30.337Z | Compiling camino-tempfile v1.4.1 |
| 550 | 2026-06-30T19:48:30.411Z | Compiling toml v0.8.23 |
| 551 | 2026-06-30T19:48:30.601Z | Compiling url v2.5.8 |
| 552 | 2026-06-30T19:48:30.842Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-06-30T19:48:31.049Z | Compiling cargo-util-schemas v0.8.2 |
| 554 | 2026-06-30T19:48:31.208Z | Compiling usdt v0.5.0 |
| 555 | 2026-06-30T19:48:31.368Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 556 | 2026-06-30T19:48:31.399Z | Compiling swrite v0.1.0 |
| 557 | 2026-06-30T19:48:31.993Z | Compiling cargo_metadata v0.21.0 |
| 558 | 2026-06-30T19:48:32.876Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 559 | 2026-06-30T19:48:34.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.67s |
| 560 | 2026-06-30T19:48:35.201Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 561 | 2026-06-30T19:48:35.703Z | Downloading crates ... |
| 562 | 2026-06-30T19:48:35.797Z | Downloaded ahash v0.8.12 |
| 563 | 2026-06-30T19:48:35.801Z | Downloaded bit-set v0.5.3 |
| 564 | 2026-06-30T19:48:35.801Z | Downloaded async-stream v0.3.6 |
| 565 | 2026-06-30T19:48:35.804Z | Downloaded bit-vec v0.6.3 |
| 566 | 2026-06-30T19:48:35.804Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 567 | 2026-06-30T19:48:35.807Z | Downloaded block-buffer v0.12.1 |
| 568 | 2026-06-30T19:48:35.810Z | Downloaded cfg_aliases v0.1.1 |
| 569 | 2026-06-30T19:48:35.813Z | Downloaded camino-tempfile-ext v0.3.3 |
| 570 | 2026-06-30T19:48:35.816Z | Downloaded argon2 v0.5.3 |
| 571 | 2026-06-30T19:48:35.820Z | Downloaded backon v1.6.0 |
| 572 | 2026-06-30T19:48:35.822Z | Downloaded crossbeam-utils v0.8.21 |
| 573 | 2026-06-30T19:48:35.825Z | Downloaded fixedbitset v0.4.2 |
| 574 | 2026-06-30T19:48:35.825Z | Downloaded arrayref v0.3.9 |
| 575 | 2026-06-30T19:48:35.828Z | Downloaded critical-section v1.2.0 |
| 576 | 2026-06-30T19:48:35.828Z | Downloaded cbc v0.1.2 |
| 577 | 2026-06-30T19:48:35.828Z | Downloaded adler2 v2.0.1 |
| 578 | 2026-06-30T19:48:35.831Z | Downloaded async-stream-impl v0.3.6 |
| 579 | 2026-06-30T19:48:35.834Z | Downloaded crossbeam-epoch v0.9.18 |
| 580 | 2026-06-30T19:48:35.837Z | Downloaded async-bb8-diesel v0.2.1 |
| 581 | 2026-06-30T19:48:35.839Z | Downloaded darling_core v0.23.0 |
| 582 | 2026-06-30T19:48:35.842Z | Downloaded darling_macro v0.20.11 |
| 583 | 2026-06-30T19:48:35.842Z | Downloaded darling v0.13.4 |
| 584 | 2026-06-30T19:48:35.845Z | Downloaded debug-ignore v1.0.5 |
| 585 | 2026-06-30T19:48:35.845Z | Downloaded crossbeam-deque v0.8.6 |
| 586 | 2026-06-30T19:48:35.845Z | Downloaded csv-core v0.1.13 |
| 587 | 2026-06-30T19:48:35.848Z | Downloaded console v0.16.2 |
| 588 | 2026-06-30T19:48:35.848Z | Downloaded anstyle-parse v0.2.7 |
| 589 | 2026-06-30T19:48:35.851Z | Downloaded daft-derive v0.1.7 |
| 590 | 2026-06-30T19:48:35.854Z | Downloaded crypto-bigint v0.5.5 |
| 591 | 2026-06-30T19:48:35.857Z | Downloaded darling_core v0.13.4 |
| 592 | 2026-06-30T19:48:35.860Z | Downloaded float-cmp v0.10.0 |
| 593 | 2026-06-30T19:48:35.860Z | Downloaded ascii-canvas v3.0.0 |
| 594 | 2026-06-30T19:48:35.860Z | Downloaded darling v0.21.3 |
| 595 | 2026-06-30T19:48:35.863Z | Downloaded bit-set v0.8.0 |
| 596 | 2026-06-30T19:48:35.868Z | Downloaded aead v0.5.2 |
| 597 | 2026-06-30T19:48:35.868Z | Downloaded block-padding v0.3.3 |
| 598 | 2026-06-30T19:48:35.868Z | Downloaded cpufeatures v0.3.0 |
| 599 | 2026-06-30T19:48:35.871Z | Downloaded darling_macro v0.23.0 |
| 600 | 2026-06-30T19:48:35.871Z | Downloaded crc32fast v1.5.0 |
| 601 | 2026-06-30T19:48:35.871Z | Downloaded crc-catalog v2.4.0 |
| 602 | 2026-06-30T19:48:35.871Z | Downloaded base64 v0.22.1 |
| 603 | 2026-06-30T19:48:35.874Z | Downloaded base16ct v0.2.0 |
| 604 | 2026-06-30T19:48:35.874Z | Downloaded derive_builder_core v0.20.2 |
| 605 | 2026-06-30T19:48:35.877Z | Downloaded crossterm v0.28.1 |
| 606 | 2026-06-30T19:48:35.881Z | Downloaded der_derive v0.7.3 |
| 607 | 2026-06-30T19:48:35.881Z | Downloaded cargo-platform v0.3.2 |
| 608 | 2026-06-30T19:48:35.886Z | Downloaded crc-any v2.5.0 |
| 609 | 2026-06-30T19:48:35.886Z | Downloaded crc8 v0.1.1 |
| 610 | 2026-06-30T19:48:35.886Z | Downloaded crc v3.4.0 |
| 611 | 2026-06-30T19:48:35.886Z | Downloaded atomic-waker v1.1.2 |
| 612 | 2026-06-30T19:48:35.887Z | Downloaded crucible-workspace-hack v0.1.0 |
| 613 | 2026-06-30T19:48:35.887Z | Downloaded bitfield-struct v0.6.2 |
| 614 | 2026-06-30T19:48:35.892Z | Downloaded ar_archive_writer v0.5.1 |
| 615 | 2026-06-30T19:48:35.892Z | Downloaded crypto-common v0.2.2 |
| 616 | 2026-06-30T19:48:35.892Z | Downloaded atty v0.2.14 |
| 617 | 2026-06-30T19:48:35.892Z | Downloaded atomicwrites v0.4.4 |
| 618 | 2026-06-30T19:48:35.892Z | Downloaded array-init v0.0.4 |
| 619 | 2026-06-30T19:48:35.895Z | Downloaded cfg_aliases v0.2.1 |
| 620 | 2026-06-30T19:48:35.896Z | Downloaded dunce v1.0.5 |
| 621 | 2026-06-30T19:48:35.896Z | Downloaded cstr-argument v0.1.2 |
| 622 | 2026-06-30T19:48:35.896Z | Downloaded compression-core v0.4.31 |
| 623 | 2026-06-30T19:48:35.899Z | Downloaded bb8 v0.8.6 |
| 624 | 2026-06-30T19:48:35.899Z | Downloaded async-recursion v1.1.1 |
| 625 | 2026-06-30T19:48:35.902Z | Downloaded crossbeam-channel v0.5.15 |
| 626 | 2026-06-30T19:48:35.902Z | Downloaded embedded-io v0.4.0 |
| 627 | 2026-06-30T19:48:35.904Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 628 | 2026-06-30T19:48:35.904Z | Downloaded dirs-sys-next v0.1.2 |
| 629 | 2026-06-30T19:48:35.907Z | Downloaded document-features v0.2.12 |
| 630 | 2026-06-30T19:48:35.907Z | Downloaded defmt-parser v1.0.0 |
| 631 | 2026-06-30T19:48:35.907Z | Downloaded darling_macro v0.13.4 |
| 632 | 2026-06-30T19:48:35.907Z | Downloaded castaway v0.2.4 |
| 633 | 2026-06-30T19:48:35.910Z | Downloaded bitfield-macros v0.19.4 |
| 634 | 2026-06-30T19:48:35.910Z | Downloaded assert_matches v1.5.0 |
| 635 | 2026-06-30T19:48:35.910Z | Downloaded daft v0.1.7 |
| 636 | 2026-06-30T19:48:35.914Z | Downloaded ctr v0.9.2 |
| 637 | 2026-06-30T19:48:35.914Z | Downloaded ciborium-ll v0.2.2 |
| 638 | 2026-06-30T19:48:35.917Z | Downloaded dtrace-parser v0.3.0 |
| 639 | 2026-06-30T19:48:35.917Z | Downloaded arc-swap v1.8.2 |
| 640 | 2026-06-30T19:48:35.917Z | Downloaded endian-type v0.1.2 |
| 641 | 2026-06-30T19:48:35.920Z | Downloaded defmt v0.3.100 |
| 642 | 2026-06-30T19:48:35.920Z | Downloaded foreign-types v0.3.2 |
| 643 | 2026-06-30T19:48:35.920Z | Downloaded deranged v0.5.8 |
| 644 | 2026-06-30T19:48:35.920Z | Downloaded crunchy v0.2.4 |
| 645 | 2026-06-30T19:48:35.923Z | Downloaded convert_case v0.4.0 |
| 646 | 2026-06-30T19:48:35.926Z | Downloaded float-ord v0.3.2 |
| 647 | 2026-06-30T19:48:35.926Z | Downloaded darling v0.20.11 |
| 648 | 2026-06-30T19:48:35.928Z | Downloaded filetime v0.2.27 |
| 649 | 2026-06-30T19:48:35.931Z | Downloaded defmt v1.0.1 |
| 650 | 2026-06-30T19:48:35.934Z | Downloaded env_filter v1.0.0 |
| 651 | 2026-06-30T19:48:35.934Z | Downloaded foreign-types v0.5.0 |
| 652 | 2026-06-30T19:48:35.934Z | Downloaded fd-lock v4.0.4 |
| 653 | 2026-06-30T19:48:35.937Z | Downloaded embedded-io v0.6.1 |
| 654 | 2026-06-30T19:48:35.937Z | Downloaded bitfield v0.19.4 |
| 655 | 2026-06-30T19:48:35.940Z | Downloaded backoff v0.4.0 |
| 656 | 2026-06-30T19:48:35.940Z | Downloaded dyn-clone v1.0.20 |
| 657 | 2026-06-30T19:48:35.943Z | Downloaded anstream v0.6.21 |
| 658 | 2026-06-30T19:48:35.943Z | Downloaded difflib v0.4.0 |
| 659 | 2026-06-30T19:48:35.943Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 660 | 2026-06-30T19:48:35.946Z | Downloaded display-error-chain v0.2.2 |
| 661 | 2026-06-30T19:48:35.946Z | Downloaded downcast-rs v2.0.2 |
| 662 | 2026-06-30T19:48:35.946Z | Downloaded dof v0.4.0 |
| 663 | 2026-06-30T19:48:35.946Z | Downloaded foreign-types-shared v0.1.1 |
| 664 | 2026-06-30T19:48:35.949Z | Downloaded funty v2.0.0 |
| 665 | 2026-06-30T19:48:35.949Z | Downloaded foreign-types-macros v0.2.3 |
| 666 | 2026-06-30T19:48:35.949Z | Downloaded foreign-types-shared v0.3.1 |
| 667 | 2026-06-30T19:48:35.949Z | Downloaded futures-macro v0.3.32 |
| 668 | 2026-06-30T19:48:35.952Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 669 | 2026-06-30T19:48:35.952Z | Downloaded enum-as-inner v0.6.1 |
| 670 | 2026-06-30T19:48:35.952Z | Downloaded futures-task v0.3.32 |
| 671 | 2026-06-30T19:48:35.955Z | Downloaded gethostname v0.5.0 |
| 672 | 2026-06-30T19:48:35.955Z | Downloaded hash32 v0.2.1 |
| 673 | 2026-06-30T19:48:35.955Z | Downloaded derive_builder_macro v0.20.2 |
| 674 | 2026-06-30T19:48:35.955Z | Downloaded hash32 v0.3.1 |
| 675 | 2026-06-30T19:48:35.959Z | Downloaded futures-io v0.3.32 |
| 676 | 2026-06-30T19:48:35.959Z | Downloaded dsl_auto_type v0.2.0 |
| 677 | 2026-06-30T19:48:35.959Z | Downloaded ciborium-io v0.2.2 |
| 678 | 2026-06-30T19:48:35.959Z | Downloaded ff v0.13.1 |
| 679 | 2026-06-30T19:48:35.961Z | Downloaded bcs v0.1.6 |
| 680 | 2026-06-30T19:48:35.961Z | Downloaded async-trait v0.1.89 |
| 681 | 2026-06-30T19:48:35.964Z | Downloaded cassowary v0.3.0 |
| 682 | 2026-06-30T19:48:35.964Z | Downloaded erased-serde v0.3.31 |
| 683 | 2026-06-30T19:48:35.967Z | Downloaded globwalk v0.9.1 |
| 684 | 2026-06-30T19:48:35.967Z | Downloaded cexpr v0.6.0 |
| 685 | 2026-06-30T19:48:35.970Z | Downloaded cmake v0.1.57 |
| 686 | 2026-06-30T19:48:35.970Z | Downloaded buf-list v1.1.2 |
| 687 | 2026-06-30T19:48:35.973Z | Downloaded env_logger v0.11.9 |
| 688 | 2026-06-30T19:48:35.973Z | Downloaded ecdsa v0.16.9 |
| 689 | 2026-06-30T19:48:35.976Z | Downloaded derive-ex v0.1.8 |
| 690 | 2026-06-30T19:48:35.976Z | Downloaded flagset v0.4.7 |
| 691 | 2026-06-30T19:48:35.976Z | Downloaded compression-codecs v0.4.37 |
| 692 | 2026-06-30T19:48:35.979Z | Downloaded chacha20 v0.9.1 |
| 693 | 2026-06-30T19:48:35.982Z | Downloaded byte-wrapper v0.1.0 |
| 694 | 2026-06-30T19:48:35.982Z | Downloaded headers-core v0.3.0 |
| 695 | 2026-06-30T19:48:35.982Z | Downloaded corncobs v0.1.4 |
| 696 | 2026-06-30T19:48:35.985Z | Downloaded futures-sink v0.3.32 |
| 697 | 2026-06-30T19:48:35.985Z | Downloaded foldhash v0.1.5 |
| 698 | 2026-06-30T19:48:35.985Z | Downloaded cipher v0.4.4 |
| 699 | 2026-06-30T19:48:35.988Z | Downloaded cobs v0.3.0 |
| 700 | 2026-06-30T19:48:35.988Z | Downloaded bitflags v1.3.2 |
| 701 | 2026-06-30T19:48:35.991Z | Downloaded hex-literal v0.4.1 |
| 702 | 2026-06-30T19:48:35.991Z | Downloaded base64ct v1.8.3 |
| 703 | 2026-06-30T19:48:35.991Z | Downloaded http-range v0.1.5 |
| 704 | 2026-06-30T19:48:35.994Z | Downloaded hostname v0.3.1 |
| 705 | 2026-06-30T19:48:35.994Z | Downloaded home v0.5.12 |
| 706 | 2026-06-30T19:48:35.994Z | Downloaded http-body v1.0.1 |
| 707 | 2026-06-30T19:48:35.999Z | Downloaded constant_time_eq v0.4.2 |
| 708 | 2026-06-30T19:48:35.999Z | Downloaded blowfish v0.9.1 |
| 709 | 2026-06-30T19:48:35.999Z | Downloaded ed25519 v2.2.3 |
| 710 | 2026-06-30T19:48:36.002Z | Downloaded ena v0.14.4 |
| 711 | 2026-06-30T19:48:36.002Z | Downloaded data-encoding v2.10.0 |
| 712 | 2026-06-30T19:48:36.002Z | Downloaded ghash v0.5.1 |
| 713 | 2026-06-30T19:48:36.003Z | Downloaded fxhash v0.2.1 |
| 714 | 2026-06-30T19:48:36.003Z | Downloaded futures-core v0.3.32 |
| 715 | 2026-06-30T19:48:36.006Z | Downloaded fixedbitset v0.5.7 |
| 716 | 2026-06-30T19:48:36.006Z | Downloaded hubpack_derive v0.1.1 |
| 717 | 2026-06-30T19:48:36.006Z | Downloaded hubpack v0.1.2 |
| 718 | 2026-06-30T19:48:36.006Z | Downloaded convert_case v0.10.0 |
| 719 | 2026-06-30T19:48:36.008Z | Downloaded bit-vec v0.8.0 |
| 720 | 2026-06-30T19:48:36.008Z | Downloaded dirs-next v2.0.0 |
| 721 | 2026-06-30T19:48:36.013Z | Downloaded defmt-macros v1.0.1 |
| 722 | 2026-06-30T19:48:36.013Z | Downloaded ident_case v1.0.1 |
| 723 | 2026-06-30T19:48:36.013Z | Downloaded either v1.15.0 |
| 724 | 2026-06-30T19:48:36.016Z | Downloaded fallible-iterator v0.2.0 |
| 725 | 2026-06-30T19:48:36.016Z | Downloaded hostname v0.4.2 |
| 726 | 2026-06-30T19:48:36.016Z | Downloaded group v0.13.0 |
| 727 | 2026-06-30T19:48:36.019Z | Downloaded git-stub-vcs v0.1.0 |
| 728 | 2026-06-30T19:48:36.019Z | Downloaded git-stub v1.0.0 |
| 729 | 2026-06-30T19:48:36.019Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 730 | 2026-06-30T19:48:36.019Z | Downloaded hex v0.4.3 |
| 731 | 2026-06-30T19:48:36.024Z | Downloaded hyper-tls v0.6.0 |
| 732 | 2026-06-30T19:48:36.024Z | Downloaded httpdate v1.0.3 |
| 733 | 2026-06-30T19:48:36.025Z | Downloaded globset v0.4.18 |
| 734 | 2026-06-30T19:48:36.025Z | Downloaded is-terminal v0.4.17 |
| 735 | 2026-06-30T19:48:36.030Z | Downloaded instant v0.1.13 |
| 736 | 2026-06-30T19:48:36.030Z | Downloaded indent_write v2.2.0 |
| 737 | 2026-06-30T19:48:36.030Z | Downloaded drift v0.2.0 |
| 738 | 2026-06-30T19:48:36.036Z | Downloaded internet-checksum v0.2.1 |
| 739 | 2026-06-30T19:48:36.036Z | Downloaded instability v0.3.11 |
| 740 | 2026-06-30T19:48:36.036Z | Downloaded is_ci v1.2.0 |
| 741 | 2026-06-30T19:48:36.036Z | Downloaded arrayvec v0.7.6 |
| 742 | 2026-06-30T19:48:36.037Z | Downloaded console v0.15.11 |
| 743 | 2026-06-30T19:48:36.039Z | Downloaded const_format_proc_macros v0.2.34 |
| 744 | 2026-06-30T19:48:36.042Z | Downloaded foldhash v0.2.0 |
| 745 | 2026-06-30T19:48:36.043Z | Downloaded ciborium v0.2.2 |
| 746 | 2026-06-30T19:48:36.043Z | Downloaded blake2 v0.10.6 |
| 747 | 2026-06-30T19:48:36.045Z | Downloaded bzip2 v0.6.1 |
| 748 | 2026-06-30T19:48:36.045Z | Downloaded bzip2 v0.4.4 |
| 749 | 2026-06-30T19:48:36.048Z | Downloaded glob v0.3.3 |
| 750 | 2026-06-30T19:48:36.048Z | Downloaded futures-executor v0.3.32 |
| 751 | 2026-06-30T19:48:36.051Z | Downloaded fs-err v2.11.0 |
| 752 | 2026-06-30T19:48:36.051Z | Downloaded diesel-dtrace v0.5.0 |
| 753 | 2026-06-30T19:48:36.051Z | Downloaded const-oid v0.9.6 |
| 754 | 2026-06-30T19:48:36.054Z | Downloaded clang-sys v1.8.1 |
| 755 | 2026-06-30T19:48:36.054Z | Downloaded inout v0.1.4 |
| 756 | 2026-06-30T19:48:36.057Z | Downloaded indoc v1.0.9 |
| 757 | 2026-06-30T19:48:36.057Z | Downloaded humantime v2.3.0 |
| 758 | 2026-06-30T19:48:36.059Z | Downloaded cookie_store v0.22.1 |
| 759 | 2026-06-30T19:48:36.060Z | Downloaded futures-channel v0.3.32 |
| 760 | 2026-06-30T19:48:36.062Z | Downloaded const-oid v0.10.2 |
| 761 | 2026-06-30T19:48:36.062Z | Downloaded base64 v0.21.7 |
| 762 | 2026-06-30T19:48:36.065Z | Downloaded find-msvc-tools v0.1.9 |
| 763 | 2026-06-30T19:48:36.068Z | Downloaded des v0.8.1 |
| 764 | 2026-06-30T19:48:36.068Z | Downloaded darling v0.23.0 |
| 765 | 2026-06-30T19:48:36.071Z | Downloaded lru-slab v0.1.2 |
| 766 | 2026-06-30T19:48:36.071Z | Downloaded lalrpop-util v0.19.12 |
| 767 | 2026-06-30T19:48:36.074Z | Downloaded maplit v1.0.2 |
| 768 | 2026-06-30T19:48:36.074Z | Downloaded derive_more v0.99.20 |
| 769 | 2026-06-30T19:48:36.077Z | Downloaded lzss v0.8.2 |
| 770 | 2026-06-30T19:48:36.077Z | Downloaded md5 v0.7.0 |
| 771 | 2026-06-30T19:48:36.080Z | Downloaded maybe-uninit v2.0.0 |
| 772 | 2026-06-30T19:48:36.080Z | Downloaded match_cfg v0.1.0 |
| 773 | 2026-06-30T19:48:36.080Z | Downloaded libscf-sys v1.1.0 |
| 774 | 2026-06-30T19:48:36.080Z | Downloaded lazy_static v1.5.0 |
| 775 | 2026-06-30T19:48:36.083Z | Downloaded linked-hash-map v0.5.6 |
| 776 | 2026-06-30T19:48:36.083Z | Downloaded kstat-rs v0.2.4 |
| 777 | 2026-06-30T19:48:36.083Z | Downloaded memoffset v0.9.1 |
| 778 | 2026-06-30T19:48:36.086Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 779 | 2026-06-30T19:48:36.086Z | Downloaded lru-cache v0.1.2 |
| 780 | 2026-06-30T19:48:36.086Z | Downloaded md-5 v0.10.6 |
| 781 | 2026-06-30T19:48:36.090Z | Downloaded lru v0.12.5 |
| 782 | 2026-06-30T19:48:36.090Z | Downloaded illumos-nvpair v0.3.0 |
| 783 | 2026-06-30T19:48:36.090Z | Downloaded hyper-staticfile v0.10.1 |
| 784 | 2026-06-30T19:48:36.094Z | Downloaded newtype-uuid-macros v0.1.0 |
| 785 | 2026-06-30T19:48:36.094Z | Downloaded multimap v0.10.1 |
| 786 | 2026-06-30T19:48:36.094Z | Downloaded new_debug_unreachable v1.0.6 |
| 787 | 2026-06-30T19:48:36.094Z | Downloaded allocator-api2 v0.2.21 |
| 788 | 2026-06-30T19:48:36.097Z | Downloaded colored v2.2.0 |
| 789 | 2026-06-30T19:48:36.097Z | Downloaded chacha20 v0.10.0 |
| 790 | 2026-06-30T19:48:36.100Z | Downloaded cancel-safe-futures v0.1.5 |
| 791 | 2026-06-30T19:48:36.100Z | Downloaded ingot-types v0.1.2 |
| 792 | 2026-06-30T19:48:36.103Z | Downloaded colored v3.1.1 |
| 793 | 2026-06-30T19:48:36.103Z | Downloaded ingot v0.1.1 |
| 794 | 2026-06-30T19:48:36.106Z | Downloaded newline-converter v0.3.0 |
| 795 | 2026-06-30T19:48:36.106Z | Downloaded cookie v0.18.1 |
| 796 | 2026-06-30T19:48:36.106Z | Downloaded cargo_metadata v0.23.1 |
| 797 | 2026-06-30T19:48:36.110Z | Downloaded diff v0.1.13 |
| 798 | 2026-06-30T19:48:36.111Z | Downloaded num-derive v0.4.2 |
| 799 | 2026-06-30T19:48:36.113Z | Downloaded ipnetwork v0.21.1 |
| 800 | 2026-06-30T19:48:36.114Z | Downloaded ipnet v2.11.0 |
| 801 | 2026-06-30T19:48:36.114Z | Downloaded half v1.8.3 |
| 802 | 2026-06-30T19:48:36.117Z | Downloaded httparse v1.10.1 |
| 803 | 2026-06-30T19:48:36.117Z | Downloaded hmac v0.12.1 |
| 804 | 2026-06-30T19:48:36.120Z | Downloaded indoc v2.0.7 |
| 805 | 2026-06-30T19:48:36.120Z | Downloaded http-body-util v0.1.3 |
| 806 | 2026-06-30T19:48:36.122Z | Downloaded highway v1.3.0 |
| 807 | 2026-06-30T19:48:36.123Z | Downloaded num-derive v0.3.3 |
| 808 | 2026-06-30T19:48:36.126Z | Downloaded num-iter v0.1.45 |
| 809 | 2026-06-30T19:48:36.126Z | Downloaded hyper-rustls v0.27.7 |
| 810 | 2026-06-30T19:48:36.129Z | Downloaded managed v0.8.0 |
| 811 | 2026-06-30T19:48:36.129Z | Downloaded libsw-core v0.3.2 |
| 812 | 2026-06-30T19:48:36.129Z | Downloaded hybrid-array v0.4.10 |
| 813 | 2026-06-30T19:48:36.132Z | Downloaded num_threads v0.1.7 |
| 814 | 2026-06-30T19:48:36.132Z | Downloaded openssl-macros v0.1.1 |
| 815 | 2026-06-30T19:48:36.132Z | Downloaded dropshot_endpoint v0.17.1 |
| 816 | 2026-06-30T19:48:36.135Z | Downloaded mime_guess v2.0.5 |
| 817 | 2026-06-30T19:48:36.135Z | Downloaded futures v0.3.32 |
| 818 | 2026-06-30T19:48:36.138Z | Downloaded mime v0.3.17 |
| 819 | 2026-06-30T19:48:36.141Z | Downloaded libsw v3.5.0 |
| 820 | 2026-06-30T19:48:36.141Z | Downloaded libloading v0.8.9 |
| 821 | 2026-06-30T19:48:36.144Z | Downloaded openssl-probe v0.2.1 |
| 822 | 2026-06-30T19:48:36.144Z | Downloaded openssl-probe v0.1.6 |
| 823 | 2026-06-30T19:48:36.144Z | Downloaded nanorand v0.7.0 |
| 824 | 2026-06-30T19:48:36.147Z | Downloaded nodrop v0.1.14 |
| 825 | 2026-06-30T19:48:36.147Z | Downloaded oso-derive v0.27.3 |
| 826 | 2026-06-30T19:48:36.147Z | Downloaded nibble_vec v0.1.0 |
| 827 | 2026-06-30T19:48:36.150Z | Downloaded keccak v0.1.6 |
| 828 | 2026-06-30T19:48:36.150Z | Downloaded ingot-macros v0.1.1 |
| 829 | 2026-06-30T19:48:36.150Z | Downloaded iana-time-zone v0.1.65 |
| 830 | 2026-06-30T19:48:36.153Z | Downloaded opaque-debug v0.3.1 |
| 831 | 2026-06-30T19:48:36.153Z | Downloaded native-tls v0.2.18 |
| 832 | 2026-06-30T19:48:36.156Z | Downloaded olpc-cjson v0.1.4 |
| 833 | 2026-06-30T19:48:36.156Z | Downloaded bytes v1.11.1 |
| 834 | 2026-06-30T19:48:36.158Z | Downloaded num_enum_derive v0.5.11 |
| 835 | 2026-06-30T19:48:36.158Z | Downloaded multer v3.1.0 |
| 836 | 2026-06-30T19:48:36.163Z | Downloaded flume v0.11.1 |
| 837 | 2026-06-30T19:48:36.163Z | Downloaded chacha20poly1305 v0.10.1 |
| 838 | 2026-06-30T19:48:36.163Z | Downloaded num v0.4.3 |
| 839 | 2026-06-30T19:48:36.168Z | Downloaded packed_struct_codegen v0.10.1 |
| 840 | 2026-06-30T19:48:36.168Z | Downloaded half v2.7.1 |
| 841 | 2026-06-30T19:48:36.168Z | Downloaded nonempty v0.12.0 |
| 842 | 2026-06-30T19:48:36.169Z | Downloaded normalize-line-endings v0.3.0 |
| 843 | 2026-06-30T19:48:36.172Z | Downloaded linear-map v1.2.0 |
| 844 | 2026-06-30T19:48:36.172Z | Downloaded getrandom v0.3.4 |
| 845 | 2026-06-30T19:48:36.172Z | Downloaded path-slash v0.1.5 |
| 846 | 2026-06-30T19:48:36.181Z | Downloaded parse-size v1.1.0 |
| 847 | 2026-06-30T19:48:36.181Z | Downloaded fs_extra v1.3.0 |
| 848 | 2026-06-30T19:48:36.181Z | Downloaded fatfs v0.3.6 |
| 849 | 2026-06-30T19:48:36.185Z | Downloaded digest v0.11.3 |
| 850 | 2026-06-30T19:48:36.185Z | Downloaded newtype-uuid v1.3.2 |
| 851 | 2026-06-30T19:48:36.185Z | Downloaded darling_core v0.21.3 |
| 852 | 2026-06-30T19:48:36.185Z | Downloaded const_format v0.2.35 |
| 853 | 2026-06-30T19:48:36.191Z | Downloaded peg-runtime v0.8.5 |
| 854 | 2026-06-30T19:48:36.191Z | Downloaded bumpalo v3.20.2 |
| 855 | 2026-06-30T19:48:36.191Z | Downloaded phf_shared v0.11.3 |
| 856 | 2026-06-30T19:48:36.191Z | Downloaded pbkdf2 v0.11.0 |
| 857 | 2026-06-30T19:48:36.195Z | Downloaded phf_shared v0.13.1 |
| 858 | 2026-06-30T19:48:36.195Z | Downloaded num-integer v0.1.46 |
| 859 | 2026-06-30T19:48:36.195Z | Downloaded nu-ansi-term v0.50.3 |
| 860 | 2026-06-30T19:48:36.195Z | Downloaded num_enum v0.7.6 |
| 861 | 2026-06-30T19:48:36.199Z | Downloaded darling_core v0.20.11 |
| 862 | 2026-06-30T19:48:36.202Z | Downloaded phf_shared v0.12.1 |
| 863 | 2026-06-30T19:48:36.202Z | Downloaded num_enum v0.5.11 |
| 864 | 2026-06-30T19:48:36.205Z | Downloaded num-rational v0.4.2 |
| 865 | 2026-06-30T19:48:36.205Z | Downloaded memmap2 v0.9.10 |
| 866 | 2026-06-30T19:48:36.208Z | Downloaded lock_api v0.4.14 |
| 867 | 2026-06-30T19:48:36.208Z | Downloaded powerfmt v0.2.0 |
| 868 | 2026-06-30T19:48:36.208Z | Downloaded getrandom v0.2.17 |
| 869 | 2026-06-30T19:48:36.211Z | Downloaded litrs v1.0.0 |
| 870 | 2026-06-30T19:48:36.211Z | Downloaded ed25519-dalek v2.2.0 |
| 871 | 2026-06-30T19:48:36.214Z | Downloaded derive_builder v0.20.2 |
| 872 | 2026-06-30T19:48:36.216Z | Downloaded packed_struct v0.10.1 |
| 873 | 2026-06-30T19:48:36.219Z | Downloaded ignore v0.4.25 |
| 874 | 2026-06-30T19:48:36.219Z | Downloaded derive-where v1.6.0 |
| 875 | 2026-06-30T19:48:36.222Z | Downloaded num_enum_derive v0.7.6 |
| 876 | 2026-06-30T19:48:36.222Z | Downloaded proc-macro-crate v1.3.1 |
| 877 | 2026-06-30T19:48:36.225Z | Downloaded precomputed-hash v0.1.1 |
| 878 | 2026-06-30T19:48:36.225Z | Downloaded predicates-core v1.0.10 |
| 879 | 2026-06-30T19:48:36.225Z | Downloaded oxide-tokio-rt v0.1.4 |
| 880 | 2026-06-30T19:48:36.228Z | Downloaded num-conv v0.2.0 |
| 881 | 2026-06-30T19:48:36.228Z | Downloaded der v0.7.10 |
| 882 | 2026-06-30T19:48:36.231Z | Downloaded progenitor-client v0.14.0 |
| 883 | 2026-06-30T19:48:36.231Z | Downloaded oxnet v0.1.6 |
| 884 | 2026-06-30T19:48:36.234Z | Downloaded flate2 v1.1.9 |
| 885 | 2026-06-30T19:48:36.237Z | Downloaded headers v0.4.1 |
| 886 | 2026-06-30T19:48:36.239Z | Downloaded heapless v0.7.17 |
| 887 | 2026-06-30T19:48:36.242Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 888 | 2026-06-30T19:48:36.242Z | Downloaded proc-macro-crate v3.4.0 |
| 889 | 2026-06-30T19:48:36.242Z | Downloaded password-hash v0.5.0 |
| 890 | 2026-06-30T19:48:36.245Z | Downloaded quick-error v1.2.3 |
| 891 | 2026-06-30T19:48:36.245Z | Downloaded derive_more v2.1.1 |
| 892 | 2026-06-30T19:48:36.251Z | Downloaded progenitor-macro v0.14.0 |
| 893 | 2026-06-30T19:48:36.254Z | Downloaded radium v0.7.0 |
| 894 | 2026-06-30T19:48:36.254Z | Downloaded progenitor-macro v0.13.0 |
| 895 | 2026-06-30T19:48:36.254Z | Downloaded psl-types v2.0.11 |
| 896 | 2026-06-30T19:48:36.257Z | Downloaded paste v1.0.15 |
| 897 | 2026-06-30T19:48:36.257Z | Downloaded pem-rfc7468 v0.7.0 |
| 898 | 2026-06-30T19:48:36.260Z | Downloaded diesel_derives v2.3.7 |
| 899 | 2026-06-30T19:48:36.263Z | Downloaded peg v0.8.5 |
| 900 | 2026-06-30T19:48:36.266Z | Downloaded pkcs8 v0.10.2 |
| 901 | 2026-06-30T19:48:36.269Z | Downloaded peg-macros v0.8.5 |
| 902 | 2026-06-30T19:48:36.269Z | Downloaded pin-project-lite v0.2.17 |
| 903 | 2026-06-30T19:48:36.283Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 904 | 2026-06-30T19:48:36.286Z | Downloaded rand_xorshift v0.4.0 |
| 905 | 2026-06-30T19:48:36.286Z | Downloaded rand_chacha v0.3.1 |
| 906 | 2026-06-30T19:48:36.286Z | Downloaded ppv-lite86 v0.2.21 |
| 907 | 2026-06-30T19:48:36.289Z | Downloaded pin-project-internal v1.1.11 |
| 908 | 2026-06-30T19:48:36.289Z | Downloaded libbz2-rs-sys v0.2.2 |
| 909 | 2026-06-30T19:48:36.289Z | Downloaded indexmap v1.9.3 |
| 910 | 2026-06-30T19:48:36.294Z | Downloaded rfc6979 v0.4.0 |
| 911 | 2026-06-30T19:48:36.297Z | Downloaded ref-cast-impl v1.0.25 |
| 912 | 2026-06-30T19:48:36.297Z | Downloaded ref-cast v1.0.25 |
| 913 | 2026-06-30T19:48:36.297Z | Downloaded proc-macro-error2 v2.0.1 |
| 914 | 2026-06-30T19:48:36.297Z | Downloaded progenitor v0.13.0 |
| 915 | 2026-06-30T19:48:36.303Z | Downloaded progenitor v0.14.0 |
| 916 | 2026-06-30T19:48:36.303Z | Downloaded pkg-config v0.3.32 |
| 917 | 2026-06-30T19:48:36.303Z | Downloaded owo-colors v4.3.0 |
| 918 | 2026-06-30T19:48:36.303Z | Downloaded phf v0.13.1 |
| 919 | 2026-06-30T19:48:36.303Z | Downloaded phf v0.12.1 |
| 920 | 2026-06-30T19:48:36.308Z | Downloaded recursive v0.1.1 |
| 921 | 2026-06-30T19:48:36.308Z | Downloaded postgres-protocol v0.6.10 |
| 922 | 2026-06-30T19:48:36.308Z | Downloaded parse-display-derive v0.10.0 |
| 923 | 2026-06-30T19:48:36.308Z | Downloaded parking_lot_core v0.9.12 |
| 924 | 2026-06-30T19:48:36.311Z | Downloaded polyval v0.6.2 |
| 925 | 2026-06-30T19:48:36.311Z | Downloaded russh-cryptovec v0.7.3 |
| 926 | 2026-06-30T19:48:36.311Z | Downloaded rtoolbox v0.0.3 |
| 927 | 2026-06-30T19:48:36.314Z | Downloaded rustc_version v0.1.7 |
| 928 | 2026-06-30T19:48:36.314Z | Downloaded cc v1.2.56 |
| 929 | 2026-06-30T19:48:36.317Z | Downloaded progenitor-client v0.13.0 |
| 930 | 2026-06-30T19:48:36.317Z | Downloaded derive_more-impl v2.1.1 |
| 931 | 2026-06-30T19:48:36.320Z | Downloaded rand_chacha v0.9.0 |
| 932 | 2026-06-30T19:48:36.320Z | Downloaded progenitor-extras v0.2.0 |
| 933 | 2026-06-30T19:48:36.323Z | Downloaded primeorder v0.13.6 |
| 934 | 2026-06-30T19:48:36.323Z | Downloaded parking_lot v0.12.5 |
| 935 | 2026-06-30T19:48:36.326Z | Downloaded rustc-hash v2.1.1 |
| 936 | 2026-06-30T19:48:36.326Z | Downloaded rustc_version v0.4.1 |
| 937 | 2026-06-30T19:48:36.328Z | Downloaded expectorate v1.2.0 |
| 938 | 2026-06-30T19:48:36.328Z | Downloaded rand_core v0.6.4 |
| 939 | 2026-06-30T19:48:36.329Z | Downloaded psm v0.1.30 |
| 940 | 2026-06-30T19:48:36.332Z | Downloaded jiff-static v0.2.21 |
| 941 | 2026-06-30T19:48:36.334Z | Downloaded indicatif v0.18.4 |
| 942 | 2026-06-30T19:48:36.338Z | Downloaded parking_lot v0.11.2 |
| 943 | 2026-06-30T19:48:36.339Z | Downloaded hickory-resolver v0.25.2 |
| 944 | 2026-06-30T19:48:36.341Z | Downloaded r2d2 v0.8.10 |
| 945 | 2026-06-30T19:48:36.341Z | Downloaded poly1305 v0.8.0 |
| 946 | 2026-06-30T19:48:36.344Z | Downloaded hickory-resolver v0.24.4 |
| 947 | 2026-06-30T19:48:36.347Z | Downloaded salsa20 v0.10.2 |
| 948 | 2026-06-30T19:48:36.347Z | Downloaded heapless v0.8.0 |
| 949 | 2026-06-30T19:48:36.350Z | Downloaded pkcs5 v0.7.1 |
| 950 | 2026-06-30T19:48:36.353Z | Downloaded same-file v1.0.6 |
| 951 | 2026-06-30T19:48:36.353Z | Downloaded sapling-renderdag v0.1.0 |
| 952 | 2026-06-30T19:48:36.353Z | Downloaded postgres-types v0.2.12 |
| 953 | 2026-06-30T19:48:36.356Z | Downloaded rand_seeder v0.4.0 |
| 954 | 2026-06-30T19:48:36.356Z | Downloaded rand_core v0.9.5 |
| 955 | 2026-06-30T19:48:36.361Z | Downloaded pbkdf2 v0.12.2 |
| 956 | 2026-06-30T19:48:36.361Z | Downloaded miniz_oxide v0.8.9 |
| 957 | 2026-06-30T19:48:36.364Z | Downloaded p256 v0.13.2 |
| 958 | 2026-06-30T19:48:36.364Z | Downloaded oso v0.27.3 |
| 959 | 2026-06-30T19:48:36.367Z | Downloaded seq-macro v0.3.6 |
| 960 | 2026-06-30T19:48:36.367Z | Downloaded predicates v3.1.4 |
| 961 | 2026-06-30T19:48:36.370Z | Downloaded postcard v1.1.3 |
| 962 | 2026-06-30T19:48:36.370Z | Downloaded serde_bytes v0.11.19 |
| 963 | 2026-06-30T19:48:36.373Z | Downloaded serde_spanned v1.1.1 |
| 964 | 2026-06-30T19:48:36.373Z | Downloaded aes-gcm v0.10.3 |
| 965 | 2026-06-30T19:48:36.375Z | Downloaded secrecy v0.8.0 |
| 966 | 2026-06-30T19:48:36.375Z | Downloaded scroll_derive v0.13.1 |
| 967 | 2026-06-30T19:48:36.376Z | Downloaded secrecy v0.10.3 |
| 968 | 2026-06-30T19:48:36.378Z | Downloaded scrypt v0.11.0 |
| 969 | 2026-06-30T19:48:36.379Z | Downloaded serde_repr v0.1.20 |
| 970 | 2026-06-30T19:48:36.379Z | Downloaded serde-big-array v0.5.1 |
| 971 | 2026-06-30T19:48:36.381Z | Downloaded serde_plain v1.0.2 |
| 972 | 2026-06-30T19:48:36.381Z | Downloaded scopeguard v1.2.0 |
| 973 | 2026-06-30T19:48:36.381Z | Downloaded semver v0.1.20 |
| 974 | 2026-06-30T19:48:36.385Z | Downloaded omicron-zone-package v0.12.3 |
| 975 | 2026-06-30T19:48:36.385Z | Downloaded hyper-util v0.1.20 |
| 976 | 2026-06-30T19:48:36.388Z | Downloaded sha1 v0.11.0 |
| 977 | 2026-06-30T19:48:36.391Z | Downloaded serde_urlencoded v0.7.1 |
| 978 | 2026-06-30T19:48:36.391Z | Downloaded hashbrown v0.12.3 |
| 979 | 2026-06-30T19:48:36.394Z | Downloaded sha1 v0.10.6 |
| 980 | 2026-06-30T19:48:36.397Z | Downloaded rustls-pemfile v2.2.0 |
| 981 | 2026-06-30T19:48:36.397Z | Downloaded num-complex v0.4.6 |
| 982 | 2026-06-30T19:48:36.400Z | Downloaded rustls-native-certs v0.8.3 |
| 983 | 2026-06-30T19:48:36.400Z | Downloaded rand_core v0.10.0 |
| 984 | 2026-06-30T19:48:36.400Z | Downloaded quinn-udp v0.5.14 |
| 985 | 2026-06-30T19:48:36.403Z | Downloaded crossterm v0.29.0 |
| 986 | 2026-06-30T19:48:36.406Z | Downloaded signature v2.2.0 |
| 987 | 2026-06-30T19:48:36.409Z | Downloaded prefix-trie v0.7.0 |
| 988 | 2026-06-30T19:48:36.409Z | Downloaded compact_str v0.8.1 |
| 989 | 2026-06-30T19:48:36.412Z | Downloaded rusty-fork v0.3.1 |
| 990 | 2026-06-30T19:48:36.412Z | Downloaded scheduled-thread-pool v0.2.7 |
| 991 | 2026-06-30T19:48:36.426Z | Downloaded pkcs1 v0.7.5 |
| 992 | 2026-06-30T19:48:36.426Z | Downloaded slog-bunyan v2.5.0 |
| 993 | 2026-06-30T19:48:36.426Z | Downloaded sigpipe v0.1.3 |
| 994 | 2026-06-30T19:48:36.426Z | Downloaded slog-envlogger v2.2.0 |
| 995 | 2026-06-30T19:48:36.426Z | Downloaded signal-hook-tokio v0.3.1 |
| 996 | 2026-06-30T19:48:36.426Z | Downloaded async-compression v0.4.41 |
| 997 | 2026-06-30T19:48:36.426Z | Downloaded hashbrown v0.13.2 |
| 998 | 2026-06-30T19:48:36.427Z | Downloaded pem v3.0.6 |
| 999 | 2026-06-30T19:48:36.427Z | Downloaded openssl-sys v0.9.115 |
| 1000 | 2026-06-30T19:48:36.431Z | Downloaded siphasher v1.0.2 |
| 1001 | 2026-06-30T19:48:36.431Z | Downloaded resolv-conf v0.7.6 |
| 1002 | 2026-06-30T19:48:36.434Z | Downloaded parse-display v0.10.0 |
| 1003 | 2026-06-30T19:48:36.434Z | Downloaded elliptic-curve v0.13.8 |
| 1004 | 2026-06-30T19:48:36.437Z | Downloaded serde-hex v0.1.0 |
| 1005 | 2026-06-30T19:48:36.437Z | Downloaded password-hash v0.4.2 |
| 1006 | 2026-06-30T19:48:36.437Z | Downloaded parking_lot_core v0.8.6 |
| 1007 | 2026-06-30T19:48:36.440Z | Downloaded papergrid v0.17.0 |
| 1008 | 2026-06-30T19:48:36.443Z | Downloaded predicates-tree v1.0.13 |
| 1009 | 2026-06-30T19:48:36.443Z | Downloaded aes v0.8.4 |
| 1010 | 2026-06-30T19:48:36.446Z | Downloaded newtype_derive v0.1.6 |
| 1011 | 2026-06-30T19:48:36.446Z | Downloaded libefi-sys v0.1.0 |
| 1012 | 2026-06-30T19:48:36.449Z | Downloaded rustversion v1.0.22 |
| 1013 | 2026-06-30T19:48:36.449Z | Downloaded progenitor-impl v0.13.0 |
| 1014 | 2026-06-30T19:48:36.454Z | Downloaded serde_derive_internals v0.29.1 |
| 1015 | 2026-06-30T19:48:36.454Z | Downloaded sec1 v0.7.3 |
| 1016 | 2026-06-30T19:48:36.454Z | Downloaded scroll v0.13.0 |
| 1017 | 2026-06-30T19:48:36.457Z | Downloaded hickory-server v0.25.2 |
| 1018 | 2026-06-30T19:48:36.457Z | Downloaded ssh-cipher v0.2.0 |
| 1019 | 2026-06-30T19:48:36.457Z | Downloaded schemars_derive v0.8.22 |
| 1020 | 2026-06-30T19:48:36.460Z | Downloaded jobserver v0.1.34 |
| 1021 | 2026-06-30T19:48:36.460Z | Downloaded darling_macro v0.21.3 |
| 1022 | 2026-06-30T19:48:36.464Z | Downloaded http v1.4.2 |
| 1023 | 2026-06-30T19:48:36.470Z | Downloaded shell-words v1.1.1 |
| 1024 | 2026-06-30T19:48:36.470Z | Downloaded serde_with_macros v1.5.2 |
| 1025 | 2026-06-30T19:48:36.470Z | Downloaded rcgen v0.12.1 |
| 1026 | 2026-06-30T19:48:36.470Z | Downloaded signal-hook-mio v0.2.5 |
| 1027 | 2026-06-30T19:48:36.470Z | Downloaded shlex v1.3.0 |
| 1028 | 2026-06-30T19:48:36.471Z | Downloaded sqlparser_derive v0.5.0 |
| 1029 | 2026-06-30T19:48:36.474Z | Downloaded simd-adler32 v0.3.8 |
| 1030 | 2026-06-30T19:48:36.474Z | Downloaded strum v0.26.3 |
| 1031 | 2026-06-30T19:48:36.474Z | Downloaded structmeta v0.3.0 |
| 1032 | 2026-06-30T19:48:36.478Z | Downloaded itertools v0.10.5 |
| 1033 | 2026-06-30T19:48:36.481Z | Downloaded pretty_assertions v1.4.1 |
| 1034 | 2026-06-30T19:48:36.481Z | Downloaded subtle v2.6.1 |
| 1035 | 2026-06-30T19:48:36.481Z | Downloaded structmeta-derive v0.3.0 |
| 1036 | 2026-06-30T19:48:36.484Z | Downloaded sync_wrapper v1.0.2 |
| 1037 | 2026-06-30T19:48:36.484Z | Downloaded supports-color v3.0.2 |
| 1038 | 2026-06-30T19:48:36.484Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1039 | 2026-06-30T19:48:36.484Z | Downloaded strsim v0.10.0 |
| 1040 | 2026-06-30T19:48:36.487Z | Downloaded dropshot-api-manager v0.7.2 |
| 1041 | 2026-06-30T19:48:36.490Z | Downloaded tagptr v0.2.0 |
| 1042 | 2026-06-30T19:48:36.490Z | Downloaded smf v0.2.3 |
| 1043 | 2026-06-30T19:48:36.493Z | Downloaded slog-stdlog v4.1.1 |
| 1044 | 2026-06-30T19:48:36.493Z | Downloaded slog-scope v4.4.1 |
| 1045 | 2026-06-30T19:48:36.493Z | Downloaded slog-term v2.9.2 |
| 1046 | 2026-06-30T19:48:36.496Z | Downloaded rustls-pki-types v1.14.0 |
| 1047 | 2026-06-30T19:48:36.499Z | Downloaded slog-json v2.6.1 |
| 1048 | 2026-06-30T19:48:36.499Z | Downloaded pin-project v1.1.11 |
| 1049 | 2026-06-30T19:48:36.503Z | Downloaded minimal-lexical v0.2.1 |
| 1050 | 2026-06-30T19:48:36.506Z | Downloaded slog-dtrace v0.3.0 |
| 1051 | 2026-06-30T19:48:36.509Z | Downloaded take_mut v0.2.2 |
| 1052 | 2026-06-30T19:48:36.509Z | Downloaded tabled_derive v0.11.0 |
| 1053 | 2026-06-30T19:48:36.509Z | Downloaded termtree v0.5.1 |
| 1054 | 2026-06-30T19:48:36.512Z | Downloaded tap v1.0.1 |
| 1055 | 2026-06-30T19:48:36.512Z | Downloaded aws-lc-rs v1.16.3 |
| 1056 | 2026-06-30T19:48:36.517Z | Downloaded testing_table v0.3.0 |
| 1057 | 2026-06-30T19:48:36.520Z | Downloaded ron v0.8.1 |
| 1058 | 2026-06-30T19:48:36.523Z | Downloaded serde_path_to_error v0.1.20 |
| 1059 | 2026-06-30T19:48:36.523Z | Downloaded progenitor-impl v0.14.0 |
| 1060 | 2026-06-30T19:48:36.526Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1061 | 2026-06-30T19:48:36.526Z | Downloaded sync-ptr v0.1.4 |
| 1062 | 2026-06-30T19:48:36.526Z | Downloaded snafu-derive v0.8.9 |
| 1063 | 2026-06-30T19:48:36.529Z | Downloaded sqlformat v0.3.5 |
| 1064 | 2026-06-30T19:48:36.529Z | Downloaded slog-async v2.8.0 |
| 1065 | 2026-06-30T19:48:36.529Z | Downloaded slab v0.4.12 |
| 1066 | 2026-06-30T19:48:36.534Z | Downloaded serde_cbor v0.11.2 |
| 1067 | 2026-06-30T19:48:36.534Z | Downloaded tinyvec_macros v0.1.1 |
| 1068 | 2026-06-30T19:48:36.537Z | Downloaded time-core v0.1.8 |
| 1069 | 2026-06-30T19:48:36.537Z | Downloaded russh-keys v0.45.0 |
| 1070 | 2026-06-30T19:48:36.537Z | Downloaded prettyplease v0.2.37 |
| 1071 | 2026-06-30T19:48:36.539Z | Downloaded thread-id v5.1.0 |
| 1072 | 2026-06-30T19:48:36.539Z | Downloaded signal-hook-registry v1.4.8 |
| 1073 | 2026-06-30T19:48:36.539Z | Downloaded static_assertions v1.1.0 |
| 1074 | 2026-06-30T19:48:36.542Z | Downloaded stacker v0.1.23 |
| 1075 | 2026-06-30T19:48:36.542Z | Downloaded ssh-encoding v0.2.0 |
| 1076 | 2026-06-30T19:48:36.545Z | Downloaded strum v0.27.2 |
| 1077 | 2026-06-30T19:48:36.545Z | Downloaded stringprep v0.1.5 |
| 1078 | 2026-06-30T19:48:36.545Z | Downloaded string_cache v0.8.9 |
| 1079 | 2026-06-30T19:48:36.548Z | Downloaded tokio-macros v2.7.0 |
| 1080 | 2026-06-30T19:48:36.550Z | Downloaded serde_with_macros v3.17.0 |
| 1081 | 2026-06-30T19:48:36.553Z | Downloaded tabwriter v1.4.1 |
| 1082 | 2026-06-30T19:48:36.553Z | Downloaded support-bundle-viewer v0.1.2 |
| 1083 | 2026-06-30T19:48:36.556Z | Downloaded strum_macros v0.27.2 |
| 1084 | 2026-06-30T19:48:36.558Z | Downloaded strum_macros v0.24.3 |
| 1085 | 2026-06-30T19:48:36.559Z | Downloaded strum_macros v0.26.4 |
| 1086 | 2026-06-30T19:48:36.561Z | Downloaded smallvec v0.6.14 |
| 1087 | 2026-06-30T19:48:36.561Z | Downloaded hashbrown v0.15.5 |
| 1088 | 2026-06-30T19:48:36.564Z | Downloaded mio v1.2.0 |
| 1089 | 2026-06-30T19:48:36.568Z | Downloaded termios v0.3.3 |
| 1090 | 2026-06-30T19:48:36.571Z | Downloaded hashbrown v0.16.1 |
| 1091 | 2026-06-30T19:48:36.575Z | Downloaded topological-sort v0.2.2 |
| 1092 | 2026-06-30T19:48:36.575Z | Downloaded tokio-test v0.4.5 |
| 1093 | 2026-06-30T19:48:36.579Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1094 | 2026-06-30T19:48:36.582Z | Downloaded schemars v0.8.22 |
| 1095 | 2026-06-30T19:48:36.590Z | Downloaded tower-service v0.3.3 |
| 1096 | 2026-06-30T19:48:36.596Z | Downloaded try-lock v0.2.5 |
| 1097 | 2026-06-30T19:48:36.596Z | Downloaded spki v0.7.3 |
| 1098 | 2026-06-30T19:48:36.596Z | Downloaded trait-variant v0.1.2 |
| 1099 | 2026-06-30T19:48:36.596Z | Downloaded tower-layer v0.3.3 |
| 1100 | 2026-06-30T19:48:36.596Z | Downloaded time-macros v0.2.27 |
| 1101 | 2026-06-30T19:48:36.600Z | Downloaded thread_local v1.1.9 |
| 1102 | 2026-06-30T19:48:36.600Z | Downloaded thiserror-no-std v2.0.2 |
| 1103 | 2026-06-30T19:48:36.600Z | Downloaded bitvec v1.0.1 |
| 1104 | 2026-06-30T19:48:36.607Z | Downloaded unarray v0.1.4 |
| 1105 | 2026-06-30T19:48:36.615Z | Downloaded typify-macro v0.6.2 |
| 1106 | 2026-06-30T19:48:36.615Z | Downloaded tiny-keccak v2.0.2 |
| 1107 | 2026-06-30T19:48:36.615Z | Downloaded tls_codec_derive v0.4.2 |
| 1108 | 2026-06-30T19:48:36.615Z | Downloaded rayon-core v1.13.0 |
| 1109 | 2026-06-30T19:48:36.619Z | Downloaded libxml v0.3.3 |
| 1110 | 2026-06-30T19:48:36.619Z | Downloaded universal-hash v0.5.1 |
| 1111 | 2026-06-30T19:48:36.619Z | Downloaded ryu v1.0.23 |
| 1112 | 2026-06-30T19:48:36.622Z | Downloaded unit-prefix v0.5.2 |
| 1113 | 2026-06-30T19:48:36.622Z | Downloaded unicode-truncate v1.1.0 |
| 1114 | 2026-06-30T19:48:36.622Z | Downloaded untrusted v0.7.1 |
| 1115 | 2026-06-30T19:48:36.624Z | Downloaded num-bigint v0.4.6 |
| 1116 | 2026-06-30T19:48:36.627Z | Downloaded tokio-tungstenite v0.23.1 |
| 1117 | 2026-06-30T19:48:36.627Z | Downloaded similar v2.7.0 |
| 1118 | 2026-06-30T19:48:36.630Z | Downloaded signal-hook v0.3.18 |
| 1119 | 2026-06-30T19:48:36.633Z | Downloaded quinn v0.11.9 |
| 1120 | 2026-06-30T19:48:36.636Z | Downloaded slog v2.8.2 |
| 1121 | 2026-06-30T19:48:36.636Z | Downloaded term v0.7.0 |
| 1122 | 2026-06-30T19:48:36.639Z | Downloaded utf-8 v0.7.6 |
| 1123 | 2026-06-30T19:48:36.639Z | Downloaded usdt-macro v0.6.0 |
| 1124 | 2026-06-30T19:48:36.642Z | Downloaded void v1.0.2 |
| 1125 | 2026-06-30T19:48:36.642Z | Downloaded usdt-attr-macro v0.6.0 |
| 1126 | 2026-06-30T19:48:36.642Z | Downloaded spin v0.9.8 |
| 1127 | 2026-06-30T19:48:36.642Z | Downloaded wait-timeout v0.2.1 |
| 1128 | 2026-06-30T19:48:36.645Z | Downloaded waitgroup v0.1.2 |
| 1129 | 2026-06-30T19:48:36.645Z | Downloaded tokio-tungstenite v0.21.0 |
| 1130 | 2026-06-30T19:48:36.645Z | Downloaded rsa v0.9.10 |
| 1131 | 2026-06-30T19:48:36.648Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1132 | 2026-06-30T19:48:36.650Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1133 | 2026-06-30T19:48:36.650Z | Downloaded itertools v0.13.0 |
| 1134 | 2026-06-30T19:48:36.655Z | Downloaded want v0.3.1 |
| 1135 | 2026-06-30T19:48:36.658Z | Downloaded aho-corasick v1.1.4 |
| 1136 | 2026-06-30T19:48:36.658Z | Downloaded futures-util v0.3.32 |
| 1137 | 2026-06-30T19:48:36.666Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1138 | 2026-06-30T19:48:36.669Z | Downloaded tui-tree-widget v0.23.1 |
| 1139 | 2026-06-30T19:48:36.669Z | Downloaded hyper v1.10.1 |
| 1140 | 2026-06-30T19:48:36.672Z | Downloaded tls_codec v0.4.2 |
| 1141 | 2026-06-30T19:48:36.674Z | Downloaded term v1.2.1 |
| 1142 | 2026-06-30T19:48:36.676Z | Downloaded untrusted v0.9.0 |
| 1143 | 2026-06-30T19:48:36.676Z | Downloaded tokio-dtrace v0.1.1 |
| 1144 | 2026-06-30T19:48:36.679Z | Downloaded socket2 v0.6.3 |
| 1145 | 2026-06-30T19:48:36.679Z | Downloaded subprocess v0.2.15 |
| 1146 | 2026-06-30T19:48:36.683Z | Downloaded rustls-webpki v0.103.9 |
| 1147 | 2026-06-30T19:48:36.683Z | Downloaded xattr v1.6.1 |
| 1148 | 2026-06-30T19:48:36.686Z | Downloaded rand v0.9.2 |
| 1149 | 2026-06-30T19:48:36.689Z | Downloaded nom v7.1.3 |
| 1150 | 2026-06-30T19:48:36.691Z | Downloaded unicase v2.9.0 |
| 1151 | 2026-06-30T19:48:36.691Z | Downloaded hkdf v0.12.4 |
| 1152 | 2026-06-30T19:48:36.694Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1153 | 2026-06-30T19:48:36.694Z | Downloaded tokio-rustls v0.26.4 |
| 1154 | 2026-06-30T19:48:36.694Z | Downloaded xshell-macros v0.2.7 |
| 1155 | 2026-06-30T19:48:36.694Z | Downloaded zeroize_derive v1.4.3 |
| 1156 | 2026-06-30T19:48:36.697Z | Downloaded usdt v0.6.0 |
| 1157 | 2026-06-30T19:48:36.697Z | Downloaded samael v0.0.19 |
| 1158 | 2026-06-30T19:48:36.699Z | Downloaded usdt-impl v0.6.0 |
| 1159 | 2026-06-30T19:48:36.702Z | Downloaded tokio-native-tls v0.3.1 |
| 1160 | 2026-06-30T19:48:36.702Z | Downloaded h2 v0.4.15 |
| 1161 | 2026-06-30T19:48:36.706Z | Downloaded vergen-git2 v9.1.0 |
| 1162 | 2026-06-30T19:48:36.709Z | Downloaded snafu v0.8.9 |
| 1163 | 2026-06-30T19:48:36.712Z | Downloaded socket2 v0.5.10 |
| 1164 | 2026-06-30T19:48:36.712Z | Downloaded vergen-lib v0.1.6 |
| 1165 | 2026-06-30T19:48:36.714Z | Downloaded vergen-gitcl v1.0.8 |
| 1166 | 2026-06-30T19:48:36.714Z | Downloaded zone_cfg_derive v0.3.1 |
| 1167 | 2026-06-30T19:48:36.714Z | Downloaded schemars v0.9.0 |
| 1168 | 2026-06-30T19:48:36.720Z | Downloaded walkdir v2.5.0 |
| 1169 | 2026-06-30T19:48:36.723Z | Downloaded libm v0.2.16 |
| 1170 | 2026-06-30T19:48:36.727Z | Downloaded vergen-lib v9.1.0 |
| 1171 | 2026-06-30T19:48:36.730Z | Downloaded twox-hash v2.1.2 |
| 1172 | 2026-06-30T19:48:36.730Z | Downloaded whoami v1.6.1 |
| 1173 | 2026-06-30T19:48:36.733Z | Downloaded wyz v0.5.1 |
| 1174 | 2026-06-30T19:48:36.733Z | Downloaded tinyvec v1.10.0 |
| 1175 | 2026-06-30T19:48:36.733Z | Downloaded vsss-rs v3.3.4 |
| 1176 | 2026-06-30T19:48:36.736Z | Downloaded rand v0.10.0 |
| 1177 | 2026-06-30T19:48:36.739Z | Downloaded unicode-properties v0.1.4 |
| 1178 | 2026-06-30T19:48:36.739Z | Downloaded num-bigint-dig v0.8.6 |
| 1179 | 2026-06-30T19:48:36.742Z | Downloaded nom v8.0.0 |
| 1180 | 2026-06-30T19:48:36.745Z | Downloaded iri-string v0.7.10 |
| 1181 | 2026-06-30T19:48:36.748Z | Downloaded itertools v0.12.1 |
| 1182 | 2026-06-30T19:48:36.752Z | Downloaded xshell v0.2.7 |
| 1183 | 2026-06-30T19:48:36.755Z | Downloaded tracing-attributes v0.1.31 |
| 1184 | 2026-06-30T19:48:36.755Z | Downloaded tokio-stream v0.1.18 |
| 1185 | 2026-06-30T19:48:36.758Z | Downloaded tar v0.4.45 |
| 1186 | 2026-06-30T19:48:36.763Z | Downloaded schemars v1.2.1 |
| 1187 | 2026-06-30T19:48:36.767Z | Downloaded zone v0.3.1 |
| 1188 | 2026-06-30T19:48:36.770Z | Downloaded zeroize v1.8.2 |
| 1189 | 2026-06-30T19:48:36.770Z | Downloaded steno v0.4.1 |
| 1190 | 2026-06-30T19:48:36.772Z | Downloaded tungstenite v0.21.0 |
| 1191 | 2026-06-30T19:48:36.776Z | Downloaded vergen v9.1.0 |
| 1192 | 2026-06-30T19:48:36.776Z | Downloaded toml v0.7.8 |
| 1193 | 2026-06-30T19:48:36.779Z | Downloaded zstd-safe v7.2.4 |
| 1194 | 2026-06-30T19:48:36.779Z | Downloaded uzers v0.12.2 |
| 1195 | 2026-06-30T19:48:36.779Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1196 | 2026-06-30T19:48:36.782Z | Downloaded test-strategy v0.4.5 |
| 1197 | 2026-06-30T19:48:36.782Z | Downloaded itertools v0.14.0 |
| 1198 | 2026-06-30T19:48:36.786Z | Downloaded zerocopy v0.6.6 |
| 1199 | 2026-06-30T19:48:36.789Z | Downloaded yasna v0.5.2 |
| 1200 | 2026-06-30T19:48:36.789Z | Downloaded typify v0.6.2 |
| 1201 | 2026-06-30T19:48:36.792Z | Downloaded publicsuffix v2.3.0 |
| 1202 | 2026-06-30T19:48:36.794Z | Downloaded qorb v0.4.1 |
| 1203 | 2026-06-30T19:48:36.797Z | Downloaded whoami v2.1.0 |
| 1204 | 2026-06-30T19:48:36.797Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1205 | 2026-06-30T19:48:36.801Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1206 | 2026-06-30T19:48:36.803Z | Downloaded zstd v0.13.3 |
| 1207 | 2026-06-30T19:48:36.804Z | Downloaded russh v0.45.0 |
| 1208 | 2026-06-30T19:48:36.806Z | Downloaded rustyline v14.0.0 |
| 1209 | 2026-06-30T19:48:36.809Z | Downloaded rpassword v7.4.0 |
| 1210 | 2026-06-30T19:48:36.809Z | Downloaded unsafe-libyaml v0.2.11 |
| 1211 | 2026-06-30T19:48:36.812Z | Downloaded iddqd v0.4.2 |
| 1212 | 2026-06-30T19:48:36.816Z | Downloaded p521 v0.13.3 |
| 1213 | 2026-06-30T19:48:36.819Z | Downloaded curve25519-dalek v4.1.3 |
| 1214 | 2026-06-30T19:48:36.823Z | Downloaded uuid v1.23.4 |
| 1215 | 2026-06-30T19:48:36.826Z | Downloaded unicode-bidi v0.3.18 |
| 1216 | 2026-06-30T19:48:36.829Z | Downloaded reqwest v0.13.2 |
| 1217 | 2026-06-30T19:48:36.832Z | Downloaded blake3 v1.8.5 |
| 1218 | 2026-06-30T19:48:36.835Z | Downloaded zopfli v0.8.3 |
| 1219 | 2026-06-30T19:48:36.838Z | Downloaded vte v0.14.1 |
| 1220 | 2026-06-30T19:48:36.838Z | Downloaded tracing-core v0.1.36 |
| 1221 | 2026-06-30T19:48:36.840Z | Downloaded rand v0.8.6 |
| 1222 | 2026-06-30T19:48:36.843Z | Downloaded tungstenite v0.23.0 |
| 1223 | 2026-06-30T19:48:36.850Z | Downloaded regex v1.12.3 |
| 1224 | 2026-06-30T19:48:36.854Z | Downloaded tokio-postgres v0.7.16 |
| 1225 | 2026-06-30T19:48:36.865Z | Downloaded toml_edit v0.19.15 |
| 1226 | 2026-06-30T19:48:36.878Z | Downloaded yansi v1.0.1 |
| 1227 | 2026-06-30T19:48:36.884Z | Downloaded serde_with v1.14.0 |
| 1228 | 2026-06-30T19:48:36.893Z | Downloaded ssh-key v0.6.7 |
| 1229 | 2026-06-30T19:48:36.904Z | Downloaded unicode_categories v0.1.1 |
| 1230 | 2026-06-30T19:48:36.906Z | Downloaded goblin v0.10.5 |
| 1231 | 2026-06-30T19:48:36.910Z | Downloaded unicode-segmentation v1.12.0 |
| 1232 | 2026-06-30T19:48:36.912Z | Downloaded zip v0.6.6 |
| 1233 | 2026-06-30T19:48:36.915Z | Downloaded reedline v0.40.0 |
| 1234 | 2026-06-30T19:48:36.919Z | Downloaded p384 v0.13.1 |
| 1235 | 2026-06-30T19:48:36.923Z | Downloaded proptest v1.10.0 |
| 1236 | 2026-06-30T19:48:36.929Z | Downloaded lalrpop v0.19.12 |
| 1237 | 2026-06-30T19:48:36.934Z | Downloaded unicode-normalization v0.1.25 |
| 1238 | 2026-06-30T19:48:36.937Z | Downloaded chrono v0.4.44 |
| 1239 | 2026-06-30T19:48:36.941Z | Downloaded zerocopy-derive v0.8.40 |
| 1240 | 2026-06-30T19:48:36.946Z | Downloaded bindgen v0.71.1 |
| 1241 | 2026-06-30T19:48:36.949Z | Downloaded zip v4.6.1 |
| 1242 | 2026-06-30T19:48:36.952Z | Downloaded tower v0.5.3 |
| 1243 | 2026-06-30T19:48:36.957Z | Downloaded typed-path v0.9.3 |
| 1244 | 2026-06-30T19:48:36.960Z | Downloaded reqwest v0.12.28 |
| 1245 | 2026-06-30T19:48:36.965Z | Downloaded x509-cert v0.2.5 |
| 1246 | 2026-06-30T19:48:36.968Z | Downloaded salty v0.3.0 |
| 1247 | 2026-06-30T19:48:36.971Z | Downloaded rayon v1.11.0 |
| 1248 | 2026-06-30T19:48:36.976Z | Downloaded portable-atomic v1.13.1 |
| 1249 | 2026-06-30T19:48:36.981Z | Downloaded moka v0.12.13 |
| 1250 | 2026-06-30T19:48:37.002Z | Downloaded tokio-util v0.7.18 |
| 1251 | 2026-06-30T19:48:37.011Z | Downloaded git2 v0.20.4 |
| 1252 | 2026-06-30T19:48:37.025Z | Downloaded quick-xml v0.37.5 |
| 1253 | 2026-06-30T19:48:37.028Z | Downloaded nix v0.27.1 |
| 1254 | 2026-06-30T19:48:37.033Z | Downloaded petname v2.0.2 |
| 1255 | 2026-06-30T19:48:37.033Z | Downloaded radix_trie v0.2.1 |
| 1256 | 2026-06-30T19:48:37.033Z | Downloaded tower-http v0.6.8 |
| 1257 | 2026-06-30T19:48:37.039Z | Downloaded polar-core v0.27.3 |
| 1258 | 2026-06-30T19:48:37.050Z | Downloaded tough v0.22.0 |
| 1259 | 2026-06-30T19:48:37.056Z | Downloaded serde_with v3.17.0 |
| 1260 | 2026-06-30T19:48:37.062Z | Downloaded openssl v0.10.79 |
| 1261 | 2026-06-30T19:48:37.068Z | Downloaded winnow v0.6.26 |
| 1262 | 2026-06-30T19:48:37.074Z | Downloaded winnow v0.5.40 |
| 1263 | 2026-06-30T19:48:37.077Z | Downloaded quinn-proto v0.11.13 |
| 1264 | 2026-06-30T19:48:37.081Z | Downloaded object v0.30.4 |
| 1265 | 2026-06-30T19:48:37.086Z | Downloaded zlib-rs v0.6.2 |
| 1266 | 2026-06-30T19:48:37.089Z | Downloaded tabled v0.20.0 |
| 1267 | 2026-06-30T19:48:37.099Z | Downloaded smoltcp v0.9.1 |
| 1268 | 2026-06-30T19:48:37.105Z | Downloaded winnow v1.0.3 |
| 1269 | 2026-06-30T19:48:37.109Z | Downloaded nix v0.28.0 |
| 1270 | 2026-06-30T19:48:37.116Z | Downloaded hickory-proto v0.24.4 |
| 1271 | 2026-06-30T19:48:37.124Z | Downloaded dropshot v0.17.1 |
| 1272 | 2026-06-30T19:48:37.136Z | Downloaded time v0.3.47 |
| 1273 | 2026-06-30T19:48:37.144Z | Downloaded nix v0.31.2 |
| 1274 | 2026-06-30T19:48:37.151Z | Downloaded bstr v1.12.1 |
| 1275 | 2026-06-30T19:48:37.155Z | Downloaded regex-syntax v0.6.29 |
| 1276 | 2026-06-30T19:48:37.159Z | Downloaded openapiv3 v2.2.0 |
| 1277 | 2026-06-30T19:48:37.166Z | Downloaded vcpkg v0.2.15 |
| 1278 | 2026-06-30T19:48:37.188Z | Downloaded rustls v0.23.41 |
| 1279 | 2026-06-30T19:48:37.195Z | Downloaded smoltcp v0.11.0 |
| 1280 | 2026-06-30T19:48:37.201Z | Downloaded diesel v2.3.7 |
| 1281 | 2026-06-30T19:48:37.213Z | Downloaded regress v0.10.5 |
| 1282 | 2026-06-30T19:48:37.218Z | Downloaded rustix v0.38.44 |
| 1283 | 2026-06-30T19:48:37.230Z | Downloaded zerocopy v0.8.40 |
| 1284 | 2026-06-30T19:48:37.237Z | Downloaded regress v0.11.1 |
| 1285 | 2026-06-30T19:48:37.241Z | Downloaded regex-syntax v0.8.10 |
| 1286 | 2026-06-30T19:48:37.246Z | Downloaded object v0.37.3 |
| 1287 | 2026-06-30T19:48:37.251Z | Downloaded hickory-proto v0.25.2 |
| 1288 | 2026-06-30T19:48:37.260Z | Downloaded sqlparser v0.61.0 |
| 1289 | 2026-06-30T19:48:37.278Z | Downloaded tracing v0.1.44 |
| 1290 | 2026-06-30T19:48:37.292Z | Downloaded sled v0.34.7 |
| 1291 | 2026-06-30T19:48:37.305Z | Downloaded zerocopy-derive v0.6.6 |
| 1292 | 2026-06-30T19:48:37.326Z | Downloaded jiff v0.2.21 |
| 1293 | 2026-06-30T19:48:37.344Z | Downloaded typify-impl v0.6.2 |
| 1294 | 2026-06-30T19:48:37.351Z | Downloaded ratatui v0.29.0 |
| 1295 | 2026-06-30T19:48:37.363Z | Downloaded csv v1.4.0 |
| 1296 | 2026-06-30T19:48:37.374Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1297 | 2026-06-30T19:48:37.389Z | Downloaded sha3 v0.10.8 |
| 1298 | 2026-06-30T19:48:37.409Z | Downloaded regex-automata v0.4.14 |
| 1299 | 2026-06-30T19:48:37.417Z | Downloaded petgraph v0.6.5 |
| 1300 | 2026-06-30T19:48:37.428Z | Downloaded encoding_rs v0.8.35 |
| 1301 | 2026-06-30T19:48:37.442Z | Downloaded chrono-tz v0.10.4 |
| 1302 | 2026-06-30T19:48:37.452Z | Downloaded petgraph v0.8.3 |
| 1303 | 2026-06-30T19:48:37.474Z | Downloaded libz-sys v1.1.24 |
| 1304 | 2026-06-30T19:48:37.486Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1305 | 2026-06-30T19:48:37.498Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1306 | 2026-06-30T19:48:37.528Z | Downloaded tokio v1.52.1 |
| 1307 | 2026-06-30T19:48:37.600Z | Downloaded ring v0.17.14 |
| 1308 | 2026-06-30T19:48:38.089Z | Downloaded aws-lc-sys v0.40.0 |
| 1309 | 2026-06-30T19:48:38.343Z | Compiling libc v0.2.185 |
| 1310 | 2026-06-30T19:48:38.343Z | Compiling serde v1.0.228 |
| 1311 | 2026-06-30T19:48:38.347Z | Compiling log v0.4.29 |
| 1312 | 2026-06-30T19:48:38.482Z | Compiling smallvec v1.15.1 |
| 1313 | 2026-06-30T19:48:38.485Z | Compiling shlex v1.3.0 |
| 1314 | 2026-06-30T19:48:38.485Z | Compiling find-msvc-tools v0.1.9 |
| 1315 | 2026-06-30T19:48:38.496Z | Compiling syn v2.0.117 |
| 1316 | 2026-06-30T19:48:38.505Z | Compiling typenum v1.19.0 |
| 1317 | 2026-06-30T19:48:38.740Z | Compiling generic-array v0.14.7 |
| 1318 | 2026-06-30T19:48:38.753Z | Compiling subtle v2.6.1 |
| 1319 | 2026-06-30T19:48:38.759Z | Compiling scopeguard v1.2.0 |
| 1320 | 2026-06-30T19:48:38.801Z | Compiling const-oid v0.9.6 |
| 1321 | 2026-06-30T19:48:38.872Z | Compiling lock_api v0.4.14 |
| 1322 | 2026-06-30T19:48:38.902Z | Compiling serde_json v1.0.150 |
| 1323 | 2026-06-30T19:48:38.930Z | Compiling zerocopy v0.8.40 |
| 1324 | 2026-06-30T19:48:39.001Z | Compiling pin-project-lite v0.2.17 |
| 1325 | 2026-06-30T19:48:39.117Z | Compiling portable-atomic v1.13.1 |
| 1326 | 2026-06-30T19:48:39.131Z | Compiling parking_lot_core v0.9.12 |
| 1327 | 2026-06-30T19:48:39.505Z | Compiling jobserver v0.1.34 |
| 1328 | 2026-06-30T19:48:39.518Z | Compiling getrandom v0.2.17 |
| 1329 | 2026-06-30T19:48:39.569Z | Compiling errno v0.3.14 |
| 1330 | 2026-06-30T19:48:39.656Z | Compiling rand_core v0.6.4 |
| 1331 | 2026-06-30T19:48:39.733Z | Compiling cc v1.2.56 |
| 1332 | 2026-06-30T19:48:39.744Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-06-30T19:48:39.770Z | Compiling signal-hook-registry v1.4.8 |
| 1334 | 2026-06-30T19:48:39.956Z | Compiling bitflags v2.11.0 |
| 1335 | 2026-06-30T19:48:40.058Z | Compiling libm v0.2.16 |
| 1336 | 2026-06-30T19:48:40.204Z | Compiling futures-core v0.3.32 |
| 1337 | 2026-06-30T19:48:40.208Z | Compiling critical-section v1.2.0 |
| 1338 | 2026-06-30T19:48:40.300Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-06-30T19:48:40.335Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-06-30T19:48:40.349Z | Compiling mio v1.2.0 |
| 1341 | 2026-06-30T19:48:40.370Z | Compiling num-traits v0.2.19 |
| 1342 | 2026-06-30T19:48:40.455Z | Compiling percent-encoding v2.3.2 |
| 1343 | 2026-06-30T19:48:40.559Z | Compiling socket2 v0.6.3 |
| 1344 | 2026-06-30T19:48:40.668Z | Compiling futures-sink v0.3.32 |
| 1345 | 2026-06-30T19:48:40.690Z | Compiling cpufeatures v0.2.17 |
| 1346 | 2026-06-30T19:48:40.762Z | Compiling futures-channel v0.3.32 |
| 1347 | 2026-06-30T19:48:40.777Z | Compiling slab v0.4.12 |
| 1348 | 2026-06-30T19:48:40.790Z | Compiling futures-task v0.3.32 |
| 1349 | 2026-06-30T19:48:40.832Z | Compiling getrandom v0.4.1 |
| 1350 | 2026-06-30T19:48:40.969Z | Compiling futures-io v0.3.32 |
| 1351 | 2026-06-30T19:48:40.983Z | Compiling rand_core v0.10.0 |
| 1352 | 2026-06-30T19:48:40.998Z | Compiling indexmap v2.14.0 |
| 1353 | 2026-06-30T19:48:41.008Z | Compiling rustversion v1.0.22 |
| 1354 | 2026-06-30T19:48:41.156Z | Compiling getrandom v0.3.4 |
| 1355 | 2026-06-30T19:48:41.163Z | Compiling form_urlencoded v1.2.2 |
| 1356 | 2026-06-30T19:48:41.380Z | Compiling cmake v0.1.57 |
| 1357 | 2026-06-30T19:48:41.472Z | Compiling synstructure v0.13.2 |
| 1358 | 2026-06-30T19:48:41.644Z | Compiling fs_extra v1.3.0 |
| 1359 | 2026-06-30T19:48:41.703Z | Compiling base64ct v1.8.3 |
| 1360 | 2026-06-30T19:48:41.814Z | Compiling ident_case v1.0.1 |
| 1361 | 2026-06-30T19:48:41.895Z | Compiling dunce v1.0.5 |
| 1362 | 2026-06-30T19:48:41.929Z | Compiling iana-time-zone v0.1.65 |
| 1363 | 2026-06-30T19:48:41.948Z | Compiling pem-rfc7468 v0.7.0 |
| 1364 | 2026-06-30T19:48:41.993Z | Compiling aws-lc-sys v0.40.0 |
| 1365 | 2026-06-30T19:48:42.017Z | Compiling rustix v1.1.3 |
| 1366 | 2026-06-30T19:48:42.107Z | Compiling flagset v0.4.7 |
| 1367 | 2026-06-30T19:48:42.153Z | Compiling regex-syntax v0.8.10 |
| 1368 | 2026-06-30T19:48:42.167Z | Compiling rand_core v0.9.5 |
| 1369 | 2026-06-30T19:48:42.201Z | Compiling vcpkg v0.2.15 |
| 1370 | 2026-06-30T19:48:42.267Z | Compiling uuid v1.23.4 |
| 1371 | 2026-06-30T19:48:42.275Z | Compiling rustc_version v0.4.1 |
| 1372 | 2026-06-30T19:48:42.468Z | Compiling tracing-core v0.1.36 |
| 1373 | 2026-06-30T19:48:42.617Z | Compiling base64 v0.22.1 |
| 1374 | 2026-06-30T19:48:42.966Z | Compiling openssl-sys v0.9.115 |
| 1375 | 2026-06-30T19:48:42.967Z | Compiling aws-lc-rs v1.16.3 |
| 1376 | 2026-06-30T19:48:43.037Z | Compiling tinyvec_macros v0.1.1 |
| 1377 | 2026-06-30T19:48:43.052Z | Compiling openssl-probe v0.2.1 |
| 1378 | 2026-06-30T19:48:43.118Z | Compiling httparse v1.10.1 |
| 1379 | 2026-06-30T19:48:43.206Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-06-30T19:48:43.247Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-06-30T19:48:43.294Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-06-30T19:48:43.483Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-06-30T19:48:43.566Z | Compiling zerovec-derive v0.11.2 |
| 1384 | 2026-06-30T19:48:43.848Z | Compiling zerocopy-derive v0.8.40 |
| 1385 | 2026-06-30T19:48:43.931Z | Compiling zeroize v1.8.2 |
| 1386 | 2026-06-30T19:48:44.585Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-06-30T19:48:44.712Z | Compiling tokio-macros v2.7.0 |
| 1388 | 2026-06-30T19:48:44.728Z | Compiling futures-macro v0.3.32 |
| 1389 | 2026-06-30T19:48:44.744Z | Compiling crypto-common v0.1.7 |
| 1390 | 2026-06-30T19:48:44.777Z | Compiling zerofrom v0.1.6 |
| 1391 | 2026-06-30T19:48:44.904Z | Compiling yoke v0.8.1 |
| 1392 | 2026-06-30T19:48:44.919Z | Compiling block-buffer v0.10.4 |
| 1393 | 2026-06-30T19:48:45.108Z | Compiling zerovec v0.11.5 |
| 1394 | 2026-06-30T19:48:45.122Z | Compiling digest v0.10.7 |
| 1395 | 2026-06-30T19:48:45.359Z | Compiling zerotrie v0.2.3 |
| 1396 | 2026-06-30T19:48:45.393Z | Compiling hmac v0.12.1 |
| 1397 | 2026-06-30T19:48:45.471Z | Compiling block-padding v0.3.3 |
| 1398 | 2026-06-30T19:48:45.568Z | Compiling sha2 v0.10.9 |
| 1399 | 2026-06-30T19:48:45.578Z | Compiling futures-util v0.3.32 |
| 1400 | 2026-06-30T19:48:45.646Z | Compiling tinystr v0.8.2 |
| 1401 | 2026-06-30T19:48:45.660Z | Compiling potential_utf v0.1.4 |
| 1402 | 2026-06-30T19:48:45.674Z | Compiling inout v0.1.4 |
| 1403 | 2026-06-30T19:48:45.832Z | Compiling icu_locale_core v2.1.1 |
| 1404 | 2026-06-30T19:48:45.855Z | Compiling icu_collections v2.1.1 |
| 1405 | 2026-06-30T19:48:45.855Z | Compiling cipher v0.4.4 |
| 1406 | 2026-06-30T19:48:46.151Z | Compiling der_derive v0.7.3 |
| 1407 | 2026-06-30T19:48:46.350Z | Compiling salsa20 v0.10.2 |
| 1408 | 2026-06-30T19:48:46.513Z | Compiling icu_provider v2.1.1 |
| 1409 | 2026-06-30T19:48:46.730Z | Compiling bytes v1.11.1 |
| 1410 | 2026-06-30T19:48:46.789Z | Compiling icu_normalizer v2.1.1 |
| 1411 | 2026-06-30T19:48:46.817Z | Compiling icu_properties v2.1.2 |
| 1412 | 2026-06-30T19:48:46.974Z | Compiling chrono v0.4.44 |
| 1413 | 2026-06-30T19:48:47.112Z | Compiling der v0.7.10 |
| 1414 | 2026-06-30T19:48:47.345Z | Compiling tokio v1.52.1 |
| 1415 | 2026-06-30T19:48:47.379Z | Compiling http v1.4.2 |
| 1416 | 2026-06-30T19:48:47.906Z | Compiling idna_adapter v1.2.1 |
| 1417 | 2026-06-30T19:48:47.940Z | Compiling spki v0.7.3 |
| 1418 | 2026-06-30T19:48:48.018Z | Compiling idna v1.1.0 |
| 1419 | 2026-06-30T19:48:48.157Z | Compiling pbkdf2 v0.12.2 |
| 1420 | 2026-06-30T19:48:48.287Z | Compiling ppv-lite86 v0.2.21 |
| 1421 | 2026-06-30T19:48:48.309Z | Compiling thiserror-impl v2.0.18 |
| 1422 | 2026-06-30T19:48:48.334Z | Compiling url v2.5.8 |
| 1423 | 2026-06-30T19:48:48.363Z | Compiling tracing-attributes v0.1.31 |
| 1424 | 2026-06-30T19:48:48.450Z | Compiling scrypt v0.11.0 |
| 1425 | 2026-06-30T19:48:48.611Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2026-06-30T19:48:48.702Z | Compiling http-body v1.0.1 |
| 1427 | 2026-06-30T19:48:48.716Z | Compiling aes v0.8.4 |
| 1428 | 2026-06-30T19:48:48.860Z | Compiling cbc v0.1.2 |
| 1429 | 2026-06-30T19:48:49.025Z | Compiling rustls-pki-types v1.14.0 |
| 1430 | 2026-06-30T19:48:49.190Z | Compiling pkcs5 v0.7.1 |
| 1431 | 2026-06-30T19:48:49.312Z | Compiling rand v0.9.2 |
| 1432 | 2026-06-30T19:48:49.582Z | Compiling tinyvec v1.10.0 |
| 1433 | 2026-06-30T19:48:49.675Z | Compiling thiserror v2.0.18 |
| 1434 | 2026-06-30T19:48:49.717Z | Compiling tracing v0.1.44 |
| 1435 | 2026-06-30T19:48:49.732Z | Compiling pest_generator v2.8.6 |
| 1436 | 2026-06-30T19:48:49.791Z | Compiling serde_derive_internals v0.29.1 |
| 1437 | 2026-06-30T19:48:49.822Z | Compiling aho-corasick v1.1.4 |
| 1438 | 2026-06-30T19:48:49.944Z | Compiling atomic-waker v1.1.2 |
| 1439 | 2026-06-30T19:48:49.997Z | Compiling tower-service v0.3.3 |
| 1440 | 2026-06-30T19:48:50.082Z | Compiling try-lock v0.2.5 |
| 1441 | 2026-06-30T19:48:50.108Z | Compiling schemars v0.8.22 |
| 1442 | 2026-06-30T19:48:50.169Z | Compiling dyn-clone v1.0.20 |
| 1443 | 2026-06-30T19:48:50.202Z | Compiling untrusted v0.7.1 |
| 1444 | 2026-06-30T19:48:50.315Z | Compiling tower-layer v0.3.3 |
| 1445 | 2026-06-30T19:48:50.342Z | Compiling want v0.3.1 |
| 1446 | 2026-06-30T19:48:50.443Z | Compiling pest_derive v2.8.6 |
| 1447 | 2026-06-30T19:48:50.489Z | Compiling pkcs8 v0.10.2 |
| 1448 | 2026-06-30T19:48:50.515Z | Compiling ipnet v2.11.0 |
| 1449 | 2026-06-30T19:48:50.659Z | Compiling regex-automata v0.4.14 |
| 1450 | 2026-06-30T19:48:50.697Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-06-30T19:48:50.812Z | Compiling scroll_derive v0.13.1 |
| 1452 | 2026-06-30T19:48:50.881Z | Compiling darling_core v0.20.11 |
| 1453 | 2026-06-30T19:48:51.028Z | Compiling untrusted v0.9.0 |
| 1454 | 2026-06-30T19:48:51.162Z | Compiling tokio-util v0.7.18 |
| 1455 | 2026-06-30T19:48:51.515Z | Compiling foreign-types-shared v0.1.1 |
| 1456 | 2026-06-30T19:48:51.613Z | Compiling rustls v0.23.41 |
| 1457 | 2026-06-30T19:48:51.630Z | Compiling httpdate v1.0.3 |
| 1458 | 2026-06-30T19:48:51.795Z | Compiling openssl v0.10.79 |
| 1459 | 2026-06-30T19:48:51.867Z | Compiling h2 v0.4.15 |
| 1460 | 2026-06-30T19:48:51.931Z | Compiling tempfile v3.25.0 |
| 1461 | 2026-06-30T19:48:52.189Z | Compiling scroll v0.13.0 |
| 1462 | 2026-06-30T19:48:52.318Z | Compiling foreign-types v0.3.2 |
| 1463 | 2026-06-30T19:48:52.403Z | Compiling unicode-normalization v0.1.25 |
| 1464 | 2026-06-30T19:48:52.880Z | Compiling openssl-macros v0.1.1 |
| 1465 | 2026-06-30T19:48:52.895Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1466 | 2026-06-30T19:48:53.054Z | Compiling spin v0.9.8 |
| 1467 | 2026-06-30T19:48:53.140Z | Compiling darling_macro v0.20.11 |
| 1468 | 2026-06-30T19:48:53.274Z | Compiling num-conv v0.2.0 |
| 1469 | 2026-06-30T19:48:53.287Z | Compiling crc32fast v1.5.0 |
| 1470 | 2026-06-30T19:48:53.291Z | Compiling time-core v0.1.8 |
| 1471 | 2026-06-30T19:48:53.338Z | Compiling powerfmt v0.2.0 |
| 1472 | 2026-06-30T19:48:53.411Z | Compiling native-tls v0.2.18 |
| 1473 | 2026-06-30T19:48:53.453Z | Compiling time-macros v0.2.27 |
| 1474 | 2026-06-30T19:48:53.552Z | Compiling deranged v0.5.8 |
| 1475 | 2026-06-30T19:48:53.628Z | Compiling darling v0.20.11 |
| 1476 | 2026-06-30T19:48:53.716Z | Compiling goblin v0.10.5 |
| 1477 | 2026-06-30T19:48:54.544Z | Compiling sync_wrapper v1.0.2 |
| 1478 | 2026-06-30T19:48:54.593Z | Compiling wait-timeout v0.2.1 |
| 1479 | 2026-06-30T19:48:54.665Z | Compiling usdt-impl v0.6.0 |
| 1480 | 2026-06-30T19:48:54.775Z | Compiling simd-adler32 v0.3.8 |
| 1481 | 2026-06-30T19:48:54.872Z | Compiling quick-error v1.2.3 |
| 1482 | 2026-06-30T19:48:54.885Z | Compiling syn v1.0.109 |
| 1483 | 2026-06-30T19:48:54.991Z | Compiling bit-vec v0.8.0 |
| 1484 | 2026-06-30T19:48:55.028Z | Compiling hyper v1.10.1 |
| 1485 | 2026-06-30T19:48:55.199Z | Compiling crossbeam-utils v0.8.21 |
| 1486 | 2026-06-30T19:48:55.240Z | Compiling siphasher v1.0.2 |
| 1487 | 2026-06-30T19:48:55.441Z | Compiling num_threads v0.1.7 |
| 1488 | 2026-06-30T19:48:55.512Z | Compiling bit-set v0.8.0 |
| 1489 | 2026-06-30T19:48:55.550Z | Compiling time v0.3.47 |
| 1490 | 2026-06-30T19:48:55.740Z | Compiling rusty-fork v0.3.1 |
| 1491 | 2026-06-30T19:48:56.088Z | Compiling tower v0.5.3 |
| 1492 | 2026-06-30T19:48:56.380Z | Compiling hyper-util v0.1.20 |
| 1493 | 2026-06-30T19:48:56.574Z | Compiling dof v0.4.0 |
| 1494 | 2026-06-30T19:48:56.616Z | Compiling derive_builder_core v0.20.2 |
| 1495 | 2026-06-30T19:48:56.889Z | Compiling dtrace-parser v0.3.0 |
| 1496 | 2026-06-30T19:48:57.149Z | Compiling http-body-util v0.1.3 |
| 1497 | 2026-06-30T19:48:57.414Z | Compiling signature v2.2.0 |
| 1498 | 2026-06-30T19:48:57.497Z | Compiling thiserror-impl v1.0.69 |
| 1499 | 2026-06-30T19:48:57.605Z | Compiling scroll_derive v0.12.1 |
| 1500 | 2026-06-30T19:48:57.638Z | Compiling heapless v0.7.17 |
| 1501 | 2026-06-30T19:48:57.745Z | Compiling rand_xorshift v0.4.0 |
| 1502 | 2026-06-30T19:48:57.887Z | Compiling slog v2.8.2 |
| 1503 | 2026-06-30T19:48:57.918Z | Compiling darling_core v0.21.3 |
| 1504 | 2026-06-30T19:48:58.008Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1505 | 2026-06-30T19:48:58.080Z | Compiling thread-id v5.1.0 |
| 1506 | 2026-06-30T19:48:58.135Z | Compiling cookie v0.18.1 |
| 1507 | 2026-06-30T19:48:58.171Z | Compiling iri-string v0.7.10 |
| 1508 | 2026-06-30T19:48:58.266Z | Compiling unicode-properties v0.1.4 |
| 1509 | 2026-06-30T19:48:58.291Z | Compiling adler2 v2.0.1 |
| 1510 | 2026-06-30T19:48:58.326Z | Compiling ryu v1.0.23 |
| 1511 | 2026-06-30T19:48:58.432Z | Compiling allocator-api2 v0.2.21 |
| 1512 | 2026-06-30T19:48:58.488Z | Compiling anyhow v1.0.102 |
| 1513 | 2026-06-30T19:48:58.525Z | Compiling paste v1.0.15 |
| 1514 | 2026-06-30T19:48:58.767Z | Compiling unicode-bidi v0.3.18 |
| 1515 | 2026-06-30T19:48:58.787Z | Compiling zstd-safe v7.2.4 |
| 1516 | 2026-06-30T19:48:58.791Z | Compiling signal-hook v0.3.18 |
| 1517 | 2026-06-30T19:48:58.801Z | Compiling unarray v0.1.4 |
| 1518 | 2026-06-30T19:48:58.930Z | Compiling proptest v1.10.0 |
| 1519 | 2026-06-30T19:48:59.048Z | Compiling thiserror v1.0.69 |
| 1520 | 2026-06-30T19:48:59.164Z | Compiling stringprep v0.1.5 |
| 1521 | 2026-06-30T19:48:59.211Z | Compiling serde_urlencoded v0.7.1 |
| 1522 | 2026-06-30T19:48:59.291Z | Compiling miniz_oxide v0.8.9 |
| 1523 | 2026-06-30T19:48:59.499Z | Compiling tower-http v0.6.8 |
| 1524 | 2026-06-30T19:48:59.715Z | Compiling scroll v0.12.0 |
| 1525 | 2026-06-30T19:48:59.991Z | Compiling derive_builder_macro v0.20.2 |
| 1526 | 2026-06-30T19:49:00.018Z | Compiling tokio-native-tls v0.3.1 |
| 1527 | 2026-06-30T19:49:00.452Z | Compiling bstr v1.12.1 |
| 1528 | 2026-06-30T19:49:00.467Z | Compiling ipnetwork v0.21.1 |
| 1529 | 2026-06-30T19:49:00.480Z | Compiling darling_macro v0.21.3 |
| 1530 | 2026-06-30T19:49:00.500Z | Compiling rustls-native-certs v0.8.3 |
| 1531 | 2026-06-30T19:49:00.767Z | Compiling rand_chacha v0.3.1 |
| 1532 | 2026-06-30T19:49:00.798Z | Compiling serde_spanned v0.6.9 |
| 1533 | 2026-06-30T19:49:00.868Z | Compiling serde_tokenstream v0.2.3 |
| 1534 | 2026-06-30T19:49:00.955Z | Compiling toml_datetime v0.6.11 |
| 1535 | 2026-06-30T19:49:00.968Z | Compiling erased-serde v0.3.31 |
| 1536 | 2026-06-30T19:49:01.113Z | Compiling md-5 v0.10.6 |
| 1537 | 2026-06-30T19:49:01.188Z | Compiling zerocopy-derive v0.7.35 |
| 1538 | 2026-06-30T19:49:01.222Z | Compiling pin-project-internal v1.1.11 |
| 1539 | 2026-06-30T19:49:01.286Z | Compiling async-trait v0.1.89 |
| 1540 | 2026-06-30T19:49:01.461Z | Compiling curve25519-dalek v4.1.3 |
| 1541 | 2026-06-30T19:49:01.571Z | Compiling vergen-lib v9.1.0 |
| 1542 | 2026-06-30T19:49:01.768Z | Compiling num-integer v0.1.46 |
| 1543 | 2026-06-30T19:49:01.803Z | Compiling hash32 v0.2.1 |
| 1544 | 2026-06-30T19:49:02.011Z | Compiling ff v0.13.1 |
| 1545 | 2026-06-30T19:49:02.064Z | Compiling memoffset v0.9.1 |
| 1546 | 2026-06-30T19:49:02.096Z | Compiling encoding_rs v0.8.35 |
| 1547 | 2026-06-30T19:49:02.157Z | Compiling ref-cast v1.0.25 |
| 1548 | 2026-06-30T19:49:02.274Z | Compiling num-bigint-dig v0.8.6 |
| 1549 | 2026-06-30T19:49:02.298Z | Compiling cfg_aliases v0.2.1 |
| 1550 | 2026-06-30T19:49:02.332Z | Compiling psl-types v2.0.11 |
| 1551 | 2026-06-30T19:49:02.378Z | Compiling litrs v1.0.0 |
| 1552 | 2026-06-30T19:49:02.461Z | Compiling base16ct v0.2.0 |
| 1553 | 2026-06-30T19:49:02.465Z | Compiling mime v0.3.17 |
| 1554 | 2026-06-30T19:49:02.488Z | Compiling zlib-rs v0.6.2 |
| 1555 | 2026-06-30T19:49:02.650Z | Compiling smoltcp v0.9.1 |
| 1556 | 2026-06-30T19:49:02.741Z | Compiling rustix v0.38.44 |
| 1557 | 2026-06-30T19:49:02.902Z | Compiling fallible-iterator v0.2.0 |
| 1558 | 2026-06-30T19:49:03.011Z | Compiling document-features v0.2.12 |
| 1559 | 2026-06-30T19:49:03.197Z | Compiling postgres-protocol v0.6.10 |
| 1560 | 2026-06-30T19:49:03.229Z | Compiling sec1 v0.7.3 |
| 1561 | 2026-06-30T19:49:03.591Z | Compiling publicsuffix v2.3.0 |
| 1562 | 2026-06-30T19:49:03.605Z | Compiling nix v0.31.2 |
| 1563 | 2026-06-30T19:49:03.617Z | Compiling pin-project v1.1.11 |
| 1564 | 2026-06-30T19:49:03.762Z | Compiling group v0.13.0 |
| 1565 | 2026-06-30T19:49:03.775Z | Compiling zerocopy v0.7.35 |
| 1566 | 2026-06-30T19:49:03.834Z | Compiling num-iter v0.1.45 |
| 1567 | 2026-06-30T19:49:04.013Z | Compiling hubpack_derive v0.1.1 |
| 1568 | 2026-06-30T19:49:04.042Z | Compiling newtype-uuid v1.3.2 |
| 1569 | 2026-06-30T19:49:04.344Z | Compiling rand v0.8.6 |
| 1570 | 2026-06-30T19:49:04.423Z | Compiling darling v0.21.3 |
| 1571 | 2026-06-30T19:49:04.437Z | Compiling oxnet v0.1.6 |
| 1572 | 2026-06-30T19:49:04.461Z | Compiling derive_builder v0.20.2 |
| 1573 | 2026-06-30T19:49:04.594Z | Compiling hyper-tls v0.6.0 |
| 1574 | 2026-06-30T19:49:04.597Z | Compiling goblin v0.8.2 |
| 1575 | 2026-06-30T19:49:05.212Z | Compiling phf_shared v0.13.1 |
| 1576 | 2026-06-30T19:49:05.280Z | Compiling lazy_static v1.5.0 |
| 1577 | 2026-06-30T19:49:05.385Z | Compiling regex v1.12.3 |
| 1578 | 2026-06-30T19:49:05.401Z | Compiling flate2 v1.1.9 |
| 1579 | 2026-06-30T19:49:05.454Z | Compiling anstyle-parse v0.2.7 |
| 1580 | 2026-06-30T19:49:05.502Z | Compiling futures-executor v0.3.32 |
| 1581 | 2026-06-30T19:49:05.652Z | Compiling hex v0.4.3 |
| 1582 | 2026-06-30T19:49:05.776Z | Compiling hkdf v0.12.4 |
| 1583 | 2026-06-30T19:49:05.788Z | Compiling crypto-bigint v0.5.5 |
| 1584 | 2026-06-30T19:49:05.817Z | Compiling terminal_size v0.4.3 |
| 1585 | 2026-06-30T19:49:05.832Z | Compiling snafu-derive v0.8.9 |
| 1586 | 2026-06-30T19:49:05.930Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1587 | 2026-06-30T19:49:05.944Z | Compiling strum_macros v0.27.2 |
| 1588 | 2026-06-30T19:49:05.964Z | Compiling ref-cast-impl v1.0.25 |
| 1589 | 2026-06-30T19:49:06.537Z | Compiling daft-derive v0.1.7 |
| 1590 | 2026-06-30T19:49:06.594Z | Compiling vergen v9.1.0 |
| 1591 | 2026-06-30T19:49:06.786Z | Compiling fs-err v3.3.0 |
| 1592 | 2026-06-30T19:49:06.986Z | Compiling cargo-platform v0.3.2 |
| 1593 | 2026-06-30T19:49:07.271Z | Compiling ahash v0.8.12 |
| 1594 | 2026-06-30T19:49:07.285Z | Compiling libbz2-rs-sys v0.2.2 |
| 1595 | 2026-06-30T19:49:07.497Z | Compiling object v0.37.3 |
| 1596 | 2026-06-30T19:49:07.717Z | Compiling bitflags v1.3.2 |
| 1597 | 2026-06-30T19:49:07.778Z | Compiling managed v0.8.0 |
| 1598 | 2026-06-30T19:49:07.809Z | Compiling foldhash v0.2.0 |
| 1599 | 2026-06-30T19:49:07.893Z | Compiling same-file v1.0.6 |
| 1600 | 2026-06-30T19:49:07.907Z | Compiling unicode-segmentation v1.12.0 |
| 1601 | 2026-06-30T19:49:07.965Z | Compiling winnow v0.5.40 |
| 1602 | 2026-06-30T19:49:08.001Z | Compiling foldhash v0.1.5 |
| 1603 | 2026-06-30T19:49:08.038Z | Compiling bumpalo v3.20.2 |
| 1604 | 2026-06-30T19:49:08.069Z | Compiling walkdir v2.5.0 |
| 1605 | 2026-06-30T19:49:08.098Z | Compiling hashbrown v0.16.1 |
| 1606 | 2026-06-30T19:49:08.182Z | Compiling hashbrown v0.15.5 |
| 1607 | 2026-06-30T19:49:08.295Z | Compiling zopfli v0.8.3 |
| 1608 | 2026-06-30T19:49:08.389Z | Compiling strum v0.27.2 |
| 1609 | 2026-06-30T19:49:08.585Z | Compiling bzip2 v0.6.1 |
| 1610 | 2026-06-30T19:49:08.693Z | Compiling snafu v0.8.9 |
| 1611 | 2026-06-30T19:49:08.737Z | Compiling clap_builder v4.6.0 |
| 1612 | 2026-06-30T19:49:08.851Z | Compiling daft v0.1.7 |
| 1613 | 2026-06-30T19:49:08.962Z | Compiling cargo_metadata v0.23.1 |
| 1614 | 2026-06-30T19:49:09.105Z | Compiling dof v0.3.0 |
| 1615 | 2026-06-30T19:49:09.161Z | Compiling elliptic-curve v0.13.8 |
| 1616 | 2026-06-30T19:49:09.415Z | Compiling toml_edit v0.19.15 |
| 1617 | 2026-06-30T19:49:09.752Z | Compiling futures v0.3.32 |
| 1618 | 2026-06-30T19:49:09.847Z | Compiling anstream v0.6.21 |
| 1619 | 2026-06-30T19:49:09.883Z | Compiling phf v0.13.1 |
| 1620 | 2026-06-30T19:49:09.976Z | Compiling signal-hook-mio v0.2.5 |
| 1621 | 2026-06-30T19:49:10.166Z | Compiling cookie_store v0.22.1 |
| 1622 | 2026-06-30T19:49:10.408Z | Compiling reqwest v0.12.28 |
| 1623 | 2026-06-30T19:49:10.492Z | Compiling zstd v0.13.3 |
| 1624 | 2026-06-30T19:49:10.774Z | Compiling bzip2 v0.4.4 |
| 1625 | 2026-06-30T19:49:10.846Z | Compiling serde_with_macros v3.17.0 |
| 1626 | 2026-06-30T19:49:10.996Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-06-30T19:49:11.349Z | Compiling postgres-types v0.2.12 |
| 1628 | 2026-06-30T19:49:11.915Z | Compiling usdt-attr-macro v0.6.0 |
| 1629 | 2026-06-30T19:49:11.969Z | Compiling usdt-macro v0.6.0 |
| 1630 | 2026-06-30T19:49:12.094Z | Compiling globset v0.4.18 |
| 1631 | 2026-06-30T19:49:12.278Z | Compiling dtrace-parser v0.2.0 |
| 1632 | 2026-06-30T19:49:12.730Z | Compiling ed25519 v2.2.3 |
| 1633 | 2026-06-30T19:49:12.743Z | Compiling phf_shared v0.11.3 |
| 1634 | 2026-06-30T19:49:12.791Z | Compiling olpc-cjson v0.1.4 |
| 1635 | 2026-06-30T19:49:12.915Z | Compiling pkcs1 v0.7.5 |
| 1636 | 2026-06-30T19:49:12.934Z | Compiling serde_plain v1.0.2 |
| 1637 | 2026-06-30T19:49:12.961Z | Compiling serde-big-array v0.5.1 |
| 1638 | 2026-06-30T19:49:13.043Z | Compiling rfc6979 v0.4.0 |
| 1639 | 2026-06-30T19:49:13.118Z | Compiling serde_repr v0.1.20 |
| 1640 | 2026-06-30T19:49:13.143Z | Compiling strum_macros v0.26.4 |
| 1641 | 2026-06-30T19:49:13.181Z | Compiling clap_derive v4.6.1 |
| 1642 | 2026-06-30T19:49:13.318Z | Compiling async-recursion v1.1.1 |
| 1643 | 2026-06-30T19:49:13.639Z | Compiling enum-as-inner v0.6.1 |
| 1644 | 2026-06-30T19:49:13.667Z | Compiling pem v3.0.6 |
| 1645 | 2026-06-30T19:49:13.982Z | Compiling float-cmp v0.10.0 |
| 1646 | 2026-06-30T19:49:14.009Z | Compiling memmap2 v0.9.10 |
| 1647 | 2026-06-30T19:49:14.144Z | Compiling thread-id v4.2.2 |
| 1648 | 2026-06-30T19:49:14.159Z | Compiling env_filter v1.0.0 |
| 1649 | 2026-06-30T19:49:14.172Z | Compiling predicates-core v1.0.10 |
| 1650 | 2026-06-30T19:49:14.235Z | Compiling normalize-line-endings v0.3.0 |
| 1651 | 2026-06-30T19:49:14.248Z | Compiling fixedbitset v0.5.7 |
| 1652 | 2026-06-30T19:49:14.368Z | Compiling keccak v0.1.6 |
| 1653 | 2026-06-30T19:49:14.398Z | Compiling jiff v0.2.21 |
| 1654 | 2026-06-30T19:49:14.514Z | Compiling data-encoding v2.10.0 |
| 1655 | 2026-06-30T19:49:14.591Z | Compiling either v1.15.0 |
| 1656 | 2026-06-30T19:49:14.810Z | Compiling winnow v1.0.3 |
| 1657 | 2026-06-30T19:49:14.949Z | Compiling static_assertions v1.1.0 |
| 1658 | 2026-06-30T19:49:15.018Z | Compiling new_debug_unreachable v1.0.6 |
| 1659 | 2026-06-30T19:49:15.036Z | Compiling fixedbitset v0.4.2 |
| 1660 | 2026-06-30T19:49:15.104Z | Compiling difflib v0.4.0 |
| 1661 | 2026-06-30T19:49:15.126Z | Compiling precomputed-hash v0.1.1 |
| 1662 | 2026-06-30T19:49:15.190Z | Compiling typed-path v0.9.3 |
| 1663 | 2026-06-30T19:49:15.224Z | Compiling whoami v2.1.0 |
| 1664 | 2026-06-30T19:49:15.227Z | Compiling string_cache v0.8.9 |
| 1665 | 2026-06-30T19:49:15.265Z | Compiling petgraph v0.6.5 |
| 1666 | 2026-06-30T19:49:15.481Z | Compiling tokio-postgres v0.7.16 |
| 1667 | 2026-06-30T19:49:15.617Z | Compiling predicates v3.1.4 |
| 1668 | 2026-06-30T19:49:15.674Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1669 | 2026-06-30T19:49:15.813Z | Compiling clap v4.6.1 |
| 1670 | 2026-06-30T19:49:15.907Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1671 | 2026-06-30T19:49:16.279Z | Compiling toml_edit v0.22.27 |
| 1672 | 2026-06-30T19:49:16.319Z | Compiling strum v0.26.3 |
| 1673 | 2026-06-30T19:49:16.433Z | Compiling hickory-proto v0.25.2 |
| 1674 | 2026-06-30T19:49:16.457Z | Compiling itertools v0.13.0 |
| 1675 | 2026-06-30T19:49:16.779Z | Compiling sha3 v0.10.8 |
| 1676 | 2026-06-30T19:49:17.266Z | Compiling zip v4.6.1 |
| 1677 | 2026-06-30T19:49:17.705Z | Compiling petgraph v0.8.3 |
| 1678 | 2026-06-30T19:49:17.730Z | Compiling env_logger v0.11.9 |
| 1679 | 2026-06-30T19:49:18.096Z | Compiling usdt-impl v0.5.0 |
| 1680 | 2026-06-30T19:49:18.269Z | Compiling usdt v0.6.0 |
| 1681 | 2026-06-30T19:49:18.547Z | Compiling ecdsa v0.16.9 |
| 1682 | 2026-06-30T19:49:18.629Z | Compiling rsa v0.9.10 |
| 1683 | 2026-06-30T19:49:18.692Z | Compiling ed25519-dalek v2.2.0 |
| 1684 | 2026-06-30T19:49:18.767Z | Compiling crossterm v0.28.1 |
| 1685 | 2026-06-30T19:49:18.960Z | Compiling serde_with v3.17.0 |
| 1686 | 2026-06-30T19:49:19.388Z | Compiling zip v0.6.6 |
| 1687 | 2026-06-30T19:49:19.734Z | Compiling toml v0.7.8 |
| 1688 | 2026-06-30T19:49:20.127Z | Compiling iddqd v0.4.2 |
| 1689 | 2026-06-30T19:49:20.679Z | Compiling similar v2.7.0 |
| 1690 | 2026-06-30T19:49:20.775Z | Compiling heck v0.4.1 |
| 1691 | 2026-06-30T19:49:20.802Z | Compiling crossbeam-epoch v0.9.18 |
| 1692 | 2026-06-30T19:49:21.039Z | Compiling tokio-stream v0.1.18 |
| 1693 | 2026-06-30T19:49:21.152Z | Compiling buf-list v1.1.2 |
| 1694 | 2026-06-30T19:49:21.220Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1695 | 2026-06-30T19:49:21.439Z | Compiling x509-cert v0.2.5 |
| 1696 | 2026-06-30T19:49:21.456Z | Compiling openapiv3 v2.2.0 |
| 1697 | 2026-06-30T19:49:21.516Z | Compiling sha1 v0.10.6 |
| 1698 | 2026-06-30T19:49:21.601Z | Compiling lalrpop-util v0.19.12 |
| 1699 | 2026-06-30T19:49:21.627Z | Compiling peg-runtime v0.8.5 |
| 1700 | 2026-06-30T19:49:21.764Z | Compiling thread_local v1.1.9 |
| 1701 | 2026-06-30T19:49:21.800Z | Compiling slog-async v2.8.0 |
| 1702 | 2026-06-30T19:49:21.859Z | Compiling crossbeam-channel v0.5.15 |
| 1703 | 2026-06-30T19:49:22.032Z | Compiling is-terminal v0.4.17 |
| 1704 | 2026-06-30T19:49:22.098Z | Compiling filetime v0.2.27 |
| 1705 | 2026-06-30T19:49:22.110Z | Compiling term v1.2.1 |
| 1706 | 2026-06-30T19:49:22.135Z | Compiling take_mut v0.2.2 |
| 1707 | 2026-06-30T19:49:22.280Z | Compiling xattr v1.6.1 |
| 1708 | 2026-06-30T19:49:22.458Z | Compiling slog-term v2.9.2 |
| 1709 | 2026-06-30T19:49:22.711Z | Compiling tar v0.4.45 |
| 1710 | 2026-06-30T19:49:33.404Z | Compiling rustls-webpki v0.103.9 |
| 1711 | 2026-06-30T19:49:36.128Z | Compiling tokio-rustls v0.26.4 |
| 1712 | 2026-06-30T19:49:36.128Z | Compiling rustls-platform-verifier v0.6.2 |
| 1713 | 2026-06-30T19:49:36.128Z | Compiling tough v0.22.0 |
| 1714 | 2026-06-30T19:49:36.332Z | Compiling hyper-rustls v0.27.7 |
| 1715 | 2026-06-30T19:49:36.535Z | Compiling reqwest v0.13.2 |
| 1716 | 2026-06-30T19:49:38.767Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1717 | 2026-06-30T19:49:38.986Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1718 | 2026-06-30T19:49:41.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1719 | 2026-06-30T19:49:41.972Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1720 | 2026-06-30T19:49:42.005Z | Jun 30 19:49:40.971 INFO Starting download, target: Cockroach |
| 1721 | 2026-06-30T19:49:42.005Z | Jun 30 19:49:40.971 INFO Starting download, target: Clickhouse |
| 1722 | 2026-06-30T19:49:42.005Z | Jun 30 19:49:40.971 INFO Starting download, target: Console |
| 1723 | 2026-06-30T19:49:42.019Z | Jun 30 19:49:40.971 INFO Starting download, target: DendriteStub |
| 1724 | 2026-06-30T19:49:42.019Z | Jun 30 19:49:40.971 INFO Starting download, target: MaghemiteMgd |
| 1725 | 2026-06-30T19:49:42.019Z | Jun 30 19:49:40.971 INFO Starting download, target: MaghemiteDdmd |
| 1726 | 2026-06-30T19:49:42.019Z | Jun 30 19:49:40.971 INFO Starting download, target: TransceiverControl |
| 1727 | 2026-06-30T19:49:42.019Z | Jun 30 19:49:40.971 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1728 | 2026-06-30T19:49:42.019Z | Jun 30 19:49:40.971 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1729 | 2026-06-30T19:49:42.019Z | Jun 30 19:49:40.971 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1730 | 2026-06-30T19:49:42.019Z | Jun 30 19:49:40.971 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1731 | 2026-06-30T19:49:42.019Z | Jun 30 19:49:40.971 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1732 | 2026-06-30T19:49:42.020Z | Jun 30 19:49:40.971 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1733 | 2026-06-30T19:49:42.020Z | Jun 30 19:49:40.971 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1734 | 2026-06-30T19:49:42.679Z | Jun 30 19:49:41.629 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1735 | 2026-06-30T19:49:42.923Z | Jun 30 19:49:41.875 INFO Download complete, target: TransceiverControl |
| 1736 | 2026-06-30T19:49:43.762Z | Jun 30 19:49:42.714 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1737 | 2026-06-30T19:49:43.782Z | Jun 30 19:49:42.722 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1738 | 2026-06-30T19:49:44.033Z | Jun 30 19:49:42.964 INFO Download complete, target: Console |
| 1739 | 2026-06-30T19:49:44.120Z | Jun 30 19:49:43.066 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1740 | 2026-06-30T19:49:44.430Z | Jun 30 19:49:43.386 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1741 | 2026-06-30T19:49:44.816Z | Jun 30 19:49:43.779 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1742 | 2026-06-30T19:49:44.816Z | Jun 30 19:49:43.779 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1743 | 2026-06-30T19:49:44.836Z | Jun 30 19:49:43.803 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1744 | 2026-06-30T19:49:46.065Z | Jun 30 19:49:45.031 INFO Download complete, target: MaghemiteDdmd |
| 1745 | 2026-06-30T19:49:46.945Z | Jun 30 19:49:45.912 INFO Download complete, target: DendriteStub |
| 1746 | 2026-06-30T19:49:47.408Z | Jun 30 19:49:46.374 INFO Download complete, target: MaghemiteMgd |
| 1747 | 2026-06-30T19:49:49.652Z | Jun 30 19:49:48.618 INFO Checking that binary works, target: Cockroach |
| 1748 | 2026-06-30T19:49:49.766Z | Jun 30 19:49:48.733 INFO Download complete, target: Cockroach |
| 1749 | 2026-06-30T19:49:50.717Z | Jun 30 19:49:49.684 INFO Checking that binary works, target: Clickhouse |
| 1750 | 2026-06-30T19:49:50.849Z | Jun 30 19:49:49.815 INFO Download complete, target: Clickhouse |
| 1751 | 2026-06-30T19:49:50.865Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1752 | 2026-06-30T19:49:50.869Z | |
| 1753 | 2026-06-30T19:49:50.869Z | real 2:03.723198338 |
| 1754 | 2026-06-30T19:49:50.869Z | user 6:53.731916125 |
| 1755 | 2026-06-30T19:49:50.869Z | sys 1:27.670052386 |
| 1756 | 2026-06-30T19:49:50.869Z | trap 0.235549017 |
| 1757 | 2026-06-30T19:49:50.870Z | tflt 0.757488816 |
| 1758 | 2026-06-30T19:49:50.870Z | dflt 0.671549285 |
| 1759 | 2026-06-30T19:49:50.870Z | kflt 0.026414964 |
| 1760 | 2026-06-30T19:49:50.870Z | lock 22:54.882545248 |
| 1761 | 2026-06-30T19:49:50.870Z | slp 21:09.940971298 |
| 1762 | 2026-06-30T19:49:50.870Z | lat 46.367407072 |
| 1763 | 2026-06-30T19:49:50.870Z | stop 2:07.760515645 |
| 1764 | 2026-06-30T19:49:50.870Z | + banner hack-check |
| 1765 | 2026-06-30T19:49:50.870Z | |
| 1766 | 2026-06-30T19:49:50.870Z | # # ## #### # # #### # # ###### #### # # |
| 1767 | 2026-06-30T19:49:50.870Z | # # # # # # # # # # # # # # # # # |
| 1768 | 2026-06-30T19:49:50.870Z | ###### # # # #### ##### # ###### ##### # #### |
| 1769 | 2026-06-30T19:49:50.870Z | # # ###### # # # # # # # # # # |
| 1770 | 2026-06-30T19:49:50.870Z | # # # # # # # # # # # # # # # # # |
| 1771 | 2026-06-30T19:49:50.870Z | # # # # #### # # #### # # ###### #### # # |
| 1772 | 2026-06-30T19:49:50.870Z | |
| 1773 | 2026-06-30T19:49:50.870Z | + export CARGO_INCREMENTAL=0 |
| 1774 | 2026-06-30T19:49:50.870Z | + CARGO_INCREMENTAL=0 |
| 1775 | 2026-06-30T19:49:50.870Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1776 | 2026-06-30T19:49:51.332Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1777 | 2026-06-30T19:49:51.581Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1778 | 2026-06-30T19:49:53.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
| 1779 | 2026-06-30T19:49:53.477Z | Running `target/debug/xtask check-features --ci` |
| 1780 | 2026-06-30T19:49:53.503Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1781 | 2026-06-30T19:49:53.506Z | running: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1782 | 2026-06-30T19:49:53.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1783 | 2026-06-30T19:49:53.941Z | Running `target/debug/xtask download cargo-hack` |
| 1784 | 2026-06-30T19:49:54.673Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1785 | 2026-06-30T19:49:54.982Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1786 | 2026-06-30T19:49:57.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
| 1787 | 2026-06-30T19:49:57.675Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1788 | 2026-06-30T19:49:57.713Z | Jun 30 19:49:56.680 INFO Starting download, target: CargoHack |
| 1789 | 2026-06-30T19:49:57.716Z | Jun 30 19:49:56.680 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1790 | 2026-06-30T19:49:57.906Z | Jun 30 19:49:56.873 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1791 | 2026-06-30T19:49:57.957Z | Jun 30 19:49:56.924 INFO Download complete, target: CargoHack |
| 1792 | 2026-06-30T19:49:57.960Z | running: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1793 | 2026-06-30T19:49:57.972Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1794 | 2026-06-30T19:49:58.131Z | info: running `cargo check --bins` on api_identity (1/299) |
| 1795 | 2026-06-30T19:49:58.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1796 | 2026-06-30T19:49:58.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1797 | 2026-06-30T19:49:58.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1798 | 2026-06-30T19:49:58.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1799 | 2026-06-30T19:49:58.636Z | |
| 1800 | 2026-06-30T19:49:58.636Z | info: running `cargo check --bins` on bootstore (2/299) |
| 1801 | 2026-06-30T19:49:59.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1802 | 2026-06-30T19:49:59.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1803 | 2026-06-30T19:49:59.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1804 | 2026-06-30T19:49:59.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1805 | 2026-06-30T19:49:59.151Z | |
| 1806 | 2026-06-30T19:49:59.151Z | info: running `cargo check --bins` on omicron-ledger (3/299) |
| 1807 | 2026-06-30T19:49:59.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1808 | 2026-06-30T19:49:59.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1809 | 2026-06-30T19:49:59.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1810 | 2026-06-30T19:49:59.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1811 | 2026-06-30T19:49:59.657Z | |
| 1812 | 2026-06-30T19:49:59.657Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299) |
| 1813 | 2026-06-30T19:50:00.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1814 | 2026-06-30T19:50:00.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1815 | 2026-06-30T19:50:00.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1816 | 2026-06-30T19:50:00.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1817 | 2026-06-30T19:50:00.164Z | |
| 1818 | 2026-06-30T19:50:00.164Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299) |
| 1819 | 2026-06-30T19:50:00.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1820 | 2026-06-30T19:50:00.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1821 | 2026-06-30T19:50:00.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1822 | 2026-06-30T19:50:00.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1823 | 2026-06-30T19:50:00.677Z | |
| 1824 | 2026-06-30T19:50:00.678Z | info: running `cargo check --bins` on omicron-certificates (6/299) |
| 1825 | 2026-06-30T19:50:01.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2026-06-30T19:50:01.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2026-06-30T19:50:01.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2026-06-30T19:50:01.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1829 | 2026-06-30T19:50:01.217Z | |
| 1830 | 2026-06-30T19:50:01.217Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/299) |
| 1831 | 2026-06-30T19:50:01.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2026-06-30T19:50:01.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2026-06-30T19:50:01.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2026-06-30T19:50:01.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1835 | 2026-06-30T19:50:01.744Z | |
| 1836 | 2026-06-30T19:50:01.744Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299) |
| 1837 | 2026-06-30T19:50:02.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2026-06-30T19:50:02.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2026-06-30T19:50:02.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2026-06-30T19:50:02.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1841 | 2026-06-30T19:50:02.273Z | |
| 1842 | 2026-06-30T19:50:02.273Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299) |
| 1843 | 2026-06-30T19:50:02.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2026-06-30T19:50:02.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2026-06-30T19:50:02.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2026-06-30T19:50:02.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1847 | 2026-06-30T19:50:02.669Z | |
| 1848 | 2026-06-30T19:50:02.669Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299) |
| 1849 | 2026-06-30T19:50:03.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2026-06-30T19:50:03.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2026-06-30T19:50:03.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2026-06-30T19:50:03.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1853 | 2026-06-30T19:50:03.070Z | |
| 1854 | 2026-06-30T19:50:03.070Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299) |
| 1855 | 2026-06-30T19:50:03.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2026-06-30T19:50:03.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2026-06-30T19:50:03.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2026-06-30T19:50:03.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1859 | 2026-06-30T19:50:03.462Z | |
| 1860 | 2026-06-30T19:50:03.462Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299) |
| 1861 | 2026-06-30T19:50:03.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2026-06-30T19:50:03.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2026-06-30T19:50:03.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2026-06-30T19:50:03.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1865 | 2026-06-30T19:50:03.856Z | |
| 1866 | 2026-06-30T19:50:03.856Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299) |
| 1867 | 2026-06-30T19:50:04.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2026-06-30T19:50:04.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2026-06-30T19:50:04.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2026-06-30T19:50:04.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1871 | 2026-06-30T19:50:04.250Z | |
| 1872 | 2026-06-30T19:50:04.250Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299) |
| 1873 | 2026-06-30T19:50:04.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2026-06-30T19:50:04.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2026-06-30T19:50:04.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2026-06-30T19:50:04.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1877 | 2026-06-30T19:50:04.639Z | |
| 1878 | 2026-06-30T19:50:04.640Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299) |
| 1879 | 2026-06-30T19:50:04.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2026-06-30T19:50:04.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2026-06-30T19:50:04.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2026-06-30T19:50:04.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1883 | 2026-06-30T19:50:05.039Z | |
| 1884 | 2026-06-30T19:50:05.039Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299) |
| 1885 | 2026-06-30T19:50:05.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2026-06-30T19:50:05.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2026-06-30T19:50:05.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2026-06-30T19:50:05.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1889 | 2026-06-30T19:50:05.420Z | |
| 1890 | 2026-06-30T19:50:05.420Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299) |
| 1891 | 2026-06-30T19:50:05.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2026-06-30T19:50:05.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2026-06-30T19:50:05.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2026-06-30T19:50:05.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1895 | 2026-06-30T19:50:05.814Z | |
| 1896 | 2026-06-30T19:50:05.814Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299) |
| 1897 | 2026-06-30T19:50:06.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2026-06-30T19:50:06.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2026-06-30T19:50:06.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2026-06-30T19:50:06.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1901 | 2026-06-30T19:50:06.208Z | |
| 1902 | 2026-06-30T19:50:06.208Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299) |
| 1903 | 2026-06-30T19:50:06.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2026-06-30T19:50:06.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2026-06-30T19:50:06.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2026-06-30T19:50:06.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1907 | 2026-06-30T19:50:06.603Z | |
| 1908 | 2026-06-30T19:50:06.604Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299) |
| 1909 | 2026-06-30T19:50:06.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2026-06-30T19:50:06.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2026-06-30T19:50:06.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2026-06-30T19:50:06.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1913 | 2026-06-30T19:50:06.999Z | |
| 1914 | 2026-06-30T19:50:06.999Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299) |
| 1915 | 2026-06-30T19:50:07.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2026-06-30T19:50:07.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2026-06-30T19:50:07.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2026-06-30T19:50:07.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1919 | 2026-06-30T19:50:07.398Z | |
| 1920 | 2026-06-30T19:50:07.398Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299) |
| 1921 | 2026-06-30T19:50:07.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2026-06-30T19:50:07.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2026-06-30T19:50:07.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2026-06-30T19:50:07.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1925 | 2026-06-30T19:50:07.795Z | |
| 1926 | 2026-06-30T19:50:07.795Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299) |
| 1927 | 2026-06-30T19:50:08.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2026-06-30T19:50:08.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2026-06-30T19:50:08.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2026-06-30T19:50:08.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1931 | 2026-06-30T19:50:08.192Z | |
| 1932 | 2026-06-30T19:50:08.192Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299) |
| 1933 | 2026-06-30T19:50:08.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2026-06-30T19:50:08.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2026-06-30T19:50:08.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2026-06-30T19:50:08.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1937 | 2026-06-30T19:50:08.588Z | |
| 1938 | 2026-06-30T19:50:08.588Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299) |
| 1939 | 2026-06-30T19:50:08.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2026-06-30T19:50:08.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2026-06-30T19:50:08.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2026-06-30T19:50:08.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1943 | 2026-06-30T19:50:08.981Z | |
| 1944 | 2026-06-30T19:50:08.981Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299) |
| 1945 | 2026-06-30T19:50:09.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2026-06-30T19:50:09.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2026-06-30T19:50:09.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2026-06-30T19:50:09.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1949 | 2026-06-30T19:50:09.375Z | |
| 1950 | 2026-06-30T19:50:09.375Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299) |
| 1951 | 2026-06-30T19:50:09.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2026-06-30T19:50:09.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2026-06-30T19:50:09.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2026-06-30T19:50:09.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1955 | 2026-06-30T19:50:09.774Z | |
| 1956 | 2026-06-30T19:50:09.774Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299) |
| 1957 | 2026-06-30T19:50:10.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2026-06-30T19:50:10.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2026-06-30T19:50:10.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2026-06-30T19:50:10.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1961 | 2026-06-30T19:50:10.165Z | |
| 1962 | 2026-06-30T19:50:10.165Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299) |
| 1963 | 2026-06-30T19:50:10.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2026-06-30T19:50:10.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2026-06-30T19:50:10.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2026-06-30T19:50:10.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1967 | 2026-06-30T19:50:10.559Z | |
| 1968 | 2026-06-30T19:50:10.559Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299) |
| 1969 | 2026-06-30T19:50:10.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2026-06-30T19:50:10.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2026-06-30T19:50:10.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2026-06-30T19:50:10.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1973 | 2026-06-30T19:50:10.955Z | |
| 1974 | 2026-06-30T19:50:10.955Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299) |
| 1975 | 2026-06-30T19:50:11.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2026-06-30T19:50:11.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2026-06-30T19:50:11.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2026-06-30T19:50:11.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1979 | 2026-06-30T19:50:11.353Z | |
| 1980 | 2026-06-30T19:50:11.353Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299) |
| 1981 | 2026-06-30T19:50:11.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2026-06-30T19:50:11.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2026-06-30T19:50:11.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2026-06-30T19:50:11.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1985 | 2026-06-30T19:50:11.752Z | |
| 1986 | 2026-06-30T19:50:11.752Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299) |
| 1987 | 2026-06-30T19:50:12.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2026-06-30T19:50:12.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2026-06-30T19:50:12.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2026-06-30T19:50:12.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1991 | 2026-06-30T19:50:12.152Z | |
| 1992 | 2026-06-30T19:50:12.152Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299) |
| 1993 | 2026-06-30T19:50:12.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2026-06-30T19:50:12.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2026-06-30T19:50:12.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2026-06-30T19:50:12.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1997 | 2026-06-30T19:50:12.544Z | |
| 1998 | 2026-06-30T19:50:12.544Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299) |
| 1999 | 2026-06-30T19:50:12.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2026-06-30T19:50:12.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2026-06-30T19:50:12.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2026-06-30T19:50:12.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2003 | 2026-06-30T19:50:12.942Z | |
| 2004 | 2026-06-30T19:50:12.942Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299) |
| 2005 | 2026-06-30T19:50:13.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2026-06-30T19:50:13.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2026-06-30T19:50:13.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2026-06-30T19:50:13.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2009 | 2026-06-30T19:50:13.341Z | |
| 2010 | 2026-06-30T19:50:13.341Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299) |
| 2011 | 2026-06-30T19:50:13.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2026-06-30T19:50:13.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2026-06-30T19:50:13.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2026-06-30T19:50:13.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2015 | 2026-06-30T19:50:13.740Z | |
| 2016 | 2026-06-30T19:50:13.740Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299) |
| 2017 | 2026-06-30T19:50:14.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2026-06-30T19:50:14.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2026-06-30T19:50:14.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2026-06-30T19:50:14.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2021 | 2026-06-30T19:50:14.136Z | |
| 2022 | 2026-06-30T19:50:14.136Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299) |
| 2023 | 2026-06-30T19:50:14.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2026-06-30T19:50:14.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2026-06-30T19:50:14.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2026-06-30T19:50:14.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2027 | 2026-06-30T19:50:14.529Z | |
| 2028 | 2026-06-30T19:50:14.529Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299) |
| 2029 | 2026-06-30T19:50:14.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2026-06-30T19:50:14.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2026-06-30T19:50:14.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2026-06-30T19:50:14.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2033 | 2026-06-30T19:50:14.926Z | |
| 2034 | 2026-06-30T19:50:14.926Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299) |
| 2035 | 2026-06-30T19:50:15.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2026-06-30T19:50:15.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2026-06-30T19:50:15.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2026-06-30T19:50:15.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2039 | 2026-06-30T19:50:15.323Z | |
| 2040 | 2026-06-30T19:50:15.323Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299) |
| 2041 | 2026-06-30T19:50:15.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2026-06-30T19:50:15.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2026-06-30T19:50:15.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2026-06-30T19:50:15.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2045 | 2026-06-30T19:50:15.720Z | |
| 2046 | 2026-06-30T19:50:15.720Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299) |
| 2047 | 2026-06-30T19:50:16.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2026-06-30T19:50:16.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2026-06-30T19:50:16.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2026-06-30T19:50:16.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2051 | 2026-06-30T19:50:16.121Z | |
| 2052 | 2026-06-30T19:50:16.121Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299) |
| 2053 | 2026-06-30T19:50:16.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2026-06-30T19:50:16.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2026-06-30T19:50:16.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2026-06-30T19:50:16.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2057 | 2026-06-30T19:50:16.517Z | |
| 2058 | 2026-06-30T19:50:16.517Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299) |
| 2059 | 2026-06-30T19:50:16.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2026-06-30T19:50:16.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2026-06-30T19:50:16.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2026-06-30T19:50:16.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2063 | 2026-06-30T19:50:16.913Z | |
| 2064 | 2026-06-30T19:50:16.913Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299) |
| 2065 | 2026-06-30T19:50:17.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2026-06-30T19:50:17.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2026-06-30T19:50:17.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2026-06-30T19:50:17.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2069 | 2026-06-30T19:50:17.310Z | |
| 2070 | 2026-06-30T19:50:17.310Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299) |
| 2071 | 2026-06-30T19:50:17.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2026-06-30T19:50:17.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2026-06-30T19:50:17.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2026-06-30T19:50:17.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2075 | 2026-06-30T19:50:17.710Z | |
| 2076 | 2026-06-30T19:50:17.710Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299) |
| 2077 | 2026-06-30T19:50:18.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2026-06-30T19:50:18.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2026-06-30T19:50:18.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2026-06-30T19:50:18.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2081 | 2026-06-30T19:50:18.111Z | |
| 2082 | 2026-06-30T19:50:18.111Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299) |
| 2083 | 2026-06-30T19:50:18.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2026-06-30T19:50:18.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2026-06-30T19:50:18.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2026-06-30T19:50:18.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2087 | 2026-06-30T19:50:18.672Z | |
| 2088 | 2026-06-30T19:50:18.672Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299) |
| 2089 | 2026-06-30T19:50:19.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2026-06-30T19:50:19.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2026-06-30T19:50:19.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2026-06-30T19:50:19.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2093 | 2026-06-30T19:50:19.233Z | |
| 2094 | 2026-06-30T19:50:19.233Z | info: running `cargo check --bins` on nexus-config (51/299) |
| 2095 | 2026-06-30T19:50:19.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2026-06-30T19:50:19.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2026-06-30T19:50:19.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2026-06-30T19:50:19.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2099 | 2026-06-30T19:50:19.797Z | |
| 2100 | 2026-06-30T19:50:19.797Z | info: running `cargo check --bins` on nexus-types (52/299) |
| 2101 | 2026-06-30T19:50:20.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2026-06-30T19:50:20.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2026-06-30T19:50:20.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2104 | 2026-06-30T19:50:20.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2105 | 2026-06-30T19:50:20.366Z | |
| 2106 | 2026-06-30T19:50:20.366Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299) |
| 2107 | 2026-06-30T19:50:20.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2108 | 2026-06-30T19:50:20.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2109 | 2026-06-30T19:50:20.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2110 | 2026-06-30T19:50:20.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2111 | 2026-06-30T19:50:20.899Z | |
| 2112 | 2026-06-30T19:50:20.899Z | info: running `cargo check --bins` on omicron-passwords (54/299) |
| 2113 | 2026-06-30T19:50:21.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2114 | 2026-06-30T19:50:21.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2115 | 2026-06-30T19:50:21.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2116 | 2026-06-30T19:50:21.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2117 | 2026-06-30T19:50:21.411Z | |
| 2118 | 2026-06-30T19:50:21.411Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/299) |
| 2119 | 2026-06-30T19:50:21.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2120 | 2026-06-30T19:50:21.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2121 | 2026-06-30T19:50:21.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2122 | 2026-06-30T19:50:21.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2123 | 2026-06-30T19:50:21.946Z | |
| 2124 | 2026-06-30T19:50:21.946Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299) |
| 2125 | 2026-06-30T19:50:22.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2126 | 2026-06-30T19:50:22.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2127 | 2026-06-30T19:50:22.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2128 | 2026-06-30T19:50:22.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2129 | 2026-06-30T19:50:22.486Z | |
| 2130 | 2026-06-30T19:50:22.486Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299) |
| 2131 | 2026-06-30T19:50:22.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2132 | 2026-06-30T19:50:22.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2133 | 2026-06-30T19:50:22.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2134 | 2026-06-30T19:50:22.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2135 | 2026-06-30T19:50:23.032Z | |
| 2136 | 2026-06-30T19:50:23.032Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299) |
| 2137 | 2026-06-30T19:50:23.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2138 | 2026-06-30T19:50:23.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2139 | 2026-06-30T19:50:23.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2140 | 2026-06-30T19:50:23.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2141 | 2026-06-30T19:50:23.576Z | |
| 2142 | 2026-06-30T19:50:23.576Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299) |
| 2143 | 2026-06-30T19:50:24.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2144 | 2026-06-30T19:50:24.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2145 | 2026-06-30T19:50:24.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2146 | 2026-06-30T19:50:24.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2147 | 2026-06-30T19:50:24.096Z | |
| 2148 | 2026-06-30T19:50:24.096Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299) |
| 2149 | 2026-06-30T19:50:24.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2150 | 2026-06-30T19:50:24.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2151 | 2026-06-30T19:50:24.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2152 | 2026-06-30T19:50:24.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2153 | 2026-06-30T19:50:24.610Z | |
| 2154 | 2026-06-30T19:50:24.610Z | info: running `cargo check --bins --no-default-features` on gfss (61/299) |
| 2155 | 2026-06-30T19:50:25.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2156 | 2026-06-30T19:50:25.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2157 | 2026-06-30T19:50:25.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2158 | 2026-06-30T19:50:25.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2159 | 2026-06-30T19:50:25.131Z | |
| 2160 | 2026-06-30T19:50:25.131Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299) |
| 2161 | 2026-06-30T19:50:25.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2162 | 2026-06-30T19:50:25.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2163 | 2026-06-30T19:50:25.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2164 | 2026-06-30T19:50:25.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2165 | 2026-06-30T19:50:25.646Z | |
| 2166 | 2026-06-30T19:50:25.646Z | info: running `cargo check --bins` on clickhouse-admin-types (63/299) |
| 2167 | 2026-06-30T19:50:26.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2168 | 2026-06-30T19:50:26.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2169 | 2026-06-30T19:50:26.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2170 | 2026-06-30T19:50:26.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2171 | 2026-06-30T19:50:26.176Z | |
| 2172 | 2026-06-30T19:50:26.177Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/299) |
| 2173 | 2026-06-30T19:50:26.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2174 | 2026-06-30T19:50:26.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2175 | 2026-06-30T19:50:26.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2176 | 2026-06-30T19:50:26.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2177 | 2026-06-30T19:50:26.708Z | |
| 2178 | 2026-06-30T19:50:26.708Z | info: running `cargo check --bins` on cockroach-admin-types (65/299) |
| 2179 | 2026-06-30T19:50:27.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2180 | 2026-06-30T19:50:27.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2181 | 2026-06-30T19:50:27.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2182 | 2026-06-30T19:50:27.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2183 | 2026-06-30T19:50:27.225Z | |
| 2184 | 2026-06-30T19:50:27.225Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/299) |
| 2185 | 2026-06-30T19:50:27.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2186 | 2026-06-30T19:50:27.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2187 | 2026-06-30T19:50:27.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2188 | 2026-06-30T19:50:27.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2189 | 2026-06-30T19:50:27.739Z | |
| 2190 | 2026-06-30T19:50:27.739Z | info: running `cargo check --bins` on ereport-types (67/299) |
| 2191 | 2026-06-30T19:50:28.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2192 | 2026-06-30T19:50:28.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2193 | 2026-06-30T19:50:28.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2194 | 2026-06-30T19:50:28.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2195 | 2026-06-30T19:50:28.259Z | |
| 2196 | 2026-06-30T19:50:28.259Z | info: running `cargo check --bins` on gateway-client (68/299) |
| 2197 | 2026-06-30T19:50:28.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2198 | 2026-06-30T19:50:28.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2199 | 2026-06-30T19:50:28.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2200 | 2026-06-30T19:50:28.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2201 | 2026-06-30T19:50:28.783Z | |
| 2202 | 2026-06-30T19:50:28.783Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/299) |
| 2203 | 2026-06-30T19:50:29.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2204 | 2026-06-30T19:50:29.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2205 | 2026-06-30T19:50:29.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2206 | 2026-06-30T19:50:29.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2207 | 2026-06-30T19:50:29.311Z | |
| 2208 | 2026-06-30T19:50:29.311Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299) |
| 2209 | 2026-06-30T19:50:29.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2210 | 2026-06-30T19:50:29.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2211 | 2026-06-30T19:50:29.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2212 | 2026-06-30T19:50:29.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2213 | 2026-06-30T19:50:29.835Z | |
| 2214 | 2026-06-30T19:50:29.835Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299) |
| 2215 | 2026-06-30T19:50:30.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2216 | 2026-06-30T19:50:30.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2217 | 2026-06-30T19:50:30.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2218 | 2026-06-30T19:50:30.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2219 | 2026-06-30T19:50:30.364Z | |
| 2220 | 2026-06-30T19:50:30.364Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299) |
| 2221 | 2026-06-30T19:50:30.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2222 | 2026-06-30T19:50:30.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2223 | 2026-06-30T19:50:30.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2224 | 2026-06-30T19:50:30.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2225 | 2026-06-30T19:50:30.893Z | |
| 2226 | 2026-06-30T19:50:30.893Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/299) |
| 2227 | 2026-06-30T19:50:31.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2228 | 2026-06-30T19:50:31.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2229 | 2026-06-30T19:50:31.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2230 | 2026-06-30T19:50:31.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2231 | 2026-06-30T19:50:31.432Z | |
| 2232 | 2026-06-30T19:50:31.432Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299) |
| 2233 | 2026-06-30T19:50:31.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2234 | 2026-06-30T19:50:31.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2235 | 2026-06-30T19:50:31.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2236 | 2026-06-30T19:50:31.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2237 | 2026-06-30T19:50:31.973Z | |
| 2238 | 2026-06-30T19:50:31.973Z | info: running `cargo check --bins` on key-manager-types (75/299) |
| 2239 | 2026-06-30T19:50:32.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2240 | 2026-06-30T19:50:32.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2241 | 2026-06-30T19:50:32.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2242 | 2026-06-30T19:50:32.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2243 | 2026-06-30T19:50:32.485Z | |
| 2244 | 2026-06-30T19:50:32.485Z | info: running `cargo check --bins` on oxlog (76/299) |
| 2245 | 2026-06-30T19:50:32.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2246 | 2026-06-30T19:50:32.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2247 | 2026-06-30T19:50:33.046Z | Checking cfg-if v1.0.4 |
| 2248 | 2026-06-30T19:50:33.049Z | Checking libc v0.2.185 |
| 2249 | 2026-06-30T19:50:33.049Z | Checking serde_core v1.0.228 |
| 2250 | 2026-06-30T19:50:33.159Z | Checking zeroize v1.8.2 |
| 2251 | 2026-06-30T19:50:33.166Z | Checking memchr v2.8.0 |
| 2252 | 2026-06-30T19:50:33.174Z | Checking log v0.4.29 |
| 2253 | 2026-06-30T19:50:33.182Z | Checking smallvec v1.15.1 |
| 2254 | 2026-06-30T19:50:33.194Z | Checking typenum v1.19.0 |
| 2255 | 2026-06-30T19:50:33.206Z | Checking subtle v2.6.1 |
| 2256 | 2026-06-30T19:50:33.302Z | Checking itoa v1.0.17 |
| 2257 | 2026-06-30T19:50:33.339Z | Checking scopeguard v1.2.0 |
| 2258 | 2026-06-30T19:50:33.359Z | Checking stable_deref_trait v1.2.1 |
| 2259 | 2026-06-30T19:50:33.363Z | Checking const-oid v0.9.6 |
| 2260 | 2026-06-30T19:50:33.428Z | Checking zerofrom v0.1.6 |
| 2261 | 2026-06-30T19:50:33.443Z | Checking lock_api v0.4.14 |
| 2262 | 2026-06-30T19:50:33.457Z | Checking pin-project-lite v0.2.17 |
| 2263 | 2026-06-30T19:50:33.542Z | Checking yoke v0.8.1 |
| 2264 | 2026-06-30T19:50:33.555Z | Checking getrandom v0.2.17 |
| 2265 | 2026-06-30T19:50:33.555Z | Checking errno v0.3.14 |
| 2266 | 2026-06-30T19:50:33.576Z | Checking parking_lot_core v0.9.12 |
| 2267 | 2026-06-30T19:50:33.638Z | Checking portable-atomic v1.13.1 |
| 2268 | 2026-06-30T19:50:33.666Z | Checking signal-hook-registry v1.4.8 |
| 2269 | 2026-06-30T19:50:33.700Z | Checking rand_core v0.6.4 |
| 2270 | 2026-06-30T19:50:33.700Z | Checking zerovec v0.11.5 |
| 2271 | 2026-06-30T19:50:33.796Z | Checking critical-section v1.2.0 |
| 2272 | 2026-06-30T19:50:33.829Z | Checking futures-core v0.3.32 |
| 2273 | 2026-06-30T19:50:33.885Z | Checking generic-array v0.14.7 |
| 2274 | 2026-06-30T19:50:33.888Z | Checking parking_lot v0.12.5 |
| 2275 | 2026-06-30T19:50:33.908Z | Checking mio v1.2.0 |
| 2276 | 2026-06-30T19:50:33.951Z | Checking zerocopy v0.8.40 |
| 2277 | 2026-06-30T19:50:34.047Z | Checking once_cell v1.21.3 |
| 2278 | 2026-06-30T19:50:34.060Z | Checking zmij v1.0.21 |
| 2279 | 2026-06-30T19:50:34.078Z | Checking socket2 v0.6.3 |
| 2280 | 2026-06-30T19:50:34.154Z | Checking tinystr v0.8.2 |
| 2281 | 2026-06-30T19:50:34.191Z | Checking libm v0.2.16 |
| 2282 | 2026-06-30T19:50:34.223Z | Checking litemap v0.8.1 |
| 2283 | 2026-06-30T19:50:34.273Z | Checking percent-encoding v2.3.2 |
| 2284 | 2026-06-30T19:50:34.322Z | Checking writeable v0.6.2 |
| 2285 | 2026-06-30T19:50:34.335Z | Checking equivalent v1.0.2 |
| 2286 | 2026-06-30T19:50:34.357Z | Checking crypto-common v0.1.7 |
| 2287 | 2026-06-30T19:50:34.397Z | Checking block-buffer v0.10.4 |
| 2288 | 2026-06-30T19:50:34.413Z | Checking potential_utf v0.1.4 |
| 2289 | 2026-06-30T19:50:34.425Z | Checking zerotrie v0.2.3 |
| 2290 | 2026-06-30T19:50:34.494Z | Checking icu_locale_core v2.1.1 |
| 2291 | 2026-06-30T19:50:34.498Z | Checking futures-sink v0.3.32 |
| 2292 | 2026-06-30T19:50:34.535Z | Checking digest v0.10.7 |
| 2293 | 2026-06-30T19:50:34.547Z | Checking icu_collections v2.1.1 |
| 2294 | 2026-06-30T19:50:34.586Z | Checking futures-channel v0.3.32 |
| 2295 | 2026-06-30T19:50:34.671Z | Checking cpufeatures v0.2.17 |
| 2296 | 2026-06-30T19:50:34.687Z | Checking serde v1.0.228 |
| 2297 | 2026-06-30T19:50:34.733Z | Checking bitflags v2.11.0 |
| 2298 | 2026-06-30T19:50:34.745Z | Checking serde_json v1.0.150 |
| 2299 | 2026-06-30T19:50:34.784Z | Checking futures-task v0.3.32 |
| 2300 | 2026-06-30T19:50:34.861Z | Checking slab v0.4.12 |
| 2301 | 2026-06-30T19:50:34.899Z | Checking futures-io v0.3.32 |
| 2302 | 2026-06-30T19:50:34.912Z | Checking num-traits v0.2.19 |
| 2303 | 2026-06-30T19:50:34.924Z | Checking hmac v0.12.1 |
| 2304 | 2026-06-30T19:50:35.015Z | Checking futures-util v0.3.32 |
| 2305 | 2026-06-30T19:50:35.027Z | Checking icu_properties_data v2.1.2 |
| 2306 | 2026-06-30T19:50:35.044Z | Checking icu_provider v2.1.1 |
| 2307 | 2026-06-30T19:50:35.056Z | Checking icu_normalizer_data v2.1.1 |
| 2308 | 2026-06-30T19:50:35.095Z | Checking bytes v1.11.1 |
| 2309 | 2026-06-30T19:50:35.124Z | Checking hashbrown v0.17.0 |
| 2310 | 2026-06-30T19:50:35.151Z | Checking rand_core v0.10.0 |
| 2311 | 2026-06-30T19:50:35.280Z | Checking icu_normalizer v2.1.1 |
| 2312 | 2026-06-30T19:50:35.296Z | Checking getrandom v0.4.1 |
| 2313 | 2026-06-30T19:50:35.428Z | Checking icu_properties v2.1.2 |
| 2314 | 2026-06-30T19:50:35.442Z | Checking block-padding v0.3.3 |
| 2315 | 2026-06-30T19:50:35.459Z | Checking utf8_iter v1.0.4 |
| 2316 | 2026-06-30T19:50:35.542Z | Checking tokio v1.52.1 |
| 2317 | 2026-06-30T19:50:35.574Z | Checking inout v0.1.4 |
| 2318 | 2026-06-30T19:50:35.587Z | Checking sha2 v0.10.9 |
| 2319 | 2026-06-30T19:50:35.598Z | Checking form_urlencoded v1.2.2 |
| 2320 | 2026-06-30T19:50:35.610Z | Checking indexmap v2.14.0 |
| 2321 | 2026-06-30T19:50:35.716Z | Checking cipher v0.4.4 |
| 2322 | 2026-06-30T19:50:35.728Z | Checking getrandom v0.3.4 |
| 2323 | 2026-06-30T19:50:35.875Z | Checking fnv v1.0.7 |
| 2324 | 2026-06-30T19:50:35.888Z | Checking base64ct v1.8.3 |
| 2325 | 2026-06-30T19:50:35.933Z | Checking byteorder v1.5.0 |
| 2326 | 2026-06-30T19:50:35.972Z | Checking flagset v0.4.7 |
| 2327 | 2026-06-30T19:50:36.099Z | Checking rand_core v0.9.5 |
| 2328 | 2026-06-30T19:50:36.124Z | Checking pem-rfc7468 v0.7.0 |
| 2329 | 2026-06-30T19:50:36.137Z | Checking http v1.4.2 |
| 2330 | 2026-06-30T19:50:36.183Z | Checking regex-syntax v0.8.10 |
| 2331 | 2026-06-30T19:50:36.276Z | Checking salsa20 v0.10.2 |
| 2332 | 2026-06-30T19:50:36.289Z | Checking der v0.7.10 |
| 2333 | 2026-06-30T19:50:36.300Z | Checking idna_adapter v1.2.1 |
| 2334 | 2026-06-30T19:50:36.408Z | Checking uuid v1.23.4 |
| 2335 | 2026-06-30T19:50:36.420Z | Checking idna v1.1.0 |
| 2336 | 2026-06-30T19:50:36.666Z | Checking url v2.5.8 |
| 2337 | 2026-06-30T19:50:36.712Z | Checking pbkdf2 v0.12.2 |
| 2338 | 2026-06-30T19:50:36.729Z | Checking rustix v1.1.3 |
| 2339 | 2026-06-30T19:50:36.828Z | Checking tracing-core v0.1.36 |
| 2340 | 2026-06-30T19:50:36.835Z | Checking ppv-lite86 v0.2.21 |
| 2341 | 2026-06-30T19:50:37.015Z | Checking base64 v0.22.1 |
| 2342 | 2026-06-30T19:50:37.029Z | Checking spki v0.7.3 |
| 2343 | 2026-06-30T19:50:37.110Z | Checking iana-time-zone v0.1.65 |
| 2344 | 2026-06-30T19:50:37.134Z | Checking tracing v0.1.44 |
| 2345 | 2026-06-30T19:50:37.137Z | Checking rand_chacha v0.9.0 |
| 2346 | 2026-06-30T19:50:37.196Z | Checking scrypt v0.11.0 |
| 2347 | 2026-06-30T19:50:37.219Z | Checking chrono v0.4.44 |
| 2348 | 2026-06-30T19:50:37.257Z | Checking http-body v1.0.1 |
| 2349 | 2026-06-30T19:50:37.343Z | Checking cbc v0.1.2 |
| 2350 | 2026-06-30T19:50:37.352Z | Checking aes v0.8.4 |
| 2351 | 2026-06-30T19:50:37.360Z | Checking rustls-pki-types v1.14.0 |
| 2352 | 2026-06-30T19:50:37.390Z | Checking tinyvec_macros v0.1.1 |
| 2353 | 2026-06-30T19:50:37.461Z | Checking openssl-probe v0.2.1 |
| 2354 | 2026-06-30T19:50:37.484Z | Checking tinyvec v1.10.0 |
| 2355 | 2026-06-30T19:50:37.539Z | Checking rand v0.9.2 |
| 2356 | 2026-06-30T19:50:37.569Z | Checking aws-lc-sys v0.40.0 |
| 2357 | 2026-06-30T19:50:37.596Z | Checking tower-layer v0.3.3 |
| 2358 | 2026-06-30T19:50:37.662Z | Checking atomic-waker v1.1.2 |
| 2359 | 2026-06-30T19:50:37.735Z | Checking untrusted v0.7.1 |
| 2360 | 2026-06-30T19:50:37.746Z | Checking pkcs5 v0.7.1 |
| 2361 | 2026-06-30T19:50:37.758Z | Checking try-lock v0.2.5 |
| 2362 | 2026-06-30T19:50:37.782Z | Checking tower-service v0.3.3 |
| 2363 | 2026-06-30T19:50:37.846Z | Checking ipnet v2.11.0 |
| 2364 | 2026-06-30T19:50:37.870Z | Checking want v0.3.1 |
| 2365 | 2026-06-30T19:50:37.918Z | Checking httparse v1.10.1 |
| 2366 | 2026-06-30T19:50:37.982Z | Checking aho-corasick v1.1.4 |
| 2367 | 2026-06-30T19:50:38.003Z | Checking pkcs8 v0.10.2 |
| 2368 | 2026-06-30T19:50:38.028Z | Checking fastrand v2.3.0 |
| 2369 | 2026-06-30T19:50:38.079Z | Checking aws-lc-rs v1.16.3 |
| 2370 | 2026-06-30T19:50:38.092Z | Checking untrusted v0.9.0 |
| 2371 | 2026-06-30T19:50:38.108Z | Checking httpdate v1.0.3 |
| 2372 | 2026-06-30T19:50:38.124Z | Checking foreign-types-shared v0.1.1 |
| 2373 | 2026-06-30T19:50:38.185Z | Checking dyn-clone v1.0.20 |
| 2374 | 2026-06-30T19:50:38.198Z | Checking plain v0.2.3 |
| 2375 | 2026-06-30T19:50:38.202Z | Checking utf8parse v0.2.2 |
| 2376 | 2026-06-30T19:50:38.228Z | Checking tempfile v3.25.0 |
| 2377 | 2026-06-30T19:50:38.256Z | Checking foreign-types v0.3.2 |
| 2378 | 2026-06-30T19:50:38.285Z | Checking unicode-normalization v0.1.25 |
| 2379 | 2026-06-30T19:50:38.309Z | Checking semver v1.0.28 |
| 2380 | 2026-06-30T19:50:38.323Z | Checking openssl-sys v0.9.115 |
| 2381 | 2026-06-30T19:50:38.327Z | Checking spin v0.9.8 |
| 2382 | 2026-06-30T19:50:38.424Z | Checking unicode-ident v1.0.24 |
| 2383 | 2026-06-30T19:50:38.518Z | Checking anstyle v1.0.14 |
| 2384 | 2026-06-30T19:50:38.525Z | Checking ucd-trie v0.1.7 |
| 2385 | 2026-06-30T19:50:38.542Z | Checking proc-macro2 v1.0.106 |
| 2386 | 2026-06-30T19:50:38.666Z | Checking pest v2.8.6 |
| 2387 | 2026-06-30T19:50:38.683Z | Checking regex-automata v0.4.14 |
| 2388 | 2026-06-30T19:50:38.698Z | Checking openssl v0.10.79 |
| 2389 | 2026-06-30T19:50:38.715Z | Checking schemars v0.8.22 |
| 2390 | 2026-06-30T19:50:38.739Z | Checking thiserror v2.0.18 |
| 2391 | 2026-06-30T19:50:38.827Z | Checking sync_wrapper v1.0.2 |
| 2392 | 2026-06-30T19:50:38.860Z | Checking wait-timeout v0.2.1 |
| 2393 | 2026-06-30T19:50:38.897Z | Checking tokio-util v0.7.18 |
| 2394 | 2026-06-30T19:50:38.931Z | Checking simd-adler32 v0.3.8 |
| 2395 | 2026-06-30T19:50:38.951Z | Checking rustls-webpki v0.103.9 |
| 2396 | 2026-06-30T19:50:38.972Z | Checking bit-vec v0.8.0 |
| 2397 | 2026-06-30T19:50:39.097Z | Checking anstyle-query v1.1.5 |
| 2398 | 2026-06-30T19:50:39.172Z | Checking quick-error v1.2.3 |
| 2399 | 2026-06-30T19:50:39.189Z | Checking siphasher v1.0.2 |
| 2400 | 2026-06-30T19:50:39.277Z | Checking is_terminal_polyfill v1.70.2 |
| 2401 | 2026-06-30T19:50:39.351Z | Checking powerfmt v0.2.0 |
| 2402 | 2026-06-30T19:50:39.361Z | Checking rustls v0.23.41 |
| 2403 | 2026-06-30T19:50:39.364Z | Checking pretty-hex v0.4.1 |
| 2404 | 2026-06-30T19:50:39.384Z | Checking colorchoice v1.0.4 |
| 2405 | 2026-06-30T19:50:39.481Z | Checking rusty-fork v0.3.1 |
| 2406 | 2026-06-30T19:50:39.494Z | Checking bit-set v0.8.0 |
| 2407 | 2026-06-30T19:50:39.507Z | Checking deranged v0.5.8 |
| 2408 | 2026-06-30T19:50:39.510Z | Checking h2 v0.4.15 |
| 2409 | 2026-06-30T19:50:39.641Z | Checking tower v0.5.3 |
| 2410 | 2026-06-30T19:50:39.654Z | Checking quote v1.0.45 |
| 2411 | 2026-06-30T19:50:39.752Z | Compiling newtype-uuid v1.3.2 |
| 2412 | 2026-06-30T19:50:39.827Z | Checking http-body-util v0.1.3 |
| 2413 | 2026-06-30T19:50:39.938Z | Checking crossbeam-utils v0.8.21 |
| 2414 | 2026-06-30T19:50:40.027Z | Checking rand_xorshift v0.4.0 |
| 2415 | 2026-06-30T19:50:40.050Z | Checking crc32fast v1.5.0 |
| 2416 | 2026-06-30T19:50:40.153Z | Checking scroll v0.13.0 |
| 2417 | 2026-06-30T19:50:40.195Z | Checking signature v2.2.0 |
| 2418 | 2026-06-30T19:50:40.294Z | Checking unarray v0.1.4 |
| 2419 | 2026-06-30T19:50:40.327Z | Checking num_threads v0.1.7 |
| 2420 | 2026-06-30T19:50:40.385Z | Checking unicode-bidi v0.3.18 |
| 2421 | 2026-06-30T19:50:40.397Z | Checking num-conv v0.2.0 |
| 2422 | 2026-06-30T19:50:40.412Z | Checking iri-string v0.7.10 |
| 2423 | 2026-06-30T19:50:40.468Z | Checking unicode-properties v0.1.4 |
| 2424 | 2026-06-30T19:50:40.514Z | Checking ryu v1.0.23 |
| 2425 | 2026-06-30T19:50:40.586Z | Checking allocator-api2 v0.2.21 |
| 2426 | 2026-06-30T19:50:40.659Z | Checking adler2 v2.0.1 |
| 2427 | 2026-06-30T19:50:40.676Z | Checking time-core v0.1.8 |
| 2428 | 2026-06-30T19:50:40.706Z | Checking stringprep v0.1.5 |
| 2429 | 2026-06-30T19:50:40.766Z | Checking miniz_oxide v0.8.9 |
| 2430 | 2026-06-30T19:50:40.778Z | Checking native-tls v0.2.18 |
| 2431 | 2026-06-30T19:50:40.818Z | Checking time v0.3.47 |
| 2432 | 2026-06-30T19:50:40.861Z | Checking serde_urlencoded v0.7.1 |
| 2433 | 2026-06-30T19:50:40.886Z | Checking bstr v1.12.1 |
| 2434 | 2026-06-30T19:50:40.959Z | Checking tokio-native-tls v0.3.1 |
| 2435 | 2026-06-30T19:50:41.071Z | Checking proptest v1.10.0 |
| 2436 | 2026-06-30T19:50:41.123Z | Checking goblin v0.10.5 |
| 2437 | 2026-06-30T19:50:41.135Z | Checking crossbeam-epoch v0.9.18 |
| 2438 | 2026-06-30T19:50:41.290Z | Compiling daft v0.1.7 |
| 2439 | 2026-06-30T19:50:41.360Z | Checking syn v2.0.117 |
| 2440 | 2026-06-30T19:50:41.532Z | Checking tower-http v0.6.8 |
| 2441 | 2026-06-30T19:50:41.577Z | Checking ipnetwork v0.21.1 |
| 2442 | 2026-06-30T19:50:41.699Z | Checking anstyle-parse v1.0.0 |
| 2443 | 2026-06-30T19:50:41.788Z | Checking rustls-native-certs v0.8.3 |
| 2444 | 2026-06-30T19:50:41.801Z | Checking rand_chacha v0.3.1 |
| 2445 | 2026-06-30T19:50:41.854Z | Checking thiserror v1.0.69 |
| 2446 | 2026-06-30T19:50:41.921Z | Checking scroll v0.12.0 |
| 2447 | 2026-06-30T19:50:41.952Z | Checking hash32 v0.2.1 |
| 2448 | 2026-06-30T19:50:41.975Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2449 | 2026-06-30T19:50:42.012Z | Checking num-integer v0.1.46 |
| 2450 | 2026-06-30T19:50:42.087Z | Checking toml_datetime v0.6.11 |
| 2451 | 2026-06-30T19:50:42.109Z | Checking serde_spanned v0.6.9 |
| 2452 | 2026-06-30T19:50:42.156Z | Checking md-5 v0.10.6 |
| 2453 | 2026-06-30T19:50:42.234Z | Checking ff v0.13.1 |
| 2454 | 2026-06-30T19:50:42.248Z | Checking encoding_rs v0.8.35 |
| 2455 | 2026-06-30T19:50:42.274Z | Checking mime v0.3.17 |
| 2456 | 2026-06-30T19:50:42.295Z | Checking zlib-rs v0.6.2 |
| 2457 | 2026-06-30T19:50:42.366Z | Checking psl-types v2.0.11 |
| 2458 | 2026-06-30T19:50:42.450Z | Checking fallible-iterator v0.2.0 |
| 2459 | 2026-06-30T19:50:42.469Z | Checking hyper v1.10.1 |
| 2460 | 2026-06-30T19:50:42.483Z | Checking base16ct v0.2.0 |
| 2461 | 2026-06-30T19:50:42.607Z | Checking sec1 v0.7.3 |
| 2462 | 2026-06-30T19:50:42.728Z | Checking postgres-protocol v0.6.10 |
| 2463 | 2026-06-30T19:50:42.822Z | Checking publicsuffix v2.3.0 |
| 2464 | 2026-06-30T19:50:42.987Z | Checking group v0.13.0 |
| 2465 | 2026-06-30T19:50:43.050Z | Checking num-iter v0.1.45 |
| 2466 | 2026-06-30T19:50:43.064Z | Checking goblin v0.8.2 |
| 2467 | 2026-06-30T19:50:43.138Z | Checking heapless v0.7.17 |
| 2468 | 2026-06-30T19:50:43.167Z | Checking zstd-safe v7.2.4 |
| 2469 | 2026-06-30T19:50:43.190Z | Checking flate2 v1.1.9 |
| 2470 | 2026-06-30T19:50:43.210Z | Checking rand v0.8.6 |
| 2471 | 2026-06-30T19:50:43.334Z | Checking cookie v0.18.1 |
| 2472 | 2026-06-30T19:50:43.443Z | Checking hyper-util v0.1.20 |
| 2473 | 2026-06-30T19:50:43.481Z | Checking dof v0.4.0 |
| 2474 | 2026-06-30T19:50:43.493Z | Checking anstream v1.0.0 |
| 2475 | 2026-06-30T19:50:43.568Z | Checking oxnet v0.1.6 |
| 2476 | 2026-06-30T19:50:43.571Z | Compiling iddqd v0.4.2 |
| 2477 | 2026-06-30T19:50:43.693Z | Checking tokio-rustls v0.26.4 |
| 2478 | 2026-06-30T19:50:43.712Z | Checking dtrace-parser v0.3.0 |
| 2479 | 2026-06-30T19:50:43.744Z | Checking phf_shared v0.13.1 |
| 2480 | 2026-06-30T19:50:43.841Z | Checking lazy_static v1.5.0 |
| 2481 | 2026-06-30T19:50:43.924Z | Checking anstyle-parse v0.2.7 |
| 2482 | 2026-06-30T19:50:43.936Z | Checking pin-project v1.1.11 |
| 2483 | 2026-06-30T19:50:43.948Z | Checking zerocopy v0.7.35 |
| 2484 | 2026-06-30T19:50:43.951Z | Checking terminal_size v0.4.3 |
| 2485 | 2026-06-30T19:50:44.026Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2486 | 2026-06-30T19:50:44.069Z | Checking signal-hook v0.3.18 |
| 2487 | 2026-06-30T19:50:44.082Z | Checking futures-executor v0.3.32 |
| 2488 | 2026-06-30T19:50:44.111Z | Checking hex v0.4.3 |
| 2489 | 2026-06-30T19:50:44.130Z | Checking hkdf v0.12.4 |
| 2490 | 2026-06-30T19:50:44.227Z | Checking crypto-bigint v0.5.5 |
| 2491 | 2026-06-30T19:50:44.259Z | Checking thread-id v5.1.0 |
| 2492 | 2026-06-30T19:50:44.272Z | Checking either v1.15.0 |
| 2493 | 2026-06-30T19:50:44.333Z | Checking same-file v1.0.6 |
| 2494 | 2026-06-30T19:50:44.346Z | Checking foldhash v0.2.0 |
| 2495 | 2026-06-30T19:50:44.439Z | Checking managed v0.8.0 |
| 2496 | 2026-06-30T19:50:44.453Z | Checking winnow v0.5.40 |
| 2497 | 2026-06-30T19:50:44.465Z | Checking foldhash v0.1.5 |
| 2498 | 2026-06-30T19:50:44.504Z | Checking libbz2-rs-sys v0.2.2 |
| 2499 | 2026-06-30T19:50:44.599Z | Compiling rayon-core v1.13.0 |
| 2500 | 2026-06-30T19:50:44.629Z | Checking bumpalo v3.20.2 |
| 2501 | 2026-06-30T19:50:44.745Z | Checking hyper-tls v0.6.0 |
| 2502 | 2026-06-30T19:50:44.783Z | Checking strsim v0.11.1 |
| 2503 | 2026-06-30T19:50:44.836Z | Checking clap_lex v1.0.0 |
| 2504 | 2026-06-30T19:50:44.899Z | Checking bitflags v1.3.2 |
| 2505 | 2026-06-30T19:50:44.911Z | Checking bzip2 v0.6.1 |
| 2506 | 2026-06-30T19:50:44.925Z | Checking reqwest v0.12.28 |
| 2507 | 2026-06-30T19:50:44.947Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2508 | 2026-06-30T19:50:44.977Z | Checking smoltcp v0.9.1 |
| 2509 | 2026-06-30T19:50:44.989Z | Checking clap_builder v4.6.0 |
| 2510 | 2026-06-30T19:50:45.016Z | Checking dof v0.3.0 |
| 2511 | 2026-06-30T19:50:45.079Z | Checking zopfli v0.8.3 |
| 2512 | 2026-06-30T19:50:45.150Z | Checking hyper-rustls v0.27.7 |
| 2513 | 2026-06-30T19:50:45.171Z | Checking elliptic-curve v0.13.8 |
| 2514 | 2026-06-30T19:50:45.305Z | Checking hashbrown v0.15.5 |
| 2515 | 2026-06-30T19:50:45.356Z | Checking hashbrown v0.16.1 |
| 2516 | 2026-06-30T19:50:45.410Z | Checking walkdir v2.5.0 |
| 2517 | 2026-06-30T19:50:45.478Z | Checking usdt-impl v0.6.0 |
| 2518 | 2026-06-30T19:50:45.577Z | Checking signal-hook-mio v0.2.5 |
| 2519 | 2026-06-30T19:50:45.591Z | Checking futures v0.3.32 |
| 2520 | 2026-06-30T19:50:45.667Z | Checking toml_edit v0.19.15 |
| 2521 | 2026-06-30T19:50:45.679Z | Checking bzip2 v0.4.4 |
| 2522 | 2026-06-30T19:50:45.690Z | Checking anstream v0.6.21 |
| 2523 | 2026-06-30T19:50:45.710Z | Checking snafu v0.8.9 |
| 2524 | 2026-06-30T19:50:45.790Z | Checking phf v0.13.1 |
| 2525 | 2026-06-30T19:50:45.806Z | Checking num-bigint-dig v0.8.6 |
| 2526 | 2026-06-30T19:50:45.893Z | Checking cookie_store v0.22.1 |
| 2527 | 2026-06-30T19:50:45.906Z | Checking zstd v0.13.3 |
| 2528 | 2026-06-30T19:50:45.940Z | Checking postgres-types v0.2.12 |
| 2529 | 2026-06-30T19:50:45.960Z | Checking dtrace-parser v0.2.0 |
| 2530 | 2026-06-30T19:50:46.096Z | Checking rustls-platform-verifier v0.6.2 |
| 2531 | 2026-06-30T19:50:46.102Z | Checking crossbeam-deque v0.8.6 |
| 2532 | 2026-06-30T19:50:46.202Z | Checking globset v0.4.18 |
| 2533 | 2026-06-30T19:50:46.234Z | Checking regex v1.12.3 |
| 2534 | 2026-06-30T19:50:46.246Z | Checking ed25519 v2.2.3 |
| 2535 | 2026-06-30T19:50:46.264Z | Checking phf_shared v0.11.3 |
| 2536 | 2026-06-30T19:50:46.283Z | Checking olpc-cjson v0.1.4 |
| 2537 | 2026-06-30T19:50:46.296Z | Checking curve25519-dalek v4.1.3 |
| 2538 | 2026-06-30T19:50:46.405Z | Checking ref-cast v1.0.25 |
| 2539 | 2026-06-30T19:50:46.419Z | Checking strum v0.27.2 |
| 2540 | 2026-06-30T19:50:46.430Z | Checking hubpack v0.1.2 |
| 2541 | 2026-06-30T19:50:46.459Z | Checking memoffset v0.9.1 |
| 2542 | 2026-06-30T19:50:46.502Z | Checking rustix v0.38.44 |
| 2543 | 2026-06-30T19:50:46.516Z | Checking pkcs1 v0.7.5 |
| 2544 | 2026-06-30T19:50:46.529Z | Checking pem v3.0.6 |
| 2545 | 2026-06-30T19:50:46.541Z | Checking float-cmp v0.10.0 |
| 2546 | 2026-06-30T19:50:46.595Z | Checking erased-serde v0.3.31 |
| 2547 | 2026-06-30T19:50:46.653Z | Checking serde-big-array v0.5.1 |
| 2548 | 2026-06-30T19:50:46.667Z | Checking serde_plain v1.0.2 |
| 2549 | 2026-06-30T19:50:46.685Z | Checking rfc6979 v0.4.0 |
| 2550 | 2026-06-30T19:50:46.727Z | Checking memmap2 v0.9.10 |
| 2551 | 2026-06-30T19:50:46.769Z | Checking thread-id v4.2.2 |
| 2552 | 2026-06-30T19:50:46.787Z | Checking env_filter v1.0.0 |
| 2553 | 2026-06-30T19:50:46.804Z | Checking keccak v0.1.6 |
| 2554 | 2026-06-30T19:50:46.815Z | Checking normalize-line-endings v0.3.0 |
| 2555 | 2026-06-30T19:50:46.846Z | Checking predicates-core v1.0.10 |
| 2556 | 2026-06-30T19:50:46.888Z | Checking jiff v0.2.21 |
| 2557 | 2026-06-30T19:50:46.901Z | Checking data-encoding v2.10.0 |
| 2558 | 2026-06-30T19:50:46.934Z | Checking precomputed-hash v0.1.1 |
| 2559 | 2026-06-30T19:50:46.965Z | Checking static_assertions v1.1.0 |
| 2560 | 2026-06-30T19:50:46.965Z | Checking toml_write v0.1.2 |
| 2561 | 2026-06-30T19:50:46.995Z | Checking whoami v2.1.0 |
| 2562 | 2026-06-30T19:50:47.013Z | Checking difflib v0.4.0 |
| 2563 | 2026-06-30T19:50:47.035Z | Checking typed-path v0.9.3 |
| 2564 | 2026-06-30T19:50:47.112Z | Checking fixedbitset v0.5.7 |
| 2565 | 2026-06-30T19:50:47.144Z | Checking new_debug_unreachable v1.0.6 |
| 2566 | 2026-06-30T19:50:47.184Z | Checking fixedbitset v0.4.2 |
| 2567 | 2026-06-30T19:50:47.192Z | Checking winnow v0.7.14 |
| 2568 | 2026-06-30T19:50:47.195Z | Checking unicode-segmentation v1.12.0 |
| 2569 | 2026-06-30T19:50:47.216Z | Checking winnow v1.0.3 |
| 2570 | 2026-06-30T19:50:47.312Z | Checking petgraph v0.8.3 |
| 2571 | 2026-06-30T19:50:47.328Z | Checking petgraph v0.6.5 |
| 2572 | 2026-06-30T19:50:47.331Z | Checking crossterm v0.28.1 |
| 2573 | 2026-06-30T19:50:47.510Z | Checking similar v2.7.0 |
| 2574 | 2026-06-30T19:50:47.523Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2575 | 2026-06-30T19:50:47.833Z | Checking tough v0.22.0 |
| 2576 | 2026-06-30T19:50:47.853Z | Checking string_cache v0.8.9 |
| 2577 | 2026-06-30T19:50:47.902Z | Checking tokio-postgres v0.7.16 |
| 2578 | 2026-06-30T19:50:48.023Z | Checking predicates v3.1.4 |
| 2579 | 2026-06-30T19:50:48.046Z | Checking hickory-proto v0.25.2 |
| 2580 | 2026-06-30T19:50:48.331Z | Checking ed25519-dalek v2.2.0 |
| 2581 | 2026-06-30T19:50:48.430Z | Checking toml_edit v0.22.27 |
| 2582 | 2026-06-30T19:50:48.576Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2583 | 2026-06-30T19:50:48.624Z | Checking slog v2.8.2 |
| 2584 | 2026-06-30T19:50:48.901Z | Checking sha3 v0.10.8 |
| 2585 | 2026-06-30T19:50:48.922Z | Checking env_logger v0.11.9 |
| 2586 | 2026-06-30T19:50:49.108Z | Checking usdt v0.6.0 |
| 2587 | 2026-06-30T19:50:49.123Z | Checking usdt-impl v0.5.0 |
| 2588 | 2026-06-30T19:50:49.193Z | Checking ecdsa v0.16.9 |
| 2589 | 2026-06-30T19:50:49.207Z | Checking zip v4.6.1 |
| 2590 | 2026-06-30T19:50:49.282Z | Checking toml v0.7.8 |
| 2591 | 2026-06-30T19:50:49.410Z | Checking rsa v0.9.10 |
| 2592 | 2026-06-30T19:50:49.540Z | Checking nix v0.31.2 |
| 2593 | 2026-06-30T19:50:49.601Z | Checking clap v4.6.1 |
| 2594 | 2026-06-30T19:50:49.797Z | Checking reqwest v0.13.2 |
| 2595 | 2026-06-30T19:50:49.898Z | Checking zip v0.6.6 |
| 2596 | 2026-06-30T19:50:49.942Z | Checking itertools v0.13.0 |
| 2597 | 2026-06-30T19:50:50.019Z | Checking serde_with v3.17.0 |
| 2598 | 2026-06-30T19:50:50.231Z | Checking strum v0.26.3 |
| 2599 | 2026-06-30T19:50:50.348Z | Checking fs-err v3.3.0 |
| 2600 | 2026-06-30T19:50:50.538Z | Checking ahash v0.8.12 |
| 2601 | 2026-06-30T19:50:50.645Z | Checking tokio-stream v0.1.18 |
| 2602 | 2026-06-30T19:50:50.671Z | Checking object v0.37.3 |
| 2603 | 2026-06-30T19:50:50.690Z | Checking buf-list v1.1.2 |
| 2604 | 2026-06-30T19:50:50.757Z | Checking anyhow v1.0.102 |
| 2605 | 2026-06-30T19:50:50.879Z | Checking camino v1.2.2 |
| 2606 | 2026-06-30T19:50:50.925Z | Checking x509-cert v0.2.5 |
| 2607 | 2026-06-30T19:50:50.964Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2608 | 2026-06-30T19:50:50.976Z | Checking openapiv3 v2.2.0 |
| 2609 | 2026-06-30T19:50:51.019Z | Checking sha1 v0.10.6 |
| 2610 | 2026-06-30T19:50:51.052Z | Checking lalrpop-util v0.19.12 |
| 2611 | 2026-06-30T19:50:51.142Z | Checking peg-runtime v0.8.5 |
| 2612 | 2026-06-30T19:50:51.183Z | Checking rayon v1.11.0 |
| 2613 | 2026-06-30T19:50:51.217Z | Checking sigpipe v0.1.3 |
| 2614 | 2026-06-30T19:50:51.230Z | Checking glob v0.3.3 |
| 2615 | 2026-06-30T19:50:52.921Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2616 | 2026-06-30T19:50:53.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.71s |
| 2617 | 2026-06-30T19:50:53.354Z | |
| 2618 | 2026-06-30T19:50:53.354Z | info: running `cargo check --bins` on internal-dns-types (77/299) |
| 2619 | 2026-06-30T19:50:53.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2620 | 2026-06-30T19:50:53.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2621 | 2026-06-30T19:50:53.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2622 | 2026-06-30T19:50:53.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2623 | 2026-06-30T19:50:53.884Z | |
| 2624 | 2026-06-30T19:50:53.884Z | info: running `cargo check --bins` on internal-dns-types-versions (78/299) |
| 2625 | 2026-06-30T19:50:54.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2626 | 2026-06-30T19:50:54.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2627 | 2026-06-30T19:50:54.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2628 | 2026-06-30T19:50:54.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2629 | 2026-06-30T19:50:54.406Z | |
| 2630 | 2026-06-30T19:50:54.406Z | info: running `cargo check --bins` on nexus-types-versions (79/299) |
| 2631 | 2026-06-30T19:50:54.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2026-06-30T19:50:54.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2026-06-30T19:50:54.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2634 | 2026-06-30T19:50:54.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2635 | 2026-06-30T19:50:54.946Z | |
| 2636 | 2026-06-30T19:50:54.946Z | info: running `cargo check --bins` on oxql-types (80/299) |
| 2637 | 2026-06-30T19:50:55.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2026-06-30T19:50:55.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2026-06-30T19:50:55.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2640 | 2026-06-30T19:50:55.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2641 | 2026-06-30T19:50:55.482Z | |
| 2642 | 2026-06-30T19:50:55.482Z | info: running `cargo check --bins` on oximeter-types (81/299) |
| 2643 | 2026-06-30T19:50:55.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2026-06-30T19:50:55.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2026-06-30T19:50:55.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2646 | 2026-06-30T19:50:55.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2647 | 2026-06-30T19:50:56.015Z | |
| 2648 | 2026-06-30T19:50:56.016Z | info: running `cargo check --bins` on oximeter-types-versions (82/299) |
| 2649 | 2026-06-30T19:50:56.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2026-06-30T19:50:56.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2026-06-30T19:50:56.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2026-06-30T19:50:56.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2653 | 2026-06-30T19:50:56.547Z | |
| 2654 | 2026-06-30T19:50:56.547Z | info: running `cargo check --bins` on oximeter-macro-impl (83/299) |
| 2655 | 2026-06-30T19:50:56.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2026-06-30T19:50:56.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2026-06-30T19:50:56.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2026-06-30T19:50:56.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2659 | 2026-06-30T19:50:57.064Z | |
| 2660 | 2026-06-30T19:50:57.064Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/299) |
| 2661 | 2026-06-30T19:50:57.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2026-06-30T19:50:57.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2026-06-30T19:50:57.702Z | Compiling structmeta-derive v0.3.0 |
| 2664 | 2026-06-30T19:50:57.818Z | Compiling multer v3.1.0 |
| 2665 | 2026-06-30T19:50:57.828Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2666 | 2026-06-30T19:50:57.828Z | Compiling async-stream-impl v0.3.6 |
| 2667 | 2026-06-30T19:50:57.846Z | Compiling dropshot v0.17.1 |
| 2668 | 2026-06-30T19:50:57.858Z | Compiling dropshot_endpoint v0.17.1 |
| 2669 | 2026-06-30T19:50:57.861Z | Compiling newtype-uuid-macros v0.1.0 |
| 2670 | 2026-06-30T19:50:57.883Z | Checking newtype-uuid v1.3.2 |
| 2671 | 2026-06-30T19:50:58.047Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2672 | 2026-06-30T19:50:58.079Z | Checking hybrid-array v0.4.10 |
| 2673 | 2026-06-30T19:50:58.093Z | Checking daft v0.1.7 |
| 2674 | 2026-06-30T19:50:58.346Z | Checking thread_local v1.1.9 |
| 2675 | 2026-06-30T19:50:58.426Z | Checking match_cfg v0.1.0 |
| 2676 | 2026-06-30T19:50:58.455Z | Checking const-oid v0.10.2 |
| 2677 | 2026-06-30T19:50:58.496Z | Checking compression-core v0.4.31 |
| 2678 | 2026-06-30T19:50:58.514Z | Checking hostname v0.3.1 |
| 2679 | 2026-06-30T19:50:58.529Z | Checking crypto-common v0.2.2 |
| 2680 | 2026-06-30T19:50:58.605Z | Checking block-buffer v0.12.1 |
| 2681 | 2026-06-30T19:50:58.620Z | Checking iddqd v0.4.2 |
| 2682 | 2026-06-30T19:50:58.628Z | Checking compression-codecs v0.4.37 |
| 2683 | 2026-06-30T19:50:58.647Z | Checking crossbeam-channel v0.5.15 |
| 2684 | 2026-06-30T19:50:58.741Z | Checking atomicwrites v0.4.4 |
| 2685 | 2026-06-30T19:50:58.754Z | Checking slog-json v2.6.1 |
| 2686 | 2026-06-30T19:50:58.802Z | Checking serde_spanned v1.1.1 |
| 2687 | 2026-06-30T19:50:58.870Z | Checking is-terminal v0.4.17 |
| 2688 | 2026-06-30T19:50:58.910Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2689 | 2026-06-30T19:50:58.923Z | Compiling structmeta v0.3.0 |
| 2690 | 2026-06-30T19:50:58.937Z | Checking term v1.2.1 |
| 2691 | 2026-06-30T19:50:58.960Z | Checking cpufeatures v0.3.0 |
| 2692 | 2026-06-30T19:50:58.990Z | Checking debug-ignore v1.0.5 |
| 2693 | 2026-06-30T19:50:59.031Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2694 | 2026-06-30T19:50:59.090Z | Checking take_mut v0.2.2 |
| 2695 | 2026-06-30T19:50:59.113Z | Checking digest v0.11.3 |
| 2696 | 2026-06-30T19:50:59.117Z | Checking slog-bunyan v2.5.0 |
| 2697 | 2026-06-30T19:50:59.137Z | Compiling derive-ex v0.1.8 |
| 2698 | 2026-06-30T19:50:59.163Z | Compiling parse-display-derive v0.10.0 |
| 2699 | 2026-06-30T19:50:59.193Z | Checking slog-async v2.8.0 |
| 2700 | 2026-06-30T19:50:59.217Z | Checking toml v1.1.2+spec-1.1.0 |
| 2701 | 2026-06-30T19:50:59.231Z | Checking slog-term v2.9.2 |
| 2702 | 2026-06-30T19:50:59.275Z | Checking sha1 v0.11.0 |
| 2703 | 2026-06-30T19:50:59.374Z | Checking async-compression v0.4.41 |
| 2704 | 2026-06-30T19:50:59.574Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2705 | 2026-06-30T19:50:59.627Z | Checking async-stream v0.3.6 |
| 2706 | 2026-06-30T19:50:59.649Z | Checking progenitor-client v0.14.0 |
| 2707 | 2026-06-30T19:50:59.666Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2708 | 2026-06-30T19:50:59.672Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2709 | 2026-06-30T19:50:59.778Z | Checking waitgroup v0.1.2 |
| 2710 | 2026-06-30T19:50:59.810Z | Checking rustls-pemfile v2.2.0 |
| 2711 | 2026-06-30T19:50:59.823Z | Checking backon v1.6.0 |
| 2712 | 2026-06-30T19:50:59.873Z | Checking serde_path_to_error v0.1.20 |
| 2713 | 2026-06-30T19:50:59.889Z | Checking hostname v0.4.2 |
| 2714 | 2026-06-30T19:50:59.967Z | Checking instant v0.1.13 |
| 2715 | 2026-06-30T19:51:00.040Z | Checking backoff v0.4.0 |
| 2716 | 2026-06-30T19:51:00.213Z | Checking progenitor-extras v0.2.0 |
| 2717 | 2026-06-30T19:51:00.227Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2718 | 2026-06-30T19:51:00.355Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2719 | 2026-06-30T19:51:00.437Z | Checking itertools v0.14.0 |
| 2720 | 2026-06-30T19:51:00.440Z | Checking regress v0.10.5 |
| 2721 | 2026-06-30T19:51:00.440Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2722 | 2026-06-30T19:51:00.886Z | Compiling test-strategy v0.4.5 |
| 2723 | 2026-06-30T19:51:00.905Z | Checking parse-display v0.10.0 |
| 2724 | 2026-06-30T19:51:00.979Z | Checking macaddr v1.0.1 |
| 2725 | 2026-06-30T19:51:01.149Z | Checking humantime v2.3.0 |
| 2726 | 2026-06-30T19:51:02.050Z | Compiling prettyplease v0.2.37 |
| 2727 | 2026-06-30T19:51:02.351Z | Checking num-rational v0.4.2 |
| 2728 | 2026-06-30T19:51:02.416Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2729 | 2026-06-30T19:51:02.806Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2730 | 2026-06-30T19:51:02.972Z | Checking num-complex v0.4.6 |
| 2731 | 2026-06-30T19:51:03.453Z | Compiling num v0.4.3 |
| 2732 | 2026-06-30T19:51:03.532Z | Compiling usdt-macro v0.5.0 |
| 2733 | 2026-06-30T19:51:03.546Z | Compiling usdt-attr-macro v0.5.0 |
| 2734 | 2026-06-30T19:51:03.591Z | Checking memmap v0.7.0 |
| 2735 | 2026-06-30T19:51:03.709Z | Checking float-ord v0.3.2 |
| 2736 | 2026-06-30T19:51:03.739Z | Compiling convert_case v0.4.0 |
| 2737 | 2026-06-30T19:51:03.811Z | Checking unicode-width v0.2.0 |
| 2738 | 2026-06-30T19:51:04.067Z | Checking console v0.15.11 |
| 2739 | 2026-06-30T19:51:04.123Z | Compiling derive_more v0.99.20 |
| 2740 | 2026-06-30T19:51:04.291Z | Checking newline-converter v0.3.0 |
| 2741 | 2026-06-30T19:51:04.353Z | Checking usdt v0.5.0 |
| 2742 | 2026-06-30T19:51:04.367Z | Compiling toml v0.8.23 |
| 2743 | 2026-06-30T19:51:04.403Z | Compiling minimal-lexical v0.2.1 |
| 2744 | 2026-06-30T19:51:04.526Z | Checking linked-hash-map v0.5.6 |
| 2745 | 2026-06-30T19:51:04.659Z | Compiling nom v7.1.3 |
| 2746 | 2026-06-30T19:51:04.709Z | Checking lru-cache v0.1.2 |
| 2747 | 2026-06-30T19:51:04.835Z | Checking expectorate v1.2.0 |
| 2748 | 2026-06-30T19:51:05.042Z | Checking camino-tempfile v1.4.1 |
| 2749 | 2026-06-30T19:51:05.210Z | Checking hickory-proto v0.24.4 |
| 2750 | 2026-06-30T19:51:05.496Z | Checking phf_shared v0.12.1 |
| 2751 | 2026-06-30T19:51:05.652Z | Compiling slog-dtrace v0.3.0 |
| 2752 | 2026-06-30T19:51:05.832Z | Checking resolv-conf v0.7.6 |
| 2753 | 2026-06-30T19:51:05.855Z | Checking heck v0.5.0 |
| 2754 | 2026-06-30T19:51:05.991Z | Compiling chrono-tz v0.10.4 |
| 2755 | 2026-06-30T19:51:06.083Z | Compiling const_format_proc_macros v0.2.34 |
| 2756 | 2026-06-30T19:51:06.113Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2757 | 2026-06-30T19:51:06.197Z | Checking phf v0.12.1 |
| 2758 | 2026-06-30T19:51:06.241Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2759 | 2026-06-30T19:51:06.345Z | Checking tokio-dtrace v0.1.1 |
| 2760 | 2026-06-30T19:51:06.542Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2761 | 2026-06-30T19:51:06.621Z | Compiling derive-where v1.6.0 |
| 2762 | 2026-06-30T19:51:06.812Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2763 | 2026-06-30T19:51:07.087Z | Checking highway v1.3.0 |
| 2764 | 2026-06-30T19:51:07.169Z | Checking hickory-resolver v0.24.4 |
| 2765 | 2026-06-30T19:51:07.327Z | Checking const_format v0.2.35 |
| 2766 | 2026-06-30T19:51:07.574Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2767 | 2026-06-30T19:51:07.855Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2768 | 2026-06-30T19:51:07.965Z | Checking oxide-tokio-rt v0.1.4 |
| 2769 | 2026-06-30T19:51:07.979Z | Checking qorb v0.4.1 |
| 2770 | 2026-06-30T19:51:08.117Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2771 | 2026-06-30T19:51:08.135Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2772 | 2026-06-30T19:51:08.292Z | Checking gethostname v0.5.0 |
| 2773 | 2026-06-30T19:51:08.309Z | Checking bcs v0.1.6 |
| 2774 | 2026-06-30T19:51:08.352Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2775 | 2026-06-30T19:51:08.382Z | Checking termtree v0.5.1 |
| 2776 | 2026-06-30T19:51:11.785Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2777 | 2026-06-30T19:51:14.254Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2778 | 2026-06-30T19:51:16.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s |
| 2779 | 2026-06-30T19:51:16.576Z | |
| 2780 | 2026-06-30T19:51:16.576Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299) |
| 2781 | 2026-06-30T19:51:17.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2026-06-30T19:51:17.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2026-06-30T19:51:17.197Z | Compiling ar_archive_writer v0.5.1 |
| 2784 | 2026-06-30T19:51:17.306Z | Compiling stacker v0.1.23 |
| 2785 | 2026-06-30T19:51:17.310Z | Compiling cfg_aliases v0.1.1 |
| 2786 | 2026-06-30T19:51:17.315Z | Compiling convert_case v0.10.0 |
| 2787 | 2026-06-30T19:51:17.318Z | Checking unicode-width v0.1.14 |
| 2788 | 2026-06-30T19:51:17.329Z | Compiling proc-macro-error v1.0.4 |
| 2789 | 2026-06-30T19:51:17.343Z | Checking fd-lock v4.0.4 |
| 2790 | 2026-06-30T19:51:17.346Z | Checking nibble_vec v0.1.0 |
| 2791 | 2026-06-30T19:51:17.362Z | Compiling nix v0.28.0 |
| 2792 | 2026-06-30T19:51:17.459Z | Checking vte v0.14.1 |
| 2793 | 2026-06-30T19:51:17.471Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2794 | 2026-06-30T19:51:17.559Z | Checking endian-type v0.1.2 |
| 2795 | 2026-06-30T19:51:17.569Z | Checking bytecount v0.6.9 |
| 2796 | 2026-06-30T19:51:17.607Z | Compiling derive_more-impl v2.1.1 |
| 2797 | 2026-06-30T19:51:17.607Z | Checking strip-ansi-escapes v0.2.1 |
| 2798 | 2026-06-30T19:51:17.629Z | Compiling tabled_derive v0.7.0 |
| 2799 | 2026-06-30T19:51:17.666Z | Checking papergrid v0.11.0 |
| 2800 | 2026-06-30T19:51:17.681Z | Checking radix_trie v0.2.1 |
| 2801 | 2026-06-30T19:51:17.725Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2802 | 2026-06-30T19:51:17.887Z | Compiling peg-macros v0.8.5 |
| 2803 | 2026-06-30T19:51:17.895Z | Checking winnow v0.6.26 |
| 2804 | 2026-06-30T19:51:18.134Z | Compiling psm v0.1.30 |
| 2805 | 2026-06-30T19:51:18.212Z | Compiling sqlparser_derive v0.5.0 |
| 2806 | 2026-06-30T19:51:18.287Z | Checking nu-ansi-term v0.50.3 |
| 2807 | 2026-06-30T19:51:18.425Z | Checking derive_more v2.1.1 |
| 2808 | 2026-06-30T19:51:18.502Z | Checking home v0.5.12 |
| 2809 | 2026-06-30T19:51:18.517Z | Checking unicode_categories v0.1.1 |
| 2810 | 2026-06-30T19:51:18.604Z | Checking crossterm v0.29.0 |
| 2811 | 2026-06-30T19:51:18.607Z | Checking tabled v0.15.0 |
| 2812 | 2026-06-30T19:51:18.670Z | Checking reedline v0.40.0 |
| 2813 | 2026-06-30T19:51:18.703Z | Checking rustyline v14.0.0 |
| 2814 | 2026-06-30T19:51:18.922Z | Checking recursive v0.1.1 |
| 2815 | 2026-06-30T19:51:19.005Z | Checking display-error-chain v0.2.2 |
| 2816 | 2026-06-30T19:51:19.018Z | Checking sqlparser v0.61.0 |
| 2817 | 2026-06-30T19:51:19.073Z | Checking sqlformat v0.3.5 |
| 2818 | 2026-06-30T19:51:19.257Z | Checking peg v0.8.5 |
| 2819 | 2026-06-30T19:51:30.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
| 2820 | 2026-06-30T19:51:30.723Z | |
| 2821 | 2026-06-30T19:51:30.723Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299) |
| 2822 | 2026-06-30T19:51:31.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-06-30T19:51:31.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-06-30T19:51:31.345Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2825 | 2026-06-30T19:51:34.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
| 2826 | 2026-06-30T19:51:35.024Z | |
| 2827 | 2026-06-30T19:51:35.024Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299) |
| 2828 | 2026-06-30T19:51:35.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-06-30T19:51:35.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-06-30T19:51:35.649Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-06-30T19:51:38.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
| 2832 | 2026-06-30T19:51:38.314Z | |
| 2833 | 2026-06-30T19:51:38.314Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299) |
| 2834 | 2026-06-30T19:51:38.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-06-30T19:51:38.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-06-30T19:51:38.929Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-06-30T19:51:42.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
| 2838 | 2026-06-30T19:51:42.391Z | |
| 2839 | 2026-06-30T19:51:42.391Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299) |
| 2840 | 2026-06-30T19:51:42.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-06-30T19:51:42.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-06-30T19:51:43.019Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-06-30T19:51:46.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s |
| 2844 | 2026-06-30T19:51:46.505Z | |
| 2845 | 2026-06-30T19:51:46.505Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299) |
| 2846 | 2026-06-30T19:51:46.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-06-30T19:51:46.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-06-30T19:51:47.129Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-06-30T19:51:49.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 2850 | 2026-06-30T19:51:49.897Z | |
| 2851 | 2026-06-30T19:51:49.897Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299) |
| 2852 | 2026-06-30T19:51:50.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-06-30T19:51:50.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-06-30T19:51:50.523Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-06-30T19:51:53.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 2856 | 2026-06-30T19:51:53.347Z | |
| 2857 | 2026-06-30T19:51:53.347Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299) |
| 2858 | 2026-06-30T19:51:53.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-06-30T19:51:53.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-06-30T19:51:53.970Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2026-06-30T19:51:57.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 2862 | 2026-06-30T19:51:57.616Z | |
| 2863 | 2026-06-30T19:51:57.616Z | info: running `cargo check --bins` on oximeter (93/299) |
| 2864 | 2026-06-30T19:51:58.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-06-30T19:51:58.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-06-30T19:51:58.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2026-06-30T19:51:58.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2868 | 2026-06-30T19:51:58.149Z | |
| 2869 | 2026-06-30T19:51:58.149Z | info: running `cargo check --bins` on oximeter-schema (94/299) |
| 2870 | 2026-06-30T19:51:58.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-06-30T19:51:58.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-06-30T19:51:58.737Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2873 | 2026-06-30T19:51:58.898Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2874 | 2026-06-30T19:51:58.901Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2875 | 2026-06-30T19:51:59.246Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2876 | 2026-06-30T19:52:01.953Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2877 | 2026-06-30T19:52:03.174Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2878 | 2026-06-30T19:52:03.381Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2879 | 2026-06-30T19:52:04.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s |
| 2880 | 2026-06-30T19:52:04.217Z | |
| 2881 | 2026-06-30T19:52:04.217Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/299) |
| 2882 | 2026-06-30T19:52:04.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-06-30T19:52:04.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-06-30T19:52:04.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2885 | 2026-06-30T19:52:04.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2886 | 2026-06-30T19:52:04.743Z | |
| 2887 | 2026-06-30T19:52:04.743Z | info: running `cargo check --bins` on oximeter-test-utils (96/299) |
| 2888 | 2026-06-30T19:52:05.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-06-30T19:52:05.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-06-30T19:52:05.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-06-30T19:52:05.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2892 | 2026-06-30T19:52:05.313Z | |
| 2893 | 2026-06-30T19:52:05.313Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299) |
| 2894 | 2026-06-30T19:52:05.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-06-30T19:52:05.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-06-30T19:52:05.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-06-30T19:52:05.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2898 | 2026-06-30T19:52:05.853Z | |
| 2899 | 2026-06-30T19:52:05.853Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299) |
| 2900 | 2026-06-30T19:52:06.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-06-30T19:52:06.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-06-30T19:52:06.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-06-30T19:52:06.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2904 | 2026-06-30T19:52:06.387Z | |
| 2905 | 2026-06-30T19:52:06.387Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299) |
| 2906 | 2026-06-30T19:52:06.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-06-30T19:52:06.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-06-30T19:52:06.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-06-30T19:52:06.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2910 | 2026-06-30T19:52:06.924Z | |
| 2911 | 2026-06-30T19:52:06.924Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299) |
| 2912 | 2026-06-30T19:52:07.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-06-30T19:52:07.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-06-30T19:52:07.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-06-30T19:52:07.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2916 | 2026-06-30T19:52:07.456Z | |
| 2917 | 2026-06-30T19:52:07.456Z | info: running `cargo check --bins` on trust-quorum-types (101/299) |
| 2918 | 2026-06-30T19:52:07.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-06-30T19:52:07.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-06-30T19:52:07.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-06-30T19:52:07.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2922 | 2026-06-30T19:52:07.973Z | |
| 2923 | 2026-06-30T19:52:07.973Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/299) |
| 2924 | 2026-06-30T19:52:08.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-06-30T19:52:08.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-06-30T19:52:08.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-06-30T19:52:08.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2928 | 2026-06-30T19:52:08.511Z | |
| 2929 | 2026-06-30T19:52:08.511Z | info: running `cargo check --bins` on update-engine (103/299) |
| 2930 | 2026-06-30T19:52:08.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-06-30T19:52:08.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-06-30T19:52:08.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-06-30T19:52:08.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2934 | 2026-06-30T19:52:09.023Z | |
| 2935 | 2026-06-30T19:52:09.023Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/299) |
| 2936 | 2026-06-30T19:52:09.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-06-30T19:52:09.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-06-30T19:52:09.689Z | Compiling crucible-workspace-hack v0.1.0 |
| 2939 | 2026-06-30T19:52:09.805Z | Checking secrecy v0.10.3 |
| 2940 | 2026-06-30T19:52:09.811Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2941 | 2026-06-30T19:52:09.814Z | Compiling heapless v0.8.0 |
| 2942 | 2026-06-30T19:52:09.822Z | Compiling ingot-macros v0.1.1 |
| 2943 | 2026-06-30T19:52:09.831Z | Checking hash32 v0.3.1 |
| 2944 | 2026-06-30T19:52:09.841Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2945 | 2026-06-30T19:52:09.841Z | Compiling smoltcp v0.11.0 |
| 2946 | 2026-06-30T19:52:09.903Z | Checking cobs v0.3.0 |
| 2947 | 2026-06-30T19:52:09.948Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2948 | 2026-06-30T19:52:10.032Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2949 | 2026-06-30T19:52:10.058Z | Checking universal-hash v0.5.1 |
| 2950 | 2026-06-30T19:52:10.068Z | Checking half v2.7.1 |
| 2951 | 2026-06-30T19:52:10.081Z | Checking ciborium-io v0.2.2 |
| 2952 | 2026-06-30T19:52:10.177Z | Checking opaque-debug v0.3.1 |
| 2953 | 2026-06-30T19:52:10.206Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2954 | 2026-06-30T19:52:10.221Z | Checking postcard v1.1.3 |
| 2955 | 2026-06-30T19:52:10.248Z | Checking poly1305 v0.8.0 |
| 2956 | 2026-06-30T19:52:10.322Z | Checking ciborium-ll v0.2.2 |
| 2957 | 2026-06-30T19:52:10.399Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2958 | 2026-06-30T19:52:10.498Z | Compiling proc-macro-crate v3.4.0 |
| 2959 | 2026-06-30T19:52:10.513Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2960 | 2026-06-30T19:52:10.516Z | Checking password-hash v0.5.0 |
| 2961 | 2026-06-30T19:52:10.772Z | Checking chacha20 v0.9.1 |
| 2962 | 2026-06-30T19:52:10.797Z | Compiling proc-macro-crate v1.3.1 |
| 2963 | 2026-06-30T19:52:10.816Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2964 | 2026-06-30T19:52:10.972Z | Checking blake2 v0.10.6 |
| 2965 | 2026-06-30T19:52:11.040Z | Checking aead v0.5.2 |
| 2966 | 2026-06-30T19:52:11.058Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2967 | 2026-06-30T19:52:11.070Z | Compiling num_enum_derive v0.7.6 |
| 2968 | 2026-06-30T19:52:11.184Z | Compiling foreign-types-macros v0.2.3 |
| 2969 | 2026-06-30T19:52:11.208Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2970 | 2026-06-30T19:52:11.210Z | Checking foreign-types-shared v0.3.1 |
| 2971 | 2026-06-30T19:52:11.239Z | Checking thiserror-no-std v2.0.2 |
| 2972 | 2026-06-30T19:52:11.265Z | Checking argon2 v0.5.3 |
| 2973 | 2026-06-30T19:52:11.308Z | Compiling num_enum_derive v0.5.11 |
| 2974 | 2026-06-30T19:52:11.326Z | Checking vsss-rs v3.3.4 |
| 2975 | 2026-06-30T19:52:11.449Z | Checking chacha20poly1305 v0.10.1 |
| 2976 | 2026-06-30T19:52:11.579Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2977 | 2026-06-30T19:52:11.612Z | Checking ciborium v0.2.2 |
| 2978 | 2026-06-30T19:52:11.772Z | Checking foreign-types v0.5.0 |
| 2979 | 2026-06-30T19:52:11.957Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2980 | 2026-06-30T19:52:11.996Z | Checking tabwriter v1.4.1 |
| 2981 | 2026-06-30T19:52:12.047Z | Checking chacha20 v0.10.0 |
| 2982 | 2026-06-30T19:52:12.109Z | Checking num_enum v0.7.6 |
| 2983 | 2026-06-30T19:52:12.144Z | Checking byte-wrapper v0.1.0 |
| 2984 | 2026-06-30T19:52:12.224Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2985 | 2026-06-30T19:52:12.239Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2986 | 2026-06-30T19:52:12.261Z | Checking cstr-argument v0.1.2 |
| 2987 | 2026-06-30T19:52:12.323Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2988 | 2026-06-30T19:52:12.354Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2989 | 2026-06-30T19:52:12.382Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2990 | 2026-06-30T19:52:12.443Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2991 | 2026-06-30T19:52:12.525Z | Checking num_enum v0.5.11 |
| 2992 | 2026-06-30T19:52:12.555Z | Checking rand v0.10.0 |
| 2993 | 2026-06-30T19:52:12.640Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2994 | 2026-06-30T19:52:12.673Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2995 | 2026-06-30T19:52:12.682Z | Checking ingot-types v0.1.2 |
| 2996 | 2026-06-30T19:52:12.695Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2997 | 2026-06-30T19:52:12.756Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2998 | 2026-06-30T19:52:12.805Z | Checking indent_write v2.2.0 |
| 2999 | 2026-06-30T19:52:12.895Z | Checking colored v3.1.1 |
| 3000 | 2026-06-30T19:52:12.935Z | Compiling zone_cfg_derive v0.3.1 |
| 3001 | 2026-06-30T19:52:12.981Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3002 | 2026-06-30T19:52:13.035Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3003 | 2026-06-30T19:52:13.050Z | Checking ingot v0.1.1 |
| 3004 | 2026-06-30T19:52:13.066Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3005 | 2026-06-30T19:52:13.079Z | Checking itertools v0.12.1 |
| 3006 | 2026-06-30T19:52:13.154Z | Compiling num-derive v0.4.2 |
| 3007 | 2026-06-30T19:52:13.168Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3008 | 2026-06-30T19:52:13.204Z | Checking swrite v0.1.0 |
| 3009 | 2026-06-30T19:52:13.310Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3010 | 2026-06-30T19:52:13.375Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3011 | 2026-06-30T19:52:13.546Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3012 | 2026-06-30T19:52:13.578Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3013 | 2026-06-30T19:52:13.594Z | Checking dropshot-api-manager-types v0.7.2 |
| 3014 | 2026-06-30T19:52:13.609Z | Checking smf v0.2.3 |
| 3015 | 2026-06-30T19:52:13.653Z | Checking nanorand v0.7.0 |
| 3016 | 2026-06-30T19:52:13.757Z | Checking whoami v1.6.1 |
| 3017 | 2026-06-30T19:52:13.845Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3018 | 2026-06-30T19:52:13.858Z | Checking flume v0.11.1 |
| 3019 | 2026-06-30T19:52:14.084Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3020 | 2026-06-30T19:52:14.109Z | Checking zone v0.3.1 |
| 3021 | 2026-06-30T19:52:14.617Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3022 | 2026-06-30T19:52:15.595Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3023 | 2026-06-30T19:52:16.509Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3024 | 2026-06-30T19:52:19.783Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3025 | 2026-06-30T19:52:21.873Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3026 | 2026-06-30T19:52:22.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s |
| 3027 | 2026-06-30T19:52:23.148Z | |
| 3028 | 2026-06-30T19:52:23.148Z | info: running `cargo check --bins` on clickhouse-admin-api (105/299) |
| 3029 | 2026-06-30T19:52:23.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2026-06-30T19:52:23.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2026-06-30T19:52:23.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2026-06-30T19:52:23.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3033 | 2026-06-30T19:52:23.676Z | |
| 3034 | 2026-06-30T19:52:23.676Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/299) |
| 3035 | 2026-06-30T19:52:24.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2026-06-30T19:52:24.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2026-06-30T19:52:24.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2026-06-30T19:52:24.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3039 | 2026-06-30T19:52:24.210Z | |
| 3040 | 2026-06-30T19:52:24.210Z | info: running `cargo check --bins` on bootstrap-agent-client (107/299) |
| 3041 | 2026-06-30T19:52:24.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-06-30T19:52:24.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-06-30T19:52:24.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2026-06-30T19:52:24.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3045 | 2026-06-30T19:52:24.742Z | |
| 3046 | 2026-06-30T19:52:24.742Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299) |
| 3047 | 2026-06-30T19:52:25.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2026-06-30T19:52:25.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2026-06-30T19:52:25.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2026-06-30T19:52:25.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3051 | 2026-06-30T19:52:25.281Z | |
| 3052 | 2026-06-30T19:52:25.281Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299) |
| 3053 | 2026-06-30T19:52:25.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2026-06-30T19:52:25.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2026-06-30T19:52:25.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2026-06-30T19:52:25.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3057 | 2026-06-30T19:52:25.821Z | |
| 3058 | 2026-06-30T19:52:25.821Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/299) |
| 3059 | 2026-06-30T19:52:26.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-06-30T19:52:26.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-06-30T19:52:26.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-06-30T19:52:26.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3063 | 2026-06-30T19:52:26.346Z | |
| 3064 | 2026-06-30T19:52:26.346Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/299) |
| 3065 | 2026-06-30T19:52:26.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-06-30T19:52:26.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-06-30T19:52:26.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-06-30T19:52:26.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3069 | 2026-06-30T19:52:26.878Z | |
| 3070 | 2026-06-30T19:52:26.878Z | info: running `cargo check --bins` on cockroach-admin-client (112/299) |
| 3071 | 2026-06-30T19:52:27.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-06-30T19:52:27.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-06-30T19:52:27.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-06-30T19:52:27.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3075 | 2026-06-30T19:52:27.388Z | |
| 3076 | 2026-06-30T19:52:27.388Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/299) |
| 3077 | 2026-06-30T19:52:27.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-06-30T19:52:27.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-06-30T19:52:27.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-06-30T19:52:27.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3081 | 2026-06-30T19:52:27.918Z | |
| 3082 | 2026-06-30T19:52:27.918Z | info: running `cargo check --bins` on dns-service-client (114/299) |
| 3083 | 2026-06-30T19:52:28.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-06-30T19:52:28.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-06-30T19:52:28.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-06-30T19:52:28.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3087 | 2026-06-30T19:52:28.454Z | |
| 3088 | 2026-06-30T19:52:28.455Z | info: running `cargo check --bins` on installinator-client (115/299) |
| 3089 | 2026-06-30T19:52:28.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-06-30T19:52:28.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-06-30T19:52:28.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3092 | 2026-06-30T19:52:28.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3093 | 2026-06-30T19:52:28.986Z | |
| 3094 | 2026-06-30T19:52:28.986Z | info: running `cargo check --bins` on nexus-client (116/299) |
| 3095 | 2026-06-30T19:52:29.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2026-06-30T19:52:29.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2026-06-30T19:52:29.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3098 | 2026-06-30T19:52:29.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3099 | 2026-06-30T19:52:29.560Z | |
| 3100 | 2026-06-30T19:52:29.560Z | info: running `cargo check --bins` on nexus-lockstep-client (117/299) |
| 3101 | 2026-06-30T19:52:30.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-06-30T19:52:30.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-06-30T19:52:30.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2026-06-30T19:52:30.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3105 | 2026-06-30T19:52:30.133Z | |
| 3106 | 2026-06-30T19:52:30.133Z | info: running `cargo check --bins` on ntp-admin-client (118/299) |
| 3107 | 2026-06-30T19:52:30.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2026-06-30T19:52:30.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2026-06-30T19:52:30.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3110 | 2026-06-30T19:52:30.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3111 | 2026-06-30T19:52:30.655Z | |
| 3112 | 2026-06-30T19:52:30.655Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/299) |
| 3113 | 2026-06-30T19:52:31.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2026-06-30T19:52:31.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2026-06-30T19:52:31.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3116 | 2026-06-30T19:52:31.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3117 | 2026-06-30T19:52:31.180Z | |
| 3118 | 2026-06-30T19:52:31.180Z | info: running `cargo check --bins` on oxide-client (120/299) |
| 3119 | 2026-06-30T19:52:31.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2026-06-30T19:52:31.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2026-06-30T19:52:31.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3122 | 2026-06-30T19:52:31.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3123 | 2026-06-30T19:52:31.703Z | |
| 3124 | 2026-06-30T19:52:31.703Z | info: running `cargo check --bins` on oximeter-client (121/299) |
| 3125 | 2026-06-30T19:52:32.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2026-06-30T19:52:32.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2026-06-30T19:52:32.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3128 | 2026-06-30T19:52:32.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3129 | 2026-06-30T19:52:32.230Z | |
| 3130 | 2026-06-30T19:52:32.231Z | info: running `cargo check --bins` on repo-depot-client (122/299) |
| 3131 | 2026-06-30T19:52:32.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2026-06-30T19:52:32.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2026-06-30T19:52:32.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2026-06-30T19:52:32.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3135 | 2026-06-30T19:52:32.746Z | |
| 3136 | 2026-06-30T19:52:32.747Z | info: running `cargo check --bins` on sled-agent-client (123/299) |
| 3137 | 2026-06-30T19:52:33.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2026-06-30T19:52:33.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2026-06-30T19:52:33.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3140 | 2026-06-30T19:52:33.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3141 | 2026-06-30T19:52:33.293Z | |
| 3142 | 2026-06-30T19:52:33.293Z | info: running `cargo check --bins` on wicketd-client (124/299) |
| 3143 | 2026-06-30T19:52:33.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2026-06-30T19:52:33.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2026-06-30T19:52:33.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3146 | 2026-06-30T19:52:33.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3147 | 2026-06-30T19:52:33.850Z | |
| 3148 | 2026-06-30T19:52:33.850Z | info: running `cargo check --bins` on installinator-common (125/299) |
| 3149 | 2026-06-30T19:52:34.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3150 | 2026-06-30T19:52:34.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3151 | 2026-06-30T19:52:34.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3152 | 2026-06-30T19:52:34.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3153 | 2026-06-30T19:52:34.410Z | |
| 3154 | 2026-06-30T19:52:34.410Z | info: running `cargo check --bins` on installinator-common-versions (126/299) |
| 3155 | 2026-06-30T19:52:34.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2026-06-30T19:52:34.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2026-06-30T19:52:34.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3158 | 2026-06-30T19:52:34.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3159 | 2026-06-30T19:52:34.918Z | |
| 3160 | 2026-06-30T19:52:34.918Z | info: running `cargo check --bins` on wicket-common (127/299) |
| 3161 | 2026-06-30T19:52:35.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3162 | 2026-06-30T19:52:35.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3163 | 2026-06-30T19:52:35.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3164 | 2026-06-30T19:52:35.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3165 | 2026-06-30T19:52:35.465Z | |
| 3166 | 2026-06-30T19:52:35.466Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/299) |
| 3167 | 2026-06-30T19:52:35.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3168 | 2026-06-30T19:52:35.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3169 | 2026-06-30T19:52:36.102Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3170 | 2026-06-30T19:52:36.214Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3171 | 2026-06-30T19:52:36.221Z | Checking csv-core v0.1.13 |
| 3172 | 2026-06-30T19:52:36.228Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3173 | 2026-06-30T19:52:36.230Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3174 | 2026-06-30T19:52:36.235Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3175 | 2026-06-30T19:52:36.254Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3176 | 2026-06-30T19:52:36.265Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3177 | 2026-06-30T19:52:36.377Z | Checking csv v1.4.0 |
| 3178 | 2026-06-30T19:52:36.409Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3179 | 2026-06-30T19:52:36.435Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3180 | 2026-06-30T19:52:36.462Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3181 | 2026-06-30T19:52:36.475Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3182 | 2026-06-30T19:52:36.718Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3183 | 2026-06-30T19:52:37.089Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3184 | 2026-06-30T19:52:37.089Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3185 | 2026-06-30T19:52:37.449Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3186 | 2026-06-30T19:52:43.486Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3187 | 2026-06-30T19:52:44.022Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3188 | 2026-06-30T19:52:46.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.94s |
| 3189 | 2026-06-30T19:52:46.582Z | |
| 3190 | 2026-06-30T19:52:46.582Z | info: running `cargo check --bins` on cockroach-admin-api (129/299) |
| 3191 | 2026-06-30T19:52:47.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3192 | 2026-06-30T19:52:47.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3193 | 2026-06-30T19:52:47.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3194 | 2026-06-30T19:52:47.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3195 | 2026-06-30T19:52:47.116Z | |
| 3196 | 2026-06-30T19:52:47.116Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299) |
| 3197 | 2026-06-30T19:52:47.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2026-06-30T19:52:47.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2026-06-30T19:52:47.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3200 | 2026-06-30T19:52:47.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3201 | 2026-06-30T19:52:47.736Z | |
| 3202 | 2026-06-30T19:52:47.736Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299) |
| 3203 | 2026-06-30T19:52:48.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2026-06-30T19:52:48.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2026-06-30T19:52:48.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3206 | 2026-06-30T19:52:48.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3207 | 2026-06-30T19:52:48.356Z | |
| 3208 | 2026-06-30T19:52:48.356Z | info: running `cargo check --bins` on gateway-test-utils (132/299) |
| 3209 | 2026-06-30T19:52:48.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2026-06-30T19:52:48.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2026-06-30T19:52:48.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3212 | 2026-06-30T19:52:48.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3213 | 2026-06-30T19:52:48.944Z | |
| 3214 | 2026-06-30T19:52:48.945Z | info: running `cargo check --bins` on omicron-gateway (133/299) |
| 3215 | 2026-06-30T19:52:49.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2026-06-30T19:52:49.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2026-06-30T19:52:49.666Z | Compiling regress v0.11.1 |
| 3218 | 2026-06-30T19:52:49.805Z | Compiling unsafe-libyaml v0.2.11 |
| 3219 | 2026-06-30T19:52:49.815Z | Compiling semver v0.1.20 |
| 3220 | 2026-06-30T19:52:49.819Z | Compiling radium v0.7.0 |
| 3221 | 2026-06-30T19:52:49.835Z | Checking nom v8.0.0 |
| 3222 | 2026-06-30T19:52:49.835Z | Compiling maybe-uninit v2.0.0 |
| 3223 | 2026-06-30T19:52:49.840Z | Checking tap v1.0.1 |
| 3224 | 2026-06-30T19:52:49.962Z | Checking wyz v0.5.1 |
| 3225 | 2026-06-30T19:52:50.092Z | Compiling rustc_version v0.1.7 |
| 3226 | 2026-06-30T19:52:50.166Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3227 | 2026-06-30T19:52:50.192Z | Compiling zerocopy-derive v0.6.6 |
| 3228 | 2026-06-30T19:52:50.328Z | Compiling serde_yaml v0.9.34+deprecated |
| 3229 | 2026-06-30T19:52:50.347Z | Compiling newtype_derive v0.1.6 |
| 3230 | 2026-06-30T19:52:50.541Z | Compiling cancel-safe-futures v0.1.5 |
| 3231 | 2026-06-30T19:52:50.556Z | Checking funty v2.0.0 |
| 3232 | 2026-06-30T19:52:50.757Z | Compiling owo-colors v4.3.0 |
| 3233 | 2026-06-30T19:52:50.886Z | Compiling packed_struct v0.10.1 |
| 3234 | 2026-06-30T19:52:51.069Z | Checking crc-catalog v2.4.0 |
| 3235 | 2026-06-30T19:52:51.138Z | Checking zerocopy v0.6.6 |
| 3236 | 2026-06-30T19:52:51.163Z | Checking crc v3.4.0 |
| 3237 | 2026-06-30T19:52:51.180Z | Checking bitvec v1.0.1 |
| 3238 | 2026-06-30T19:52:51.320Z | Checking typify-impl v0.6.2 |
| 3239 | 2026-06-30T19:52:51.520Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3240 | 2026-06-30T19:52:51.706Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3241 | 2026-06-30T19:52:51.849Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3242 | 2026-06-30T19:52:51.852Z | Compiling packed_struct_codegen v0.10.1 |
| 3243 | 2026-06-30T19:52:52.071Z | Checking libsw-core v0.3.2 |
| 3244 | 2026-06-30T19:52:52.074Z | Compiling bitfield-macros v0.19.4 |
| 3245 | 2026-06-30T19:52:52.229Z | Compiling indexmap v1.9.3 |
| 3246 | 2026-06-30T19:52:52.434Z | Checking nodrop v0.1.14 |
| 3247 | 2026-06-30T19:52:52.519Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3248 | 2026-06-30T19:52:52.533Z | Checking array-init v0.0.4 |
| 3249 | 2026-06-30T19:52:52.582Z | Checking libsw v3.5.0 |
| 3250 | 2026-06-30T19:52:52.595Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3251 | 2026-06-30T19:52:52.740Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3252 | 2026-06-30T19:52:52.828Z | Checking bitfield v0.19.4 |
| 3253 | 2026-06-30T19:52:52.842Z | Checking smallvec v0.6.14 |
| 3254 | 2026-06-30T19:52:52.924Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3255 | 2026-06-30T19:52:53.109Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3256 | 2026-06-30T19:52:53.126Z | Checking smawk v0.3.2 |
| 3257 | 2026-06-30T19:52:53.236Z | Checking base64 v0.21.7 |
| 3258 | 2026-06-30T19:52:53.258Z | Checking linear-map v1.2.0 |
| 3259 | 2026-06-30T19:52:53.281Z | Checking hashbrown v0.12.3 |
| 3260 | 2026-06-30T19:52:53.358Z | Checking tagptr v0.2.0 |
| 3261 | 2026-06-30T19:52:53.433Z | Checking unicode-linebreak v0.1.5 |
| 3262 | 2026-06-30T19:52:53.476Z | Checking ron v0.8.1 |
| 3263 | 2026-06-30T19:52:53.504Z | Checking moka v0.12.13 |
| 3264 | 2026-06-30T19:52:53.649Z | Checking textwrap v0.16.2 |
| 3265 | 2026-06-30T19:52:53.663Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3266 | 2026-06-30T19:52:53.873Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3267 | 2026-06-30T19:52:54.013Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3268 | 2026-06-30T19:52:54.027Z | Checking steno v0.4.1 |
| 3269 | 2026-06-30T19:52:54.041Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3270 | 2026-06-30T19:52:54.053Z | Checking serde-hex v0.1.0 |
| 3271 | 2026-06-30T19:52:54.159Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3272 | 2026-06-30T19:52:54.323Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3273 | 2026-06-30T19:52:54.822Z | Checking hashbrown v0.13.2 |
| 3274 | 2026-06-30T19:52:54.921Z | Checking crc-any v2.5.0 |
| 3275 | 2026-06-30T19:52:54.971Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3276 | 2026-06-30T19:52:55.032Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3277 | 2026-06-30T19:52:55.108Z | Checking hickory-resolver v0.25.2 |
| 3278 | 2026-06-30T19:52:55.188Z | Checking void v1.0.2 |
| 3279 | 2026-06-30T19:52:55.200Z | Checking utf-8 v0.7.6 |
| 3280 | 2026-06-30T19:52:55.251Z | Checking object v0.30.4 |
| 3281 | 2026-06-30T19:52:55.292Z | Checking path-slash v0.1.5 |
| 3282 | 2026-06-30T19:52:55.333Z | Checking half v1.8.3 |
| 3283 | 2026-06-30T19:52:55.400Z | Checking tungstenite v0.23.0 |
| 3284 | 2026-06-30T19:52:55.538Z | Checking serde_cbor v0.11.2 |
| 3285 | 2026-06-30T19:52:55.571Z | Checking lzss v0.8.2 |
| 3286 | 2026-06-30T19:52:55.871Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3287 | 2026-06-30T19:52:55.874Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3288 | 2026-06-30T19:52:55.927Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3289 | 2026-06-30T19:52:55.943Z | Checking nix v0.27.1 |
| 3290 | 2026-06-30T19:52:56.024Z | Compiling typify-macro v0.6.2 |
| 3291 | 2026-06-30T19:52:56.032Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3292 | 2026-06-30T19:52:56.047Z | Checking kstat-rs v0.2.4 |
| 3293 | 2026-06-30T19:52:56.138Z | Checking fxhash v0.2.1 |
| 3294 | 2026-06-30T19:52:56.178Z | Checking serde_bytes v0.11.19 |
| 3295 | 2026-06-30T19:52:56.230Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3296 | 2026-06-30T19:52:56.257Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3297 | 2026-06-30T19:52:56.306Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3298 | 2026-06-30T19:52:56.369Z | Checking tokio-tungstenite v0.23.1 |
| 3299 | 2026-06-30T19:52:56.474Z | Checking signal-hook-tokio v0.3.1 |
| 3300 | 2026-06-30T19:52:57.173Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3301 | 2026-06-30T19:52:57.386Z | Compiling typify v0.6.2 |
| 3302 | 2026-06-30T19:52:57.465Z | Compiling progenitor-impl v0.14.0 |
| 3303 | 2026-06-30T19:52:58.089Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3304 | 2026-06-30T19:52:58.393Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3305 | 2026-06-30T19:52:58.919Z | Compiling progenitor-macro v0.14.0 |
| 3306 | 2026-06-30T19:53:01.236Z | Checking progenitor v0.14.0 |
| 3307 | 2026-06-30T19:53:01.355Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3308 | 2026-06-30T19:53:01.358Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3309 | 2026-06-30T19:53:04.049Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3310 | 2026-06-30T19:53:12.369Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3311 | 2026-06-30T19:53:18.997Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-06-30T19:53:20.382Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3313 | 2026-06-30T19:53:20.881Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3314 | 2026-06-30T19:53:22.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.02s |
| 3315 | 2026-06-30T19:53:23.159Z | |
| 3316 | 2026-06-30T19:53:23.159Z | info: running `cargo check --bins` on gateway-api (134/299) |
| 3317 | 2026-06-30T19:53:23.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-06-30T19:53:23.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-06-30T19:53:23.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-06-30T19:53:23.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3321 | 2026-06-30T19:53:23.688Z | |
| 3322 | 2026-06-30T19:53:23.688Z | info: running `cargo check --bins` on ipcc (135/299) |
| 3323 | 2026-06-30T19:53:24.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-06-30T19:53:24.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-06-30T19:53:24.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-06-30T19:53:24.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3327 | 2026-06-30T19:53:24.223Z | |
| 3328 | 2026-06-30T19:53:24.223Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299) |
| 3329 | 2026-06-30T19:53:24.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-06-30T19:53:24.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-06-30T19:53:24.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-06-30T19:53:24.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3333 | 2026-06-30T19:53:24.743Z | |
| 3334 | 2026-06-30T19:53:24.743Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299) |
| 3335 | 2026-06-30T19:53:25.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-06-30T19:53:25.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-06-30T19:53:25.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-06-30T19:53:25.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3339 | 2026-06-30T19:53:25.297Z | |
| 3340 | 2026-06-30T19:53:25.297Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299) |
| 3341 | 2026-06-30T19:53:25.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-06-30T19:53:25.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-06-30T19:53:25.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-06-30T19:53:25.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3345 | 2026-06-30T19:53:25.838Z | |
| 3346 | 2026-06-30T19:53:25.838Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299) |
| 3347 | 2026-06-30T19:53:26.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-06-30T19:53:26.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-06-30T19:53:26.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-06-30T19:53:26.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3351 | 2026-06-30T19:53:26.364Z | |
| 3352 | 2026-06-30T19:53:26.364Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299) |
| 3353 | 2026-06-30T19:53:26.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-06-30T19:53:26.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-06-30T19:53:26.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-06-30T19:53:26.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3357 | 2026-06-30T19:53:26.893Z | |
| 3358 | 2026-06-30T19:53:26.893Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299) |
| 3359 | 2026-06-30T19:53:27.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-06-30T19:53:27.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-06-30T19:53:27.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-06-30T19:53:27.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3363 | 2026-06-30T19:53:27.441Z | |
| 3364 | 2026-06-30T19:53:27.441Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299) |
| 3365 | 2026-06-30T19:53:27.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-06-30T19:53:27.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-06-30T19:53:27.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-06-30T19:53:27.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3369 | 2026-06-30T19:53:27.975Z | |
| 3370 | 2026-06-30T19:53:27.975Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299) |
| 3371 | 2026-06-30T19:53:28.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-06-30T19:53:28.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-06-30T19:53:28.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-06-30T19:53:28.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3375 | 2026-06-30T19:53:28.507Z | |
| 3376 | 2026-06-30T19:53:28.508Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299) |
| 3377 | 2026-06-30T19:53:28.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-06-30T19:53:28.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-06-30T19:53:28.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-06-30T19:53:28.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3381 | 2026-06-30T19:53:29.037Z | |
| 3382 | 2026-06-30T19:53:29.037Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299) |
| 3383 | 2026-06-30T19:53:29.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-06-30T19:53:29.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-06-30T19:53:29.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-06-30T19:53:29.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3387 | 2026-06-30T19:53:29.567Z | |
| 3388 | 2026-06-30T19:53:29.567Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299) |
| 3389 | 2026-06-30T19:53:30.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-06-30T19:53:30.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-06-30T19:53:30.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-06-30T19:53:30.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3393 | 2026-06-30T19:53:30.111Z | |
| 3394 | 2026-06-30T19:53:30.111Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299) |
| 3395 | 2026-06-30T19:53:30.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-06-30T19:53:30.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-06-30T19:53:30.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-06-30T19:53:30.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3399 | 2026-06-30T19:53:30.637Z | |
| 3400 | 2026-06-30T19:53:30.637Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299) |
| 3401 | 2026-06-30T19:53:31.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-06-30T19:53:31.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-06-30T19:53:31.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-06-30T19:53:31.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3405 | 2026-06-30T19:53:31.183Z | |
| 3406 | 2026-06-30T19:53:31.183Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299) |
| 3407 | 2026-06-30T19:53:31.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-06-30T19:53:31.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-06-30T19:53:31.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-06-30T19:53:31.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3411 | 2026-06-30T19:53:31.732Z | |
| 3412 | 2026-06-30T19:53:31.732Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299) |
| 3413 | 2026-06-30T19:53:32.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-06-30T19:53:32.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-06-30T19:53:32.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-06-30T19:53:32.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3417 | 2026-06-30T19:53:32.273Z | |
| 3418 | 2026-06-30T19:53:32.273Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299) |
| 3419 | 2026-06-30T19:53:32.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-06-30T19:53:32.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-06-30T19:53:32.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-06-30T19:53:32.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3423 | 2026-06-30T19:53:32.820Z | |
| 3424 | 2026-06-30T19:53:32.820Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299) |
| 3425 | 2026-06-30T19:53:33.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-06-30T19:53:33.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-06-30T19:53:33.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-06-30T19:53:33.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3429 | 2026-06-30T19:53:33.368Z | |
| 3430 | 2026-06-30T19:53:33.368Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299) |
| 3431 | 2026-06-30T19:53:33.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-06-30T19:53:33.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-06-30T19:53:33.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-06-30T19:53:33.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3435 | 2026-06-30T19:53:33.916Z | |
| 3436 | 2026-06-30T19:53:33.916Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299) |
| 3437 | 2026-06-30T19:53:34.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-06-30T19:53:34.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-06-30T19:53:34.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-06-30T19:53:34.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3441 | 2026-06-30T19:53:34.466Z | |
| 3442 | 2026-06-30T19:53:34.466Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299) |
| 3443 | 2026-06-30T19:53:34.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-06-30T19:53:34.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-06-30T19:53:34.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-06-30T19:53:34.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3447 | 2026-06-30T19:53:35.016Z | |
| 3448 | 2026-06-30T19:53:35.016Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299) |
| 3449 | 2026-06-30T19:53:35.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-06-30T19:53:35.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-06-30T19:53:35.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-06-30T19:53:35.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3453 | 2026-06-30T19:53:35.564Z | |
| 3454 | 2026-06-30T19:53:35.564Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299) |
| 3455 | 2026-06-30T19:53:36.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-06-30T19:53:36.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-06-30T19:53:36.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-06-30T19:53:36.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3459 | 2026-06-30T19:53:36.114Z | |
| 3460 | 2026-06-30T19:53:36.114Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299) |
| 3461 | 2026-06-30T19:53:36.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-06-30T19:53:36.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-06-30T19:53:36.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-06-30T19:53:36.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3465 | 2026-06-30T19:53:36.642Z | |
| 3466 | 2026-06-30T19:53:36.642Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299) |
| 3467 | 2026-06-30T19:53:37.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-06-30T19:53:37.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-06-30T19:53:37.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-06-30T19:53:37.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3471 | 2026-06-30T19:53:37.171Z | |
| 3472 | 2026-06-30T19:53:37.171Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299) |
| 3473 | 2026-06-30T19:53:37.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-06-30T19:53:37.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-06-30T19:53:37.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-06-30T19:53:37.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3477 | 2026-06-30T19:53:37.697Z | |
| 3478 | 2026-06-30T19:53:37.698Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299) |
| 3479 | 2026-06-30T19:53:38.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-06-30T19:53:38.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-06-30T19:53:38.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-06-30T19:53:38.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3483 | 2026-06-30T19:53:38.227Z | |
| 3484 | 2026-06-30T19:53:38.227Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299) |
| 3485 | 2026-06-30T19:53:38.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-06-30T19:53:38.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-06-30T19:53:38.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-06-30T19:53:38.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3489 | 2026-06-30T19:53:38.755Z | |
| 3490 | 2026-06-30T19:53:38.755Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299) |
| 3491 | 2026-06-30T19:53:39.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-06-30T19:53:39.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-06-30T19:53:39.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-06-30T19:53:39.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3495 | 2026-06-30T19:53:39.288Z | |
| 3496 | 2026-06-30T19:53:39.288Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299) |
| 3497 | 2026-06-30T19:53:39.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-06-30T19:53:39.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-06-30T19:53:39.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-06-30T19:53:39.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3501 | 2026-06-30T19:53:39.818Z | |
| 3502 | 2026-06-30T19:53:39.818Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299) |
| 3503 | 2026-06-30T19:53:40.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-06-30T19:53:40.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-06-30T19:53:40.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-06-30T19:53:40.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3507 | 2026-06-30T19:53:40.349Z | |
| 3508 | 2026-06-30T19:53:40.350Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299) |
| 3509 | 2026-06-30T19:53:40.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-06-30T19:53:40.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-06-30T19:53:40.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-06-30T19:53:40.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3513 | 2026-06-30T19:53:40.899Z | |
| 3514 | 2026-06-30T19:53:40.899Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299) |
| 3515 | 2026-06-30T19:53:41.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-06-30T19:53:41.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-06-30T19:53:41.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-06-30T19:53:41.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3519 | 2026-06-30T19:53:41.450Z | |
| 3520 | 2026-06-30T19:53:41.450Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299) |
| 3521 | 2026-06-30T19:53:41.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-06-30T19:53:41.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-06-30T19:53:41.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-06-30T19:53:41.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3525 | 2026-06-30T19:53:41.998Z | |
| 3526 | 2026-06-30T19:53:41.998Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299) |
| 3527 | 2026-06-30T19:53:42.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-06-30T19:53:42.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-06-30T19:53:42.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-06-30T19:53:42.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3531 | 2026-06-30T19:53:42.546Z | |
| 3532 | 2026-06-30T19:53:42.546Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299) |
| 3533 | 2026-06-30T19:53:43.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-06-30T19:53:43.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-06-30T19:53:43.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-06-30T19:53:43.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3537 | 2026-06-30T19:53:43.099Z | |
| 3538 | 2026-06-30T19:53:43.099Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299) |
| 3539 | 2026-06-30T19:53:43.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-06-30T19:53:43.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-06-30T19:53:43.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-06-30T19:53:43.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3543 | 2026-06-30T19:53:43.650Z | |
| 3544 | 2026-06-30T19:53:43.651Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299) |
| 3545 | 2026-06-30T19:53:44.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-06-30T19:53:44.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-06-30T19:53:44.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-06-30T19:53:44.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3549 | 2026-06-30T19:53:44.209Z | |
| 3550 | 2026-06-30T19:53:44.210Z | info: running `cargo check --bins` on oximeter-producer (173/299) |
| 3551 | 2026-06-30T19:53:44.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-06-30T19:53:44.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-06-30T19:53:44.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-06-30T19:53:44.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3555 | 2026-06-30T19:53:44.766Z | |
| 3556 | 2026-06-30T19:53:44.766Z | info: running `cargo check --bins` on internal-dns-resolver (174/299) |
| 3557 | 2026-06-30T19:53:45.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-06-30T19:53:45.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-06-30T19:53:45.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-06-30T19:53:45.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3561 | 2026-06-30T19:53:45.306Z | |
| 3562 | 2026-06-30T19:53:45.306Z | info: running `cargo check --bins` on dns-server (175/299) |
| 3563 | 2026-06-30T19:53:45.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-06-30T19:53:45.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-06-30T19:53:45.906Z | Compiling parking_lot_core v0.8.6 |
| 3566 | 2026-06-30T19:53:45.909Z | Compiling git-stub v1.0.0 |
| 3567 | 2026-06-30T19:53:45.909Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3568 | 2026-06-30T19:53:46.020Z | Checking prefix-trie v0.7.0 |
| 3569 | 2026-06-30T19:53:46.134Z | Compiling git-stub-vcs v0.1.0 |
| 3570 | 2026-06-30T19:53:46.306Z | Checking hickory-server v0.25.2 |
| 3571 | 2026-06-30T19:53:46.412Z | Checking parking_lot v0.11.2 |
| 3572 | 2026-06-30T19:53:46.415Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3573 | 2026-06-30T19:53:46.482Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3574 | 2026-06-30T19:53:46.482Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3575 | 2026-06-30T19:53:46.621Z | Checking sled v0.34.7 |
| 3576 | 2026-06-30T19:53:48.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 3577 | 2026-06-30T19:53:48.679Z | |
| 3578 | 2026-06-30T19:53:48.679Z | info: running `cargo check --bins` on dns-server-api (176/299) |
| 3579 | 2026-06-30T19:53:49.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3580 | 2026-06-30T19:53:49.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3581 | 2026-06-30T19:53:49.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3582 | 2026-06-30T19:53:49.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3583 | 2026-06-30T19:53:49.208Z | |
| 3584 | 2026-06-30T19:53:49.208Z | info: running `cargo check --bins` on oximeter-producer-api (177/299) |
| 3585 | 2026-06-30T19:53:49.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3586 | 2026-06-30T19:53:49.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3587 | 2026-06-30T19:53:49.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3588 | 2026-06-30T19:53:49.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3589 | 2026-06-30T19:53:49.736Z | |
| 3590 | 2026-06-30T19:53:49.736Z | info: running `cargo check --bins` on sp-sim (178/299) |
| 3591 | 2026-06-30T19:53:50.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3592 | 2026-06-30T19:53:50.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3593 | 2026-06-30T19:53:50.405Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3594 | 2026-06-30T19:53:52.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
| 3595 | 2026-06-30T19:53:52.359Z | |
| 3596 | 2026-06-30T19:53:52.359Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299) |
| 3597 | 2026-06-30T19:53:52.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3598 | 2026-06-30T19:53:52.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3599 | 2026-06-30T19:53:52.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3600 | 2026-06-30T19:53:52.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3601 | 2026-06-30T19:53:52.947Z | |
| 3602 | 2026-06-30T19:53:52.947Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299) |
| 3603 | 2026-06-30T19:53:53.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2026-06-30T19:53:53.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2026-06-30T19:53:53.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3606 | 2026-06-30T19:53:53.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3607 | 2026-06-30T19:53:53.540Z | |
| 3608 | 2026-06-30T19:53:53.540Z | info: running `cargo check --bins` on db-macros (181/299) |
| 3609 | 2026-06-30T19:53:53.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3610 | 2026-06-30T19:53:53.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3611 | 2026-06-30T19:53:53.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3612 | 2026-06-30T19:53:53.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3613 | 2026-06-30T19:53:54.062Z | |
| 3614 | 2026-06-30T19:53:54.062Z | info: running `cargo check --bins` on nexus-macros-common (182/299) |
| 3615 | 2026-06-30T19:53:54.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3616 | 2026-06-30T19:53:54.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3617 | 2026-06-30T19:53:54.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3618 | 2026-06-30T19:53:54.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3619 | 2026-06-30T19:53:54.579Z | |
| 3620 | 2026-06-30T19:53:54.579Z | info: running `cargo check --bins` on nexus-auth (183/299) |
| 3621 | 2026-06-30T19:53:55.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3622 | 2026-06-30T19:53:55.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3623 | 2026-06-30T19:53:55.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3624 | 2026-06-30T19:53:55.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3625 | 2026-06-30T19:53:55.167Z | |
| 3626 | 2026-06-30T19:53:55.167Z | info: running `cargo check --bins` on authz-macros (184/299) |
| 3627 | 2026-06-30T19:53:55.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3628 | 2026-06-30T19:53:55.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3629 | 2026-06-30T19:53:55.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3630 | 2026-06-30T19:53:55.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3631 | 2026-06-30T19:53:55.683Z | |
| 3632 | 2026-06-30T19:53:55.683Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/299) |
| 3633 | 2026-06-30T19:53:56.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3634 | 2026-06-30T19:53:56.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3635 | 2026-06-30T19:53:56.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3636 | 2026-06-30T19:53:56.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3637 | 2026-06-30T19:53:56.254Z | |
| 3638 | 2026-06-30T19:53:56.254Z | info: running `cargo check --bins` on nexus-db-model (186/299) |
| 3639 | 2026-06-30T19:53:56.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3640 | 2026-06-30T19:53:56.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3641 | 2026-06-30T19:53:56.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3642 | 2026-06-30T19:53:56.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3643 | 2026-06-30T19:53:56.829Z | |
| 3644 | 2026-06-30T19:53:56.829Z | info: running `cargo check --bins` on nexus-db-schema (187/299) |
| 3645 | 2026-06-30T19:53:57.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3646 | 2026-06-30T19:53:57.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3647 | 2026-06-30T19:53:57.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3648 | 2026-06-30T19:53:57.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3649 | 2026-06-30T19:53:57.347Z | |
| 3650 | 2026-06-30T19:53:57.348Z | info: running `cargo check --bins` on omicron-rpaths (188/299) |
| 3651 | 2026-06-30T19:53:57.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3652 | 2026-06-30T19:53:57.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3653 | 2026-06-30T19:53:57.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3654 | 2026-06-30T19:53:57.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3655 | 2026-06-30T19:53:57.861Z | |
| 3656 | 2026-06-30T19:53:57.861Z | info: running `cargo check --bins` on nexus-defaults (189/299) |
| 3657 | 2026-06-30T19:53:58.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3658 | 2026-06-30T19:53:58.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3659 | 2026-06-30T19:53:58.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3660 | 2026-06-30T19:53:58.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3661 | 2026-06-30T19:53:58.392Z | |
| 3662 | 2026-06-30T19:53:58.392Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/299) |
| 3663 | 2026-06-30T19:53:58.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3664 | 2026-06-30T19:53:58.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3665 | 2026-06-30T19:53:58.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3666 | 2026-06-30T19:53:58.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3667 | 2026-06-30T19:53:58.912Z | |
| 3668 | 2026-06-30T19:53:58.912Z | info: running `cargo check --bins` on parallel-task-set (191/299) |
| 3669 | 2026-06-30T19:53:59.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3670 | 2026-06-30T19:53:59.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3671 | 2026-06-30T19:53:59.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3672 | 2026-06-30T19:53:59.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3673 | 2026-06-30T19:53:59.428Z | |
| 3674 | 2026-06-30T19:53:59.428Z | info: running `cargo check --bins` on omicron-git-version (192/299) |
| 3675 | 2026-06-30T19:53:59.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3676 | 2026-06-30T19:53:59.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3677 | 2026-06-30T19:53:59.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3678 | 2026-06-30T19:53:59.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3679 | 2026-06-30T19:53:59.944Z | |
| 3680 | 2026-06-30T19:53:59.944Z | info: running `cargo check --bins` on nexus-db-errors (193/299) |
| 3681 | 2026-06-30T19:54:00.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3682 | 2026-06-30T19:54:00.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3683 | 2026-06-30T19:54:00.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3684 | 2026-06-30T19:54:00.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3685 | 2026-06-30T19:54:00.527Z | |
| 3686 | 2026-06-30T19:54:00.527Z | info: running `cargo check --bins` on nexus-db-lookup (194/299) |
| 3687 | 2026-06-30T19:54:01.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3688 | 2026-06-30T19:54:01.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3689 | 2026-06-30T19:54:01.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3690 | 2026-06-30T19:54:01.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3691 | 2026-06-30T19:54:01.124Z | |
| 3692 | 2026-06-30T19:54:01.124Z | info: running `cargo check --bins` on nexus-inventory (195/299) |
| 3693 | 2026-06-30T19:54:01.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3694 | 2026-06-30T19:54:01.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3695 | 2026-06-30T19:54:01.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3696 | 2026-06-30T19:54:01.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3697 | 2026-06-30T19:54:01.697Z | |
| 3698 | 2026-06-30T19:54:01.697Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299) |
| 3699 | 2026-06-30T19:54:02.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3700 | 2026-06-30T19:54:02.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3701 | 2026-06-30T19:54:02.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3702 | 2026-06-30T19:54:02.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3703 | 2026-06-30T19:54:02.238Z | |
| 3704 | 2026-06-30T19:54:02.238Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/299) |
| 3705 | 2026-06-30T19:54:02.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3706 | 2026-06-30T19:54:02.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3707 | 2026-06-30T19:54:02.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3708 | 2026-06-30T19:54:02.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3709 | 2026-06-30T19:54:02.787Z | |
| 3710 | 2026-06-30T19:54:02.787Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299) |
| 3711 | 2026-06-30T19:54:03.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3712 | 2026-06-30T19:54:03.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3713 | 2026-06-30T19:54:03.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3714 | 2026-06-30T19:54:03.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3715 | 2026-06-30T19:54:03.337Z | |
| 3716 | 2026-06-30T19:54:03.337Z | info: running `cargo check --bins` on key-manager (199/299) |
| 3717 | 2026-06-30T19:54:03.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3718 | 2026-06-30T19:54:03.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3719 | 2026-06-30T19:54:03.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3720 | 2026-06-30T19:54:03.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3721 | 2026-06-30T19:54:03.868Z | |
| 3722 | 2026-06-30T19:54:03.868Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/299) |
| 3723 | 2026-06-30T19:54:04.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3724 | 2026-06-30T19:54:04.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3725 | 2026-06-30T19:54:04.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3726 | 2026-06-30T19:54:04.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3727 | 2026-06-30T19:54:04.418Z | |
| 3728 | 2026-06-30T19:54:04.418Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299) |
| 3729 | 2026-06-30T19:54:04.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3730 | 2026-06-30T19:54:04.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3731 | 2026-06-30T19:54:04.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3732 | 2026-06-30T19:54:04.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3733 | 2026-06-30T19:54:04.965Z | |
| 3734 | 2026-06-30T19:54:04.966Z | info: running `cargo check --bins` on typed-rng (202/299) |
| 3735 | 2026-06-30T19:54:05.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3736 | 2026-06-30T19:54:05.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3737 | 2026-06-30T19:54:05.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3738 | 2026-06-30T19:54:05.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3739 | 2026-06-30T19:54:05.479Z | |
| 3740 | 2026-06-30T19:54:05.479Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299) |
| 3741 | 2026-06-30T19:54:05.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3742 | 2026-06-30T19:54:05.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3743 | 2026-06-30T19:54:06.266Z | Compiling libefi-sys v0.1.0 |
| 3744 | 2026-06-30T19:54:06.268Z | Compiling bitfield-struct v0.6.2 |
| 3745 | 2026-06-30T19:54:06.407Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3746 | 2026-06-30T19:54:06.417Z | Compiling xshell-macros v0.2.7 |
| 3747 | 2026-06-30T19:54:06.426Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3748 | 2026-06-30T19:54:06.439Z | Compiling salty v0.3.0 |
| 3749 | 2026-06-30T19:54:06.453Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3750 | 2026-06-30T19:54:06.469Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3751 | 2026-06-30T19:54:06.481Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3752 | 2026-06-30T19:54:06.593Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3753 | 2026-06-30T19:54:06.749Z | Checking primeorder v0.13.6 |
| 3754 | 2026-06-30T19:54:06.765Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3755 | 2026-06-30T19:54:06.782Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3756 | 2026-06-30T19:54:06.796Z | Checking xshell v0.2.7 |
| 3757 | 2026-06-30T19:54:06.910Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3758 | 2026-06-30T19:54:06.954Z | Checking tungstenite v0.21.0 |
| 3759 | 2026-06-30T19:54:06.984Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3760 | 2026-06-30T19:54:06.986Z | Checking p384 v0.13.1 |
| 3761 | 2026-06-30T19:54:07.018Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3762 | 2026-06-30T19:54:07.118Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3763 | 2026-06-30T19:54:07.133Z | Compiling num-derive v0.3.3 |
| 3764 | 2026-06-30T19:54:07.181Z | Compiling proc-macro-error2 v2.0.1 |
| 3765 | 2026-06-30T19:54:07.262Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3766 | 2026-06-30T19:54:07.389Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3767 | 2026-06-30T19:54:07.389Z | Checking tokio-tungstenite v0.21.0 |
| 3768 | 2026-06-30T19:54:07.419Z | Checking papergrid v0.17.0 |
| 3769 | 2026-06-30T19:54:07.490Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3770 | 2026-06-30T19:54:07.493Z | Compiling tabled_derive v0.11.0 |
| 3771 | 2026-06-30T19:54:07.493Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3772 | 2026-06-30T19:54:07.622Z | Compiling progenitor-impl v0.13.0 |
| 3773 | 2026-06-30T19:54:07.682Z | Checking testing_table v0.3.0 |
| 3774 | 2026-06-30T19:54:07.760Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3775 | 2026-06-30T19:54:07.775Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3776 | 2026-06-30T19:54:07.778Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3777 | 2026-06-30T19:54:07.971Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3778 | 2026-06-30T19:54:08.001Z | Compiling unicase v2.9.0 |
| 3779 | 2026-06-30T19:54:08.026Z | Checking libscf-sys v1.1.0 |
| 3780 | 2026-06-30T19:54:08.164Z | Checking corncobs v0.1.4 |
| 3781 | 2026-06-30T19:54:08.178Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3782 | 2026-06-30T19:54:08.206Z | Compiling mime_guess v2.0.5 |
| 3783 | 2026-06-30T19:54:08.273Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3784 | 2026-06-30T19:54:08.290Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3785 | 2026-06-30T19:54:08.400Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3786 | 2026-06-30T19:54:08.419Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3787 | 2026-06-30T19:54:08.485Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3788 | 2026-06-30T19:54:08.564Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3789 | 2026-06-30T19:54:08.684Z | Checking tabled v0.20.0 |
| 3790 | 2026-06-30T19:54:08.750Z | Checking progenitor-client v0.13.0 |
| 3791 | 2026-06-30T19:54:08.818Z | Checking secrecy v0.8.0 |
| 3792 | 2026-06-30T19:54:08.947Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3793 | 2026-06-30T19:54:09.011Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3794 | 2026-06-30T19:54:09.083Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3795 | 2026-06-30T19:54:09.187Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3796 | 2026-06-30T19:54:09.445Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3797 | 2026-06-30T19:54:09.462Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3798 | 2026-06-30T19:54:09.494Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3799 | 2026-06-30T19:54:09.540Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3800 | 2026-06-30T19:54:09.577Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3801 | 2026-06-30T19:54:09.733Z | Checking filetime v0.2.27 |
| 3802 | 2026-06-30T19:54:09.749Z | Checking http-range v0.1.5 |
| 3803 | 2026-06-30T19:54:09.875Z | Checking crc8 v0.1.1 |
| 3804 | 2026-06-30T19:54:09.945Z | Checking xattr v1.6.1 |
| 3805 | 2026-06-30T19:54:09.976Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3806 | 2026-06-30T19:54:10.082Z | Checking tar v0.4.45 |
| 3807 | 2026-06-30T19:54:10.159Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3808 | 2026-06-30T19:54:10.180Z | Checking illumos-nvpair v0.3.0 |
| 3809 | 2026-06-30T19:54:10.247Z | Compiling progenitor-macro v0.13.0 |
| 3810 | 2026-06-30T19:54:10.262Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3811 | 2026-06-30T19:54:10.379Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3812 | 2026-06-30T19:54:10.471Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3813 | 2026-06-30T19:54:10.474Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3814 | 2026-06-30T19:54:10.789Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3815 | 2026-06-30T19:54:10.826Z | Checking atty v0.2.14 |
| 3816 | 2026-06-30T19:54:10.861Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3817 | 2026-06-30T19:54:10.928Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3818 | 2026-06-30T19:54:11.038Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3819 | 2026-06-30T19:54:11.117Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3820 | 2026-06-30T19:54:11.150Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3821 | 2026-06-30T19:54:11.191Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3822 | 2026-06-30T19:54:11.244Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3823 | 2026-06-30T19:54:11.418Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3824 | 2026-06-30T19:54:11.481Z | Checking hyper-staticfile v0.10.1 |
| 3825 | 2026-06-30T19:54:11.522Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3826 | 2026-06-30T19:54:11.597Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3827 | 2026-06-30T19:54:11.783Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3828 | 2026-06-30T19:54:11.799Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3829 | 2026-06-30T19:54:12.055Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3830 | 2026-06-30T19:54:12.076Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3831 | 2026-06-30T19:54:12.348Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3832 | 2026-06-30T19:54:12.626Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3833 | 2026-06-30T19:54:13.263Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3834 | 2026-06-30T19:54:13.754Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3835 | 2026-06-30T19:54:14.176Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3836 | 2026-06-30T19:54:14.480Z | Checking progenitor v0.13.0 |
| 3837 | 2026-06-30T19:54:14.616Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3838 | 2026-06-30T19:54:16.627Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3839 | 2026-06-30T19:54:20.056Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3840 | 2026-06-30T19:54:31.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.57s |
| 3841 | 2026-06-30T19:54:31.262Z | |
| 3842 | 2026-06-30T19:54:31.262Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299) |
| 3843 | 2026-06-30T19:54:31.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3844 | 2026-06-30T19:54:31.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3845 | 2026-06-30T19:54:31.988Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3846 | 2026-06-30T19:54:42.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s |
| 3847 | 2026-06-30T19:54:43.073Z | |
| 3848 | 2026-06-30T19:54:43.073Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299) |
| 3849 | 2026-06-30T19:54:43.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3850 | 2026-06-30T19:54:43.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3851 | 2026-06-30T19:54:43.794Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3852 | 2026-06-30T19:54:54.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s |
| 3853 | 2026-06-30T19:54:54.761Z | |
| 3854 | 2026-06-30T19:54:54.761Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299) |
| 3855 | 2026-06-30T19:54:55.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3856 | 2026-06-30T19:54:55.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3857 | 2026-06-30T19:54:55.480Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3858 | 2026-06-30T19:55:06.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s |
| 3859 | 2026-06-30T19:55:06.421Z | |
| 3860 | 2026-06-30T19:55:06.421Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299) |
| 3861 | 2026-06-30T19:55:06.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3862 | 2026-06-30T19:55:06.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3863 | 2026-06-30T19:55:07.146Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3864 | 2026-06-30T19:55:17.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3865 | 2026-06-30T19:55:18.105Z | |
| 3866 | 2026-06-30T19:55:18.105Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299) |
| 3867 | 2026-06-30T19:55:18.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3868 | 2026-06-30T19:55:18.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3869 | 2026-06-30T19:55:18.827Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3870 | 2026-06-30T19:55:29.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3871 | 2026-06-30T19:55:29.709Z | |
| 3872 | 2026-06-30T19:55:29.709Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299) |
| 3873 | 2026-06-30T19:55:30.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3874 | 2026-06-30T19:55:30.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3875 | 2026-06-30T19:55:30.430Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3876 | 2026-06-30T19:55:41.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s |
| 3877 | 2026-06-30T19:55:41.342Z | |
| 3878 | 2026-06-30T19:55:41.342Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299) |
| 3879 | 2026-06-30T19:55:41.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2026-06-30T19:55:41.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2026-06-30T19:55:42.063Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3882 | 2026-06-30T19:55:52.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3883 | 2026-06-30T19:55:52.988Z | |
| 3884 | 2026-06-30T19:55:52.988Z | info: running `cargo check --bins` on bootstrap-agent-api (211/299) |
| 3885 | 2026-06-30T19:55:53.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2026-06-30T19:55:53.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2026-06-30T19:55:53.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3888 | 2026-06-30T19:55:53.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3889 | 2026-06-30T19:55:53.524Z | |
| 3890 | 2026-06-30T19:55:53.524Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299) |
| 3891 | 2026-06-30T19:55:53.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3892 | 2026-06-30T19:55:53.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3893 | 2026-06-30T19:55:53.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3894 | 2026-06-30T19:55:53.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3895 | 2026-06-30T19:55:54.063Z | |
| 3896 | 2026-06-30T19:55:54.063Z | info: running `cargo check --bins` on range-requests (213/299) |
| 3897 | 2026-06-30T19:55:54.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3898 | 2026-06-30T19:55:54.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3899 | 2026-06-30T19:55:54.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3900 | 2026-06-30T19:55:54.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3901 | 2026-06-30T19:55:54.585Z | |
| 3902 | 2026-06-30T19:55:54.585Z | info: running `cargo check --bins` on repo-depot-api (214/299) |
| 3903 | 2026-06-30T19:55:55.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3904 | 2026-06-30T19:55:55.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3905 | 2026-06-30T19:55:55.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3906 | 2026-06-30T19:55:55.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3907 | 2026-06-30T19:55:55.111Z | |
| 3908 | 2026-06-30T19:55:55.111Z | info: running `cargo check --bins` on sled-agent-api (215/299) |
| 3909 | 2026-06-30T19:55:55.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3910 | 2026-06-30T19:55:55.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3911 | 2026-06-30T19:55:55.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3912 | 2026-06-30T19:55:55.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3913 | 2026-06-30T19:55:55.674Z | |
| 3914 | 2026-06-30T19:55:55.674Z | info: running `cargo check --bins` on sled-diagnostics (216/299) |
| 3915 | 2026-06-30T19:55:56.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3916 | 2026-06-30T19:55:56.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3917 | 2026-06-30T19:55:56.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3918 | 2026-06-30T19:55:56.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3919 | 2026-06-30T19:55:56.215Z | |
| 3920 | 2026-06-30T19:55:56.215Z | info: running `cargo check --bins` on zfs-test-harness (217/299) |
| 3921 | 2026-06-30T19:55:56.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3922 | 2026-06-30T19:55:56.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3923 | 2026-06-30T19:55:56.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3924 | 2026-06-30T19:55:56.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3925 | 2026-06-30T19:55:56.769Z | |
| 3926 | 2026-06-30T19:55:56.769Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299) |
| 3927 | 2026-06-30T19:55:57.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3928 | 2026-06-30T19:55:57.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3929 | 2026-06-30T19:55:57.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3930 | 2026-06-30T19:55:57.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3931 | 2026-06-30T19:55:57.333Z | |
| 3932 | 2026-06-30T19:55:57.333Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299) |
| 3933 | 2026-06-30T19:55:57.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3934 | 2026-06-30T19:55:57.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3935 | 2026-06-30T19:55:57.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3936 | 2026-06-30T19:55:57.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3937 | 2026-06-30T19:55:57.895Z | |
| 3938 | 2026-06-30T19:55:57.895Z | info: running `cargo check --bins` on sled-agent-early-networking (220/299) |
| 3939 | 2026-06-30T19:55:58.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3940 | 2026-06-30T19:55:58.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3941 | 2026-06-30T19:55:58.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3942 | 2026-06-30T19:55:58.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3943 | 2026-06-30T19:55:58.451Z | |
| 3944 | 2026-06-30T19:55:58.451Z | info: running `cargo check --bins` on sled-agent-health-monitor (221/299) |
| 3945 | 2026-06-30T19:55:58.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-06-30T19:55:58.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-06-30T19:55:58.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3948 | 2026-06-30T19:55:58.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3949 | 2026-06-30T19:55:59.005Z | |
| 3950 | 2026-06-30T19:55:59.005Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299) |
| 3951 | 2026-06-30T19:55:59.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2026-06-30T19:55:59.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2026-06-30T19:55:59.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3954 | 2026-06-30T19:55:59.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3955 | 2026-06-30T19:55:59.565Z | |
| 3956 | 2026-06-30T19:55:59.565Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299) |
| 3957 | 2026-06-30T19:56:00.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2026-06-30T19:56:00.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2026-06-30T19:56:00.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3960 | 2026-06-30T19:56:00.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3961 | 2026-06-30T19:56:00.125Z | |
| 3962 | 2026-06-30T19:56:00.125Z | info: running `cargo check --bins` on sled-agent-resolvable-files (224/299) |
| 3963 | 2026-06-30T19:56:00.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3964 | 2026-06-30T19:56:00.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3965 | 2026-06-30T19:56:00.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3966 | 2026-06-30T19:56:00.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3967 | 2026-06-30T19:56:00.686Z | |
| 3968 | 2026-06-30T19:56:00.686Z | info: running `cargo check --bins` on sled-agent-rack-setup (225/299) |
| 3969 | 2026-06-30T19:56:01.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3970 | 2026-06-30T19:56:01.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3971 | 2026-06-30T19:56:01.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3972 | 2026-06-30T19:56:01.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3973 | 2026-06-30T19:56:01.268Z | |
| 3974 | 2026-06-30T19:56:01.268Z | info: running `cargo check --bins` on trust-quorum (226/299) |
| 3975 | 2026-06-30T19:56:01.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3976 | 2026-06-30T19:56:01.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3977 | 2026-06-30T19:56:01.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3978 | 2026-06-30T19:56:01.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3979 | 2026-06-30T19:56:01.826Z | |
| 3980 | 2026-06-30T19:56:01.826Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299) |
| 3981 | 2026-06-30T19:56:02.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3982 | 2026-06-30T19:56:02.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3983 | 2026-06-30T19:56:02.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3984 | 2026-06-30T19:56:02.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3985 | 2026-06-30T19:56:02.399Z | |
| 3986 | 2026-06-30T19:56:02.399Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (228/299) |
| 3987 | 2026-06-30T19:56:02.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2026-06-30T19:56:02.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2026-06-30T19:56:02.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3990 | 2026-06-30T19:56:02.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3991 | 2026-06-30T19:56:02.988Z | |
| 3992 | 2026-06-30T19:56:02.988Z | info: running `cargo check --bins` on update-common (229/299) |
| 3993 | 2026-06-30T19:56:03.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-06-30T19:56:03.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-06-30T19:56:03.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3996 | 2026-06-30T19:56:03.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3997 | 2026-06-30T19:56:03.530Z | |
| 3998 | 2026-06-30T19:56:03.530Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299) |
| 3999 | 2026-06-30T19:56:04.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4000 | 2026-06-30T19:56:04.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4001 | 2026-06-30T19:56:04.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4002 | 2026-06-30T19:56:04.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4003 | 2026-06-30T19:56:04.123Z | |
| 4004 | 2026-06-30T19:56:04.123Z | info: running `cargo check --bins` on omicron-deployment-graph (231/299) |
| 4005 | 2026-06-30T19:56:04.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-06-30T19:56:04.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-06-30T19:56:04.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4008 | 2026-06-30T19:56:04.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4009 | 2026-06-30T19:56:04.643Z | |
| 4010 | 2026-06-30T19:56:04.643Z | info: running `cargo check --bins` on reconfigurator-cli (232/299) |
| 4011 | 2026-06-30T19:56:05.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-06-30T19:56:05.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-06-30T19:56:05.365Z | Compiling fs-err v2.11.0 |
| 4014 | 2026-06-30T19:56:05.367Z | Checking ignore v0.4.25 |
| 4015 | 2026-06-30T19:56:05.367Z | Checking arc-swap v1.8.2 |
| 4016 | 2026-06-30T19:56:05.496Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4017 | 2026-06-30T19:56:05.496Z | Checking predicates-tree v1.0.13 |
| 4018 | 2026-06-30T19:56:05.499Z | Checking parse-size v1.1.0 |
| 4019 | 2026-06-30T19:56:05.525Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4020 | 2026-06-30T19:56:05.528Z | Checking rand_seeder v0.4.0 |
| 4021 | 2026-06-30T19:56:05.605Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4022 | 2026-06-30T19:56:05.628Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4023 | 2026-06-30T19:56:05.678Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4024 | 2026-06-30T19:56:05.695Z | Checking slog-scope v4.4.1 |
| 4025 | 2026-06-30T19:56:05.731Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4026 | 2026-06-30T19:56:05.821Z | Compiling petname v2.0.2 |
| 4027 | 2026-06-30T19:56:05.835Z | Checking slog-stdlog v4.1.1 |
| 4028 | 2026-06-30T19:56:05.849Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4029 | 2026-06-30T19:56:05.872Z | Checking globwalk v0.9.1 |
| 4030 | 2026-06-30T19:56:05.913Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4031 | 2026-06-30T19:56:05.951Z | Checking slog-envlogger v2.2.0 |
| 4032 | 2026-06-30T19:56:06.048Z | Checking camino-tempfile-ext v0.3.3 |
| 4033 | 2026-06-30T19:56:06.098Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4034 | 2026-06-30T19:56:06.129Z | Checking sapling-renderdag v0.1.0 |
| 4035 | 2026-06-30T19:56:06.237Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4036 | 2026-06-30T19:56:06.286Z | Checking subprocess v0.2.15 |
| 4037 | 2026-06-30T19:56:06.367Z | Checking sync-ptr v0.1.4 |
| 4038 | 2026-06-30T19:56:06.456Z | Checking colored v2.2.0 |
| 4039 | 2026-06-30T19:56:06.485Z | Checking assert_matches v1.5.0 |
| 4040 | 2026-06-30T19:56:06.559Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4041 | 2026-06-30T19:56:06.730Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4042 | 2026-06-30T19:56:06.733Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4043 | 2026-06-30T19:56:07.383Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4044 | 2026-06-30T19:56:08.703Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4045 | 2026-06-30T19:56:10.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s |
| 4046 | 2026-06-30T19:56:11.056Z | |
| 4047 | 2026-06-30T19:56:11.057Z | info: running `cargo check --bins` on omicron-repl-utils (233/299) |
| 4048 | 2026-06-30T19:56:11.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4049 | 2026-06-30T19:56:11.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4050 | 2026-06-30T19:56:11.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4051 | 2026-06-30T19:56:11.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4052 | 2026-06-30T19:56:11.568Z | |
| 4053 | 2026-06-30T19:56:11.568Z | info: running `cargo check --bins` on transient-dns-server (234/299) |
| 4054 | 2026-06-30T19:56:12.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4055 | 2026-06-30T19:56:12.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4056 | 2026-06-30T19:56:12.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4057 | 2026-06-30T19:56:12.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4058 | 2026-06-30T19:56:12.110Z | |
| 4059 | 2026-06-30T19:56:12.110Z | info: running `cargo check --bins` on nexus-test-interface (235/299) |
| 4060 | 2026-06-30T19:56:12.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4061 | 2026-06-30T19:56:12.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4062 | 2026-06-30T19:56:12.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4063 | 2026-06-30T19:56:12.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4064 | 2026-06-30T19:56:12.695Z | |
| 4065 | 2026-06-30T19:56:12.695Z | info: running `cargo check --bins` on oximeter-collector (236/299) |
| 4066 | 2026-06-30T19:56:13.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4067 | 2026-06-30T19:56:13.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4068 | 2026-06-30T19:56:13.368Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4069 | 2026-06-30T19:56:13.370Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4070 | 2026-06-30T19:56:14.015Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4071 | 2026-06-30T19:56:15.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s |
| 4072 | 2026-06-30T19:56:15.744Z | |
| 4073 | 2026-06-30T19:56:15.744Z | info: running `cargo check --bins` on oximeter-api (237/299) |
| 4074 | 2026-06-30T19:56:16.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4075 | 2026-06-30T19:56:16.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4076 | 2026-06-30T19:56:16.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4077 | 2026-06-30T19:56:16.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4078 | 2026-06-30T19:56:16.275Z | |
| 4079 | 2026-06-30T19:56:16.275Z | info: running `cargo check --bins` on cert-dev (238/299) |
| 4080 | 2026-06-30T19:56:16.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4081 | 2026-06-30T19:56:16.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4082 | 2026-06-30T19:56:16.824Z | Checking yasna v0.5.2 |
| 4083 | 2026-06-30T19:56:17.228Z | Checking rcgen v0.12.1 |
| 4084 | 2026-06-30T19:56:17.479Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4085 | 2026-06-30T19:56:17.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4086 | 2026-06-30T19:56:17.814Z | |
| 4087 | 2026-06-30T19:56:17.814Z | info: running `cargo check --bins` on clickana (239/299) |
| 4088 | 2026-06-30T19:56:18.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4089 | 2026-06-30T19:56:18.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4090 | 2026-06-30T19:56:18.407Z | Compiling darling_core v0.23.0 |
| 4091 | 2026-06-30T19:56:18.511Z | Compiling instability v0.3.11 |
| 4092 | 2026-06-30T19:56:18.517Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4093 | 2026-06-30T19:56:18.520Z | Checking castaway v0.2.4 |
| 4094 | 2026-06-30T19:56:18.520Z | Compiling indoc v2.0.7 |
| 4095 | 2026-06-30T19:56:18.534Z | Checking unicode-truncate v1.1.0 |
| 4096 | 2026-06-30T19:56:18.537Z | Checking lru v0.12.5 |
| 4097 | 2026-06-30T19:56:18.537Z | Checking cassowary v0.3.0 |
| 4098 | 2026-06-30T19:56:18.611Z | Checking compact_str v0.8.1 |
| 4099 | 2026-06-30T19:56:19.813Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4100 | 2026-06-30T19:56:19.927Z | Compiling darling_macro v0.23.0 |
| 4101 | 2026-06-30T19:56:19.985Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4102 | 2026-06-30T19:56:20.346Z | Compiling darling v0.23.0 |
| 4103 | 2026-06-30T19:56:20.971Z | Checking ratatui v0.29.0 |
| 4104 | 2026-06-30T19:56:22.026Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4105 | 2026-06-30T19:56:22.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s |
| 4106 | 2026-06-30T19:56:22.846Z | |
| 4107 | 2026-06-30T19:56:22.846Z | info: running `cargo check --bins` on clickhouse-cluster-dev (240/299) |
| 4108 | 2026-06-30T19:56:23.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-06-30T19:56:23.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-06-30T19:56:23.509Z | Checking headers-core v0.3.0 |
| 4111 | 2026-06-30T19:56:23.513Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4112 | 2026-06-30T19:56:23.700Z | Checking headers v0.4.1 |
| 4113 | 2026-06-30T19:56:24.067Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4114 | 2026-06-30T19:56:24.931Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4115 | 2026-06-30T19:56:25.400Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4116 | 2026-06-30T19:56:25.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s |
| 4117 | 2026-06-30T19:56:25.982Z | |
| 4118 | 2026-06-30T19:56:25.982Z | info: running `cargo check --bins` on ch-dev (241/299) |
| 4119 | 2026-06-30T19:56:26.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4120 | 2026-06-30T19:56:26.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4121 | 2026-06-30T19:56:26.648Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4122 | 2026-06-30T19:56:27.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4123 | 2026-06-30T19:56:27.556Z | |
| 4124 | 2026-06-30T19:56:27.556Z | info: running `cargo check --bins` on dev-tools-common (242/299) |
| 4125 | 2026-06-30T19:56:27.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4126 | 2026-06-30T19:56:27.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4127 | 2026-06-30T19:56:27.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4128 | 2026-06-30T19:56:27.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 4129 | 2026-06-30T19:56:27.949Z | |
| 4130 | 2026-06-30T19:56:27.949Z | info: running `cargo check --bins` on crdb-seed (243/299) |
| 4131 | 2026-06-30T19:56:28.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4132 | 2026-06-30T19:56:28.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4133 | 2026-06-30T19:56:28.613Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4134 | 2026-06-30T19:56:29.615Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4135 | 2026-06-30T19:56:29.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
| 4136 | 2026-06-30T19:56:30.126Z | |
| 4137 | 2026-06-30T19:56:30.126Z | info: running `cargo check --bins` on db-dev (244/299) |
| 4138 | 2026-06-30T19:56:30.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4139 | 2026-06-30T19:56:30.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4140 | 2026-06-30T19:56:30.789Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4141 | 2026-06-30T19:56:31.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4142 | 2026-06-30T19:56:31.705Z | |
| 4143 | 2026-06-30T19:56:31.706Z | info: running `cargo check --bins` on omicron-dev-lib (245/299) |
| 4144 | 2026-06-30T19:56:32.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2026-06-30T19:56:32.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2026-06-30T19:56:32.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4147 | 2026-06-30T19:56:32.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4148 | 2026-06-30T19:56:32.275Z | |
| 4149 | 2026-06-30T19:56:32.275Z | info: running `cargo check --bins` on xtask-downloader (246/299) |
| 4150 | 2026-06-30T19:56:32.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4151 | 2026-06-30T19:56:32.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4152 | 2026-06-30T19:56:32.827Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4153 | 2026-06-30T19:56:33.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 4154 | 2026-06-30T19:56:33.672Z | |
| 4155 | 2026-06-30T19:56:33.672Z | info: running `cargo check --bins` on omicron-dropshot-apis (247/299) |
| 4156 | 2026-06-30T19:56:34.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4157 | 2026-06-30T19:56:34.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4158 | 2026-06-30T19:56:34.371Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4159 | 2026-06-30T19:56:34.371Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4160 | 2026-06-30T19:56:34.488Z | Checking git-stub v1.0.0 |
| 4161 | 2026-06-30T19:56:34.490Z | Compiling trait-variant v0.1.2 |
| 4162 | 2026-06-30T19:56:34.496Z | Checking is_ci v1.2.0 |
| 4163 | 2026-06-30T19:56:34.498Z | Checking maplit v1.0.2 |
| 4164 | 2026-06-30T19:56:34.518Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4165 | 2026-06-30T19:56:34.528Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4166 | 2026-06-30T19:56:34.580Z | Checking drift v0.2.0 |
| 4167 | 2026-06-30T19:56:34.607Z | Checking supports-color v3.0.2 |
| 4168 | 2026-06-30T19:56:34.627Z | Checking git-stub-vcs v0.1.0 |
| 4169 | 2026-06-30T19:56:34.703Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4170 | 2026-06-30T19:56:34.728Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4171 | 2026-06-30T19:56:34.743Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4172 | 2026-06-30T19:56:34.819Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4173 | 2026-06-30T19:56:34.922Z | Checking dropshot-api-manager v0.7.2 |
| 4174 | 2026-06-30T19:56:34.954Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4175 | 2026-06-30T19:56:34.986Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4176 | 2026-06-30T19:56:35.021Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4177 | 2026-06-30T19:56:35.234Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4178 | 2026-06-30T19:56:35.754Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4179 | 2026-06-30T19:56:36.710Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4180 | 2026-06-30T19:56:37.919Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4181 | 2026-06-30T19:56:38.511Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4182 | 2026-06-30T19:56:38.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s |
| 4183 | 2026-06-30T19:56:39.123Z | |
| 4184 | 2026-06-30T19:56:39.123Z | info: running `cargo check --bins` on installinator-api (248/299) |
| 4185 | 2026-06-30T19:56:39.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4186 | 2026-06-30T19:56:39.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4187 | 2026-06-30T19:56:39.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4188 | 2026-06-30T19:56:39.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4189 | 2026-06-30T19:56:39.654Z | |
| 4190 | 2026-06-30T19:56:39.654Z | info: running `cargo check --bins` on nexus-external-api (249/299) |
| 4191 | 2026-06-30T19:56:40.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4192 | 2026-06-30T19:56:40.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4193 | 2026-06-30T19:56:40.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4194 | 2026-06-30T19:56:40.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4195 | 2026-06-30T19:56:40.229Z | |
| 4196 | 2026-06-30T19:56:40.229Z | info: running `cargo check --bins` on nexus-internal-api (250/299) |
| 4197 | 2026-06-30T19:56:40.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4198 | 2026-06-30T19:56:40.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4199 | 2026-06-30T19:56:40.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4200 | 2026-06-30T19:56:40.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4201 | 2026-06-30T19:56:40.802Z | |
| 4202 | 2026-06-30T19:56:40.802Z | info: running `cargo check --bins` on nexus-lockstep-api (251/299) |
| 4203 | 2026-06-30T19:56:41.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4204 | 2026-06-30T19:56:41.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4205 | 2026-06-30T19:56:41.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4206 | 2026-06-30T19:56:41.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4207 | 2026-06-30T19:56:41.371Z | |
| 4208 | 2026-06-30T19:56:41.371Z | info: running `cargo check --bins` on ntp-admin-api (252/299) |
| 4209 | 2026-06-30T19:56:41.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4210 | 2026-06-30T19:56:41.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4211 | 2026-06-30T19:56:41.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4212 | 2026-06-30T19:56:41.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4213 | 2026-06-30T19:56:41.905Z | |
| 4214 | 2026-06-30T19:56:41.905Z | info: running `cargo check --bins` on ntp-admin-types-versions (253/299) |
| 4215 | 2026-06-30T19:56:42.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4216 | 2026-06-30T19:56:42.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4217 | 2026-06-30T19:56:42.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4218 | 2026-06-30T19:56:42.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4219 | 2026-06-30T19:56:42.423Z | |
| 4220 | 2026-06-30T19:56:42.423Z | info: running `cargo check --bins` on wicketd-api (254/299) |
| 4221 | 2026-06-30T19:56:42.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4222 | 2026-06-30T19:56:42.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4223 | 2026-06-30T19:56:42.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4224 | 2026-06-30T19:56:42.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4225 | 2026-06-30T19:56:42.971Z | |
| 4226 | 2026-06-30T19:56:42.971Z | info: running `cargo check --bins` on omicron-ls-apis (255/299) |
| 4227 | 2026-06-30T19:56:43.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4228 | 2026-06-30T19:56:43.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4229 | 2026-06-30T19:56:43.528Z | Checking typeid v1.0.3 |
| 4230 | 2026-06-30T19:56:43.635Z | Checking ordered-float v2.10.1 |
| 4231 | 2026-06-30T19:56:43.653Z | Checking unicode-xid v0.2.6 |
| 4232 | 2026-06-30T19:56:43.664Z | Checking cargo-platform v0.2.0 |
| 4233 | 2026-06-30T19:56:43.673Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4234 | 2026-06-30T19:56:43.701Z | Checking erased-serde v0.4.9 |
| 4235 | 2026-06-30T19:56:43.835Z | Checking serde-value v0.7.0 |
| 4236 | 2026-06-30T19:56:44.010Z | Checking serde-untagged v0.1.9 |
| 4237 | 2026-06-30T19:56:44.162Z | Checking cargo-util-schemas v0.8.2 |
| 4238 | 2026-06-30T19:56:44.860Z | Checking cargo_metadata v0.21.0 |
| 4239 | 2026-06-30T19:56:45.461Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4240 | 2026-06-30T19:56:46.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 4241 | 2026-06-30T19:56:46.356Z | |
| 4242 | 2026-06-30T19:56:46.356Z | info: running `cargo check --bins` on mgs-dev (256/299) |
| 4243 | 2026-06-30T19:56:46.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4244 | 2026-06-30T19:56:46.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4245 | 2026-06-30T19:56:47.036Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4246 | 2026-06-30T19:56:47.630Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4247 | 2026-06-30T19:56:48.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4248 | 2026-06-30T19:56:48.300Z | |
| 4249 | 2026-06-30T19:56:48.300Z | info: running `cargo check --bins` on omicron-omdb (257/299) |
| 4250 | 2026-06-30T19:56:48.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4251 | 2026-06-30T19:56:48.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4252 | 2026-06-30T19:56:49.210Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4253 | 2026-06-30T19:56:49.210Z | Compiling vergen-lib v0.1.6 |
| 4254 | 2026-06-30T19:56:49.210Z | Compiling diesel_derives v2.3.7 |
| 4255 | 2026-06-30T19:56:49.213Z | Compiling dsl_auto_type v0.2.0 |
| 4256 | 2026-06-30T19:56:49.213Z | Checking scheduled-thread-pool v0.2.7 |
| 4257 | 2026-06-30T19:56:49.213Z | Compiling vergen-gitcl v1.0.8 |
| 4258 | 2026-06-30T19:56:49.213Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4259 | 2026-06-30T19:56:49.355Z | Compiling dirs-sys-next v0.1.2 |
| 4260 | 2026-06-30T19:56:49.486Z | Compiling crunchy v0.2.4 |
| 4261 | 2026-06-30T19:56:49.534Z | Compiling glob v0.3.3 |
| 4262 | 2026-06-30T19:56:49.572Z | Compiling dirs-next v2.0.0 |
| 4263 | 2026-06-30T19:56:49.594Z | Checking r2d2 v0.8.10 |
| 4264 | 2026-06-30T19:56:49.641Z | Checking downcast-rs v2.0.2 |
| 4265 | 2026-06-30T19:56:49.691Z | Compiling tiny-keccak v2.0.2 |
| 4266 | 2026-06-30T19:56:49.734Z | Compiling term v0.7.0 |
| 4267 | 2026-06-30T19:56:49.765Z | Compiling bit-vec v0.6.3 |
| 4268 | 2026-06-30T19:56:49.922Z | Compiling clang-sys v1.8.1 |
| 4269 | 2026-06-30T19:56:49.979Z | Compiling bit-set v0.5.3 |
| 4270 | 2026-06-30T19:56:49.995Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4271 | 2026-06-30T19:56:50.137Z | Compiling ascii-canvas v3.0.0 |
| 4272 | 2026-06-30T19:56:50.223Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4273 | 2026-06-30T19:56:50.290Z | Compiling itertools v0.10.5 |
| 4274 | 2026-06-30T19:56:50.309Z | Compiling ena v0.14.4 |
| 4275 | 2026-06-30T19:56:50.325Z | Compiling libloading v0.8.9 |
| 4276 | 2026-06-30T19:56:50.376Z | Compiling diff v0.1.13 |
| 4277 | 2026-06-30T19:56:50.392Z | Compiling regex-syntax v0.6.29 |
| 4278 | 2026-06-30T19:56:50.422Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4279 | 2026-06-30T19:56:50.517Z | Compiling bindgen v0.71.1 |
| 4280 | 2026-06-30T19:56:50.672Z | Compiling cexpr v0.6.0 |
| 4281 | 2026-06-30T19:56:50.992Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4282 | 2026-06-30T19:56:51.049Z | Compiling rustc-hash v2.1.1 |
| 4283 | 2026-06-30T19:56:51.220Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4284 | 2026-06-30T19:56:51.355Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4285 | 2026-06-30T19:56:51.377Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4286 | 2026-06-30T19:56:51.404Z | Compiling libxml v0.3.3 |
| 4287 | 2026-06-30T19:56:51.644Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4288 | 2026-06-30T19:56:51.666Z | Compiling strum_macros v0.24.3 |
| 4289 | 2026-06-30T19:56:51.683Z | Compiling indoc v1.0.9 |
| 4290 | 2026-06-30T19:56:51.833Z | Compiling lalrpop v0.19.12 |
| 4291 | 2026-06-30T19:56:52.535Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4292 | 2026-06-30T19:56:52.726Z | Checking derive_builder v0.20.2 |
| 4293 | 2026-06-30T19:56:52.848Z | Compiling oso-derive v0.27.3 |
| 4294 | 2026-06-30T19:56:53.019Z | Checking quick-xml v0.37.5 |
| 4295 | 2026-06-30T19:56:53.081Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4296 | 2026-06-30T19:56:53.353Z | Checking openssl-probe v0.1.6 |
| 4297 | 2026-06-30T19:56:53.495Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4298 | 2026-06-30T19:56:53.895Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4299 | 2026-06-30T19:56:54.099Z | Checking bb8 v0.8.6 |
| 4300 | 2026-06-30T19:56:54.215Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4301 | 2026-06-30T19:56:54.235Z | Checking nonempty v0.12.0 |
| 4302 | 2026-06-30T19:56:54.380Z | Compiling libz-sys v1.1.24 |
| 4303 | 2026-06-30T19:56:54.402Z | Compiling strsim v0.10.0 |
| 4304 | 2026-06-30T19:56:54.443Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4305 | 2026-06-30T19:56:54.622Z | Compiling darling_core v0.13.4 |
| 4306 | 2026-06-30T19:56:54.735Z | Compiling vergen-git2 v9.1.0 |
| 4307 | 2026-06-30T19:56:54.968Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4308 | 2026-06-30T19:56:54.989Z | Compiling base64 v0.21.7 |
| 4309 | 2026-06-30T19:56:55.187Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4310 | 2026-06-30T19:56:55.319Z | Compiling ron v0.8.1 |
| 4311 | 2026-06-30T19:56:55.336Z | Checking diesel v2.3.7 |
| 4312 | 2026-06-30T19:56:56.207Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4313 | 2026-06-30T19:56:56.296Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4314 | 2026-06-30T19:56:56.419Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4315 | 2026-06-30T19:56:56.568Z | Compiling darling_macro v0.13.4 |
| 4316 | 2026-06-30T19:56:56.610Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4317 | 2026-06-30T19:56:56.802Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4318 | 2026-06-30T19:56:56.998Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4319 | 2026-06-30T19:56:57.050Z | Compiling darling v0.13.4 |
| 4320 | 2026-06-30T19:56:57.146Z | Compiling serde_with_macros v1.5.2 |
| 4321 | 2026-06-30T19:56:57.185Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4322 | 2026-06-30T19:56:57.375Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4323 | 2026-06-30T19:56:57.538Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4324 | 2026-06-30T19:56:57.562Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4325 | 2026-06-30T19:56:57.994Z | Compiling serde_with v1.14.0 |
| 4326 | 2026-06-30T19:56:59.126Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4327 | 2026-06-30T19:56:59.169Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4328 | 2026-06-30T19:56:59.325Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4329 | 2026-06-30T19:56:59.964Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4330 | 2026-06-30T19:57:00.160Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4331 | 2026-06-30T19:57:00.429Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4332 | 2026-06-30T19:57:00.732Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4333 | 2026-06-30T19:57:00.768Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4334 | 2026-06-30T19:57:01.351Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4335 | 2026-06-30T19:57:01.665Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4336 | 2026-06-30T19:57:01.687Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4337 | 2026-06-30T19:57:01.757Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4338 | 2026-06-30T19:57:01.874Z | Checking twox-hash v2.1.2 |
| 4339 | 2026-06-30T19:57:02.127Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4340 | 2026-06-30T19:57:02.181Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4341 | 2026-06-30T19:57:02.274Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4342 | 2026-06-30T19:57:02.819Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4343 | 2026-06-30T19:57:02.980Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4344 | 2026-06-30T19:57:03.938Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4345 | 2026-06-30T19:57:04.238Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4346 | 2026-06-30T19:57:04.293Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4347 | 2026-06-30T19:57:04.897Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4348 | 2026-06-30T19:57:04.934Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4349 | 2026-06-30T19:57:05.124Z | Checking console v0.16.2 |
| 4350 | 2026-06-30T19:57:05.440Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4351 | 2026-06-30T19:57:05.598Z | Checking fatfs v0.3.6 |
| 4352 | 2026-06-30T19:57:05.899Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4353 | 2026-06-30T19:57:06.069Z | Compiling seq-macro v0.3.6 |
| 4354 | 2026-06-30T19:57:06.590Z | Checking unit-prefix v0.5.2 |
| 4355 | 2026-06-30T19:57:06.734Z | Checking indicatif v0.18.4 |
| 4356 | 2026-06-30T19:57:07.079Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4357 | 2026-06-30T19:57:07.123Z | Checking support-bundle-viewer v0.1.2 |
| 4358 | 2026-06-30T19:57:07.226Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4359 | 2026-06-30T19:57:07.371Z | Checking multimap v0.10.1 |
| 4360 | 2026-06-30T19:57:13.060Z | Checking async-bb8-diesel v0.2.1 |
| 4361 | 2026-06-30T19:57:13.435Z | Checking diesel-dtrace v0.5.0 |
| 4362 | 2026-06-30T19:57:16.224Z | Compiling samael v0.0.19 |
| 4363 | 2026-06-30T19:57:22.096Z | Compiling git2 v0.20.4 |
| 4364 | 2026-06-30T19:57:22.940Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4365 | 2026-06-30T19:57:23.896Z | Compiling polar-core v0.27.3 |
| 4366 | 2026-06-30T19:57:24.491Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4367 | 2026-06-30T19:57:28.440Z | Checking oso v0.27.3 |
| 4368 | 2026-06-30T19:57:58.446Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4369 | 2026-06-30T19:59:11.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
| 4370 | 2026-06-30T19:59:11.692Z | |
| 4371 | 2026-06-30T19:59:11.694Z | info: running `cargo check --bins` on nexus-networking (258/299) |
| 4372 | 2026-06-30T19:59:12.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4373 | 2026-06-30T19:59:12.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4374 | 2026-06-30T19:59:12.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4375 | 2026-06-30T19:59:12.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4376 | 2026-06-30T19:59:12.322Z | |
| 4377 | 2026-06-30T19:59:12.322Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299) |
| 4378 | 2026-06-30T19:59:12.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4379 | 2026-06-30T19:59:12.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4380 | 2026-06-30T19:59:12.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4381 | 2026-06-30T19:59:12.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4382 | 2026-06-30T19:59:12.914Z | |
| 4383 | 2026-06-30T19:59:12.914Z | info: running `cargo check --bins` on nexus-saga-recovery (260/299) |
| 4384 | 2026-06-30T19:59:13.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4385 | 2026-06-30T19:59:13.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4386 | 2026-06-30T19:59:13.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4387 | 2026-06-30T19:59:13.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4388 | 2026-06-30T19:59:13.506Z | |
| 4389 | 2026-06-30T19:59:13.506Z | info: running `cargo check --bins` on nexus-test-utils-macros (261/299) |
| 4390 | 2026-06-30T19:59:13.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4391 | 2026-06-30T19:59:13.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4392 | 2026-06-30T19:59:13.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4393 | 2026-06-30T19:59:13.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4394 | 2026-06-30T19:59:14.026Z | |
| 4395 | 2026-06-30T19:59:14.026Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (262/299) |
| 4396 | 2026-06-30T19:59:14.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4397 | 2026-06-30T19:59:14.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4398 | 2026-06-30T19:59:14.814Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4399 | 2026-06-30T19:59:15.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4400 | 2026-06-30T19:59:15.742Z | |
| 4401 | 2026-06-30T19:59:15.742Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299) |
| 4402 | 2026-06-30T19:59:16.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4403 | 2026-06-30T19:59:16.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4404 | 2026-06-30T19:59:16.520Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4405 | 2026-06-30T19:59:54.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.30s |
| 4406 | 2026-06-30T19:59:54.254Z | |
| 4407 | 2026-06-30T19:59:54.254Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299) |
| 4408 | 2026-06-30T19:59:54.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4409 | 2026-06-30T19:59:54.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4410 | 2026-06-30T19:59:54.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4411 | 2026-06-30T19:59:54.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4412 | 2026-06-30T19:59:54.776Z | |
| 4413 | 2026-06-30T19:59:54.777Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299) |
| 4414 | 2026-06-30T19:59:55.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4415 | 2026-06-30T19:59:55.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4416 | 2026-06-30T19:59:55.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4417 | 2026-06-30T19:59:55.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4418 | 2026-06-30T19:59:55.302Z | |
| 4419 | 2026-06-30T19:59:55.302Z | info: running `cargo check --bins --no-default-features` on nexus-fm (266/299) |
| 4420 | 2026-06-30T19:59:55.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4421 | 2026-06-30T19:59:55.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4422 | 2026-06-30T19:59:55.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4423 | 2026-06-30T19:59:55.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4424 | 2026-06-30T19:59:55.885Z | |
| 4425 | 2026-06-30T19:59:55.885Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299) |
| 4426 | 2026-06-30T19:59:56.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4427 | 2026-06-30T19:59:56.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4428 | 2026-06-30T19:59:56.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4429 | 2026-06-30T19:59:56.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4430 | 2026-06-30T19:59:56.476Z | |
| 4431 | 2026-06-30T19:59:56.476Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (268/299) |
| 4432 | 2026-06-30T19:59:56.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4433 | 2026-06-30T19:59:56.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4434 | 2026-06-30T19:59:56.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4435 | 2026-06-30T19:59:56.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4436 | 2026-06-30T19:59:57.065Z | |
| 4437 | 2026-06-30T19:59:57.065Z | info: running `cargo check --bins` on nexus-mgs-updates (269/299) |
| 4438 | 2026-06-30T19:59:57.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4439 | 2026-06-30T19:59:57.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4440 | 2026-06-30T19:59:57.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4441 | 2026-06-30T19:59:57.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4442 | 2026-06-30T19:59:57.643Z | |
| 4443 | 2026-06-30T19:59:57.643Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (270/299) |
| 4444 | 2026-06-30T19:59:58.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-06-30T19:59:58.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-06-30T19:59:58.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4447 | 2026-06-30T19:59:58.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4448 | 2026-06-30T19:59:58.234Z | |
| 4449 | 2026-06-30T19:59:58.234Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299) |
| 4450 | 2026-06-30T19:59:58.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-06-30T19:59:58.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-06-30T19:59:58.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4453 | 2026-06-30T19:59:58.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4454 | 2026-06-30T19:59:58.835Z | |
| 4455 | 2026-06-30T19:59:58.835Z | info: running `cargo check --bins` on nexus-switch-config (272/299) |
| 4456 | 2026-06-30T19:59:59.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-06-30T19:59:59.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-06-30T19:59:59.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4459 | 2026-06-30T19:59:59.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4460 | 2026-06-30T19:59:59.893Z | |
| 4461 | 2026-06-30T19:59:59.893Z | info: running `cargo check --bins` on nexus-switch-config-preparation (273/299) |
| 4462 | 2026-06-30T19:59:59.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4463 | 2026-06-30T20:00:01.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4464 | 2026-06-30T20:00:01.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4465 | 2026-06-30T20:00:01.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4466 | 2026-06-30T20:00:01.812Z | |
| 4467 | 2026-06-30T20:00:01.812Z | info: running `cargo check --bins` on support-bundle-collection (274/299) |
| 4468 | 2026-06-30T20:00:01.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4469 | 2026-06-30T20:00:01.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4470 | 2026-06-30T20:00:01.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4471 | 2026-06-30T20:00:01.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4472 | 2026-06-30T20:00:01.813Z | |
| 4473 | 2026-06-30T20:00:01.813Z | info: running `cargo check --bins` on omicron-dev (275/299) |
| 4474 | 2026-06-30T20:00:02.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-06-30T20:00:02.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-06-30T20:00:02.189Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4477 | 2026-06-30T20:00:02.189Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4478 | 2026-06-30T20:00:02.189Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4479 | 2026-06-30T20:00:02.189Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4480 | 2026-06-30T20:00:02.189Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4481 | 2026-06-30T20:00:02.189Z | Checking yansi v1.0.1 |
| 4482 | 2026-06-30T20:00:02.189Z | Checking diff v0.1.13 |
| 4483 | 2026-06-30T20:00:02.189Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4484 | 2026-06-30T20:00:02.189Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4485 | 2026-06-30T20:00:02.377Z | Checking pretty_assertions v1.4.1 |
| 4486 | 2026-06-30T20:00:02.631Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4487 | 2026-06-30T20:00:02.816Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4488 | 2026-06-30T20:00:27.372Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4489 | 2026-06-30T20:00:27.374Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4490 | 2026-06-30T20:00:27.448Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4491 | 2026-06-30T20:00:27.448Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4492 | 2026-06-30T20:00:27.449Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4493 | 2026-06-30T20:00:27.449Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4494 | 2026-06-30T20:00:27.449Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4495 | 2026-06-30T20:00:28.150Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4496 | 2026-06-30T20:00:28.175Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4497 | 2026-06-30T20:00:29.774Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4498 | 2026-06-30T20:01:06.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4499 | 2026-06-30T20:01:07.021Z | |
| 4500 | 2026-06-30T20:01:07.021Z | info: running `cargo check --bins` on omicron-pins (276/299) |
| 4501 | 2026-06-30T20:01:07.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4502 | 2026-06-30T20:01:07.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4503 | 2026-06-30T20:01:07.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4504 | 2026-06-30T20:01:07.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4505 | 2026-06-30T20:01:07.558Z | |
| 4506 | 2026-06-30T20:01:07.558Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299) |
| 4507 | 2026-06-30T20:01:08.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4508 | 2026-06-30T20:01:08.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4509 | 2026-06-30T20:01:08.251Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4510 | 2026-06-30T20:01:08.372Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4511 | 2026-06-30T20:01:08.372Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4512 | 2026-06-30T20:01:35.317Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4513 | 2026-06-30T20:01:35.689Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4514 | 2026-06-30T20:01:37.384Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4515 | 2026-06-30T20:01:37.824Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4516 | 2026-06-30T20:01:40.792Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4517 | 2026-06-30T20:02:04.401Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4518 | 2026-06-30T20:02:05.086Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4519 | 2026-06-30T20:02:06.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.16s |
| 4520 | 2026-06-30T20:02:06.882Z | |
| 4521 | 2026-06-30T20:02:06.882Z | info: running `cargo check --bins` on reconfigurator-sp-updater (278/299) |
| 4522 | 2026-06-30T20:02:07.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4523 | 2026-06-30T20:02:07.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4524 | 2026-06-30T20:02:07.548Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4525 | 2026-06-30T20:02:08.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4526 | 2026-06-30T20:02:08.403Z | |
| 4527 | 2026-06-30T20:02:08.403Z | info: running `cargo check --bins` on omicron-releng (279/299) |
| 4528 | 2026-06-30T20:02:08.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4529 | 2026-06-30T20:02:08.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4530 | 2026-06-30T20:02:09.006Z | Compiling blake3 v1.8.5 |
| 4531 | 2026-06-30T20:02:09.113Z | Checking arrayref v0.3.9 |
| 4532 | 2026-06-30T20:02:09.116Z | Checking arrayvec v0.7.6 |
| 4533 | 2026-06-30T20:02:09.125Z | Checking constant_time_eq v0.4.2 |
| 4534 | 2026-06-30T20:02:09.131Z | Checking topological-sort v0.2.2 |
| 4535 | 2026-06-30T20:02:09.136Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4536 | 2026-06-30T20:02:09.136Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4537 | 2026-06-30T20:02:09.136Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4538 | 2026-06-30T20:02:09.170Z | Checking shell-words v1.1.1 |
| 4539 | 2026-06-30T20:02:10.003Z | Checking omicron-zone-package v0.12.3 |
| 4540 | 2026-06-30T20:02:10.720Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4541 | 2026-06-30T20:02:11.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 4542 | 2026-06-30T20:02:11.768Z | |
| 4543 | 2026-06-30T20:02:11.768Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (280/299) |
| 4544 | 2026-06-30T20:02:12.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4545 | 2026-06-30T20:02:12.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4546 | 2026-06-30T20:02:12.359Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4547 | 2026-06-30T20:02:12.676Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4548 | 2026-06-30T20:02:13.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4549 | 2026-06-30T20:02:13.239Z | |
| 4550 | 2026-06-30T20:02:13.239Z | info: running `cargo check --bins` on schema (281/299) |
| 4551 | 2026-06-30T20:02:13.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4552 | 2026-06-30T20:02:13.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4553 | 2026-06-30T20:02:13.908Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4554 | 2026-06-30T20:02:14.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4555 | 2026-06-30T20:02:14.759Z | |
| 4556 | 2026-06-30T20:02:14.759Z | info: running `cargo check --bins` on xtask (282/299) |
| 4557 | 2026-06-30T20:02:15.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4558 | 2026-06-30T20:02:15.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4559 | 2026-06-30T20:02:15.155Z | Checking libc v0.2.185 |
| 4560 | 2026-06-30T20:02:15.225Z | Checking serde v1.0.228 |
| 4561 | 2026-06-30T20:02:15.230Z | Checking zerofrom v0.1.6 |
| 4562 | 2026-06-30T20:02:15.234Z | Checking bitflags v2.11.0 |
| 4563 | 2026-06-30T20:02:15.239Z | Checking smallvec v1.15.1 |
| 4564 | 2026-06-30T20:02:15.247Z | Checking indexmap v2.14.0 |
| 4565 | 2026-06-30T20:02:15.254Z | Checking serde_json v1.0.150 |
| 4566 | 2026-06-30T20:02:15.263Z | Checking scroll v0.12.0 |
| 4567 | 2026-06-30T20:02:15.341Z | Checking yoke v0.8.1 |
| 4568 | 2026-06-30T20:02:15.401Z | Checking num-traits v0.2.19 |
| 4569 | 2026-06-30T20:02:15.407Z | Checking thiserror v1.0.69 |
| 4570 | 2026-06-30T20:02:15.487Z | Checking zerovec v0.11.5 |
| 4571 | 2026-06-30T20:02:15.487Z | Checking zerotrie v0.2.3 |
| 4572 | 2026-06-30T20:02:15.513Z | Checking log v0.4.29 |
| 4573 | 2026-06-30T20:02:15.531Z | Checking errno v0.3.14 |
| 4574 | 2026-06-30T20:02:15.619Z | Checking toml_datetime v0.6.11 |
| 4575 | 2026-06-30T20:02:15.632Z | Checking rustix v1.1.3 |
| 4576 | 2026-06-30T20:02:16.183Z | Checking serde_spanned v0.6.9 |
| 4577 | 2026-06-30T20:02:16.227Z | Checking percent-encoding v2.3.2 |
| 4578 | 2026-06-30T20:02:16.227Z | Checking zerocopy v0.7.35 |
| 4579 | 2026-06-30T20:02:16.228Z | Checking toml_edit v0.22.27 |
| 4580 | 2026-06-30T20:02:16.228Z | Checking goblin v0.8.2 |
| 4581 | 2026-06-30T20:02:16.228Z | Checking getrandom v0.4.1 |
| 4582 | 2026-06-30T20:02:16.228Z | Checking form_urlencoded v1.2.2 |
| 4583 | 2026-06-30T20:02:16.228Z | Checking ordered-float v2.10.1 |
| 4584 | 2026-06-30T20:02:16.228Z | Checking tinystr v0.8.2 |
| 4585 | 2026-06-30T20:02:16.228Z | Checking potential_utf v0.1.4 |
| 4586 | 2026-06-30T20:02:16.228Z | Checking thiserror v2.0.18 |
| 4587 | 2026-06-30T20:02:16.228Z | Checking serde-value v0.7.0 |
| 4588 | 2026-06-30T20:02:16.228Z | Checking icu_collections v2.1.1 |
| 4589 | 2026-06-30T20:02:16.228Z | Checking syn v2.0.117 |
| 4590 | 2026-06-30T20:02:16.228Z | Checking icu_locale_core v2.1.1 |
| 4591 | 2026-06-30T20:02:16.296Z | Checking dtrace-parser v0.2.0 |
| 4592 | 2026-06-30T20:02:16.345Z | Checking thread-id v4.2.2 |
| 4593 | 2026-06-30T20:02:16.415Z | Checking once_cell v1.21.3 |
| 4594 | 2026-06-30T20:02:16.490Z | Checking cargo-platform v0.2.0 |
| 4595 | 2026-06-30T20:02:16.490Z | Checking terminal_size v0.4.3 |
| 4596 | 2026-06-30T20:02:16.567Z | Checking memmap v0.7.0 |
| 4597 | 2026-06-30T20:02:16.609Z | Checking tempfile v3.25.0 |
| 4598 | 2026-06-30T20:02:16.609Z | Checking clap_builder v4.6.0 |
| 4599 | 2026-06-30T20:02:16.642Z | Checking textwrap v0.16.2 |
| 4600 | 2026-06-30T20:02:16.642Z | Checking fs-err v3.3.0 |
| 4601 | 2026-06-30T20:02:16.679Z | Checking icu_provider v2.1.1 |
| 4602 | 2026-06-30T20:02:16.758Z | Checking camino-tempfile v1.4.1 |
| 4603 | 2026-06-30T20:02:16.798Z | Checking tabled v0.15.0 |
| 4604 | 2026-06-30T20:02:16.814Z | Checking anyhow v1.0.102 |
| 4605 | 2026-06-30T20:02:16.914Z | Checking icu_normalizer v2.1.1 |
| 4606 | 2026-06-30T20:02:16.921Z | Checking icu_properties v2.1.2 |
| 4607 | 2026-06-30T20:02:16.921Z | Checking toml v0.8.23 |
| 4608 | 2026-06-30T20:02:17.006Z | Checking macaddr v1.0.1 |
| 4609 | 2026-06-30T20:02:17.187Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4610 | 2026-06-30T20:02:17.234Z | Checking cargo_toml v0.21.0 |
| 4611 | 2026-06-30T20:02:17.673Z | Checking dof v0.3.0 |
| 4612 | 2026-06-30T20:02:17.732Z | Checking idna_adapter v1.2.1 |
| 4613 | 2026-06-30T20:02:17.795Z | Checking clap v4.6.1 |
| 4614 | 2026-06-30T20:02:17.848Z | Checking idna v1.1.0 |
| 4615 | 2026-06-30T20:02:17.950Z | Checking usdt-impl v0.5.0 |
| 4616 | 2026-06-30T20:02:18.079Z | Checking url v2.5.8 |
| 4617 | 2026-06-30T20:02:18.196Z | Checking usdt v0.5.0 |
| 4618 | 2026-06-30T20:02:18.422Z | Checking cargo-util-schemas v0.8.2 |
| 4619 | 2026-06-30T20:02:19.120Z | Checking cargo_metadata v0.21.0 |
| 4620 | 2026-06-30T20:02:19.720Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4621 | 2026-06-30T20:02:20.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
| 4622 | 2026-06-30T20:02:20.262Z | |
| 4623 | 2026-06-30T20:02:20.262Z | info: running `cargo check --bins` on dnsadm (283/299) |
| 4624 | 2026-06-30T20:02:20.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4625 | 2026-06-30T20:02:20.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4626 | 2026-06-30T20:02:20.822Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4627 | 2026-06-30T20:02:21.297Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4628 | 2026-06-30T20:02:21.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4629 | 2026-06-30T20:02:21.847Z | |
| 4630 | 2026-06-30T20:02:21.847Z | info: running `cargo check --bins` on end-to-end-tests (284/299) |
| 4631 | 2026-06-30T20:02:22.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4632 | 2026-06-30T20:02:22.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4633 | 2026-06-30T20:02:22.586Z | Checking polyval v0.6.2 |
| 4634 | 2026-06-30T20:02:22.707Z | Checking ctr v0.9.2 |
| 4635 | 2026-06-30T20:02:22.716Z | Checking ssh-encoding v0.2.0 |
| 4636 | 2026-06-30T20:02:22.719Z | Checking blowfish v0.9.1 |
| 4637 | 2026-06-30T20:02:22.737Z | Checking password-hash v0.4.2 |
| 4638 | 2026-06-30T20:02:22.746Z | Checking p521 v0.13.3 |
| 4639 | 2026-06-30T20:02:22.746Z | Checking p256 v0.13.2 |
| 4640 | 2026-06-30T20:02:22.773Z | Checking russh-cryptovec v0.7.3 |
| 4641 | 2026-06-30T20:02:22.844Z | Checking ghash v0.5.1 |
| 4642 | 2026-06-30T20:02:22.847Z | Checking bcrypt-pbkdf v0.10.0 |
| 4643 | 2026-06-30T20:02:22.871Z | Checking md5 v0.7.0 |
| 4644 | 2026-06-30T20:02:22.924Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4645 | 2026-06-30T20:02:22.937Z | Checking num-bigint v0.4.6 |
| 4646 | 2026-06-30T20:02:22.963Z | Checking pbkdf2 v0.11.0 |
| 4647 | 2026-06-30T20:02:22.979Z | Checking aes-gcm v0.10.3 |
| 4648 | 2026-06-30T20:02:22.996Z | Checking des v0.8.1 |
| 4649 | 2026-06-30T20:02:22.999Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4650 | 2026-06-30T20:02:23.032Z | Checking hex-literal v0.4.1 |
| 4651 | 2026-06-30T20:02:23.124Z | Checking ssh-cipher v0.2.0 |
| 4652 | 2026-06-30T20:02:23.139Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4653 | 2026-06-30T20:02:23.142Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4654 | 2026-06-30T20:02:23.153Z | Checking socket2 v0.5.10 |
| 4655 | 2026-06-30T20:02:23.178Z | Checking internet-checksum v0.2.1 |
| 4656 | 2026-06-30T20:02:23.291Z | Checking ssh-key v0.6.7 |
| 4657 | 2026-06-30T20:02:23.402Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4658 | 2026-06-30T20:02:23.938Z | Checking russh-keys v0.45.0 |
| 4659 | 2026-06-30T20:02:24.504Z | Checking russh v0.45.0 |
| 4660 | 2026-06-30T20:02:40.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.05s |
| 4661 | 2026-06-30T20:02:41.094Z | |
| 4662 | 2026-06-30T20:02:41.094Z | info: running `cargo check --bins` on gateway-cli (285/299) |
| 4663 | 2026-06-30T20:02:41.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4664 | 2026-06-30T20:02:41.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4665 | 2026-06-30T20:02:41.680Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4666 | 2026-06-30T20:02:41.805Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4667 | 2026-06-30T20:02:41.857Z | Checking termios v0.3.3 |
| 4668 | 2026-06-30T20:02:42.995Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4669 | 2026-06-30T20:02:43.144Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4670 | 2026-06-30T20:02:44.866Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4671 | 2026-06-30T20:02:45.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
| 4672 | 2026-06-30T20:02:45.598Z | |
| 4673 | 2026-06-30T20:02:45.598Z | info: running `cargo check --bins --no-default-features` on installinator (286/299) |
| 4674 | 2026-06-30T20:02:46.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4675 | 2026-06-30T20:02:46.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4676 | 2026-06-30T20:02:46.254Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4677 | 2026-06-30T20:02:46.259Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4678 | 2026-06-30T20:02:46.373Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4679 | 2026-06-30T20:02:46.373Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4680 | 2026-06-30T20:02:46.383Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4681 | 2026-06-30T20:02:46.392Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4682 | 2026-06-30T20:02:47.121Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4683 | 2026-06-30T20:02:47.466Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4684 | 2026-06-30T20:02:47.470Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4685 | 2026-06-30T20:02:48.101Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4686 | 2026-06-30T20:02:49.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
| 4687 | 2026-06-30T20:02:49.918Z | |
| 4688 | 2026-06-30T20:02:49.918Z | info: running `cargo check --bins` on internal-dns-cli (287/299) |
| 4689 | 2026-06-30T20:02:50.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4690 | 2026-06-30T20:02:50.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4691 | 2026-06-30T20:02:50.505Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4692 | 2026-06-30T20:02:50.949Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4693 | 2026-06-30T20:02:51.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4694 | 2026-06-30T20:02:51.429Z | |
| 4695 | 2026-06-30T20:02:51.429Z | info: running `cargo check --bins` on omicron-live-tests (288/299) |
| 4696 | 2026-06-30T20:02:51.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4697 | 2026-06-30T20:02:51.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4698 | 2026-06-30T20:02:51.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4699 | 2026-06-30T20:02:51.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4700 | 2026-06-30T20:02:51.951Z | |
| 4701 | 2026-06-30T20:02:51.951Z | info: running `cargo check --bins` on live-tests-macros (289/299) |
| 4702 | 2026-06-30T20:02:52.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4703 | 2026-06-30T20:02:52.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4704 | 2026-06-30T20:02:52.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4705 | 2026-06-30T20:02:52.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4706 | 2026-06-30T20:02:52.480Z | |
| 4707 | 2026-06-30T20:02:52.480Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299) |
| 4708 | 2026-06-30T20:02:52.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4709 | 2026-06-30T20:02:52.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4710 | 2026-06-30T20:02:53.191Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4711 | 2026-06-30T20:02:53.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 4712 | 2026-06-30T20:02:53.956Z | |
| 4713 | 2026-06-30T20:02:53.956Z | info: running `cargo check --bins` on omicron-ntp-admin (291/299) |
| 4714 | 2026-06-30T20:02:54.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4715 | 2026-06-30T20:02:54.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4716 | 2026-06-30T20:02:54.567Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4717 | 2026-06-30T20:02:54.573Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4718 | 2026-06-30T20:02:54.840Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4719 | 2026-06-30T20:02:54.840Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4720 | 2026-06-30T20:02:55.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4721 | 2026-06-30T20:02:55.800Z | |
| 4722 | 2026-06-30T20:02:55.801Z | info: running `cargo check --bins` on ntp-admin-types (292/299) |
| 4723 | 2026-06-30T20:02:56.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4724 | 2026-06-30T20:02:56.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4725 | 2026-06-30T20:02:56.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4726 | 2026-06-30T20:02:56.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4727 | 2026-06-30T20:02:56.332Z | |
| 4728 | 2026-06-30T20:02:56.332Z | info: running `cargo check --bins` on omicron-package (293/299) |
| 4729 | 2026-06-30T20:02:56.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4730 | 2026-06-30T20:02:56.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4731 | 2026-06-30T20:02:56.960Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4732 | 2026-06-30T20:02:58.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4733 | 2026-06-30T20:02:58.200Z | |
| 4734 | 2026-06-30T20:02:58.200Z | info: running `cargo check --bins` on tqdb (294/299) |
| 4735 | 2026-06-30T20:02:58.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4736 | 2026-06-30T20:02:58.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4737 | 2026-06-30T20:02:58.933Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4738 | 2026-06-30T20:02:59.286Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4739 | 2026-06-30T20:02:59.796Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4740 | 2026-06-30T20:02:59.796Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4741 | 2026-06-30T20:03:05.767Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4742 | 2026-06-30T20:03:05.767Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4743 | 2026-06-30T20:03:06.337Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4744 | 2026-06-30T20:03:06.337Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4745 | 2026-06-30T20:03:06.340Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4746 | 2026-06-30T20:03:06.340Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4747 | 2026-06-30T20:03:07.115Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4748 | 2026-06-30T20:03:08.152Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4749 | 2026-06-30T20:03:08.968Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4750 | 2026-06-30T20:03:09.697Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4751 | 2026-06-30T20:03:14.191Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4752 | 2026-06-30T20:03:20.795Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4753 | 2026-06-30T20:03:20.797Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4754 | 2026-06-30T20:03:20.797Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4755 | 2026-06-30T20:03:20.797Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4756 | 2026-06-30T20:03:22.265Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4757 | 2026-06-30T20:03:23.595Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4758 | 2026-06-30T20:03:24.266Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4759 | 2026-06-30T20:03:25.487Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4760 | 2026-06-30T20:03:26.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.81s |
| 4761 | 2026-06-30T20:03:26.216Z | |
| 4762 | 2026-06-30T20:03:26.216Z | info: running `cargo check --bins` on wicket-dbg (295/299) |
| 4763 | 2026-06-30T20:03:26.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4764 | 2026-06-30T20:03:26.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4765 | 2026-06-30T20:03:26.880Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4766 | 2026-06-30T20:03:26.880Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4767 | 2026-06-30T20:03:26.883Z | Checking rtoolbox v0.0.3 |
| 4768 | 2026-06-30T20:03:27.005Z | Checking tui-tree-widget v0.23.1 |
| 4769 | 2026-06-30T20:03:27.101Z | Checking rpassword v7.4.0 |
| 4770 | 2026-06-30T20:03:28.186Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4771 | 2026-06-30T20:03:31.338Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4772 | 2026-06-30T20:03:33.174Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4773 | 2026-06-30T20:03:34.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.84s |
| 4774 | 2026-06-30T20:03:34.244Z | |
| 4775 | 2026-06-30T20:03:34.244Z | info: running `cargo check --bins` on wicket (296/299) |
| 4776 | 2026-06-30T20:03:34.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4777 | 2026-06-30T20:03:34.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4778 | 2026-06-30T20:03:34.894Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4779 | 2026-06-30T20:03:35.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4780 | 2026-06-30T20:03:35.420Z | |
| 4781 | 2026-06-30T20:03:35.420Z | info: running `cargo check --bins` on wicketd (297/299) |
| 4782 | 2026-06-30T20:03:35.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4783 | 2026-06-30T20:03:35.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4784 | 2026-06-30T20:03:36.094Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4785 | 2026-06-30T20:03:36.097Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4786 | 2026-06-30T20:03:36.097Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4787 | 2026-06-30T20:03:36.097Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4788 | 2026-06-30T20:03:37.080Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4789 | 2026-06-30T20:03:37.649Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4790 | 2026-06-30T20:03:40.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s |
| 4791 | 2026-06-30T20:03:40.862Z | |
| 4792 | 2026-06-30T20:03:40.862Z | info: running `cargo check --bins` on omicron-workspace-hack (298/299) |
| 4793 | 2026-06-30T20:03:41.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4794 | 2026-06-30T20:03:41.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4795 | 2026-06-30T20:03:41.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4796 | 2026-06-30T20:03:41.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4797 | 2026-06-30T20:03:41.388Z | |
| 4798 | 2026-06-30T20:03:41.388Z | info: running `cargo check --bins` on zone-setup (299/299) |
| 4799 | 2026-06-30T20:03:41.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4800 | 2026-06-30T20:03:41.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4801 | 2026-06-30T20:03:42.010Z | Checking uzers v0.12.2 |
| 4802 | 2026-06-30T20:03:42.279Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4803 | 2026-06-30T20:03:43.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 4804 | 2026-06-30T20:03:43.216Z | |
| 4805 | 2026-06-30T20:03:43.216Z | real 13:52.344708186 |
| 4806 | 2026-06-30T20:03:43.216Z | user 20:56.441032272 |
| 4807 | 2026-06-30T20:03:43.216Z | sys 4:11.641458306 |
| 4808 | 2026-06-30T20:03:43.216Z | trap 0.336458095 |
| 4809 | 2026-06-30T20:03:43.216Z | tflt 0.704803047 |
| 4810 | 2026-06-30T20:03:43.217Z | dflt 1.050492369 |
| 4811 | 2026-06-30T20:03:43.217Z | kflt 0.004024012 |
| 4812 | 2026-06-30T20:03:43.217Z | lock 1:18:54.820000172 |
| 4813 | 2026-06-30T20:03:43.217Z | slp 1:40:23.288422593 |
| 4814 | 2026-06-30T20:03:43.217Z | lat 56.339500495 |
| 4815 | 2026-06-30T20:03:43.217Z | stop 3:33.050154270 |
| 4816 | 2026-06-30T20:03:43.220Z | process exited: duration 956122 ms, exit code 0 |
| |
| 4817 | 2026-06-30T20:03:43.225Z | found 0 output files |