|
|
|
| 1 | 2026-08-20T06:58:50.128Z | job assigned to worker 01M0EZCYC76KZHWF8ED8YH5PGD [factory aws, i-0963441bb583af929] (queued for 47 s) |
| |
| 2 | 2026-08-20T06:58:56.590Z | starting task 0: "setup" |
| 3 | 2026-08-20T06:58:56.597Z | ++ uname -s |
| 4 | 2026-08-20T06:58:56.600Z | + kern=SunOS |
| 5 | 2026-08-20T06:58:56.600Z | + build_user=build |
| 6 | 2026-08-20T06:58:56.600Z | + build_uid=12345 |
| 7 | 2026-08-20T06:58:56.601Z | + work_dir=/work |
| 8 | 2026-08-20T06:58:56.601Z | + input_dir=/input |
| 9 | 2026-08-20T06:58:56.601Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-20T06:58:56.601Z | + case "$kern" in |
| 11 | 2026-08-20T06:58:56.601Z | + groupadd -g 12345 build |
| 12 | 2026-08-20T06:58:56.604Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-20T06:58:58.607Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-20T06:58:58.716Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-20T06:58:58.720Z | + home_fs=zfs |
| 16 | 2026-08-20T06:58:58.720Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-20T06:58:58.720Z | + mkdir -p /home/build |
| 18 | 2026-08-20T06:58:58.720Z | + chown build:build /home/build /work |
| 19 | 2026-08-20T06:59:00.721Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-20T06:59:00.724Z | process exited: duration 4132 ms, exit code 0 |
| |
| 21 | 2026-08-20T06:59:00.730Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-20T06:59:00.734Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-20T06:59:00.734Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-20T06:59:00.734Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-20T06:59:00.734Z | * rust toolchain profile = "default" |
| 26 | 2026-08-20T06:59:00.734Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-20T06:59:00.734Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-20T06:59:00.737Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-20T06:59:00.737Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-20T06:59:00.845Z | info: downloading installer |
| 31 | 2026-08-20T06:59:02.340Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-20T06:59:02.341Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-20T06:59:02.341Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-20T06:59:02.344Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-20T06:59:02.353Z | info: profile set to default |
| 36 | 2026-08-20T06:59:02.353Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-20T06:59:02.356Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-20T06:59:02.483Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-20T06:59:02.486Z | info: downloading 6 components |
| 40 | 2026-08-20T06:59:15.940Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-20T06:59:15.940Z | |
| 42 | 2026-08-20T06:59:15.969Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-20T06:59:15.969Z | |
| 44 | 2026-08-20T06:59:15.969Z | |
| 45 | 2026-08-20T06:59:15.969Z | Rust is installed now. Great! |
| 46 | 2026-08-20T06:59:15.969Z | |
| 47 | 2026-08-20T06:59:15.969Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-20T06:59:15.969Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-20T06:59:15.969Z | |
| 50 | 2026-08-20T06:59:15.969Z | To configure your current shell, you need to source |
| 51 | 2026-08-20T06:59:15.969Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-20T06:59:15.969Z | |
| 53 | 2026-08-20T06:59:15.969Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-20T06:59:15.972Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-20T06:59:15.972Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-20T06:59:15.972Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-20T06:59:15.972Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-20T06:59:15.972Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-20T06:59:15.972Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-20T06:59:15.972Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-20T06:59:15.972Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-20T06:59:16.063Z | + rustup --version |
| 63 | 2026-08-20T06:59:16.072Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-20T06:59:16.072Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-20T06:59:16.094Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-20T06:59:16.097Z | + cargo --version |
| 67 | 2026-08-20T06:59:16.111Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-20T06:59:16.115Z | + rustc --version |
| 69 | 2026-08-20T06:59:16.132Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-20T06:59:16.135Z | process exited: duration 15403 ms, exit code 0 |
| |
| 71 | 2026-08-20T06:59:16.142Z | starting task 2: "authentication" |
| 72 | 2026-08-20T06:59:16.158Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-20T06:59:16.164Z | starting task 3: "clone repository" |
| 74 | 2026-08-20T06:59:16.167Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-20T06:59:16.170Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-20T06:59:16.200Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-20T06:59:34.343Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-20T06:59:34.343Z | + git fetch origin 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc |
| 79 | 2026-08-20T06:59:34.725Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-20T06:59:34.726Z | * branch 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc -> FETCH_HEAD |
| 81 | 2026-08-20T06:59:34.737Z | + [[ -n zl/multicast-mgd-ddm ]] |
| 82 | 2026-08-20T06:59:34.741Z | ++ git branch --show-current |
| 83 | 2026-08-20T06:59:34.741Z | + current=main |
| 84 | 2026-08-20T06:59:34.741Z | + [[ main != zl/multicast-mgd-ddm ]] |
| 85 | 2026-08-20T06:59:34.741Z | + git branch -f zl/multicast-mgd-ddm 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc |
| 86 | 2026-08-20T06:59:34.744Z | + git checkout -f zl/multicast-mgd-ddm |
| 87 | 2026-08-20T06:59:34.994Z | Switched to branch 'zl/multicast-mgd-ddm' |
| 88 | 2026-08-20T06:59:34.998Z | + git reset --hard 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc |
| 89 | 2026-08-20T06:59:35.265Z | HEAD is now at 6aca0e9d4 [multicast] add reconciler tuning knobs to example, SMF, and test configs |
| 90 | 2026-08-20T06:59:35.268Z | process exited: duration 19103 ms, exit code 0 |
| |
| 91 | 2026-08-20T06:59:35.274Z | starting task 4: "build" |
| 92 | 2026-08-20T06:59:35.278Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-20T06:59:35.281Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-20T06:59:35.281Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-20T06:59:35.281Z | +++ uname -s |
| 96 | 2026-08-20T06:59:35.281Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-20T06:59:35.281Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-20T06:59:35.284Z | + cargo --version |
| 99 | 2026-08-20T06:59:35.291Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-20T06:59:35.294Z | + rustc --version |
| 101 | 2026-08-20T06:59:35.313Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-20T06:59:35.315Z | + source ./env.sh |
| 103 | 2026-08-20T06:59:35.315Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-20T06:59:35.315Z | ++ set -o xtrace |
| 105 | 2026-08-20T06:59:35.318Z | ++++ dirname ./env.sh |
| 106 | 2026-08-20T06:59:35.318Z | +++ readlink -f . |
| 107 | 2026-08-20T06:59:35.321Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-20T06:59:35.321Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-08-20T06:59:35.321Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-08-20T06:59:35.321Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-08-20T06:59:35.321Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-08-20T06:59:35.321Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-08-20T06:59:35.322Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-08-20T06:59:35.322Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-08-20T06:59:35.322Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-08-20T06:59:35.322Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-08-20T06:59:35.322Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-08-20T06:59:35.322Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-20T06:59:35.322Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-20T06:59:35.322Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 121 | 2026-08-20T06:59:35.322Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 122 | 2026-08-20T06:59:35.322Z | + banner prerequisites |
| 123 | 2026-08-20T06:59:35.325Z | |
| 124 | 2026-08-20T06:59:35.325Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-20T06:59:35.325Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-20T06:59:35.325Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-20T06:59:35.325Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-20T06:59:35.325Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-20T06:59:35.325Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-20T06:59:35.325Z | |
| 131 | 2026-08-20T06:59:35.325Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-20T06:59:37.139Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-20T06:59:37.472Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-20T06:59:39.330Z | Planning: Solver setup ... Done (1.751s) |
| 135 | 2026-08-20T06:59:39.385Z | Planning: Running solver ... Done (0.056s) |
| 136 | 2026-08-20T06:59:39.427Z | Planning: Finding local manifests ... Done (0.004s) |
| 137 | 2026-08-20T06:59:39.440Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-20T06:59:39.462Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-20T06:59:39.476Z | Planning: Package planning ... Done (0.014s) |
| 140 | 2026-08-20T06:59:39.479Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-20T06:59:39.637Z | Planning: Checking for conflicting actions ... Done (0.160s) |
| 142 | 2026-08-20T06:59:39.640Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-20T06:59:40.431Z | Planning: Evaluating mediators ... Done (0.793s) |
| 144 | 2026-08-20T06:59:40.435Z | Planning: Planning completed in 2.93 seconds |
| 145 | 2026-08-20T06:59:40.440Z | Packages to install: 2 |
| 146 | 2026-08-20T06:59:40.443Z | Estimated space available: 156.01 GB |
| 147 | 2026-08-20T06:59:40.444Z | Estimated space to be consumed: 72.15 MB |
| 148 | 2026-08-20T06:59:40.444Z | Create boot environment: No |
| 149 | 2026-08-20T06:59:40.444Z | Create backup boot environment: No |
| 150 | 2026-08-20T06:59:40.444Z | Rebuild boot archive: No |
| 151 | 2026-08-20T06:59:40.444Z | |
| 152 | 2026-08-20T06:59:40.444Z | Changed packages: |
| 153 | 2026-08-20T06:59:40.444Z | helios |
| 154 | 2026-08-20T06:59:40.444Z | developer/build-essential |
| 155 | 2026-08-20T06:59:40.444Z | None -> 11-3.0 |
| 156 | 2026-08-20T06:59:40.444Z | library/libxmlsec1 |
| 157 | 2026-08-20T06:59:40.444Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-20T06:59:40.465Z | |
| 159 | 2026-08-20T06:59:40.465Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-20T06:59:40.533Z | Download: Completed 1.28 MB in 0.07 seconds (18.9M/s) |
| 161 | 2026-08-20T06:59:40.604Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-20T06:59:40.642Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-20T06:59:40.673Z | Finalize: Updating package state database ... Done (0.030s) |
| 164 | 2026-08-20T06:59:40.674Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-20T06:59:40.752Z | Finalize: Updating image state ... Done (0.080s) |
| 166 | 2026-08-20T06:59:43.193Z | Finalize: Creating fast lookup database ... Done (2.393s) |
| 167 | 2026-08-20T06:59:43.260Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-20T06:59:43.263Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-20T06:59:43.341Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-20T06:59:43.700Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-20T06:59:43.804Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-20T06:59:43.807Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-20T06:59:43.963Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-20T06:59:43.966Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-20T06:59:43.987Z | Mediators to change: 2 |
| 176 | 2026-08-20T06:59:43.987Z | Create boot environment: No |
| 177 | 2026-08-20T06:59:43.988Z | Create backup boot environment: No |
| 178 | 2026-08-20T06:59:44.029Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-20T06:59:44.029Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-20T06:59:44.075Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-20T06:59:45.996Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-20T06:59:46.056Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-20T06:59:46.059Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-20T06:59:46.144Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-20T06:59:46.428Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-20T06:59:46.535Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-20T06:59:46.539Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-20T06:59:46.687Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-20T06:59:46.690Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-08-20T06:59:46.714Z | Mediators to change: 1 |
| 191 | 2026-08-20T06:59:46.714Z | Create boot environment: No |
| 192 | 2026-08-20T06:59:46.714Z | Create backup boot environment: No |
| 193 | 2026-08-20T06:59:46.763Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-20T06:59:46.763Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-20T06:59:46.809Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-20T06:59:48.731Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-20T06:59:48.789Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-20T06:59:48.794Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-20T06:59:48.870Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-20T06:59:49.183Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-20T06:59:49.183Z | apache system 2.4 system |
| 202 | 2026-08-20T06:59:49.183Z | clang system 15 system |
| 203 | 2026-08-20T06:59:49.183Z | csh system system illumos |
| 204 | 2026-08-20T06:59:49.183Z | ctags system system illumos |
| 205 | 2026-08-20T06:59:49.183Z | file vendor vendor darwinsys |
| 206 | 2026-08-20T06:59:49.183Z | file system system illumos |
| 207 | 2026-08-20T06:59:49.183Z | gcc vendor 14 vendor |
| 208 | 2026-08-20T06:59:49.183Z | gcc system 13 system |
| 209 | 2026-08-20T06:59:49.183Z | gcc system 10 system |
| 210 | 2026-08-20T06:59:49.183Z | go system 1.25 system |
| 211 | 2026-08-20T06:59:49.183Z | llvm system 15 system |
| 212 | 2026-08-20T06:59:49.183Z | mariadb system 11.4 system |
| 213 | 2026-08-20T06:59:49.184Z | mta vendor vendor dma |
| 214 | 2026-08-20T06:59:49.184Z | openjdk system 17 system |
| 215 | 2026-08-20T06:59:49.184Z | openjdk system 11 system |
| 216 | 2026-08-20T06:59:49.184Z | openssl vendor 3 vendor |
| 217 | 2026-08-20T06:59:49.184Z | perl system 5.40 system |
| 218 | 2026-08-20T06:59:49.184Z | postgresql system 18 system |
| 219 | 2026-08-20T06:59:49.184Z | postgresql system 17 system |
| 220 | 2026-08-20T06:59:49.184Z | python vendor 3 vendor |
| 221 | 2026-08-20T06:59:49.184Z | python system 2 system |
| 222 | 2026-08-20T06:59:49.184Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-20T06:59:49.184Z | ruby system 3.4 system |
| 224 | 2026-08-20T06:59:49.184Z | ruby system 3.0 system |
| 225 | 2026-08-20T06:59:49.184Z | words vendor vendor american-english |
| 226 | 2026-08-20T06:59:49.184Z | words system system australian-english |
| 227 | 2026-08-20T06:59:49.184Z | words system system british-english |
| 228 | 2026-08-20T06:59:49.184Z | words system system canadian-english |
| 229 | 2026-08-20T06:59:49.184Z | words system system french |
| 230 | 2026-08-20T06:59:49.184Z | words system system italian |
| 231 | 2026-08-20T06:59:49.184Z | words system system ngerman |
| 232 | 2026-08-20T06:59:49.184Z | words system system ogerman |
| 233 | 2026-08-20T06:59:49.184Z | words system system spanish |
| 234 | 2026-08-20T06:59:49.434Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-20T06:59:49.434Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-20T06:59:49.891Z | FMRI IFO |
| 237 | 2026-08-20T06:59:49.891Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-20T06:59:49.891Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-20T06:59:49.891Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-20T06:59:49.891Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-20T06:59:49.891Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-20T06:59:49.891Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-20T06:59:49.891Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-20T06:59:49.891Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-20T06:59:49.891Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-20T06:59:50.230Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-20T06:59:50.620Z | Updating crates.io index |
| 248 | 2026-08-20T06:59:50.623Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-20T06:59:50.922Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-20T06:59:51.398Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-20T06:59:52.821Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-08-20T06:59:53.583Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-08-20T06:59:55.605Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-08-20T06:59:56.769Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-08-20T06:59:57.084Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-08-20T06:59:57.472Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-08-20T06:59:59.006Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-08-20T06:59:59.304Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-08-20T06:59:59.783Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-08-20T07:00:00.080Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-08-20T07:00:00.355Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-08-20T07:00:00.659Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-08-20T07:00:01.002Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-08-20T07:00:01.338Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-08-20T07:00:01.667Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 266 | 2026-08-20T07:00:02.372Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 267 | 2026-08-20T07:00:03.011Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 268 | 2026-08-20T07:00:03.561Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 269 | 2026-08-20T07:00:03.956Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 270 | 2026-08-20T07:00:04.593Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 271 | 2026-08-20T07:00:04.950Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-08-20T07:00:05.215Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-08-20T07:00:05.634Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-08-20T07:00:05.940Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 275 | 2026-08-20T07:00:06.382Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 276 | 2026-08-20T07:00:06.786Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2026-08-20T07:00:07.070Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-08-20T07:00:07.470Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-08-20T07:00:07.876Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 280 | 2026-08-20T07:00:08.476Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 281 | 2026-08-20T07:00:08.785Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 282 | 2026-08-20T07:00:09.081Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 283 | 2026-08-20T07:00:09.425Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 284 | 2026-08-20T07:00:10.158Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-08-20T07:00:10.477Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-08-20T07:00:10.786Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-08-20T07:00:11.187Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-08-20T07:00:11.488Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 289 | 2026-08-20T07:00:11.820Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 290 | 2026-08-20T07:00:14.749Z | Downloading crates ... |
| 291 | 2026-08-20T07:00:14.806Z | Downloaded anstream v1.0.0 |
| 292 | 2026-08-20T07:00:14.810Z | Downloaded pest_meta v2.8.6 |
| 293 | 2026-08-20T07:00:14.813Z | Downloaded crypto-common v0.1.7 |
| 294 | 2026-08-20T07:00:14.813Z | Downloaded cpufeatures v0.2.17 |
| 295 | 2026-08-20T07:00:14.817Z | Downloaded cfg-if v1.0.4 |
| 296 | 2026-08-20T07:00:14.817Z | Downloaded dof v0.3.0 |
| 297 | 2026-08-20T07:00:14.818Z | Downloaded clap v4.6.1 |
| 298 | 2026-08-20T07:00:14.821Z | Downloaded heck v0.5.0 |
| 299 | 2026-08-20T07:00:14.824Z | Downloaded equivalent v1.0.2 |
| 300 | 2026-08-20T07:00:14.824Z | Downloaded block-buffer v0.10.4 |
| 301 | 2026-08-20T07:00:14.824Z | Downloaded dtrace-parser v0.2.0 |
| 302 | 2026-08-20T07:00:14.824Z | Downloaded fastrand v2.3.0 |
| 303 | 2026-08-20T07:00:14.828Z | Downloaded anstyle-query v1.1.5 |
| 304 | 2026-08-20T07:00:14.832Z | Downloaded zerocopy v0.7.35 |
| 305 | 2026-08-20T07:00:14.838Z | Downloaded colorchoice v1.0.4 |
| 306 | 2026-08-20T07:00:14.842Z | Downloaded macaddr v1.0.1 |
| 307 | 2026-08-20T07:00:14.842Z | Downloaded errno v0.3.14 |
| 308 | 2026-08-20T07:00:14.842Z | Downloaded cargo_metadata v0.23.1 |
| 309 | 2026-08-20T07:00:14.842Z | Downloaded digest v0.10.7 |
| 310 | 2026-08-20T07:00:14.843Z | Downloaded zmij v1.0.21 |
| 311 | 2026-08-20T07:00:14.843Z | Downloaded clap_lex v1.0.0 |
| 312 | 2026-08-20T07:00:14.843Z | Downloaded memmap v0.7.0 |
| 313 | 2026-08-20T07:00:14.846Z | Downloaded zerocopy-derive v0.7.35 |
| 314 | 2026-08-20T07:00:14.846Z | Downloaded thiserror-impl v1.0.69 |
| 315 | 2026-08-20T07:00:14.846Z | Downloaded thiserror v1.0.69 |
| 316 | 2026-08-20T07:00:14.850Z | Downloaded cargo_toml v0.21.0 |
| 317 | 2026-08-20T07:00:14.850Z | Downloaded winnow v0.7.14 |
| 318 | 2026-08-20T07:00:14.853Z | Downloaded heck v0.4.1 |
| 319 | 2026-08-20T07:00:14.853Z | Downloaded is_terminal_polyfill v1.70.2 |
| 320 | 2026-08-20T07:00:14.857Z | Downloaded cargo-platform v0.3.2 |
| 321 | 2026-08-20T07:00:14.857Z | Downloaded generic-array v0.14.7 |
| 322 | 2026-08-20T07:00:14.860Z | Downloaded pest_generator v2.8.6 |
| 323 | 2026-08-20T07:00:14.860Z | Downloaded anstyle v1.0.14 |
| 324 | 2026-08-20T07:00:14.860Z | Downloaded anstyle-parse v1.0.0 |
| 325 | 2026-08-20T07:00:14.863Z | Downloaded camino-tempfile v1.4.1 |
| 326 | 2026-08-20T07:00:14.863Z | Downloaded clap_derive v4.6.1 |
| 327 | 2026-08-20T07:00:14.870Z | Downloaded terminal_size v0.4.3 |
| 328 | 2026-08-20T07:00:14.873Z | Downloaded smawk v0.3.2 |
| 329 | 2026-08-20T07:00:14.873Z | Downloaded usdt-attr-macro v0.5.0 |
| 330 | 2026-08-20T07:00:14.876Z | Downloaded fnv v1.0.7 |
| 331 | 2026-08-20T07:00:14.879Z | Downloaded usdt-macro v0.5.0 |
| 332 | 2026-08-20T07:00:14.879Z | Downloaded usdt v0.5.0 |
| 333 | 2026-08-20T07:00:14.879Z | Downloaded plain v0.2.3 |
| 334 | 2026-08-20T07:00:14.882Z | Downloaded scroll_derive v0.12.1 |
| 335 | 2026-08-20T07:00:14.882Z | Downloaded unicode-linebreak v0.1.5 |
| 336 | 2026-08-20T07:00:14.887Z | Downloaded serde_spanned v0.6.9 |
| 337 | 2026-08-20T07:00:14.887Z | Downloaded pretty-hex v0.4.1 |
| 338 | 2026-08-20T07:00:14.891Z | Downloaded tabled_derive v0.7.0 |
| 339 | 2026-08-20T07:00:14.891Z | Downloaded itoa v1.0.17 |
| 340 | 2026-08-20T07:00:14.891Z | Downloaded autocfg v1.5.0 |
| 341 | 2026-08-20T07:00:14.891Z | Downloaded fs-err v3.3.0 |
| 342 | 2026-08-20T07:00:14.895Z | Downloaded bytecount v0.6.9 |
| 343 | 2026-08-20T07:00:14.899Z | Downloaded swrite v0.1.0 |
| 344 | 2026-08-20T07:00:14.902Z | Downloaded version_check v0.9.5 |
| 345 | 2026-08-20T07:00:14.902Z | Downloaded proc-macro-error-attr v1.0.4 |
| 346 | 2026-08-20T07:00:14.905Z | Downloaded utf8parse v0.2.2 |
| 347 | 2026-08-20T07:00:14.908Z | Downloaded strsim v0.11.1 |
| 348 | 2026-08-20T07:00:14.908Z | Downloaded thread-id v4.2.2 |
| 349 | 2026-08-20T07:00:14.908Z | Downloaded toml_datetime v0.6.11 |
| 350 | 2026-08-20T07:00:14.916Z | Downloaded thiserror-impl v2.0.18 |
| 351 | 2026-08-20T07:00:14.919Z | Downloaded serde_tokenstream v0.2.3 |
| 352 | 2026-08-20T07:00:14.923Z | Downloaded thiserror v2.0.18 |
| 353 | 2026-08-20T07:00:14.923Z | Downloaded quote v1.0.45 |
| 354 | 2026-08-20T07:00:14.930Z | Downloaded sha2 v0.10.9 |
| 355 | 2026-08-20T07:00:14.931Z | Downloaded pest_derive v2.8.6 |
| 356 | 2026-08-20T07:00:14.934Z | Downloaded proc-macro-error v1.0.4 |
| 357 | 2026-08-20T07:00:14.934Z | Downloaded bitflags v2.11.0 |
| 358 | 2026-08-20T07:00:14.934Z | Downloaded once_cell v1.21.3 |
| 359 | 2026-08-20T07:00:14.940Z | Downloaded camino v1.2.5 |
| 360 | 2026-08-20T07:00:14.940Z | Downloaded toml_write v0.1.2 |
| 361 | 2026-08-20T07:00:14.957Z | Downloaded scroll v0.12.0 |
| 362 | 2026-08-20T07:00:14.962Z | Downloaded anyhow v1.0.104 |
| 363 | 2026-08-20T07:00:14.962Z | Downloaded semver v1.0.28 |
| 364 | 2026-08-20T07:00:14.962Z | Downloaded tempfile v3.27.0 |
| 365 | 2026-08-20T07:00:14.962Z | Downloaded log v0.4.33 |
| 366 | 2026-08-20T07:00:14.962Z | Downloaded usdt-impl v0.5.0 |
| 367 | 2026-08-20T07:00:14.962Z | Downloaded papergrid v0.11.0 |
| 368 | 2026-08-20T07:00:14.966Z | Downloaded byteorder v1.5.0 |
| 369 | 2026-08-20T07:00:14.973Z | Downloaded getrandom v0.3.4 |
| 370 | 2026-08-20T07:00:14.979Z | Downloaded textwrap v0.16.2 |
| 371 | 2026-08-20T07:00:14.983Z | Downloaded serde_derive v1.0.229 |
| 372 | 2026-08-20T07:00:14.988Z | Downloaded unicode-ident v1.0.24 |
| 373 | 2026-08-20T07:00:14.988Z | Downloaded proc-macro2 v1.0.106 |
| 374 | 2026-08-20T07:00:14.993Z | Downloaded ucd-trie v0.1.7 |
| 375 | 2026-08-20T07:00:14.998Z | Downloaded toml v0.8.23 |
| 376 | 2026-08-20T07:00:15.002Z | Downloaded toml_edit v0.22.27 |
| 377 | 2026-08-20T07:00:15.006Z | Downloaded serde_core v1.0.229 |
| 378 | 2026-08-20T07:00:15.016Z | Downloaded indexmap v2.14.0 |
| 379 | 2026-08-20T07:00:15.021Z | Downloaded memchr v2.8.0 |
| 380 | 2026-08-20T07:00:15.027Z | Downloaded typenum v1.20.1 |
| 381 | 2026-08-20T07:00:15.030Z | Downloaded serde v1.0.229 |
| 382 | 2026-08-20T07:00:15.034Z | Downloaded pest v2.8.6 |
| 383 | 2026-08-20T07:00:15.043Z | Downloaded hashbrown v0.17.0 |
| 384 | 2026-08-20T07:00:15.047Z | Downloaded clap_builder v4.6.0 |
| 385 | 2026-08-20T07:00:15.058Z | Downloaded goblin v0.8.2 |
| 386 | 2026-08-20T07:00:15.065Z | Downloaded serde_json v1.0.151 |
| 387 | 2026-08-20T07:00:15.084Z | Downloaded tabled v0.15.0 |
| 388 | 2026-08-20T07:00:15.102Z | Downloaded syn v1.0.109 |
| 389 | 2026-08-20T07:00:15.115Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-08-20T07:00:15.119Z | Downloaded unicode-width v0.2.0 |
| 391 | 2026-08-20T07:00:15.119Z | Downloaded syn v2.0.117 |
| 392 | 2026-08-20T07:00:15.124Z | Downloaded syn v3.0.3 |
| 393 | 2026-08-20T07:00:15.130Z | Downloaded rustix v1.1.4 |
| 394 | 2026-08-20T07:00:15.152Z | Downloaded libc v0.2.185 |
| 395 | 2026-08-20T07:00:15.212Z | Compiling proc-macro2 v1.0.106 |
| 396 | 2026-08-20T07:00:15.212Z | Compiling quote v1.0.45 |
| 397 | 2026-08-20T07:00:15.212Z | Compiling unicode-ident v1.0.24 |
| 398 | 2026-08-20T07:00:15.215Z | Compiling serde_core v1.0.229 |
| 399 | 2026-08-20T07:00:15.215Z | Compiling libc v0.2.185 |
| 400 | 2026-08-20T07:00:15.215Z | Compiling version_check v0.9.5 |
| 401 | 2026-08-20T07:00:15.215Z | Compiling memchr v2.8.0 |
| 402 | 2026-08-20T07:00:15.215Z | Compiling serde v1.0.229 |
| 403 | 2026-08-20T07:00:15.574Z | Compiling zmij v1.0.21 |
| 404 | 2026-08-20T07:00:15.700Z | Compiling thiserror v1.0.69 |
| 405 | 2026-08-20T07:00:15.810Z | Compiling itoa v1.0.17 |
| 406 | 2026-08-20T07:00:15.827Z | Compiling ucd-trie v0.1.7 |
| 407 | 2026-08-20T07:00:16.006Z | Compiling pest v2.8.6 |
| 408 | 2026-08-20T07:00:16.088Z | Compiling byteorder v1.5.0 |
| 409 | 2026-08-20T07:00:16.165Z | Compiling rustix v1.1.4 |
| 410 | 2026-08-20T07:00:16.230Z | Compiling errno v0.3.14 |
| 411 | 2026-08-20T07:00:16.331Z | Compiling serde_json v1.0.151 |
| 412 | 2026-08-20T07:00:16.385Z | Compiling bitflags v2.11.0 |
| 413 | 2026-08-20T07:00:16.610Z | Compiling thread-id v4.2.2 |
| 414 | 2026-08-20T07:00:16.716Z | Compiling syn v2.0.117 |
| 415 | 2026-08-20T07:00:16.725Z | Compiling syn v3.0.3 |
| 416 | 2026-08-20T07:00:16.754Z | Compiling proc-macro-error-attr v1.0.4 |
| 417 | 2026-08-20T07:00:16.797Z | Compiling usdt-impl v0.5.0 |
| 418 | 2026-08-20T07:00:16.934Z | Compiling camino v1.2.5 |
| 419 | 2026-08-20T07:00:17.008Z | Compiling syn v1.0.109 |
| 420 | 2026-08-20T07:00:17.240Z | Compiling pest_meta v2.8.6 |
| 421 | 2026-08-20T07:00:17.402Z | Compiling proc-macro-error v1.0.4 |
| 422 | 2026-08-20T07:00:17.422Z | Compiling log v0.4.33 |
| 423 | 2026-08-20T07:00:17.603Z | Compiling plain v0.2.3 |
| 424 | 2026-08-20T07:00:17.727Z | Compiling equivalent v1.0.2 |
| 425 | 2026-08-20T07:00:17.752Z | Compiling getrandom v0.3.4 |
| 426 | 2026-08-20T07:00:17.805Z | Compiling utf8parse v0.2.2 |
| 427 | 2026-08-20T07:00:17.846Z | Compiling hashbrown v0.17.0 |
| 428 | 2026-08-20T07:00:17.915Z | Compiling anstyle-parse v1.0.0 |
| 429 | 2026-08-20T07:00:18.098Z | Compiling terminal_size v0.4.3 |
| 430 | 2026-08-20T07:00:18.367Z | Compiling indexmap v2.14.0 |
| 431 | 2026-08-20T07:00:18.784Z | Compiling anstyle v1.0.14 |
| 432 | 2026-08-20T07:00:18.821Z | Compiling autocfg v1.5.0 |
| 433 | 2026-08-20T07:00:18.877Z | Compiling serde_derive v1.0.229 |
| 434 | 2026-08-20T07:00:19.019Z | Compiling pest_generator v2.8.6 |
| 435 | 2026-08-20T07:00:19.038Z | Compiling anstyle-query v1.1.5 |
| 436 | 2026-08-20T07:00:19.061Z | Compiling pretty-hex v0.4.1 |
| 437 | 2026-08-20T07:00:19.152Z | Compiling thiserror v2.0.18 |
| 438 | 2026-08-20T07:00:19.169Z | Compiling toml_write v0.1.2 |
| 439 | 2026-08-20T07:00:19.204Z | Compiling colorchoice v1.0.4 |
| 440 | 2026-08-20T07:00:19.296Z | Compiling cfg-if v1.0.4 |
| 441 | 2026-08-20T07:00:19.324Z | Compiling is_terminal_polyfill v1.70.2 |
| 442 | 2026-08-20T07:00:19.369Z | Compiling winnow v0.7.14 |
| 443 | 2026-08-20T07:00:19.427Z | Compiling anstream v1.0.0 |
| 444 | 2026-08-20T07:00:19.560Z | Compiling fs-err v3.3.0 |
| 445 | 2026-08-20T07:00:19.758Z | Compiling anyhow v1.0.104 |
| 446 | 2026-08-20T07:00:19.772Z | Compiling heck v0.5.0 |
| 447 | 2026-08-20T07:00:19.813Z | Compiling fnv v1.0.7 |
| 448 | 2026-08-20T07:00:19.925Z | Compiling strsim v0.11.1 |
| 449 | 2026-08-20T07:00:20.007Z | Compiling once_cell v1.21.3 |
| 450 | 2026-08-20T07:00:20.049Z | Compiling bytecount v0.6.9 |
| 451 | 2026-08-20T07:00:20.067Z | Compiling clap_lex v1.0.0 |
| 452 | 2026-08-20T07:00:20.193Z | Compiling fastrand v2.3.0 |
| 453 | 2026-08-20T07:00:20.234Z | Compiling unicode-width v0.1.14 |
| 454 | 2026-08-20T07:00:20.286Z | Compiling heck v0.4.1 |
| 455 | 2026-08-20T07:00:20.307Z | Compiling clap_builder v4.6.0 |
| 456 | 2026-08-20T07:00:20.462Z | Compiling papergrid v0.11.0 |
| 457 | 2026-08-20T07:00:20.514Z | Compiling tempfile v3.27.0 |
| 458 | 2026-08-20T07:00:20.573Z | Compiling thiserror-impl v1.0.69 |
| 459 | 2026-08-20T07:00:20.660Z | Compiling zerocopy-derive v0.7.35 |
| 460 | 2026-08-20T07:00:20.745Z | Compiling pest_derive v2.8.6 |
| 461 | 2026-08-20T07:00:20.881Z | Compiling scroll_derive v0.12.1 |
| 462 | 2026-08-20T07:00:20.899Z | Compiling thiserror-impl v2.0.18 |
| 463 | 2026-08-20T07:00:21.183Z | Compiling tabled_derive v0.7.0 |
| 464 | 2026-08-20T07:00:21.511Z | Compiling zerocopy v0.7.35 |
| 465 | 2026-08-20T07:00:21.548Z | Compiling scroll v0.12.0 |
| 466 | 2026-08-20T07:00:21.843Z | Compiling goblin v0.8.2 |
| 467 | 2026-08-20T07:00:21.952Z | Compiling dtrace-parser v0.2.0 |
| 468 | 2026-08-20T07:00:22.080Z | Compiling clap_derive v4.6.1 |
| 469 | 2026-08-20T07:00:22.183Z | Compiling toml_datetime v0.6.11 |
| 470 | 2026-08-20T07:00:22.199Z | Compiling serde_spanned v0.6.9 |
| 471 | 2026-08-20T07:00:22.321Z | Compiling dof v0.3.0 |
| 472 | 2026-08-20T07:00:22.344Z | Compiling serde_tokenstream v0.2.3 |
| 473 | 2026-08-20T07:00:22.347Z | Compiling cargo-platform v0.3.2 |
| 474 | 2026-08-20T07:00:22.440Z | Compiling toml_edit v0.22.27 |
| 475 | 2026-08-20T07:00:22.656Z | Compiling semver v1.0.28 |
| 476 | 2026-08-20T07:00:22.681Z | Compiling memmap v0.7.0 |
| 477 | 2026-08-20T07:00:22.702Z | Compiling unicode-linebreak v0.1.5 |
| 478 | 2026-08-20T07:00:22.877Z | Compiling unicode-width v0.2.0 |
| 479 | 2026-08-20T07:00:22.955Z | Compiling smawk v0.3.2 |
| 480 | 2026-08-20T07:00:22.984Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-08-20T07:00:23.099Z | Compiling textwrap v0.16.2 |
| 482 | 2026-08-20T07:00:23.245Z | Compiling usdt-attr-macro v0.5.0 |
| 483 | 2026-08-20T07:00:23.292Z | Compiling usdt-macro v0.5.0 |
| 484 | 2026-08-20T07:00:23.432Z | Compiling macaddr v1.0.1 |
| 485 | 2026-08-20T07:00:23.544Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 486 | 2026-08-20T07:00:23.657Z | Compiling tabled v0.15.0 |
| 487 | 2026-08-20T07:00:23.821Z | Compiling clap v4.6.1 |
| 488 | 2026-08-20T07:00:23.936Z | Compiling toml v0.8.23 |
| 489 | 2026-08-20T07:00:23.978Z | Compiling camino-tempfile v1.4.1 |
| 490 | 2026-08-20T07:00:24.018Z | Compiling swrite v0.1.0 |
| 491 | 2026-08-20T07:00:24.311Z | Compiling cargo_toml v0.21.0 |
| 492 | 2026-08-20T07:00:24.808Z | Compiling usdt v0.5.0 |
| 493 | 2026-08-20T07:00:25.725Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 494 | 2026-08-20T07:00:27.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.67s |
| 495 | 2026-08-20T07:00:27.930Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 496 | 2026-08-20T07:00:28.435Z | Downloading crates ... |
| 497 | 2026-08-20T07:00:28.487Z | Downloaded atomic-waker v1.1.2 |
| 498 | 2026-08-20T07:00:28.490Z | Downloaded atty v0.2.14 |
| 499 | 2026-08-20T07:00:28.497Z | Downloaded addr2line v0.25.1 |
| 500 | 2026-08-20T07:00:28.500Z | Downloaded cexpr v0.6.0 |
| 501 | 2026-08-20T07:00:28.503Z | Downloaded base16ct v0.2.0 |
| 502 | 2026-08-20T07:00:28.508Z | Downloaded const-oid v0.10.2 |
| 503 | 2026-08-20T07:00:28.511Z | Downloaded atomicwrites v0.4.4 |
| 504 | 2026-08-20T07:00:28.511Z | Downloaded futures-sink v0.3.32 |
| 505 | 2026-08-20T07:00:28.511Z | Downloaded bit-set v0.8.0 |
| 506 | 2026-08-20T07:00:28.514Z | Downloaded fs_extra v1.3.0 |
| 507 | 2026-08-20T07:00:28.514Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 508 | 2026-08-20T07:00:28.517Z | Downloaded futures-channel v0.3.32 |
| 509 | 2026-08-20T07:00:28.517Z | Downloaded ff v0.14.0 |
| 510 | 2026-08-20T07:00:28.517Z | Downloaded foreign-types v0.5.0 |
| 511 | 2026-08-20T07:00:28.520Z | Downloaded aead v0.6.1 |
| 512 | 2026-08-20T07:00:28.520Z | Downloaded anstyle-parse v0.2.7 |
| 513 | 2026-08-20T07:00:28.520Z | Downloaded flagset v0.4.7 |
| 514 | 2026-08-20T07:00:28.523Z | Downloaded foreign-types v0.3.2 |
| 515 | 2026-08-20T07:00:28.523Z | Downloaded foreign-types-macros v0.2.3 |
| 516 | 2026-08-20T07:00:28.523Z | Downloaded bumpalo v3.20.2 |
| 517 | 2026-08-20T07:00:28.523Z | Downloaded foreign-types-shared v0.3.1 |
| 518 | 2026-08-20T07:00:28.526Z | Downloaded array-init v0.0.4 |
| 519 | 2026-08-20T07:00:28.526Z | Downloaded backon v1.6.0 |
| 520 | 2026-08-20T07:00:28.526Z | Downloaded colored v3.1.1 |
| 521 | 2026-08-20T07:00:28.529Z | Downloaded fatfs v0.3.6 |
| 522 | 2026-08-20T07:00:28.529Z | Downloaded bb8 v0.8.6 |
| 523 | 2026-08-20T07:00:28.529Z | Downloaded bit-set v0.5.3 |
| 524 | 2026-08-20T07:00:28.532Z | Downloaded find-msvc-tools v0.1.9 |
| 525 | 2026-08-20T07:00:28.532Z | Downloaded aead v0.5.2 |
| 526 | 2026-08-20T07:00:28.533Z | Downloaded embedded-io v0.6.1 |
| 527 | 2026-08-20T07:00:28.533Z | Downloaded fixedbitset v0.5.7 |
| 528 | 2026-08-20T07:00:28.537Z | Downloaded base16ct v1.0.0 |
| 529 | 2026-08-20T07:00:28.537Z | Downloaded bcs v0.1.6 |
| 530 | 2026-08-20T07:00:28.537Z | Downloaded bitfield-macros v0.19.4 |
| 531 | 2026-08-20T07:00:28.537Z | Downloaded generic-array v1.4.3 |
| 532 | 2026-08-20T07:00:28.541Z | Downloaded async-stream-impl v0.3.6 |
| 533 | 2026-08-20T07:00:28.541Z | Downloaded float-cmp v0.10.0 |
| 534 | 2026-08-20T07:00:28.541Z | Downloaded foreign-types-shared v0.1.1 |
| 535 | 2026-08-20T07:00:28.541Z | Downloaded futures-executor v0.3.32 |
| 536 | 2026-08-20T07:00:28.541Z | Downloaded futures-macro v0.3.32 |
| 537 | 2026-08-20T07:00:28.541Z | Downloaded async-stream v0.3.6 |
| 538 | 2026-08-20T07:00:28.546Z | Downloaded env_filter v2.0.0 |
| 539 | 2026-08-20T07:00:28.546Z | Downloaded globwalk v0.9.1 |
| 540 | 2026-08-20T07:00:28.546Z | Downloaded arrayref v0.3.9 |
| 541 | 2026-08-20T07:00:28.546Z | Downloaded enum-as-inner v0.6.1 |
| 542 | 2026-08-20T07:00:28.546Z | Downloaded fixedbitset v0.4.2 |
| 543 | 2026-08-20T07:00:28.546Z | Downloaded backoff v0.4.0 |
| 544 | 2026-08-20T07:00:28.550Z | Downloaded futures-core v0.3.32 |
| 545 | 2026-08-20T07:00:28.550Z | Downloaded flume v0.11.1 |
| 546 | 2026-08-20T07:00:28.550Z | Downloaded funty v2.0.0 |
| 547 | 2026-08-20T07:00:28.550Z | Downloaded futures-task v0.3.32 |
| 548 | 2026-08-20T07:00:28.553Z | Downloaded backtrace-ext v0.2.1 |
| 549 | 2026-08-20T07:00:28.553Z | Downloaded fxhash v0.2.1 |
| 550 | 2026-08-20T07:00:28.553Z | Downloaded bit-vec v0.8.0 |
| 551 | 2026-08-20T07:00:28.553Z | Downloaded endian-type v0.1.2 |
| 552 | 2026-08-20T07:00:28.556Z | Downloaded foldhash v0.1.5 |
| 553 | 2026-08-20T07:00:28.556Z | Downloaded highway v1.3.0 |
| 554 | 2026-08-20T07:00:28.559Z | Downloaded embedded-io v0.4.0 |
| 555 | 2026-08-20T07:00:28.559Z | Downloaded http-body v1.0.1 |
| 556 | 2026-08-20T07:00:28.559Z | Downloaded http-range v0.1.5 |
| 557 | 2026-08-20T07:00:28.563Z | Downloaded home v0.5.12 |
| 558 | 2026-08-20T07:00:28.566Z | Downloaded castaway v0.2.4 |
| 559 | 2026-08-20T07:00:28.566Z | Downloaded assert_matches v1.5.0 |
| 560 | 2026-08-20T07:00:28.570Z | Downloaded env_logger v0.11.11 |
| 561 | 2026-08-20T07:00:28.570Z | Downloaded fs-err v2.11.0 |
| 562 | 2026-08-20T07:00:28.570Z | Downloaded bit-vec v0.6.3 |
| 563 | 2026-08-20T07:00:28.573Z | Downloaded globset v0.4.18 |
| 564 | 2026-08-20T07:00:28.573Z | Downloaded form_urlencoded v1.2.2 |
| 565 | 2026-08-20T07:00:28.573Z | Downloaded hash32 v0.3.1 |
| 566 | 2026-08-20T07:00:28.573Z | Downloaded base64ct v1.8.3 |
| 567 | 2026-08-20T07:00:28.576Z | Downloaded headers-core v0.3.0 |
| 568 | 2026-08-20T07:00:28.576Z | Downloaded hostname v0.4.2 |
| 569 | 2026-08-20T07:00:28.576Z | Downloaded bitfield-struct v0.6.2 |
| 570 | 2026-08-20T07:00:28.577Z | Downloaded git-stub v1.0.0 |
| 571 | 2026-08-20T07:00:28.579Z | Downloaded ff v0.13.1 |
| 572 | 2026-08-20T07:00:28.582Z | Downloaded adler2 v2.0.1 |
| 573 | 2026-08-20T07:00:28.585Z | Downloaded ascii-canvas v3.0.0 |
| 574 | 2026-08-20T07:00:28.585Z | Downloaded foldhash v0.2.0 |
| 575 | 2026-08-20T07:00:28.585Z | Downloaded hex v0.4.3 |
| 576 | 2026-08-20T07:00:28.588Z | Downloaded float-ord v0.3.2 |
| 577 | 2026-08-20T07:00:28.588Z | Downloaded hostname v0.3.1 |
| 578 | 2026-08-20T07:00:28.588Z | Downloaded ciborium-io v0.2.2 |
| 579 | 2026-08-20T07:00:28.592Z | Downloaded block-padding v0.4.2 |
| 580 | 2026-08-20T07:00:28.595Z | Downloaded gethostname v0.5.0 |
| 581 | 2026-08-20T07:00:28.599Z | Downloaded fd-lock v4.0.4 |
| 582 | 2026-08-20T07:00:28.602Z | Downloaded ciborium-ll v0.2.2 |
| 583 | 2026-08-20T07:00:28.602Z | Downloaded hubpack v0.1.2 |
| 584 | 2026-08-20T07:00:28.605Z | Downloaded httpdate v1.0.3 |
| 585 | 2026-08-20T07:00:28.605Z | Downloaded num_threads v0.1.7 |
| 586 | 2026-08-20T07:00:28.608Z | Downloaded ghash v0.6.0 |
| 587 | 2026-08-20T07:00:28.611Z | Downloaded hubpack_derive v0.1.1 |
| 588 | 2026-08-20T07:00:28.611Z | Downloaded cfg_aliases v0.2.1 |
| 589 | 2026-08-20T07:00:28.611Z | Downloaded newline-converter v0.3.0 |
| 590 | 2026-08-20T07:00:28.611Z | Downloaded futures-io v0.3.32 |
| 591 | 2026-08-20T07:00:28.614Z | Downloaded openssl-macros v0.1.1 |
| 592 | 2026-08-20T07:00:28.617Z | Downloaded hash32 v0.2.1 |
| 593 | 2026-08-20T07:00:28.617Z | Downloaded path-slash v0.1.5 |
| 594 | 2026-08-20T07:00:28.617Z | Downloaded bitflags v1.3.2 |
| 595 | 2026-08-20T07:00:28.622Z | Downloaded chacha20 v0.9.1 |
| 596 | 2026-08-20T07:00:28.626Z | Downloaded block-buffer v0.12.1 |
| 597 | 2026-08-20T07:00:28.626Z | Downloaded nibble_vec v0.1.0 |
| 598 | 2026-08-20T07:00:28.626Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 599 | 2026-08-20T07:00:28.629Z | Downloaded compression-core v0.4.31 |
| 600 | 2026-08-20T07:00:28.629Z | Downloaded filetime v0.2.27 |
| 601 | 2026-08-20T07:00:28.629Z | Downloaded nodrop v0.1.14 |
| 602 | 2026-08-20T07:00:28.629Z | Downloaded normalize-line-endings v0.3.0 |
| 603 | 2026-08-20T07:00:28.629Z | Downloaded phf_shared v0.11.3 |
| 604 | 2026-08-20T07:00:28.629Z | Downloaded hex-literal v1.1.0 |
| 605 | 2026-08-20T07:00:28.632Z | Downloaded ena v0.14.4 |
| 606 | 2026-08-20T07:00:28.632Z | Downloaded async-trait v0.1.89 |
| 607 | 2026-08-20T07:00:28.632Z | Downloaded blowfish v0.10.0 |
| 608 | 2026-08-20T07:00:28.636Z | Downloaded elliptic-curve v0.14.1 |
| 609 | 2026-08-20T07:00:28.641Z | Downloaded hickory-server v0.25.2 |
| 610 | 2026-08-20T07:00:28.643Z | Downloaded fallible-iterator v0.2.0 |
| 611 | 2026-08-20T07:00:28.644Z | Downloaded rfc6979 v0.6.0 |
| 612 | 2026-08-20T07:00:28.644Z | Downloaded potential_utf v0.1.4 |
| 613 | 2026-08-20T07:00:28.647Z | Downloaded progenitor-macro v0.13.0 |
| 614 | 2026-08-20T07:00:28.647Z | Downloaded progenitor-macro v0.14.0 |
| 615 | 2026-08-20T07:00:28.650Z | Downloaded rfc6979 v0.4.0 |
| 616 | 2026-08-20T07:00:28.650Z | Downloaded seq-macro v0.3.6 |
| 617 | 2026-08-20T07:00:28.653Z | Downloaded ref-cast-impl v1.0.25 |
| 618 | 2026-08-20T07:00:28.653Z | Downloaded rustc_version v0.4.1 |
| 619 | 2026-08-20T07:00:28.657Z | Downloaded byte-wrapper v0.1.0 |
| 620 | 2026-08-20T07:00:28.661Z | Downloaded cipher v0.4.4 |
| 621 | 2026-08-20T07:00:28.661Z | Downloaded cmake v0.1.57 |
| 622 | 2026-08-20T07:00:28.664Z | Downloaded stable_deref_trait v1.2.1 |
| 623 | 2026-08-20T07:00:28.665Z | Downloaded strum v0.26.3 |
| 624 | 2026-08-20T07:00:28.665Z | Downloaded sync-ptr v0.1.4 |
| 625 | 2026-08-20T07:00:28.665Z | Downloaded argon2 v0.5.3 |
| 626 | 2026-08-20T07:00:28.665Z | Downloaded enum_dispatch v0.3.13 |
| 627 | 2026-08-20T07:00:28.665Z | Downloaded erased-serde v0.3.31 |
| 628 | 2026-08-20T07:00:28.668Z | Downloaded group v0.14.0 |
| 629 | 2026-08-20T07:00:28.668Z | Downloaded glob v0.3.3 |
| 630 | 2026-08-20T07:00:28.668Z | Downloaded anstream v0.6.21 |
| 631 | 2026-08-20T07:00:28.671Z | Downloaded async-recursion v1.1.1 |
| 632 | 2026-08-20T07:00:28.671Z | Downloaded http-body-util v0.1.3 |
| 633 | 2026-08-20T07:00:28.674Z | Downloaded num-integer v0.1.46 |
| 634 | 2026-08-20T07:00:28.675Z | Downloaded cmov v0.5.4 |
| 635 | 2026-08-20T07:00:28.675Z | Downloaded cobs v0.3.0 |
| 636 | 2026-08-20T07:00:28.675Z | Downloaded git-stub-vcs v0.1.0 |
| 637 | 2026-08-20T07:00:28.677Z | Downloaded cfg_aliases v0.1.1 |
| 638 | 2026-08-20T07:00:28.677Z | Downloaded paste v1.0.15 |
| 639 | 2026-08-20T07:00:28.681Z | Downloaded pbkdf2 v0.13.0 |
| 640 | 2026-08-20T07:00:28.684Z | Downloaded group v0.13.0 |
| 641 | 2026-08-20T07:00:28.684Z | Downloaded cassowary v0.3.0 |
| 642 | 2026-08-20T07:00:28.684Z | Downloaded bitfield v0.19.4 |
| 643 | 2026-08-20T07:00:28.687Z | Downloaded testing_table v0.3.0 |
| 644 | 2026-08-20T07:00:28.687Z | Downloaded thread-id v5.1.0 |
| 645 | 2026-08-20T07:00:28.690Z | Downloaded rand_core v0.10.0 |
| 646 | 2026-08-20T07:00:28.690Z | Downloaded buf-list v1.1.2 |
| 647 | 2026-08-20T07:00:28.693Z | Downloaded camino-tempfile-ext v0.3.3 |
| 648 | 2026-08-20T07:00:28.693Z | Downloaded cbc v0.2.1 |
| 649 | 2026-08-20T07:00:28.693Z | Downloaded tokio-macros v2.7.0 |
| 650 | 2026-08-20T07:00:28.698Z | Downloaded bs58 v0.5.1 |
| 651 | 2026-08-20T07:00:28.702Z | Downloaded proc-macro-error2 v2.0.1 |
| 652 | 2026-08-20T07:00:28.702Z | Downloaded topological-sort v0.2.2 |
| 653 | 2026-08-20T07:00:28.705Z | Downloaded supports-hyperlinks v3.2.0 |
| 654 | 2026-08-20T07:00:28.706Z | Downloaded supports-unicode v3.0.0 |
| 655 | 2026-08-20T07:00:28.706Z | Downloaded async-bb8-diesel v0.2.1 |
| 656 | 2026-08-20T07:00:28.710Z | Downloaded base64 v0.21.7 |
| 657 | 2026-08-20T07:00:28.711Z | Downloaded compression-codecs v0.4.37 |
| 658 | 2026-08-20T07:00:28.715Z | Downloaded rand_core v0.9.5 |
| 659 | 2026-08-20T07:00:28.715Z | Downloaded rand_core v0.6.4 |
| 660 | 2026-08-20T07:00:28.715Z | Downloaded rustversion v1.0.22 |
| 661 | 2026-08-20T07:00:28.715Z | Downloaded serde_derive_internals v0.29.1 |
| 662 | 2026-08-20T07:00:28.715Z | Downloaded rusty-fork v0.3.1 |
| 663 | 2026-08-20T07:00:28.719Z | Downloaded schemars_derive v0.8.22 |
| 664 | 2026-08-20T07:00:28.719Z | Downloaded serde_with_macros v1.5.2 |
| 665 | 2026-08-20T07:00:28.719Z | Downloaded pin-project-internal v1.1.11 |
| 666 | 2026-08-20T07:00:28.719Z | Downloaded shlex v1.3.0 |
| 667 | 2026-08-20T07:00:28.719Z | Downloaded smf v0.2.3 |
| 668 | 2026-08-20T07:00:28.719Z | Downloaded snafu-derive v0.8.9 |
| 669 | 2026-08-20T07:00:28.719Z | Downloaded parking_lot_core v0.8.6 |
| 670 | 2026-08-20T07:00:28.722Z | Downloaded spki v0.7.3 |
| 671 | 2026-08-20T07:00:28.722Z | Downloaded zeroize_derive v1.5.0 |
| 672 | 2026-08-20T07:00:28.722Z | Downloaded primeorder v0.13.6 |
| 673 | 2026-08-20T07:00:28.722Z | Downloaded pin-project-lite v0.2.17 |
| 674 | 2026-08-20T07:00:28.727Z | Downloaded want v0.3.1 |
| 675 | 2026-08-20T07:00:28.727Z | Downloaded wnaf v0.14.0 |
| 676 | 2026-08-20T07:00:28.727Z | Downloaded convert_case v0.4.0 |
| 677 | 2026-08-20T07:00:28.730Z | Downloaded getrandom v0.2.17 |
| 678 | 2026-08-20T07:00:28.730Z | Downloaded utf-8 v0.7.6 |
| 679 | 2026-08-20T07:00:28.730Z | Downloaded utf8_iter v1.0.4 |
| 680 | 2026-08-20T07:00:28.733Z | Downloaded hmac v0.13.0 |
| 681 | 2026-08-20T07:00:28.736Z | Downloaded httparse v1.10.1 |
| 682 | 2026-08-20T07:00:28.739Z | Downloaded arrayvec v0.7.6 |
| 683 | 2026-08-20T07:00:28.739Z | Downloaded bzip2 v0.4.4 |
| 684 | 2026-08-20T07:00:28.742Z | Downloaded console v0.15.11 |
| 685 | 2026-08-20T07:00:28.742Z | Downloaded cancel-safe-futures v0.1.5 |
| 686 | 2026-08-20T07:00:28.746Z | Downloaded oxide-update-engine v0.1.2 |
| 687 | 2026-08-20T07:00:28.750Z | Downloaded chacha20 v0.10.0 |
| 688 | 2026-08-20T07:00:28.750Z | Downloaded clang-sys v1.8.1 |
| 689 | 2026-08-20T07:00:28.754Z | Downloaded ahash v0.8.12 |
| 690 | 2026-08-20T07:00:28.754Z | Downloaded blake2 v0.11.0-rc.6 |
| 691 | 2026-08-20T07:00:28.754Z | Downloaded hmac v0.12.1 |
| 692 | 2026-08-20T07:00:28.757Z | Downloaded port-file v0.1.0 |
| 693 | 2026-08-20T07:00:28.757Z | Downloaded blake2 v0.10.6 |
| 694 | 2026-08-20T07:00:28.757Z | Downloaded bzip2 v0.6.1 |
| 695 | 2026-08-20T07:00:28.757Z | Downloaded cipher v0.5.2 |
| 696 | 2026-08-20T07:00:28.761Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 697 | 2026-08-20T07:00:28.761Z | Downloaded heapless v0.8.0 |
| 698 | 2026-08-20T07:00:28.764Z | Downloaded signal-hook-tokio v0.3.1 |
| 699 | 2026-08-20T07:00:28.764Z | Downloaded simd-adler32 v0.3.8 |
| 700 | 2026-08-20T07:00:28.764Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 701 | 2026-08-20T07:00:28.764Z | Downloaded zone_cfg_derive v0.3.1 |
| 702 | 2026-08-20T07:00:28.764Z | Downloaded crunchy v0.2.4 |
| 703 | 2026-08-20T07:00:28.767Z | Downloaded tui-tree-widget v0.23.1 |
| 704 | 2026-08-20T07:00:28.767Z | Downloaded difflib v0.4.0 |
| 705 | 2026-08-20T07:00:28.767Z | Downloaded arc-swap v1.8.2 |
| 706 | 2026-08-20T07:00:28.772Z | Downloaded digest-io v0.1.0 |
| 707 | 2026-08-20T07:00:28.772Z | Downloaded const-oid v0.9.6 |
| 708 | 2026-08-20T07:00:28.772Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 709 | 2026-08-20T07:00:28.772Z | Downloaded getrandom v0.4.3 |
| 710 | 2026-08-20T07:00:28.776Z | Downloaded rand_chacha v0.9.0 |
| 711 | 2026-08-20T07:00:28.776Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 712 | 2026-08-20T07:00:28.776Z | Downloaded backtrace v0.3.76 |
| 713 | 2026-08-20T07:00:28.779Z | Downloaded serde_cbor v0.11.2 |
| 714 | 2026-08-20T07:00:28.779Z | Downloaded rustls-pemfile v2.2.0 |
| 715 | 2026-08-20T07:00:28.782Z | Downloaded serde_with_macros v3.21.0 |
| 716 | 2026-08-20T07:00:28.782Z | Downloaded slog-json v2.6.1 |
| 717 | 2026-08-20T07:00:28.782Z | Downloaded strsim v0.10.0 |
| 718 | 2026-08-20T07:00:28.782Z | Downloaded darling_macro v0.20.11 |
| 719 | 2026-08-20T07:00:28.785Z | Downloaded darling_macro v0.21.3 |
| 720 | 2026-08-20T07:00:28.785Z | Downloaded darling_macro v0.23.0 |
| 721 | 2026-08-20T07:00:28.785Z | Downloaded dunce v1.0.5 |
| 722 | 2026-08-20T07:00:28.785Z | Downloaded untrusted v0.7.1 |
| 723 | 2026-08-20T07:00:28.785Z | Downloaded writeable v0.6.2 |
| 724 | 2026-08-20T07:00:28.785Z | Downloaded dtrace-parser v0.3.0 |
| 725 | 2026-08-20T07:00:28.785Z | Downloaded hyper-tls v0.6.0 |
| 726 | 2026-08-20T07:00:28.788Z | Downloaded is_ci v1.2.0 |
| 727 | 2026-08-20T07:00:28.788Z | Downloaded jiff-static v0.2.34 |
| 728 | 2026-08-20T07:00:28.789Z | Downloaded libscf-sys v1.2.0 |
| 729 | 2026-08-20T07:00:28.789Z | Downloaded ciborium v0.2.2 |
| 730 | 2026-08-20T07:00:28.789Z | Downloaded colored v2.2.0 |
| 731 | 2026-08-20T07:00:28.793Z | Downloaded instability v0.3.11 |
| 732 | 2026-08-20T07:00:28.793Z | Downloaded half v1.8.3 |
| 733 | 2026-08-20T07:00:28.800Z | Downloaded half v2.7.1 |
| 734 | 2026-08-20T07:00:28.800Z | Downloaded tiny-keccak v2.0.2 |
| 735 | 2026-08-20T07:00:28.805Z | Downloaded vergen-lib v0.1.6 |
| 736 | 2026-08-20T07:00:28.808Z | Downloaded convert_case v0.10.0 |
| 737 | 2026-08-20T07:00:28.808Z | Downloaded critical-section v1.2.0 |
| 738 | 2026-08-20T07:00:28.814Z | Downloaded new_debug_unreachable v1.0.6 |
| 739 | 2026-08-20T07:00:28.814Z | Downloaded kem v0.3.0 |
| 740 | 2026-08-20T07:00:28.817Z | Downloaded internet-checksum v0.2.1 |
| 741 | 2026-08-20T07:00:28.817Z | Downloaded match_cfg v0.1.0 |
| 742 | 2026-08-20T07:00:28.821Z | Downloaded maybe-uninit v2.0.0 |
| 743 | 2026-08-20T07:00:28.821Z | Downloaded term v1.2.1 |
| 744 | 2026-08-20T07:00:28.821Z | Downloaded num-iter v0.1.45 |
| 745 | 2026-08-20T07:00:28.821Z | Downloaded olpc-cjson v0.1.4 |
| 746 | 2026-08-20T07:00:28.821Z | Downloaded openssl-probe v0.1.6 |
| 747 | 2026-08-20T07:00:28.824Z | Downloaded base64 v0.22.1 |
| 748 | 2026-08-20T07:00:28.824Z | Downloaded prefix-trie v0.7.0 |
| 749 | 2026-08-20T07:00:28.828Z | Downloaded tracing-attributes v0.1.31 |
| 750 | 2026-08-20T07:00:28.828Z | Downloaded deranged v0.5.8 |
| 751 | 2026-08-20T07:00:28.832Z | Downloaded derive-ex v0.1.8 |
| 752 | 2026-08-20T07:00:28.832Z | Downloaded argon2 v0.6.0-rc.8 |
| 753 | 2026-08-20T07:00:28.832Z | Downloaded digest v0.11.3 |
| 754 | 2026-08-20T07:00:28.832Z | Downloaded ed25519 v3.0.0 |
| 755 | 2026-08-20T07:00:28.835Z | Downloaded password-hash v0.6.1 |
| 756 | 2026-08-20T07:00:28.839Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 757 | 2026-08-20T07:00:28.845Z | Downloaded ctr v0.10.1 |
| 758 | 2026-08-20T07:00:28.850Z | Downloaded slog v2.8.2 |
| 759 | 2026-08-20T07:00:28.850Z | Downloaded console v0.16.2 |
| 760 | 2026-08-20T07:00:28.854Z | Downloaded rtoolbox v0.0.3 |
| 761 | 2026-08-20T07:00:28.854Z | Downloaded serde-big-array v0.5.1 |
| 762 | 2026-08-20T07:00:28.858Z | Downloaded signature v2.2.0 |
| 763 | 2026-08-20T07:00:28.858Z | Downloaded predicates-core v1.0.10 |
| 764 | 2026-08-20T07:00:28.858Z | Downloaded heapless v0.7.17 |
| 765 | 2026-08-20T07:00:28.858Z | Downloaded rand_chacha v0.3.1 |
| 766 | 2026-08-20T07:00:28.861Z | Downloaded quick-error v1.2.3 |
| 767 | 2026-08-20T07:00:28.864Z | Downloaded recursive v0.1.1 |
| 768 | 2026-08-20T07:00:28.867Z | Downloaded secrecy v0.10.3 |
| 769 | 2026-08-20T07:00:28.873Z | Downloaded subprocess v0.2.15 |
| 770 | 2026-08-20T07:00:28.874Z | Downloaded lock_api v0.4.14 |
| 771 | 2026-08-20T07:00:28.877Z | Downloaded secrecy v0.8.0 |
| 772 | 2026-08-20T07:00:28.877Z | Downloaded semver v0.1.20 |
| 773 | 2026-08-20T07:00:28.877Z | Downloaded siphasher v1.0.2 |
| 774 | 2026-08-20T07:00:28.877Z | Downloaded scroll_derive v0.13.1 |
| 775 | 2026-08-20T07:00:28.877Z | Downloaded shell-words v1.1.1 |
| 776 | 2026-08-20T07:00:28.877Z | Downloaded futures v0.3.32 |
| 777 | 2026-08-20T07:00:28.881Z | Downloaded num-traits v0.2.19 |
| 778 | 2026-08-20T07:00:28.881Z | Downloaded omicron-zone-package v0.12.3 |
| 779 | 2026-08-20T07:00:28.881Z | Downloaded parking_lot v0.12.5 |
| 780 | 2026-08-20T07:00:28.885Z | Downloaded flate2 v1.1.9 |
| 781 | 2026-08-20T07:00:28.885Z | Downloaded hickory-resolver v0.24.4 |
| 782 | 2026-08-20T07:00:28.889Z | Downloaded pin-project v1.1.11 |
| 783 | 2026-08-20T07:00:28.892Z | Downloaded progenitor-impl v0.14.0 |
| 784 | 2026-08-20T07:00:28.895Z | Downloaded num-rational v0.4.2 |
| 785 | 2026-08-20T07:00:28.895Z | Downloaded tls_codec v0.4.2 |
| 786 | 2026-08-20T07:00:28.895Z | Downloaded supports-color v3.0.2 |
| 787 | 2026-08-20T07:00:28.895Z | Downloaded twox-hash v2.1.2 |
| 788 | 2026-08-20T07:00:28.898Z | Downloaded sync_wrapper v1.0.2 |
| 789 | 2026-08-20T07:00:28.898Z | Downloaded unarray v0.1.4 |
| 790 | 2026-08-20T07:00:28.898Z | Downloaded expectorate v1.2.0 |
| 791 | 2026-08-20T07:00:28.898Z | Downloaded knus-derive v3.4.0 |
| 792 | 2026-08-20T07:00:28.902Z | Downloaded der_derive v0.7.3 |
| 793 | 2026-08-20T07:00:28.902Z | Downloaded owo-colors v4.3.0 |
| 794 | 2026-08-20T07:00:28.902Z | Downloaded oxide-update-engine-display v0.1.2 |
| 795 | 2026-08-20T07:00:28.902Z | Downloaded mime v0.3.17 |
| 796 | 2026-08-20T07:00:28.905Z | Downloaded hybrid-array v0.4.13 |
| 797 | 2026-08-20T07:00:28.905Z | Downloaded mime_guess v2.0.5 |
| 798 | 2026-08-20T07:00:28.905Z | Downloaded oxide-tokio-rt v0.1.4 |
| 799 | 2026-08-20T07:00:28.908Z | Downloaded pem v3.0.6 |
| 800 | 2026-08-20T07:00:28.908Z | Downloaded pkg-config v0.3.32 |
| 801 | 2026-08-20T07:00:28.908Z | Downloaded polyval v0.7.1 |
| 802 | 2026-08-20T07:00:28.908Z | Downloaded try-lock v0.2.5 |
| 803 | 2026-08-20T07:00:28.911Z | Downloaded typify-macro v0.6.2 |
| 804 | 2026-08-20T07:00:28.911Z | Downloaded subtle v2.6.1 |
| 805 | 2026-08-20T07:00:28.912Z | Downloaded strip-ansi-escapes v0.2.1 |
| 806 | 2026-08-20T07:00:28.912Z | Downloaded progenitor v0.14.0 |
| 807 | 2026-08-20T07:00:28.912Z | Downloaded unsafe-libyaml v0.2.11 |
| 808 | 2026-08-20T07:00:28.915Z | Downloaded chumsky v0.9.3 |
| 809 | 2026-08-20T07:00:28.915Z | Downloaded ingot-macros v0.2.0 |
| 810 | 2026-08-20T07:00:28.918Z | Downloaded progenitor v0.13.0 |
| 811 | 2026-08-20T07:00:28.918Z | Downloaded bytes v1.11.1 |
| 812 | 2026-08-20T07:00:28.918Z | Downloaded chacha20poly1305 v0.10.1 |
| 813 | 2026-08-20T07:00:28.921Z | Downloaded crc-catalog v2.4.0 |
| 814 | 2026-08-20T07:00:28.921Z | Downloaded time-core v0.1.8 |
| 815 | 2026-08-20T07:00:28.924Z | Downloaded headers v0.4.1 |
| 816 | 2026-08-20T07:00:28.927Z | Downloaded allocator-api2 v0.2.21 |
| 817 | 2026-08-20T07:00:28.927Z | Downloaded p256 v0.14.0 |
| 818 | 2026-08-20T07:00:28.930Z | Downloaded tower-layer v0.3.3 |
| 819 | 2026-08-20T07:00:28.930Z | Downloaded universal-hash v0.5.1 |
| 820 | 2026-08-20T07:00:28.930Z | Downloaded untrusted v0.9.0 |
| 821 | 2026-08-20T07:00:28.933Z | Downloaded cc v1.2.56 |
| 822 | 2026-08-20T07:00:28.933Z | Downloaded hickory-resolver v0.25.2 |
| 823 | 2026-08-20T07:00:28.936Z | Downloaded universal-hash v0.6.1 |
| 824 | 2026-08-20T07:00:28.936Z | Downloaded crc-any v2.5.0 |
| 825 | 2026-08-20T07:00:28.936Z | Downloaded litrs v1.0.0 |
| 826 | 2026-08-20T07:00:28.939Z | Downloaded defmt-parser v1.0.0 |
| 827 | 2026-08-20T07:00:28.939Z | Downloaded darling v0.20.11 |
| 828 | 2026-08-20T07:00:28.942Z | Downloaded dirs-next v2.0.0 |
| 829 | 2026-08-20T07:00:28.942Z | Downloaded document-features v0.2.12 |
| 830 | 2026-08-20T07:00:28.942Z | Downloaded diesel-dtrace v0.5.0 |
| 831 | 2026-08-20T07:00:28.945Z | Downloaded phf v0.13.1 |
| 832 | 2026-08-20T07:00:28.946Z | Downloaded slog-dtrace v0.3.0 |
| 833 | 2026-08-20T07:00:28.946Z | Downloaded http v1.4.2 |
| 834 | 2026-08-20T07:00:28.948Z | Downloaded primefield v0.14.0 |
| 835 | 2026-08-20T07:00:28.949Z | Downloaded static_assertions v1.1.0 |
| 836 | 2026-08-20T07:00:28.952Z | Downloaded strum_macros v0.24.3 |
| 837 | 2026-08-20T07:00:28.952Z | Downloaded unicode-bidi v0.3.18 |
| 838 | 2026-08-20T07:00:28.952Z | Downloaded sec1 v0.8.1 |
| 839 | 2026-08-20T07:00:28.955Z | Downloaded vergen-git2 v9.1.0 |
| 840 | 2026-08-20T07:00:28.955Z | Downloaded rustls-native-certs v0.8.3 |
| 841 | 2026-08-20T07:00:28.955Z | Downloaded cstr-argument v0.1.2 |
| 842 | 2026-08-20T07:00:28.955Z | Downloaded dsl_auto_type v0.2.0 |
| 843 | 2026-08-20T07:00:28.960Z | Downloaded indent_write v2.2.0 |
| 844 | 2026-08-20T07:00:28.960Z | Downloaded openssl-sys v0.9.117 |
| 845 | 2026-08-20T07:00:28.963Z | Downloaded postgres-types v0.2.12 |
| 846 | 2026-08-20T07:00:28.963Z | Downloaded vsss-rs v3.3.4 |
| 847 | 2026-08-20T07:00:28.963Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 848 | 2026-08-20T07:00:28.966Z | Downloaded vte v0.14.1 |
| 849 | 2026-08-20T07:00:28.969Z | Downloaded zip v0.6.6 |
| 850 | 2026-08-20T07:00:28.972Z | Downloaded slog-term v2.9.2 |
| 851 | 2026-08-20T07:00:28.986Z | Downloaded darling v0.13.4 |
| 852 | 2026-08-20T07:00:28.986Z | Downloaded memoffset v0.9.1 |
| 853 | 2026-08-20T07:00:28.994Z | Downloaded lru-cache v0.1.2 |
| 854 | 2026-08-20T07:00:28.994Z | Downloaded lru-slab v0.1.2 |
| 855 | 2026-08-20T07:00:28.994Z | Downloaded nonempty v0.12.0 |
| 856 | 2026-08-20T07:00:28.994Z | Downloaded ident_case v1.0.1 |
| 857 | 2026-08-20T07:00:28.994Z | Downloaded kstat-rs v0.2.5 |
| 858 | 2026-08-20T07:00:28.994Z | Downloaded support-bundle-viewer v0.1.2 |
| 859 | 2026-08-20T07:00:28.994Z | Downloaded time-macros v0.2.27 |
| 860 | 2026-08-20T07:00:28.995Z | Downloaded crossbeam-deque v0.8.6 |
| 861 | 2026-08-20T07:00:28.999Z | Downloaded ar_archive_writer v0.5.1 |
| 862 | 2026-08-20T07:00:29.003Z | Downloaded compact_str v0.8.1 |
| 863 | 2026-08-20T07:00:29.008Z | Downloaded scuffle v0.1.0 |
| 864 | 2026-08-20T07:00:29.011Z | Downloaded inout v0.2.2 |
| 865 | 2026-08-20T07:00:29.011Z | Downloaded debug-ignore v1.0.5 |
| 866 | 2026-08-20T07:00:29.014Z | Downloaded crossbeam-utils v0.8.21 |
| 867 | 2026-08-20T07:00:29.014Z | Downloaded thread_local v1.1.9 |
| 868 | 2026-08-20T07:00:29.014Z | Downloaded spin v0.9.8 |
| 869 | 2026-08-20T07:00:29.019Z | Downloaded walkdir v2.5.0 |
| 870 | 2026-08-20T07:00:29.019Z | Downloaded xattr v1.6.1 |
| 871 | 2026-08-20T07:00:29.019Z | Downloaded parse-display v0.10.0 |
| 872 | 2026-08-20T07:00:29.019Z | Downloaded proc-macro-crate v1.3.1 |
| 873 | 2026-08-20T07:00:29.023Z | Downloaded humantime v2.3.0 |
| 874 | 2026-08-20T07:00:29.023Z | Downloaded parking_lot_core v0.9.12 |
| 875 | 2026-08-20T07:00:29.029Z | Downloaded zstd v0.13.3 |
| 876 | 2026-08-20T07:00:29.029Z | Downloaded zstd-safe v7.2.4 |
| 877 | 2026-08-20T07:00:29.029Z | Downloaded serde_bytes v0.11.19 |
| 878 | 2026-08-20T07:00:29.029Z | Downloaded serde_spanned v1.1.1 |
| 879 | 2026-08-20T07:00:29.029Z | Downloaded signal-hook-mio v0.2.5 |
| 880 | 2026-08-20T07:00:29.029Z | Downloaded slog-envlogger v2.2.0 |
| 881 | 2026-08-20T07:00:29.034Z | Downloaded rustls-pki-types v1.14.0 |
| 882 | 2026-08-20T07:00:29.035Z | Downloaded tokio-stream v0.1.18 |
| 883 | 2026-08-20T07:00:29.035Z | Downloaded unicode_categories v0.1.1 |
| 884 | 2026-08-20T07:00:29.040Z | Downloaded russh-util v0.52.0 |
| 885 | 2026-08-20T07:00:29.040Z | Downloaded scheduled-thread-pool v0.2.7 |
| 886 | 2026-08-20T07:00:29.040Z | Downloaded yasna v0.5.2 |
| 887 | 2026-08-20T07:00:29.040Z | Downloaded yoke v0.8.1 |
| 888 | 2026-08-20T07:00:29.040Z | Downloaded sha1 v0.10.6 |
| 889 | 2026-08-20T07:00:29.040Z | Downloaded sigpipe v0.1.3 |
| 890 | 2026-08-20T07:00:29.045Z | Downloaded sqlparser_derive v0.5.0 |
| 891 | 2026-08-20T07:00:29.045Z | Downloaded termtree v0.5.1 |
| 892 | 2026-08-20T07:00:29.045Z | Downloaded packed_struct v0.10.1 |
| 893 | 2026-08-20T07:00:29.045Z | Downloaded psl-types v2.0.11 |
| 894 | 2026-08-20T07:00:29.045Z | Downloaded usdt-macro v0.6.0 |
| 895 | 2026-08-20T07:00:29.045Z | Downloaded void v1.0.2 |
| 896 | 2026-08-20T07:00:29.050Z | Downloaded hashbrown v0.12.3 |
| 897 | 2026-08-20T07:00:29.050Z | Downloaded darling v0.21.3 |
| 898 | 2026-08-20T07:00:29.055Z | Downloaded hashbrown v0.13.2 |
| 899 | 2026-08-20T07:00:29.055Z | Downloaded rustls-platform-verifier v0.6.2 |
| 900 | 2026-08-20T07:00:29.059Z | Downloaded zopfli v0.8.3 |
| 901 | 2026-08-20T07:00:29.059Z | Downloaded peg v0.8.5 |
| 902 | 2026-08-20T07:00:29.063Z | Downloaded phf v0.12.1 |
| 903 | 2026-08-20T07:00:29.063Z | Downloaded poly1305 v0.8.0 |
| 904 | 2026-08-20T07:00:29.063Z | Downloaded cpubits v0.1.1 |
| 905 | 2026-08-20T07:00:29.063Z | Downloaded crc8 v0.1.1 |
| 906 | 2026-08-20T07:00:29.068Z | Downloaded psm v0.1.30 |
| 907 | 2026-08-20T07:00:29.068Z | Downloaded schemars v1.2.1 |
| 908 | 2026-08-20T07:00:29.074Z | Downloaded ipnetwork v0.21.1 |
| 909 | 2026-08-20T07:00:29.079Z | Downloaded dirs-sys-next v0.1.2 |
| 910 | 2026-08-20T07:00:29.083Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 911 | 2026-08-20T07:00:29.083Z | Downloaded toml v0.7.8 |
| 912 | 2026-08-20T07:00:29.083Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 913 | 2026-08-20T07:00:29.088Z | Downloaded libefi-sys v0.1.0 |
| 914 | 2026-08-20T07:00:29.088Z | Downloaded crucible-workspace-hack v0.1.0 |
| 915 | 2026-08-20T07:00:29.088Z | Downloaded defmt v0.3.100 |
| 916 | 2026-08-20T07:00:29.092Z | Downloaded iana-time-zone v0.1.65 |
| 917 | 2026-08-20T07:00:29.097Z | Downloaded linear-map v1.2.0 |
| 918 | 2026-08-20T07:00:29.097Z | Downloaded tinystr v0.8.2 |
| 919 | 2026-08-20T07:00:29.101Z | Downloaded rustyline v14.0.0 |
| 920 | 2026-08-20T07:00:29.101Z | Downloaded num_enum v0.5.11 |
| 921 | 2026-08-20T07:00:29.104Z | Downloaded derive_builder_macro v0.20.2 |
| 922 | 2026-08-20T07:00:29.104Z | Downloaded illumos-nvpair v0.3.0 |
| 923 | 2026-08-20T07:00:29.104Z | Downloaded crossbeam-epoch v0.9.18 |
| 924 | 2026-08-20T07:00:29.108Z | Downloaded darling_core v0.20.11 |
| 925 | 2026-08-20T07:00:29.114Z | Downloaded rcgen v0.12.1 |
| 926 | 2026-08-20T07:00:29.114Z | Downloaded unicase v2.9.0 |
| 927 | 2026-08-20T07:00:29.114Z | Downloaded whoami v1.6.1 |
| 928 | 2026-08-20T07:00:29.121Z | Downloaded derive_more v0.99.20 |
| 929 | 2026-08-20T07:00:29.121Z | Downloaded peg-macros v0.8.5 |
| 930 | 2026-08-20T07:00:29.126Z | Downloaded keccak v0.1.6 |
| 931 | 2026-08-20T07:00:29.126Z | Downloaded serdect v0.4.3 |
| 932 | 2026-08-20T07:00:29.126Z | Downloaded whoami v2.1.0 |
| 933 | 2026-08-20T07:00:29.126Z | Downloaded is-terminal v0.4.17 |
| 934 | 2026-08-20T07:00:29.126Z | Downloaded lzss v0.8.2 |
| 935 | 2026-08-20T07:00:29.126Z | Downloaded md5 v0.8.0 |
| 936 | 2026-08-20T07:00:29.126Z | Downloaded daft v0.1.7 |
| 937 | 2026-08-20T07:00:29.126Z | Downloaded zeroize v1.9.0 |
| 938 | 2026-08-20T07:00:29.130Z | Downloaded percent-encoding v2.3.2 |
| 939 | 2026-08-20T07:00:29.130Z | Downloaded ref-cast v1.0.25 |
| 940 | 2026-08-20T07:00:29.130Z | Downloaded socket2 v0.6.3 |
| 941 | 2026-08-20T07:00:29.130Z | Downloaded rand v0.8.6 |
| 942 | 2026-08-20T07:00:29.139Z | Downloaded smallvec v0.6.14 |
| 943 | 2026-08-20T07:00:29.139Z | Downloaded knus v3.4.0 |
| 944 | 2026-08-20T07:00:29.139Z | Downloaded poly1305 v0.9.0 |
| 945 | 2026-08-20T07:00:29.144Z | Downloaded indoc v2.0.7 |
| 946 | 2026-08-20T07:00:29.144Z | Downloaded ssh-cipher v0.3.0 |
| 947 | 2026-08-20T07:00:29.144Z | Downloaded ssh-encoding v0.3.0 |
| 948 | 2026-08-20T07:00:29.144Z | Downloaded stacker v0.1.23 |
| 949 | 2026-08-20T07:00:29.144Z | Downloaded oso-derive v0.27.3 |
| 950 | 2026-08-20T07:00:29.149Z | Downloaded async-compression v0.4.41 |
| 951 | 2026-08-20T07:00:29.157Z | Downloaded module-lattice v0.2.3 |
| 952 | 2026-08-20T07:00:29.161Z | Downloaded constant_time_eq v0.4.2 |
| 953 | 2026-08-20T07:00:29.161Z | Downloaded sponge-cursor v0.1.0 |
| 954 | 2026-08-20T07:00:29.161Z | Downloaded take_mut v0.2.2 |
| 955 | 2026-08-20T07:00:29.161Z | Downloaded tagptr v0.2.0 |
| 956 | 2026-08-20T07:00:29.165Z | Downloaded tabwriter v1.4.1 |
| 957 | 2026-08-20T07:00:29.165Z | Downloaded russh-cryptovec v0.62.0 |
| 958 | 2026-08-20T07:00:29.170Z | Downloaded spki v0.8.0 |
| 959 | 2026-08-20T07:00:29.175Z | Downloaded crypto-bigint v0.5.5 |
| 960 | 2026-08-20T07:00:29.175Z | Downloaded hyper-staticfile v0.10.1 |
| 961 | 2026-08-20T07:00:29.181Z | Downloaded progenitor-extras v0.2.0 |
| 962 | 2026-08-20T07:00:29.181Z | Downloaded same-file v1.0.6 |
| 963 | 2026-08-20T07:00:29.181Z | Downloaded tokio-rustls v0.26.4 |
| 964 | 2026-08-20T07:00:29.188Z | Downloaded hashbrown v0.14.5 |
| 965 | 2026-08-20T07:00:29.191Z | Downloaded phc v0.6.1 |
| 966 | 2026-08-20T07:00:29.191Z | Downloaded derive-where v1.6.0 |
| 967 | 2026-08-20T07:00:29.191Z | Downloaded pem-rfc7468 v1.0.0 |
| 968 | 2026-08-20T07:00:29.196Z | Downloaded unicode-xid v0.2.6 |
| 969 | 2026-08-20T07:00:29.196Z | Downloaded usdt v0.6.0 |
| 970 | 2026-08-20T07:00:29.196Z | Downloaded xshell-macros v0.2.7 |
| 971 | 2026-08-20T07:00:29.201Z | Downloaded progenitor-client v0.13.0 |
| 972 | 2026-08-20T07:00:29.205Z | Downloaded libloading v0.8.9 |
| 973 | 2026-08-20T07:00:29.205Z | Downloaded nanorand v0.7.0 |
| 974 | 2026-08-20T07:00:29.205Z | Downloaded minimal-lexical v0.2.1 |
| 975 | 2026-08-20T07:00:29.209Z | Downloaded postcard v1.1.3 |
| 976 | 2026-08-20T07:00:29.209Z | Downloaded native-tls v0.2.18 |
| 977 | 2026-08-20T07:00:29.212Z | Downloaded num-complex v0.4.6 |
| 978 | 2026-08-20T07:00:29.217Z | Downloaded oxnet v0.1.6 |
| 979 | 2026-08-20T07:00:29.218Z | Downloaded tokio-tungstenite v0.23.1 |
| 980 | 2026-08-20T07:00:29.221Z | Downloaded futures-util v0.3.32 |
| 981 | 2026-08-20T07:00:29.225Z | Downloaded idna_adapter v1.2.1 |
| 982 | 2026-08-20T07:00:29.230Z | Downloaded schemars v0.8.22 |
| 983 | 2026-08-20T07:00:29.234Z | Downloaded libbz2-rs-sys v0.2.2 |
| 984 | 2026-08-20T07:00:29.234Z | Downloaded usdt-impl v0.6.0 |
| 985 | 2026-08-20T07:00:29.234Z | Downloaded serde-hex v0.1.0 |
| 986 | 2026-08-20T07:00:29.234Z | Downloaded serde_path_to_error v0.1.20 |
| 987 | 2026-08-20T07:00:29.239Z | Downloaded slab v0.4.12 |
| 988 | 2026-08-20T07:00:29.239Z | Downloaded slog-stdlog v4.1.1 |
| 989 | 2026-08-20T07:00:29.239Z | Downloaded tokio-dtrace v0.1.1 |
| 990 | 2026-08-20T07:00:29.239Z | Downloaded num-derive v0.4.2 |
| 991 | 2026-08-20T07:00:29.239Z | Downloaded opaque-debug v0.3.1 |
| 992 | 2026-08-20T07:00:29.239Z | Downloaded tinyvec v1.10.0 |
| 993 | 2026-08-20T07:00:29.243Z | Downloaded inout v0.1.4 |
| 994 | 2026-08-20T07:00:29.243Z | Downloaded darling_macro v0.13.4 |
| 995 | 2026-08-20T07:00:29.243Z | Downloaded downcast-rs v2.0.2 |
| 996 | 2026-08-20T07:00:29.243Z | Downloaded lazy_static v1.5.0 |
| 997 | 2026-08-20T07:00:29.248Z | Downloaded aes v0.9.1 |
| 998 | 2026-08-20T07:00:29.252Z | Downloaded oxide-update-engine-types v0.1.2 |
| 999 | 2026-08-20T07:00:29.257Z | Downloaded vergen-gitcl v1.0.8 |
| 1000 | 2026-08-20T07:00:29.257Z | Downloaded hashbrown v0.15.5 |
| 1001 | 2026-08-20T07:00:29.260Z | Downloaded hashbrown v0.16.1 |
| 1002 | 2026-08-20T07:00:29.264Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1003 | 2026-08-20T07:00:29.269Z | Downloaded instant v0.1.13 |
| 1004 | 2026-08-20T07:00:29.269Z | Downloaded strum_macros v0.26.4 |
| 1005 | 2026-08-20T07:00:29.269Z | Downloaded packed_struct_codegen v0.10.1 |
| 1006 | 2026-08-20T07:00:29.269Z | Downloaded predicates-tree v1.0.13 |
| 1007 | 2026-08-20T07:00:29.269Z | Downloaded sapling-renderdag v0.1.0 |
| 1008 | 2026-08-20T07:00:29.276Z | Downloaded serde_urlencoded v0.7.1 |
| 1009 | 2026-08-20T07:00:29.276Z | Downloaded const_format_proc_macros v0.2.34 |
| 1010 | 2026-08-20T07:00:29.276Z | Downloaded qorb v0.4.1 |
| 1011 | 2026-08-20T07:00:29.280Z | Downloaded derive_more v2.1.1 |
| 1012 | 2026-08-20T07:00:29.280Z | Downloaded progenitor-impl v0.13.0 |
| 1013 | 2026-08-20T07:00:29.285Z | Downloaded pkcs5 v0.8.1 |
| 1014 | 2026-08-20T07:00:29.285Z | Downloaded dropshot_endpoint v0.17.1 |
| 1015 | 2026-08-20T07:00:29.289Z | Downloaded drift v0.2.0 |
| 1016 | 2026-08-20T07:00:29.294Z | Downloaded icu_properties v2.1.2 |
| 1017 | 2026-08-20T07:00:29.294Z | Downloaded powerfmt v0.2.0 |
| 1018 | 2026-08-20T07:00:29.294Z | Downloaded tinyvec_macros v0.1.1 |
| 1019 | 2026-08-20T07:00:29.294Z | Downloaded icu_collections v2.1.1 |
| 1020 | 2026-08-20T07:00:29.299Z | Downloaded ed25519 v2.2.3 |
| 1021 | 2026-08-20T07:00:29.299Z | Downloaded rustc-hash v2.1.1 |
| 1022 | 2026-08-20T07:00:29.303Z | Downloaded signature v3.0.0 |
| 1023 | 2026-08-20T07:00:29.303Z | Downloaded jobserver v0.1.34 |
| 1024 | 2026-08-20T07:00:29.303Z | Downloaded num-bigint-dig v0.8.6 |
| 1025 | 2026-08-20T07:00:29.303Z | Downloaded tokio-test v0.4.5 |
| 1026 | 2026-08-20T07:00:29.308Z | Downloaded cpufeatures v0.3.0 |
| 1027 | 2026-08-20T07:00:29.308Z | Downloaded structmeta-derive v0.3.0 |
| 1028 | 2026-08-20T07:00:29.313Z | Downloaded itertools v0.10.5 |
| 1029 | 2026-08-20T07:00:29.313Z | Downloaded typify v0.6.2 |
| 1030 | 2026-08-20T07:00:29.319Z | Downloaded zerofrom v0.1.6 |
| 1031 | 2026-08-20T07:00:29.319Z | Downloaded h2 v0.4.15 |
| 1032 | 2026-08-20T07:00:29.325Z | Downloaded hkdf v0.12.4 |
| 1033 | 2026-08-20T07:00:29.325Z | Downloaded daft-derive v0.1.7 |
| 1034 | 2026-08-20T07:00:29.332Z | Downloaded delegate v0.13.5 |
| 1035 | 2026-08-20T07:00:29.332Z | Downloaded libsw-core v0.3.2 |
| 1036 | 2026-08-20T07:00:29.332Z | Downloaded ml-kem v0.3.2 |
| 1037 | 2026-08-20T07:00:29.332Z | Downloaded vergen v9.1.0 |
| 1038 | 2026-08-20T07:00:29.339Z | Downloaded lalrpop-util v0.19.12 |
| 1039 | 2026-08-20T07:00:29.339Z | Downloaded md-5 v0.10.6 |
| 1040 | 2026-08-20T07:00:29.339Z | Downloaded darling_core v0.21.3 |
| 1041 | 2026-08-20T07:00:29.344Z | Downloaded libsw v3.5.0 |
| 1042 | 2026-08-20T07:00:29.344Z | Downloaded pem-rfc7468 v0.7.0 |
| 1043 | 2026-08-20T07:00:29.349Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1044 | 2026-08-20T07:00:29.349Z | Downloaded zone v0.3.1 |
| 1045 | 2026-08-20T07:00:29.349Z | Downloaded publicsuffix v2.3.0 |
| 1046 | 2026-08-20T07:00:29.354Z | Downloaded parse-size v1.1.0 |
| 1047 | 2026-08-20T07:00:29.354Z | Downloaded slog-scope v4.4.1 |
| 1048 | 2026-08-20T07:00:29.354Z | Downloaded num_enum_derive v0.5.11 |
| 1049 | 2026-08-20T07:00:29.354Z | Downloaded predicates v3.1.4 |
| 1050 | 2026-08-20T07:00:29.357Z | Downloaded sha2 v0.11.0 |
| 1051 | 2026-08-20T07:00:29.357Z | Downloaded indexmap v1.9.3 |
| 1052 | 2026-08-20T07:00:29.360Z | Downloaded hyper-util v0.1.20 |
| 1053 | 2026-08-20T07:00:29.364Z | Downloaded dropshot-api-manager v0.8.0 |
| 1054 | 2026-08-20T07:00:29.367Z | Downloaded socket2 v0.5.10 |
| 1055 | 2026-08-20T07:00:29.367Z | Downloaded multer v3.1.0 |
| 1056 | 2026-08-20T07:00:29.368Z | Downloaded rand_seeder v0.4.0 |
| 1057 | 2026-08-20T07:00:29.368Z | Downloaded rpassword v7.5.4 |
| 1058 | 2026-08-20T07:00:29.372Z | Downloaded phf_shared v0.13.1 |
| 1059 | 2026-08-20T07:00:29.372Z | Downloaded uzers v0.12.2 |
| 1060 | 2026-08-20T07:00:29.372Z | Downloaded rustc_version v0.1.7 |
| 1061 | 2026-08-20T07:00:29.372Z | Downloaded pkcs8 v0.10.2 |
| 1062 | 2026-08-20T07:00:29.376Z | Downloaded rand_pcg v0.10.2 |
| 1063 | 2026-08-20T07:00:29.376Z | Downloaded typed-path v0.9.3 |
| 1064 | 2026-08-20T07:00:29.382Z | Downloaded sqlformat v0.3.5 |
| 1065 | 2026-08-20T07:00:29.385Z | Downloaded slog-bunyan v2.5.0 |
| 1066 | 2026-08-20T07:00:29.385Z | Downloaded crc v3.4.0 |
| 1067 | 2026-08-20T07:00:29.389Z | Downloaded display-error-chain v0.2.2 |
| 1068 | 2026-08-20T07:00:29.392Z | Downloaded ctutils v0.4.2 |
| 1069 | 2026-08-20T07:00:29.392Z | Downloaded either v1.15.0 |
| 1070 | 2026-08-20T07:00:29.392Z | Downloaded p384 v0.13.1 |
| 1071 | 2026-08-20T07:00:29.396Z | Downloaded aho-corasick v1.1.4 |
| 1072 | 2026-08-20T07:00:29.401Z | Downloaded aes-gcm v0.11.0 |
| 1073 | 2026-08-20T07:00:29.406Z | Downloaded multimap v0.10.1 |
| 1074 | 2026-08-20T07:00:29.406Z | Downloaded newtype-uuid v1.3.2 |
| 1075 | 2026-08-20T07:00:29.406Z | Downloaded lru v0.12.5 |
| 1076 | 2026-08-20T07:00:29.412Z | Downloaded diff v0.1.13 |
| 1077 | 2026-08-20T07:00:29.412Z | Downloaded xshell v0.2.7 |
| 1078 | 2026-08-20T07:00:29.423Z | Downloaded precomputed-hash v0.1.1 |
| 1079 | 2026-08-20T07:00:29.427Z | Downloaded steno v0.4.1 |
| 1080 | 2026-08-20T07:00:29.427Z | Downloaded icu_properties_data v2.1.2 |
| 1081 | 2026-08-20T07:00:29.433Z | Downloaded rustc-demangle v0.1.27 |
| 1082 | 2026-08-20T07:00:29.438Z | Downloaded phf_shared v0.12.1 |
| 1083 | 2026-08-20T07:00:29.438Z | Downloaded sha1 v0.11.0 |
| 1084 | 2026-08-20T07:00:29.438Z | Downloaded termios v0.3.3 |
| 1085 | 2026-08-20T07:00:29.438Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1086 | 2026-08-20T07:00:29.443Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1087 | 2026-08-20T07:00:29.447Z | Downloaded tls_codec_derive v0.4.2 |
| 1088 | 2026-08-20T07:00:29.451Z | Downloaded zerocopy-derive v0.8.55 |
| 1089 | 2026-08-20T07:00:29.457Z | Downloaded corncobs v0.1.4 |
| 1090 | 2026-08-20T07:00:29.461Z | Downloaded miniz_oxide v0.8.9 |
| 1091 | 2026-08-20T07:00:29.461Z | Downloaded rand_xorshift v0.4.0 |
| 1092 | 2026-08-20T07:00:29.461Z | Downloaded scopeguard v1.2.0 |
| 1093 | 2026-08-20T07:00:29.461Z | Downloaded hkdf v0.13.0 |
| 1094 | 2026-08-20T07:00:29.461Z | Downloaded zerovec-derive v0.11.2 |
| 1095 | 2026-08-20T07:00:29.466Z | Downloaded tokio-util v0.7.18 |
| 1096 | 2026-08-20T07:00:29.470Z | Downloaded ed25519-dalek v2.2.0 |
| 1097 | 2026-08-20T07:00:29.475Z | Downloaded ecdsa v0.16.9 |
| 1098 | 2026-08-20T07:00:29.475Z | Downloaded term v0.7.0 |
| 1099 | 2026-08-20T07:00:29.475Z | Downloaded num_enum_derive v0.7.6 |
| 1100 | 2026-08-20T07:00:29.475Z | Downloaded stringprep v0.1.5 |
| 1101 | 2026-08-20T07:00:29.480Z | Downloaded synstructure v0.13.2 |
| 1102 | 2026-08-20T07:00:29.480Z | Downloaded wait-timeout v0.2.1 |
| 1103 | 2026-08-20T07:00:29.484Z | Downloaded der v0.7.10 |
| 1104 | 2026-08-20T07:00:29.484Z | Downloaded diesel_derives v2.3.7 |
| 1105 | 2026-08-20T07:00:29.502Z | Downloaded p384 v0.14.0 |
| 1106 | 2026-08-20T07:00:29.502Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1107 | 2026-08-20T07:00:29.502Z | Downloaded usdt-attr-macro v0.6.0 |
| 1108 | 2026-08-20T07:00:29.502Z | Downloaded icu_normalizer_data v2.1.1 |
| 1109 | 2026-08-20T07:00:29.502Z | Downloaded uuid v1.23.4 |
| 1110 | 2026-08-20T07:00:29.506Z | Downloaded slog-async v2.8.0 |
| 1111 | 2026-08-20T07:00:29.506Z | Downloaded tap v1.0.1 |
| 1112 | 2026-08-20T07:00:29.506Z | Downloaded indoc v1.0.9 |
| 1113 | 2026-08-20T07:00:29.506Z | Downloaded dyn-clone v1.0.20 |
| 1114 | 2026-08-20T07:00:29.506Z | Downloaded num-conv v0.2.0 |
| 1115 | 2026-08-20T07:00:29.510Z | Downloaded jiff-core v0.1.0 |
| 1116 | 2026-08-20T07:00:29.514Z | Downloaded vergen-lib v9.1.0 |
| 1117 | 2026-08-20T07:00:29.521Z | Downloaded ignore v0.4.25 |
| 1118 | 2026-08-20T07:00:29.525Z | Downloaded derive_builder_core v0.20.2 |
| 1119 | 2026-08-20T07:00:29.525Z | Downloaded proptest v1.11.0 |
| 1120 | 2026-08-20T07:00:29.532Z | Downloaded schemars v0.9.0 |
| 1121 | 2026-08-20T07:00:29.536Z | Downloaded strum v0.27.2 |
| 1122 | 2026-08-20T07:00:29.541Z | Downloaded aws-lc-rs v1.16.3 |
| 1123 | 2026-08-20T07:00:29.545Z | Downloaded structmeta v0.3.0 |
| 1124 | 2026-08-20T07:00:29.545Z | Downloaded trait-variant v0.1.2 |
| 1125 | 2026-08-20T07:00:29.545Z | Downloaded primeorder v0.14.0 |
| 1126 | 2026-08-20T07:00:29.550Z | Downloaded tracing-core v0.1.36 |
| 1127 | 2026-08-20T07:00:29.550Z | Downloaded zerotrie v0.2.3 |
| 1128 | 2026-08-20T07:00:29.553Z | Downloaded postgres-protocol v0.6.10 |
| 1129 | 2026-08-20T07:00:29.553Z | Downloaded quinn-udp v0.5.14 |
| 1130 | 2026-08-20T07:00:29.553Z | Downloaded managed v0.8.0 |
| 1131 | 2026-08-20T07:00:29.553Z | Downloaded newtype_derive v0.1.6 |
| 1132 | 2026-08-20T07:00:29.556Z | Downloaded radium v0.7.0 |
| 1133 | 2026-08-20T07:00:29.556Z | Downloaded zerofrom-derive v0.1.6 |
| 1134 | 2026-08-20T07:00:29.566Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1135 | 2026-08-20T07:00:29.569Z | Downloaded signal-hook-registry v1.4.8 |
| 1136 | 2026-08-20T07:00:29.569Z | Downloaded unit-prefix v0.5.2 |
| 1137 | 2026-08-20T07:00:29.572Z | Downloaded thiserror-no-std v2.0.2 |
| 1138 | 2026-08-20T07:00:29.572Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1139 | 2026-08-20T07:00:29.572Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1140 | 2026-08-20T07:00:29.575Z | Downloaded dof v0.4.0 |
| 1141 | 2026-08-20T07:00:29.575Z | Downloaded serde_plain v1.0.2 |
| 1142 | 2026-08-20T07:00:29.575Z | Downloaded ingot v0.2.1 |
| 1143 | 2026-08-20T07:00:29.575Z | Downloaded pretty_assertions v1.4.1 |
| 1144 | 2026-08-20T07:00:29.580Z | Downloaded serde_with v3.21.0 |
| 1145 | 2026-08-20T07:00:29.584Z | Downloaded nom v8.0.0 |
| 1146 | 2026-08-20T07:00:29.587Z | Downloaded darling_core v0.13.4 |
| 1147 | 2026-08-20T07:00:29.590Z | Downloaded cookie v0.18.1 |
| 1148 | 2026-08-20T07:00:29.594Z | Downloaded darling v0.23.0 |
| 1149 | 2026-08-20T07:00:29.598Z | Downloaded peg-runtime v0.8.5 |
| 1150 | 2026-08-20T07:00:29.598Z | Downloaded num_enum v0.7.6 |
| 1151 | 2026-08-20T07:00:29.602Z | Downloaded scrypt v0.12.0 |
| 1152 | 2026-08-20T07:00:29.602Z | Downloaded elliptic-curve v0.13.8 |
| 1153 | 2026-08-20T07:00:29.602Z | Downloaded proc-macro-crate v3.4.0 |
| 1154 | 2026-08-20T07:00:29.602Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1155 | 2026-08-20T07:00:29.602Z | Downloaded litemap v0.8.1 |
| 1156 | 2026-08-20T07:00:29.606Z | Downloaded resolv-conf v0.7.6 |
| 1157 | 2026-08-20T07:00:29.610Z | Downloaded sec1 v0.7.3 |
| 1158 | 2026-08-20T07:00:29.611Z | Downloaded samael v0.0.19 |
| 1159 | 2026-08-20T07:00:29.611Z | Downloaded mio v1.2.0 |
| 1160 | 2026-08-20T07:00:29.614Z | Downloaded unicode-truncate v1.1.0 |
| 1161 | 2026-08-20T07:00:29.614Z | Downloaded waitgroup v0.1.2 |
| 1162 | 2026-08-20T07:00:29.614Z | Downloaded miette-derive v7.6.0 |
| 1163 | 2026-08-20T07:00:29.614Z | Downloaded nu-ansi-term v0.50.3 |
| 1164 | 2026-08-20T07:00:29.617Z | Downloaded zerovec v0.11.5 |
| 1165 | 2026-08-20T07:00:29.620Z | Downloaded parking_lot v0.11.2 |
| 1166 | 2026-08-20T07:00:29.623Z | Downloaded derive_more-impl v2.1.1 |
| 1167 | 2026-08-20T07:00:29.626Z | Downloaded data-encoding v2.10.0 |
| 1168 | 2026-08-20T07:00:29.630Z | Downloaded prettyplease v0.2.37 |
| 1169 | 2026-08-20T07:00:29.630Z | Downloaded yoke-derive v0.8.1 |
| 1170 | 2026-08-20T07:00:29.635Z | Downloaded defmt v1.0.1 |
| 1171 | 2026-08-20T07:00:29.638Z | Downloaded maplit v1.0.2 |
| 1172 | 2026-08-20T07:00:29.642Z | Downloaded ecdsa v0.17.0 |
| 1173 | 2026-08-20T07:00:29.646Z | Downloaded cookie_store v0.22.1 |
| 1174 | 2026-08-20T07:00:29.646Z | Downloaded winnow v0.5.40 |
| 1175 | 2026-08-20T07:00:29.650Z | Downloaded winnow v0.6.26 |
| 1176 | 2026-08-20T07:00:29.654Z | Downloaded portable-atomic v1.13.1 |
| 1177 | 2026-08-20T07:00:29.658Z | Downloaded tungstenite v0.23.0 |
| 1178 | 2026-08-20T07:00:29.661Z | Downloaded unicode-properties v0.1.4 |
| 1179 | 2026-08-20T07:00:29.661Z | Downloaded derive_builder v0.20.2 |
| 1180 | 2026-08-20T07:00:29.661Z | Downloaded tough v0.22.0 |
| 1181 | 2026-08-20T07:00:29.665Z | Downloaded num v0.4.3 |
| 1182 | 2026-08-20T07:00:29.671Z | Downloaded tokio-tungstenite v0.21.0 |
| 1183 | 2026-08-20T07:00:29.671Z | Downloaded keccak v0.2.0 |
| 1184 | 2026-08-20T07:00:29.671Z | Downloaded blake3 v1.8.5 |
| 1185 | 2026-08-20T07:00:29.676Z | Downloaded linked-hash-map v0.5.6 |
| 1186 | 2026-08-20T07:00:29.676Z | Downloaded crypto-common v0.2.2 |
| 1187 | 2026-08-20T07:00:29.676Z | Downloaded progenitor-client v0.14.0 |
| 1188 | 2026-08-20T07:00:29.676Z | Downloaded pkcs8 v0.11.0 |
| 1189 | 2026-08-20T07:00:29.680Z | Downloaded tungstenite v0.21.0 |
| 1190 | 2026-08-20T07:00:29.680Z | Downloaded const_format v0.2.35 |
| 1191 | 2026-08-20T07:00:29.680Z | Downloaded pkcs1 v0.7.5 |
| 1192 | 2026-08-20T07:00:29.680Z | Downloaded scroll v0.13.0 |
| 1193 | 2026-08-20T07:00:29.683Z | Downloaded string_cache v0.8.9 |
| 1194 | 2026-08-20T07:00:29.683Z | Downloaded strum_macros v0.27.2 |
| 1195 | 2026-08-20T07:00:29.683Z | Downloaded ingot-types v0.2.0 |
| 1196 | 2026-08-20T07:00:29.683Z | Downloaded serde_repr v0.1.20 |
| 1197 | 2026-08-20T07:00:29.687Z | Downloaded tower-service v0.3.3 |
| 1198 | 2026-08-20T07:00:29.688Z | Downloaded openssl-probe v0.2.1 |
| 1199 | 2026-08-20T07:00:29.688Z | Downloaded rand v0.9.2 |
| 1200 | 2026-08-20T07:00:29.692Z | Downloaded tokio-native-tls v0.3.1 |
| 1201 | 2026-08-20T07:00:29.692Z | Downloaded regex v1.12.3 |
| 1202 | 2026-08-20T07:00:29.692Z | Downloaded ron v0.8.1 |
| 1203 | 2026-08-20T07:00:29.695Z | Downloaded csv-core v0.1.13 |
| 1204 | 2026-08-20T07:00:29.695Z | Downloaded ed25519-dalek v3.0.0 |
| 1205 | 2026-08-20T07:00:29.698Z | Downloaded ppv-lite86 v0.2.21 |
| 1206 | 2026-08-20T07:00:29.698Z | Downloaded rustls-webpki v0.103.13 |
| 1207 | 2026-08-20T07:00:29.698Z | Downloaded snafu v0.8.9 |
| 1208 | 2026-08-20T07:00:29.701Z | Downloaded wyz v0.5.1 |
| 1209 | 2026-08-20T07:00:29.705Z | Downloaded libxml v0.3.3 |
| 1210 | 2026-08-20T07:00:29.708Z | Downloaded smallvec v1.15.1 |
| 1211 | 2026-08-20T07:00:29.708Z | Downloaded nom v7.1.3 |
| 1212 | 2026-08-20T07:00:29.711Z | Downloaded reqwest v0.12.28 |
| 1213 | 2026-08-20T07:00:29.715Z | Downloaded toml_edit v0.19.15 |
| 1214 | 2026-08-20T07:00:29.721Z | Downloaded url v2.5.8 |
| 1215 | 2026-08-20T07:00:29.727Z | Downloaded hyper-rustls v0.27.7 |
| 1216 | 2026-08-20T07:00:29.727Z | Downloaded password-hash v0.5.0 |
| 1217 | 2026-08-20T07:00:29.730Z | Downloaded salsa20 v0.11.0 |
| 1218 | 2026-08-20T07:00:29.730Z | Downloaded defmt-macros v1.0.1 |
| 1219 | 2026-08-20T07:00:29.730Z | Downloaded winnow v1.0.3 |
| 1220 | 2026-08-20T07:00:29.733Z | Downloaded git2 v0.20.4 |
| 1221 | 2026-08-20T07:00:29.736Z | Downloaded papergrid v0.18.0 |
| 1222 | 2026-08-20T07:00:29.741Z | Downloaded icu_locale_core v2.1.1 |
| 1223 | 2026-08-20T07:00:29.745Z | Downloaded num-bigint v0.4.6 |
| 1224 | 2026-08-20T07:00:29.748Z | Downloaded r2d2 v0.8.10 |
| 1225 | 2026-08-20T07:00:29.748Z | Downloaded yansi v1.0.1 |
| 1226 | 2026-08-20T07:00:29.748Z | Downloaded signal-hook v0.3.18 |
| 1227 | 2026-08-20T07:00:29.751Z | Downloaded icu_normalizer v2.1.1 |
| 1228 | 2026-08-20T07:00:29.751Z | Downloaded crossterm v0.28.1 |
| 1229 | 2026-08-20T07:00:29.754Z | Downloaded rayon v1.11.0 |
| 1230 | 2026-08-20T07:00:29.758Z | Downloaded rsa v0.10.0-rc.18 |
| 1231 | 2026-08-20T07:00:29.762Z | Downloaded reedline v0.40.0 |
| 1232 | 2026-08-20T07:00:29.765Z | Downloaded oso v0.27.3 |
| 1233 | 2026-08-20T07:00:29.768Z | Downloaded parse-display-derive v0.10.0 |
| 1234 | 2026-08-20T07:00:29.768Z | Downloaded darling_core v0.23.0 |
| 1235 | 2026-08-20T07:00:29.772Z | Downloaded tower-http v0.6.8 |
| 1236 | 2026-08-20T07:00:29.776Z | Downloaded memmap2 v0.9.10 |
| 1237 | 2026-08-20T07:00:29.776Z | Downloaded miette v7.6.0 |
| 1238 | 2026-08-20T07:00:29.780Z | Downloaded unicode-segmentation v1.12.0 |
| 1239 | 2026-08-20T07:00:29.780Z | Downloaded displaydoc v0.2.5 |
| 1240 | 2026-08-20T07:00:29.786Z | Downloaded des v0.9.0 |
| 1241 | 2026-08-20T07:00:29.786Z | Downloaded crc32fast v1.5.0 |
| 1242 | 2026-08-20T07:00:29.786Z | Downloaded goblin v0.10.5 |
| 1243 | 2026-08-20T07:00:29.792Z | Downloaded rawzip v0.4.4 |
| 1244 | 2026-08-20T07:00:29.792Z | Downloaded itertools v0.13.0 |
| 1245 | 2026-08-20T07:00:29.796Z | Downloaded salty v0.3.0 |
| 1246 | 2026-08-20T07:00:29.799Z | Downloaded icu_provider v2.1.1 |
| 1247 | 2026-08-20T07:00:29.799Z | Downloaded zerocopy v0.6.6 |
| 1248 | 2026-08-20T07:00:29.804Z | Downloaded bitvec v1.0.1 |
| 1249 | 2026-08-20T07:00:29.812Z | Downloaded gimli v0.32.3 |
| 1250 | 2026-08-20T07:00:29.816Z | Downloaded quinn v0.11.11 |
| 1251 | 2026-08-20T07:00:29.816Z | Downloaded ipnet v2.12.0 |
| 1252 | 2026-08-20T07:00:29.819Z | Downloaded ryu v1.0.23 |
| 1253 | 2026-08-20T07:00:29.822Z | Downloaded idna v1.1.0 |
| 1254 | 2026-08-20T07:00:29.825Z | Downloaded unicode-normalization v0.1.25 |
| 1255 | 2026-08-20T07:00:29.825Z | Downloaded petname v2.0.2 |
| 1256 | 2026-08-20T07:00:29.828Z | Downloaded zip v4.6.1 |
| 1257 | 2026-08-20T07:00:29.831Z | Downloaded similar v2.7.0 |
| 1258 | 2026-08-20T07:00:29.834Z | Downloaded chrono v0.4.45 |
| 1259 | 2026-08-20T07:00:29.837Z | Downloaded tar v0.4.46 |
| 1260 | 2026-08-20T07:00:29.842Z | Downloaded indicatif v0.18.4 |
| 1261 | 2026-08-20T07:00:29.846Z | Downloaded rsa v0.9.10 |
| 1262 | 2026-08-20T07:00:29.850Z | Downloaded bindgen v0.71.1 |
| 1263 | 2026-08-20T07:00:29.855Z | Downloaded tower v0.5.3 |
| 1264 | 2026-08-20T07:00:29.858Z | Downloaded p521 v0.14.0 |
| 1265 | 2026-08-20T07:00:29.858Z | Downloaded test-strategy v0.4.5 |
| 1266 | 2026-08-20T07:00:29.861Z | Downloaded russh v0.62.4 |
| 1267 | 2026-08-20T07:00:29.866Z | Downloaded der v0.8.0 |
| 1268 | 2026-08-20T07:00:29.870Z | Downloaded hyper v1.10.1 |
| 1269 | 2026-08-20T07:00:29.874Z | Downloaded iri-string v0.7.10 |
| 1270 | 2026-08-20T07:00:29.877Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1271 | 2026-08-20T07:00:29.880Z | Downloaded itertools v0.12.1 |
| 1272 | 2026-08-20T07:00:29.884Z | Downloaded crossbeam-channel v0.5.15 |
| 1273 | 2026-08-20T07:00:29.887Z | Downloaded rayon-core v1.13.0 |
| 1274 | 2026-08-20T07:00:29.890Z | Downloaded tokio-postgres v0.7.16 |
| 1275 | 2026-08-20T07:00:29.896Z | Downloaded x509-cert v0.2.5 |
| 1276 | 2026-08-20T07:00:29.902Z | Downloaded rand v0.10.1 |
| 1277 | 2026-08-20T07:00:29.915Z | Downloaded nix v0.27.1 |
| 1278 | 2026-08-20T07:00:29.928Z | Downloaded itertools v0.14.0 |
| 1279 | 2026-08-20T07:00:29.939Z | Downloaded nix v0.28.0 |
| 1280 | 2026-08-20T07:00:29.947Z | Downloaded time v0.3.47 |
| 1281 | 2026-08-20T07:00:29.956Z | Downloaded regress v0.10.5 |
| 1282 | 2026-08-20T07:00:29.962Z | Downloaded serde_with v1.14.0 |
| 1283 | 2026-08-20T07:00:29.966Z | Downloaded smoltcp v0.11.0 |
| 1284 | 2026-08-20T07:00:29.974Z | Downloaded quick-xml v0.37.5 |
| 1285 | 2026-08-20T07:00:29.977Z | Downloaded regex-syntax v0.8.10 |
| 1286 | 2026-08-20T07:00:29.984Z | Downloaded quinn-proto v0.11.16 |
| 1287 | 2026-08-20T07:00:30.001Z | Downloaded iddqd v0.4.2 |
| 1288 | 2026-08-20T07:00:30.006Z | Downloaded sha3 v0.12.0 |
| 1289 | 2026-08-20T07:00:30.009Z | Downloaded itertools v0.15.0 |
| 1290 | 2026-08-20T07:00:30.012Z | Downloaded reqwest v0.13.2 |
| 1291 | 2026-08-20T07:00:30.015Z | Downloaded hickory-proto v0.25.2 |
| 1292 | 2026-08-20T07:00:30.025Z | Downloaded nix v0.31.2 |
| 1293 | 2026-08-20T07:00:30.031Z | Downloaded zlib-rs v0.6.2 |
| 1294 | 2026-08-20T07:00:30.035Z | Downloaded moka v0.12.13 |
| 1295 | 2026-08-20T07:00:30.038Z | Downloaded crossterm v0.29.0 |
| 1296 | 2026-08-20T07:00:30.042Z | Downloaded object v0.37.3 |
| 1297 | 2026-08-20T07:00:30.050Z | Downloaded hickory-proto v0.24.4 |
| 1298 | 2026-08-20T07:00:30.058Z | Downloaded object v0.30.4 |
| 1299 | 2026-08-20T07:00:30.068Z | Downloaded openssl v0.10.80 |
| 1300 | 2026-08-20T07:00:30.075Z | Downloaded radix_trie v0.2.1 |
| 1301 | 2026-08-20T07:00:30.078Z | Downloaded openapiv3 v2.2.0 |
| 1302 | 2026-08-20T07:00:30.085Z | Downloaded libm v0.2.16 |
| 1303 | 2026-08-20T07:00:30.092Z | Downloaded sled v0.34.7 |
| 1304 | 2026-08-20T07:00:30.100Z | Downloaded bstr v1.12.1 |
| 1305 | 2026-08-20T07:00:30.105Z | Downloaded tabled v0.21.0 |
| 1306 | 2026-08-20T07:00:30.115Z | Downloaded zerocopy v0.8.55 |
| 1307 | 2026-08-20T07:00:30.126Z | Downloaded curve25519-dalek v4.1.3 |
| 1308 | 2026-08-20T07:00:30.132Z | Downloaded crypto-primes v0.7.2 |
| 1309 | 2026-08-20T07:00:30.135Z | Downloaded curve25519-dalek v5.0.0 |
| 1310 | 2026-08-20T07:00:30.140Z | Downloaded crypto-bigint v0.7.5 |
| 1311 | 2026-08-20T07:00:30.149Z | Downloaded tracing v0.1.44 |
| 1312 | 2026-08-20T07:00:30.163Z | Downloaded lalrpop v0.19.12 |
| 1313 | 2026-08-20T07:00:30.169Z | Downloaded vcpkg v0.2.15 |
| 1314 | 2026-08-20T07:00:30.190Z | Downloaded ratatui v0.29.0 |
| 1315 | 2026-08-20T07:00:30.201Z | Downloaded polar-core v0.27.3 |
| 1316 | 2026-08-20T07:00:30.206Z | Downloaded dropshot v0.17.1 |
| 1317 | 2026-08-20T07:00:30.218Z | Downloaded regress v0.11.1 |
| 1318 | 2026-08-20T07:00:30.223Z | Downloaded sha3 v0.11.0 |
| 1319 | 2026-08-20T07:00:30.226Z | Downloaded sqlparser v0.61.0 |
| 1320 | 2026-08-20T07:00:30.230Z | Downloaded regex-syntax v0.6.29 |
| 1321 | 2026-08-20T07:00:30.234Z | Downloaded rustix v0.38.44 |
| 1322 | 2026-08-20T07:00:30.248Z | Downloaded smoltcp v0.9.1 |
| 1323 | 2026-08-20T07:00:30.254Z | Downloaded regex-automata v0.4.14 |
| 1324 | 2026-08-20T07:00:30.264Z | Downloaded rustls v0.23.41 |
| 1325 | 2026-08-20T07:00:30.276Z | Downloaded typify-impl v0.6.2 |
| 1326 | 2026-08-20T07:00:30.289Z | Downloaded jiff v0.2.34 |
| 1327 | 2026-08-20T07:00:30.310Z | Downloaded diesel v2.3.7 |
| 1328 | 2026-08-20T07:00:30.325Z | Downloaded zerocopy-derive v0.6.6 |
| 1329 | 2026-08-20T07:00:30.336Z | Downloaded petgraph v0.8.3 |
| 1330 | 2026-08-20T07:00:30.346Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1331 | 2026-08-20T07:00:30.353Z | Downloaded sha3 v0.10.8 |
| 1332 | 2026-08-20T07:00:30.357Z | Downloaded tokio v1.52.1 |
| 1333 | 2026-08-20T07:00:30.380Z | Downloaded csv v1.4.0 |
| 1334 | 2026-08-20T07:00:30.392Z | Downloaded petgraph v0.6.5 |
| 1335 | 2026-08-20T07:00:30.404Z | Downloaded chrono-tz v0.10.4 |
| 1336 | 2026-08-20T07:00:30.416Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1337 | 2026-08-20T07:00:30.426Z | Downloaded libz-sys v1.1.24 |
| 1338 | 2026-08-20T07:00:30.438Z | Downloaded encoding_rs v0.8.35 |
| 1339 | 2026-08-20T07:00:30.452Z | Downloaded ring v0.17.14 |
| 1340 | 2026-08-20T07:00:30.475Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1341 | 2026-08-20T07:00:31.036Z | Downloaded aws-lc-sys v0.40.0 |
| 1342 | 2026-08-20T07:00:31.295Z | Compiling serde_core v1.0.229 |
| 1343 | 2026-08-20T07:00:31.295Z | Compiling libc v0.2.185 |
| 1344 | 2026-08-20T07:00:31.295Z | Compiling serde v1.0.229 |
| 1345 | 2026-08-20T07:00:31.295Z | Compiling log v0.4.33 |
| 1346 | 2026-08-20T07:00:31.295Z | Compiling smallvec v1.15.1 |
| 1347 | 2026-08-20T07:00:31.299Z | Compiling shlex v1.3.0 |
| 1348 | 2026-08-20T07:00:31.299Z | Compiling find-msvc-tools v0.1.9 |
| 1349 | 2026-08-20T07:00:31.299Z | Compiling syn v2.0.117 |
| 1350 | 2026-08-20T07:00:31.632Z | Compiling subtle v2.6.1 |
| 1351 | 2026-08-20T07:00:31.647Z | Compiling scopeguard v1.2.0 |
| 1352 | 2026-08-20T07:00:31.657Z | Compiling typenum v1.20.1 |
| 1353 | 2026-08-20T07:00:31.728Z | Compiling lock_api v0.4.14 |
| 1354 | 2026-08-20T07:00:31.742Z | Compiling stable_deref_trait v1.2.1 |
| 1355 | 2026-08-20T07:00:31.756Z | Compiling zerocopy v0.8.55 |
| 1356 | 2026-08-20T07:00:31.793Z | Compiling portable-atomic v1.13.1 |
| 1357 | 2026-08-20T07:00:31.810Z | Compiling serde_json v1.0.151 |
| 1358 | 2026-08-20T07:00:31.954Z | Compiling critical-section v1.2.0 |
| 1359 | 2026-08-20T07:00:32.012Z | Compiling libm v0.2.16 |
| 1360 | 2026-08-20T07:00:32.059Z | Compiling num-traits v0.2.19 |
| 1361 | 2026-08-20T07:00:32.177Z | Compiling pkg-config v0.3.32 |
| 1362 | 2026-08-20T07:00:32.238Z | Compiling errno v0.3.14 |
| 1363 | 2026-08-20T07:00:32.272Z | Compiling jobserver v0.1.34 |
| 1364 | 2026-08-20T07:00:32.297Z | Compiling getrandom v0.2.17 |
| 1365 | 2026-08-20T07:00:32.439Z | Compiling rand_core v0.6.4 |
| 1366 | 2026-08-20T07:00:32.530Z | Compiling cc v1.2.56 |
| 1367 | 2026-08-20T07:00:32.699Z | Compiling once_cell v1.21.3 |
| 1368 | 2026-08-20T07:00:32.713Z | Compiling generic-array v0.14.7 |
| 1369 | 2026-08-20T07:00:32.781Z | Compiling pin-project-lite v0.2.17 |
| 1370 | 2026-08-20T07:00:32.795Z | Compiling parking_lot_core v0.9.12 |
| 1371 | 2026-08-20T07:00:32.879Z | Compiling const-oid v0.9.6 |
| 1372 | 2026-08-20T07:00:32.907Z | Compiling getrandom v0.3.4 |
| 1373 | 2026-08-20T07:00:32.940Z | Compiling signal-hook-registry v1.4.8 |
| 1374 | 2026-08-20T07:00:33.332Z | Compiling percent-encoding v2.3.2 |
| 1375 | 2026-08-20T07:00:33.556Z | Compiling bitflags v2.11.0 |
| 1376 | 2026-08-20T07:00:33.656Z | Compiling litemap v0.8.1 |
| 1377 | 2026-08-20T07:00:33.690Z | Compiling futures-core v0.3.32 |
| 1378 | 2026-08-20T07:00:33.827Z | Compiling writeable v0.6.2 |
| 1379 | 2026-08-20T07:00:33.842Z | Compiling semver v1.0.28 |
| 1380 | 2026-08-20T07:00:33.968Z | Compiling bytes v1.11.1 |
| 1381 | 2026-08-20T07:00:34.018Z | Compiling parking_lot v0.12.5 |
| 1382 | 2026-08-20T07:00:34.042Z | Compiling mio v1.2.0 |
| 1383 | 2026-08-20T07:00:34.057Z | Compiling icu_normalizer_data v2.1.1 |
| 1384 | 2026-08-20T07:00:34.158Z | Compiling icu_properties_data v2.1.2 |
| 1385 | 2026-08-20T07:00:34.172Z | Compiling socket2 v0.6.3 |
| 1386 | 2026-08-20T07:00:34.336Z | Compiling synstructure v0.13.2 |
| 1387 | 2026-08-20T07:00:34.389Z | Compiling rustix v1.1.4 |
| 1388 | 2026-08-20T07:00:34.501Z | Compiling getrandom v0.4.3 |
| 1389 | 2026-08-20T07:00:34.517Z | Compiling rand_core v0.10.0 |
| 1390 | 2026-08-20T07:00:34.580Z | Compiling futures-sink v0.3.32 |
| 1391 | 2026-08-20T07:00:34.595Z | Compiling indexmap v2.14.0 |
| 1392 | 2026-08-20T07:00:34.683Z | Compiling futures-channel v0.3.32 |
| 1393 | 2026-08-20T07:00:34.698Z | Compiling utf8_iter v1.0.4 |
| 1394 | 2026-08-20T07:00:34.758Z | Compiling futures-task v0.3.32 |
| 1395 | 2026-08-20T07:00:34.842Z | Compiling slab v0.4.12 |
| 1396 | 2026-08-20T07:00:34.907Z | Compiling futures-io v0.3.32 |
| 1397 | 2026-08-20T07:00:34.927Z | Compiling form_urlencoded v1.2.2 |
| 1398 | 2026-08-20T07:00:34.930Z | Compiling rustversion v1.0.22 |
| 1399 | 2026-08-20T07:00:35.021Z | Compiling iana-time-zone v0.1.65 |
| 1400 | 2026-08-20T07:00:35.059Z | Compiling base64ct v1.8.3 |
| 1401 | 2026-08-20T07:00:35.094Z | Compiling cmake v0.1.57 |
| 1402 | 2026-08-20T07:00:35.106Z | Compiling regex-syntax v0.8.10 |
| 1403 | 2026-08-20T07:00:35.218Z | Compiling chrono v0.4.45 |
| 1404 | 2026-08-20T07:00:35.262Z | Compiling ident_case v1.0.1 |
| 1405 | 2026-08-20T07:00:35.347Z | Compiling pem-rfc7468 v0.7.0 |
| 1406 | 2026-08-20T07:00:35.386Z | Compiling dunce v1.0.5 |
| 1407 | 2026-08-20T07:00:35.491Z | Compiling fs_extra v1.3.0 |
| 1408 | 2026-08-20T07:00:35.505Z | Compiling flagset v0.4.7 |
| 1409 | 2026-08-20T07:00:35.637Z | Compiling uuid v1.23.4 |
| 1410 | 2026-08-20T07:00:35.660Z | Compiling rand_core v0.9.5 |
| 1411 | 2026-08-20T07:00:35.764Z | Compiling aws-lc-sys v0.40.0 |
| 1412 | 2026-08-20T07:00:35.943Z | Compiling base64 v0.22.1 |
| 1413 | 2026-08-20T07:00:35.943Z | Compiling http v1.4.2 |
| 1414 | 2026-08-20T07:00:36.058Z | Compiling zeroize_derive v1.5.0 |
| 1415 | 2026-08-20T07:00:36.114Z | Compiling zerocopy-derive v0.8.55 |
| 1416 | 2026-08-20T07:00:36.267Z | Compiling zerofrom-derive v0.1.6 |
| 1417 | 2026-08-20T07:00:36.357Z | Compiling yoke-derive v0.8.1 |
| 1418 | 2026-08-20T07:00:36.643Z | Compiling zerovec-derive v0.11.2 |
| 1419 | 2026-08-20T07:00:36.728Z | Compiling zeroize v1.9.0 |
| 1420 | 2026-08-20T07:00:36.900Z | Compiling displaydoc v0.2.5 |
| 1421 | 2026-08-20T07:00:37.444Z | Compiling tokio-macros v2.7.0 |
| 1422 | 2026-08-20T07:00:37.537Z | Compiling crypto-common v0.1.7 |
| 1423 | 2026-08-20T07:00:37.551Z | Compiling block-buffer v0.10.4 |
| 1424 | 2026-08-20T07:00:37.658Z | Compiling futures-macro v0.3.32 |
| 1425 | 2026-08-20T07:00:37.693Z | Compiling zerofrom v0.1.6 |
| 1426 | 2026-08-20T07:00:37.693Z | Compiling digest v0.10.7 |
| 1427 | 2026-08-20T07:00:37.734Z | Compiling der_derive v0.7.3 |
| 1428 | 2026-08-20T07:00:37.786Z | Compiling thiserror-impl v2.0.18 |
| 1429 | 2026-08-20T07:00:37.832Z | Compiling yoke v0.8.1 |
| 1430 | 2026-08-20T07:00:37.986Z | Compiling syn v1.0.109 |
| 1431 | 2026-08-20T07:00:38.117Z | Compiling zerovec v0.11.5 |
| 1432 | 2026-08-20T07:00:38.229Z | Compiling zerotrie v0.2.3 |
| 1433 | 2026-08-20T07:00:38.304Z | Compiling tokio v1.52.1 |
| 1434 | 2026-08-20T07:00:38.572Z | Compiling futures-util v0.3.32 |
| 1435 | 2026-08-20T07:00:38.593Z | Compiling tinystr v0.8.2 |
| 1436 | 2026-08-20T07:00:38.655Z | Compiling potential_utf v0.1.4 |
| 1437 | 2026-08-20T07:00:38.800Z | Compiling icu_locale_core v2.1.1 |
| 1438 | 2026-08-20T07:00:38.820Z | Compiling icu_collections v2.1.1 |
| 1439 | 2026-08-20T07:00:38.846Z | Compiling der v0.7.10 |
| 1440 | 2026-08-20T07:00:39.199Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-08-20T07:00:39.291Z | Compiling vcpkg v0.2.15 |
| 1442 | 2026-08-20T07:00:39.359Z | Compiling tracing-attributes v0.1.31 |
| 1443 | 2026-08-20T07:00:39.681Z | Compiling icu_provider v2.1.1 |
| 1444 | 2026-08-20T07:00:39.979Z | Compiling icu_properties v2.1.2 |
| 1445 | 2026-08-20T07:00:40.009Z | Compiling icu_normalizer v2.1.1 |
| 1446 | 2026-08-20T07:00:40.040Z | Compiling spki v0.7.3 |
| 1447 | 2026-08-20T07:00:40.242Z | Compiling openssl-sys v0.9.117 |
| 1448 | 2026-08-20T07:00:40.532Z | Compiling serde_derive_internals v0.29.1 |
| 1449 | 2026-08-20T07:00:40.664Z | Compiling ppv-lite86 v0.2.21 |
| 1450 | 2026-08-20T07:00:40.744Z | Compiling rustc_version v0.4.1 |
| 1451 | 2026-08-20T07:00:40.847Z | Compiling idna_adapter v1.2.1 |
| 1452 | 2026-08-20T07:00:40.862Z | Compiling tracing-core v0.1.36 |
| 1453 | 2026-08-20T07:00:40.985Z | Compiling idna v1.1.0 |
| 1454 | 2026-08-20T07:00:40.985Z | Compiling rand_chacha v0.9.0 |
| 1455 | 2026-08-20T07:00:41.056Z | Compiling cpufeatures v0.2.17 |
| 1456 | 2026-08-20T07:00:41.059Z | Compiling schemars v0.8.22 |
| 1457 | 2026-08-20T07:00:41.134Z | Compiling dyn-clone v1.0.20 |
| 1458 | 2026-08-20T07:00:41.267Z | Compiling url v2.5.8 |
| 1459 | 2026-08-20T07:00:41.271Z | Compiling simd-adler32 v0.3.8 |
| 1460 | 2026-08-20T07:00:41.401Z | Compiling aws-lc-rs v1.16.3 |
| 1461 | 2026-08-20T07:00:41.414Z | Compiling schemars_derive v0.8.22 |
| 1462 | 2026-08-20T07:00:41.545Z | Compiling tracing v0.1.44 |
| 1463 | 2026-08-20T07:00:41.636Z | Compiling rand v0.9.2 |
| 1464 | 2026-08-20T07:00:41.690Z | Compiling pkcs8 v0.10.2 |
| 1465 | 2026-08-20T07:00:41.826Z | Compiling rustls-pki-types v1.14.0 |
| 1466 | 2026-08-20T07:00:41.943Z | Compiling http-body v1.0.1 |
| 1467 | 2026-08-20T07:00:42.045Z | Compiling spin v0.9.8 |
| 1468 | 2026-08-20T07:00:42.094Z | Compiling cmov v0.5.4 |
| 1469 | 2026-08-20T07:00:42.248Z | Compiling tokio-util v0.7.18 |
| 1470 | 2026-08-20T07:00:42.264Z | Compiling openssl-probe v0.2.1 |
| 1471 | 2026-08-20T07:00:42.297Z | Compiling crc32fast v1.5.0 |
| 1472 | 2026-08-20T07:00:42.373Z | Compiling tinyvec_macros v0.1.1 |
| 1473 | 2026-08-20T07:00:42.432Z | Compiling httparse v1.10.1 |
| 1474 | 2026-08-20T07:00:42.446Z | Compiling adler2 v2.0.1 |
| 1475 | 2026-08-20T07:00:42.574Z | Compiling miniz_oxide v0.8.9 |
| 1476 | 2026-08-20T07:00:42.599Z | Compiling tempfile v3.27.0 |
| 1477 | 2026-08-20T07:00:42.804Z | Compiling tinyvec v1.10.0 |
| 1478 | 2026-08-20T07:00:42.957Z | Compiling ctutils v0.4.2 |
| 1479 | 2026-08-20T07:00:43.136Z | Compiling pest_generator v2.8.6 |
| 1480 | 2026-08-20T07:00:43.151Z | Compiling sha2 v0.10.9 |
| 1481 | 2026-08-20T07:00:43.185Z | Compiling terminal_size v0.4.3 |
| 1482 | 2026-08-20T07:00:43.239Z | Compiling aho-corasick v1.1.4 |
| 1483 | 2026-08-20T07:00:43.317Z | Compiling atomic-waker v1.1.2 |
| 1484 | 2026-08-20T07:00:43.442Z | Compiling tower-service v0.3.3 |
| 1485 | 2026-08-20T07:00:43.567Z | Compiling radium v0.7.0 |
| 1486 | 2026-08-20T07:00:43.813Z | Compiling try-lock v0.2.5 |
| 1487 | 2026-08-20T07:00:43.828Z | Compiling untrusted v0.7.1 |
| 1488 | 2026-08-20T07:00:43.921Z | Compiling tower-layer v0.3.3 |
| 1489 | 2026-08-20T07:00:43.936Z | Compiling want v0.3.1 |
| 1490 | 2026-08-20T07:00:43.950Z | Compiling pest_derive v2.8.6 |
| 1491 | 2026-08-20T07:00:44.080Z | Compiling regex-automata v0.4.14 |
| 1492 | 2026-08-20T07:00:44.111Z | Compiling h2 v0.4.15 |
| 1493 | 2026-08-20T07:00:44.124Z | Compiling hybrid-array v0.4.13 |
| 1494 | 2026-08-20T07:00:44.667Z | Compiling scroll_derive v0.13.1 |
| 1495 | 2026-08-20T07:00:44.684Z | Compiling darling_core v0.20.11 |
| 1496 | 2026-08-20T07:00:44.885Z | Compiling ipnet v2.12.0 |
| 1497 | 2026-08-20T07:00:44.945Z | Compiling httpdate v1.0.3 |
| 1498 | 2026-08-20T07:00:45.171Z | Compiling maybe-uninit v2.0.0 |
| 1499 | 2026-08-20T07:00:45.359Z | Compiling openssl v0.10.80 |
| 1500 | 2026-08-20T07:00:45.428Z | Compiling foreign-types-shared v0.1.1 |
| 1501 | 2026-08-20T07:00:45.443Z | Compiling rustls v0.23.41 |
| 1502 | 2026-08-20T07:00:45.515Z | Compiling tap v1.0.1 |
| 1503 | 2026-08-20T07:00:45.581Z | Compiling untrusted v0.9.0 |
| 1504 | 2026-08-20T07:00:45.607Z | Compiling wyz v0.5.1 |
| 1505 | 2026-08-20T07:00:45.622Z | Compiling foreign-types v0.3.2 |
| 1506 | 2026-08-20T07:00:45.651Z | Compiling scroll v0.13.0 |
| 1507 | 2026-08-20T07:00:45.738Z | Compiling unicode-normalization v0.1.25 |
| 1508 | 2026-08-20T07:00:45.899Z | Compiling rand_chacha v0.3.1 |
| 1509 | 2026-08-20T07:00:45.912Z | Compiling signature v2.2.0 |
| 1510 | 2026-08-20T07:00:46.093Z | Compiling thiserror-impl v1.0.69 |
| 1511 | 2026-08-20T07:00:46.179Z | Compiling openssl-macros v0.1.1 |
| 1512 | 2026-08-20T07:00:46.193Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-08-20T07:00:46.469Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1514 | 2026-08-20T07:00:46.567Z | Compiling hex v0.4.3 |
| 1515 | 2026-08-20T07:00:46.648Z | Compiling num-integer v0.1.46 |
| 1516 | 2026-08-20T07:00:46.827Z | Compiling wait-timeout v0.2.1 |
| 1517 | 2026-08-20T07:00:46.848Z | Compiling ahash v0.8.12 |
| 1518 | 2026-08-20T07:00:46.916Z | Compiling darling_macro v0.20.11 |
| 1519 | 2026-08-20T07:00:46.961Z | Compiling bit-vec v0.8.0 |
| 1520 | 2026-08-20T07:00:47.042Z | Compiling num-bigint-dig v0.8.6 |
| 1521 | 2026-08-20T07:00:47.080Z | Compiling quick-error v1.2.3 |
| 1522 | 2026-08-20T07:00:47.184Z | Compiling hyper v1.10.1 |
| 1523 | 2026-08-20T07:00:47.199Z | Compiling time-core v0.1.8 |
| 1524 | 2026-08-20T07:00:47.221Z | Compiling num-conv v0.2.0 |
| 1525 | 2026-08-20T07:00:47.319Z | Compiling native-tls v0.2.18 |
| 1526 | 2026-08-20T07:00:47.341Z | Compiling packed_struct v0.10.1 |
| 1527 | 2026-08-20T07:00:47.354Z | Compiling powerfmt v0.2.0 |
| 1528 | 2026-08-20T07:00:47.387Z | Compiling funty v2.0.0 |
| 1529 | 2026-08-20T07:00:47.534Z | Compiling deranged v0.5.8 |
| 1530 | 2026-08-20T07:00:47.548Z | Compiling darling v0.20.11 |
| 1531 | 2026-08-20T07:00:47.594Z | Compiling time-macros v0.2.27 |
| 1532 | 2026-08-20T07:00:47.626Z | Compiling thiserror v1.0.69 |
| 1533 | 2026-08-20T07:00:47.729Z | Compiling bitvec v1.0.1 |
| 1534 | 2026-08-20T07:00:47.965Z | Compiling rusty-fork v0.3.1 |
| 1535 | 2026-08-20T07:00:48.063Z | Compiling bit-set v0.8.0 |
| 1536 | 2026-08-20T07:00:48.129Z | Compiling clap_builder v4.6.0 |
| 1537 | 2026-08-20T07:00:48.268Z | Compiling hyper-util v0.1.20 |
| 1538 | 2026-08-20T07:00:48.271Z | Compiling num-iter v0.1.45 |
| 1539 | 2026-08-20T07:00:48.792Z | Compiling rand v0.8.6 |
| 1540 | 2026-08-20T07:00:49.188Z | Compiling goblin v0.10.5 |
| 1541 | 2026-08-20T07:00:49.486Z | Compiling packed_struct_codegen v0.10.1 |
| 1542 | 2026-08-20T07:00:49.580Z | Compiling lazy_static v1.5.0 |
| 1543 | 2026-08-20T07:00:49.674Z | Compiling hmac v0.12.1 |
| 1544 | 2026-08-20T07:00:49.834Z | Compiling clap_derive v4.6.1 |
| 1545 | 2026-08-20T07:00:50.019Z | Compiling bitfield-macros v0.19.4 |
| 1546 | 2026-08-20T07:00:50.551Z | Compiling zerocopy-derive v0.6.6 |
| 1547 | 2026-08-20T07:00:50.711Z | Compiling rand_xorshift v0.4.0 |
| 1548 | 2026-08-20T07:00:50.871Z | Compiling serde_spanned v0.6.9 |
| 1549 | 2026-08-20T07:00:51.013Z | Compiling toml_datetime v0.6.11 |
| 1550 | 2026-08-20T07:00:51.132Z | Compiling sync_wrapper v1.0.2 |
| 1551 | 2026-08-20T07:00:51.238Z | Compiling indexmap v1.9.3 |
| 1552 | 2026-08-20T07:00:51.263Z | Compiling usdt-impl v0.6.0 |
| 1553 | 2026-08-20T07:00:51.356Z | Compiling siphasher v1.0.2 |
| 1554 | 2026-08-20T07:00:51.423Z | Compiling paste v1.0.15 |
| 1555 | 2026-08-20T07:00:51.461Z | Compiling nodrop v0.1.14 |
| 1556 | 2026-08-20T07:00:51.476Z | Compiling object v0.37.3 |
| 1557 | 2026-08-20T07:00:51.540Z | Compiling zlib-rs v0.6.2 |
| 1558 | 2026-08-20T07:00:51.543Z | Compiling unarray v0.1.4 |
| 1559 | 2026-08-20T07:00:51.568Z | Compiling crossbeam-utils v0.8.21 |
| 1560 | 2026-08-20T07:00:51.660Z | Compiling crc-catalog v2.4.0 |
| 1561 | 2026-08-20T07:00:51.676Z | Compiling num_threads v0.1.7 |
| 1562 | 2026-08-20T07:00:51.750Z | Compiling time v0.3.47 |
| 1563 | 2026-08-20T07:00:51.768Z | Compiling crc v3.4.0 |
| 1564 | 2026-08-20T07:00:51.827Z | Compiling proptest v1.11.0 |
| 1565 | 2026-08-20T07:00:51.860Z | Compiling dof v0.4.0 |
| 1566 | 2026-08-20T07:00:51.961Z | Compiling clap v4.6.1 |
| 1567 | 2026-08-20T07:00:52.042Z | Compiling array-init v0.0.4 |
| 1568 | 2026-08-20T07:00:52.418Z | Compiling zerocopy v0.6.6 |
| 1569 | 2026-08-20T07:00:52.731Z | Compiling tower v0.5.3 |
| 1570 | 2026-08-20T07:00:53.185Z | Compiling bitfield v0.19.4 |
| 1571 | 2026-08-20T07:00:53.342Z | Compiling smallvec v0.6.14 |
| 1572 | 2026-08-20T07:00:53.610Z | Compiling derive_builder_core v0.20.2 |
| 1573 | 2026-08-20T07:00:53.805Z | Compiling dtrace-parser v0.3.0 |
| 1574 | 2026-08-20T07:00:54.436Z | Compiling flate2 v1.1.9 |
| 1575 | 2026-08-20T07:00:54.527Z | Compiling ipnetwork v0.21.1 |
| 1576 | 2026-08-20T07:00:54.550Z | Compiling http-body-util v0.1.3 |
| 1577 | 2026-08-20T07:00:54.789Z | Compiling pkcs1 v0.7.5 |
| 1578 | 2026-08-20T07:00:54.815Z | Compiling heapless v0.7.17 |
| 1579 | 2026-08-20T07:00:54.834Z | Compiling structmeta-derive v0.3.0 |
| 1580 | 2026-08-20T07:00:54.899Z | Compiling scroll_derive v0.12.1 |
| 1581 | 2026-08-20T07:00:54.921Z | Compiling slog v2.8.2 |
| 1582 | 2026-08-20T07:00:55.047Z | Compiling darling_core v0.23.0 |
| 1583 | 2026-08-20T07:00:55.105Z | Compiling thread-id v5.1.0 |
| 1584 | 2026-08-20T07:00:55.169Z | Compiling cookie v0.18.1 |
| 1585 | 2026-08-20T07:00:55.187Z | Compiling env_filter v2.0.0 |
| 1586 | 2026-08-20T07:00:55.347Z | Compiling gimli v0.32.3 |
| 1587 | 2026-08-20T07:00:55.479Z | Compiling unicode-bidi v0.3.18 |
| 1588 | 2026-08-20T07:00:55.556Z | Compiling zstd-safe v7.2.4 |
| 1589 | 2026-08-20T07:00:55.755Z | Compiling winnow v0.5.40 |
| 1590 | 2026-08-20T07:00:55.886Z | Compiling base64 v0.21.7 |
| 1591 | 2026-08-20T07:00:56.016Z | Compiling ryu v1.0.23 |
| 1592 | 2026-08-20T07:00:56.195Z | Compiling iri-string v0.7.10 |
| 1593 | 2026-08-20T07:00:56.195Z | Compiling signal-hook v0.3.18 |
| 1594 | 2026-08-20T07:00:56.378Z | Compiling unicode-properties v0.1.4 |
| 1595 | 2026-08-20T07:00:56.586Z | Compiling hashbrown v0.12.3 |
| 1596 | 2026-08-20T07:00:57.088Z | Compiling anyhow v1.0.104 |
| 1597 | 2026-08-20T07:00:57.163Z | Compiling allocator-api2 v0.2.21 |
| 1598 | 2026-08-20T07:00:57.257Z | Compiling toml_edit v0.19.15 |
| 1599 | 2026-08-20T07:00:57.490Z | Compiling tower-http v0.6.8 |
| 1600 | 2026-08-20T07:00:57.539Z | Compiling darling_macro v0.23.0 |
| 1601 | 2026-08-20T07:00:57.711Z | Compiling addr2line v0.25.1 |
| 1602 | 2026-08-20T07:00:57.901Z | Compiling stringprep v0.1.5 |
| 1603 | 2026-08-20T07:00:57.952Z | Compiling serde_urlencoded v0.7.1 |
| 1604 | 2026-08-20T07:00:58.024Z | Compiling ron v0.8.1 |
| 1605 | 2026-08-20T07:00:58.038Z | Compiling structmeta v0.3.0 |
| 1606 | 2026-08-20T07:00:58.215Z | Compiling scroll v0.12.0 |
| 1607 | 2026-08-20T07:00:58.293Z | Compiling env_logger v0.11.11 |
| 1608 | 2026-08-20T07:00:58.592Z | Compiling rsa v0.9.10 |
| 1609 | 2026-08-20T07:00:58.704Z | Compiling oxnet v0.1.6 |
| 1610 | 2026-08-20T07:00:58.808Z | Compiling derive_builder_macro v0.20.2 |
| 1611 | 2026-08-20T07:00:58.949Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1612 | 2026-08-20T07:00:58.991Z | Compiling newtype-uuid v1.3.2 |
| 1613 | 2026-08-20T07:00:59.130Z | Compiling hashbrown v0.13.2 |
| 1614 | 2026-08-20T07:00:59.277Z | Compiling bzip2 v0.4.4 |
| 1615 | 2026-08-20T07:00:59.323Z | Compiling serde-hex v0.1.0 |
| 1616 | 2026-08-20T07:00:59.488Z | Compiling tokio-native-tls v0.3.1 |
| 1617 | 2026-08-20T07:00:59.628Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1618 | 2026-08-20T07:00:59.813Z | Compiling camino v1.2.5 |
| 1619 | 2026-08-20T07:01:00.186Z | Compiling bstr v1.12.1 |
| 1620 | 2026-08-20T07:01:00.406Z | Compiling block-padding v0.4.2 |
| 1621 | 2026-08-20T07:01:00.578Z | Compiling block-buffer v0.12.1 |
| 1622 | 2026-08-20T07:01:00.780Z | Compiling crypto-common v0.2.2 |
| 1623 | 2026-08-20T07:01:00.820Z | Compiling rustls-native-certs v0.8.3 |
| 1624 | 2026-08-20T07:01:01.045Z | Compiling curve25519-dalek v4.1.3 |
| 1625 | 2026-08-20T07:01:01.107Z | Compiling x509-cert v0.2.5 |
| 1626 | 2026-08-20T07:01:01.373Z | Compiling md-5 v0.10.6 |
| 1627 | 2026-08-20T07:01:01.546Z | Compiling async-trait v0.1.89 |
| 1628 | 2026-08-20T07:01:01.632Z | Compiling pin-project-internal v1.1.11 |
| 1629 | 2026-08-20T07:01:02.522Z | Compiling zerocopy-derive v0.7.35 |
| 1630 | 2026-08-20T07:01:02.541Z | Compiling daft-derive v0.1.7 |
| 1631 | 2026-08-20T07:01:02.669Z | Compiling vergen-lib v9.1.0 |
| 1632 | 2026-08-20T07:01:02.709Z | Compiling serde_tokenstream v0.2.3 |
| 1633 | 2026-08-20T07:01:02.723Z | Compiling hash32 v0.2.1 |
| 1634 | 2026-08-20T07:01:02.844Z | Compiling erased-serde v0.3.31 |
| 1635 | 2026-08-20T07:01:02.895Z | Compiling memoffset v0.9.1 |
| 1636 | 2026-08-20T07:01:02.909Z | Compiling encoding_rs v0.8.35 |
| 1637 | 2026-08-20T07:01:03.014Z | Compiling fallible-iterator v0.2.0 |
| 1638 | 2026-08-20T07:01:03.084Z | Compiling cfg_aliases v0.2.1 |
| 1639 | 2026-08-20T07:01:03.158Z | Compiling rustc-demangle v0.1.27 |
| 1640 | 2026-08-20T07:01:03.246Z | Compiling smoltcp v0.9.1 |
| 1641 | 2026-08-20T07:01:03.317Z | Compiling psl-types v2.0.11 |
| 1642 | 2026-08-20T07:01:03.317Z | Compiling mime v0.3.17 |
| 1643 | 2026-08-20T07:01:03.380Z | Compiling owo-colors v4.3.0 |
| 1644 | 2026-08-20T07:01:03.441Z | Compiling litrs v1.0.0 |
| 1645 | 2026-08-20T07:01:03.466Z | Compiling crc-any v2.5.0 |
| 1646 | 2026-08-20T07:01:03.581Z | Compiling rustix v0.38.44 |
| 1647 | 2026-08-20T07:01:03.600Z | Compiling ref-cast v1.0.25 |
| 1648 | 2026-08-20T07:01:03.638Z | Compiling publicsuffix v2.3.0 |
| 1649 | 2026-08-20T07:01:03.719Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1650 | 2026-08-20T07:01:03.743Z | Compiling backtrace v0.3.76 |
| 1651 | 2026-08-20T07:01:03.807Z | Compiling zerocopy v0.7.35 |
| 1652 | 2026-08-20T07:01:03.935Z | Compiling postgres-protocol v0.6.10 |
| 1653 | 2026-08-20T07:01:03.986Z | Compiling document-features v0.2.12 |
| 1654 | 2026-08-20T07:01:04.001Z | Compiling daft v0.1.7 |
| 1655 | 2026-08-20T07:01:04.356Z | Compiling nix v0.31.2 |
| 1656 | 2026-08-20T07:01:04.542Z | Compiling pin-project v1.1.11 |
| 1657 | 2026-08-20T07:01:04.631Z | Compiling inout v0.2.2 |
| 1658 | 2026-08-20T07:01:04.644Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1659 | 2026-08-20T07:01:04.664Z | Compiling hyper-tls v0.6.0 |
| 1660 | 2026-08-20T07:01:04.712Z | Compiling object v0.30.4 |
| 1661 | 2026-08-20T07:01:04.801Z | Compiling zip v0.6.6 |
| 1662 | 2026-08-20T07:01:04.882Z | Compiling derive_builder v0.20.2 |
| 1663 | 2026-08-20T07:01:04.913Z | Compiling toml v0.7.8 |
| 1664 | 2026-08-20T07:01:04.936Z | Compiling goblin v0.8.2 |
| 1665 | 2026-08-20T07:01:05.092Z | Compiling derive-ex v0.1.8 |
| 1666 | 2026-08-20T07:01:05.360Z | Compiling darling v0.23.0 |
| 1667 | 2026-08-20T07:01:05.524Z | Compiling phf_shared v0.13.1 |
| 1668 | 2026-08-20T07:01:05.740Z | Compiling regex v1.12.3 |
| 1669 | 2026-08-20T07:01:05.762Z | Compiling hubpack_derive v0.1.1 |
| 1670 | 2026-08-20T07:01:05.836Z | Compiling futures-executor v0.3.32 |
| 1671 | 2026-08-20T07:01:06.096Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1672 | 2026-08-20T07:01:06.151Z | Compiling strum_macros v0.27.2 |
| 1673 | 2026-08-20T07:01:06.204Z | Compiling ref-cast-impl v1.0.25 |
| 1674 | 2026-08-20T07:01:06.721Z | Compiling snafu-derive v0.8.9 |
| 1675 | 2026-08-20T07:01:06.721Z | Compiling vergen v9.1.0 |
| 1676 | 2026-08-20T07:01:06.749Z | Compiling cargo-platform v0.3.2 |
| 1677 | 2026-08-20T07:01:06.907Z | Compiling ff v0.13.1 |
| 1678 | 2026-08-20T07:01:07.014Z | Compiling fs-err v3.3.0 |
| 1679 | 2026-08-20T07:01:07.048Z | Compiling foldhash v0.1.5 |
| 1680 | 2026-08-20T07:01:07.203Z | Compiling bitflags v1.3.2 |
| 1681 | 2026-08-20T07:01:07.223Z | Compiling either v1.15.0 |
| 1682 | 2026-08-20T07:01:07.280Z | Compiling base16ct v0.2.0 |
| 1683 | 2026-08-20T07:01:07.432Z | Compiling path-slash v0.1.5 |
| 1684 | 2026-08-20T07:01:07.460Z | Compiling same-file v1.0.6 |
| 1685 | 2026-08-20T07:01:07.514Z | Compiling unicode-segmentation v1.12.0 |
| 1686 | 2026-08-20T07:01:07.560Z | Compiling is_ci v1.2.0 |
| 1687 | 2026-08-20T07:01:07.620Z | Compiling jiff-core v0.1.0 |
| 1688 | 2026-08-20T07:01:07.696Z | Compiling bumpalo v3.20.2 |
| 1689 | 2026-08-20T07:01:07.890Z | Compiling managed v0.8.0 |
| 1690 | 2026-08-20T07:01:07.947Z | Compiling foldhash v0.2.0 |
| 1691 | 2026-08-20T07:01:08.075Z | Compiling libbz2-rs-sys v0.2.2 |
| 1692 | 2026-08-20T07:01:08.104Z | Compiling hashbrown v0.16.1 |
| 1693 | 2026-08-20T07:01:08.165Z | Compiling strum v0.27.2 |
| 1694 | 2026-08-20T07:01:08.335Z | Compiling jiff v0.2.34 |
| 1695 | 2026-08-20T07:01:08.620Z | Compiling snafu v0.8.9 |
| 1696 | 2026-08-20T07:01:08.696Z | Compiling bzip2 v0.6.1 |
| 1697 | 2026-08-20T07:01:08.755Z | Compiling zopfli v0.8.3 |
| 1698 | 2026-08-20T07:01:08.807Z | Compiling supports-color v3.0.2 |
| 1699 | 2026-08-20T07:01:08.908Z | Compiling walkdir v2.5.0 |
| 1700 | 2026-08-20T07:01:08.971Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1701 | 2026-08-20T07:01:09.011Z | Compiling textwrap v0.16.2 |
| 1702 | 2026-08-20T07:01:09.185Z | Compiling sec1 v0.7.3 |
| 1703 | 2026-08-20T07:01:09.317Z | Compiling hashbrown v0.15.5 |
| 1704 | 2026-08-20T07:01:09.422Z | Compiling dof v0.3.0 |
| 1705 | 2026-08-20T07:01:09.468Z | Compiling group v0.13.0 |
| 1706 | 2026-08-20T07:01:09.468Z | Compiling cargo_metadata v0.23.1 |
| 1707 | 2026-08-20T07:01:09.767Z | Compiling test-strategy v0.4.5 |
| 1708 | 2026-08-20T07:01:10.111Z | Compiling hubpack v0.1.2 |
| 1709 | 2026-08-20T07:01:10.331Z | Compiling futures v0.3.32 |
| 1710 | 2026-08-20T07:01:10.371Z | Compiling phf v0.13.1 |
| 1711 | 2026-08-20T07:01:10.533Z | Compiling signal-hook-mio v0.2.5 |
| 1712 | 2026-08-20T07:01:10.658Z | Compiling serde_with_macros v3.21.0 |
| 1713 | 2026-08-20T07:01:10.769Z | Compiling cookie_store v0.22.1 |
| 1714 | 2026-08-20T07:01:10.819Z | Compiling zstd v0.13.3 |
| 1715 | 2026-08-20T07:01:11.086Z | Compiling reqwest v0.12.28 |
| 1716 | 2026-08-20T07:01:11.218Z | Compiling cipher v0.5.2 |
| 1717 | 2026-08-20T07:01:11.522Z | Compiling postgres-types v0.2.12 |
| 1718 | 2026-08-20T07:01:11.540Z | Compiling backtrace-ext v0.2.1 |
| 1719 | 2026-08-20T07:01:11.927Z | Compiling usdt-macro v0.6.0 |
| 1720 | 2026-08-20T07:01:12.068Z | Compiling usdt-attr-macro v0.6.0 |
| 1721 | 2026-08-20T07:01:12.504Z | Compiling globset v0.4.18 |
| 1722 | 2026-08-20T07:01:12.692Z | Compiling phf_shared v0.11.3 |
| 1723 | 2026-08-20T07:01:12.756Z | Compiling hkdf v0.12.4 |
| 1724 | 2026-08-20T07:01:12.810Z | Compiling dtrace-parser v0.2.0 |
| 1725 | 2026-08-20T07:01:12.813Z | Compiling byte-wrapper v0.1.0 |
| 1726 | 2026-08-20T07:01:12.865Z | Compiling olpc-cjson v0.1.4 |
| 1727 | 2026-08-20T07:01:12.879Z | Compiling ed25519 v2.2.3 |
| 1728 | 2026-08-20T07:01:12.920Z | Compiling crypto-bigint v0.5.5 |
| 1729 | 2026-08-20T07:01:13.022Z | Compiling pem v3.0.6 |
| 1730 | 2026-08-20T07:01:13.134Z | Compiling enum-as-inner v0.6.1 |
| 1731 | 2026-08-20T07:01:13.168Z | Compiling serde_repr v0.1.20 |
| 1732 | 2026-08-20T07:01:13.351Z | Compiling async-recursion v1.1.1 |
| 1733 | 2026-08-20T07:01:13.529Z | Compiling miette-derive v7.6.0 |
| 1734 | 2026-08-20T07:01:13.691Z | Compiling strum_macros v0.26.4 |
| 1735 | 2026-08-20T07:01:13.733Z | Compiling serde-big-array v0.5.1 |
| 1736 | 2026-08-20T07:01:13.838Z | Compiling serde_plain v1.0.2 |
| 1737 | 2026-08-20T07:01:13.878Z | Compiling float-cmp v0.10.0 |
| 1738 | 2026-08-20T07:01:14.011Z | Compiling memmap2 v0.9.10 |
| 1739 | 2026-08-20T07:01:14.024Z | Compiling thread-id v4.2.2 |
| 1740 | 2026-08-20T07:01:14.030Z | Compiling predicates-core v1.0.10 |
| 1741 | 2026-08-20T07:01:14.090Z | Compiling supports-hyperlinks v3.2.0 |
| 1742 | 2026-08-20T07:01:14.206Z | Compiling fixedbitset v0.4.2 |
| 1743 | 2026-08-20T07:01:14.220Z | Compiling whoami v2.1.0 |
| 1744 | 2026-08-20T07:01:14.245Z | Compiling typed-path v0.9.3 |
| 1745 | 2026-08-20T07:01:14.429Z | Compiling new_debug_unreachable v1.0.6 |
| 1746 | 2026-08-20T07:01:14.505Z | Compiling normalize-line-endings v0.3.0 |
| 1747 | 2026-08-20T07:01:14.604Z | Compiling winnow v1.0.3 |
| 1748 | 2026-08-20T07:01:14.610Z | Compiling cpufeatures v0.3.0 |
| 1749 | 2026-08-20T07:01:14.699Z | Compiling precomputed-hash v0.1.1 |
| 1750 | 2026-08-20T07:01:14.745Z | Compiling supports-unicode v3.0.0 |
| 1751 | 2026-08-20T07:01:14.813Z | Compiling static_assertions v1.1.0 |
| 1752 | 2026-08-20T07:01:14.867Z | Compiling const-oid v0.10.2 |
| 1753 | 2026-08-20T07:01:14.878Z | Compiling data-encoding v2.10.0 |
| 1754 | 2026-08-20T07:01:14.892Z | Compiling difflib v0.4.0 |
| 1755 | 2026-08-20T07:01:15.073Z | Compiling fixedbitset v0.5.7 |
| 1756 | 2026-08-20T07:01:15.087Z | Compiling keccak v0.1.6 |
| 1757 | 2026-08-20T07:01:15.374Z | Compiling petgraph v0.8.3 |
| 1758 | 2026-08-20T07:01:15.442Z | Compiling sha3 v0.10.8 |
| 1759 | 2026-08-20T07:01:15.456Z | Compiling strum v0.26.3 |
| 1760 | 2026-08-20T07:01:15.460Z | Compiling hickory-proto v0.25.2 |
| 1761 | 2026-08-20T07:01:15.568Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1762 | 2026-08-20T07:01:15.581Z | Compiling predicates v3.1.4 |
| 1763 | 2026-08-20T07:01:15.659Z | Compiling miette v7.6.0 |
| 1764 | 2026-08-20T07:01:15.827Z | Compiling digest v0.11.3 |
| 1765 | 2026-08-20T07:01:15.911Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1766 | 2026-08-20T07:01:16.058Z | Compiling string_cache v0.8.9 |
| 1767 | 2026-08-20T07:01:16.175Z | Compiling toml_edit v0.22.27 |
| 1768 | 2026-08-20T07:01:16.199Z | Compiling chacha20 v0.10.0 |
| 1769 | 2026-08-20T07:01:16.280Z | Compiling tokio-postgres v0.7.16 |
| 1770 | 2026-08-20T07:01:16.579Z | Compiling petgraph v0.6.5 |
| 1771 | 2026-08-20T07:01:16.799Z | Compiling usdt v0.6.0 |
| 1772 | 2026-08-20T07:01:17.094Z | Compiling usdt-impl v0.5.0 |
| 1773 | 2026-08-20T07:01:17.312Z | Compiling elliptic-curve v0.13.8 |
| 1774 | 2026-08-20T07:01:17.622Z | Compiling ed25519-dalek v2.2.0 |
| 1775 | 2026-08-20T07:01:17.711Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1776 | 2026-08-20T07:01:18.025Z | Compiling crossterm v0.28.1 |
| 1777 | 2026-08-20T07:01:18.145Z | Compiling serde_with v3.21.0 |
| 1778 | 2026-08-20T07:01:18.671Z | Compiling zip v4.6.1 |
| 1779 | 2026-08-20T07:01:19.272Z | Compiling iddqd v0.4.2 |
| 1780 | 2026-08-20T07:01:19.325Z | Compiling similar v2.7.0 |
| 1781 | 2026-08-20T07:01:19.627Z | Compiling heck v0.4.1 |
| 1782 | 2026-08-20T07:01:19.710Z | Compiling itertools v0.13.0 |
| 1783 | 2026-08-20T07:01:19.856Z | Compiling itertools v0.15.0 |
| 1784 | 2026-08-20T07:01:19.986Z | Compiling crossbeam-epoch v0.9.18 |
| 1785 | 2026-08-20T07:01:20.118Z | Compiling tokio-stream v0.1.18 |
| 1786 | 2026-08-20T07:01:20.165Z | Compiling buf-list v1.1.2 |
| 1787 | 2026-08-20T07:01:20.180Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1788 | 2026-08-20T07:01:20.302Z | Compiling openapiv3 v2.2.0 |
| 1789 | 2026-08-20T07:01:20.436Z | Compiling lalrpop-util v0.19.12 |
| 1790 | 2026-08-20T07:01:20.474Z | Compiling peg-runtime v0.8.5 |
| 1791 | 2026-08-20T07:01:20.536Z | Compiling thread_local v1.1.9 |
| 1792 | 2026-08-20T07:01:20.558Z | Compiling slog-async v2.8.0 |
| 1793 | 2026-08-20T07:01:20.622Z | Compiling crossbeam-channel v0.5.15 |
| 1794 | 2026-08-20T07:01:20.738Z | Compiling filetime v0.2.27 |
| 1795 | 2026-08-20T07:01:20.780Z | Compiling is-terminal v0.4.17 |
| 1796 | 2026-08-20T07:01:20.863Z | Compiling term v1.2.1 |
| 1797 | 2026-08-20T07:01:20.877Z | Compiling take_mut v0.2.2 |
| 1798 | 2026-08-20T07:01:20.913Z | Compiling xattr v1.6.1 |
| 1799 | 2026-08-20T07:01:20.931Z | Compiling camino-tempfile v1.4.1 |
| 1800 | 2026-08-20T07:01:21.072Z | Compiling tar v0.4.46 |
| 1801 | 2026-08-20T07:01:21.158Z | Compiling slog-term v2.9.2 |
| 1802 | 2026-08-20T07:01:27.429Z | Compiling rustls-webpki v0.103.13 |
| 1803 | 2026-08-20T07:01:30.126Z | Compiling tokio-rustls v0.26.4 |
| 1804 | 2026-08-20T07:01:30.126Z | Compiling rustls-platform-verifier v0.6.2 |
| 1805 | 2026-08-20T07:01:30.126Z | Compiling tough v0.22.0 |
| 1806 | 2026-08-20T07:01:30.343Z | Compiling hyper-rustls v0.27.7 |
| 1807 | 2026-08-20T07:01:30.536Z | Compiling reqwest v0.13.2 |
| 1808 | 2026-08-20T07:01:32.758Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1809 | 2026-08-20T07:01:32.977Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1810 | 2026-08-20T07:01:35.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1811 | 2026-08-20T07:01:36.065Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1812 | 2026-08-20T07:01:36.112Z | Aug 20 07:01:35.034 INFO Starting download, target: Cockroach |
| 1813 | 2026-08-20T07:01:36.112Z | Aug 20 07:01:35.034 INFO Starting download, target: Clickhouse |
| 1814 | 2026-08-20T07:01:36.112Z | Aug 20 07:01:35.034 INFO Starting download, target: Console |
| 1815 | 2026-08-20T07:01:36.122Z | Aug 20 07:01:35.034 INFO Starting download, target: DendriteStub |
| 1816 | 2026-08-20T07:01:36.122Z | Aug 20 07:01:35.035 INFO Starting download, target: MaghemiteMgd |
| 1817 | 2026-08-20T07:01:36.122Z | Aug 20 07:01:35.035 INFO Starting download, target: MaghemiteDdmd |
| 1818 | 2026-08-20T07:01:36.122Z | Aug 20 07:01:35.035 INFO Starting download, target: TransceiverControl |
| 1819 | 2026-08-20T07:01:36.122Z | Aug 20 07:01:35.035 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1820 | 2026-08-20T07:01:36.122Z | Aug 20 07:01:35.035 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1821 | 2026-08-20T07:01:36.122Z | Aug 20 07:01:35.035 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1822 | 2026-08-20T07:01:36.122Z | Aug 20 07:01:35.035 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1823 | 2026-08-20T07:01:36.122Z | Aug 20 07:01:35.035 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1824 | 2026-08-20T07:01:36.122Z | Aug 20 07:01:35.035 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1825 | 2026-08-20T07:01:36.123Z | Aug 20 07:01:35.035 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1826 | 2026-08-20T07:01:36.679Z | Aug 20 07:01:35.604 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1827 | 2026-08-20T07:01:36.892Z | Aug 20 07:01:35.810 INFO Download complete, target: TransceiverControl |
| 1828 | 2026-08-20T07:01:37.924Z | Aug 20 07:01:36.800 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1829 | 2026-08-20T07:01:38.170Z | Aug 20 07:01:37.070 INFO Download complete, target: Console |
| 1830 | 2026-08-20T07:01:38.463Z | Aug 20 07:01:37.358 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1831 | 2026-08-20T07:01:39.487Z | Aug 20 07:01:38.393 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1832 | 2026-08-20T07:01:40.960Z | Aug 20 07:01:39.750 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1833 | 2026-08-20T07:01:40.976Z | Aug 20 07:01:39.856 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1834 | 2026-08-20T07:01:42.020Z | Aug 20 07:01:40.946 INFO Download complete, target: DendriteStub |
| 1835 | 2026-08-20T07:01:42.928Z | Aug 20 07:01:41.854 INFO Download complete, target: MaghemiteDdmd |
| 1836 | 2026-08-20T07:01:43.549Z | Aug 20 07:01:42.468 INFO Download complete, target: MaghemiteMgd |
| 1837 | 2026-08-20T07:01:45.119Z | Aug 20 07:01:44.037 INFO Checking that binary works, target: Clickhouse |
| 1838 | 2026-08-20T07:01:45.284Z | Aug 20 07:01:44.135 INFO Download complete, target: Clickhouse |
| 1839 | 2026-08-20T07:01:45.809Z | Aug 20 07:01:44.735 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1840 | 2026-08-20T07:01:45.809Z | Aug 20 07:01:44.735 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1841 | 2026-08-20T07:01:50.226Z | Aug 20 07:01:49.152 INFO Checking that binary works, target: Cockroach |
| 1842 | 2026-08-20T07:01:50.339Z | Aug 20 07:01:49.265 INFO Download complete, target: Cockroach |
| 1843 | 2026-08-20T07:01:50.355Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1844 | 2026-08-20T07:01:50.358Z | |
| 1845 | 2026-08-20T07:01:50.359Z | real 2:15.028251513 |
| 1846 | 2026-08-20T07:01:50.360Z | user 7:16.889039144 |
| 1847 | 2026-08-20T07:01:50.360Z | sys 1:26.010901175 |
| 1848 | 2026-08-20T07:01:50.360Z | trap 0.250543653 |
| 1849 | 2026-08-20T07:01:50.360Z | tflt 0.558709139 |
| 1850 | 2026-08-20T07:01:50.360Z | dflt 0.886120388 |
| 1851 | 2026-08-20T07:01:50.360Z | kflt 0.026880467 |
| 1852 | 2026-08-20T07:01:50.360Z | lock 28:42.590660167 |
| 1853 | 2026-08-20T07:01:50.360Z | slp 22:11.039883526 |
| 1854 | 2026-08-20T07:01:50.360Z | lat 50.297876911 |
| 1855 | 2026-08-20T07:01:50.360Z | stop 2:45.754915637 |
| 1856 | 2026-08-20T07:01:50.361Z | + banner hack-check |
| 1857 | 2026-08-20T07:01:50.361Z | |
| 1858 | 2026-08-20T07:01:50.361Z | # # ## #### # # #### # # ###### #### # # |
| 1859 | 2026-08-20T07:01:50.361Z | # # # # # # # # # # # # # # # # # |
| 1860 | 2026-08-20T07:01:50.361Z | ###### # # # #### ##### # ###### ##### # #### |
| 1861 | 2026-08-20T07:01:50.361Z | # # ###### # # # # # # # # # # |
| 1862 | 2026-08-20T07:01:50.361Z | # # # # # # # # # # # # # # # # # |
| 1863 | 2026-08-20T07:01:50.361Z | # # # # #### # # #### # # ###### #### # # |
| 1864 | 2026-08-20T07:01:50.361Z | |
| 1865 | 2026-08-20T07:01:50.361Z | + export CARGO_INCREMENTAL=0 |
| 1866 | 2026-08-20T07:01:50.361Z | + CARGO_INCREMENTAL=0 |
| 1867 | 2026-08-20T07:01:50.361Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1868 | 2026-08-20T07:01:50.824Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1869 | 2026-08-20T07:01:51.114Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1870 | 2026-08-20T07:01:52.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
| 1871 | 2026-08-20T07:01:52.975Z | Running `target/debug/xtask check-features --ci` |
| 1872 | 2026-08-20T07:01:53.000Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1873 | 2026-08-20T07:01:53.000Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1874 | 2026-08-20T07:01:53.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1875 | 2026-08-20T07:01:53.449Z | Running `target/debug/xtask download cargo-hack` |
| 1876 | 2026-08-20T07:01:54.237Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1877 | 2026-08-20T07:01:54.558Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1878 | 2026-08-20T07:01:57.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s |
| 1879 | 2026-08-20T07:01:57.326Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1880 | 2026-08-20T07:01:57.369Z | Aug 20 07:01:56.295 INFO Starting download, target: CargoHack |
| 1881 | 2026-08-20T07:01:57.372Z | Aug 20 07:01:56.295 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1882 | 2026-08-20T07:01:58.028Z | Aug 20 07:01:56.954 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1883 | 2026-08-20T07:01:58.084Z | Aug 20 07:01:57.002 INFO Download complete, target: CargoHack |
| 1884 | 2026-08-20T07:01:58.088Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1885 | 2026-08-20T07:01:58.093Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1886 | 2026-08-20T07:01:58.267Z | info: running `cargo check --bins` on api_identity (1/340) |
| 1887 | 2026-08-20T07:01:58.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2026-08-20T07:01:58.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2026-08-20T07:01:58.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2026-08-20T07:01:58.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1891 | 2026-08-20T07:01:58.805Z | |
| 1892 | 2026-08-20T07:01:58.805Z | info: running `cargo check --bins` on bootstore (2/340) |
| 1893 | 2026-08-20T07:01:59.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-08-20T07:01:59.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-08-20T07:01:59.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-08-20T07:01:59.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1897 | 2026-08-20T07:01:59.342Z | |
| 1898 | 2026-08-20T07:01:59.342Z | info: running `cargo check --bins` on omicron-ledger (3/340) |
| 1899 | 2026-08-20T07:01:59.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-08-20T07:01:59.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-08-20T07:01:59.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-08-20T07:01:59.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1903 | 2026-08-20T07:01:59.895Z | |
| 1904 | 2026-08-20T07:01:59.895Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/340) |
| 1905 | 2026-08-20T07:02:00.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-08-20T07:02:00.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-08-20T07:02:00.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-08-20T07:02:00.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1909 | 2026-08-20T07:02:00.436Z | |
| 1910 | 2026-08-20T07:02:00.436Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/340) |
| 1911 | 2026-08-20T07:02:00.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-08-20T07:02:00.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-08-20T07:02:00.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-08-20T07:02:00.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1915 | 2026-08-20T07:02:00.974Z | |
| 1916 | 2026-08-20T07:02:00.974Z | info: running `cargo check --bins` on omicron-certificates (6/340) |
| 1917 | 2026-08-20T07:02:01.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-08-20T07:02:01.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-08-20T07:02:01.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-08-20T07:02:01.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1921 | 2026-08-20T07:02:01.537Z | |
| 1922 | 2026-08-20T07:02:01.537Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/340) |
| 1923 | 2026-08-20T07:02:02.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-08-20T07:02:02.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-08-20T07:02:02.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-08-20T07:02:02.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1927 | 2026-08-20T07:02:02.096Z | |
| 1928 | 2026-08-20T07:02:02.096Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/340) |
| 1929 | 2026-08-20T07:02:02.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-08-20T07:02:02.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-08-20T07:02:02.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-08-20T07:02:02.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1933 | 2026-08-20T07:02:02.654Z | |
| 1934 | 2026-08-20T07:02:02.654Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/340) |
| 1935 | 2026-08-20T07:02:03.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-08-20T07:02:03.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-08-20T07:02:03.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-08-20T07:02:03.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1939 | 2026-08-20T07:02:03.067Z | |
| 1940 | 2026-08-20T07:02:03.067Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/340) |
| 1941 | 2026-08-20T07:02:03.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-08-20T07:02:03.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-08-20T07:02:03.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-08-20T07:02:03.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1945 | 2026-08-20T07:02:03.479Z | |
| 1946 | 2026-08-20T07:02:03.479Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/340) |
| 1947 | 2026-08-20T07:02:03.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-08-20T07:02:03.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-08-20T07:02:03.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-08-20T07:02:03.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1951 | 2026-08-20T07:02:03.891Z | |
| 1952 | 2026-08-20T07:02:03.891Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/340) |
| 1953 | 2026-08-20T07:02:04.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-08-20T07:02:04.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-08-20T07:02:04.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-08-20T07:02:04.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1957 | 2026-08-20T07:02:04.299Z | |
| 1958 | 2026-08-20T07:02:04.299Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/340) |
| 1959 | 2026-08-20T07:02:04.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-08-20T07:02:04.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-08-20T07:02:04.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-08-20T07:02:04.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1963 | 2026-08-20T07:02:04.708Z | |
| 1964 | 2026-08-20T07:02:04.708Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/340) |
| 1965 | 2026-08-20T07:02:05.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-08-20T07:02:05.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-08-20T07:02:05.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-08-20T07:02:05.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1969 | 2026-08-20T07:02:05.119Z | |
| 1970 | 2026-08-20T07:02:05.119Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/340) |
| 1971 | 2026-08-20T07:02:05.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-08-20T07:02:05.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-08-20T07:02:05.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-08-20T07:02:05.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1975 | 2026-08-20T07:02:05.582Z | |
| 1976 | 2026-08-20T07:02:05.582Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/340) |
| 1977 | 2026-08-20T07:02:05.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-08-20T07:02:05.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-08-20T07:02:05.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-08-20T07:02:05.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1981 | 2026-08-20T07:02:05.946Z | |
| 1982 | 2026-08-20T07:02:05.946Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/340) |
| 1983 | 2026-08-20T07:02:06.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-08-20T07:02:06.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-08-20T07:02:06.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-08-20T07:02:06.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1987 | 2026-08-20T07:02:06.356Z | |
| 1988 | 2026-08-20T07:02:06.356Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/340) |
| 1989 | 2026-08-20T07:02:06.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-08-20T07:02:06.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-08-20T07:02:06.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-08-20T07:02:06.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1993 | 2026-08-20T07:02:06.765Z | |
| 1994 | 2026-08-20T07:02:06.765Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/340) |
| 1995 | 2026-08-20T07:02:07.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-08-20T07:02:07.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-08-20T07:02:07.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-08-20T07:02:07.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1999 | 2026-08-20T07:02:07.176Z | |
| 2000 | 2026-08-20T07:02:07.176Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/340) |
| 2001 | 2026-08-20T07:02:07.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-08-20T07:02:07.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-08-20T07:02:07.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-08-20T07:02:07.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2005 | 2026-08-20T07:02:07.592Z | |
| 2006 | 2026-08-20T07:02:07.592Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/340) |
| 2007 | 2026-08-20T07:02:07.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-08-20T07:02:07.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-08-20T07:02:07.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-08-20T07:02:07.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2011 | 2026-08-20T07:02:08.007Z | |
| 2012 | 2026-08-20T07:02:08.007Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/340) |
| 2013 | 2026-08-20T07:02:08.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-08-20T07:02:08.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-08-20T07:02:08.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-08-20T07:02:08.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2017 | 2026-08-20T07:02:08.421Z | |
| 2018 | 2026-08-20T07:02:08.421Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/340) |
| 2019 | 2026-08-20T07:02:08.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-08-20T07:02:08.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-08-20T07:02:08.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-08-20T07:02:08.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2023 | 2026-08-20T07:02:08.833Z | |
| 2024 | 2026-08-20T07:02:08.833Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/340) |
| 2025 | 2026-08-20T07:02:09.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-08-20T07:02:09.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-08-20T07:02:09.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-08-20T07:02:09.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2029 | 2026-08-20T07:02:09.247Z | |
| 2030 | 2026-08-20T07:02:09.247Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/340) |
| 2031 | 2026-08-20T07:02:09.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-08-20T07:02:09.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-08-20T07:02:09.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-08-20T07:02:09.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2035 | 2026-08-20T07:02:09.658Z | |
| 2036 | 2026-08-20T07:02:09.658Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/340) |
| 2037 | 2026-08-20T07:02:10.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-08-20T07:02:10.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-08-20T07:02:10.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-08-20T07:02:10.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2041 | 2026-08-20T07:02:10.072Z | |
| 2042 | 2026-08-20T07:02:10.072Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/340) |
| 2043 | 2026-08-20T07:02:10.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-08-20T07:02:10.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-08-20T07:02:10.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-08-20T07:02:10.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2047 | 2026-08-20T07:02:10.485Z | |
| 2048 | 2026-08-20T07:02:10.485Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/340) |
| 2049 | 2026-08-20T07:02:10.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-08-20T07:02:10.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-08-20T07:02:10.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-08-20T07:02:10.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2053 | 2026-08-20T07:02:10.897Z | |
| 2054 | 2026-08-20T07:02:10.897Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/340) |
| 2055 | 2026-08-20T07:02:11.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-08-20T07:02:11.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-08-20T07:02:11.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-08-20T07:02:11.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2059 | 2026-08-20T07:02:11.312Z | |
| 2060 | 2026-08-20T07:02:11.312Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/340) |
| 2061 | 2026-08-20T07:02:11.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-08-20T07:02:11.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-08-20T07:02:11.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-08-20T07:02:11.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2065 | 2026-08-20T07:02:11.722Z | |
| 2066 | 2026-08-20T07:02:11.722Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/340) |
| 2067 | 2026-08-20T07:02:12.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-08-20T07:02:12.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-08-20T07:02:12.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-08-20T07:02:12.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2071 | 2026-08-20T07:02:12.133Z | |
| 2072 | 2026-08-20T07:02:12.133Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/340) |
| 2073 | 2026-08-20T07:02:12.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-08-20T07:02:12.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-08-20T07:02:12.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-08-20T07:02:12.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2077 | 2026-08-20T07:02:12.548Z | |
| 2078 | 2026-08-20T07:02:12.549Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/340) |
| 2079 | 2026-08-20T07:02:12.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-08-20T07:02:12.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-08-20T07:02:12.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-08-20T07:02:12.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2083 | 2026-08-20T07:02:12.958Z | |
| 2084 | 2026-08-20T07:02:12.959Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/340) |
| 2085 | 2026-08-20T07:02:13.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-08-20T07:02:13.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-08-20T07:02:13.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-08-20T07:02:13.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2089 | 2026-08-20T07:02:13.371Z | |
| 2090 | 2026-08-20T07:02:13.371Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/340) |
| 2091 | 2026-08-20T07:02:13.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-08-20T07:02:13.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-08-20T07:02:13.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-08-20T07:02:13.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2095 | 2026-08-20T07:02:13.782Z | |
| 2096 | 2026-08-20T07:02:13.782Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/340) |
| 2097 | 2026-08-20T07:02:14.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-08-20T07:02:14.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-08-20T07:02:14.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-08-20T07:02:14.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2101 | 2026-08-20T07:02:14.192Z | |
| 2102 | 2026-08-20T07:02:14.192Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/340) |
| 2103 | 2026-08-20T07:02:14.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-08-20T07:02:14.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-08-20T07:02:14.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-08-20T07:02:14.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2107 | 2026-08-20T07:02:14.602Z | |
| 2108 | 2026-08-20T07:02:14.602Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/340) |
| 2109 | 2026-08-20T07:02:14.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-08-20T07:02:14.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-08-20T07:02:14.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-08-20T07:02:14.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2113 | 2026-08-20T07:02:15.012Z | |
| 2114 | 2026-08-20T07:02:15.012Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/340) |
| 2115 | 2026-08-20T07:02:15.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-08-20T07:02:15.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-08-20T07:02:15.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-08-20T07:02:15.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2119 | 2026-08-20T07:02:15.422Z | |
| 2120 | 2026-08-20T07:02:15.422Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/340) |
| 2121 | 2026-08-20T07:02:15.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-08-20T07:02:15.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-08-20T07:02:15.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-08-20T07:02:15.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2125 | 2026-08-20T07:02:15.837Z | |
| 2126 | 2026-08-20T07:02:15.837Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/340) |
| 2127 | 2026-08-20T07:02:16.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-08-20T07:02:16.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-08-20T07:02:16.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-08-20T07:02:16.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2131 | 2026-08-20T07:02:16.255Z | |
| 2132 | 2026-08-20T07:02:16.256Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/340) |
| 2133 | 2026-08-20T07:02:16.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-08-20T07:02:16.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-08-20T07:02:16.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-08-20T07:02:16.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2137 | 2026-08-20T07:02:16.672Z | |
| 2138 | 2026-08-20T07:02:16.672Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/340) |
| 2139 | 2026-08-20T07:02:17.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-08-20T07:02:17.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-08-20T07:02:17.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-08-20T07:02:17.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2143 | 2026-08-20T07:02:17.089Z | |
| 2144 | 2026-08-20T07:02:17.089Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/340) |
| 2145 | 2026-08-20T07:02:17.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-08-20T07:02:17.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-08-20T07:02:17.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-08-20T07:02:17.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2149 | 2026-08-20T07:02:17.502Z | |
| 2150 | 2026-08-20T07:02:17.502Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/340) |
| 2151 | 2026-08-20T07:02:17.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-08-20T07:02:17.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-08-20T07:02:17.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-08-20T07:02:17.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2155 | 2026-08-20T07:02:17.915Z | |
| 2156 | 2026-08-20T07:02:17.915Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/340) |
| 2157 | 2026-08-20T07:02:18.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-08-20T07:02:18.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-08-20T07:02:18.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-08-20T07:02:18.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2161 | 2026-08-20T07:02:18.330Z | |
| 2162 | 2026-08-20T07:02:18.330Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/340) |
| 2163 | 2026-08-20T07:02:18.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-08-20T07:02:18.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-08-20T07:02:18.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-08-20T07:02:18.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2167 | 2026-08-20T07:02:18.745Z | |
| 2168 | 2026-08-20T07:02:18.745Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/340) |
| 2169 | 2026-08-20T07:02:19.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-08-20T07:02:19.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-08-20T07:02:19.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-08-20T07:02:19.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2173 | 2026-08-20T07:02:19.162Z | |
| 2174 | 2026-08-20T07:02:19.162Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/340) |
| 2175 | 2026-08-20T07:02:19.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-08-20T07:02:19.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-08-20T07:02:19.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-08-20T07:02:19.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2179 | 2026-08-20T07:02:19.763Z | |
| 2180 | 2026-08-20T07:02:19.763Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/340) |
| 2181 | 2026-08-20T07:02:20.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-08-20T07:02:20.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-08-20T07:02:20.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-08-20T07:02:20.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2185 | 2026-08-20T07:02:20.359Z | |
| 2186 | 2026-08-20T07:02:20.359Z | info: running `cargo check --bins` on nexus-config (51/340) |
| 2187 | 2026-08-20T07:02:20.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-08-20T07:02:20.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-08-20T07:02:20.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-08-20T07:02:20.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2191 | 2026-08-20T07:02:20.955Z | |
| 2192 | 2026-08-20T07:02:20.955Z | info: running `cargo check --bins` on nexus-types (52/340) |
| 2193 | 2026-08-20T07:02:21.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-08-20T07:02:21.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-08-20T07:02:21.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-08-20T07:02:21.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2197 | 2026-08-20T07:02:21.549Z | |
| 2198 | 2026-08-20T07:02:21.549Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/340) |
| 2199 | 2026-08-20T07:02:22.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-08-20T07:02:22.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-08-20T07:02:22.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-08-20T07:02:22.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2203 | 2026-08-20T07:02:22.115Z | |
| 2204 | 2026-08-20T07:02:22.116Z | info: running `cargo check --bins` on omicron-passwords (54/340) |
| 2205 | 2026-08-20T07:02:22.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-08-20T07:02:22.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-08-20T07:02:22.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-08-20T07:02:22.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2209 | 2026-08-20T07:02:22.710Z | |
| 2210 | 2026-08-20T07:02:22.710Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/340) |
| 2211 | 2026-08-20T07:02:23.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-08-20T07:02:23.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-08-20T07:02:23.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-08-20T07:02:23.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2215 | 2026-08-20T07:02:23.228Z | |
| 2216 | 2026-08-20T07:02:23.228Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/340) |
| 2217 | 2026-08-20T07:02:23.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-08-20T07:02:23.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-08-20T07:02:23.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-08-20T07:02:23.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2221 | 2026-08-20T07:02:23.792Z | |
| 2222 | 2026-08-20T07:02:23.792Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/340) |
| 2223 | 2026-08-20T07:02:24.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-08-20T07:02:24.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-08-20T07:02:24.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-08-20T07:02:24.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2227 | 2026-08-20T07:02:24.362Z | |
| 2228 | 2026-08-20T07:02:24.362Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/340) |
| 2229 | 2026-08-20T07:02:24.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-08-20T07:02:24.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-08-20T07:02:24.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-08-20T07:02:24.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2233 | 2026-08-20T07:02:24.929Z | |
| 2234 | 2026-08-20T07:02:24.929Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/340) |
| 2235 | 2026-08-20T07:02:25.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-08-20T07:02:25.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-08-20T07:02:25.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-08-20T07:02:25.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2239 | 2026-08-20T07:02:25.479Z | |
| 2240 | 2026-08-20T07:02:25.479Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/340) |
| 2241 | 2026-08-20T07:02:25.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-08-20T07:02:25.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-08-20T07:02:25.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2244 | 2026-08-20T07:02:25.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2245 | 2026-08-20T07:02:26.029Z | |
| 2246 | 2026-08-20T07:02:26.029Z | info: running `cargo check --bins --no-default-features` on gfss (61/340) |
| 2247 | 2026-08-20T07:02:26.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2248 | 2026-08-20T07:02:26.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2249 | 2026-08-20T07:02:26.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2250 | 2026-08-20T07:02:26.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2251 | 2026-08-20T07:02:26.604Z | |
| 2252 | 2026-08-20T07:02:26.604Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/340) |
| 2253 | 2026-08-20T07:02:27.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2254 | 2026-08-20T07:02:27.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2255 | 2026-08-20T07:02:27.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2256 | 2026-08-20T07:02:27.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2257 | 2026-08-20T07:02:27.126Z | |
| 2258 | 2026-08-20T07:02:27.126Z | info: running `cargo check --bins` on trust-quorum-types (63/340) |
| 2259 | 2026-08-20T07:02:27.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2260 | 2026-08-20T07:02:27.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2261 | 2026-08-20T07:02:27.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2262 | 2026-08-20T07:02:27.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2263 | 2026-08-20T07:02:27.678Z | |
| 2264 | 2026-08-20T07:02:27.678Z | info: running `cargo check --bins` on wicketd-commission-types (64/340) |
| 2265 | 2026-08-20T07:02:28.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2266 | 2026-08-20T07:02:28.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2267 | 2026-08-20T07:02:28.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2268 | 2026-08-20T07:02:28.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2269 | 2026-08-20T07:02:28.247Z | |
| 2270 | 2026-08-20T07:02:28.247Z | info: running `cargo check --bins` on wicketd-commission-types-versions (65/340) |
| 2271 | 2026-08-20T07:02:28.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2272 | 2026-08-20T07:02:28.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2273 | 2026-08-20T07:02:28.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2274 | 2026-08-20T07:02:28.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2275 | 2026-08-20T07:02:28.820Z | |
| 2276 | 2026-08-20T07:02:28.820Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (66/340) |
| 2277 | 2026-08-20T07:02:29.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2278 | 2026-08-20T07:02:29.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2279 | 2026-08-20T07:02:29.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2280 | 2026-08-20T07:02:29.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2281 | 2026-08-20T07:02:29.382Z | |
| 2282 | 2026-08-20T07:02:29.382Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/340) |
| 2283 | 2026-08-20T07:02:29.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2284 | 2026-08-20T07:02:29.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2285 | 2026-08-20T07:02:29.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2286 | 2026-08-20T07:02:29.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2287 | 2026-08-20T07:02:29.943Z | |
| 2288 | 2026-08-20T07:02:29.943Z | info: running `cargo check --bins` on clickhouse-admin-types (68/340) |
| 2289 | 2026-08-20T07:02:30.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2290 | 2026-08-20T07:02:30.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2291 | 2026-08-20T07:02:30.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2292 | 2026-08-20T07:02:30.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2293 | 2026-08-20T07:02:30.509Z | |
| 2294 | 2026-08-20T07:02:30.509Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (69/340) |
| 2295 | 2026-08-20T07:02:30.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2296 | 2026-08-20T07:02:30.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2297 | 2026-08-20T07:02:30.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2298 | 2026-08-20T07:02:30.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2299 | 2026-08-20T07:02:31.077Z | |
| 2300 | 2026-08-20T07:02:31.077Z | info: running `cargo check --bins` on cockroach-admin-types (70/340) |
| 2301 | 2026-08-20T07:02:31.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2302 | 2026-08-20T07:02:31.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2303 | 2026-08-20T07:02:31.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2304 | 2026-08-20T07:02:31.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2305 | 2026-08-20T07:02:31.629Z | |
| 2306 | 2026-08-20T07:02:31.629Z | info: running `cargo check --bins` on cockroach-admin-types-versions (71/340) |
| 2307 | 2026-08-20T07:02:32.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2308 | 2026-08-20T07:02:32.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2309 | 2026-08-20T07:02:32.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2310 | 2026-08-20T07:02:32.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2311 | 2026-08-20T07:02:32.193Z | |
| 2312 | 2026-08-20T07:02:32.194Z | info: running `cargo check --bins` on ereport-types (72/340) |
| 2313 | 2026-08-20T07:02:32.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2314 | 2026-08-20T07:02:32.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2315 | 2026-08-20T07:02:32.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2316 | 2026-08-20T07:02:32.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2317 | 2026-08-20T07:02:32.729Z | |
| 2318 | 2026-08-20T07:02:32.729Z | info: running `cargo check --bins` on gateway-client (73/340) |
| 2319 | 2026-08-20T07:02:33.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2320 | 2026-08-20T07:02:33.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2321 | 2026-08-20T07:02:33.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2322 | 2026-08-20T07:02:33.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2323 | 2026-08-20T07:02:33.288Z | |
| 2324 | 2026-08-20T07:02:33.288Z | info: running `cargo check --bins --no-default-features` on gateway-types (74/340) |
| 2325 | 2026-08-20T07:02:33.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2326 | 2026-08-20T07:02:33.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2327 | 2026-08-20T07:02:33.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2328 | 2026-08-20T07:02:33.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2329 | 2026-08-20T07:02:33.842Z | |
| 2330 | 2026-08-20T07:02:33.842Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/340) |
| 2331 | 2026-08-20T07:02:34.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2332 | 2026-08-20T07:02:34.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2333 | 2026-08-20T07:02:34.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2334 | 2026-08-20T07:02:34.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2335 | 2026-08-20T07:02:34.398Z | |
| 2336 | 2026-08-20T07:02:34.398Z | info: running `cargo check --bins --no-default-features` on illumos-utils (76/340) |
| 2337 | 2026-08-20T07:02:34.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2338 | 2026-08-20T07:02:34.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2339 | 2026-08-20T07:02:34.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2340 | 2026-08-20T07:02:34.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2341 | 2026-08-20T07:02:34.975Z | |
| 2342 | 2026-08-20T07:02:34.976Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/340) |
| 2343 | 2026-08-20T07:02:35.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2344 | 2026-08-20T07:02:35.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2345 | 2026-08-20T07:02:35.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2346 | 2026-08-20T07:02:35.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2347 | 2026-08-20T07:02:35.555Z | |
| 2348 | 2026-08-20T07:02:35.555Z | info: running `cargo check --bins` on key-manager-types (78/340) |
| 2349 | 2026-08-20T07:02:36.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2350 | 2026-08-20T07:02:36.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2351 | 2026-08-20T07:02:36.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2352 | 2026-08-20T07:02:36.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2353 | 2026-08-20T07:02:36.103Z | |
| 2354 | 2026-08-20T07:02:36.103Z | info: running `cargo check --bins` on oxlog (79/340) |
| 2355 | 2026-08-20T07:02:36.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2356 | 2026-08-20T07:02:36.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2357 | 2026-08-20T07:02:36.699Z | Checking cfg-if v1.0.4 |
| 2358 | 2026-08-20T07:02:36.704Z | Checking serde_core v1.0.229 |
| 2359 | 2026-08-20T07:02:36.806Z | Checking libc v0.2.185 |
| 2360 | 2026-08-20T07:02:36.822Z | Checking memchr v2.8.0 |
| 2361 | 2026-08-20T07:02:36.831Z | Checking log v0.4.33 |
| 2362 | 2026-08-20T07:02:36.834Z | Checking smallvec v1.15.1 |
| 2363 | 2026-08-20T07:02:36.851Z | Checking subtle v2.6.1 |
| 2364 | 2026-08-20T07:02:36.861Z | Checking itoa v1.0.17 |
| 2365 | 2026-08-20T07:02:36.871Z | Checking scopeguard v1.2.0 |
| 2366 | 2026-08-20T07:02:36.971Z | Checking lock_api v0.4.14 |
| 2367 | 2026-08-20T07:02:36.984Z | Checking typenum v1.20.1 |
| 2368 | 2026-08-20T07:02:36.996Z | Checking stable_deref_trait v1.2.1 |
| 2369 | 2026-08-20T07:02:37.007Z | Checking zerofrom v0.1.6 |
| 2370 | 2026-08-20T07:02:37.022Z | Checking portable-atomic v1.13.1 |
| 2371 | 2026-08-20T07:02:37.065Z | Checking zerocopy v0.8.55 |
| 2372 | 2026-08-20T07:02:37.116Z | Checking yoke v0.8.1 |
| 2373 | 2026-08-20T07:02:37.168Z | Checking critical-section v1.2.0 |
| 2374 | 2026-08-20T07:02:37.206Z | Checking errno v0.3.14 |
| 2375 | 2026-08-20T07:02:37.206Z | Checking getrandom v0.2.17 |
| 2376 | 2026-08-20T07:02:37.264Z | Checking pin-project-lite v0.2.17 |
| 2377 | 2026-08-20T07:02:37.282Z | Checking zerovec v0.11.5 |
| 2378 | 2026-08-20T07:02:37.347Z | Checking const-oid v0.9.6 |
| 2379 | 2026-08-20T07:02:37.358Z | Checking libm v0.2.16 |
| 2380 | 2026-08-20T07:02:37.368Z | Checking rand_core v0.6.4 |
| 2381 | 2026-08-20T07:02:37.430Z | Checking once_cell v1.21.3 |
| 2382 | 2026-08-20T07:02:37.543Z | Checking zmij v1.0.21 |
| 2383 | 2026-08-20T07:02:37.606Z | Checking signal-hook-registry v1.4.8 |
| 2384 | 2026-08-20T07:02:37.718Z | Checking tinystr v0.8.2 |
| 2385 | 2026-08-20T07:02:37.729Z | Checking parking_lot_core v0.9.12 |
| 2386 | 2026-08-20T07:02:37.774Z | Checking litemap v0.8.1 |
| 2387 | 2026-08-20T07:02:37.778Z | Checking percent-encoding v2.3.2 |
| 2388 | 2026-08-20T07:02:37.890Z | Checking writeable v0.6.2 |
| 2389 | 2026-08-20T07:02:37.901Z | Checking futures-core v0.3.32 |
| 2390 | 2026-08-20T07:02:37.912Z | Checking parking_lot v0.12.5 |
| 2391 | 2026-08-20T07:02:37.924Z | Checking potential_utf v0.1.4 |
| 2392 | 2026-08-20T07:02:38.011Z | Checking zerotrie v0.2.3 |
| 2393 | 2026-08-20T07:02:38.023Z | Checking mio v1.2.0 |
| 2394 | 2026-08-20T07:02:38.045Z | Checking icu_locale_core v2.1.1 |
| 2395 | 2026-08-20T07:02:38.059Z | Checking num-traits v0.2.19 |
| 2396 | 2026-08-20T07:02:38.069Z | Checking equivalent v1.0.2 |
| 2397 | 2026-08-20T07:02:38.098Z | Checking icu_collections v2.1.1 |
| 2398 | 2026-08-20T07:02:38.148Z | Checking getrandom v0.3.4 |
| 2399 | 2026-08-20T07:02:38.253Z | Checking socket2 v0.6.3 |
| 2400 | 2026-08-20T07:02:38.288Z | Checking icu_properties_data v2.1.2 |
| 2401 | 2026-08-20T07:02:38.301Z | Checking icu_normalizer_data v2.1.1 |
| 2402 | 2026-08-20T07:02:38.304Z | Checking serde v1.0.229 |
| 2403 | 2026-08-20T07:02:38.371Z | Checking bitflags v2.11.0 |
| 2404 | 2026-08-20T07:02:38.402Z | Checking serde_json v1.0.151 |
| 2405 | 2026-08-20T07:02:38.415Z | Checking byteorder v1.5.0 |
| 2406 | 2026-08-20T07:02:38.490Z | Checking futures-sink v0.3.32 |
| 2407 | 2026-08-20T07:02:38.530Z | Checking rand_core v0.10.0 |
| 2408 | 2026-08-20T07:02:38.576Z | Checking hashbrown v0.17.0 |
| 2409 | 2026-08-20T07:02:38.589Z | Checking futures-channel v0.3.32 |
| 2410 | 2026-08-20T07:02:38.601Z | Checking icu_provider v2.1.1 |
| 2411 | 2026-08-20T07:02:38.613Z | Checking utf8_iter v1.0.4 |
| 2412 | 2026-08-20T07:02:38.668Z | Checking getrandom v0.4.3 |
| 2413 | 2026-08-20T07:02:38.711Z | Checking zeroize v1.9.0 |
| 2414 | 2026-08-20T07:02:38.730Z | Checking bytes v1.11.1 |
| 2415 | 2026-08-20T07:02:38.777Z | Checking futures-io v0.3.32 |
| 2416 | 2026-08-20T07:02:38.811Z | Checking futures-task v0.3.32 |
| 2417 | 2026-08-20T07:02:38.829Z | Checking icu_normalizer v2.1.1 |
| 2418 | 2026-08-20T07:02:38.877Z | Checking generic-array v0.14.7 |
| 2419 | 2026-08-20T07:02:38.890Z | Checking icu_properties v2.1.2 |
| 2420 | 2026-08-20T07:02:38.945Z | Checking slab v0.4.12 |
| 2421 | 2026-08-20T07:02:39.032Z | Checking indexmap v2.14.0 |
| 2422 | 2026-08-20T07:02:39.066Z | Checking rustix v1.1.4 |
| 2423 | 2026-08-20T07:02:39.100Z | Checking futures-util v0.3.32 |
| 2424 | 2026-08-20T07:02:39.127Z | Checking form_urlencoded v1.2.2 |
| 2425 | 2026-08-20T07:02:39.171Z | Checking tokio v1.52.1 |
| 2426 | 2026-08-20T07:02:39.252Z | Checking base64ct v1.8.3 |
| 2427 | 2026-08-20T07:02:39.338Z | Checking crypto-common v0.1.7 |
| 2428 | 2026-08-20T07:02:39.460Z | Checking block-buffer v0.10.4 |
| 2429 | 2026-08-20T07:02:39.485Z | Checking fnv v1.0.7 |
| 2430 | 2026-08-20T07:02:39.578Z | Checking pem-rfc7468 v0.7.0 |
| 2431 | 2026-08-20T07:02:39.592Z | Checking iana-time-zone v0.1.65 |
| 2432 | 2026-08-20T07:02:39.604Z | Checking digest v0.10.7 |
| 2433 | 2026-08-20T07:02:39.698Z | Checking flagset v0.4.7 |
| 2434 | 2026-08-20T07:02:39.711Z | Checking idna_adapter v1.2.1 |
| 2435 | 2026-08-20T07:02:39.737Z | Checking chrono v0.4.45 |
| 2436 | 2026-08-20T07:02:39.804Z | Checking uuid v1.23.4 |
| 2437 | 2026-08-20T07:02:39.821Z | Checking der v0.7.10 |
| 2438 | 2026-08-20T07:02:39.825Z | Checking idna v1.1.0 |
| 2439 | 2026-08-20T07:02:39.844Z | Checking ppv-lite86 v0.2.21 |
| 2440 | 2026-08-20T07:02:39.912Z | Checking rand_core v0.9.5 |
| 2441 | 2026-08-20T07:02:40.070Z | Checking url v2.5.8 |
| 2442 | 2026-08-20T07:02:40.086Z | Checking regex-syntax v0.8.10 |
| 2443 | 2026-08-20T07:02:40.116Z | Checking base64 v0.22.1 |
| 2444 | 2026-08-20T07:02:40.135Z | Checking http v1.4.2 |
| 2445 | 2026-08-20T07:02:40.347Z | Checking rand_chacha v0.9.0 |
| 2446 | 2026-08-20T07:02:40.497Z | Checking tracing-core v0.1.36 |
| 2447 | 2026-08-20T07:02:40.546Z | Checking dyn-clone v1.0.20 |
| 2448 | 2026-08-20T07:02:40.557Z | Checking spki v0.7.3 |
| 2449 | 2026-08-20T07:02:40.580Z | Checking simd-adler32 v0.3.8 |
| 2450 | 2026-08-20T07:02:40.645Z | Checking cpufeatures v0.2.17 |
| 2451 | 2026-08-20T07:02:40.689Z | Checking http-body v1.0.1 |
| 2452 | 2026-08-20T07:02:40.712Z | Checking rand v0.9.2 |
| 2453 | 2026-08-20T07:02:40.725Z | Checking pkcs8 v0.10.2 |
| 2454 | 2026-08-20T07:02:40.748Z | Checking rustls-pki-types v1.14.0 |
| 2455 | 2026-08-20T07:02:40.804Z | Checking tracing v0.1.44 |
| 2456 | 2026-08-20T07:02:40.817Z | Checking semver v1.0.28 |
| 2457 | 2026-08-20T07:02:40.876Z | Checking spin v0.9.8 |
| 2458 | 2026-08-20T07:02:41.003Z | Checking tinyvec_macros v0.1.1 |
| 2459 | 2026-08-20T07:02:41.020Z | Checking adler2 v2.0.1 |
| 2460 | 2026-08-20T07:02:41.033Z | Checking cmov v0.5.4 |
| 2461 | 2026-08-20T07:02:41.045Z | Checking anstyle v1.0.14 |
| 2462 | 2026-08-20T07:02:41.056Z | Checking utf8parse v0.2.2 |
| 2463 | 2026-08-20T07:02:41.067Z | Checking openssl-probe v0.2.1 |
| 2464 | 2026-08-20T07:02:41.124Z | Checking miniz_oxide v0.8.9 |
| 2465 | 2026-08-20T07:02:41.150Z | Checking anstyle-parse v1.0.0 |
| 2466 | 2026-08-20T07:02:41.165Z | Checking tinyvec v1.10.0 |
| 2467 | 2026-08-20T07:02:41.180Z | Checking schemars v0.8.22 |
| 2468 | 2026-08-20T07:02:41.216Z | Checking ctutils v0.4.2 |
| 2469 | 2026-08-20T07:02:41.228Z | Checking sha2 v0.10.9 |
| 2470 | 2026-08-20T07:02:41.298Z | Checking terminal_size v0.4.3 |
| 2471 | 2026-08-20T07:02:41.387Z | Checking aws-lc-sys v0.40.0 |
| 2472 | 2026-08-20T07:02:41.409Z | Checking thiserror v2.0.18 |
| 2473 | 2026-08-20T07:02:41.425Z | Checking colorchoice v1.0.4 |
| 2474 | 2026-08-20T07:02:41.467Z | Checking is_terminal_polyfill v1.70.2 |
| 2475 | 2026-08-20T07:02:41.471Z | Checking tower-service v0.3.3 |
| 2476 | 2026-08-20T07:02:41.494Z | Checking tower-layer v0.3.3 |
| 2477 | 2026-08-20T07:02:41.506Z | Checking atomic-waker v1.1.2 |
| 2478 | 2026-08-20T07:02:41.519Z | Checking try-lock v0.2.5 |
| 2479 | 2026-08-20T07:02:41.555Z | Checking anstyle-query v1.1.5 |
| 2480 | 2026-08-20T07:02:41.569Z | Checking untrusted v0.7.1 |
| 2481 | 2026-08-20T07:02:41.599Z | Checking fastrand v2.3.0 |
| 2482 | 2026-08-20T07:02:41.612Z | Checking want v0.3.1 |
| 2483 | 2026-08-20T07:02:41.640Z | Checking anstream v1.0.0 |
| 2484 | 2026-08-20T07:02:41.653Z | Checking hybrid-array v0.4.13 |
| 2485 | 2026-08-20T07:02:41.671Z | Checking ipnet v2.12.0 |
| 2486 | 2026-08-20T07:02:41.727Z | Checking httparse v1.10.1 |
| 2487 | 2026-08-20T07:02:41.772Z | Checking tempfile v3.27.0 |
| 2488 | 2026-08-20T07:02:41.833Z | Checking crc32fast v1.5.0 |
| 2489 | 2026-08-20T07:02:41.846Z | Checking aho-corasick v1.1.4 |
| 2490 | 2026-08-20T07:02:41.880Z | Checking aws-lc-rs v1.16.3 |
| 2491 | 2026-08-20T07:02:41.923Z | Checking tap v1.0.1 |
| 2492 | 2026-08-20T07:02:41.937Z | Checking untrusted v0.9.0 |
| 2493 | 2026-08-20T07:02:41.965Z | Checking foreign-types-shared v0.1.1 |
| 2494 | 2026-08-20T07:02:41.977Z | Checking httpdate v1.0.3 |
| 2495 | 2026-08-20T07:02:42.021Z | Checking plain v0.2.3 |
| 2496 | 2026-08-20T07:02:42.039Z | Checking wyz v0.5.1 |
| 2497 | 2026-08-20T07:02:42.051Z | Checking foreign-types v0.3.2 |
| 2498 | 2026-08-20T07:02:42.117Z | Checking unicode-normalization v0.1.25 |
| 2499 | 2026-08-20T07:02:42.121Z | Checking rand_chacha v0.3.1 |
| 2500 | 2026-08-20T07:02:42.144Z | Checking signature v2.2.0 |
| 2501 | 2026-08-20T07:02:42.208Z | Checking radium v0.7.0 |
| 2502 | 2026-08-20T07:02:42.270Z | Checking hex v0.4.3 |
| 2503 | 2026-08-20T07:02:42.334Z | Checking num-integer v0.1.46 |
| 2504 | 2026-08-20T07:02:42.380Z | Checking openssl-sys v0.9.117 |
| 2505 | 2026-08-20T07:02:42.393Z | Checking wait-timeout v0.2.1 |
| 2506 | 2026-08-20T07:02:42.423Z | Checking tokio-util v0.7.18 |
| 2507 | 2026-08-20T07:02:42.492Z | Checking clap_lex v1.0.0 |
| 2508 | 2026-08-20T07:02:42.509Z | Checking unicode-ident v1.0.24 |
| 2509 | 2026-08-20T07:02:42.522Z | Checking regex-automata v0.4.14 |
| 2510 | 2026-08-20T07:02:42.526Z | Checking bit-vec v0.8.0 |
| 2511 | 2026-08-20T07:02:42.557Z | Checking strsim v0.11.1 |
| 2512 | 2026-08-20T07:02:42.615Z | Checking funty v2.0.0 |
| 2513 | 2026-08-20T07:02:42.641Z | Checking ucd-trie v0.1.7 |
| 2514 | 2026-08-20T07:02:42.717Z | Checking rustls-webpki v0.103.13 |
| 2515 | 2026-08-20T07:02:42.720Z | Checking quick-error v1.2.3 |
| 2516 | 2026-08-20T07:02:42.742Z | Checking openssl v0.10.80 |
| 2517 | 2026-08-20T07:02:42.745Z | Checking bit-set v0.8.0 |
| 2518 | 2026-08-20T07:02:42.768Z | Checking pest v2.8.6 |
| 2519 | 2026-08-20T07:02:42.823Z | Checking rusty-fork v0.3.1 |
| 2520 | 2026-08-20T07:02:42.895Z | Checking clap_builder v4.6.0 |
| 2521 | 2026-08-20T07:02:42.932Z | Checking bitvec v1.0.1 |
| 2522 | 2026-08-20T07:02:42.992Z | Checking proc-macro2 v1.0.106 |
| 2523 | 2026-08-20T07:02:43.043Z | Checking h2 v0.4.15 |
| 2524 | 2026-08-20T07:02:43.130Z | Checking rustls v0.23.41 |
| 2525 | 2026-08-20T07:02:43.308Z | Checking num-iter v0.1.45 |
| 2526 | 2026-08-20T07:02:43.422Z | Checking rand v0.8.6 |
| 2527 | 2026-08-20T07:02:43.818Z | Checking lazy_static v1.5.0 |
| 2528 | 2026-08-20T07:02:43.911Z | Checking rand_xorshift v0.4.0 |
| 2529 | 2026-08-20T07:02:43.927Z | Checking hmac v0.12.1 |
| 2530 | 2026-08-20T07:02:44.033Z | Checking thiserror v1.0.69 |
| 2531 | 2026-08-20T07:02:44.060Z | Checking maybe-uninit v2.0.0 |
| 2532 | 2026-08-20T07:02:44.124Z | Checking toml_datetime v0.6.11 |
| 2533 | 2026-08-20T07:02:44.124Z | Checking serde_spanned v0.6.9 |
| 2534 | 2026-08-20T07:02:44.149Z | Checking sync_wrapper v1.0.2 |
| 2535 | 2026-08-20T07:02:44.219Z | Checking zlib-rs v0.6.2 |
| 2536 | 2026-08-20T07:02:44.247Z | Checking crc-catalog v2.4.0 |
| 2537 | 2026-08-20T07:02:44.259Z | Checking nodrop v0.1.14 |
| 2538 | 2026-08-20T07:02:44.303Z | Checking unarray v0.1.4 |
| 2539 | 2026-08-20T07:02:44.330Z | Checking siphasher v1.0.2 |
| 2540 | 2026-08-20T07:02:44.343Z | Checking pretty-hex v0.4.1 |
| 2541 | 2026-08-20T07:02:44.346Z | Checking powerfmt v0.2.0 |
| 2542 | 2026-08-20T07:02:44.400Z | Checking proptest v1.11.0 |
| 2543 | 2026-08-20T07:02:44.453Z | Checking array-init v0.0.4 |
| 2544 | 2026-08-20T07:02:44.482Z | Checking crc v3.4.0 |
| 2545 | 2026-08-20T07:02:44.500Z | Checking deranged v0.5.8 |
| 2546 | 2026-08-20T07:02:44.659Z | Checking tower v0.5.3 |
| 2547 | 2026-08-20T07:02:44.745Z | Checking native-tls v0.2.18 |
| 2548 | 2026-08-20T07:02:44.758Z | Checking packed_struct v0.10.1 |
| 2549 | 2026-08-20T07:02:44.926Z | Checking smallvec v0.6.14 |
| 2550 | 2026-08-20T07:02:45.052Z | Checking clap v4.6.1 |
| 2551 | 2026-08-20T07:02:45.116Z | Checking num-bigint-dig v0.8.6 |
| 2552 | 2026-08-20T07:02:45.120Z | Checking flate2 v1.1.9 |
| 2553 | 2026-08-20T07:02:45.143Z | Checking quote v1.0.45 |
| 2554 | 2026-08-20T07:02:45.315Z | Checking ipnetwork v0.21.1 |
| 2555 | 2026-08-20T07:02:45.384Z | Checking pkcs1 v0.7.5 |
| 2556 | 2026-08-20T07:02:45.411Z | Checking http-body-util v0.1.3 |
| 2557 | 2026-08-20T07:02:45.437Z | Checking crossbeam-utils v0.8.21 |
| 2558 | 2026-08-20T07:02:45.549Z | Checking zerocopy v0.6.6 |
| 2559 | 2026-08-20T07:02:45.589Z | Checking bitfield v0.19.4 |
| 2560 | 2026-08-20T07:02:45.625Z | Checking ahash v0.8.12 |
| 2561 | 2026-08-20T07:02:45.775Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2562 | 2026-08-20T07:02:45.791Z | Checking scroll v0.13.0 |
| 2563 | 2026-08-20T07:02:45.819Z | Checking env_filter v2.0.0 |
| 2564 | 2026-08-20T07:02:45.828Z | Checking winnow v0.5.40 |
| 2565 | 2026-08-20T07:02:45.850Z | Checking hyper v1.10.1 |
| 2566 | 2026-08-20T07:02:45.850Z | Checking unicode-properties v0.1.4 |
| 2567 | 2026-08-20T07:02:45.874Z | Checking allocator-api2 v0.2.21 |
| 2568 | 2026-08-20T07:02:45.916Z | Checking num-conv v0.2.0 |
| 2569 | 2026-08-20T07:02:45.953Z | Checking time-core v0.1.8 |
| 2570 | 2026-08-20T07:02:46.013Z | Checking iri-string v0.7.10 |
| 2571 | 2026-08-20T07:02:46.031Z | Checking base64 v0.21.7 |
| 2572 | 2026-08-20T07:02:46.031Z | Checking gimli v0.32.3 |
| 2573 | 2026-08-20T07:02:46.092Z | Checking num_threads v0.1.7 |
| 2574 | 2026-08-20T07:02:46.152Z | Checking unicode-bidi v0.3.18 |
| 2575 | 2026-08-20T07:02:46.175Z | Checking hashbrown v0.12.3 |
| 2576 | 2026-08-20T07:02:46.218Z | Checking ryu v1.0.23 |
| 2577 | 2026-08-20T07:02:46.273Z | Checking ron v0.8.1 |
| 2578 | 2026-08-20T07:02:46.415Z | Checking serde_urlencoded v0.7.1 |
| 2579 | 2026-08-20T07:02:46.446Z | Checking stringprep v0.1.5 |
| 2580 | 2026-08-20T07:02:46.552Z | Checking newtype-uuid v1.3.2 |
| 2581 | 2026-08-20T07:02:46.577Z | Checking indexmap v1.9.3 |
| 2582 | 2026-08-20T07:02:46.597Z | Checking time v0.3.47 |
| 2583 | 2026-08-20T07:02:46.751Z | Checking goblin v0.10.5 |
| 2584 | 2026-08-20T07:02:46.784Z | Checking env_logger v0.11.11 |
| 2585 | 2026-08-20T07:02:46.798Z | Checking hyper-util v0.1.20 |
| 2586 | 2026-08-20T07:02:46.885Z | Checking rsa v0.9.10 |
| 2587 | 2026-08-20T07:02:46.972Z | Checking toml_edit v0.19.15 |
| 2588 | 2026-08-20T07:02:46.985Z | Checking bzip2 v0.4.4 |
| 2589 | 2026-08-20T07:02:47.026Z | Checking tower-http v0.6.8 |
| 2590 | 2026-08-20T07:02:47.147Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2591 | 2026-08-20T07:02:47.326Z | Checking hashbrown v0.13.2 |
| 2592 | 2026-08-20T07:02:47.355Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2593 | 2026-08-20T07:02:47.506Z | Checking crossbeam-epoch v0.9.18 |
| 2594 | 2026-08-20T07:02:47.554Z | Checking addr2line v0.25.1 |
| 2595 | 2026-08-20T07:02:47.720Z | Checking oxnet v0.1.6 |
| 2596 | 2026-08-20T07:02:47.735Z | Checking syn v2.0.117 |
| 2597 | 2026-08-20T07:02:47.755Z | Checking serde-hex v0.1.0 |
| 2598 | 2026-08-20T07:02:47.816Z | Checking tokio-native-tls v0.3.1 |
| 2599 | 2026-08-20T07:02:47.971Z | Checking bstr v1.12.1 |
| 2600 | 2026-08-20T07:02:47.985Z | Checking block-padding v0.4.2 |
| 2601 | 2026-08-20T07:02:47.996Z | Checking block-buffer v0.12.1 |
| 2602 | 2026-08-20T07:02:48.050Z | Checking crypto-common v0.2.2 |
| 2603 | 2026-08-20T07:02:48.121Z | Checking rustls-native-certs v0.8.3 |
| 2604 | 2026-08-20T07:02:48.158Z | Checking x509-cert v0.2.5 |
| 2605 | 2026-08-20T07:02:48.252Z | Checking scroll v0.12.0 |
| 2606 | 2026-08-20T07:02:48.358Z | Checking object v0.37.3 |
| 2607 | 2026-08-20T07:02:48.474Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2608 | 2026-08-20T07:02:48.586Z | Checking md-5 v0.10.6 |
| 2609 | 2026-08-20T07:02:48.650Z | Checking hash32 v0.2.1 |
| 2610 | 2026-08-20T07:02:48.731Z | Checking encoding_rs v0.8.35 |
| 2611 | 2026-08-20T07:02:48.798Z | Checking psl-types v2.0.11 |
| 2612 | 2026-08-20T07:02:48.812Z | Checking mime v0.3.17 |
| 2613 | 2026-08-20T07:02:48.916Z | Checking either v1.15.0 |
| 2614 | 2026-08-20T07:02:48.980Z | Checking crc-any v2.5.0 |
| 2615 | 2026-08-20T07:02:49.058Z | Checking fallible-iterator v0.2.0 |
| 2616 | 2026-08-20T07:02:49.101Z | Checking rustc-demangle v0.1.27 |
| 2617 | 2026-08-20T07:02:49.155Z | Checking dof v0.4.0 |
| 2618 | 2026-08-20T07:02:49.243Z | Checking publicsuffix v2.3.0 |
| 2619 | 2026-08-20T07:02:49.318Z | Checking heapless v0.7.17 |
| 2620 | 2026-08-20T07:02:49.335Z | Checking postgres-protocol v0.6.10 |
| 2621 | 2026-08-20T07:02:49.405Z | Checking zstd-safe v7.2.4 |
| 2622 | 2026-08-20T07:02:49.576Z | Checking goblin v0.8.2 |
| 2623 | 2026-08-20T07:02:49.666Z | Checking inout v0.2.2 |
| 2624 | 2026-08-20T07:02:49.716Z | Checking hyper-tls v0.6.0 |
| 2625 | 2026-08-20T07:02:49.784Z | Checking toml v0.7.8 |
| 2626 | 2026-08-20T07:02:49.824Z | Checking daft v0.1.7 |
| 2627 | 2026-08-20T07:02:49.836Z | Checking object v0.30.4 |
| 2628 | 2026-08-20T07:02:49.877Z | Checking cookie v0.18.1 |
| 2629 | 2026-08-20T07:02:50.036Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-08-20T07:02:50.086Z | Checking zip v0.6.6 |
| 2631 | 2026-08-20T07:02:50.097Z | Checking tokio-rustls v0.26.4 |
| 2632 | 2026-08-20T07:02:50.097Z | Checking phf_shared v0.13.1 |
| 2633 | 2026-08-20T07:02:50.186Z | Checking dtrace-parser v0.3.0 |
| 2634 | 2026-08-20T07:02:50.200Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2635 | 2026-08-20T07:02:50.287Z | Checking pin-project v1.1.11 |
| 2636 | 2026-08-20T07:02:50.296Z | Checking zerocopy v0.7.35 |
| 2637 | 2026-08-20T07:02:50.376Z | Checking signal-hook v0.3.18 |
| 2638 | 2026-08-20T07:02:50.384Z | Checking futures-executor v0.3.32 |
| 2639 | 2026-08-20T07:02:50.418Z | Checking ff v0.13.1 |
| 2640 | 2026-08-20T07:02:50.542Z | Checking thread-id v5.1.0 |
| 2641 | 2026-08-20T07:02:50.578Z | Checking libbz2-rs-sys v0.2.2 |
| 2642 | 2026-08-20T07:02:50.612Z | Checking managed v0.8.0 |
| 2643 | 2026-08-20T07:02:50.653Z | Checking jiff-core v0.1.0 |
| 2644 | 2026-08-20T07:02:50.688Z | Checking backtrace v0.3.76 |
| 2645 | 2026-08-20T07:02:50.776Z | Checking unicode-width v0.2.0 |
| 2646 | 2026-08-20T07:02:50.847Z | Checking unicode-linebreak v0.1.5 |
| 2647 | 2026-08-20T07:02:50.933Z | Checking bumpalo v3.20.2 |
| 2648 | 2026-08-20T07:02:50.968Z | Checking foldhash v0.2.0 |
| 2649 | 2026-08-20T07:02:50.999Z | Checking same-file v1.0.6 |
| 2650 | 2026-08-20T07:02:51.013Z | Checking base16ct v0.2.0 |
| 2651 | 2026-08-20T07:02:51.111Z | Checking is_ci v1.2.0 |
| 2652 | 2026-08-20T07:02:51.132Z | Compiling rayon-core v1.13.0 |
| 2653 | 2026-08-20T07:02:51.132Z | Checking bitflags v1.3.2 |
| 2654 | 2026-08-20T07:02:51.132Z | Checking foldhash v0.1.5 |
| 2655 | 2026-08-20T07:02:51.156Z | Checking path-slash v0.1.5 |
| 2656 | 2026-08-20T07:02:51.179Z | Checking smawk v0.3.2 |
| 2657 | 2026-08-20T07:02:51.192Z | Checking supports-color v3.0.2 |
| 2658 | 2026-08-20T07:02:51.252Z | Checking hashbrown v0.15.5 |
| 2659 | 2026-08-20T07:02:51.256Z | Checking smoltcp v0.9.1 |
| 2660 | 2026-08-20T07:02:51.285Z | Checking jiff v0.2.34 |
| 2661 | 2026-08-20T07:02:51.302Z | Checking textwrap v0.16.2 |
| 2662 | 2026-08-20T07:02:51.302Z | Checking sec1 v0.7.3 |
| 2663 | 2026-08-20T07:02:51.337Z | Checking zopfli v0.8.3 |
| 2664 | 2026-08-20T07:02:51.493Z | Checking dof v0.3.0 |
| 2665 | 2026-08-20T07:02:51.520Z | Checking hashbrown v0.16.1 |
| 2666 | 2026-08-20T07:02:51.523Z | Checking walkdir v2.5.0 |
| 2667 | 2026-08-20T07:02:51.662Z | Checking backtrace-ext v0.2.1 |
| 2668 | 2026-08-20T07:02:51.692Z | Checking bzip2 v0.6.1 |
| 2669 | 2026-08-20T07:02:51.712Z | Checking usdt-impl v0.6.0 |
| 2670 | 2026-08-20T07:02:51.763Z | Checking signal-hook-mio v0.2.5 |
| 2671 | 2026-08-20T07:02:51.776Z | Checking group v0.13.0 |
| 2672 | 2026-08-20T07:02:51.840Z | Checking futures v0.3.32 |
| 2673 | 2026-08-20T07:02:51.852Z | Checking snafu v0.8.9 |
| 2674 | 2026-08-20T07:02:51.866Z | Checking hyper-rustls v0.27.7 |
| 2675 | 2026-08-20T07:02:51.910Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2676 | 2026-08-20T07:02:51.923Z | Checking phf v0.13.1 |
| 2677 | 2026-08-20T07:02:51.926Z | Checking cookie_store v0.22.1 |
| 2678 | 2026-08-20T07:02:51.989Z | Checking reqwest v0.12.28 |
| 2679 | 2026-08-20T07:02:52.013Z | Checking cipher v0.5.2 |
| 2680 | 2026-08-20T07:02:52.059Z | Checking postgres-types v0.2.12 |
| 2681 | 2026-08-20T07:02:52.071Z | Checking zstd v0.13.3 |
| 2682 | 2026-08-20T07:02:52.083Z | Checking globset v0.4.18 |
| 2683 | 2026-08-20T07:02:52.236Z | Checking rustls-platform-verifier v0.6.2 |
| 2684 | 2026-08-20T07:02:52.248Z | Checking crossbeam-deque v0.8.6 |
| 2685 | 2026-08-20T07:02:52.260Z | Checking phf_shared v0.11.3 |
| 2686 | 2026-08-20T07:02:52.263Z | Checking regex v1.12.3 |
| 2687 | 2026-08-20T07:02:52.336Z | Checking dtrace-parser v0.2.0 |
| 2688 | 2026-08-20T07:02:52.364Z | Checking hkdf v0.12.4 |
| 2689 | 2026-08-20T07:02:52.377Z | Checking olpc-cjson v0.1.4 |
| 2690 | 2026-08-20T07:02:52.395Z | Checking ref-cast v1.0.25 |
| 2691 | 2026-08-20T07:02:52.417Z | Checking curve25519-dalek v4.1.3 |
| 2692 | 2026-08-20T07:02:52.490Z | Checking strum v0.27.2 |
| 2693 | 2026-08-20T07:02:52.503Z | Checking byte-wrapper v0.1.0 |
| 2694 | 2026-08-20T07:02:52.507Z | Checking hubpack v0.1.2 |
| 2695 | 2026-08-20T07:02:52.542Z | Checking ed25519 v2.2.3 |
| 2696 | 2026-08-20T07:02:52.566Z | Checking memoffset v0.9.1 |
| 2697 | 2026-08-20T07:02:52.596Z | Checking owo-colors v4.3.0 |
| 2698 | 2026-08-20T07:02:52.643Z | Checking rustix v0.38.44 |
| 2699 | 2026-08-20T07:02:52.661Z | Checking pem v3.0.6 |
| 2700 | 2026-08-20T07:02:52.715Z | Checking crypto-bigint v0.5.5 |
| 2701 | 2026-08-20T07:02:52.732Z | Checking serde-big-array v0.5.1 |
| 2702 | 2026-08-20T07:02:52.738Z | Checking erased-serde v0.3.31 |
| 2703 | 2026-08-20T07:02:52.825Z | Checking serde_plain v1.0.2 |
| 2704 | 2026-08-20T07:02:52.863Z | Checking float-cmp v0.10.0 |
| 2705 | 2026-08-20T07:02:52.957Z | Checking memmap2 v0.9.10 |
| 2706 | 2026-08-20T07:02:52.986Z | Checking thread-id v4.2.2 |
| 2707 | 2026-08-20T07:02:53.065Z | Checking precomputed-hash v0.1.1 |
| 2708 | 2026-08-20T07:02:53.117Z | Checking typed-path v0.9.3 |
| 2709 | 2026-08-20T07:02:53.123Z | Checking fixedbitset v0.4.2 |
| 2710 | 2026-08-20T07:02:53.149Z | Checking const-oid v0.10.2 |
| 2711 | 2026-08-20T07:02:53.167Z | Checking new_debug_unreachable v1.0.6 |
| 2712 | 2026-08-20T07:02:53.187Z | Checking winnow v0.7.14 |
| 2713 | 2026-08-20T07:02:53.203Z | Checking unicode-width v0.1.14 |
| 2714 | 2026-08-20T07:02:53.217Z | Checking difflib v0.4.0 |
| 2715 | 2026-08-20T07:02:53.280Z | Checking supports-unicode v3.0.0 |
| 2716 | 2026-08-20T07:02:53.296Z | Checking toml_write v0.1.2 |
| 2717 | 2026-08-20T07:02:53.370Z | Checking whoami v2.1.0 |
| 2718 | 2026-08-20T07:02:53.391Z | Checking supports-hyperlinks v3.2.0 |
| 2719 | 2026-08-20T07:02:53.459Z | Checking predicates-core v1.0.10 |
| 2720 | 2026-08-20T07:02:53.463Z | Checking cpufeatures v0.3.0 |
| 2721 | 2026-08-20T07:02:53.463Z | Checking winnow v1.0.3 |
| 2722 | 2026-08-20T07:02:53.493Z | Checking static_assertions v1.1.0 |
| 2723 | 2026-08-20T07:02:53.517Z | Checking unicode-segmentation v1.12.0 |
| 2724 | 2026-08-20T07:02:53.553Z | Checking fixedbitset v0.5.7 |
| 2725 | 2026-08-20T07:02:53.565Z | Checking normalize-line-endings v0.3.0 |
| 2726 | 2026-08-20T07:02:53.569Z | Checking keccak v0.1.6 |
| 2727 | 2026-08-20T07:02:53.633Z | Checking data-encoding v2.10.0 |
| 2728 | 2026-08-20T07:02:53.671Z | Checking predicates v3.1.4 |
| 2729 | 2026-08-20T07:02:53.746Z | Checking petgraph v0.8.3 |
| 2730 | 2026-08-20T07:02:53.746Z | Checking sha3 v0.10.8 |
| 2731 | 2026-08-20T07:02:53.818Z | Checking similar v2.7.0 |
| 2732 | 2026-08-20T07:02:53.899Z | Checking hickory-proto v0.25.2 |
| 2733 | 2026-08-20T07:02:53.913Z | Checking tough v0.22.0 |
| 2734 | 2026-08-20T07:02:53.942Z | Checking elliptic-curve v0.13.8 |
| 2735 | 2026-08-20T07:02:53.946Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2736 | 2026-08-20T07:02:54.195Z | Checking tokio-postgres v0.7.16 |
| 2737 | 2026-08-20T07:02:54.250Z | Checking chacha20 v0.10.0 |
| 2738 | 2026-08-20T07:02:54.308Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2739 | 2026-08-20T07:02:54.361Z | Checking toml_edit v0.22.27 |
| 2740 | 2026-08-20T07:02:54.508Z | Checking miette v7.6.0 |
| 2741 | 2026-08-20T07:02:54.648Z | Checking crossterm v0.28.1 |
| 2742 | 2026-08-20T07:02:55.029Z | Checking digest v0.11.3 |
| 2743 | 2026-08-20T07:02:55.213Z | Checking petgraph v0.6.5 |
| 2744 | 2026-08-20T07:02:55.352Z | Checking string_cache v0.8.9 |
| 2745 | 2026-08-20T07:02:55.378Z | Checking zip v4.6.1 |
| 2746 | 2026-08-20T07:02:55.462Z | Checking ed25519-dalek v2.2.0 |
| 2747 | 2026-08-20T07:02:55.486Z | Checking slog v2.8.2 |
| 2748 | 2026-08-20T07:02:55.519Z | Checking usdt v0.6.0 |
| 2749 | 2026-08-20T07:02:55.688Z | Checking usdt-impl v0.5.0 |
| 2750 | 2026-08-20T07:02:55.691Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2751 | 2026-08-20T07:02:55.743Z | Checking nix v0.31.2 |
| 2752 | 2026-08-20T07:02:55.929Z | Checking iddqd v0.4.2 |
| 2753 | 2026-08-20T07:02:55.962Z | Checking reqwest v0.13.2 |
| 2754 | 2026-08-20T07:02:56.224Z | Checking itertools v0.13.0 |
| 2755 | 2026-08-20T07:02:56.254Z | Checking itertools v0.15.0 |
| 2756 | 2026-08-20T07:02:56.276Z | Checking strum v0.26.3 |
| 2757 | 2026-08-20T07:02:56.388Z | Checking serde_with v3.21.0 |
| 2758 | 2026-08-20T07:02:56.448Z | Checking fs-err v3.3.0 |
| 2759 | 2026-08-20T07:02:56.686Z | Checking tokio-stream v0.1.18 |
| 2760 | 2026-08-20T07:02:56.745Z | Checking buf-list v1.1.2 |
| 2761 | 2026-08-20T07:02:56.805Z | Checking anyhow v1.0.104 |
| 2762 | 2026-08-20T07:02:56.848Z | Checking camino v1.2.5 |
| 2763 | 2026-08-20T07:02:56.924Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2764 | 2026-08-20T07:02:56.939Z | Checking openapiv3 v2.2.0 |
| 2765 | 2026-08-20T07:02:56.999Z | Checking lalrpop-util v0.19.12 |
| 2766 | 2026-08-20T07:02:57.059Z | Checking peg-runtime v0.8.5 |
| 2767 | 2026-08-20T07:02:57.097Z | Checking rayon v1.11.0 |
| 2768 | 2026-08-20T07:02:57.161Z | Checking sigpipe v0.1.3 |
| 2769 | 2026-08-20T07:02:57.182Z | Checking glob v0.3.3 |
| 2770 | 2026-08-20T07:02:58.087Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2771 | 2026-08-20T07:02:58.390Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2772 | 2026-08-20T07:02:58.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.56s |
| 2773 | 2026-08-20T07:02:58.832Z | |
| 2774 | 2026-08-20T07:02:58.832Z | info: running `cargo check --bins` on internal-dns-types (80/340) |
| 2775 | 2026-08-20T07:02:59.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2776 | 2026-08-20T07:02:59.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2777 | 2026-08-20T07:02:59.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2778 | 2026-08-20T07:02:59.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2779 | 2026-08-20T07:02:59.396Z | |
| 2780 | 2026-08-20T07:02:59.396Z | info: running `cargo check --bins` on internal-dns-types-versions (81/340) |
| 2781 | 2026-08-20T07:02:59.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2026-08-20T07:02:59.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2026-08-20T07:02:59.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2784 | 2026-08-20T07:02:59.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2785 | 2026-08-20T07:02:59.968Z | |
| 2786 | 2026-08-20T07:02:59.968Z | info: running `cargo check --bins` on nexus-types-versions (82/340) |
| 2787 | 2026-08-20T07:03:00.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2026-08-20T07:03:00.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2026-08-20T07:03:00.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2790 | 2026-08-20T07:03:00.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2791 | 2026-08-20T07:03:00.550Z | |
| 2792 | 2026-08-20T07:03:00.550Z | info: running `cargo check --bins` on oxql-types (83/340) |
| 2793 | 2026-08-20T07:03:01.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2026-08-20T07:03:01.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2026-08-20T07:03:01.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2796 | 2026-08-20T07:03:01.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2797 | 2026-08-20T07:03:01.126Z | |
| 2798 | 2026-08-20T07:03:01.126Z | info: running `cargo check --bins` on oximeter-types (84/340) |
| 2799 | 2026-08-20T07:03:01.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2800 | 2026-08-20T07:03:01.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2801 | 2026-08-20T07:03:01.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2802 | 2026-08-20T07:03:01.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2803 | 2026-08-20T07:03:01.691Z | |
| 2804 | 2026-08-20T07:03:01.691Z | info: running `cargo check --bins` on oximeter-types-versions (85/340) |
| 2805 | 2026-08-20T07:03:02.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2806 | 2026-08-20T07:03:02.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2807 | 2026-08-20T07:03:02.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2808 | 2026-08-20T07:03:02.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2809 | 2026-08-20T07:03:02.265Z | |
| 2810 | 2026-08-20T07:03:02.265Z | info: running `cargo check --bins` on oximeter-macro-impl (86/340) |
| 2811 | 2026-08-20T07:03:02.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2812 | 2026-08-20T07:03:02.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2813 | 2026-08-20T07:03:02.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2814 | 2026-08-20T07:03:02.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2815 | 2026-08-20T07:03:02.819Z | |
| 2816 | 2026-08-20T07:03:02.819Z | info: running `cargo check --bins --no-default-features` on oximeter-db (87/340) |
| 2817 | 2026-08-20T07:03:03.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2818 | 2026-08-20T07:03:03.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2819 | 2026-08-20T07:03:03.503Z | Compiling multer v3.1.0 |
| 2820 | 2026-08-20T07:03:03.507Z | Compiling async-stream-impl v0.3.6 |
| 2821 | 2026-08-20T07:03:03.648Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2822 | 2026-08-20T07:03:03.654Z | Compiling dropshot v0.17.1 |
| 2823 | 2026-08-20T07:03:03.654Z | Compiling parse-display-derive v0.10.0 |
| 2824 | 2026-08-20T07:03:03.657Z | Compiling newtype-uuid-macros v0.1.0 |
| 2825 | 2026-08-20T07:03:03.657Z | Compiling dropshot_endpoint v0.17.1 |
| 2826 | 2026-08-20T07:03:03.686Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2827 | 2026-08-20T07:03:03.832Z | Checking thread_local v1.1.9 |
| 2828 | 2026-08-20T07:03:03.858Z | Checking compression-core v0.4.31 |
| 2829 | 2026-08-20T07:03:03.991Z | Checking match_cfg v0.1.0 |
| 2830 | 2026-08-20T07:03:04.009Z | Checking compression-codecs v0.4.37 |
| 2831 | 2026-08-20T07:03:04.033Z | Checking crossbeam-channel v0.5.15 |
| 2832 | 2026-08-20T07:03:04.062Z | Checking hostname v0.3.1 |
| 2833 | 2026-08-20T07:03:04.078Z | Checking atomicwrites v0.4.4 |
| 2834 | 2026-08-20T07:03:04.157Z | Checking slog-json v2.6.1 |
| 2835 | 2026-08-20T07:03:04.174Z | Checking serde_spanned v1.1.1 |
| 2836 | 2026-08-20T07:03:04.188Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2837 | 2026-08-20T07:03:04.201Z | Checking is-terminal v0.4.17 |
| 2838 | 2026-08-20T07:03:04.291Z | Checking debug-ignore v1.0.5 |
| 2839 | 2026-08-20T07:03:04.304Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2840 | 2026-08-20T07:03:04.316Z | Checking term v1.2.1 |
| 2841 | 2026-08-20T07:03:04.364Z | Checking take_mut v0.2.2 |
| 2842 | 2026-08-20T07:03:04.384Z | Checking slog-bunyan v2.5.0 |
| 2843 | 2026-08-20T07:03:04.397Z | Checking async-stream v0.3.6 |
| 2844 | 2026-08-20T07:03:04.408Z | Checking async-compression v0.4.41 |
| 2845 | 2026-08-20T07:03:04.464Z | Checking slog-async v2.8.0 |
| 2846 | 2026-08-20T07:03:04.478Z | Checking toml v1.1.2+spec-1.1.0 |
| 2847 | 2026-08-20T07:03:04.492Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2848 | 2026-08-20T07:03:04.543Z | Checking progenitor-client v0.14.0 |
| 2849 | 2026-08-20T07:03:04.555Z | Checking slog-term v2.9.2 |
| 2850 | 2026-08-20T07:03:04.594Z | Checking sha1 v0.11.0 |
| 2851 | 2026-08-20T07:03:04.668Z | Checking waitgroup v0.1.2 |
| 2852 | 2026-08-20T07:03:04.770Z | Checking rustls-pemfile v2.2.0 |
| 2853 | 2026-08-20T07:03:04.784Z | Checking backon v1.6.0 |
| 2854 | 2026-08-20T07:03:04.797Z | Checking serde_path_to_error v0.1.20 |
| 2855 | 2026-08-20T07:03:04.810Z | Checking hostname v0.4.2 |
| 2856 | 2026-08-20T07:03:04.864Z | Checking instant v0.1.13 |
| 2857 | 2026-08-20T07:03:04.942Z | Checking progenitor-extras v0.2.0 |
| 2858 | 2026-08-20T07:03:04.955Z | Checking backoff v0.4.0 |
| 2859 | 2026-08-20T07:03:05.070Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2860 | 2026-08-20T07:03:05.081Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2861 | 2026-08-20T07:03:05.118Z | Checking regress v0.10.5 |
| 2862 | 2026-08-20T07:03:05.122Z | Checking itertools v0.14.0 |
| 2863 | 2026-08-20T07:03:05.280Z | Checking macaddr v1.0.1 |
| 2864 | 2026-08-20T07:03:05.335Z | Checking parse-display v0.10.0 |
| 2865 | 2026-08-20T07:03:05.431Z | Checking humantime v2.3.0 |
| 2866 | 2026-08-20T07:03:06.210Z | Compiling prettyplease v0.2.37 |
| 2867 | 2026-08-20T07:03:06.495Z | Checking num-rational v0.4.2 |
| 2868 | 2026-08-20T07:03:06.764Z | Checking num-complex v0.4.6 |
| 2869 | 2026-08-20T07:03:07.289Z | Compiling num v0.4.3 |
| 2870 | 2026-08-20T07:03:07.307Z | Compiling usdt-macro v0.5.0 |
| 2871 | 2026-08-20T07:03:07.365Z | Compiling usdt-attr-macro v0.5.0 |
| 2872 | 2026-08-20T07:03:07.376Z | Checking memmap v0.7.0 |
| 2873 | 2026-08-20T07:03:07.388Z | Compiling float-ord v0.3.2 |
| 2874 | 2026-08-20T07:03:07.444Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2875 | 2026-08-20T07:03:07.501Z | Compiling convert_case v0.4.0 |
| 2876 | 2026-08-20T07:03:07.824Z | Checking newline-converter v0.3.0 |
| 2877 | 2026-08-20T07:03:07.884Z | Compiling derive_more v0.99.20 |
| 2878 | 2026-08-20T07:03:07.934Z | Checking console v0.15.11 |
| 2879 | 2026-08-20T07:03:08.050Z | Compiling toml v0.8.23 |
| 2880 | 2026-08-20T07:03:08.136Z | Checking usdt v0.5.0 |
| 2881 | 2026-08-20T07:03:08.209Z | Checking linked-hash-map v0.5.6 |
| 2882 | 2026-08-20T07:03:08.309Z | Compiling minimal-lexical v0.2.1 |
| 2883 | 2026-08-20T07:03:08.380Z | Checking lru-cache v0.1.2 |
| 2884 | 2026-08-20T07:03:08.501Z | Compiling nom v7.1.3 |
| 2885 | 2026-08-20T07:03:08.566Z | Checking expectorate v1.2.0 |
| 2886 | 2026-08-20T07:03:08.745Z | Checking camino-tempfile v1.4.1 |
| 2887 | 2026-08-20T07:03:08.911Z | Checking hickory-proto v0.24.4 |
| 2888 | 2026-08-20T07:03:09.030Z | Checking phf_shared v0.12.1 |
| 2889 | 2026-08-20T07:03:09.162Z | Compiling slog-dtrace v0.3.0 |
| 2890 | 2026-08-20T07:03:09.174Z | Checking heck v0.5.0 |
| 2891 | 2026-08-20T07:03:09.298Z | Compiling chrono-tz v0.10.4 |
| 2892 | 2026-08-20T07:03:09.476Z | Compiling unicode-xid v0.2.6 |
| 2893 | 2026-08-20T07:03:09.578Z | Checking resolv-conf v0.7.6 |
| 2894 | 2026-08-20T07:03:09.644Z | Compiling const_format_proc_macros v0.2.34 |
| 2895 | 2026-08-20T07:03:09.836Z | Checking phf v0.12.1 |
| 2896 | 2026-08-20T07:03:09.897Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2897 | 2026-08-20T07:03:09.980Z | Checking tokio-dtrace v0.1.1 |
| 2898 | 2026-08-20T07:03:10.172Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2899 | 2026-08-20T07:03:10.188Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2900 | 2026-08-20T07:03:10.383Z | Compiling derive-where v1.6.0 |
| 2901 | 2026-08-20T07:03:10.470Z | Checking highway v1.3.0 |
| 2902 | 2026-08-20T07:03:10.484Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2903 | 2026-08-20T07:03:10.720Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2904 | 2026-08-20T07:03:10.787Z | Checking hickory-resolver v0.24.4 |
| 2905 | 2026-08-20T07:03:11.210Z | Checking const_format v0.2.35 |
| 2906 | 2026-08-20T07:03:11.469Z | Checking oxide-tokio-rt v0.1.4 |
| 2907 | 2026-08-20T07:03:11.681Z | Checking qorb v0.4.1 |
| 2908 | 2026-08-20T07:03:11.742Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2909 | 2026-08-20T07:03:11.869Z | Checking gethostname v0.5.0 |
| 2910 | 2026-08-20T07:03:11.959Z | Checking bcs v0.1.6 |
| 2911 | 2026-08-20T07:03:11.995Z | Checking termtree v0.5.1 |
| 2912 | 2026-08-20T07:03:12.009Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2913 | 2026-08-20T07:03:12.027Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2914 | 2026-08-20T07:03:12.027Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2915 | 2026-08-20T07:03:15.087Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2916 | 2026-08-20T07:03:18.198Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2917 | 2026-08-20T07:03:20.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.61s |
| 2918 | 2026-08-20T07:03:20.617Z | |
| 2919 | 2026-08-20T07:03:20.617Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/340) |
| 2920 | 2026-08-20T07:03:21.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2026-08-20T07:03:21.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2026-08-20T07:03:21.289Z | Compiling ar_archive_writer v0.5.1 |
| 2923 | 2026-08-20T07:03:21.403Z | Compiling stacker v0.1.23 |
| 2924 | 2026-08-20T07:03:21.407Z | Compiling cfg_aliases v0.1.1 |
| 2925 | 2026-08-20T07:03:21.416Z | Compiling convert_case v0.10.0 |
| 2926 | 2026-08-20T07:03:21.422Z | Compiling proc-macro-error v1.0.4 |
| 2927 | 2026-08-20T07:03:21.431Z | Checking fd-lock v4.0.4 |
| 2928 | 2026-08-20T07:03:21.435Z | Checking nibble_vec v0.1.0 |
| 2929 | 2026-08-20T07:03:21.435Z | Checking vte v0.14.1 |
| 2930 | 2026-08-20T07:03:21.462Z | Compiling nix v0.28.0 |
| 2931 | 2026-08-20T07:03:21.540Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2932 | 2026-08-20T07:03:21.554Z | Checking endian-type v0.1.2 |
| 2933 | 2026-08-20T07:03:21.592Z | Checking bytecount v0.6.9 |
| 2934 | 2026-08-20T07:03:21.660Z | Checking strip-ansi-escapes v0.2.1 |
| 2935 | 2026-08-20T07:03:21.674Z | Checking radix_trie v0.2.1 |
| 2936 | 2026-08-20T07:03:21.695Z | Checking papergrid v0.11.0 |
| 2937 | 2026-08-20T07:03:21.705Z | Compiling derive_more-impl v2.1.1 |
| 2938 | 2026-08-20T07:03:21.708Z | Compiling tabled_derive v0.7.0 |
| 2939 | 2026-08-20T07:03:21.758Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2940 | 2026-08-20T07:03:21.874Z | Compiling peg-macros v0.8.5 |
| 2941 | 2026-08-20T07:03:21.946Z | Checking winnow v0.6.26 |
| 2942 | 2026-08-20T07:03:22.196Z | Compiling psm v0.1.30 |
| 2943 | 2026-08-20T07:03:22.225Z | Compiling sqlparser_derive v0.5.0 |
| 2944 | 2026-08-20T07:03:22.300Z | Checking nu-ansi-term v0.50.3 |
| 2945 | 2026-08-20T07:03:22.504Z | Checking derive_more v2.1.1 |
| 2946 | 2026-08-20T07:03:22.517Z | Checking unicode_categories v0.1.1 |
| 2947 | 2026-08-20T07:03:22.582Z | Checking home v0.5.12 |
| 2948 | 2026-08-20T07:03:22.659Z | Checking tabled v0.15.0 |
| 2949 | 2026-08-20T07:03:22.670Z | Checking crossterm v0.29.0 |
| 2950 | 2026-08-20T07:03:22.685Z | Checking reedline v0.40.0 |
| 2951 | 2026-08-20T07:03:22.717Z | Checking rustyline v14.0.0 |
| 2952 | 2026-08-20T07:03:22.983Z | Checking recursive v0.1.1 |
| 2953 | 2026-08-20T07:03:22.997Z | Checking display-error-chain v0.2.2 |
| 2954 | 2026-08-20T07:03:23.075Z | Checking sqlparser v0.61.0 |
| 2955 | 2026-08-20T07:03:23.088Z | Checking sqlformat v0.3.5 |
| 2956 | 2026-08-20T07:03:23.218Z | Checking peg v0.8.5 |
| 2957 | 2026-08-20T07:03:34.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s |
| 2958 | 2026-08-20T07:03:34.517Z | |
| 2959 | 2026-08-20T07:03:34.517Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/340) |
| 2960 | 2026-08-20T07:03:35.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2961 | 2026-08-20T07:03:35.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2962 | 2026-08-20T07:03:35.183Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2963 | 2026-08-20T07:03:38.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 2964 | 2026-08-20T07:03:38.930Z | |
| 2965 | 2026-08-20T07:03:38.930Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/340) |
| 2966 | 2026-08-20T07:03:39.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2967 | 2026-08-20T07:03:39.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2968 | 2026-08-20T07:03:39.600Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2969 | 2026-08-20T07:03:42.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 2970 | 2026-08-20T07:03:42.331Z | |
| 2971 | 2026-08-20T07:03:42.332Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/340) |
| 2972 | 2026-08-20T07:03:42.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2973 | 2026-08-20T07:03:42.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2974 | 2026-08-20T07:03:42.992Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2975 | 2026-08-20T07:03:46.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 2976 | 2026-08-20T07:03:46.479Z | |
| 2977 | 2026-08-20T07:03:46.479Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/340) |
| 2978 | 2026-08-20T07:03:46.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2979 | 2026-08-20T07:03:46.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2980 | 2026-08-20T07:03:47.144Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2981 | 2026-08-20T07:03:50.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 2982 | 2026-08-20T07:03:50.724Z | |
| 2983 | 2026-08-20T07:03:50.724Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/340) |
| 2984 | 2026-08-20T07:03:51.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2985 | 2026-08-20T07:03:51.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2986 | 2026-08-20T07:03:51.394Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2987 | 2026-08-20T07:03:54.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 2988 | 2026-08-20T07:03:54.239Z | |
| 2989 | 2026-08-20T07:03:54.239Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/340) |
| 2990 | 2026-08-20T07:03:54.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2991 | 2026-08-20T07:03:54.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2992 | 2026-08-20T07:03:54.918Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2993 | 2026-08-20T07:03:57.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
| 2994 | 2026-08-20T07:03:57.813Z | |
| 2995 | 2026-08-20T07:03:57.814Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/340) |
| 2996 | 2026-08-20T07:03:58.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2997 | 2026-08-20T07:03:58.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2998 | 2026-08-20T07:03:58.486Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2999 | 2026-08-20T07:04:02.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
| 3000 | 2026-08-20T07:04:02.193Z | |
| 3001 | 2026-08-20T07:04:02.193Z | info: running `cargo check --bins` on oximeter (96/340) |
| 3002 | 2026-08-20T07:04:02.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3003 | 2026-08-20T07:04:02.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3004 | 2026-08-20T07:04:02.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3005 | 2026-08-20T07:04:02.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3006 | 2026-08-20T07:04:02.774Z | |
| 3007 | 2026-08-20T07:04:02.774Z | info: running `cargo check --bins` on oximeter-schema (97/340) |
| 3008 | 2026-08-20T07:04:03.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3009 | 2026-08-20T07:04:03.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3010 | 2026-08-20T07:04:03.409Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3011 | 2026-08-20T07:04:03.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3012 | 2026-08-20T07:04:03.957Z | |
| 3013 | 2026-08-20T07:04:03.957Z | info: running `cargo check --bins` on oximeter-timeseries-macro (98/340) |
| 3014 | 2026-08-20T07:04:04.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3015 | 2026-08-20T07:04:04.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3016 | 2026-08-20T07:04:04.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3017 | 2026-08-20T07:04:04.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3018 | 2026-08-20T07:04:04.528Z | |
| 3019 | 2026-08-20T07:04:04.528Z | info: running `cargo check --bins` on oximeter-test-utils (99/340) |
| 3020 | 2026-08-20T07:04:05.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3021 | 2026-08-20T07:04:05.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3022 | 2026-08-20T07:04:05.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3023 | 2026-08-20T07:04:05.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3024 | 2026-08-20T07:04:05.139Z | |
| 3025 | 2026-08-20T07:04:05.139Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/340) |
| 3026 | 2026-08-20T07:04:05.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2026-08-20T07:04:05.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2026-08-20T07:04:05.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2026-08-20T07:04:05.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3030 | 2026-08-20T07:04:05.720Z | |
| 3031 | 2026-08-20T07:04:05.720Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/340) |
| 3032 | 2026-08-20T07:04:06.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2026-08-20T07:04:06.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2026-08-20T07:04:06.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2026-08-20T07:04:06.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3036 | 2026-08-20T07:04:06.303Z | |
| 3037 | 2026-08-20T07:04:06.303Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/340) |
| 3038 | 2026-08-20T07:04:06.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2026-08-20T07:04:06.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2026-08-20T07:04:06.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2026-08-20T07:04:06.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3042 | 2026-08-20T07:04:06.894Z | |
| 3043 | 2026-08-20T07:04:06.894Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/340) |
| 3044 | 2026-08-20T07:04:07.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-08-20T07:04:07.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-08-20T07:04:07.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-08-20T07:04:07.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3048 | 2026-08-20T07:04:07.458Z | |
| 3049 | 2026-08-20T07:04:07.458Z | info: running `cargo check --bins` on trust-quorum-test-utils (104/340) |
| 3050 | 2026-08-20T07:04:07.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-08-20T07:04:07.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-08-20T07:04:07.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-08-20T07:04:07.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3054 | 2026-08-20T07:04:08.038Z | |
| 3055 | 2026-08-20T07:04:08.038Z | info: running `cargo check --bins` on reconfigurator-cli (105/340) |
| 3056 | 2026-08-20T07:04:08.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-08-20T07:04:08.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-08-20T07:04:08.905Z | Compiling crucible-workspace-hack v0.1.0 |
| 3059 | 2026-08-20T07:04:08.963Z | Compiling regress v0.11.1 |
| 3060 | 2026-08-20T07:04:08.963Z | Checking secrecy v0.10.3 |
| 3061 | 2026-08-20T07:04:08.963Z | Checking half v2.7.1 |
| 3062 | 2026-08-20T07:04:08.963Z | Checking ciborium-io v0.2.2 |
| 3063 | 2026-08-20T07:04:08.963Z | Checking inout v0.1.4 |
| 3064 | 2026-08-20T07:04:08.963Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3065 | 2026-08-20T07:04:08.963Z | Checking universal-hash v0.5.1 |
| 3066 | 2026-08-20T07:04:09.132Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3067 | 2026-08-20T07:04:09.227Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3068 | 2026-08-20T07:04:09.227Z | Checking opaque-debug v0.3.1 |
| 3069 | 2026-08-20T07:04:09.227Z | Checking cipher v0.4.4 |
| 3070 | 2026-08-20T07:04:09.325Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3071 | 2026-08-20T07:04:09.325Z | Checking poly1305 v0.8.0 |
| 3072 | 2026-08-20T07:04:09.393Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3073 | 2026-08-20T07:04:09.393Z | Checking ciborium-ll v0.2.2 |
| 3074 | 2026-08-20T07:04:09.451Z | Checking chacha20 v0.9.1 |
| 3075 | 2026-08-20T07:04:09.527Z | Checking ciborium v0.2.2 |
| 3076 | 2026-08-20T07:04:09.618Z | Checking password-hash v0.5.0 |
| 3077 | 2026-08-20T07:04:09.619Z | Checking blake2 v0.10.6 |
| 3078 | 2026-08-20T07:04:09.670Z | Checking aead v0.5.2 |
| 3079 | 2026-08-20T07:04:09.731Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3080 | 2026-08-20T07:04:09.765Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3081 | 2026-08-20T07:04:09.765Z | Checking indent_write v2.2.0 |
| 3082 | 2026-08-20T07:04:09.765Z | Checking argon2 v0.5.3 |
| 3083 | 2026-08-20T07:04:09.883Z | Checking chacha20poly1305 v0.10.1 |
| 3084 | 2026-08-20T07:04:09.918Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3085 | 2026-08-20T07:04:09.967Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3086 | 2026-08-20T07:04:10.024Z | Compiling unsafe-libyaml v0.2.11 |
| 3087 | 2026-08-20T07:04:10.102Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3088 | 2026-08-20T07:04:10.307Z | Checking thiserror-no-std v2.0.2 |
| 3089 | 2026-08-20T07:04:10.342Z | Compiling heapless v0.8.0 |
| 3090 | 2026-08-20T07:04:10.383Z | Checking vsss-rs v3.3.4 |
| 3091 | 2026-08-20T07:04:10.491Z | Compiling ingot-macros v0.2.0 |
| 3092 | 2026-08-20T07:04:10.597Z | Compiling typify-impl v0.6.2 |
| 3093 | 2026-08-20T07:04:10.732Z | Compiling serde_yaml v0.9.34+deprecated |
| 3094 | 2026-08-20T07:04:11.082Z | Compiling proc-macro-crate v3.4.0 |
| 3095 | 2026-08-20T07:04:11.304Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3096 | 2026-08-20T07:04:11.482Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3097 | 2026-08-20T07:04:11.543Z | Compiling num_enum_derive v0.7.6 |
| 3098 | 2026-08-20T07:04:11.582Z | Checking hash32 v0.3.1 |
| 3099 | 2026-08-20T07:04:11.713Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3100 | 2026-08-20T07:04:11.925Z | Compiling smoltcp v0.11.0 |
| 3101 | 2026-08-20T07:04:12.144Z | Checking tabwriter v1.4.1 |
| 3102 | 2026-08-20T07:04:12.165Z | Checking cobs v0.3.0 |
| 3103 | 2026-08-20T07:04:12.289Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3104 | 2026-08-20T07:04:12.302Z | Checking swrite v0.1.0 |
| 3105 | 2026-08-20T07:04:12.315Z | Checking postcard v1.1.3 |
| 3106 | 2026-08-20T07:04:12.396Z | Compiling proc-macro-crate v1.3.1 |
| 3107 | 2026-08-20T07:04:12.494Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3108 | 2026-08-20T07:04:12.578Z | Checking num_enum v0.7.6 |
| 3109 | 2026-08-20T07:04:12.594Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3110 | 2026-08-20T07:04:12.609Z | Compiling foreign-types-macros v0.2.3 |
| 3111 | 2026-08-20T07:04:12.690Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3112 | 2026-08-20T07:04:12.706Z | Checking foreign-types-shared v0.3.1 |
| 3113 | 2026-08-20T07:04:12.796Z | Checking colored v3.1.1 |
| 3114 | 2026-08-20T07:04:12.811Z | Compiling num_enum_derive v0.5.11 |
| 3115 | 2026-08-20T07:04:13.041Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3116 | 2026-08-20T07:04:13.124Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3117 | 2026-08-20T07:04:13.210Z | Checking foreign-types v0.5.0 |
| 3118 | 2026-08-20T07:04:13.283Z | Checking ingot-types v0.2.0 |
| 3119 | 2026-08-20T07:04:13.298Z | Checking cstr-argument v0.1.2 |
| 3120 | 2026-08-20T07:04:13.423Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3121 | 2026-08-20T07:04:13.479Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3122 | 2026-08-20T07:04:13.546Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3123 | 2026-08-20T07:04:13.569Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3124 | 2026-08-20T07:04:13.587Z | Checking rand v0.10.1 |
| 3125 | 2026-08-20T07:04:13.631Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3126 | 2026-08-20T07:04:13.654Z | Checking ingot v0.2.1 |
| 3127 | 2026-08-20T07:04:13.719Z | Compiling zone_cfg_derive v0.3.1 |
| 3128 | 2026-08-20T07:04:13.734Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3129 | 2026-08-20T07:04:13.846Z | Checking num_enum v0.5.11 |
| 3130 | 2026-08-20T07:04:13.862Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3131 | 2026-08-20T07:04:13.946Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3132 | 2026-08-20T07:04:13.964Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3133 | 2026-08-20T07:04:14.122Z | Checking itertools v0.12.1 |
| 3134 | 2026-08-20T07:04:14.139Z | Compiling num-derive v0.4.2 |
| 3135 | 2026-08-20T07:04:14.361Z | Compiling semver v0.1.20 |
| 3136 | 2026-08-20T07:04:14.672Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3137 | 2026-08-20T07:04:14.886Z | Compiling rustc_version v0.1.7 |
| 3138 | 2026-08-20T07:04:15.101Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3139 | 2026-08-20T07:04:15.116Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3140 | 2026-08-20T07:04:15.132Z | Compiling typify-macro v0.6.2 |
| 3141 | 2026-08-20T07:04:15.147Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469) |
| 3142 | 2026-08-20T07:04:15.208Z | Checking zone v0.3.1 |
| 3143 | 2026-08-20T07:04:15.261Z | Checking smf v0.2.3 |
| 3144 | 2026-08-20T07:04:15.298Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3145 | 2026-08-20T07:04:15.338Z | Checking csv-core v0.1.13 |
| 3146 | 2026-08-20T07:04:15.353Z | Checking nom v8.0.0 |
| 3147 | 2026-08-20T07:04:15.468Z | Checking whoami v1.6.1 |
| 3148 | 2026-08-20T07:04:15.497Z | Compiling newtype_derive v0.1.6 |
| 3149 | 2026-08-20T07:04:15.518Z | Checking csv v1.4.0 |
| 3150 | 2026-08-20T07:04:15.570Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3151 | 2026-08-20T07:04:15.645Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3152 | 2026-08-20T07:04:15.688Z | Compiling cancel-safe-futures v0.1.5 |
| 3153 | 2026-08-20T07:04:15.759Z | Compiling libefi-sys v0.1.0 |
| 3154 | 2026-08-20T07:04:15.884Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3155 | 2026-08-20T07:04:16.050Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3156 | 2026-08-20T07:04:16.158Z | Checking oxide-update-engine-types v0.1.2 |
| 3157 | 2026-08-20T07:04:16.223Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3158 | 2026-08-20T07:04:16.252Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3159 | 2026-08-20T07:04:16.304Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3160 | 2026-08-20T07:04:16.403Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3161 | 2026-08-20T07:04:16.480Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3162 | 2026-08-20T07:04:16.610Z | Compiling bitfield-struct v0.6.2 |
| 3163 | 2026-08-20T07:04:16.655Z | Checking linear-map v1.2.0 |
| 3164 | 2026-08-20T07:04:16.833Z | Checking steno v0.4.1 |
| 3165 | 2026-08-20T07:04:16.879Z | Compiling typify v0.6.2 |
| 3166 | 2026-08-20T07:04:16.996Z | Compiling progenitor-impl v0.14.0 |
| 3167 | 2026-08-20T07:04:17.045Z | Checking oxide-update-engine v0.1.2 |
| 3168 | 2026-08-20T07:04:17.233Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3169 | 2026-08-20T07:04:17.310Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469) |
| 3170 | 2026-08-20T07:04:17.417Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3171 | 2026-08-20T07:04:17.481Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3172 | 2026-08-20T07:04:17.636Z | Checking sha1 v0.10.6 |
| 3173 | 2026-08-20T07:04:17.652Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3174 | 2026-08-20T07:04:17.652Z | Checking utf-8 v0.7.6 |
| 3175 | 2026-08-20T07:04:17.732Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3176 | 2026-08-20T07:04:17.805Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3177 | 2026-08-20T07:04:17.819Z | Checking tungstenite v0.21.0 |
| 3178 | 2026-08-20T07:04:17.833Z | Checking ignore v0.4.25 |
| 3179 | 2026-08-20T07:04:17.937Z | Checking anstyle-parse v0.2.7 |
| 3180 | 2026-08-20T07:04:17.955Z | Compiling xshell-macros v0.2.7 |
| 3181 | 2026-08-20T07:04:17.970Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3182 | 2026-08-20T07:04:18.097Z | Checking anstream v0.6.21 |
| 3183 | 2026-08-20T07:04:18.178Z | Checking predicates-tree v1.0.13 |
| 3184 | 2026-08-20T07:04:18.232Z | Checking globwalk v0.9.1 |
| 3185 | 2026-08-20T07:04:18.247Z | Checking tokio-tungstenite v0.21.0 |
| 3186 | 2026-08-20T07:04:18.292Z | Checking filetime v0.2.27 |
| 3187 | 2026-08-20T07:04:18.309Z | Checking tagptr v0.2.0 |
| 3188 | 2026-08-20T07:04:18.329Z | Checking xshell v0.2.7 |
| 3189 | 2026-08-20T07:04:18.412Z | Checking xattr v1.6.1 |
| 3190 | 2026-08-20T07:04:18.428Z | Checking camino-tempfile-ext v0.3.3 |
| 3191 | 2026-08-20T07:04:18.449Z | Checking moka v0.12.13 |
| 3192 | 2026-08-20T07:04:18.523Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3193 | 2026-08-20T07:04:18.526Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3194 | 2026-08-20T07:04:18.551Z | Checking tar v0.4.46 |
| 3195 | 2026-08-20T07:04:18.624Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3196 | 2026-08-20T07:04:18.670Z | Checking rand_seeder v0.4.0 |
| 3197 | 2026-08-20T07:04:18.704Z | Checking half v1.8.3 |
| 3198 | 2026-08-20T07:04:18.772Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3199 | 2026-08-20T07:04:18.817Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3200 | 2026-08-20T07:04:18.905Z | Checking serde_cbor v0.11.2 |
| 3201 | 2026-08-20T07:04:18.935Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3202 | 2026-08-20T07:04:19.094Z | Checking hickory-resolver v0.25.2 |
| 3203 | 2026-08-20T07:04:19.122Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3204 | 2026-08-20T07:04:19.189Z | Checking digest-io v0.1.0 |
| 3205 | 2026-08-20T07:04:19.296Z | Checking sha2 v0.11.0 |
| 3206 | 2026-08-20T07:04:19.324Z | Compiling petname v2.0.2 |
| 3207 | 2026-08-20T07:04:19.644Z | Compiling progenitor-macro v0.14.0 |
| 3208 | 2026-08-20T07:04:19.800Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3209 | 2026-08-20T07:04:19.815Z | Checking rawzip v0.4.4 |
| 3210 | 2026-08-20T07:04:19.829Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3211 | 2026-08-20T07:04:20.211Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3212 | 2026-08-20T07:04:20.265Z | Checking sapling-renderdag v0.1.0 |
| 3213 | 2026-08-20T07:04:20.318Z | Checking subprocess v0.2.15 |
| 3214 | 2026-08-20T07:04:20.399Z | Checking sync-ptr v0.1.4 |
| 3215 | 2026-08-20T07:04:20.530Z | Checking colored v2.2.0 |
| 3216 | 2026-08-20T07:04:20.559Z | Checking assert_matches v1.5.0 |
| 3217 | 2026-08-20T07:04:20.607Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3218 | 2026-08-20T07:04:20.772Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3219 | 2026-08-20T07:04:20.786Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3220 | 2026-08-20T07:04:20.802Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3221 | 2026-08-20T07:04:21.486Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3222 | 2026-08-20T07:04:21.490Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3223 | 2026-08-20T07:04:21.543Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469) |
| 3224 | 2026-08-20T07:04:22.627Z | Checking progenitor v0.14.0 |
| 3225 | 2026-08-20T07:04:22.763Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469) |
| 3226 | 2026-08-20T07:04:22.763Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3227 | 2026-08-20T07:04:22.766Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3228 | 2026-08-20T07:04:22.766Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3229 | 2026-08-20T07:04:22.766Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3230 | 2026-08-20T07:04:22.766Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3231 | 2026-08-20T07:04:22.847Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3232 | 2026-08-20T07:04:23.083Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3233 | 2026-08-20T07:04:23.151Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3234 | 2026-08-20T07:04:23.364Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3235 | 2026-08-20T07:04:23.450Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3236 | 2026-08-20T07:04:23.635Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3237 | 2026-08-20T07:04:24.309Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3238 | 2026-08-20T07:04:24.463Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3239 | 2026-08-20T07:04:24.974Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3240 | 2026-08-20T07:04:26.001Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3241 | 2026-08-20T07:04:34.630Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3242 | 2026-08-20T07:04:41.858Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3243 | 2026-08-20T07:04:41.861Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3244 | 2026-08-20T07:04:41.861Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3245 | 2026-08-20T07:04:43.362Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3246 | 2026-08-20T07:04:44.624Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3247 | 2026-08-20T07:04:46.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.84s |
| 3248 | 2026-08-20T07:04:47.087Z | |
| 3249 | 2026-08-20T07:04:47.087Z | info: running `cargo check --bins` on nexus-inventory (106/340) |
| 3250 | 2026-08-20T07:04:47.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3251 | 2026-08-20T07:04:47.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3252 | 2026-08-20T07:04:47.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3253 | 2026-08-20T07:04:47.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3254 | 2026-08-20T07:04:47.698Z | |
| 3255 | 2026-08-20T07:04:47.698Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/340) |
| 3256 | 2026-08-20T07:04:48.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3257 | 2026-08-20T07:04:48.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3258 | 2026-08-20T07:04:48.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3259 | 2026-08-20T07:04:48.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3260 | 2026-08-20T07:04:48.266Z | |
| 3261 | 2026-08-20T07:04:48.266Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/340) |
| 3262 | 2026-08-20T07:04:48.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3263 | 2026-08-20T07:04:48.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3264 | 2026-08-20T07:04:48.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3265 | 2026-08-20T07:04:48.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3266 | 2026-08-20T07:04:48.834Z | |
| 3267 | 2026-08-20T07:04:48.834Z | info: running `cargo check --bins` on dns-service-client (109/340) |
| 3268 | 2026-08-20T07:04:49.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3269 | 2026-08-20T07:04:49.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3270 | 2026-08-20T07:04:49.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3271 | 2026-08-20T07:04:49.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3272 | 2026-08-20T07:04:49.403Z | |
| 3273 | 2026-08-20T07:04:49.403Z | info: running `cargo check --bins` on ntp-admin-client (110/340) |
| 3274 | 2026-08-20T07:04:49.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3275 | 2026-08-20T07:04:49.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3276 | 2026-08-20T07:04:49.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3277 | 2026-08-20T07:04:49.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3278 | 2026-08-20T07:04:49.970Z | |
| 3279 | 2026-08-20T07:04:49.970Z | info: running `cargo check --bins` on omicron-cockroach-metrics (111/340) |
| 3280 | 2026-08-20T07:04:50.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2026-08-20T07:04:50.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2026-08-20T07:04:50.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3283 | 2026-08-20T07:04:50.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3284 | 2026-08-20T07:04:50.530Z | |
| 3285 | 2026-08-20T07:04:50.530Z | info: running `cargo check --bins` on cockroach-admin-client (112/340) |
| 3286 | 2026-08-20T07:04:51.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2026-08-20T07:04:51.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2026-08-20T07:04:51.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3289 | 2026-08-20T07:04:51.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3290 | 2026-08-20T07:04:51.092Z | |
| 3291 | 2026-08-20T07:04:51.092Z | info: running `cargo check --bins` on parallel-task-set (113/340) |
| 3292 | 2026-08-20T07:04:51.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3293 | 2026-08-20T07:04:51.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3294 | 2026-08-20T07:04:51.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3295 | 2026-08-20T07:04:51.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3296 | 2026-08-20T07:04:51.649Z | |
| 3297 | 2026-08-20T07:04:51.650Z | info: running `cargo check --bins` on sled-agent-client (114/340) |
| 3298 | 2026-08-20T07:04:52.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2026-08-20T07:04:52.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2026-08-20T07:04:52.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3301 | 2026-08-20T07:04:52.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3302 | 2026-08-20T07:04:52.231Z | |
| 3303 | 2026-08-20T07:04:52.231Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/340) |
| 3304 | 2026-08-20T07:04:52.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2026-08-20T07:04:52.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2026-08-20T07:04:52.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3307 | 2026-08-20T07:04:52.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3308 | 2026-08-20T07:04:52.816Z | |
| 3309 | 2026-08-20T07:04:52.816Z | info: running `cargo check --bins --no-default-features` on sled-storage (116/340) |
| 3310 | 2026-08-20T07:04:53.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3311 | 2026-08-20T07:04:53.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3312 | 2026-08-20T07:04:53.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3313 | 2026-08-20T07:04:53.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3314 | 2026-08-20T07:04:53.403Z | |
| 3315 | 2026-08-20T07:04:53.403Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/340) |
| 3316 | 2026-08-20T07:04:53.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3317 | 2026-08-20T07:04:53.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3318 | 2026-08-20T07:04:53.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3319 | 2026-08-20T07:04:53.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3320 | 2026-08-20T07:04:53.988Z | |
| 3321 | 2026-08-20T07:04:53.988Z | info: running `cargo check --bins` on key-manager (118/340) |
| 3322 | 2026-08-20T07:04:54.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2026-08-20T07:04:54.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2026-08-20T07:04:54.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2026-08-20T07:04:54.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3326 | 2026-08-20T07:04:54.565Z | |
| 3327 | 2026-08-20T07:04:54.565Z | info: running `cargo check --bins --no-default-features` on sled-hardware (119/340) |
| 3328 | 2026-08-20T07:04:55.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2026-08-20T07:04:55.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2026-08-20T07:04:55.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2026-08-20T07:04:55.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3332 | 2026-08-20T07:04:55.145Z | |
| 3333 | 2026-08-20T07:04:55.145Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/340) |
| 3334 | 2026-08-20T07:04:55.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2026-08-20T07:04:55.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2026-08-20T07:04:55.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2026-08-20T07:04:55.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3338 | 2026-08-20T07:04:55.730Z | |
| 3339 | 2026-08-20T07:04:55.730Z | info: running `cargo check --bins` on typed-rng (121/340) |
| 3340 | 2026-08-20T07:04:56.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2026-08-20T07:04:56.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2026-08-20T07:04:56.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2026-08-20T07:04:56.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3344 | 2026-08-20T07:04:56.286Z | |
| 3345 | 2026-08-20T07:04:56.286Z | info: running `cargo check --bins` on gateway-test-utils (122/340) |
| 3346 | 2026-08-20T07:04:56.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2026-08-20T07:04:56.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2026-08-20T07:04:56.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2026-08-20T07:04:56.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3350 | 2026-08-20T07:04:56.900Z | |
| 3351 | 2026-08-20T07:04:56.901Z | info: running `cargo check --bins` on omicron-gateway (123/340) |
| 3352 | 2026-08-20T07:04:57.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2026-08-20T07:04:57.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2026-08-20T07:04:57.626Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3355 | 2026-08-20T07:04:57.626Z | Checking void v1.0.2 |
| 3356 | 2026-08-20T07:04:57.630Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3357 | 2026-08-20T07:04:57.630Z | Checking dropshot-api-manager-types v0.8.0 |
| 3358 | 2026-08-20T07:04:57.630Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3359 | 2026-08-20T07:04:57.630Z | Checking tungstenite v0.23.0 |
| 3360 | 2026-08-20T07:04:57.630Z | Checking nix v0.27.1 |
| 3361 | 2026-08-20T07:04:57.630Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3362 | 2026-08-20T07:04:57.885Z | Checking kstat-rs v0.2.5 |
| 3363 | 2026-08-20T07:04:57.888Z | Checking fxhash v0.2.1 |
| 3364 | 2026-08-20T07:04:57.911Z | Checking lzss v0.8.2 |
| 3365 | 2026-08-20T07:04:58.010Z | Checking serde_bytes v0.11.19 |
| 3366 | 2026-08-20T07:04:58.026Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3367 | 2026-08-20T07:04:58.065Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3368 | 2026-08-20T07:04:58.065Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3369 | 2026-08-20T07:04:58.091Z | Checking signal-hook-tokio v0.3.1 |
| 3370 | 2026-08-20T07:04:58.158Z | Checking tokio-tungstenite v0.23.1 |
| 3371 | 2026-08-20T07:04:58.231Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3372 | 2026-08-20T07:04:59.346Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3373 | 2026-08-20T07:04:59.885Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3374 | 2026-08-20T07:05:02.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s |
| 3375 | 2026-08-20T07:05:02.202Z | |
| 3376 | 2026-08-20T07:05:02.202Z | info: running `cargo check --bins` on gateway-api (124/340) |
| 3377 | 2026-08-20T07:05:02.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-08-20T07:05:02.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-08-20T07:05:02.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-08-20T07:05:02.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3381 | 2026-08-20T07:05:02.767Z | |
| 3382 | 2026-08-20T07:05:02.768Z | info: running `cargo check --bins` on ipcc (125/340) |
| 3383 | 2026-08-20T07:05:03.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-08-20T07:05:03.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-08-20T07:05:03.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-08-20T07:05:03.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3387 | 2026-08-20T07:05:03.333Z | |
| 3388 | 2026-08-20T07:05:03.333Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (126/340) |
| 3389 | 2026-08-20T07:05:03.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-08-20T07:05:03.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-08-20T07:05:03.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-08-20T07:05:03.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3393 | 2026-08-20T07:05:03.885Z | |
| 3394 | 2026-08-20T07:05:03.885Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/340) |
| 3395 | 2026-08-20T07:05:04.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-08-20T07:05:04.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-08-20T07:05:04.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-08-20T07:05:04.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3399 | 2026-08-20T07:05:04.472Z | |
| 3400 | 2026-08-20T07:05:04.472Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/340) |
| 3401 | 2026-08-20T07:05:04.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-08-20T07:05:04.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-08-20T07:05:04.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-08-20T07:05:04.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3405 | 2026-08-20T07:05:05.046Z | |
| 3406 | 2026-08-20T07:05:05.046Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/340) |
| 3407 | 2026-08-20T07:05:05.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-08-20T07:05:05.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-08-20T07:05:05.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-08-20T07:05:05.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3411 | 2026-08-20T07:05:05.613Z | |
| 3412 | 2026-08-20T07:05:05.613Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/340) |
| 3413 | 2026-08-20T07:05:06.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-08-20T07:05:06.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-08-20T07:05:06.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-08-20T07:05:06.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3417 | 2026-08-20T07:05:06.184Z | |
| 3418 | 2026-08-20T07:05:06.184Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/340) |
| 3419 | 2026-08-20T07:05:06.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-08-20T07:05:06.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-08-20T07:05:06.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-08-20T07:05:06.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3423 | 2026-08-20T07:05:06.779Z | |
| 3424 | 2026-08-20T07:05:06.779Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/340) |
| 3425 | 2026-08-20T07:05:07.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-08-20T07:05:07.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-08-20T07:05:07.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-08-20T07:05:07.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3429 | 2026-08-20T07:05:07.354Z | |
| 3430 | 2026-08-20T07:05:07.354Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/340) |
| 3431 | 2026-08-20T07:05:07.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-08-20T07:05:07.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-08-20T07:05:07.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-08-20T07:05:07.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3435 | 2026-08-20T07:05:07.925Z | |
| 3436 | 2026-08-20T07:05:07.925Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/340) |
| 3437 | 2026-08-20T07:05:08.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-08-20T07:05:08.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-08-20T07:05:08.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-08-20T07:05:08.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3441 | 2026-08-20T07:05:08.498Z | |
| 3442 | 2026-08-20T07:05:08.498Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/340) |
| 3443 | 2026-08-20T07:05:08.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-08-20T07:05:08.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-08-20T07:05:08.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-08-20T07:05:08.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3447 | 2026-08-20T07:05:09.069Z | |
| 3448 | 2026-08-20T07:05:09.069Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/340) |
| 3449 | 2026-08-20T07:05:09.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-08-20T07:05:09.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-08-20T07:05:09.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-08-20T07:05:09.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3453 | 2026-08-20T07:05:09.640Z | |
| 3454 | 2026-08-20T07:05:09.641Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/340) |
| 3455 | 2026-08-20T07:05:10.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-08-20T07:05:10.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-08-20T07:05:10.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-08-20T07:05:10.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3459 | 2026-08-20T07:05:10.219Z | |
| 3460 | 2026-08-20T07:05:10.219Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/340) |
| 3461 | 2026-08-20T07:05:10.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-08-20T07:05:10.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-08-20T07:05:10.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-08-20T07:05:10.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3465 | 2026-08-20T07:05:10.796Z | |
| 3466 | 2026-08-20T07:05:10.796Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/340) |
| 3467 | 2026-08-20T07:05:11.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-08-20T07:05:11.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-08-20T07:05:11.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-08-20T07:05:11.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3471 | 2026-08-20T07:05:11.368Z | |
| 3472 | 2026-08-20T07:05:11.369Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/340) |
| 3473 | 2026-08-20T07:05:11.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-08-20T07:05:11.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-08-20T07:05:11.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-08-20T07:05:11.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3477 | 2026-08-20T07:05:11.948Z | |
| 3478 | 2026-08-20T07:05:11.949Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/340) |
| 3479 | 2026-08-20T07:05:12.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-08-20T07:05:12.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-08-20T07:05:12.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-08-20T07:05:12.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3483 | 2026-08-20T07:05:12.524Z | |
| 3484 | 2026-08-20T07:05:12.524Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/340) |
| 3485 | 2026-08-20T07:05:13.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-08-20T07:05:13.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-08-20T07:05:13.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-08-20T07:05:13.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3489 | 2026-08-20T07:05:13.090Z | |
| 3490 | 2026-08-20T07:05:13.090Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/340) |
| 3491 | 2026-08-20T07:05:13.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-08-20T07:05:13.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-08-20T07:05:13.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-08-20T07:05:13.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3495 | 2026-08-20T07:05:13.660Z | |
| 3496 | 2026-08-20T07:05:13.660Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/340) |
| 3497 | 2026-08-20T07:05:14.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-08-20T07:05:14.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-08-20T07:05:14.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-08-20T07:05:14.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3501 | 2026-08-20T07:05:14.238Z | |
| 3502 | 2026-08-20T07:05:14.238Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/340) |
| 3503 | 2026-08-20T07:05:14.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-08-20T07:05:14.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-08-20T07:05:14.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-08-20T07:05:14.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3507 | 2026-08-20T07:05:14.812Z | |
| 3508 | 2026-08-20T07:05:14.812Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/340) |
| 3509 | 2026-08-20T07:05:15.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-08-20T07:05:15.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-08-20T07:05:15.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-08-20T07:05:15.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3513 | 2026-08-20T07:05:15.402Z | |
| 3514 | 2026-08-20T07:05:15.402Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/340) |
| 3515 | 2026-08-20T07:05:15.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-08-20T07:05:15.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-08-20T07:05:15.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-08-20T07:05:15.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3519 | 2026-08-20T07:05:15.987Z | |
| 3520 | 2026-08-20T07:05:15.987Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/340) |
| 3521 | 2026-08-20T07:05:16.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-08-20T07:05:16.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-08-20T07:05:16.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-08-20T07:05:16.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3525 | 2026-08-20T07:05:16.574Z | |
| 3526 | 2026-08-20T07:05:16.574Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/340) |
| 3527 | 2026-08-20T07:05:17.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-08-20T07:05:17.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-08-20T07:05:17.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-08-20T07:05:17.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3531 | 2026-08-20T07:05:17.172Z | |
| 3532 | 2026-08-20T07:05:17.172Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/340) |
| 3533 | 2026-08-20T07:05:17.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-08-20T07:05:17.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-08-20T07:05:17.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-08-20T07:05:17.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3537 | 2026-08-20T07:05:17.765Z | |
| 3538 | 2026-08-20T07:05:17.765Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/340) |
| 3539 | 2026-08-20T07:05:18.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-08-20T07:05:18.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-08-20T07:05:18.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-08-20T07:05:18.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3543 | 2026-08-20T07:05:18.365Z | |
| 3544 | 2026-08-20T07:05:18.365Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/340) |
| 3545 | 2026-08-20T07:05:18.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-08-20T07:05:18.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-08-20T07:05:18.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-08-20T07:05:18.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3549 | 2026-08-20T07:05:18.956Z | |
| 3550 | 2026-08-20T07:05:18.956Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/340) |
| 3551 | 2026-08-20T07:05:19.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-08-20T07:05:19.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-08-20T07:05:19.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-08-20T07:05:19.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3555 | 2026-08-20T07:05:19.547Z | |
| 3556 | 2026-08-20T07:05:19.547Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/340) |
| 3557 | 2026-08-20T07:05:20.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-08-20T07:05:20.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-08-20T07:05:20.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-08-20T07:05:20.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3561 | 2026-08-20T07:05:20.194Z | |
| 3562 | 2026-08-20T07:05:20.194Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/340) |
| 3563 | 2026-08-20T07:05:20.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-08-20T07:05:20.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-08-20T07:05:20.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3566 | 2026-08-20T07:05:20.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3567 | 2026-08-20T07:05:20.728Z | |
| 3568 | 2026-08-20T07:05:20.728Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/340) |
| 3569 | 2026-08-20T07:05:21.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3570 | 2026-08-20T07:05:21.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3571 | 2026-08-20T07:05:21.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3572 | 2026-08-20T07:05:21.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3573 | 2026-08-20T07:05:21.316Z | |
| 3574 | 2026-08-20T07:05:21.317Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/340) |
| 3575 | 2026-08-20T07:05:21.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3576 | 2026-08-20T07:05:21.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3577 | 2026-08-20T07:05:21.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3578 | 2026-08-20T07:05:21.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3579 | 2026-08-20T07:05:21.902Z | |
| 3580 | 2026-08-20T07:05:21.902Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/340) |
| 3581 | 2026-08-20T07:05:22.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3582 | 2026-08-20T07:05:22.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3583 | 2026-08-20T07:05:22.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3584 | 2026-08-20T07:05:22.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3585 | 2026-08-20T07:05:22.495Z | |
| 3586 | 2026-08-20T07:05:22.495Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/340) |
| 3587 | 2026-08-20T07:05:22.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3588 | 2026-08-20T07:05:22.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3589 | 2026-08-20T07:05:22.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3590 | 2026-08-20T07:05:22.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3591 | 2026-08-20T07:05:23.084Z | |
| 3592 | 2026-08-20T07:05:23.084Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/340) |
| 3593 | 2026-08-20T07:05:23.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3594 | 2026-08-20T07:05:23.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3595 | 2026-08-20T07:05:23.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3596 | 2026-08-20T07:05:23.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3597 | 2026-08-20T07:05:23.668Z | |
| 3598 | 2026-08-20T07:05:23.668Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/340) |
| 3599 | 2026-08-20T07:05:24.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3600 | 2026-08-20T07:05:24.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3601 | 2026-08-20T07:05:24.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3602 | 2026-08-20T07:05:24.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3603 | 2026-08-20T07:05:24.257Z | |
| 3604 | 2026-08-20T07:05:24.257Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/340) |
| 3605 | 2026-08-20T07:05:24.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2026-08-20T07:05:24.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2026-08-20T07:05:24.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3608 | 2026-08-20T07:05:24.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3609 | 2026-08-20T07:05:24.847Z | |
| 3610 | 2026-08-20T07:05:24.847Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/340) |
| 3611 | 2026-08-20T07:05:25.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2026-08-20T07:05:25.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2026-08-20T07:05:25.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3614 | 2026-08-20T07:05:25.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3615 | 2026-08-20T07:05:25.439Z | |
| 3616 | 2026-08-20T07:05:25.439Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/340) |
| 3617 | 2026-08-20T07:05:25.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3618 | 2026-08-20T07:05:25.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3619 | 2026-08-20T07:05:25.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3620 | 2026-08-20T07:05:25.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3621 | 2026-08-20T07:05:26.018Z | |
| 3622 | 2026-08-20T07:05:26.018Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/340) |
| 3623 | 2026-08-20T07:05:26.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2026-08-20T07:05:26.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2026-08-20T07:05:26.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3626 | 2026-08-20T07:05:26.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3627 | 2026-08-20T07:05:26.600Z | |
| 3628 | 2026-08-20T07:05:26.600Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/340) |
| 3629 | 2026-08-20T07:05:27.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-08-20T07:05:27.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-08-20T07:05:27.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-08-20T07:05:27.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3633 | 2026-08-20T07:05:27.183Z | |
| 3634 | 2026-08-20T07:05:27.183Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/340) |
| 3635 | 2026-08-20T07:05:27.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-08-20T07:05:27.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-08-20T07:05:27.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-08-20T07:05:27.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3639 | 2026-08-20T07:05:27.757Z | |
| 3640 | 2026-08-20T07:05:27.757Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/340) |
| 3641 | 2026-08-20T07:05:28.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-08-20T07:05:28.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-08-20T07:05:28.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-08-20T07:05:28.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3645 | 2026-08-20T07:05:28.338Z | |
| 3646 | 2026-08-20T07:05:28.338Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/340) |
| 3647 | 2026-08-20T07:05:28.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-08-20T07:05:28.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-08-20T07:05:28.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-08-20T07:05:28.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3651 | 2026-08-20T07:05:28.918Z | |
| 3652 | 2026-08-20T07:05:28.918Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/340) |
| 3653 | 2026-08-20T07:05:29.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-08-20T07:05:29.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-08-20T07:05:29.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-08-20T07:05:29.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3657 | 2026-08-20T07:05:29.489Z | |
| 3658 | 2026-08-20T07:05:29.489Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/340) |
| 3659 | 2026-08-20T07:05:29.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-08-20T07:05:29.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-08-20T07:05:29.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2026-08-20T07:05:29.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3663 | 2026-08-20T07:05:30.062Z | |
| 3664 | 2026-08-20T07:05:30.062Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/340) |
| 3665 | 2026-08-20T07:05:30.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-08-20T07:05:30.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-08-20T07:05:30.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2026-08-20T07:05:30.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3669 | 2026-08-20T07:05:30.642Z | |
| 3670 | 2026-08-20T07:05:30.643Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/340) |
| 3671 | 2026-08-20T07:05:31.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-08-20T07:05:31.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-08-20T07:05:31.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2026-08-20T07:05:31.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3675 | 2026-08-20T07:05:31.215Z | |
| 3676 | 2026-08-20T07:05:31.215Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/340) |
| 3677 | 2026-08-20T07:05:31.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-08-20T07:05:31.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-08-20T07:05:31.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2026-08-20T07:05:31.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3681 | 2026-08-20T07:05:31.789Z | |
| 3682 | 2026-08-20T07:05:31.789Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/340) |
| 3683 | 2026-08-20T07:05:32.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-08-20T07:05:32.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-08-20T07:05:32.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-08-20T07:05:32.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3687 | 2026-08-20T07:05:32.366Z | |
| 3688 | 2026-08-20T07:05:32.366Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/340) |
| 3689 | 2026-08-20T07:05:32.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-08-20T07:05:32.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-08-20T07:05:32.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-08-20T07:05:32.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3693 | 2026-08-20T07:05:32.944Z | |
| 3694 | 2026-08-20T07:05:32.944Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/340) |
| 3695 | 2026-08-20T07:05:33.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-08-20T07:05:33.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-08-20T07:05:33.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2026-08-20T07:05:33.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3699 | 2026-08-20T07:05:33.521Z | |
| 3700 | 2026-08-20T07:05:33.521Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/340) |
| 3701 | 2026-08-20T07:05:34.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2026-08-20T07:05:34.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2026-08-20T07:05:34.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3704 | 2026-08-20T07:05:34.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3705 | 2026-08-20T07:05:34.097Z | |
| 3706 | 2026-08-20T07:05:34.098Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/340) |
| 3707 | 2026-08-20T07:05:34.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2026-08-20T07:05:34.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2026-08-20T07:05:34.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2026-08-20T07:05:34.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3711 | 2026-08-20T07:05:34.671Z | |
| 3712 | 2026-08-20T07:05:34.671Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/340) |
| 3713 | 2026-08-20T07:05:35.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2026-08-20T07:05:35.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2026-08-20T07:05:35.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3716 | 2026-08-20T07:05:35.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3717 | 2026-08-20T07:05:35.261Z | |
| 3718 | 2026-08-20T07:05:35.261Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/340) |
| 3719 | 2026-08-20T07:05:35.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2026-08-20T07:05:35.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2026-08-20T07:05:35.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3722 | 2026-08-20T07:05:35.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3723 | 2026-08-20T07:05:35.852Z | |
| 3724 | 2026-08-20T07:05:35.853Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/340) |
| 3725 | 2026-08-20T07:05:36.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2026-08-20T07:05:36.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2026-08-20T07:05:36.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2026-08-20T07:05:36.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3729 | 2026-08-20T07:05:36.449Z | |
| 3730 | 2026-08-20T07:05:36.449Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/340) |
| 3731 | 2026-08-20T07:05:36.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2026-08-20T07:05:36.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2026-08-20T07:05:36.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2026-08-20T07:05:36.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3735 | 2026-08-20T07:05:37.043Z | |
| 3736 | 2026-08-20T07:05:37.043Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/340) |
| 3737 | 2026-08-20T07:05:37.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2026-08-20T07:05:37.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2026-08-20T07:05:37.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3740 | 2026-08-20T07:05:37.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3741 | 2026-08-20T07:05:37.633Z | |
| 3742 | 2026-08-20T07:05:37.633Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/340) |
| 3743 | 2026-08-20T07:05:38.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3744 | 2026-08-20T07:05:38.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3745 | 2026-08-20T07:05:38.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3746 | 2026-08-20T07:05:38.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3747 | 2026-08-20T07:05:38.227Z | |
| 3748 | 2026-08-20T07:05:38.227Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/340) |
| 3749 | 2026-08-20T07:05:38.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3750 | 2026-08-20T07:05:38.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3751 | 2026-08-20T07:05:38.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3752 | 2026-08-20T07:05:38.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3753 | 2026-08-20T07:05:38.819Z | |
| 3754 | 2026-08-20T07:05:38.819Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/340) |
| 3755 | 2026-08-20T07:05:39.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3756 | 2026-08-20T07:05:39.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3757 | 2026-08-20T07:05:39.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3758 | 2026-08-20T07:05:39.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3759 | 2026-08-20T07:05:39.421Z | |
| 3760 | 2026-08-20T07:05:39.421Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/340) |
| 3761 | 2026-08-20T07:05:39.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3762 | 2026-08-20T07:05:39.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3763 | 2026-08-20T07:05:39.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3764 | 2026-08-20T07:05:39.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3765 | 2026-08-20T07:05:40.012Z | |
| 3766 | 2026-08-20T07:05:40.013Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/340) |
| 3767 | 2026-08-20T07:05:40.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3768 | 2026-08-20T07:05:40.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3769 | 2026-08-20T07:05:40.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3770 | 2026-08-20T07:05:40.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3771 | 2026-08-20T07:05:40.610Z | |
| 3772 | 2026-08-20T07:05:40.610Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/340) |
| 3773 | 2026-08-20T07:05:41.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3774 | 2026-08-20T07:05:41.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3775 | 2026-08-20T07:05:41.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3776 | 2026-08-20T07:05:41.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3777 | 2026-08-20T07:05:41.203Z | |
| 3778 | 2026-08-20T07:05:41.203Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/340) |
| 3779 | 2026-08-20T07:05:41.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3780 | 2026-08-20T07:05:41.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3781 | 2026-08-20T07:05:41.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3782 | 2026-08-20T07:05:41.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3783 | 2026-08-20T07:05:41.792Z | |
| 3784 | 2026-08-20T07:05:41.792Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/340) |
| 3785 | 2026-08-20T07:05:42.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2026-08-20T07:05:42.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2026-08-20T07:05:42.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3788 | 2026-08-20T07:05:42.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3789 | 2026-08-20T07:05:42.384Z | |
| 3790 | 2026-08-20T07:05:42.384Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/340) |
| 3791 | 2026-08-20T07:05:42.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3792 | 2026-08-20T07:05:42.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3793 | 2026-08-20T07:05:42.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3794 | 2026-08-20T07:05:42.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3795 | 2026-08-20T07:05:42.980Z | |
| 3796 | 2026-08-20T07:05:42.980Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/340) |
| 3797 | 2026-08-20T07:05:43.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3798 | 2026-08-20T07:05:43.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3799 | 2026-08-20T07:05:43.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3800 | 2026-08-20T07:05:43.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3801 | 2026-08-20T07:05:43.575Z | |
| 3802 | 2026-08-20T07:05:43.575Z | info: running `cargo check --bins` on oximeter-producer (195/340) |
| 3803 | 2026-08-20T07:05:44.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3804 | 2026-08-20T07:05:44.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3805 | 2026-08-20T07:05:44.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3806 | 2026-08-20T07:05:44.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3807 | 2026-08-20T07:05:44.191Z | |
| 3808 | 2026-08-20T07:05:44.191Z | info: running `cargo check --bins` on internal-dns-resolver (196/340) |
| 3809 | 2026-08-20T07:05:44.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3810 | 2026-08-20T07:05:44.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3811 | 2026-08-20T07:05:44.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3812 | 2026-08-20T07:05:44.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3813 | 2026-08-20T07:05:44.773Z | |
| 3814 | 2026-08-20T07:05:44.773Z | info: running `cargo check --bins` on dns-server (197/340) |
| 3815 | 2026-08-20T07:05:45.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3816 | 2026-08-20T07:05:45.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3817 | 2026-08-20T07:05:45.431Z | Compiling parking_lot_core v0.8.6 |
| 3818 | 2026-08-20T07:05:45.434Z | Compiling git-stub v1.0.0 |
| 3819 | 2026-08-20T07:05:45.434Z | Checking prefix-trie v0.7.0 |
| 3820 | 2026-08-20T07:05:45.553Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3821 | 2026-08-20T07:05:45.662Z | Compiling git-stub-vcs v0.1.0 |
| 3822 | 2026-08-20T07:05:45.820Z | Checking hickory-server v0.25.2 |
| 3823 | 2026-08-20T07:05:45.929Z | Checking parking_lot v0.11.2 |
| 3824 | 2026-08-20T07:05:45.962Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3825 | 2026-08-20T07:05:46.095Z | Checking sled v0.34.7 |
| 3826 | 2026-08-20T07:05:48.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 3827 | 2026-08-20T07:05:48.224Z | |
| 3828 | 2026-08-20T07:05:48.224Z | info: running `cargo check --bins` on dns-server-api (198/340) |
| 3829 | 2026-08-20T07:05:48.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3830 | 2026-08-20T07:05:48.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3831 | 2026-08-20T07:05:48.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3832 | 2026-08-20T07:05:48.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3833 | 2026-08-20T07:05:48.792Z | |
| 3834 | 2026-08-20T07:05:48.792Z | info: running `cargo check --bins` on nexus-client (199/340) |
| 3835 | 2026-08-20T07:05:49.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3836 | 2026-08-20T07:05:49.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3837 | 2026-08-20T07:05:49.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3838 | 2026-08-20T07:05:49.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3839 | 2026-08-20T07:05:49.402Z | |
| 3840 | 2026-08-20T07:05:49.402Z | info: running `cargo check --bins` on oximeter-producer-api (200/340) |
| 3841 | 2026-08-20T07:05:49.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3842 | 2026-08-20T07:05:49.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3843 | 2026-08-20T07:05:49.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3844 | 2026-08-20T07:05:49.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3845 | 2026-08-20T07:05:49.977Z | |
| 3846 | 2026-08-20T07:05:49.977Z | info: running `cargo check --bins` on sp-sim (201/340) |
| 3847 | 2026-08-20T07:05:50.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3848 | 2026-08-20T07:05:50.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3849 | 2026-08-20T07:05:50.679Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3850 | 2026-08-20T07:05:51.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 3851 | 2026-08-20T07:05:51.394Z | |
| 3852 | 2026-08-20T07:05:51.394Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/340) |
| 3853 | 2026-08-20T07:05:51.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3854 | 2026-08-20T07:05:51.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3855 | 2026-08-20T07:05:52.211Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3856 | 2026-08-20T07:05:52.340Z | Compiling hashbrown v0.14.5 |
| 3857 | 2026-08-20T07:05:52.340Z | Compiling rfc6979 v0.4.0 |
| 3858 | 2026-08-20T07:05:52.349Z | Compiling salty v0.3.0 |
| 3859 | 2026-08-20T07:05:52.365Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3860 | 2026-08-20T07:05:52.378Z | Compiling primeorder v0.13.6 |
| 3861 | 2026-08-20T07:05:52.392Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3862 | 2026-08-20T07:05:52.456Z | Compiling ecdsa v0.16.9 |
| 3863 | 2026-08-20T07:05:52.504Z | Compiling sha1 v0.10.6 |
| 3864 | 2026-08-20T07:05:52.629Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3865 | 2026-08-20T07:05:52.704Z | Compiling proc-macro-error2 v2.0.1 |
| 3866 | 2026-08-20T07:05:52.812Z | Compiling chumsky v0.9.3 |
| 3867 | 2026-08-20T07:05:52.832Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3868 | 2026-08-20T07:05:52.847Z | Compiling p384 v0.13.1 |
| 3869 | 2026-08-20T07:05:52.873Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3870 | 2026-08-20T07:05:53.009Z | Compiling knus-derive v3.4.0 |
| 3871 | 2026-08-20T07:05:53.040Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3872 | 2026-08-20T07:05:53.101Z | Checking libscf-sys v1.2.0 |
| 3873 | 2026-08-20T07:05:53.153Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3874 | 2026-08-20T07:05:53.228Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3875 | 2026-08-20T07:05:53.385Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3876 | 2026-08-20T07:05:53.433Z | Checking corncobs v0.1.4 |
| 3877 | 2026-08-20T07:05:53.546Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3878 | 2026-08-20T07:05:53.560Z | Checking papergrid v0.18.0 |
| 3879 | 2026-08-20T07:05:53.574Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3880 | 2026-08-20T07:05:53.577Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3881 | 2026-08-20T07:05:53.601Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3882 | 2026-08-20T07:05:53.712Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469) |
| 3883 | 2026-08-20T07:05:53.747Z | Checking secrecy v0.8.0 |
| 3884 | 2026-08-20T07:05:53.847Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3885 | 2026-08-20T07:05:53.874Z | Compiling unicase v2.9.0 |
| 3886 | 2026-08-20T07:05:53.997Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3887 | 2026-08-20T07:05:54.075Z | Compiling mime_guess v2.0.5 |
| 3888 | 2026-08-20T07:05:54.091Z | Compiling progenitor-impl v0.13.0 |
| 3889 | 2026-08-20T07:05:54.176Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469) |
| 3890 | 2026-08-20T07:05:54.212Z | Checking crc8 v0.1.1 |
| 3891 | 2026-08-20T07:05:54.331Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3892 | 2026-08-20T07:05:54.341Z | Checking tabled v0.21.0 |
| 3893 | 2026-08-20T07:05:54.407Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3894 | 2026-08-20T07:05:54.431Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3) |
| 3895 | 2026-08-20T07:05:54.445Z | Compiling knus v3.4.0 |
| 3896 | 2026-08-20T07:05:54.558Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469) |
| 3897 | 2026-08-20T07:05:55.201Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3898 | 2026-08-20T07:05:55.224Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3899 | 2026-08-20T07:05:55.364Z | Checking progenitor-client v0.13.0 |
| 3900 | 2026-08-20T07:05:55.405Z | Checking http-range v0.1.5 |
| 3901 | 2026-08-20T07:05:55.551Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3902 | 2026-08-20T07:05:55.602Z | Checking illumos-nvpair v0.3.0 |
| 3903 | 2026-08-20T07:05:55.623Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3904 | 2026-08-20T07:05:55.728Z | Checking scuffle v0.1.0 |
| 3905 | 2026-08-20T07:05:55.760Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3906 | 2026-08-20T07:05:56.022Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3907 | 2026-08-20T07:05:56.293Z | Checking nanorand v0.7.0 |
| 3908 | 2026-08-20T07:05:56.416Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3909 | 2026-08-20T07:05:56.499Z | Checking flume v0.11.1 |
| 3910 | 2026-08-20T07:05:56.512Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3) |
| 3911 | 2026-08-20T07:05:56.574Z | Checking hyper-staticfile v0.10.1 |
| 3912 | 2026-08-20T07:05:56.607Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3913 | 2026-08-20T07:05:56.710Z | Compiling progenitor-macro v0.13.0 |
| 3914 | 2026-08-20T07:05:56.731Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3915 | 2026-08-20T07:05:56.766Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3916 | 2026-08-20T07:05:56.859Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3917 | 2026-08-20T07:05:56.899Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3918 | 2026-08-20T07:05:57.113Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3919 | 2026-08-20T07:05:57.116Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3920 | 2026-08-20T07:05:57.149Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3921 | 2026-08-20T07:05:57.279Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3922 | 2026-08-20T07:05:57.544Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3923 | 2026-08-20T07:05:57.585Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3924 | 2026-08-20T07:05:57.608Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3925 | 2026-08-20T07:05:59.008Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3926 | 2026-08-20T07:06:00.005Z | Checking progenitor v0.13.0 |
| 3927 | 2026-08-20T07:06:00.144Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3928 | 2026-08-20T07:06:00.965Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3929 | 2026-08-20T07:06:02.030Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3930 | 2026-08-20T07:06:02.405Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3931 | 2026-08-20T07:06:02.485Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3932 | 2026-08-20T07:06:02.489Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3933 | 2026-08-20T07:06:16.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.89s |
| 3934 | 2026-08-20T07:06:16.296Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3935 | 2026-08-20T07:06:16.296Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3936 | 2026-08-20T07:06:16.493Z | |
| 3937 | 2026-08-20T07:06:16.493Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/340) |
| 3938 | 2026-08-20T07:06:17.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-08-20T07:06:17.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-08-20T07:06:17.265Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3941 | 2026-08-20T07:06:28.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.75s |
| 3942 | 2026-08-20T07:06:28.252Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3943 | 2026-08-20T07:06:28.252Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3944 | 2026-08-20T07:06:28.454Z | |
| 3945 | 2026-08-20T07:06:28.455Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/340) |
| 3946 | 2026-08-20T07:06:28.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3947 | 2026-08-20T07:06:28.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3948 | 2026-08-20T07:06:29.225Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3949 | 2026-08-20T07:06:40.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s |
| 3950 | 2026-08-20T07:06:40.176Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3951 | 2026-08-20T07:06:40.176Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3952 | 2026-08-20T07:06:40.374Z | |
| 3953 | 2026-08-20T07:06:40.374Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/340) |
| 3954 | 2026-08-20T07:06:40.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3955 | 2026-08-20T07:06:40.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3956 | 2026-08-20T07:06:41.148Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3957 | 2026-08-20T07:06:52.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s |
| 3958 | 2026-08-20T07:06:52.126Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3959 | 2026-08-20T07:06:52.126Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3960 | 2026-08-20T07:06:52.332Z | |
| 3961 | 2026-08-20T07:06:52.332Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/340) |
| 3962 | 2026-08-20T07:06:52.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-08-20T07:06:52.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-08-20T07:06:53.101Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3965 | 2026-08-20T07:07:04.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s |
| 3966 | 2026-08-20T07:07:04.076Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3967 | 2026-08-20T07:07:04.076Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3968 | 2026-08-20T07:07:04.279Z | |
| 3969 | 2026-08-20T07:07:04.279Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/340) |
| 3970 | 2026-08-20T07:07:04.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3971 | 2026-08-20T07:07:04.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3972 | 2026-08-20T07:07:05.052Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3973 | 2026-08-20T07:07:15.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.70s |
| 3974 | 2026-08-20T07:07:15.994Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3975 | 2026-08-20T07:07:15.994Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3976 | 2026-08-20T07:07:16.191Z | |
| 3977 | 2026-08-20T07:07:16.191Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/340) |
| 3978 | 2026-08-20T07:07:16.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3979 | 2026-08-20T07:07:16.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3980 | 2026-08-20T07:07:16.959Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3981 | 2026-08-20T07:07:27.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.70s |
| 3982 | 2026-08-20T07:07:27.907Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3983 | 2026-08-20T07:07:27.907Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3984 | 2026-08-20T07:07:28.111Z | |
| 3985 | 2026-08-20T07:07:28.111Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/340) |
| 3986 | 2026-08-20T07:07:28.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-08-20T07:07:28.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-08-20T07:07:28.880Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3989 | 2026-08-20T07:07:39.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s |
| 3990 | 2026-08-20T07:07:39.835Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3991 | 2026-08-20T07:07:39.835Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3992 | 2026-08-20T07:07:40.034Z | |
| 3993 | 2026-08-20T07:07:40.034Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/340) |
| 3994 | 2026-08-20T07:07:40.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3995 | 2026-08-20T07:07:40.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3996 | 2026-08-20T07:07:40.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3997 | 2026-08-20T07:07:40.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3998 | 2026-08-20T07:07:40.604Z | |
| 3999 | 2026-08-20T07:07:40.604Z | info: running `cargo check --bins` on installinator-common (211/340) |
| 4000 | 2026-08-20T07:07:41.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4001 | 2026-08-20T07:07:41.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4002 | 2026-08-20T07:07:41.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4003 | 2026-08-20T07:07:41.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4004 | 2026-08-20T07:07:41.191Z | |
| 4005 | 2026-08-20T07:07:41.191Z | info: running `cargo check --bins` on installinator-common-versions (212/340) |
| 4006 | 2026-08-20T07:07:41.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4007 | 2026-08-20T07:07:41.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4008 | 2026-08-20T07:07:41.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4009 | 2026-08-20T07:07:41.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4010 | 2026-08-20T07:07:41.751Z | |
| 4011 | 2026-08-20T07:07:41.751Z | info: running `cargo check --bins` on nexus-lockstep-client (213/340) |
| 4012 | 2026-08-20T07:07:42.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4013 | 2026-08-20T07:07:42.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4014 | 2026-08-20T07:07:42.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4015 | 2026-08-20T07:07:42.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4016 | 2026-08-20T07:07:42.363Z | |
| 4017 | 2026-08-20T07:07:42.363Z | info: running `cargo check --bins` on omicron-ddm-admin-client (214/340) |
| 4018 | 2026-08-20T07:07:42.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-08-20T07:07:42.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-08-20T07:07:42.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4021 | 2026-08-20T07:07:42.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4022 | 2026-08-20T07:07:42.935Z | |
| 4023 | 2026-08-20T07:07:42.935Z | info: running `cargo check --bins` on range-requests (215/340) |
| 4024 | 2026-08-20T07:07:43.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-08-20T07:07:43.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-08-20T07:07:43.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4027 | 2026-08-20T07:07:43.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4028 | 2026-08-20T07:07:43.499Z | |
| 4029 | 2026-08-20T07:07:43.499Z | info: running `cargo check --bins` on repo-depot-api (216/340) |
| 4030 | 2026-08-20T07:07:43.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-08-20T07:07:43.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-08-20T07:07:43.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4033 | 2026-08-20T07:07:43.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4034 | 2026-08-20T07:07:44.067Z | |
| 4035 | 2026-08-20T07:07:44.067Z | info: running `cargo check --bins` on repo-depot-client (217/340) |
| 4036 | 2026-08-20T07:07:44.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4037 | 2026-08-20T07:07:44.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4038 | 2026-08-20T07:07:44.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4039 | 2026-08-20T07:07:44.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4040 | 2026-08-20T07:07:44.627Z | |
| 4041 | 2026-08-20T07:07:44.627Z | info: running `cargo check --bins` on sled-agent-api (218/340) |
| 4042 | 2026-08-20T07:07:45.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4043 | 2026-08-20T07:07:45.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4044 | 2026-08-20T07:07:45.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4045 | 2026-08-20T07:07:45.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4046 | 2026-08-20T07:07:45.214Z | |
| 4047 | 2026-08-20T07:07:45.214Z | info: running `cargo check --bins` on sled-diagnostics (219/340) |
| 4048 | 2026-08-20T07:07:45.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4049 | 2026-08-20T07:07:45.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4050 | 2026-08-20T07:07:45.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4051 | 2026-08-20T07:07:45.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4052 | 2026-08-20T07:07:45.806Z | |
| 4053 | 2026-08-20T07:07:45.806Z | info: running `cargo check --bins` on zfs-test-harness (220/340) |
| 4054 | 2026-08-20T07:07:46.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4055 | 2026-08-20T07:07:46.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4056 | 2026-08-20T07:07:46.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4057 | 2026-08-20T07:07:46.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4058 | 2026-08-20T07:07:46.393Z | |
| 4059 | 2026-08-20T07:07:46.393Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (221/340) |
| 4060 | 2026-08-20T07:07:46.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4061 | 2026-08-20T07:07:46.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4062 | 2026-08-20T07:07:46.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4063 | 2026-08-20T07:07:46.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4064 | 2026-08-20T07:07:46.989Z | |
| 4065 | 2026-08-20T07:07:46.989Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/340) |
| 4066 | 2026-08-20T07:07:47.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4067 | 2026-08-20T07:07:47.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4068 | 2026-08-20T07:07:47.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4069 | 2026-08-20T07:07:47.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4070 | 2026-08-20T07:07:47.584Z | |
| 4071 | 2026-08-20T07:07:47.584Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/340) |
| 4072 | 2026-08-20T07:07:48.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4073 | 2026-08-20T07:07:48.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4074 | 2026-08-20T07:07:48.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4075 | 2026-08-20T07:07:48.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4076 | 2026-08-20T07:07:48.181Z | |
| 4077 | 2026-08-20T07:07:48.181Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/340) |
| 4078 | 2026-08-20T07:07:48.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-08-20T07:07:48.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-08-20T07:07:48.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4081 | 2026-08-20T07:07:48.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4082 | 2026-08-20T07:07:48.777Z | |
| 4083 | 2026-08-20T07:07:48.777Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/340) |
| 4084 | 2026-08-20T07:07:49.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-08-20T07:07:49.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-08-20T07:07:49.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-08-20T07:07:49.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4088 | 2026-08-20T07:07:49.377Z | |
| 4089 | 2026-08-20T07:07:49.377Z | info: running `cargo check --bins` on sled-agent-resolvable-files (226/340) |
| 4090 | 2026-08-20T07:07:49.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-08-20T07:07:49.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-08-20T07:07:49.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-08-20T07:07:49.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4094 | 2026-08-20T07:07:49.970Z | |
| 4095 | 2026-08-20T07:07:49.970Z | info: running `cargo check --bins` on trust-quorum (227/340) |
| 4096 | 2026-08-20T07:07:50.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-08-20T07:07:50.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-08-20T07:07:50.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4099 | 2026-08-20T07:07:50.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4100 | 2026-08-20T07:07:50.571Z | |
| 4101 | 2026-08-20T07:07:50.571Z | info: running `cargo check --bins` on sled-agent-early-networking (228/340) |
| 4102 | 2026-08-20T07:07:51.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-08-20T07:07:51.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-08-20T07:07:51.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4105 | 2026-08-20T07:07:51.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4106 | 2026-08-20T07:07:51.158Z | |
| 4107 | 2026-08-20T07:07:51.158Z | info: running `cargo check --bins` on sled-agent-health-monitor (229/340) |
| 4108 | 2026-08-20T07:07:51.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-08-20T07:07:51.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-08-20T07:07:51.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4111 | 2026-08-20T07:07:51.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4112 | 2026-08-20T07:07:51.749Z | |
| 4113 | 2026-08-20T07:07:51.749Z | info: running `cargo check --bins` on sled-agent-multirack-join (230/340) |
| 4114 | 2026-08-20T07:07:52.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4115 | 2026-08-20T07:07:52.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4116 | 2026-08-20T07:07:52.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4117 | 2026-08-20T07:07:52.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4118 | 2026-08-20T07:07:52.370Z | |
| 4119 | 2026-08-20T07:07:52.371Z | info: running `cargo check --bins` on sled-agent-rack-setup (231/340) |
| 4120 | 2026-08-20T07:07:52.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4121 | 2026-08-20T07:07:52.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4122 | 2026-08-20T07:07:52.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4123 | 2026-08-20T07:07:52.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4124 | 2026-08-20T07:07:52.993Z | |
| 4125 | 2026-08-20T07:07:52.993Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (232/340) |
| 4126 | 2026-08-20T07:07:53.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4127 | 2026-08-20T07:07:53.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4128 | 2026-08-20T07:07:53.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4129 | 2026-08-20T07:07:53.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4130 | 2026-08-20T07:07:53.602Z | |
| 4131 | 2026-08-20T07:07:53.602Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (233/340) |
| 4132 | 2026-08-20T07:07:54.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4133 | 2026-08-20T07:07:54.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4134 | 2026-08-20T07:07:54.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4135 | 2026-08-20T07:07:54.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4136 | 2026-08-20T07:07:54.226Z | |
| 4137 | 2026-08-20T07:07:54.226Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (234/340) |
| 4138 | 2026-08-20T07:07:54.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4139 | 2026-08-20T07:07:54.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4140 | 2026-08-20T07:07:54.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4141 | 2026-08-20T07:07:54.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4142 | 2026-08-20T07:07:54.848Z | |
| 4143 | 2026-08-20T07:07:54.848Z | info: running `cargo check --bins` on omicron-deployment-graph (235/340) |
| 4144 | 2026-08-20T07:07:55.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2026-08-20T07:07:55.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2026-08-20T07:07:55.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4147 | 2026-08-20T07:07:55.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4148 | 2026-08-20T07:07:55.407Z | |
| 4149 | 2026-08-20T07:07:55.408Z | info: running `cargo check --bins` on transient-dns-server (236/340) |
| 4150 | 2026-08-20T07:07:55.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4151 | 2026-08-20T07:07:55.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4152 | 2026-08-20T07:07:55.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4153 | 2026-08-20T07:07:55.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4154 | 2026-08-20T07:07:55.991Z | |
| 4155 | 2026-08-20T07:07:55.991Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/340) |
| 4156 | 2026-08-20T07:07:56.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4157 | 2026-08-20T07:07:56.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4158 | 2026-08-20T07:07:56.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4159 | 2026-08-20T07:07:56.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4160 | 2026-08-20T07:07:56.584Z | |
| 4161 | 2026-08-20T07:07:56.584Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/340) |
| 4162 | 2026-08-20T07:07:57.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4163 | 2026-08-20T07:07:57.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4164 | 2026-08-20T07:07:57.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4165 | 2026-08-20T07:07:57.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4166 | 2026-08-20T07:07:57.175Z | |
| 4167 | 2026-08-20T07:07:57.175Z | info: running `cargo check --bins` on omicron-rpaths (239/340) |
| 4168 | 2026-08-20T07:07:57.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4169 | 2026-08-20T07:07:57.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4170 | 2026-08-20T07:07:57.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4171 | 2026-08-20T07:07:57.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4172 | 2026-08-20T07:07:57.734Z | |
| 4173 | 2026-08-20T07:07:57.735Z | info: running `cargo check --bins` on omicron-repl-utils (240/340) |
| 4174 | 2026-08-20T07:07:58.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4175 | 2026-08-20T07:07:58.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4176 | 2026-08-20T07:07:58.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4177 | 2026-08-20T07:07:58.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4178 | 2026-08-20T07:07:58.300Z | |
| 4179 | 2026-08-20T07:07:58.300Z | info: running `cargo check --bins` on omicron-clickhouse-admin (241/340) |
| 4180 | 2026-08-20T07:07:58.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4181 | 2026-08-20T07:07:58.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4182 | 2026-08-20T07:07:58.999Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4183 | 2026-08-20T07:07:59.415Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4184 | 2026-08-20T07:08:00.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
| 4185 | 2026-08-20T07:08:00.792Z | |
| 4186 | 2026-08-20T07:08:00.792Z | info: running `cargo check --bins` on clickhouse-admin-api (242/340) |
| 4187 | 2026-08-20T07:08:01.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4188 | 2026-08-20T07:08:01.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4189 | 2026-08-20T07:08:01.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4190 | 2026-08-20T07:08:01.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4191 | 2026-08-20T07:08:01.364Z | |
| 4192 | 2026-08-20T07:08:01.364Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (243/340) |
| 4193 | 2026-08-20T07:08:01.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4194 | 2026-08-20T07:08:01.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4195 | 2026-08-20T07:08:01.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4196 | 2026-08-20T07:08:01.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4197 | 2026-08-20T07:08:01.941Z | |
| 4198 | 2026-08-20T07:08:01.941Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/340) |
| 4199 | 2026-08-20T07:08:02.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4200 | 2026-08-20T07:08:02.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4201 | 2026-08-20T07:08:02.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4202 | 2026-08-20T07:08:02.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4203 | 2026-08-20T07:08:02.525Z | |
| 4204 | 2026-08-20T07:08:02.525Z | info: running `cargo check --bins` on clickhouse-admin-single-client (245/340) |
| 4205 | 2026-08-20T07:08:03.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4206 | 2026-08-20T07:08:03.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4207 | 2026-08-20T07:08:03.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4208 | 2026-08-20T07:08:03.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4209 | 2026-08-20T07:08:03.101Z | |
| 4210 | 2026-08-20T07:08:03.101Z | info: running `cargo check --bins` on installinator-client (246/340) |
| 4211 | 2026-08-20T07:08:03.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4212 | 2026-08-20T07:08:03.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4213 | 2026-08-20T07:08:03.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4214 | 2026-08-20T07:08:03.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4215 | 2026-08-20T07:08:03.680Z | |
| 4216 | 2026-08-20T07:08:03.680Z | info: running `cargo check --bins` on oxide-client (247/340) |
| 4217 | 2026-08-20T07:08:04.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4218 | 2026-08-20T07:08:04.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4219 | 2026-08-20T07:08:04.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4220 | 2026-08-20T07:08:04.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4221 | 2026-08-20T07:08:04.246Z | |
| 4222 | 2026-08-20T07:08:04.246Z | info: running `cargo check --bins` on oximeter-client (248/340) |
| 4223 | 2026-08-20T07:08:04.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4224 | 2026-08-20T07:08:04.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4225 | 2026-08-20T07:08:04.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4226 | 2026-08-20T07:08:04.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4227 | 2026-08-20T07:08:04.820Z | |
| 4228 | 2026-08-20T07:08:04.820Z | info: running `cargo check --bins` on wicketd-client (249/340) |
| 4229 | 2026-08-20T07:08:05.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-08-20T07:08:05.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-08-20T07:08:05.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4232 | 2026-08-20T07:08:05.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4233 | 2026-08-20T07:08:05.416Z | |
| 4234 | 2026-08-20T07:08:05.417Z | info: running `cargo check --bins` on wicket-common (250/340) |
| 4235 | 2026-08-20T07:08:05.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-08-20T07:08:05.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-08-20T07:08:05.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4238 | 2026-08-20T07:08:05.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4239 | 2026-08-20T07:08:06.001Z | |
| 4240 | 2026-08-20T07:08:06.001Z | info: running `cargo check --bins` on wicketd-commission-client (251/340) |
| 4241 | 2026-08-20T07:08:06.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-08-20T07:08:06.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-08-20T07:08:06.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4244 | 2026-08-20T07:08:06.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4245 | 2026-08-20T07:08:06.580Z | |
| 4246 | 2026-08-20T07:08:06.580Z | info: running `cargo check --bins` on omicron-cockroach-admin (252/340) |
| 4247 | 2026-08-20T07:08:07.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-08-20T07:08:07.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-08-20T07:08:07.249Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4250 | 2026-08-20T07:08:07.252Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4251 | 2026-08-20T07:08:08.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4252 | 2026-08-20T07:08:08.613Z | |
| 4253 | 2026-08-20T07:08:08.613Z | info: running `cargo check --bins` on cockroach-admin-api (253/340) |
| 4254 | 2026-08-20T07:08:09.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-08-20T07:08:09.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-08-20T07:08:09.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4257 | 2026-08-20T07:08:09.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4258 | 2026-08-20T07:08:09.182Z | |
| 4259 | 2026-08-20T07:08:09.182Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (254/340) |
| 4260 | 2026-08-20T07:08:09.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4261 | 2026-08-20T07:08:09.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4262 | 2026-08-20T07:08:09.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4263 | 2026-08-20T07:08:09.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4264 | 2026-08-20T07:08:09.835Z | |
| 4265 | 2026-08-20T07:08:09.835Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/340) |
| 4266 | 2026-08-20T07:08:10.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4267 | 2026-08-20T07:08:10.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4268 | 2026-08-20T07:08:10.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4269 | 2026-08-20T07:08:10.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4270 | 2026-08-20T07:08:10.490Z | |
| 4271 | 2026-08-20T07:08:10.490Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (256/340) |
| 4272 | 2026-08-20T07:08:11.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4273 | 2026-08-20T07:08:11.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4274 | 2026-08-20T07:08:11.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4275 | 2026-08-20T07:08:11.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4276 | 2026-08-20T07:08:11.118Z | |
| 4277 | 2026-08-20T07:08:11.118Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/340) |
| 4278 | 2026-08-20T07:08:11.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4279 | 2026-08-20T07:08:11.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4280 | 2026-08-20T07:08:11.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4281 | 2026-08-20T07:08:11.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4282 | 2026-08-20T07:08:11.744Z | |
| 4283 | 2026-08-20T07:08:11.744Z | info: running `cargo check --bins` on db-macros (258/340) |
| 4284 | 2026-08-20T07:08:12.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4285 | 2026-08-20T07:08:12.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4286 | 2026-08-20T07:08:12.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4287 | 2026-08-20T07:08:12.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4288 | 2026-08-20T07:08:12.305Z | |
| 4289 | 2026-08-20T07:08:12.305Z | info: running `cargo check --bins` on nexus-macros-common (259/340) |
| 4290 | 2026-08-20T07:08:12.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4291 | 2026-08-20T07:08:12.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4292 | 2026-08-20T07:08:12.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4293 | 2026-08-20T07:08:12.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4294 | 2026-08-20T07:08:12.859Z | |
| 4295 | 2026-08-20T07:08:12.859Z | info: running `cargo check --bins` on nexus-auth (260/340) |
| 4296 | 2026-08-20T07:08:13.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4297 | 2026-08-20T07:08:13.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4298 | 2026-08-20T07:08:13.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4299 | 2026-08-20T07:08:13.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4300 | 2026-08-20T07:08:13.480Z | |
| 4301 | 2026-08-20T07:08:13.480Z | info: running `cargo check --bins` on authz-macros (261/340) |
| 4302 | 2026-08-20T07:08:13.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4303 | 2026-08-20T07:08:13.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4304 | 2026-08-20T07:08:13.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4305 | 2026-08-20T07:08:13.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4306 | 2026-08-20T07:08:14.037Z | |
| 4307 | 2026-08-20T07:08:14.037Z | info: running `cargo check --bins` on nexus-db-fixed-data (262/340) |
| 4308 | 2026-08-20T07:08:14.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4309 | 2026-08-20T07:08:14.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4310 | 2026-08-20T07:08:14.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4311 | 2026-08-20T07:08:14.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4312 | 2026-08-20T07:08:14.651Z | |
| 4313 | 2026-08-20T07:08:14.651Z | info: running `cargo check --bins` on nexus-db-model (263/340) |
| 4314 | 2026-08-20T07:08:15.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4315 | 2026-08-20T07:08:15.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4316 | 2026-08-20T07:08:15.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4317 | 2026-08-20T07:08:15.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4318 | 2026-08-20T07:08:15.265Z | |
| 4319 | 2026-08-20T07:08:15.265Z | info: running `cargo check --bins` on nexus-db-schema (264/340) |
| 4320 | 2026-08-20T07:08:15.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4321 | 2026-08-20T07:08:15.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4322 | 2026-08-20T07:08:15.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4323 | 2026-08-20T07:08:15.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4324 | 2026-08-20T07:08:15.826Z | |
| 4325 | 2026-08-20T07:08:15.826Z | info: running `cargo check --bins` on nexus-defaults (265/340) |
| 4326 | 2026-08-20T07:08:16.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4327 | 2026-08-20T07:08:16.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4328 | 2026-08-20T07:08:16.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4329 | 2026-08-20T07:08:16.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4330 | 2026-08-20T07:08:16.399Z | |
| 4331 | 2026-08-20T07:08:16.399Z | info: running `cargo check --bins` on omicron-git-version (266/340) |
| 4332 | 2026-08-20T07:08:16.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4333 | 2026-08-20T07:08:16.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4334 | 2026-08-20T07:08:16.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4335 | 2026-08-20T07:08:16.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4336 | 2026-08-20T07:08:16.960Z | |
| 4337 | 2026-08-20T07:08:16.960Z | info: running `cargo check --bins` on nexus-db-errors (267/340) |
| 4338 | 2026-08-20T07:08:17.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4339 | 2026-08-20T07:08:17.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4340 | 2026-08-20T07:08:17.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4341 | 2026-08-20T07:08:17.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4342 | 2026-08-20T07:08:17.590Z | |
| 4343 | 2026-08-20T07:08:17.590Z | info: running `cargo check --bins` on nexus-db-lookup (268/340) |
| 4344 | 2026-08-20T07:08:18.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4345 | 2026-08-20T07:08:18.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4346 | 2026-08-20T07:08:18.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4347 | 2026-08-20T07:08:18.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4348 | 2026-08-20T07:08:18.218Z | |
| 4349 | 2026-08-20T07:08:18.218Z | info: running `cargo check --bins` on nexus-test-interface (269/340) |
| 4350 | 2026-08-20T07:08:18.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4351 | 2026-08-20T07:08:18.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4352 | 2026-08-20T07:08:18.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4353 | 2026-08-20T07:08:18.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4354 | 2026-08-20T07:08:18.839Z | |
| 4355 | 2026-08-20T07:08:18.839Z | info: running `cargo check --bins` on oximeter-collector (270/340) |
| 4356 | 2026-08-20T07:08:19.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4357 | 2026-08-20T07:08:19.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4358 | 2026-08-20T07:08:19.559Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4359 | 2026-08-20T07:08:19.561Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4360 | 2026-08-20T07:08:20.232Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4361 | 2026-08-20T07:08:21.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
| 4362 | 2026-08-20T07:08:22.136Z | |
| 4363 | 2026-08-20T07:08:22.136Z | info: running `cargo check --bins` on oximeter-api (271/340) |
| 4364 | 2026-08-20T07:08:22.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4365 | 2026-08-20T07:08:22.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4366 | 2026-08-20T07:08:22.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4367 | 2026-08-20T07:08:22.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4368 | 2026-08-20T07:08:22.705Z | |
| 4369 | 2026-08-20T07:08:22.705Z | info: running `cargo check --bins` on cert-dev (272/340) |
| 4370 | 2026-08-20T07:08:23.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4371 | 2026-08-20T07:08:23.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4372 | 2026-08-20T07:08:23.316Z | Checking yasna v0.5.2 |
| 4373 | 2026-08-20T07:08:23.721Z | Checking rcgen v0.12.1 |
| 4374 | 2026-08-20T07:08:23.975Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4375 | 2026-08-20T07:08:24.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4376 | 2026-08-20T07:08:24.321Z | |
| 4377 | 2026-08-20T07:08:24.322Z | info: running `cargo check --bins` on clickana (273/340) |
| 4378 | 2026-08-20T07:08:24.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4379 | 2026-08-20T07:08:24.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4380 | 2026-08-20T07:08:24.962Z | Compiling instability v0.3.11 |
| 4381 | 2026-08-20T07:08:24.962Z | Checking castaway v0.2.4 |
| 4382 | 2026-08-20T07:08:24.965Z | Compiling indoc v2.0.7 |
| 4383 | 2026-08-20T07:08:24.965Z | Checking unicode-truncate v1.1.0 |
| 4384 | 2026-08-20T07:08:24.965Z | Checking lru v0.12.5 |
| 4385 | 2026-08-20T07:08:24.965Z | Checking cassowary v0.3.0 |
| 4386 | 2026-08-20T07:08:25.158Z | Checking compact_str v0.8.1 |
| 4387 | 2026-08-20T07:08:25.955Z | Checking ratatui v0.29.0 |
| 4388 | 2026-08-20T07:08:27.000Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4389 | 2026-08-20T07:08:27.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 4390 | 2026-08-20T07:08:27.896Z | |
| 4391 | 2026-08-20T07:08:27.896Z | info: running `cargo check --bins` on clickhouse-cluster-dev (274/340) |
| 4392 | 2026-08-20T07:08:28.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4393 | 2026-08-20T07:08:28.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4394 | 2026-08-20T07:08:28.608Z | Checking headers-core v0.3.0 |
| 4395 | 2026-08-20T07:08:28.608Z | Checking port-file v0.1.0 |
| 4396 | 2026-08-20T07:08:28.612Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4397 | 2026-08-20T07:08:28.806Z | Checking headers v0.4.1 |
| 4398 | 2026-08-20T07:08:29.176Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4399 | 2026-08-20T07:08:30.139Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4400 | 2026-08-20T07:08:30.664Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4401 | 2026-08-20T07:08:31.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4402 | 2026-08-20T07:08:31.294Z | |
| 4403 | 2026-08-20T07:08:31.294Z | info: running `cargo check --bins` on ch-dev (275/340) |
| 4404 | 2026-08-20T07:08:31.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4405 | 2026-08-20T07:08:31.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4406 | 2026-08-20T07:08:32.004Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4407 | 2026-08-20T07:08:32.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4408 | 2026-08-20T07:08:32.960Z | |
| 4409 | 2026-08-20T07:08:32.960Z | info: running `cargo check --bins` on dev-tools-common (276/340) |
| 4410 | 2026-08-20T07:08:33.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4411 | 2026-08-20T07:08:33.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4412 | 2026-08-20T07:08:33.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4413 | 2026-08-20T07:08:33.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4414 | 2026-08-20T07:08:33.446Z | |
| 4415 | 2026-08-20T07:08:33.447Z | info: running `cargo check --bins` on corpus-adjust (277/340) |
| 4416 | 2026-08-20T07:08:33.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4417 | 2026-08-20T07:08:33.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4418 | 2026-08-20T07:08:34.003Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4419 | 2026-08-20T07:08:34.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4420 | 2026-08-20T07:08:34.548Z | |
| 4421 | 2026-08-20T07:08:34.548Z | info: running `cargo check --bins` on crdb-seed (278/340) |
| 4422 | 2026-08-20T07:08:35.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4423 | 2026-08-20T07:08:35.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4424 | 2026-08-20T07:08:35.266Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4425 | 2026-08-20T07:08:36.354Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4426 | 2026-08-20T07:08:36.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
| 4427 | 2026-08-20T07:08:36.905Z | |
| 4428 | 2026-08-20T07:08:36.905Z | info: running `cargo check --bins` on db-dev (279/340) |
| 4429 | 2026-08-20T07:08:37.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4430 | 2026-08-20T07:08:37.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4431 | 2026-08-20T07:08:37.611Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4432 | 2026-08-20T07:08:38.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4433 | 2026-08-20T07:08:38.575Z | |
| 4434 | 2026-08-20T07:08:38.575Z | info: running `cargo check --bins` on omicron-dev-lib (280/340) |
| 4435 | 2026-08-20T07:08:39.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4436 | 2026-08-20T07:08:39.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4437 | 2026-08-20T07:08:39.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4438 | 2026-08-20T07:08:39.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4439 | 2026-08-20T07:08:39.190Z | |
| 4440 | 2026-08-20T07:08:39.190Z | info: running `cargo check --bins` on xtask-downloader (281/340) |
| 4441 | 2026-08-20T07:08:39.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4442 | 2026-08-20T07:08:39.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4443 | 2026-08-20T07:08:39.803Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4444 | 2026-08-20T07:08:40.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4445 | 2026-08-20T07:08:40.663Z | |
| 4446 | 2026-08-20T07:08:40.663Z | info: running `cargo check --bins` on omicron-dropshot-apis (282/340) |
| 4447 | 2026-08-20T07:08:41.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4448 | 2026-08-20T07:08:41.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4449 | 2026-08-20T07:08:41.401Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4450 | 2026-08-20T07:08:41.401Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4451 | 2026-08-20T07:08:41.404Z | Checking git-stub v1.0.0 |
| 4452 | 2026-08-20T07:08:41.405Z | Compiling trait-variant v0.1.2 |
| 4453 | 2026-08-20T07:08:41.405Z | Checking maplit v1.0.2 |
| 4454 | 2026-08-20T07:08:41.405Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4455 | 2026-08-20T07:08:41.519Z | Checking drift v0.2.0 |
| 4456 | 2026-08-20T07:08:41.523Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4457 | 2026-08-20T07:08:41.615Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4458 | 2026-08-20T07:08:41.654Z | Checking git-stub-vcs v0.1.0 |
| 4459 | 2026-08-20T07:08:41.720Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4460 | 2026-08-20T07:08:41.805Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4461 | 2026-08-20T07:08:41.847Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4462 | 2026-08-20T07:08:41.864Z | Checking dropshot-api-manager v0.8.0 |
| 4463 | 2026-08-20T07:08:41.891Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4464 | 2026-08-20T07:08:42.090Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4465 | 2026-08-20T07:08:42.245Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4466 | 2026-08-20T07:08:42.792Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4467 | 2026-08-20T07:08:43.681Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4468 | 2026-08-20T07:08:44.692Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4469 | 2026-08-20T07:08:45.552Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4470 | 2026-08-20T07:08:46.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s |
| 4471 | 2026-08-20T07:08:46.201Z | |
| 4472 | 2026-08-20T07:08:46.201Z | info: running `cargo check --bins` on installinator-api (283/340) |
| 4473 | 2026-08-20T07:08:46.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4474 | 2026-08-20T07:08:46.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4475 | 2026-08-20T07:08:46.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4476 | 2026-08-20T07:08:46.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4477 | 2026-08-20T07:08:46.773Z | |
| 4478 | 2026-08-20T07:08:46.773Z | info: running `cargo check --bins` on nexus-external-api (284/340) |
| 4479 | 2026-08-20T07:08:47.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4480 | 2026-08-20T07:08:47.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4481 | 2026-08-20T07:08:47.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4482 | 2026-08-20T07:08:47.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4483 | 2026-08-20T07:08:47.398Z | |
| 4484 | 2026-08-20T07:08:47.398Z | info: running `cargo check --bins` on nexus-internal-api (285/340) |
| 4485 | 2026-08-20T07:08:47.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4486 | 2026-08-20T07:08:47.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4487 | 2026-08-20T07:08:47.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4488 | 2026-08-20T07:08:47.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4489 | 2026-08-20T07:08:48.006Z | |
| 4490 | 2026-08-20T07:08:48.006Z | info: running `cargo check --bins` on nexus-lockstep-api (286/340) |
| 4491 | 2026-08-20T07:08:48.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4492 | 2026-08-20T07:08:48.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4493 | 2026-08-20T07:08:48.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4494 | 2026-08-20T07:08:48.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4495 | 2026-08-20T07:08:48.616Z | |
| 4496 | 2026-08-20T07:08:48.617Z | info: running `cargo check --bins` on ntp-admin-api (287/340) |
| 4497 | 2026-08-20T07:08:49.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4498 | 2026-08-20T07:08:49.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4499 | 2026-08-20T07:08:49.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4500 | 2026-08-20T07:08:49.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4501 | 2026-08-20T07:08:49.191Z | |
| 4502 | 2026-08-20T07:08:49.191Z | info: running `cargo check --bins` on ntp-admin-types-versions (288/340) |
| 4503 | 2026-08-20T07:08:49.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4504 | 2026-08-20T07:08:49.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4505 | 2026-08-20T07:08:49.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4506 | 2026-08-20T07:08:49.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4507 | 2026-08-20T07:08:49.755Z | |
| 4508 | 2026-08-20T07:08:49.755Z | info: running `cargo check --bins` on wicketd-api (289/340) |
| 4509 | 2026-08-20T07:08:50.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4510 | 2026-08-20T07:08:50.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4511 | 2026-08-20T07:08:50.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4512 | 2026-08-20T07:08:50.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4513 | 2026-08-20T07:08:50.343Z | |
| 4514 | 2026-08-20T07:08:50.343Z | info: running `cargo check --bins` on wicketd-commission-api (290/340) |
| 4515 | 2026-08-20T07:08:50.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4516 | 2026-08-20T07:08:50.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4517 | 2026-08-20T07:08:50.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4518 | 2026-08-20T07:08:50.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4519 | 2026-08-20T07:08:50.920Z | |
| 4520 | 2026-08-20T07:08:50.921Z | info: running `cargo check --bins` on omicron-ls-apis (291/340) |
| 4521 | 2026-08-20T07:08:51.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4522 | 2026-08-20T07:08:51.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4523 | 2026-08-20T07:08:51.533Z | Compiling blake3 v1.8.5 |
| 4524 | 2026-08-20T07:08:51.642Z | Checking constant_time_eq v0.4.2 |
| 4525 | 2026-08-20T07:08:51.651Z | Checking arrayvec v0.7.6 |
| 4526 | 2026-08-20T07:08:51.651Z | Checking arrayref v0.3.9 |
| 4527 | 2026-08-20T07:08:51.665Z | Checking cargo-platform v0.3.2 |
| 4528 | 2026-08-20T07:08:51.698Z | Checking topological-sort v0.2.2 |
| 4529 | 2026-08-20T07:08:51.698Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4530 | 2026-08-20T07:08:51.817Z | Checking cargo_metadata v0.23.1 |
| 4531 | 2026-08-20T07:08:52.413Z | Checking omicron-zone-package v0.12.3 |
| 4532 | 2026-08-20T07:08:53.129Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4533 | 2026-08-20T07:08:53.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
| 4534 | 2026-08-20T07:08:54.131Z | |
| 4535 | 2026-08-20T07:08:54.131Z | info: running `cargo check --bins` on mgs-dev (292/340) |
| 4536 | 2026-08-20T07:08:54.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4537 | 2026-08-20T07:08:54.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4538 | 2026-08-20T07:08:54.852Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4539 | 2026-08-20T07:08:55.486Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4540 | 2026-08-20T07:08:55.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4541 | 2026-08-20T07:08:56.187Z | |
| 4542 | 2026-08-20T07:08:56.188Z | info: running `cargo check --bins --no-default-features` on omicron-omdb (293/340) |
| 4543 | 2026-08-20T07:08:56.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-08-20T07:08:56.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-08-20T07:08:57.157Z | Compiling darling_core v0.21.3 |
| 4546 | 2026-08-20T07:08:57.157Z | Compiling vergen-lib v0.1.6 |
| 4547 | 2026-08-20T07:08:57.157Z | Compiling diesel_derives v2.3.7 |
| 4548 | 2026-08-20T07:08:57.157Z | Checking scheduled-thread-pool v0.2.7 |
| 4549 | 2026-08-20T07:08:57.157Z | Compiling vergen-gitcl v1.0.8 |
| 4550 | 2026-08-20T07:08:57.157Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4551 | 2026-08-20T07:08:57.303Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4552 | 2026-08-20T07:08:57.380Z | Compiling dirs-sys-next v0.1.2 |
| 4553 | 2026-08-20T07:08:57.432Z | Compiling crunchy v0.2.4 |
| 4554 | 2026-08-20T07:08:57.482Z | Compiling glob v0.3.3 |
| 4555 | 2026-08-20T07:08:57.529Z | Compiling dirs-next v2.0.0 |
| 4556 | 2026-08-20T07:08:57.560Z | Checking r2d2 v0.8.10 |
| 4557 | 2026-08-20T07:08:57.647Z | Checking downcast-rs v2.0.2 |
| 4558 | 2026-08-20T07:08:57.664Z | Compiling tiny-keccak v2.0.2 |
| 4559 | 2026-08-20T07:08:57.757Z | Compiling term v0.7.0 |
| 4560 | 2026-08-20T07:08:57.783Z | Compiling bit-vec v0.6.3 |
| 4561 | 2026-08-20T07:08:57.867Z | Compiling clang-sys v1.8.1 |
| 4562 | 2026-08-20T07:08:57.904Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4563 | 2026-08-20T07:08:57.994Z | Compiling bit-set v0.5.3 |
| 4564 | 2026-08-20T07:08:58.091Z | Compiling ascii-canvas v3.0.0 |
| 4565 | 2026-08-20T07:08:58.157Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4566 | 2026-08-20T07:08:58.244Z | Compiling itertools v0.10.5 |
| 4567 | 2026-08-20T07:08:58.297Z | Compiling ena v0.14.4 |
| 4568 | 2026-08-20T07:08:58.301Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4569 | 2026-08-20T07:08:58.301Z | Compiling libloading v0.8.9 |
| 4570 | 2026-08-20T07:08:58.345Z | Compiling regex-syntax v0.6.29 |
| 4571 | 2026-08-20T07:08:58.349Z | Compiling bindgen v0.71.1 |
| 4572 | 2026-08-20T07:08:58.505Z | Compiling diff v0.1.13 |
| 4573 | 2026-08-20T07:08:58.775Z | Compiling cexpr v0.6.0 |
| 4574 | 2026-08-20T07:08:58.794Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4575 | 2026-08-20T07:08:58.913Z | Compiling rustc-hash v2.1.1 |
| 4576 | 2026-08-20T07:08:59.012Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4577 | 2026-08-20T07:08:59.210Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4578 | 2026-08-20T07:08:59.307Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4579 | 2026-08-20T07:08:59.354Z | Compiling libxml v0.3.3 |
| 4580 | 2026-08-20T07:08:59.438Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4581 | 2026-08-20T07:08:59.598Z | Compiling strum_macros v0.24.3 |
| 4582 | 2026-08-20T07:08:59.644Z | Compiling indoc v1.0.9 |
| 4583 | 2026-08-20T07:08:59.664Z | Compiling lalrpop v0.19.12 |
| 4584 | 2026-08-20T07:08:59.884Z | Compiling darling_macro v0.21.3 |
| 4585 | 2026-08-20T07:09:00.402Z | Compiling darling v0.21.3 |
| 4586 | 2026-08-20T07:09:00.493Z | Compiling dsl_auto_type v0.2.0 |
| 4587 | 2026-08-20T07:09:00.510Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4588 | 2026-08-20T07:09:00.695Z | Checking derive_builder v0.20.2 |
| 4589 | 2026-08-20T07:09:00.820Z | Compiling oso-derive v0.27.3 |
| 4590 | 2026-08-20T07:09:00.933Z | Checking quick-xml v0.37.5 |
| 4591 | 2026-08-20T07:09:01.032Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4592 | 2026-08-20T07:09:01.327Z | Checking openssl-probe v0.1.6 |
| 4593 | 2026-08-20T07:09:01.471Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4594 | 2026-08-20T07:09:01.803Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4595 | 2026-08-20T07:09:01.994Z | Checking bb8 v0.8.6 |
| 4596 | 2026-08-20T07:09:02.128Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4597 | 2026-08-20T07:09:02.195Z | Checking nonempty v0.12.0 |
| 4598 | 2026-08-20T07:09:02.279Z | Compiling libz-sys v1.1.24 |
| 4599 | 2026-08-20T07:09:02.337Z | Compiling strsim v0.10.0 |
| 4600 | 2026-08-20T07:09:02.362Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4601 | 2026-08-20T07:09:02.563Z | Compiling darling_core v0.13.4 |
| 4602 | 2026-08-20T07:09:02.670Z | Compiling vergen-git2 v9.1.0 |
| 4603 | 2026-08-20T07:09:02.845Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4604 | 2026-08-20T07:09:02.891Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4605 | 2026-08-20T07:09:03.055Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4606 | 2026-08-20T07:09:03.268Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4607 | 2026-08-20T07:09:03.454Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4608 | 2026-08-20T07:09:03.644Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4609 | 2026-08-20T07:09:03.832Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4610 | 2026-08-20T07:09:03.849Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4611 | 2026-08-20T07:09:04.019Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4612 | 2026-08-20T07:09:04.208Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4613 | 2026-08-20T07:09:04.396Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4614 | 2026-08-20T07:09:04.422Z | Compiling darling_macro v0.13.4 |
| 4615 | 2026-08-20T07:09:04.620Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4616 | 2026-08-20T07:09:04.974Z | Compiling darling v0.13.4 |
| 4617 | 2026-08-20T07:09:05.020Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4618 | 2026-08-20T07:09:05.069Z | Compiling serde_with_macros v1.5.2 |
| 4619 | 2026-08-20T07:09:05.403Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4620 | 2026-08-20T07:09:05.919Z | Compiling serde_with v1.14.0 |
| 4621 | 2026-08-20T07:09:05.999Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4622 | 2026-08-20T07:09:06.188Z | Checking twox-hash v2.1.2 |
| 4623 | 2026-08-20T07:09:06.318Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4624 | 2026-08-20T07:09:06.396Z | Checking diesel v2.3.7 |
| 4625 | 2026-08-20T07:09:06.489Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4626 | 2026-08-20T07:09:07.051Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4627 | 2026-08-20T07:09:08.034Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4628 | 2026-08-20T07:09:08.319Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4629 | 2026-08-20T07:09:08.648Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4630 | 2026-08-20T07:09:09.015Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4631 | 2026-08-20T07:09:09.550Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4632 | 2026-08-20T07:09:09.649Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4633 | 2026-08-20T07:09:09.836Z | Checking libsw-core v0.3.2 |
| 4634 | 2026-08-20T07:09:09.998Z | Checking atty v0.2.14 |
| 4635 | 2026-08-20T07:09:10.108Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4636 | 2026-08-20T07:09:10.209Z | Checking libsw v3.5.0 |
| 4637 | 2026-08-20T07:09:10.307Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4638 | 2026-08-20T07:09:10.368Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4639 | 2026-08-20T07:09:10.456Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4640 | 2026-08-20T07:09:10.486Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4641 | 2026-08-20T07:09:11.728Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4642 | 2026-08-20T07:09:12.103Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4643 | 2026-08-20T07:09:12.423Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4644 | 2026-08-20T07:09:12.479Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4645 | 2026-08-20T07:09:12.809Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4646 | 2026-08-20T07:09:12.999Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4647 | 2026-08-20T07:09:13.149Z | Checking fatfs v0.3.6 |
| 4648 | 2026-08-20T07:09:13.446Z | Checking console v0.16.2 |
| 4649 | 2026-08-20T07:09:13.606Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4650 | 2026-08-20T07:09:13.760Z | Compiling seq-macro v0.3.6 |
| 4651 | 2026-08-20T07:09:14.259Z | Checking unit-prefix v0.5.2 |
| 4652 | 2026-08-20T07:09:14.399Z | Checking indicatif v0.18.4 |
| 4653 | 2026-08-20T07:09:14.848Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4654 | 2026-08-20T07:09:14.919Z | Checking oxide-update-engine-display v0.1.2 |
| 4655 | 2026-08-20T07:09:15.229Z | Checking support-bundle-viewer v0.1.2 |
| 4656 | 2026-08-20T07:09:15.485Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4657 | 2026-08-20T07:09:15.518Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4658 | 2026-08-20T07:09:15.759Z | Checking multimap v0.10.1 |
| 4659 | 2026-08-20T07:09:21.582Z | Checking diesel-dtrace v0.5.0 |
| 4660 | 2026-08-20T07:09:21.832Z | Checking async-bb8-diesel v0.2.1 |
| 4661 | 2026-08-20T07:09:25.480Z | Compiling samael v0.0.19 |
| 4662 | 2026-08-20T07:09:30.052Z | Compiling git2 v0.20.4 |
| 4663 | 2026-08-20T07:09:31.107Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4664 | 2026-08-20T07:09:32.116Z | Compiling polar-core v0.27.3 |
| 4665 | 2026-08-20T07:09:32.536Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4666 | 2026-08-20T07:09:36.683Z | Checking oso v0.27.3 |
| 4667 | 2026-08-20T07:10:08.639Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4668 | 2026-08-20T07:11:24.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
| 4669 | 2026-08-20T07:11:24.292Z | |
| 4670 | 2026-08-20T07:11:24.292Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (294/340) |
| 4671 | 2026-08-20T07:11:24.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4672 | 2026-08-20T07:11:24.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4673 | 2026-08-20T07:11:25.171Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4674 | 2026-08-20T07:11:33.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.80s |
| 4675 | 2026-08-20T07:11:33.302Z | |
| 4676 | 2026-08-20T07:11:33.302Z | info: running `cargo check --bins --no-default-features --features default` on omicron-omdb (295/340) |
| 4677 | 2026-08-20T07:11:33.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4678 | 2026-08-20T07:11:33.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4679 | 2026-08-20T07:11:34.124Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4680 | 2026-08-20T07:11:41.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.65s |
| 4681 | 2026-08-20T07:11:42.181Z | |
| 4682 | 2026-08-20T07:11:42.181Z | info: running `cargo check --bins` on nexus-networking (296/340) |
| 4683 | 2026-08-20T07:11:42.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4684 | 2026-08-20T07:11:42.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4685 | 2026-08-20T07:11:42.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4686 | 2026-08-20T07:11:42.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4687 | 2026-08-20T07:11:42.809Z | |
| 4688 | 2026-08-20T07:11:42.809Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (297/340) |
| 4689 | 2026-08-20T07:11:43.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4690 | 2026-08-20T07:11:43.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4691 | 2026-08-20T07:11:43.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4692 | 2026-08-20T07:11:43.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4693 | 2026-08-20T07:11:43.440Z | |
| 4694 | 2026-08-20T07:11:43.441Z | info: running `cargo check --bins` on nexus-saga-recovery (298/340) |
| 4695 | 2026-08-20T07:11:43.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4696 | 2026-08-20T07:11:43.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4697 | 2026-08-20T07:11:43.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4698 | 2026-08-20T07:11:43.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4699 | 2026-08-20T07:11:44.070Z | |
| 4700 | 2026-08-20T07:11:44.070Z | info: running `cargo check --bins` on nexus-test-utils-macros (299/340) |
| 4701 | 2026-08-20T07:11:44.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4702 | 2026-08-20T07:11:44.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4703 | 2026-08-20T07:11:44.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4704 | 2026-08-20T07:11:44.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4705 | 2026-08-20T07:11:44.624Z | |
| 4706 | 2026-08-20T07:11:44.624Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (300/340) |
| 4707 | 2026-08-20T07:11:45.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4708 | 2026-08-20T07:11:45.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4709 | 2026-08-20T07:11:45.442Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4710 | 2026-08-20T07:12:24.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.75s |
| 4711 | 2026-08-20T07:12:24.593Z | |
| 4712 | 2026-08-20T07:12:24.593Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (301/340) |
| 4713 | 2026-08-20T07:12:25.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4714 | 2026-08-20T07:12:25.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4715 | 2026-08-20T07:12:25.408Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4716 | 2026-08-20T07:13:04.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.96s |
| 4717 | 2026-08-20T07:13:04.773Z | |
| 4718 | 2026-08-20T07:13:04.773Z | info: running `cargo check --bins --no-default-features --features default` on omicron-nexus (302/340) |
| 4719 | 2026-08-20T07:13:05.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4720 | 2026-08-20T07:13:05.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4721 | 2026-08-20T07:13:05.581Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4722 | 2026-08-20T07:13:06.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 4723 | 2026-08-20T07:13:06.548Z | |
| 4724 | 2026-08-20T07:13:06.548Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (303/340) |
| 4725 | 2026-08-20T07:13:07.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4726 | 2026-08-20T07:13:07.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4727 | 2026-08-20T07:13:07.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4728 | 2026-08-20T07:13:07.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4729 | 2026-08-20T07:13:07.106Z | |
| 4730 | 2026-08-20T07:13:07.106Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (304/340) |
| 4731 | 2026-08-20T07:13:07.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4732 | 2026-08-20T07:13:07.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4733 | 2026-08-20T07:13:07.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4734 | 2026-08-20T07:13:07.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4735 | 2026-08-20T07:13:07.664Z | |
| 4736 | 2026-08-20T07:13:07.664Z | info: running `cargo check --bins --no-default-features` on nexus-fm (305/340) |
| 4737 | 2026-08-20T07:13:08.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4738 | 2026-08-20T07:13:08.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4739 | 2026-08-20T07:13:08.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4740 | 2026-08-20T07:13:08.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4741 | 2026-08-20T07:13:08.286Z | |
| 4742 | 2026-08-20T07:13:08.286Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (306/340) |
| 4743 | 2026-08-20T07:13:08.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4744 | 2026-08-20T07:13:08.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4745 | 2026-08-20T07:13:08.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4746 | 2026-08-20T07:13:08.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4747 | 2026-08-20T07:13:08.918Z | |
| 4748 | 2026-08-20T07:13:08.920Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (307/340) |
| 4749 | 2026-08-20T07:13:09.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4750 | 2026-08-20T07:13:09.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4751 | 2026-08-20T07:13:09.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4752 | 2026-08-20T07:13:09.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4753 | 2026-08-20T07:13:09.548Z | |
| 4754 | 2026-08-20T07:13:09.549Z | info: running `cargo check --bins` on nexus-mgs-updates (308/340) |
| 4755 | 2026-08-20T07:13:10.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4756 | 2026-08-20T07:13:10.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4757 | 2026-08-20T07:13:10.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4758 | 2026-08-20T07:13:10.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4759 | 2026-08-20T07:13:10.164Z | |
| 4760 | 2026-08-20T07:13:10.164Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (309/340) |
| 4761 | 2026-08-20T07:13:10.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4762 | 2026-08-20T07:13:10.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4763 | 2026-08-20T07:13:10.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4764 | 2026-08-20T07:13:10.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4765 | 2026-08-20T07:13:10.790Z | |
| 4766 | 2026-08-20T07:13:10.790Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (310/340) |
| 4767 | 2026-08-20T07:13:11.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4768 | 2026-08-20T07:13:11.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4769 | 2026-08-20T07:13:11.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4770 | 2026-08-20T07:13:11.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4771 | 2026-08-20T07:13:11.416Z | |
| 4772 | 2026-08-20T07:13:11.416Z | info: running `cargo check --bins` on nexus-switch-config (311/340) |
| 4773 | 2026-08-20T07:13:11.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4774 | 2026-08-20T07:13:11.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4775 | 2026-08-20T07:13:11.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4776 | 2026-08-20T07:13:11.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4777 | 2026-08-20T07:13:12.027Z | |
| 4778 | 2026-08-20T07:13:12.027Z | info: running `cargo check --bins` on nexus-switch-config-preparation (312/340) |
| 4779 | 2026-08-20T07:13:12.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4780 | 2026-08-20T07:13:12.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4781 | 2026-08-20T07:13:12.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4782 | 2026-08-20T07:13:12.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4783 | 2026-08-20T07:13:12.660Z | |
| 4784 | 2026-08-20T07:13:12.660Z | info: running `cargo check --bins` on support-bundle-collection (313/340) |
| 4785 | 2026-08-20T07:13:13.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4786 | 2026-08-20T07:13:13.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4787 | 2026-08-20T07:13:13.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4788 | 2026-08-20T07:13:13.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4789 | 2026-08-20T07:13:13.286Z | |
| 4790 | 2026-08-20T07:13:13.286Z | info: running `cargo check --bins` on omicron-dev (314/340) |
| 4791 | 2026-08-20T07:13:13.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4792 | 2026-08-20T07:13:13.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4793 | 2026-08-20T07:13:14.181Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4794 | 2026-08-20T07:13:14.184Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4795 | 2026-08-20T07:13:14.374Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4796 | 2026-08-20T07:13:14.401Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4797 | 2026-08-20T07:13:14.419Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4798 | 2026-08-20T07:13:14.423Z | Checking diff v0.1.13 |
| 4799 | 2026-08-20T07:13:14.437Z | Checking yansi v1.0.1 |
| 4800 | 2026-08-20T07:13:14.467Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4801 | 2026-08-20T07:13:14.508Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4802 | 2026-08-20T07:13:14.699Z | Checking pretty_assertions v1.4.1 |
| 4803 | 2026-08-20T07:13:15.438Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4804 | 2026-08-20T07:13:15.470Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4805 | 2026-08-20T07:13:40.901Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4806 | 2026-08-20T07:13:40.905Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4807 | 2026-08-20T07:13:40.905Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4808 | 2026-08-20T07:13:40.905Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4809 | 2026-08-20T07:13:40.905Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4810 | 2026-08-20T07:13:40.905Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4811 | 2026-08-20T07:13:40.905Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4812 | 2026-08-20T07:13:41.801Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4813 | 2026-08-20T07:13:41.801Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4814 | 2026-08-20T07:13:43.089Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4815 | 2026-08-20T07:14:21.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 4816 | 2026-08-20T07:14:21.843Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4817 | 2026-08-20T07:14:21.843Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4818 | 2026-08-20T07:14:22.060Z | |
| 4819 | 2026-08-20T07:14:22.060Z | info: running `cargo check --bins` on oximeter-load-test (315/340) |
| 4820 | 2026-08-20T07:14:22.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4821 | 2026-08-20T07:14:22.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4822 | 2026-08-20T07:14:22.755Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4823 | 2026-08-20T07:14:23.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4824 | 2026-08-20T07:14:23.608Z | |
| 4825 | 2026-08-20T07:14:23.608Z | info: running `cargo check --bins` on omicron-pins (316/340) |
| 4826 | 2026-08-20T07:14:24.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4827 | 2026-08-20T07:14:24.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4828 | 2026-08-20T07:14:24.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4829 | 2026-08-20T07:14:24.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4830 | 2026-08-20T07:14:24.170Z | |
| 4831 | 2026-08-20T07:14:24.171Z | info: running `cargo check --bins` on rack-init-config (317/340) |
| 4832 | 2026-08-20T07:14:24.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4833 | 2026-08-20T07:14:24.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4834 | 2026-08-20T07:14:24.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4835 | 2026-08-20T07:14:24.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4836 | 2026-08-20T07:14:24.746Z | |
| 4837 | 2026-08-20T07:14:24.746Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (318/340) |
| 4838 | 2026-08-20T07:14:25.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4839 | 2026-08-20T07:14:25.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4840 | 2026-08-20T07:14:25.518Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4841 | 2026-08-20T07:14:25.639Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4842 | 2026-08-20T07:14:25.647Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4843 | 2026-08-20T07:14:52.520Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4844 | 2026-08-20T07:14:52.931Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4845 | 2026-08-20T07:14:54.697Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4846 | 2026-08-20T07:14:55.180Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4847 | 2026-08-20T07:14:58.323Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4848 | 2026-08-20T07:15:22.360Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4849 | 2026-08-20T07:15:23.110Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4850 | 2026-08-20T07:15:24.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 4851 | 2026-08-20T07:15:25.044Z | |
| 4852 | 2026-08-20T07:15:25.045Z | info: running `cargo check --bins` on reconfigurator-sp-updater (319/340) |
| 4853 | 2026-08-20T07:15:25.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4854 | 2026-08-20T07:15:25.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4855 | 2026-08-20T07:15:25.755Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4856 | 2026-08-20T07:15:26.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4857 | 2026-08-20T07:15:26.656Z | |
| 4858 | 2026-08-20T07:15:26.656Z | info: running `cargo check --bins` on omicron-releng (320/340) |
| 4859 | 2026-08-20T07:15:27.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4860 | 2026-08-20T07:15:27.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4861 | 2026-08-20T07:15:27.283Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 4862 | 2026-08-20T07:15:27.286Z | Compiling fs-err v2.11.0 |
| 4863 | 2026-08-20T07:15:27.402Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4864 | 2026-08-20T07:15:27.412Z | Checking parse-size v1.1.0 |
| 4865 | 2026-08-20T07:15:27.422Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4866 | 2026-08-20T07:15:27.422Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4867 | 2026-08-20T07:15:27.425Z | Checking shell-words v1.1.1 |
| 4868 | 2026-08-20T07:15:27.509Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4869 | 2026-08-20T07:15:27.834Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4870 | 2026-08-20T07:15:28.012Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4871 | 2026-08-20T07:15:28.681Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4872 | 2026-08-20T07:15:29.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 4873 | 2026-08-20T07:15:29.816Z | |
| 4874 | 2026-08-20T07:15:29.817Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (321/340) |
| 4875 | 2026-08-20T07:15:30.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4876 | 2026-08-20T07:15:30.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4877 | 2026-08-20T07:15:30.445Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4878 | 2026-08-20T07:15:30.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 4879 | 2026-08-20T07:15:31.120Z | |
| 4880 | 2026-08-20T07:15:31.120Z | info: running `cargo check --bins` on schema (322/340) |
| 4881 | 2026-08-20T07:15:31.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4882 | 2026-08-20T07:15:31.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4883 | 2026-08-20T07:15:31.851Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4884 | 2026-08-20T07:15:32.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4885 | 2026-08-20T07:15:32.751Z | |
| 4886 | 2026-08-20T07:15:32.751Z | info: running `cargo check --bins` on xtask (323/340) |
| 4887 | 2026-08-20T07:15:33.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4888 | 2026-08-20T07:15:33.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4889 | 2026-08-20T07:15:33.156Z | Checking serde_core v1.0.229 |
| 4890 | 2026-08-20T07:15:33.156Z | Checking libc v0.2.185 |
| 4891 | 2026-08-20T07:15:33.233Z | Checking bitflags v2.11.0 |
| 4892 | 2026-08-20T07:15:33.238Z | Checking scroll v0.12.0 |
| 4893 | 2026-08-20T07:15:33.245Z | Checking thiserror v1.0.69 |
| 4894 | 2026-08-20T07:15:33.253Z | Checking log v0.4.33 |
| 4895 | 2026-08-20T07:15:33.260Z | Checking indexmap v2.14.0 |
| 4896 | 2026-08-20T07:15:33.269Z | Checking zerocopy v0.7.35 |
| 4897 | 2026-08-20T07:15:33.330Z | Checking syn v2.0.117 |
| 4898 | 2026-08-20T07:15:33.369Z | Checking dtrace-parser v0.2.0 |
| 4899 | 2026-08-20T07:15:33.393Z | Checking once_cell v1.21.3 |
| 4900 | 2026-08-20T07:15:33.458Z | Checking goblin v0.8.2 |
| 4901 | 2026-08-20T07:15:33.503Z | Checking errno v0.3.14 |
| 4902 | 2026-08-20T07:15:33.564Z | Checking thread-id v4.2.2 |
| 4903 | 2026-08-20T07:15:33.610Z | Checking getrandom v0.3.4 |
| 4904 | 2026-08-20T07:15:33.626Z | Checking rustix v1.1.4 |
| 4905 | 2026-08-20T07:15:33.642Z | Checking memmap v0.7.0 |
| 4906 | 2026-08-20T07:15:33.742Z | Checking thiserror v2.0.18 |
| 4907 | 2026-08-20T07:15:33.752Z | Checking fs-err v3.3.0 |
| 4908 | 2026-08-20T07:15:33.770Z | Checking tabled v0.15.0 |
| 4909 | 2026-08-20T07:15:33.792Z | Checking anyhow v1.0.104 |
| 4910 | 2026-08-20T07:15:34.404Z | Checking terminal_size v0.4.3 |
| 4911 | 2026-08-20T07:15:34.404Z | Checking tempfile v3.27.0 |
| 4912 | 2026-08-20T07:15:34.509Z | Checking clap_builder v4.6.0 |
| 4913 | 2026-08-20T07:15:34.521Z | Checking textwrap v0.16.2 |
| 4914 | 2026-08-20T07:15:34.665Z | Checking serde v1.0.229 |
| 4915 | 2026-08-20T07:15:34.669Z | Checking serde_json v1.0.151 |
| 4916 | 2026-08-20T07:15:34.669Z | Checking camino v1.2.5 |
| 4917 | 2026-08-20T07:15:34.707Z | Checking semver v1.0.28 |
| 4918 | 2026-08-20T07:15:34.881Z | Checking cargo-platform v0.3.2 |
| 4919 | 2026-08-20T07:15:34.918Z | Checking camino-tempfile v1.4.1 |
| 4920 | 2026-08-20T07:15:35.067Z | Checking serde_spanned v0.6.9 |
| 4921 | 2026-08-20T07:15:35.067Z | Checking toml_datetime v0.6.11 |
| 4922 | 2026-08-20T07:15:35.074Z | Checking macaddr v1.0.1 |
| 4923 | 2026-08-20T07:15:35.093Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4924 | 2026-08-20T07:15:35.244Z | Checking toml_edit v0.22.27 |
| 4925 | 2026-08-20T07:15:35.276Z | Checking cargo_metadata v0.23.1 |
| 4926 | 2026-08-20T07:15:35.296Z | Checking dof v0.3.0 |
| 4927 | 2026-08-20T07:15:35.549Z | Checking usdt-impl v0.5.0 |
| 4928 | 2026-08-20T07:15:35.686Z | Checking clap v4.6.1 |
| 4929 | 2026-08-20T07:15:35.809Z | Checking usdt v0.5.0 |
| 4930 | 2026-08-20T07:15:36.202Z | Checking toml v0.8.23 |
| 4931 | 2026-08-20T07:15:36.457Z | Checking cargo_toml v0.21.0 |
| 4932 | 2026-08-20T07:15:37.086Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4933 | 2026-08-20T07:15:37.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
| 4934 | 2026-08-20T07:15:37.582Z | |
| 4935 | 2026-08-20T07:15:37.582Z | info: running `cargo check --bins` on dnsadm (324/340) |
| 4936 | 2026-08-20T07:15:38.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4937 | 2026-08-20T07:15:38.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4938 | 2026-08-20T07:15:38.216Z | Checking arc-swap v1.8.2 |
| 4939 | 2026-08-20T07:15:38.496Z | Checking slog-scope v4.4.1 |
| 4940 | 2026-08-20T07:15:38.610Z | Checking slog-stdlog v4.1.1 |
| 4941 | 2026-08-20T07:15:38.708Z | Checking slog-envlogger v2.2.0 |
| 4942 | 2026-08-20T07:15:38.826Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4943 | 2026-08-20T07:15:39.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4944 | 2026-08-20T07:15:39.422Z | |
| 4945 | 2026-08-20T07:15:39.422Z | info: running `cargo check --bins` on end-to-end-tests (325/340) |
| 4946 | 2026-08-20T07:15:39.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4947 | 2026-08-20T07:15:39.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4948 | 2026-08-20T07:15:40.231Z | Checking cpubits v0.1.1 |
| 4949 | 2026-08-20T07:15:40.359Z | Checking pem-rfc7468 v1.0.0 |
| 4950 | 2026-08-20T07:15:40.373Z | Checking hmac v0.13.0 |
| 4951 | 2026-08-20T07:15:40.377Z | Checking universal-hash v0.6.1 |
| 4952 | 2026-08-20T07:15:40.396Z | Checking ctr v0.10.1 |
| 4953 | 2026-08-20T07:15:40.396Z | Checking aead v0.6.1 |
| 4954 | 2026-08-20T07:15:40.423Z | Checking aes v0.9.1 |
| 4955 | 2026-08-20T07:15:40.423Z | Checking crypto-bigint v0.7.5 |
| 4956 | 2026-08-20T07:15:40.451Z | Checking salsa20 v0.11.0 |
| 4957 | 2026-08-20T07:15:40.495Z | Checking der v0.8.0 |
| 4958 | 2026-08-20T07:15:40.495Z | Checking polyval v0.7.1 |
| 4959 | 2026-08-20T07:15:40.524Z | Checking pbkdf2 v0.13.0 |
| 4960 | 2026-08-20T07:15:40.541Z | Checking cbc v0.2.1 |
| 4961 | 2026-08-20T07:15:40.572Z | Checking ff v0.14.0 |
| 4962 | 2026-08-20T07:15:40.618Z | Checking signature v3.0.0 |
| 4963 | 2026-08-20T07:15:40.636Z | Checking scrypt v0.12.0 |
| 4964 | 2026-08-20T07:15:40.674Z | Checking ghash v0.6.0 |
| 4965 | 2026-08-20T07:15:40.716Z | Checking base16ct v1.0.0 |
| 4966 | 2026-08-20T07:15:40.731Z | Checking group v0.14.0 |
| 4967 | 2026-08-20T07:15:40.769Z | Checking hkdf v0.13.0 |
| 4968 | 2026-08-20T07:15:40.799Z | Compiling curve25519-dalek v5.0.0 |
| 4969 | 2026-08-20T07:15:40.816Z | Checking aes-gcm v0.11.0 |
| 4970 | 2026-08-20T07:15:40.832Z | Checking keccak v0.2.0 |
| 4971 | 2026-08-20T07:15:40.847Z | Checking poly1305 v0.9.0 |
| 4972 | 2026-08-20T07:15:40.875Z | Checking wnaf v0.14.0 |
| 4973 | 2026-08-20T07:15:40.900Z | Checking blowfish v0.10.0 |
| 4974 | 2026-08-20T07:15:40.980Z | Checking blake2 v0.11.0-rc.6 |
| 4975 | 2026-08-20T07:15:40.996Z | Checking sha3 v0.11.0 |
| 4976 | 2026-08-20T07:15:41.042Z | Checking kem v0.3.0 |
| 4977 | 2026-08-20T07:15:41.057Z | Checking bcrypt-pbkdf v0.11.0 |
| 4978 | 2026-08-20T07:15:41.121Z | Checking module-lattice v0.2.3 |
| 4979 | 2026-08-20T07:15:41.161Z | Checking sponge-cursor v0.1.0 |
| 4980 | 2026-08-20T07:15:41.215Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4981 | 2026-08-20T07:15:41.241Z | Checking argon2 v0.6.0-rc.8 |
| 4982 | 2026-08-20T07:15:41.286Z | Checking sha3 v0.12.0 |
| 4983 | 2026-08-20T07:15:41.289Z | Checking spki v0.8.0 |
| 4984 | 2026-08-20T07:15:41.337Z | Checking sec1 v0.8.1 |
| 4985 | 2026-08-20T07:15:41.351Z | Checking ml-kem v0.3.2 |
| 4986 | 2026-08-20T07:15:41.393Z | Checking internal-russh-num-bigint v0.5.0 |
| 4987 | 2026-08-20T07:15:41.468Z | Checking pkcs5 v0.8.1 |
| 4988 | 2026-08-20T07:15:41.484Z | Checking pkcs1 v0.8.0-rc.4 |
| 4989 | 2026-08-20T07:15:41.542Z | Checking num-bigint v0.4.6 |
| 4990 | 2026-08-20T07:15:41.559Z | Checking generic-array v1.4.3 |
| 4991 | 2026-08-20T07:15:41.687Z | Checking russh-util v0.52.0 |
| 4992 | 2026-08-20T07:15:41.757Z | Checking pkcs8 v0.11.0 |
| 4993 | 2026-08-20T07:15:41.810Z | Compiling enum_dispatch v0.3.13 |
| 4994 | 2026-08-20T07:15:41.949Z | Compiling delegate v0.13.5 |
| 4995 | 2026-08-20T07:15:41.965Z | Checking ed25519 v3.0.0 |
| 4996 | 2026-08-20T07:15:42.089Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4997 | 2026-08-20T07:15:42.117Z | Checking hex-literal v1.1.0 |
| 4998 | 2026-08-20T07:15:42.160Z | Checking ed25519-dalek v3.0.0 |
| 4999 | 2026-08-20T07:15:42.215Z | Checking md5 v0.8.0 |
| 5000 | 2026-08-20T07:15:42.265Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5001 | 2026-08-20T07:15:42.382Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5002 | 2026-08-20T07:15:42.382Z | Checking socket2 v0.5.10 |
| 5003 | 2026-08-20T07:15:42.462Z | Checking internet-checksum v0.2.1 |
| 5004 | 2026-08-20T07:15:42.493Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5005 | 2026-08-20T07:15:42.658Z | Checking elliptic-curve v0.14.1 |
| 5006 | 2026-08-20T07:15:42.658Z | Checking rfc6979 v0.6.0 |
| 5007 | 2026-08-20T07:15:42.661Z | Checking primefield v0.14.0 |
| 5008 | 2026-08-20T07:15:42.661Z | Checking ssh-encoding v0.3.0 |
| 5009 | 2026-08-20T07:15:42.736Z | Checking crypto-primes v0.7.2 |
| 5010 | 2026-08-20T07:15:42.878Z | Checking ssh-cipher v0.3.0 |
| 5011 | 2026-08-20T07:15:42.878Z | Checking russh-cryptovec v0.62.0 |
| 5012 | 2026-08-20T07:15:43.051Z | Checking primeorder v0.14.0 |
| 5013 | 2026-08-20T07:15:43.054Z | Checking ecdsa v0.17.0 |
| 5014 | 2026-08-20T07:15:43.418Z | Checking p521 v0.14.0 |
| 5015 | 2026-08-20T07:15:43.422Z | Checking p384 v0.14.0 |
| 5016 | 2026-08-20T07:15:43.422Z | Checking p256 v0.14.0 |
| 5017 | 2026-08-20T07:15:43.674Z | Checking rsa v0.10.0-rc.18 |
| 5018 | 2026-08-20T07:15:46.265Z | Checking ssh-key v0.7.0-rc.11 |
| 5019 | 2026-08-20T07:15:47.006Z | Checking russh v0.62.4 |
| 5020 | 2026-08-20T07:16:00.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.88s |
| 5021 | 2026-08-20T07:16:00.315Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5022 | 2026-08-20T07:16:00.315Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5023 | 2026-08-20T07:16:00.520Z | |
| 5024 | 2026-08-20T07:16:00.521Z | info: running `cargo check --bins` on gateway-cli (326/340) |
| 5025 | 2026-08-20T07:16:01.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5026 | 2026-08-20T07:16:01.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5027 | 2026-08-20T07:16:01.158Z | Checking termios v0.3.3 |
| 5028 | 2026-08-20T07:16:01.357Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5029 | 2026-08-20T07:16:01.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 5030 | 2026-08-20T07:16:02.132Z | |
| 5031 | 2026-08-20T07:16:02.132Z | info: running `cargo check --bins --no-default-features` on installinator (327/340) |
| 5032 | 2026-08-20T07:16:02.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5033 | 2026-08-20T07:16:02.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5034 | 2026-08-20T07:16:02.813Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5035 | 2026-08-20T07:16:03.521Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5036 | 2026-08-20T07:16:05.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
| 5037 | 2026-08-20T07:16:05.334Z | |
| 5038 | 2026-08-20T07:16:05.334Z | info: running `cargo check --bins` on internal-dns-cli (328/340) |
| 5039 | 2026-08-20T07:16:05.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5040 | 2026-08-20T07:16:05.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5041 | 2026-08-20T07:16:05.969Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5042 | 2026-08-20T07:16:06.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 5043 | 2026-08-20T07:16:06.579Z | |
| 5044 | 2026-08-20T07:16:06.579Z | info: running `cargo check --bins` on omicron-live-tests (329/340) |
| 5045 | 2026-08-20T07:16:07.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5046 | 2026-08-20T07:16:07.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5047 | 2026-08-20T07:16:07.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5048 | 2026-08-20T07:16:07.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5049 | 2026-08-20T07:16:07.143Z | |
| 5050 | 2026-08-20T07:16:07.143Z | info: running `cargo check --bins` on live-tests-macros (330/340) |
| 5051 | 2026-08-20T07:16:07.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5052 | 2026-08-20T07:16:07.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5053 | 2026-08-20T07:16:07.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5054 | 2026-08-20T07:16:07.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5055 | 2026-08-20T07:16:07.710Z | |
| 5056 | 2026-08-20T07:16:07.710Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (331/340) |
| 5057 | 2026-08-20T07:16:08.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5058 | 2026-08-20T07:16:08.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5059 | 2026-08-20T07:16:08.459Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5060 | 2026-08-20T07:16:09.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 5061 | 2026-08-20T07:16:09.252Z | |
| 5062 | 2026-08-20T07:16:09.252Z | info: running `cargo check --bins` on omicron-ntp-admin (332/340) |
| 5063 | 2026-08-20T07:16:09.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5064 | 2026-08-20T07:16:09.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5065 | 2026-08-20T07:16:09.898Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5066 | 2026-08-20T07:16:09.898Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5067 | 2026-08-20T07:16:10.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 5068 | 2026-08-20T07:16:11.005Z | |
| 5069 | 2026-08-20T07:16:11.005Z | info: running `cargo check --bins` on ntp-admin-types (333/340) |
| 5070 | 2026-08-20T07:16:11.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5071 | 2026-08-20T07:16:11.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5072 | 2026-08-20T07:16:11.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5073 | 2026-08-20T07:16:11.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5074 | 2026-08-20T07:16:11.569Z | |
| 5075 | 2026-08-20T07:16:11.569Z | info: running `cargo check --bins` on omicron-package (334/340) |
| 5076 | 2026-08-20T07:16:12.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5077 | 2026-08-20T07:16:12.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5078 | 2026-08-20T07:16:12.243Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5079 | 2026-08-20T07:16:13.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 5080 | 2026-08-20T07:16:13.535Z | |
| 5081 | 2026-08-20T07:16:13.535Z | info: running `cargo check --bins` on tqdb (335/340) |
| 5082 | 2026-08-20T07:16:14.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5083 | 2026-08-20T07:16:14.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5084 | 2026-08-20T07:16:14.308Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5085 | 2026-08-20T07:16:14.660Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5086 | 2026-08-20T07:16:15.170Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5087 | 2026-08-20T07:16:15.173Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5088 | 2026-08-20T07:16:21.934Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5089 | 2026-08-20T07:16:21.937Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5090 | 2026-08-20T07:16:21.937Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5091 | 2026-08-20T07:16:22.560Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5092 | 2026-08-20T07:16:22.560Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5093 | 2026-08-20T07:16:22.564Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5094 | 2026-08-20T07:16:22.564Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5095 | 2026-08-20T07:16:23.335Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5096 | 2026-08-20T07:16:23.983Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5097 | 2026-08-20T07:16:24.217Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5098 | 2026-08-20T07:16:24.472Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5099 | 2026-08-20T07:16:25.340Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5100 | 2026-08-20T07:16:25.989Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5101 | 2026-08-20T07:16:30.749Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5102 | 2026-08-20T07:16:37.970Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5103 | 2026-08-20T07:16:37.970Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5104 | 2026-08-20T07:16:37.973Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5105 | 2026-08-20T07:16:37.973Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5106 | 2026-08-20T07:16:39.474Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5107 | 2026-08-20T07:16:40.762Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5108 | 2026-08-20T07:16:41.442Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5109 | 2026-08-20T07:16:42.735Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5110 | 2026-08-20T07:16:43.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.75s |
| 5111 | 2026-08-20T07:16:43.493Z | |
| 5112 | 2026-08-20T07:16:43.493Z | info: running `cargo check --bins` on wicket-dbg (336/340) |
| 5113 | 2026-08-20T07:16:44.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5114 | 2026-08-20T07:16:44.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5115 | 2026-08-20T07:16:44.199Z | Checking rtoolbox v0.0.3 |
| 5116 | 2026-08-20T07:16:44.199Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5117 | 2026-08-20T07:16:44.313Z | Checking tui-tree-widget v0.23.1 |
| 5118 | 2026-08-20T07:16:44.327Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5119 | 2026-08-20T07:16:44.417Z | Checking rpassword v7.5.4 |
| 5120 | 2026-08-20T07:16:47.260Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5121 | 2026-08-20T07:16:49.129Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5122 | 2026-08-20T07:16:50.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.56s |
| 5123 | 2026-08-20T07:16:50.255Z | |
| 5124 | 2026-08-20T07:16:50.255Z | info: running `cargo check --bins` on wicket (337/340) |
| 5125 | 2026-08-20T07:16:50.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5126 | 2026-08-20T07:16:50.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5127 | 2026-08-20T07:16:50.942Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5128 | 2026-08-20T07:16:51.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 5129 | 2026-08-20T07:16:51.494Z | |
| 5130 | 2026-08-20T07:16:51.494Z | info: running `cargo check --bins` on wicketd (338/340) |
| 5131 | 2026-08-20T07:16:52.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5132 | 2026-08-20T07:16:52.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5133 | 2026-08-20T07:16:52.192Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5134 | 2026-08-20T07:16:55.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
| 5135 | 2026-08-20T07:16:55.973Z | |
| 5136 | 2026-08-20T07:16:55.973Z | info: running `cargo check --bins` on omicron-workspace-hack (339/340) |
| 5137 | 2026-08-20T07:16:56.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5138 | 2026-08-20T07:16:56.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5139 | 2026-08-20T07:16:56.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5140 | 2026-08-20T07:16:56.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5141 | 2026-08-20T07:16:56.532Z | |
| 5142 | 2026-08-20T07:16:56.532Z | info: running `cargo check --bins` on zone-setup (340/340) |
| 5143 | 2026-08-20T07:16:57.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5144 | 2026-08-20T07:16:57.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5145 | 2026-08-20T07:16:57.195Z | Checking uzers v0.12.2 |
| 5146 | 2026-08-20T07:16:57.468Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5147 | 2026-08-20T07:16:58.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 5148 | 2026-08-20T07:16:58.459Z | |
| 5149 | 2026-08-20T07:16:58.459Z | real 15:08.093116117 |
| 5150 | 2026-08-20T07:16:58.459Z | user 22:23.873693934 |
| 5151 | 2026-08-20T07:16:58.459Z | sys 4:26.417473366 |
| 5152 | 2026-08-20T07:16:58.459Z | trap 0.343811618 |
| 5153 | 2026-08-20T07:16:58.459Z | tflt 0.579526660 |
| 5154 | 2026-08-20T07:16:58.459Z | dflt 0.888751140 |
| 5155 | 2026-08-20T07:16:58.459Z | kflt 0.005264156 |
| 5156 | 2026-08-20T07:16:58.459Z | lock 1:33:32.160929715 |
| 5157 | 2026-08-20T07:16:58.459Z | slp 1:47:34.588388399 |
| 5158 | 2026-08-20T07:16:58.459Z | lat 59.430505909 |
| 5159 | 2026-08-20T07:16:58.459Z | stop 4:06.499966373 |
| 5160 | 2026-08-20T07:16:58.462Z | process exited: duration 1043176 ms, exit code 0 |
| |
| 5161 | 2026-08-20T07:16:58.469Z | found 0 output files |