|
|
|
| 1 | 2025-08-26T20:19:17.156Z | job assigned to worker 01K3M0EACJ05WXYAQEM9GDGKHB [factory aws, i-058a86bbeff5c57f9] (queued for 0 s) |
| |
| 2 | 2025-08-26T20:19:18.113Z | starting task 0: "setup" |
| 3 | 2025-08-26T20:19:18.117Z | ++ uname -s |
| 4 | 2025-08-26T20:19:18.120Z | + kern=SunOS |
| 5 | 2025-08-26T20:19:18.120Z | + build_user=build |
| 6 | 2025-08-26T20:19:18.121Z | + build_uid=12345 |
| 7 | 2025-08-26T20:19:18.121Z | + work_dir=/work |
| 8 | 2025-08-26T20:19:18.121Z | + input_dir=/input |
| 9 | 2025-08-26T20:19:18.121Z | + [[ 0 == 12345 ]] |
| 10 | 2025-08-26T20:19:18.121Z | + case "$kern" in |
| 11 | 2025-08-26T20:19:18.121Z | + groupadd -g 12345 build |
| 12 | 2025-08-26T20:19:18.124Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-08-26T20:19:20.130Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-08-26T20:19:20.236Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-08-26T20:19:20.239Z | + home_fs=zfs |
| 16 | 2025-08-26T20:19:20.239Z | + [[ zfs == autofs ]] |
| 17 | 2025-08-26T20:19:20.239Z | + mkdir -p /home/build |
| 18 | 2025-08-26T20:19:20.242Z | + chown build:build /home/build /work |
| 19 | 2025-08-26T20:19:22.242Z | + chmod 0700 /home/build /work |
| 20 | 2025-08-26T20:19:22.246Z | process exited: duration 4134 ms, exit code 0 |
| |
| 21 | 2025-08-26T20:19:22.253Z | starting task 1: "rust-toolchain" |
| 22 | 2025-08-26T20:19:22.258Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-08-26T20:19:22.258Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-08-26T20:19:22.258Z | * rust toolchain profile = "default" |
| 25 | 2025-08-26T20:19:22.258Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-08-26T20:19:22.258Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-08-26T20:19:22.258Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-08-26T20:19:22.261Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-08-26T20:19:22.261Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-08-26T20:19:22.375Z | info: downloading installer |
| 31 | 2025-08-26T20:19:23.598Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-08-26T20:19:23.598Z | warn: /opt/ooce/bin |
| 33 | 2025-08-26T20:19:23.598Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-08-26T20:19:23.598Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-08-26T20:19:23.598Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-08-26T20:19:23.598Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-08-26T20:19:23.598Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-08-26T20:19:23.598Z | error: cannot install while Rust is installed |
| 39 | 2025-08-26T20:19:23.598Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-08-26T20:19:23.616Z | info: profile set to 'default' |
| 41 | 2025-08-26T20:19:23.616Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-08-26T20:19:23.619Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-08-26T20:19:23.777Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-08-26T20:19:23.777Z | info: downloading component 'cargo' |
| 45 | 2025-08-26T20:19:24.733Z | info: downloading component 'clippy' |
| 46 | 2025-08-26T20:19:25.108Z | info: downloading component 'rust-docs' |
| 47 | 2025-08-26T20:19:26.358Z | info: downloading component 'rust-std' |
| 48 | 2025-08-26T20:19:28.032Z | info: downloading component 'rustc' |
| 49 | 2025-08-26T20:19:33.979Z | info: downloading component 'rustfmt' |
| 50 | 2025-08-26T20:19:34.219Z | info: installing component 'cargo' |
| 51 | 2025-08-26T20:19:35.105Z | info: installing component 'clippy' |
| 52 | 2025-08-26T20:19:35.510Z | info: installing component 'rust-docs' |
| 53 | 2025-08-26T20:19:37.341Z | info: installing component 'rust-std' |
| 54 | 2025-08-26T20:19:39.270Z | info: installing component 'rustc' |
| 55 | 2025-08-26T20:19:45.852Z | info: installing component 'rustfmt' |
| 56 | 2025-08-26T20:19:46.187Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-08-26T20:19:46.187Z | |
| 58 | 2025-08-26T20:19:46.616Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-08-26T20:19:46.616Z | |
| 60 | 2025-08-26T20:19:46.620Z | |
| 61 | 2025-08-26T20:19:46.620Z | Rust is installed now. Great! |
| 62 | 2025-08-26T20:19:46.620Z | |
| 63 | 2025-08-26T20:19:46.620Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-08-26T20:19:46.621Z | environment variable. This has not been done automatically. |
| 65 | 2025-08-26T20:19:46.621Z | |
| 66 | 2025-08-26T20:19:46.621Z | To configure your current shell, you need to source |
| 67 | 2025-08-26T20:19:46.621Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-08-26T20:19:46.621Z | |
| 69 | 2025-08-26T20:19:46.621Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-08-26T20:19:46.621Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-08-26T20:19:46.621Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-08-26T20:19:46.621Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-08-26T20:19:46.701Z | + rustup --version |
| 74 | 2025-08-26T20:19:46.713Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-08-26T20:19:46.716Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-08-26T20:19:46.795Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-08-26T20:19:46.799Z | + cargo --version |
| 78 | 2025-08-26T20:19:46.871Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-08-26T20:19:46.875Z | + rustc --version |
| 80 | 2025-08-26T20:19:46.950Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-08-26T20:19:46.956Z | process exited: duration 24700 ms, exit code 0 |
| |
| 82 | 2025-08-26T20:19:46.964Z | starting task 2: "authentication" |
| 83 | 2025-08-26T20:19:46.993Z | process exited: duration 28 ms, exit code 0 |
| |
| 84 | 2025-08-26T20:19:47.011Z | starting task 3: "clone repository" |
| 85 | 2025-08-26T20:19:47.018Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-08-26T20:19:47.018Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-08-26T20:19:47.057Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-08-26T20:19:55.638Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-08-26T20:19:55.641Z | + git fetch origin 823d0d5e5b09d57727b39d711755ae6ad21d0839 |
| 90 | 2025-08-26T20:19:55.950Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-08-26T20:19:55.950Z | * branch 823d0d5e5b09d57727b39d711755ae6ad21d0839 -> FETCH_HEAD |
| 92 | 2025-08-26T20:19:55.959Z | + [[ -n untyped-uuids-in-api ]] |
| 93 | 2025-08-26T20:19:55.963Z | ++ git branch --show-current |
| 94 | 2025-08-26T20:19:55.963Z | + current=main |
| 95 | 2025-08-26T20:19:55.964Z | + [[ main != untyped-uuids-in-api ]] |
| 96 | 2025-08-26T20:19:55.964Z | + git branch -f untyped-uuids-in-api 823d0d5e5b09d57727b39d711755ae6ad21d0839 |
| 97 | 2025-08-26T20:19:55.967Z | + git checkout -f untyped-uuids-in-api |
| 98 | 2025-08-26T20:19:56.201Z | Switched to branch 'untyped-uuids-in-api' |
| 99 | 2025-08-26T20:19:56.205Z | + git reset --hard 823d0d5e5b09d57727b39d711755ae6ad21d0839 |
| 100 | 2025-08-26T20:19:56.436Z | HEAD is now at 823d0d5e5 do everything much more simply with a schemars annotation |
| 101 | 2025-08-26T20:19:56.441Z | process exited: duration 9428 ms, exit code 0 |
| |
| 102 | 2025-08-26T20:19:56.452Z | starting task 4: "build" |
| 103 | 2025-08-26T20:19:56.457Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-08-26T20:19:56.461Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-08-26T20:19:56.461Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-08-26T20:19:56.461Z | + cargo --version |
| 107 | 2025-08-26T20:19:56.516Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-08-26T20:19:56.523Z | + rustc --version |
| 109 | 2025-08-26T20:19:56.587Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-08-26T20:19:56.591Z | + source ./env.sh |
| 111 | 2025-08-26T20:19:56.592Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-08-26T20:19:56.592Z | ++ set -o xtrace |
| 113 | 2025-08-26T20:19:56.595Z | ++++ dirname ./env.sh |
| 114 | 2025-08-26T20:19:56.595Z | +++ readlink -f . |
| 115 | 2025-08-26T20:19:56.601Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-08-26T20:19:56.601Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2025-08-26T20:19:56.601Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2025-08-26T20:19:56.601Z | ++ 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 |
| 119 | 2025-08-26T20:19:56.601Z | ++ 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 |
| 120 | 2025-08-26T20:19:56.601Z | ++ 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 |
| 121 | 2025-08-26T20:19:56.601Z | ++ 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 |
| 122 | 2025-08-26T20:19:56.601Z | ++ 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 |
| 123 | 2025-08-26T20:19:56.601Z | ++ 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 |
| 124 | 2025-08-26T20:19:56.601Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-08-26T20:19:56.601Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-08-26T20:19:56.601Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 127 | 2025-08-26T20:19:56.601Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 128 | 2025-08-26T20:19:56.601Z | + banner prerequisites |
| 129 | 2025-08-26T20:19:56.601Z | |
| 130 | 2025-08-26T20:19:56.601Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-08-26T20:19:56.601Z | # # # # # # # # # # # # # # # |
| 132 | 2025-08-26T20:19:56.601Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-08-26T20:19:56.602Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-08-26T20:19:56.602Z | # # # # # # # # # # # # # # # |
| 135 | 2025-08-26T20:19:56.602Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-08-26T20:19:56.602Z | |
| 137 | 2025-08-26T20:19:56.602Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-08-26T20:20:07.412Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-08-26T20:20:14.642Z | Startup: Caching catalogs ... Done |
| 140 | 2025-08-26T20:20:20.763Z | Planning: Solver setup ... Done (4.838s) |
| 141 | 2025-08-26T20:20:20.809Z | Planning: Running solver ... Done (0.045s) |
| 142 | 2025-08-26T20:20:20.908Z | Planning: Finding local manifests ... Done (0.004s) |
| 143 | 2025-08-26T20:20:20.928Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-08-26T20:20:22.213Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-08-26T20:20:22.260Z | Planning: Package planning ... Done (0.047s) |
| 146 | 2025-08-26T20:20:22.311Z | Planning: Merging actions ... Done (0.051s) |
| 147 | 2025-08-26T20:20:22.605Z | Planning: Checking for conflicting actions ... Done (0.293s) |
| 148 | 2025-08-26T20:20:22.616Z | Planning: Consolidating action changes ... Done (0.011s) |
| 149 | 2025-08-26T20:20:23.738Z | Planning: Evaluating mediators ... Done (1.122s) |
| 150 | 2025-08-26T20:20:23.748Z | Planning: Planning completed in 8.98 seconds |
| 151 | 2025-08-26T20:20:23.764Z | Packages to install: 4 |
| 152 | 2025-08-26T20:20:23.764Z | Mediators to change: 2 |
| 153 | 2025-08-26T20:20:23.767Z | Services to change: 1 |
| 154 | 2025-08-26T20:20:23.767Z | Estimated space available: 155.50 GB |
| 155 | 2025-08-26T20:20:23.767Z | Estimated space to be consumed: 1.71 GB |
| 156 | 2025-08-26T20:20:23.767Z | Create boot environment: No |
| 157 | 2025-08-26T20:20:23.767Z | Create backup boot environment: No |
| 158 | 2025-08-26T20:20:23.767Z | Rebuild boot archive: No |
| 159 | 2025-08-26T20:20:23.767Z | |
| 160 | 2025-08-26T20:20:23.767Z | Changed mediators: |
| 161 | 2025-08-26T20:20:23.767Z | mediator clang: |
| 162 | 2025-08-26T20:20:23.767Z | version: None -> 15 (system default) |
| 163 | 2025-08-26T20:20:23.767Z | |
| 164 | 2025-08-26T20:20:23.767Z | mediator llvm: |
| 165 | 2025-08-26T20:20:23.767Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-08-26T20:20:23.768Z | |
| 167 | 2025-08-26T20:20:23.768Z | Changed packages: |
| 168 | 2025-08-26T20:20:23.768Z | helios-dev |
| 169 | 2025-08-26T20:20:23.768Z | developer/build-essential |
| 170 | 2025-08-26T20:20:23.768Z | None -> 11-2.0 |
| 171 | 2025-08-26T20:20:23.768Z | library/libxmlsec1 |
| 172 | 2025-08-26T20:20:23.768Z | None -> 1.2.35-2.0 |
| 173 | 2025-08-26T20:20:23.768Z | ooce/developer/clang-15 |
| 174 | 2025-08-26T20:20:23.768Z | None -> 15.0.7-2.0 |
| 175 | 2025-08-26T20:20:23.768Z | ooce/developer/llvm-15 |
| 176 | 2025-08-26T20:20:23.768Z | None -> 15.0.7-2.0 |
| 177 | 2025-08-26T20:20:23.768Z | |
| 178 | 2025-08-26T20:20:23.768Z | Services: |
| 179 | 2025-08-26T20:20:23.768Z | restart_fmri: |
| 180 | 2025-08-26T20:20:23.768Z | svc:/system/update-man-index:default |
| 181 | 2025-08-26T20:20:24.055Z | |
| 182 | 2025-08-26T20:20:24.055Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-08-26T20:20:29.057Z | Download: 998/3290 items 19.4/212.6MB 9% complete (3.9M/s) |
| 184 | 2025-08-26T20:20:34.057Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (11.9M/s) |
| 185 | 2025-08-26T20:20:39.058Z | Download: 3256/3290 items 204.7/212.6MB 96% complete (18.4M/s) |
| 186 | 2025-08-26T20:20:40.215Z | Download: Completed 212.60 MB in 16.16 seconds (13.2M/s) |
| 187 | 2025-08-26T20:20:40.531Z | Actions: 1/3689 actions (Installing new actions) |
| 188 | 2025-08-26T20:20:45.061Z | Actions: Completed 3689 actions in 4.55 seconds. |
| 189 | 2025-08-26T20:20:45.415Z | Done (0.349s) |
| 190 | 2025-08-26T20:20:45.415Z | Done (0.000s) |
| 191 | 2025-08-26T20:20:46.293Z | Done (0.874s) |
| 192 | 2025-08-26T20:20:50.893Z | Done (4.291s) |
| 193 | 2025-08-26T20:20:50.980Z | Done (0.021s) |
| 194 | 2025-08-26T20:20:50.983Z | Done (0.000s) |
| 195 | 2025-08-26T20:20:51.145Z | Done (0.000s) |
| 196 | 2025-08-26T20:20:51.991Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2025-08-26T20:20:52.153Z | Planning: Checking for conflicting actions ... Done |
| 198 | 2025-08-26T20:20:52.156Z | Planning: Consolidating action changes ... Done |
| 199 | 2025-08-26T20:20:52.432Z | Planning: Evaluating mediators ... Done |
| 200 | 2025-08-26T20:20:52.436Z | Planning: Planning completed in 0.44 seconds |
| 201 | 2025-08-26T20:20:52.466Z | Mediators to change: 2 |
| 202 | 2025-08-26T20:20:52.466Z | Create boot environment: No |
| 203 | 2025-08-26T20:20:52.470Z | Create backup boot environment: No |
| 204 | 2025-08-26T20:20:52.622Z | Done |
| 205 | 2025-08-26T20:20:52.622Z | Done |
| 206 | 2025-08-26T20:20:53.239Z | Done |
| 207 | 2025-08-26T20:20:56.791Z | Done |
| 208 | 2025-08-26T20:20:56.873Z | Done |
| 209 | 2025-08-26T20:20:56.876Z | Done |
| 210 | 2025-08-26T20:20:57.021Z | Done |
| 211 | 2025-08-26T20:20:57.645Z | Planning: Evaluating mediator changes ... Done |
| 212 | 2025-08-26T20:20:57.648Z | Planning: Merging actions ... Done |
| 213 | 2025-08-26T20:20:57.838Z | Planning: Checking for conflicting actions ... Done |
| 214 | 2025-08-26T20:20:57.841Z | Planning: Consolidating action changes ... Done |
| 215 | 2025-08-26T20:20:58.110Z | Planning: Evaluating mediators ... Done |
| 216 | 2025-08-26T20:20:58.167Z | Planning: Planning completed in 0.77 seconds |
| 217 | 2025-08-26T20:20:58.202Z | Packages to change: 1 |
| 218 | 2025-08-26T20:20:58.205Z | Mediators to change: 1 |
| 219 | 2025-08-26T20:20:58.205Z | Services to change: 1 |
| 220 | 2025-08-26T20:20:58.205Z | Create boot environment: No |
| 221 | 2025-08-26T20:20:58.205Z | Create backup boot environment: Yes |
| 222 | 2025-08-26T20:21:00.900Z | Actions: 1/6 actions (Updating modified actions) |
| 223 | 2025-08-26T20:21:00.904Z | Actions: Completed 6 actions in 0.00 seconds. |
| 224 | 2025-08-26T20:21:00.904Z | Done |
| 225 | 2025-08-26T20:21:00.904Z | Done |
| 226 | 2025-08-26T20:21:01.079Z | Done |
| 227 | 2025-08-26T20:21:04.599Z | Done |
| 228 | 2025-08-26T20:21:04.687Z | Done |
| 229 | 2025-08-26T20:21:04.690Z | Done |
| 230 | 2025-08-26T20:21:04.835Z | Done |
| 231 | 2025-08-26T20:21:05.277Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 232 | 2025-08-26T20:21:05.277Z | clang system 15 system |
| 233 | 2025-08-26T20:21:05.277Z | csh system system illumos |
| 234 | 2025-08-26T20:21:05.277Z | ctags system system illumos |
| 235 | 2025-08-26T20:21:05.278Z | file system system illumos |
| 236 | 2025-08-26T20:21:05.278Z | gcc vendor 12 vendor |
| 237 | 2025-08-26T20:21:05.278Z | gcc system 10 system |
| 238 | 2025-08-26T20:21:05.278Z | gcc system 7 system |
| 239 | 2025-08-26T20:21:05.278Z | go system 1.20 system |
| 240 | 2025-08-26T20:21:05.278Z | go system 1.19 system |
| 241 | 2025-08-26T20:21:05.278Z | llvm system 15 system |
| 242 | 2025-08-26T20:21:05.278Z | llvm system 14 system |
| 243 | 2025-08-26T20:21:05.278Z | mariadb system 10.6 system |
| 244 | 2025-08-26T20:21:05.278Z | mta vendor vendor dma |
| 245 | 2025-08-26T20:21:05.278Z | openjdk system 17 system |
| 246 | 2025-08-26T20:21:05.278Z | openjdk system 11 system |
| 247 | 2025-08-26T20:21:05.278Z | openjdk system 1.8 system |
| 248 | 2025-08-26T20:21:05.278Z | openssl vendor 3 vendor |
| 249 | 2025-08-26T20:21:05.278Z | perl system 5.36 system |
| 250 | 2025-08-26T20:21:05.278Z | postgresql system 15 system |
| 251 | 2025-08-26T20:21:05.278Z | postgresql system 13 system |
| 252 | 2025-08-26T20:21:05.278Z | python vendor 3 vendor |
| 253 | 2025-08-26T20:21:05.278Z | python system 2 system |
| 254 | 2025-08-26T20:21:05.278Z | python3 system 3.11 system |
| 255 | 2025-08-26T20:21:05.278Z | ruby system 3.0 system |
| 256 | 2025-08-26T20:21:05.278Z | words vendor vendor american-english |
| 257 | 2025-08-26T20:21:05.278Z | words system system australian-english |
| 258 | 2025-08-26T20:21:05.278Z | words system system british-english |
| 259 | 2025-08-26T20:21:05.278Z | words system system canadian-english |
| 260 | 2025-08-26T20:21:05.278Z | words system system french |
| 261 | 2025-08-26T20:21:05.279Z | words system system italian |
| 262 | 2025-08-26T20:21:05.279Z | words system system ngerman |
| 263 | 2025-08-26T20:21:05.279Z | words system system ogerman |
| 264 | 2025-08-26T20:21:05.279Z | words system system spanish |
| 265 | 2025-08-26T20:21:05.611Z | PUBLISHER TYPE STATUS P LOCATION |
| 266 | 2025-08-26T20:21:05.611Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 267 | 2025-08-26T20:21:10.350Z | FMRI IFO |
| 268 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 269 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 270 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 271 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 272 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 273 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 274 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 275 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 276 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 277 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 278 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 279 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 280 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 281 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 282 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 283 | 2025-08-26T20:21:10.350Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 284 | 2025-08-26T20:21:11.367Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 285 | 2025-08-26T20:21:11.661Z | Updating crates.io index |
| 286 | 2025-08-26T20:21:11.697Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 287 | 2025-08-26T20:21:12.012Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 288 | 2025-08-26T20:21:12.630Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 289 | 2025-08-26T20:21:12.885Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 290 | 2025-08-26T20:21:13.131Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 291 | 2025-08-26T20:21:13.474Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 292 | 2025-08-26T20:21:14.605Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 293 | 2025-08-26T20:21:16.646Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 294 | 2025-08-26T20:21:17.542Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 295 | 2025-08-26T20:21:18.905Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 296 | 2025-08-26T20:21:19.180Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 297 | 2025-08-26T20:21:19.492Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 298 | 2025-08-26T20:21:20.219Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 299 | 2025-08-26T20:21:20.672Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 300 | 2025-08-26T20:21:21.347Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 301 | 2025-08-26T20:21:21.629Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 302 | 2025-08-26T20:21:21.941Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 303 | 2025-08-26T20:21:22.194Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 304 | 2025-08-26T20:21:22.435Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 305 | 2025-08-26T20:21:22.661Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 306 | 2025-08-26T20:21:22.904Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 307 | 2025-08-26T20:21:23.251Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 308 | 2025-08-26T20:21:23.595Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 309 | 2025-08-26T20:21:24.065Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 310 | 2025-08-26T20:21:24.575Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 311 | 2025-08-26T20:21:24.949Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 312 | 2025-08-26T20:21:25.277Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 313 | 2025-08-26T20:21:25.595Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 314 | 2025-08-26T20:21:26.025Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 315 | 2025-08-26T20:21:26.387Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 316 | 2025-08-26T20:21:26.743Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 317 | 2025-08-26T20:21:27.019Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 318 | 2025-08-26T20:21:35.599Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 319 | 2025-08-26T20:21:36.930Z | Downloading crates ... |
| 320 | 2025-08-26T20:21:37.005Z | Downloaded bytecount v0.6.8 |
| 321 | 2025-08-26T20:21:37.009Z | Downloaded autocfg v1.4.0 |
| 322 | 2025-08-26T20:21:37.013Z | Downloaded tabled v0.15.0 |
| 323 | 2025-08-26T20:21:37.026Z | Downloaded thread-id v4.2.2 |
| 324 | 2025-08-26T20:21:37.029Z | Downloaded yoke-derive v0.7.4 |
| 325 | 2025-08-26T20:21:37.029Z | Downloaded usdt-impl v0.5.0 |
| 326 | 2025-08-26T20:21:37.032Z | Downloaded anyhow v1.0.99 |
| 327 | 2025-08-26T20:21:37.035Z | Downloaded zerofrom-derive v0.1.4 |
| 328 | 2025-08-26T20:21:37.035Z | Downloaded utf8_iter v1.0.4 |
| 329 | 2025-08-26T20:21:37.038Z | Downloaded anstyle-parse v0.2.5 |
| 330 | 2025-08-26T20:21:37.038Z | Downloaded writeable v0.5.5 |
| 331 | 2025-08-26T20:21:37.042Z | Downloaded bitflags v2.9.1 |
| 332 | 2025-08-26T20:21:37.045Z | Downloaded zerofrom v0.1.4 |
| 333 | 2025-08-26T20:21:37.045Z | Downloaded usdt-macro v0.5.0 |
| 334 | 2025-08-26T20:21:37.048Z | Downloaded byteorder v1.5.0 |
| 335 | 2025-08-26T20:21:37.048Z | Downloaded clap v4.5.41 |
| 336 | 2025-08-26T20:21:37.054Z | Downloaded utf8parse v0.2.2 |
| 337 | 2025-08-26T20:21:37.058Z | Downloaded pest_derive v2.7.14 |
| 338 | 2025-08-26T20:21:37.063Z | Downloaded usdt-attr-macro v0.5.0 |
| 339 | 2025-08-26T20:21:37.063Z | Downloaded fastrand v2.1.1 |
| 340 | 2025-08-26T20:21:37.063Z | Downloaded zerovec-derive v0.10.3 |
| 341 | 2025-08-26T20:21:37.063Z | Downloaded utf16_iter v1.0.5 |
| 342 | 2025-08-26T20:21:37.063Z | Downloaded usdt v0.5.0 |
| 343 | 2025-08-26T20:21:37.066Z | Downloaded tinystr v0.7.6 |
| 344 | 2025-08-26T20:21:37.066Z | Downloaded unicode-xid v0.2.6 |
| 345 | 2025-08-26T20:21:37.069Z | Downloaded typeid v1.0.3 |
| 346 | 2025-08-26T20:21:37.069Z | Downloaded pretty-hex v0.4.1 |
| 347 | 2025-08-26T20:21:37.073Z | Downloaded thiserror v2.0.12 |
| 348 | 2025-08-26T20:21:37.076Z | Downloaded version_check v0.9.5 |
| 349 | 2025-08-26T20:21:37.079Z | Downloaded anstyle-query v1.1.1 |
| 350 | 2025-08-26T20:21:37.079Z | Downloaded plain v0.2.3 |
| 351 | 2025-08-26T20:21:37.082Z | Downloaded unicode-linebreak v0.1.5 |
| 352 | 2025-08-26T20:21:37.082Z | Downloaded toml_datetime v0.6.11 |
| 353 | 2025-08-26T20:21:37.082Z | Downloaded scroll_derive v0.12.0 |
| 354 | 2025-08-26T20:21:37.085Z | Downloaded thiserror-impl v2.0.12 |
| 355 | 2025-08-26T20:21:37.085Z | Downloaded block-buffer v0.10.4 |
| 356 | 2025-08-26T20:21:37.085Z | Downloaded zerocopy-derive v0.7.35 |
| 357 | 2025-08-26T20:21:37.089Z | Downloaded thiserror v1.0.69 |
| 358 | 2025-08-26T20:21:37.094Z | Downloaded textwrap v0.16.2 |
| 359 | 2025-08-26T20:21:37.097Z | Downloaded toml v0.8.23 |
| 360 | 2025-08-26T20:21:37.100Z | Downloaded icu_provider_macros v1.5.0 |
| 361 | 2025-08-26T20:21:37.100Z | Downloaded unicode-ident v1.0.18 |
| 362 | 2025-08-26T20:21:37.103Z | Downloaded typenum v1.17.0 |
| 363 | 2025-08-26T20:21:37.106Z | Downloaded ucd-trie v0.1.7 |
| 364 | 2025-08-26T20:21:37.106Z | Downloaded equivalent v1.0.2 |
| 365 | 2025-08-26T20:21:37.109Z | Downloaded dtrace-parser v0.2.0 |
| 366 | 2025-08-26T20:21:37.109Z | Downloaded url v2.5.4 |
| 367 | 2025-08-26T20:21:37.112Z | Downloaded toml_edit v0.22.27 |
| 368 | 2025-08-26T20:21:37.115Z | Downloaded swrite v0.1.0 |
| 369 | 2025-08-26T20:21:37.115Z | Downloaded ordered-float v2.10.1 |
| 370 | 2025-08-26T20:21:37.119Z | Downloaded zerocopy v0.7.35 |
| 371 | 2025-08-26T20:21:37.130Z | Downloaded zerovec v0.10.4 |
| 372 | 2025-08-26T20:21:37.135Z | Downloaded macaddr v1.0.1 |
| 373 | 2025-08-26T20:21:37.138Z | Downloaded winnow v0.7.10 |
| 374 | 2025-08-26T20:21:37.144Z | Downloaded stable_deref_trait v1.2.0 |
| 375 | 2025-08-26T20:21:37.147Z | Downloaded serde-untagged v0.1.7 |
| 376 | 2025-08-26T20:21:37.147Z | Downloaded idna_adapter v1.2.0 |
| 377 | 2025-08-26T20:21:37.150Z | Downloaded fs-err v3.1.1 |
| 378 | 2025-08-26T20:21:37.150Z | Downloaded memmap v0.7.0 |
| 379 | 2025-08-26T20:21:37.150Z | Downloaded heck v0.5.0 |
| 380 | 2025-08-26T20:21:37.154Z | Downloaded clap_lex v0.7.4 |
| 381 | 2025-08-26T20:21:37.154Z | Downloaded fnv v1.0.7 |
| 382 | 2025-08-26T20:21:37.154Z | Downloaded digest v0.10.7 |
| 383 | 2025-08-26T20:21:37.157Z | Downloaded colorchoice v1.0.2 |
| 384 | 2025-08-26T20:21:37.157Z | Downloaded serde-value v0.7.0 |
| 385 | 2025-08-26T20:21:37.160Z | Downloaded errno v0.3.12 |
| 386 | 2025-08-26T20:21:37.160Z | Downloaded unicode-width v0.2.0 |
| 387 | 2025-08-26T20:21:37.163Z | Downloaded unicode-width v0.1.14 |
| 388 | 2025-08-26T20:21:37.167Z | Downloaded proc-macro-error v1.0.4 |
| 389 | 2025-08-26T20:21:37.171Z | Downloaded icu_provider v1.5.0 |
| 390 | 2025-08-26T20:21:37.174Z | Downloaded dof v0.3.0 |
| 391 | 2025-08-26T20:21:37.174Z | Downloaded cpufeatures v0.2.14 |
| 392 | 2025-08-26T20:21:37.177Z | Downloaded crypto-common v0.1.6 |
| 393 | 2025-08-26T20:21:37.177Z | Downloaded heck v0.4.1 |
| 394 | 2025-08-26T20:21:37.177Z | Downloaded generic-array v0.14.7 |
| 395 | 2025-08-26T20:21:37.181Z | Downloaded cargo_metadata v0.21.0 |
| 396 | 2025-08-26T20:21:37.181Z | Downloaded cargo-util-schemas v0.8.2 |
| 397 | 2025-08-26T20:21:37.184Z | Downloaded proc-macro2 v1.0.95 |
| 398 | 2025-08-26T20:21:37.184Z | Downloaded itoa v1.0.11 |
| 399 | 2025-08-26T20:21:37.187Z | Downloaded sha2 v0.10.9 |
| 400 | 2025-08-26T20:21:37.187Z | Downloaded semver v1.0.26 |
| 401 | 2025-08-26T20:21:37.190Z | Downloaded scroll v0.12.0 |
| 402 | 2025-08-26T20:21:37.190Z | Downloaded is_terminal_polyfill v1.70.1 |
| 403 | 2025-08-26T20:21:37.194Z | Downloaded erased-serde v0.4.6 |
| 404 | 2025-08-26T20:21:37.194Z | Downloaded clap_derive v4.5.41 |
| 405 | 2025-08-26T20:21:37.198Z | Downloaded smallvec v1.15.1 |
| 406 | 2025-08-26T20:21:37.198Z | Downloaded quote v1.0.40 |
| 407 | 2025-08-26T20:21:37.201Z | Downloaded pest_generator v2.7.14 |
| 408 | 2025-08-26T20:21:37.201Z | Downloaded pest_meta v2.7.14 |
| 409 | 2025-08-26T20:21:37.204Z | Downloaded once_cell v1.21.3 |
| 410 | 2025-08-26T20:21:37.204Z | Downloaded camino v1.1.11 |
| 411 | 2025-08-26T20:21:37.208Z | Downloaded icu_locid v1.5.0 |
| 412 | 2025-08-26T20:21:37.211Z | Downloaded num-traits v0.2.19 |
| 413 | 2025-08-26T20:21:37.214Z | Downloaded icu_normalizer v1.5.0 |
| 414 | 2025-08-26T20:21:37.217Z | Downloaded form_urlencoded v1.2.1 |
| 415 | 2025-08-26T20:21:37.217Z | Downloaded serde_tokenstream v0.2.2 |
| 416 | 2025-08-26T20:21:37.218Z | Downloaded serde_spanned v0.6.9 |
| 417 | 2025-08-26T20:21:37.221Z | Downloaded synstructure v0.13.1 |
| 418 | 2025-08-26T20:21:37.221Z | Downloaded smawk v0.3.2 |
| 419 | 2025-08-26T20:21:37.221Z | Downloaded proc-macro-error-attr v1.0.4 |
| 420 | 2025-08-26T20:21:37.224Z | Downloaded strsim v0.11.1 |
| 421 | 2025-08-26T20:21:37.224Z | Downloaded log v0.4.27 |
| 422 | 2025-08-26T20:21:37.227Z | Downloaded icu_properties v1.5.1 |
| 423 | 2025-08-26T20:21:37.227Z | Downloaded serde_derive v1.0.219 |
| 424 | 2025-08-26T20:21:37.230Z | Downloaded ryu v1.0.18 |
| 425 | 2025-08-26T20:21:37.234Z | Downloaded papergrid v0.11.0 |
| 426 | 2025-08-26T20:21:37.238Z | Downloaded icu_locid_transform_data v1.5.0 |
| 427 | 2025-08-26T20:21:37.238Z | Downloaded icu_normalizer_data v1.5.0 |
| 428 | 2025-08-26T20:21:37.241Z | Downloaded serde v1.0.219 |
| 429 | 2025-08-26T20:21:37.241Z | Downloaded icu_locid_transform v1.5.0 |
| 430 | 2025-08-26T20:21:37.244Z | Downloaded getrandom v0.3.1 |
| 431 | 2025-08-26T20:21:37.247Z | Downloaded percent-encoding v2.3.1 |
| 432 | 2025-08-26T20:21:37.247Z | Downloaded yoke v0.7.4 |
| 433 | 2025-08-26T20:21:37.250Z | Downloaded thiserror-impl v1.0.69 |
| 434 | 2025-08-26T20:21:37.250Z | Downloaded toml_write v0.1.2 |
| 435 | 2025-08-26T20:21:37.250Z | Downloaded write16 v1.0.0 |
| 436 | 2025-08-26T20:21:37.254Z | Downloaded tempfile v3.20.0 |
| 437 | 2025-08-26T20:21:37.254Z | Downloaded tabled_derive v0.7.0 |
| 438 | 2025-08-26T20:21:37.257Z | Downloaded litemap v0.7.3 |
| 439 | 2025-08-26T20:21:37.257Z | Downloaded anstyle v1.0.11 |
| 440 | 2025-08-26T20:21:37.260Z | Downloaded anstream v0.6.18 |
| 441 | 2025-08-26T20:21:37.260Z | Downloaded terminal_size v0.4.0 |
| 442 | 2025-08-26T20:21:37.263Z | Downloaded memchr v2.7.4 |
| 443 | 2025-08-26T20:21:37.266Z | Downloaded displaydoc v0.2.5 |
| 444 | 2025-08-26T20:21:37.269Z | Downloaded cfg-if v1.0.1 |
| 445 | 2025-08-26T20:21:37.269Z | Downloaded icu_collections v1.5.0 |
| 446 | 2025-08-26T20:21:37.273Z | Downloaded indexmap v2.10.0 |
| 447 | 2025-08-26T20:21:37.277Z | Downloaded cargo_toml v0.21.0 |
| 448 | 2025-08-26T20:21:37.280Z | Downloaded cargo-platform v0.2.0 |
| 449 | 2025-08-26T20:21:37.280Z | Downloaded pest v2.7.14 |
| 450 | 2025-08-26T20:21:37.283Z | Downloaded clap_builder v4.5.41 |
| 451 | 2025-08-26T20:21:37.289Z | Downloaded camino-tempfile v1.4.1 |
| 452 | 2025-08-26T20:21:37.295Z | Downloaded idna v1.0.3 |
| 453 | 2025-08-26T20:21:37.299Z | Downloaded goblin v0.8.2 |
| 454 | 2025-08-26T20:21:37.304Z | Downloaded serde_json v1.0.142 |
| 455 | 2025-08-26T20:21:37.310Z | Downloaded hashbrown v0.15.4 |
| 456 | 2025-08-26T20:21:37.338Z | Downloaded icu_properties_data v1.5.0 |
| 457 | 2025-08-26T20:21:37.347Z | Downloaded syn v1.0.109 |
| 458 | 2025-08-26T20:21:37.357Z | Downloaded syn v2.0.104 |
| 459 | 2025-08-26T20:21:37.371Z | Downloaded rustix v0.38.37 |
| 460 | 2025-08-26T20:21:37.388Z | Downloaded rustix v1.0.7 |
| 461 | 2025-08-26T20:21:37.417Z | Downloaded libc v0.2.174 |
| 462 | 2025-08-26T20:21:37.495Z | Compiling proc-macro2 v1.0.95 |
| 463 | 2025-08-26T20:21:37.495Z | Compiling unicode-ident v1.0.18 |
| 464 | 2025-08-26T20:21:37.498Z | Compiling serde v1.0.219 |
| 465 | 2025-08-26T20:21:37.498Z | Compiling version_check v0.9.5 |
| 466 | 2025-08-26T20:21:37.715Z | Compiling libc v0.2.174 |
| 467 | 2025-08-26T20:21:37.718Z | Compiling memchr v2.7.4 |
| 468 | 2025-08-26T20:21:37.718Z | Compiling stable_deref_trait v1.2.0 |
| 469 | 2025-08-26T20:21:37.718Z | Compiling thiserror v1.0.69 |
| 470 | 2025-08-26T20:21:37.967Z | Compiling ucd-trie v0.1.7 |
| 471 | 2025-08-26T20:21:37.990Z | Compiling ryu v1.0.18 |
| 472 | 2025-08-26T20:21:38.338Z | Compiling litemap v0.7.3 |
| 473 | 2025-08-26T20:21:38.363Z | Compiling itoa v1.0.11 |
| 474 | 2025-08-26T20:21:38.465Z | Compiling autocfg v1.4.0 |
| 475 | 2025-08-26T20:21:38.516Z | Compiling writeable v0.5.5 |
| 476 | 2025-08-26T20:21:38.592Z | Compiling once_cell v1.21.3 |
| 477 | 2025-08-26T20:21:38.780Z | Compiling byteorder v1.5.0 |
| 478 | 2025-08-26T20:21:38.945Z | Compiling icu_locid_transform_data v1.5.0 |
| 479 | 2025-08-26T20:21:39.047Z | Compiling bitflags v2.9.1 |
| 480 | 2025-08-26T20:21:39.072Z | Compiling icu_properties_data v1.5.0 |
| 481 | 2025-08-26T20:21:39.183Z | Compiling serde_json v1.0.142 |
| 482 | 2025-08-26T20:21:39.283Z | Compiling smallvec v1.15.1 |
| 483 | 2025-08-26T20:21:39.318Z | Compiling num-traits v0.2.19 |
| 484 | 2025-08-26T20:21:39.345Z | Compiling rustix v0.38.37 |
| 485 | 2025-08-26T20:21:39.465Z | Compiling equivalent v1.0.2 |
| 486 | 2025-08-26T20:21:39.570Z | Compiling quote v1.0.40 |
| 487 | 2025-08-26T20:21:39.641Z | Compiling utf8_iter v1.0.4 |
| 488 | 2025-08-26T20:21:39.671Z | Compiling typeid v1.0.3 |
| 489 | 2025-08-26T20:21:39.880Z | Compiling errno v0.3.12 |
| 490 | 2025-08-26T20:21:39.938Z | Compiling icu_normalizer_data v1.5.0 |
| 491 | 2025-08-26T20:21:39.984Z | Compiling utf16_iter v1.0.5 |
| 492 | 2025-08-26T20:21:40.067Z | Compiling syn v2.0.104 |
| 493 | 2025-08-26T20:21:40.096Z | Compiling hashbrown v0.15.4 |
| 494 | 2025-08-26T20:21:40.100Z | Compiling write16 v1.0.0 |
| 495 | 2025-08-26T20:21:40.283Z | Compiling proc-macro-error-attr v1.0.4 |
| 496 | 2025-08-26T20:21:40.299Z | Compiling usdt-impl v0.5.0 |
| 497 | 2025-08-26T20:21:40.353Z | Compiling toml_write v0.1.2 |
| 498 | 2025-08-26T20:21:40.379Z | Compiling winnow v0.7.10 |
| 499 | 2025-08-26T20:21:40.528Z | Compiling syn v1.0.109 |
| 500 | 2025-08-26T20:21:40.837Z | Compiling thread-id v4.2.2 |
| 501 | 2025-08-26T20:21:40.972Z | Compiling proc-macro-error v1.0.4 |
| 502 | 2025-08-26T20:21:41.067Z | Compiling thiserror v2.0.12 |
| 503 | 2025-08-26T20:21:41.123Z | Compiling indexmap v2.10.0 |
| 504 | 2025-08-26T20:21:41.304Z | Compiling utf8parse v0.2.2 |
| 505 | 2025-08-26T20:21:41.340Z | Compiling camino v1.1.11 |
| 506 | 2025-08-26T20:21:41.510Z | Compiling plain v0.2.3 |
| 507 | 2025-08-26T20:21:41.694Z | Compiling rustix v1.0.7 |
| 508 | 2025-08-26T20:21:41.722Z | Compiling getrandom v0.3.1 |
| 509 | 2025-08-26T20:21:42.023Z | Compiling log v0.4.27 |
| 510 | 2025-08-26T20:21:42.221Z | Compiling percent-encoding v2.3.1 |
| 511 | 2025-08-26T20:21:42.374Z | Compiling semver v1.0.26 |
| 512 | 2025-08-26T20:21:42.465Z | Compiling form_urlencoded v1.2.1 |
| 513 | 2025-08-26T20:21:42.494Z | Compiling ordered-float v2.10.1 |
| 514 | 2025-08-26T20:21:42.545Z | Compiling terminal_size v0.4.0 |
| 515 | 2025-08-26T20:21:42.593Z | Compiling anstyle-parse v0.2.5 |
| 516 | 2025-08-26T20:21:42.961Z | Compiling cfg-if v1.0.1 |
| 517 | 2025-08-26T20:21:42.965Z | Compiling anstyle v1.0.11 |
| 518 | 2025-08-26T20:21:43.012Z | Compiling pretty-hex v0.4.1 |
| 519 | 2025-08-26T20:21:43.084Z | Compiling is_terminal_polyfill v1.70.1 |
| 520 | 2025-08-26T20:21:43.231Z | Compiling anstyle-query v1.1.1 |
| 521 | 2025-08-26T20:21:43.258Z | Compiling colorchoice v1.0.2 |
| 522 | 2025-08-26T20:21:43.385Z | Compiling anstream v0.6.18 |
| 523 | 2025-08-26T20:21:43.664Z | Compiling fs-err v3.1.1 |
| 524 | 2025-08-26T20:21:43.714Z | Compiling fastrand v2.1.1 |
| 525 | 2025-08-26T20:21:43.797Z | Compiling heck v0.4.1 |
| 526 | 2025-08-26T20:21:44.024Z | Compiling unicode-width v0.1.14 |
| 527 | 2025-08-26T20:21:44.028Z | Compiling strsim v0.11.1 |
| 528 | 2025-08-26T20:21:44.200Z | Compiling bytecount v0.6.8 |
| 529 | 2025-08-26T20:21:44.245Z | Compiling heck v0.5.0 |
| 530 | 2025-08-26T20:21:44.426Z | Compiling anyhow v1.0.99 |
| 531 | 2025-08-26T20:21:44.584Z | Compiling clap_lex v0.7.4 |
| 532 | 2025-08-26T20:21:44.750Z | Compiling fnv v1.0.7 |
| 533 | 2025-08-26T20:21:44.927Z | Compiling unicode-xid v0.2.6 |
| 534 | 2025-08-26T20:21:45.044Z | Compiling papergrid v0.11.0 |
| 535 | 2025-08-26T20:21:45.133Z | Compiling tempfile v3.20.0 |
| 536 | 2025-08-26T20:21:45.156Z | Compiling clap_builder v4.5.41 |
| 537 | 2025-08-26T20:21:45.793Z | Compiling memmap v0.7.0 |
| 538 | 2025-08-26T20:21:45.896Z | Compiling unicode-width v0.2.0 |
| 539 | 2025-08-26T20:21:46.095Z | Compiling unicode-linebreak v0.1.5 |
| 540 | 2025-08-26T20:21:46.120Z | Compiling smawk v0.3.2 |
| 541 | 2025-08-26T20:21:46.576Z | Compiling textwrap v0.16.2 |
| 542 | 2025-08-26T20:21:46.916Z | Compiling synstructure v0.13.1 |
| 543 | 2025-08-26T20:21:47.183Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 544 | 2025-08-26T20:21:47.556Z | Compiling swrite v0.1.0 |
| 545 | 2025-08-26T20:21:47.869Z | Compiling tabled_derive v0.7.0 |
| 546 | 2025-08-26T20:21:48.993Z | Compiling serde_derive v1.0.219 |
| 547 | 2025-08-26T20:21:48.993Z | Compiling zerofrom-derive v0.1.4 |
| 548 | 2025-08-26T20:21:48.996Z | Compiling yoke-derive v0.7.4 |
| 549 | 2025-08-26T20:21:49.197Z | Compiling zerovec-derive v0.10.3 |
| 550 | 2025-08-26T20:21:49.237Z | Compiling thiserror-impl v1.0.69 |
| 551 | 2025-08-26T20:21:49.322Z | Compiling displaydoc v0.2.5 |
| 552 | 2025-08-26T20:21:50.883Z | Compiling icu_provider_macros v1.5.0 |
| 553 | 2025-08-26T20:21:51.618Z | Compiling zerocopy-derive v0.7.35 |
| 554 | 2025-08-26T20:21:51.674Z | Compiling scroll_derive v0.12.0 |
| 555 | 2025-08-26T20:21:51.933Z | Compiling thiserror-impl v2.0.12 |
| 556 | 2025-08-26T20:21:51.996Z | Compiling clap_derive v4.5.41 |
| 557 | 2025-08-26T20:21:52.220Z | Compiling pest v2.7.14 |
| 558 | 2025-08-26T20:21:52.426Z | Compiling zerofrom v0.1.4 |
| 559 | 2025-08-26T20:21:52.682Z | Compiling yoke v0.7.4 |
| 560 | 2025-08-26T20:21:53.015Z | Compiling zerovec v0.10.4 |
| 561 | 2025-08-26T20:21:53.015Z | Compiling scroll v0.12.0 |
| 562 | 2025-08-26T20:21:53.479Z | Compiling zerocopy v0.7.35 |
| 563 | 2025-08-26T20:21:53.602Z | Compiling goblin v0.8.2 |
| 564 | 2025-08-26T20:21:54.055Z | Compiling tabled v0.15.0 |
| 565 | 2025-08-26T20:21:54.905Z | Compiling tinystr v0.7.6 |
| 566 | 2025-08-26T20:21:54.981Z | Compiling pest_meta v2.7.14 |
| 567 | 2025-08-26T20:21:55.097Z | Compiling icu_collections v1.5.0 |
| 568 | 2025-08-26T20:21:55.253Z | Compiling icu_locid v1.5.0 |
| 569 | 2025-08-26T20:21:56.196Z | Compiling clap v4.5.41 |
| 570 | 2025-08-26T20:21:56.228Z | Compiling icu_provider v1.5.0 |
| 571 | 2025-08-26T20:21:56.397Z | Compiling pest_generator v2.7.14 |
| 572 | 2025-08-26T20:21:56.976Z | Compiling icu_locid_transform v1.5.0 |
| 573 | 2025-08-26T20:21:58.409Z | Compiling icu_properties v1.5.1 |
| 574 | 2025-08-26T20:21:58.522Z | Compiling pest_derive v2.7.14 |
| 575 | 2025-08-26T20:21:59.261Z | Compiling dtrace-parser v0.2.0 |
| 576 | 2025-08-26T20:22:09.133Z | Compiling serde_spanned v0.6.9 |
| 577 | 2025-08-26T20:22:09.133Z | Compiling toml_datetime v0.6.11 |
| 578 | 2025-08-26T20:22:09.272Z | Compiling erased-serde v0.4.6 |
| 579 | 2025-08-26T20:22:09.272Z | Compiling serde-value v0.7.0 |
| 580 | 2025-08-26T20:22:09.273Z | Compiling serde_tokenstream v0.2.2 |
| 581 | 2025-08-26T20:22:09.273Z | Compiling toml_edit v0.22.27 |
| 582 | 2025-08-26T20:22:09.273Z | Compiling icu_normalizer v1.5.0 |
| 583 | 2025-08-26T20:22:09.273Z | Compiling serde-untagged v0.1.7 |
| 584 | 2025-08-26T20:22:09.273Z | Compiling cargo-platform v0.2.0 |
| 585 | 2025-08-26T20:22:09.273Z | Compiling camino-tempfile v1.4.1 |
| 586 | 2025-08-26T20:22:09.273Z | Compiling macaddr v1.0.1 |
| 587 | 2025-08-26T20:22:09.273Z | Compiling idna_adapter v1.2.0 |
| 588 | 2025-08-26T20:22:09.273Z | Compiling dof v0.3.0 |
| 589 | 2025-08-26T20:22:09.273Z | Compiling idna v1.0.3 |
| 590 | 2025-08-26T20:22:10.014Z | Compiling url v2.5.4 |
| 591 | 2025-08-26T20:22:10.014Z | Compiling usdt-attr-macro v0.5.0 |
| 592 | 2025-08-26T20:22:10.070Z | Compiling usdt-macro v0.5.0 |
| 593 | 2025-08-26T20:22:10.070Z | Compiling toml v0.8.23 |
| 594 | 2025-08-26T20:22:10.070Z | Compiling cargo-util-schemas v0.8.2 |
| 595 | 2025-08-26T20:22:10.070Z | Compiling cargo_toml v0.21.0 |
| 596 | 2025-08-26T20:22:10.070Z | Compiling usdt v0.5.0 |
| 597 | 2025-08-26T20:22:10.070Z | Compiling cargo_metadata v0.21.0 |
| 598 | 2025-08-26T20:22:10.070Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 599 | 2025-08-26T20:22:12.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 600 | 2025-08-26T20:22:12.586Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 601 | 2025-08-26T20:22:13.078Z | Downloading crates ... |
| 602 | 2025-08-26T20:22:13.099Z | Downloaded array-init v0.0.4 |
| 603 | 2025-08-26T20:22:13.099Z | Downloaded base16ct v0.2.0 |
| 604 | 2025-08-26T20:22:13.099Z | Downloaded crc8 v0.1.1 |
| 605 | 2025-08-26T20:22:13.099Z | Downloaded constant_time_eq v0.3.1 |
| 606 | 2025-08-26T20:22:13.099Z | Downloaded cexpr v0.6.0 |
| 607 | 2025-08-26T20:22:13.099Z | Downloaded bit-set v0.8.0 |
| 608 | 2025-08-26T20:22:13.099Z | Downloaded console v0.16.0 |
| 609 | 2025-08-26T20:22:13.099Z | Downloaded cargo-platform v0.1.8 |
| 610 | 2025-08-26T20:22:13.099Z | Downloaded aead v0.5.2 |
| 611 | 2025-08-26T20:22:13.099Z | Downloaded crossbeam-utils v0.8.21 |
| 612 | 2025-08-26T20:22:13.099Z | Downloaded base64 v0.22.1 |
| 613 | 2025-08-26T20:22:13.107Z | Downloaded arrayvec v0.7.6 |
| 614 | 2025-08-26T20:22:13.107Z | Downloaded arrayref v0.3.9 |
| 615 | 2025-08-26T20:22:13.107Z | Downloaded addr2line v0.24.2 |
| 616 | 2025-08-26T20:22:13.107Z | Downloaded argon2 v0.5.3 |
| 617 | 2025-08-26T20:22:13.107Z | Downloaded hickory-client v0.25.2 |
| 618 | 2025-08-26T20:22:13.107Z | Downloaded allocator-api2 v0.2.21 |
| 619 | 2025-08-26T20:22:13.107Z | Downloaded arc-swap v1.7.1 |
| 620 | 2025-08-26T20:22:13.113Z | Downloaded hex v0.4.3 |
| 621 | 2025-08-26T20:22:13.114Z | Downloaded ascii-canvas v3.0.0 |
| 622 | 2025-08-26T20:22:13.114Z | Downloaded crossterm v0.28.1 |
| 623 | 2025-08-26T20:22:13.121Z | Downloaded atty v0.2.14 |
| 624 | 2025-08-26T20:22:13.126Z | Downloaded home v0.5.9 |
| 625 | 2025-08-26T20:22:13.126Z | Downloaded camino-tempfile-ext v0.3.2 |
| 626 | 2025-08-26T20:22:13.130Z | Downloaded async-recursion v1.1.1 |
| 627 | 2025-08-26T20:22:13.135Z | Downloaded http-body-util v0.1.3 |
| 628 | 2025-08-26T20:22:13.139Z | Downloaded hostname v0.4.0 |
| 629 | 2025-08-26T20:22:13.140Z | Downloaded heck v0.3.3 |
| 630 | 2025-08-26T20:22:13.140Z | Downloaded atomicwrites v0.4.4 |
| 631 | 2025-08-26T20:22:13.143Z | Downloaded http-range v0.1.5 |
| 632 | 2025-08-26T20:22:13.143Z | Downloaded ciborium-io v0.2.2 |
| 633 | 2025-08-26T20:22:13.148Z | Downloaded async-stream-impl v0.3.6 |
| 634 | 2025-08-26T20:22:13.148Z | Downloaded crossbeam-deque v0.8.5 |
| 635 | 2025-08-26T20:22:13.152Z | Downloaded http-body v1.0.1 |
| 636 | 2025-08-26T20:22:13.152Z | Downloaded bit-vec v0.8.0 |
| 637 | 2025-08-26T20:22:13.152Z | Downloaded castaway v0.2.3 |
| 638 | 2025-08-26T20:22:13.156Z | Downloaded indoc v1.0.9 |
| 639 | 2025-08-26T20:22:13.159Z | Downloaded ident_case v1.0.1 |
| 640 | 2025-08-26T20:22:13.159Z | Downloaded highway v1.3.0 |
| 641 | 2025-08-26T20:22:13.163Z | Downloaded instant v0.1.13 |
| 642 | 2025-08-26T20:22:13.166Z | Downloaded ipnet v2.11.0 |
| 643 | 2025-08-26T20:22:15.208Z | Downloaded buf-list v1.0.3 |
| 644 | 2025-08-26T20:22:15.252Z | Downloaded ingot-types v0.1.2 |
| 645 | 2025-08-26T20:22:15.252Z | Downloaded indoc v2.0.6 |
| 646 | 2025-08-26T20:22:15.252Z | Downloaded hostname v0.3.1 |
| 647 | 2025-08-26T20:22:15.252Z | Downloaded headers v0.4.1 |
| 648 | 2025-08-26T20:22:15.252Z | Downloaded is_ci v1.2.0 |
| 649 | 2025-08-26T20:22:15.252Z | Downloaded crc v3.2.1 |
| 650 | 2025-08-26T20:22:15.252Z | Downloaded convert_case v0.4.0 |
| 651 | 2025-08-26T20:22:15.252Z | Downloaded psl-types v2.0.11 |
| 652 | 2025-08-26T20:22:15.252Z | Downloaded cipher v0.4.4 |
| 653 | 2025-08-26T20:22:15.252Z | Downloaded bitfield-struct v0.6.2 |
| 654 | 2025-08-26T20:22:15.252Z | Downloaded ciborium-ll v0.2.2 |
| 655 | 2025-08-26T20:22:15.252Z | Downloaded ipnetwork v0.21.1 |
| 656 | 2025-08-26T20:22:15.252Z | Downloaded humantime v2.2.0 |
| 657 | 2025-08-26T20:22:15.252Z | Downloaded ingot v0.1.1 |
| 658 | 2025-08-26T20:22:15.252Z | Downloaded match_cfg v0.1.0 |
| 659 | 2025-08-26T20:22:15.252Z | Downloaded cassowary v0.3.0 |
| 660 | 2025-08-26T20:22:15.252Z | Downloaded md5 v0.7.0 |
| 661 | 2025-08-26T20:22:15.252Z | Downloaded scrypt v0.11.0 |
| 662 | 2025-08-26T20:22:15.252Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 663 | 2025-08-26T20:22:15.252Z | Downloaded predicates-tree v1.0.12 |
| 664 | 2025-08-26T20:22:15.252Z | Downloaded critical-section v1.1.3 |
| 665 | 2025-08-26T20:22:15.252Z | Downloaded r2d2 v0.8.10 |
| 666 | 2025-08-26T20:22:15.252Z | Downloaded internet-checksum v0.2.1 |
| 667 | 2025-08-26T20:22:15.252Z | Downloaded inout v0.1.3 |
| 668 | 2025-08-26T20:22:15.252Z | Downloaded ref-cast v1.0.24 |
| 669 | 2025-08-26T20:22:15.252Z | Downloaded lazycell v1.3.0 |
| 670 | 2025-08-26T20:22:15.252Z | Downloaded lockfree-object-pool v0.1.6 |
| 671 | 2025-08-26T20:22:15.252Z | Downloaded sync-ptr v0.1.4 |
| 672 | 2025-08-26T20:22:15.252Z | Downloaded rtoolbox v0.0.2 |
| 673 | 2025-08-26T20:22:15.252Z | Downloaded lru-cache v0.1.2 |
| 674 | 2025-08-26T20:22:15.253Z | Downloaded rustc-hash v1.1.0 |
| 675 | 2025-08-26T20:22:15.253Z | Downloaded lru v0.12.5 |
| 676 | 2025-08-26T20:22:15.253Z | Downloaded console v0.15.10 |
| 677 | 2025-08-26T20:22:15.253Z | Downloaded memoffset v0.9.1 |
| 678 | 2025-08-26T20:22:15.253Z | Downloaded lazy_static v1.5.0 |
| 679 | 2025-08-26T20:22:15.253Z | Downloaded cargo_metadata v0.18.1 |
| 680 | 2025-08-26T20:22:15.253Z | Downloaded sync_wrapper v1.0.1 |
| 681 | 2025-08-26T20:22:15.253Z | Downloaded time-core v0.1.2 |
| 682 | 2025-08-26T20:22:15.253Z | Downloaded serde_path_to_error v0.1.17 |
| 683 | 2025-08-26T20:22:15.253Z | Downloaded proc-macro-error2 v2.0.1 |
| 684 | 2025-08-26T20:22:15.253Z | Downloaded tabled_derive v0.10.0 |
| 685 | 2025-08-26T20:22:15.253Z | Downloaded tower-service v0.3.3 |
| 686 | 2025-08-26T20:22:15.253Z | Downloaded rand_core v0.6.4 |
| 687 | 2025-08-26T20:22:15.253Z | Downloaded mime v0.3.17 |
| 688 | 2025-08-26T20:22:15.253Z | Downloaded wait-timeout v0.2.0 |
| 689 | 2025-08-26T20:22:15.253Z | Downloaded vte_generate_state_changes v0.1.2 |
| 690 | 2025-08-26T20:22:15.253Z | Downloaded slog-envlogger v2.2.0 |
| 691 | 2025-08-26T20:22:15.253Z | Downloaded siphasher v0.3.11 |
| 692 | 2025-08-26T20:22:15.253Z | Downloaded string_cache v0.8.9 |
| 693 | 2025-08-26T20:22:15.253Z | Downloaded static_assertions v1.1.0 |
| 694 | 2025-08-26T20:22:15.253Z | Downloaded sha1 v0.10.6 |
| 695 | 2025-08-26T20:22:15.253Z | Downloaded rustls-native-certs v0.8.1 |
| 696 | 2025-08-26T20:22:15.253Z | Downloaded libz-rs-sys v0.5.1 |
| 697 | 2025-08-26T20:22:15.253Z | Downloaded jobserver v0.1.32 |
| 698 | 2025-08-26T20:22:15.253Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 699 | 2025-08-26T20:22:15.253Z | Downloaded aes v0.8.4 |
| 700 | 2025-08-26T20:22:15.253Z | Downloaded zone_cfg_derive v0.3.0 |
| 701 | 2025-08-26T20:22:15.253Z | Downloaded zone_cfg_derive v0.1.2 |
| 702 | 2025-08-26T20:22:15.253Z | Downloaded newtype_derive v0.1.6 |
| 703 | 2025-08-26T20:22:15.253Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 704 | 2025-08-26T20:22:15.253Z | Downloaded http v1.3.1 |
| 705 | 2025-08-26T20:22:15.253Z | Downloaded untrusted v0.9.0 |
| 706 | 2025-08-26T20:22:15.253Z | Downloaded memmap2 v0.9.5 |
| 707 | 2025-08-26T20:22:15.254Z | Downloaded zone v0.3.1 |
| 708 | 2025-08-26T20:22:15.254Z | Downloaded zone v0.1.8 |
| 709 | 2025-08-26T20:22:15.254Z | Downloaded md-5 v0.10.6 |
| 710 | 2025-08-26T20:22:15.254Z | Downloaded enum-as-inner v0.6.1 |
| 711 | 2025-08-26T20:22:15.254Z | Downloaded crc-any v2.5.0 |
| 712 | 2025-08-26T20:22:15.254Z | Downloaded const-oid v0.9.6 |
| 713 | 2025-08-26T20:22:15.254Z | Downloaded path-slash v0.1.5 |
| 714 | 2025-08-26T20:22:15.254Z | Downloaded parse-size v1.1.0 |
| 715 | 2025-08-26T20:22:15.254Z | Downloaded globwalk v0.9.1 |
| 716 | 2025-08-26T20:22:15.254Z | Downloaded futures-task v0.3.31 |
| 717 | 2025-08-26T20:22:15.254Z | Downloaded defmt v0.3.8 |
| 718 | 2025-08-26T20:22:15.254Z | Downloaded debug-ignore v1.0.5 |
| 719 | 2025-08-26T20:22:15.254Z | Downloaded document-features v0.2.11 |
| 720 | 2025-08-26T20:22:15.254Z | Downloaded data-encoding v2.9.0 |
| 721 | 2025-08-26T20:22:15.254Z | Downloaded daft v0.1.4 |
| 722 | 2025-08-26T20:22:15.254Z | Downloaded openssl-probe v0.1.5 |
| 723 | 2025-08-26T20:22:15.254Z | Downloaded ignore v0.4.23 |
| 724 | 2025-08-26T20:22:15.254Z | Downloaded pbkdf2 v0.12.2 |
| 725 | 2025-08-26T20:22:15.254Z | Downloaded futures-executor v0.3.31 |
| 726 | 2025-08-26T20:22:15.254Z | Downloaded fallible-iterator v0.2.0 |
| 727 | 2025-08-26T20:22:15.254Z | Downloaded typify v0.2.0 |
| 728 | 2025-08-26T20:22:15.254Z | Downloaded newtype-uuid v1.2.4 |
| 729 | 2025-08-26T20:22:15.254Z | Downloaded glob v0.3.2 |
| 730 | 2025-08-26T20:22:15.254Z | Downloaded dsl_auto_type v0.1.2 |
| 731 | 2025-08-26T20:22:15.254Z | Downloaded indexmap v1.9.3 |
| 732 | 2025-08-26T20:22:15.254Z | Downloaded openssl-macros v0.1.1 |
| 733 | 2025-08-26T20:22:15.254Z | Downloaded rfc6979 v0.4.0 |
| 734 | 2025-08-26T20:22:15.254Z | Downloaded tokio-stream v0.1.17 |
| 735 | 2025-08-26T20:22:15.254Z | Downloaded tokio-tungstenite v0.21.0 |
| 736 | 2025-08-26T20:22:15.254Z | Downloaded strum v0.26.3 |
| 737 | 2025-08-26T20:22:15.254Z | Downloaded sqlparser_derive v0.2.2 |
| 738 | 2025-08-26T20:22:15.254Z | Downloaded paste v1.0.15 |
| 739 | 2025-08-26T20:22:15.254Z | Downloaded pbkdf2 v0.11.0 |
| 740 | 2025-08-26T20:22:15.254Z | Downloaded try-lock v0.2.5 |
| 741 | 2025-08-26T20:22:15.255Z | Downloaded slog v2.7.0 |
| 742 | 2025-08-26T20:22:15.255Z | Downloaded litrs v0.4.1 |
| 743 | 2025-08-26T20:22:15.255Z | Downloaded ssh-encoding v0.2.0 |
| 744 | 2025-08-26T20:22:15.296Z | Downloaded progenitor-macro v0.10.0 |
| 745 | 2025-08-26T20:22:15.296Z | Downloaded peg-macros v0.8.5 |
| 746 | 2025-08-26T20:22:15.296Z | Downloaded funty v2.0.0 |
| 747 | 2025-08-26T20:22:15.296Z | Downloaded num-complex v0.4.6 |
| 748 | 2025-08-26T20:22:15.296Z | Downloaded darling_macro v0.20.10 |
| 749 | 2025-08-26T20:22:15.296Z | Downloaded walkdir v2.5.0 |
| 750 | 2025-08-26T20:22:15.296Z | Downloaded heapless v0.7.17 |
| 751 | 2025-08-26T20:22:15.296Z | Downloaded slog-async v2.8.0 |
| 752 | 2025-08-26T20:22:15.296Z | Downloaded primeorder v0.13.6 |
| 753 | 2025-08-26T20:22:15.296Z | Downloaded unicode-properties v0.1.3 |
| 754 | 2025-08-26T20:22:15.296Z | Downloaded vte v0.11.1 |
| 755 | 2025-08-26T20:22:15.297Z | Downloaded derive_builder_macro v0.20.2 |
| 756 | 2025-08-26T20:22:15.297Z | Downloaded resolv-conf v0.7.0 |
| 757 | 2025-08-26T20:22:15.297Z | Downloaded cc v1.2.30 |
| 758 | 2025-08-26T20:22:15.297Z | Downloaded strum_macros v0.24.3 |
| 759 | 2025-08-26T20:22:15.297Z | Downloaded tui-tree-widget v0.23.1 |
| 760 | 2025-08-26T20:22:15.297Z | Downloaded topological-sort v0.2.2 |
| 761 | 2025-08-26T20:22:15.297Z | Downloaded nodrop v0.1.14 |
| 762 | 2025-08-26T20:22:15.297Z | Downloaded num-derive v0.4.2 |
| 763 | 2025-08-26T20:22:15.297Z | Downloaded xattr v1.3.1 |
| 764 | 2025-08-26T20:22:15.297Z | Downloaded which v4.4.2 |
| 765 | 2025-08-26T20:22:15.297Z | Downloaded fatfs v0.3.6 |
| 766 | 2025-08-26T20:22:15.297Z | Downloaded serde_yaml v0.9.34+deprecated |
| 767 | 2025-08-26T20:22:15.297Z | Downloaded progenitor-client v0.9.1 |
| 768 | 2025-08-26T20:22:15.297Z | Downloaded progenitor-client v0.8.0 |
| 769 | 2025-08-26T20:22:15.297Z | Downloaded precomputed-hash v0.1.1 |
| 770 | 2025-08-26T20:22:15.297Z | Downloaded ena v0.14.3 |
| 771 | 2025-08-26T20:22:15.297Z | Downloaded peg v0.8.5 |
| 772 | 2025-08-26T20:22:15.297Z | Downloaded unicode-bidi v0.3.17 |
| 773 | 2025-08-26T20:22:15.297Z | Downloaded peg-runtime v0.8.5 |
| 774 | 2025-08-26T20:22:15.297Z | Downloaded darling_core v0.20.10 |
| 775 | 2025-08-26T20:22:15.297Z | Downloaded zeroize_derive v1.4.2 |
| 776 | 2025-08-26T20:22:15.297Z | Downloaded dropshot_endpoint v0.16.3 |
| 777 | 2025-08-26T20:22:15.297Z | Downloaded serde-big-array v0.5.1 |
| 778 | 2025-08-26T20:22:15.297Z | Downloaded crossbeam-channel v0.5.15 |
| 779 | 2025-08-26T20:22:15.298Z | Downloaded take_mut v0.2.2 |
| 780 | 2025-08-26T20:22:15.298Z | Downloaded num-integer v0.1.46 |
| 781 | 2025-08-26T20:22:15.298Z | Downloaded nanorand v0.7.0 |
| 782 | 2025-08-26T20:22:15.298Z | Downloaded xshell v0.2.7 |
| 783 | 2025-08-26T20:22:15.298Z | Downloaded support-bundle-viewer v0.1.2 |
| 784 | 2025-08-26T20:22:15.298Z | Downloaded tracing v0.1.40 |
| 785 | 2025-08-26T20:22:15.298Z | Downloaded cstr-argument v0.1.2 |
| 786 | 2025-08-26T20:22:15.299Z | Downloaded utf-8 v0.7.6 |
| 787 | 2025-08-26T20:22:15.299Z | Downloaded darling_macro v0.21.0 |
| 788 | 2025-08-26T20:22:15.299Z | Downloaded predicates v3.1.3 |
| 789 | 2025-08-26T20:22:15.299Z | Downloaded hickory-resolver v0.25.2 |
| 790 | 2025-08-26T20:22:15.299Z | Downloaded ref-cast-impl v1.0.24 |
| 791 | 2025-08-26T20:22:15.299Z | Downloaded progenitor-client v0.10.0 |
| 792 | 2025-08-26T20:22:15.299Z | Downloaded omicron-zone-package v0.12.2 |
| 793 | 2025-08-26T20:22:15.299Z | Downloaded steno v0.4.1 |
| 794 | 2025-08-26T20:22:15.299Z | Downloaded num_threads v0.1.7 |
| 795 | 2025-08-26T20:22:15.299Z | Downloaded xshell-macros v0.2.7 |
| 796 | 2025-08-26T20:22:15.299Z | Downloaded packed_struct_codegen v0.10.1 |
| 797 | 2025-08-26T20:22:15.299Z | Downloaded proc-macro-crate v1.3.1 |
| 798 | 2025-08-26T20:22:15.299Z | Downloaded serde_bytes v0.11.17 |
| 799 | 2025-08-26T20:22:15.299Z | Downloaded serde-hex v0.1.0 |
| 800 | 2025-08-26T20:22:15.299Z | Downloaded parse-display v0.10.0 |
| 801 | 2025-08-26T20:22:15.299Z | Downloaded zstd v0.13.3 |
| 802 | 2025-08-26T20:22:15.299Z | Downloaded termcolor v1.4.1 |
| 803 | 2025-08-26T20:22:15.299Z | Downloaded zstd-safe v7.2.3 |
| 804 | 2025-08-26T20:22:15.299Z | Downloaded iddqd v0.3.9 |
| 805 | 2025-08-26T20:22:15.299Z | Downloaded tokio-macros v2.5.0 |
| 806 | 2025-08-26T20:22:15.299Z | Downloaded defmt-macros v0.3.9 |
| 807 | 2025-08-26T20:22:15.299Z | Downloaded slab v0.4.9 |
| 808 | 2025-08-26T20:22:15.299Z | Downloaded strum_macros v0.27.1 |
| 809 | 2025-08-26T20:22:15.299Z | Downloaded hash32 v0.2.1 |
| 810 | 2025-08-26T20:22:15.299Z | Downloaded parking_lot_core v0.9.10 |
| 811 | 2025-08-26T20:22:15.300Z | Downloaded termios v0.3.3 |
| 812 | 2025-08-26T20:22:15.300Z | Downloaded schemars v0.8.22 |
| 813 | 2025-08-26T20:22:15.300Z | Downloaded getrandom v0.2.15 |
| 814 | 2025-08-26T20:22:15.300Z | Downloaded hyper-util v0.1.16 |
| 815 | 2025-08-26T20:22:15.300Z | Downloaded radium v0.7.0 |
| 816 | 2025-08-26T20:22:15.300Z | Downloaded postgres-protocol v0.6.8 |
| 817 | 2025-08-26T20:22:15.300Z | Downloaded quinn-udp v0.5.5 |
| 818 | 2025-08-26T20:22:15.300Z | Downloaded diesel-dtrace v0.4.2 |
| 819 | 2025-08-26T20:22:15.300Z | Downloaded deranged v0.3.11 |
| 820 | 2025-08-26T20:22:15.300Z | Downloaded pin-project-internal v1.1.6 |
| 821 | 2025-08-26T20:22:15.300Z | Downloaded rand_seeder v0.4.0 |
| 822 | 2025-08-26T20:22:15.300Z | Downloaded expectorate v1.2.0 |
| 823 | 2025-08-26T20:22:15.300Z | Downloaded tokio-rustls v0.24.1 |
| 824 | 2025-08-26T20:22:15.300Z | Downloaded daft-derive v0.1.4 |
| 825 | 2025-08-26T20:22:15.300Z | Downloaded normalize-line-endings v0.3.0 |
| 826 | 2025-08-26T20:22:15.300Z | Downloaded flagset v0.4.6 |
| 827 | 2025-08-26T20:22:15.300Z | Downloaded void v1.0.2 |
| 828 | 2025-08-26T20:22:15.300Z | Downloaded sec1 v0.7.3 |
| 829 | 2025-08-26T20:22:15.300Z | Downloaded pem v3.0.5 |
| 830 | 2025-08-26T20:22:15.300Z | Downloaded oxnet v0.1.3 |
| 831 | 2025-08-26T20:22:15.300Z | Downloaded flume v0.11.1 |
| 832 | 2025-08-26T20:22:15.300Z | Downloaded pretty-hex v0.2.1 |
| 833 | 2025-08-26T20:22:15.300Z | Downloaded num-conv v0.1.0 |
| 834 | 2025-08-26T20:22:15.301Z | Downloaded hash32 v0.3.1 |
| 835 | 2025-08-26T20:22:15.301Z | Downloaded spki v0.7.3 |
| 836 | 2025-08-26T20:22:15.301Z | Downloaded ssh-key v0.6.6 |
| 837 | 2025-08-26T20:22:15.301Z | Downloaded sigpipe v0.1.3 |
| 838 | 2025-08-26T20:22:15.301Z | Downloaded unsafe-libyaml v0.2.11 |
| 839 | 2025-08-26T20:22:15.301Z | Downloaded unicode-truncate v1.1.0 |
| 840 | 2025-08-26T20:22:15.301Z | Downloaded libm v0.2.8 |
| 841 | 2025-08-26T20:22:15.301Z | Downloaded signature v2.2.0 |
| 842 | 2025-08-26T20:22:15.301Z | Downloaded smf v0.2.3 |
| 843 | 2025-08-26T20:22:15.301Z | Downloaded darling v0.21.0 |
| 844 | 2025-08-26T20:22:16.366Z | Downloaded endian-type v0.1.2 |
| 845 | 2025-08-26T20:22:16.366Z | Downloaded phf v0.11.2 |
| 846 | 2025-08-26T20:22:16.366Z | Downloaded half v2.4.1 |
| 847 | 2025-08-26T20:22:16.366Z | Downloaded darling v0.20.10 |
| 848 | 2025-08-26T20:22:16.366Z | Downloaded des v0.8.1 |
| 849 | 2025-08-26T20:22:16.366Z | Downloaded rand v0.8.5 |
| 850 | 2025-08-26T20:22:16.366Z | Downloaded env_filter v0.1.2 |
| 851 | 2025-08-26T20:22:16.366Z | Downloaded crunchy v0.2.2 |
| 852 | 2025-08-26T20:22:16.366Z | Downloaded whoami v1.5.2 |
| 853 | 2025-08-26T20:22:16.366Z | Downloaded similar v2.7.0 |
| 854 | 2025-08-26T20:22:16.366Z | Downloaded phf v0.12.1 |
| 855 | 2025-08-26T20:22:16.366Z | Downloaded crucible-workspace-hack v0.1.0 |
| 856 | 2025-08-26T20:22:16.366Z | Downloaded nu-ansi-term v0.50.1 |
| 857 | 2025-08-26T20:22:16.366Z | Downloaded dirs-next v2.0.0 |
| 858 | 2025-08-26T20:22:16.366Z | Downloaded shlex v1.3.0 |
| 859 | 2025-08-26T20:22:16.366Z | Downloaded num-derive v0.3.3 |
| 860 | 2025-08-26T20:22:16.366Z | Downloaded fixedbitset v0.5.7 |
| 861 | 2025-08-26T20:22:16.366Z | Downloaded serde_derive_internals v0.29.1 |
| 862 | 2025-08-26T20:22:16.366Z | Downloaded tinyvec v1.8.0 |
| 863 | 2025-08-26T20:22:16.366Z | Downloaded samael v0.0.19 |
| 864 | 2025-08-26T20:22:16.366Z | Downloaded oso-derive v0.27.3 |
| 865 | 2025-08-26T20:22:16.366Z | Downloaded multer v3.1.0 |
| 866 | 2025-08-26T20:22:16.366Z | Downloaded supports-color v3.0.2 |
| 867 | 2025-08-26T20:22:16.366Z | Downloaded postcard v1.0.10 |
| 868 | 2025-08-26T20:22:16.366Z | Downloaded blake3 v1.5.4 |
| 869 | 2025-08-26T20:22:16.367Z | Downloaded p256 v0.13.2 |
| 870 | 2025-08-26T20:22:16.367Z | Downloaded foreign-types-shared v0.1.1 |
| 871 | 2025-08-26T20:22:16.367Z | Downloaded foreign-types-macros v0.2.3 |
| 872 | 2025-08-26T20:22:16.367Z | Downloaded fd-lock v4.0.2 |
| 873 | 2025-08-26T20:22:16.367Z | Downloaded either v1.15.0 |
| 874 | 2025-08-26T20:22:16.367Z | Downloaded rustc_version v0.1.7 |
| 875 | 2025-08-26T20:22:16.367Z | Downloaded rand_xorshift v0.4.0 |
| 876 | 2025-08-26T20:22:16.367Z | Downloaded num-iter v0.1.45 |
| 877 | 2025-08-26T20:22:16.367Z | Downloaded ed25519 v2.2.3 |
| 878 | 2025-08-26T20:22:16.367Z | Downloaded smallvec v0.6.14 |
| 879 | 2025-08-26T20:22:16.367Z | Downloaded env_logger v0.11.5 |
| 880 | 2025-08-26T20:22:16.367Z | Downloaded vsss-rs v3.3.4 |
| 881 | 2025-08-26T20:22:16.367Z | Downloaded vergen v8.3.2 |
| 882 | 2025-08-26T20:22:16.367Z | Downloaded pkcs8 v0.10.2 |
| 883 | 2025-08-26T20:22:16.367Z | Downloaded parking_lot v0.12.3 |
| 884 | 2025-08-26T20:22:16.367Z | Downloaded xz2 v0.1.7 |
| 885 | 2025-08-26T20:22:16.367Z | Downloaded serde_cbor v0.11.2 |
| 886 | 2025-08-26T20:22:16.367Z | Downloaded libxml v0.3.3 |
| 887 | 2025-08-26T20:22:16.367Z | Downloaded foreign-types-shared v0.3.1 |
| 888 | 2025-08-26T20:22:16.367Z | Downloaded filetime v0.2.25 |
| 889 | 2025-08-26T20:22:16.367Z | Downloaded socket2 v0.6.0 |
| 890 | 2025-08-26T20:22:16.367Z | Downloaded tabwriter v1.4.0 |
| 891 | 2025-08-26T20:22:16.367Z | Downloaded aws-lc-rs v1.12.4 |
| 892 | 2025-08-26T20:22:16.367Z | Downloaded dyn-clone v1.0.20 |
| 893 | 2025-08-26T20:22:16.367Z | Downloaded owo-colors v4.2.2 |
| 894 | 2025-08-26T20:22:16.367Z | Downloaded tower-layer v0.3.3 |
| 895 | 2025-08-26T20:22:16.368Z | Downloaded futures-io v0.3.31 |
| 896 | 2025-08-26T20:22:16.368Z | Downloaded serde_urlencoded v0.7.1 |
| 897 | 2025-08-26T20:22:16.368Z | Downloaded zeroize v1.8.1 |
| 898 | 2025-08-26T20:22:16.368Z | Downloaded typify-macro v0.4.1 |
| 899 | 2025-08-26T20:22:16.368Z | Downloaded foldhash v0.1.5 |
| 900 | 2025-08-26T20:22:16.368Z | Downloaded signal-hook v0.3.18 |
| 901 | 2025-08-26T20:22:16.368Z | Downloaded number_prefix v0.4.0 |
| 902 | 2025-08-26T20:22:16.368Z | Downloaded progenitor-impl v0.10.0 |
| 903 | 2025-08-26T20:22:16.368Z | Downloaded progenitor v0.8.0 |
| 904 | 2025-08-26T20:22:16.368Z | Downloaded toml v0.7.8 |
| 905 | 2025-08-26T20:22:16.368Z | Downloaded serde_with v3.14.0 |
| 906 | 2025-08-26T20:22:16.368Z | Downloaded russh-cryptovec v0.7.3 |
| 907 | 2025-08-26T20:22:16.368Z | Downloaded toml_datetime v0.7.0 |
| 908 | 2025-08-26T20:22:16.368Z | Downloaded tinyvec_macros v0.1.1 |
| 909 | 2025-08-26T20:22:16.368Z | Downloaded tagptr v0.2.0 |
| 910 | 2025-08-26T20:22:16.368Z | Downloaded rustversion v1.0.17 |
| 911 | 2025-08-26T20:22:16.368Z | Downloaded pkcs5 v0.7.1 |
| 912 | 2025-08-26T20:22:16.368Z | Downloaded phf_shared v0.12.1 |
| 913 | 2025-08-26T20:22:16.368Z | Downloaded rcgen v0.12.1 |
| 914 | 2025-08-26T20:22:16.368Z | Downloaded pkg-config v0.3.31 |
| 915 | 2025-08-26T20:22:16.368Z | Downloaded sqlparser v0.45.0 |
| 916 | 2025-08-26T20:22:16.368Z | Downloaded new_debug_unreachable v1.0.6 |
| 917 | 2025-08-26T20:22:16.368Z | Downloaded env_logger v0.10.2 |
| 918 | 2025-08-26T20:22:16.368Z | Downloaded ff v0.13.0 |
| 919 | 2025-08-26T20:22:16.368Z | Downloaded fs-err v2.11.0 |
| 920 | 2025-08-26T20:22:16.368Z | Downloaded slog-stdlog v4.1.1 |
| 921 | 2025-08-26T20:22:16.368Z | Downloaded shell-words v1.1.0 |
| 922 | 2025-08-26T20:22:16.368Z | Downloaded serde_plain v1.0.2 |
| 923 | 2025-08-26T20:22:16.368Z | Downloaded yasna v0.5.2 |
| 924 | 2025-08-26T20:22:16.368Z | Downloaded ghash v0.5.1 |
| 925 | 2025-08-26T20:22:16.368Z | Downloaded unarray v0.1.4 |
| 926 | 2025-08-26T20:22:16.368Z | Downloaded slog-term v2.9.1 |
| 927 | 2025-08-26T20:22:16.368Z | Downloaded ed25519-dalek v2.1.1 |
| 928 | 2025-08-26T20:22:16.368Z | Downloaded toml_writer v1.0.2 |
| 929 | 2025-08-26T20:22:16.368Z | Downloaded tungstenite v0.21.0 |
| 930 | 2025-08-26T20:22:16.369Z | Downloaded quick-error v1.2.3 |
| 931 | 2025-08-26T20:22:16.369Z | Downloaded rustc-hash v2.1.1 |
| 932 | 2025-08-26T20:22:16.369Z | Downloaded rsa v0.9.6 |
| 933 | 2025-08-26T20:22:16.369Z | Downloaded ctr v0.9.2 |
| 934 | 2025-08-26T20:22:16.369Z | Downloaded native-tls v0.2.12 |
| 935 | 2025-08-26T20:22:16.369Z | Downloaded display-error-chain v0.2.2 |
| 936 | 2025-08-26T20:22:16.369Z | Downloaded tls_codec_derive v0.4.1 |
| 937 | 2025-08-26T20:22:16.369Z | Downloaded tls_codec v0.4.1 |
| 938 | 2025-08-26T20:22:16.369Z | Downloaded group v0.13.0 |
| 939 | 2025-08-26T20:22:16.369Z | Downloaded oso v0.27.3 |
| 940 | 2025-08-26T20:22:16.369Z | Downloaded itertools v0.13.0 |
| 941 | 2025-08-26T20:22:16.369Z | Downloaded term v0.7.0 |
| 942 | 2025-08-26T20:22:16.369Z | Downloaded progenitor v0.9.1 |
| 943 | 2025-08-26T20:22:16.369Z | Downloaded dirs-sys-next v0.1.2 |
| 944 | 2025-08-26T20:22:16.380Z | Downloaded difflib v0.4.0 |
| 945 | 2025-08-26T20:22:16.380Z | Downloaded toml_parser v1.0.2 |
| 946 | 2025-08-26T20:22:16.380Z | Downloaded num-rational v0.4.2 |
| 947 | 2025-08-26T20:22:16.380Z | Downloaded futures-core v0.3.31 |
| 948 | 2025-08-26T20:22:16.380Z | Downloaded futures-channel v0.3.31 |
| 949 | 2025-08-26T20:22:16.380Z | Downloaded poly1305 v0.8.0 |
| 950 | 2025-08-26T20:22:16.380Z | Downloaded rustls-webpki v0.101.7 |
| 951 | 2025-08-26T20:22:16.380Z | Downloaded parking_lot v0.11.2 |
| 952 | 2025-08-26T20:22:16.380Z | Downloaded zlib-rs v0.5.1 |
| 953 | 2025-08-26T20:22:16.380Z | Downloaded zip v4.2.0 |
| 954 | 2025-08-26T20:22:16.380Z | Downloaded sct v0.7.1 |
| 955 | 2025-08-26T20:22:16.380Z | Downloaded pretty_assertions v1.4.1 |
| 956 | 2025-08-26T20:22:16.380Z | Downloaded socket2 v0.5.10 |
| 957 | 2025-08-26T20:22:16.380Z | Downloaded typed-path v0.9.3 |
| 958 | 2025-08-26T20:22:16.380Z | Downloaded rayon-core v1.12.1 |
| 959 | 2025-08-26T20:22:16.380Z | Downloaded phf_shared v0.11.2 |
| 960 | 2025-08-26T20:22:16.380Z | Downloaded chrono v0.4.41 |
| 961 | 2025-08-26T20:22:16.380Z | Downloaded tracing-core v0.1.32 |
| 962 | 2025-08-26T20:22:16.380Z | Downloaded quinn v0.11.5 |
| 963 | 2025-08-26T20:22:16.380Z | Downloaded tar v0.4.44 |
| 964 | 2025-08-26T20:22:16.380Z | Downloaded x509-cert v0.2.5 |
| 965 | 2025-08-26T20:22:16.380Z | Downloaded papergrid v0.14.0 |
| 966 | 2025-08-26T20:22:16.380Z | Downloaded portable-atomic v1.11.0 |
| 967 | 2025-08-26T20:22:16.380Z | Downloaded russh-keys v0.45.0 |
| 968 | 2025-08-26T20:22:16.380Z | Downloaded crypto-bigint v0.5.5 |
| 969 | 2025-08-26T20:22:16.380Z | Downloaded futures v0.3.31 |
| 970 | 2025-08-26T20:22:16.380Z | Downloaded yansi v1.0.1 |
| 971 | 2025-08-26T20:22:16.381Z | Downloaded vcpkg v0.2.15 |
| 972 | 2025-08-26T20:22:16.381Z | Downloaded qorb v0.4.1 |
| 973 | 2025-08-26T20:22:16.381Z | Downloaded tough v0.20.0 |
| 974 | 2025-08-26T20:22:16.381Z | Downloaded russh v0.45.0 |
| 975 | 2025-08-26T20:22:16.381Z | Downloaded ron v0.8.1 |
| 976 | 2025-08-26T20:22:16.381Z | Downloaded git2 v0.19.0 |
| 977 | 2025-08-26T20:22:16.381Z | Downloaded unicode-segmentation v1.12.0 |
| 978 | 2025-08-26T20:22:16.381Z | Downloaded minimal-lexical v0.2.1 |
| 979 | 2025-08-26T20:22:16.381Z | Downloaded reedline v0.40.0 |
| 980 | 2025-08-26T20:22:16.381Z | Downloaded h2 v0.4.6 |
| 981 | 2025-08-26T20:22:16.381Z | Downloaded tokio-util v0.7.15 |
| 982 | 2025-08-26T20:22:16.381Z | Downloaded zerocopy-derive v0.8.26 |
| 983 | 2025-08-26T20:22:16.381Z | Downloaded reqwest v0.12.22 |
| 984 | 2025-08-26T20:22:16.381Z | Downloaded winnow v0.6.26 |
| 985 | 2025-08-26T20:22:16.381Z | Downloaded rpassword v7.4.0 |
| 986 | 2025-08-26T20:22:16.381Z | Downloaded crossterm v0.29.0 |
| 987 | 2025-08-26T20:22:16.381Z | Downloaded toml_edit v0.19.15 |
| 988 | 2025-08-26T20:22:16.381Z | Downloaded rayon v1.10.0 |
| 989 | 2025-08-26T20:22:16.381Z | Downloaded moka v0.12.10 |
| 990 | 2025-08-26T20:22:16.381Z | Downloaded time v0.3.36 |
| 991 | 2025-08-26T20:22:16.381Z | Downloaded p521 v0.13.3 |
| 992 | 2025-08-26T20:22:16.381Z | Downloaded regex-syntax v0.6.29 |
| 993 | 2025-08-26T20:22:16.381Z | Downloaded rustls-webpki v0.102.8 |
| 994 | 2025-08-26T20:22:16.381Z | Downloaded radix_trie v0.2.1 |
| 995 | 2025-08-26T20:22:16.381Z | Downloaded proptest v1.7.0 |
| 996 | 2025-08-26T20:22:16.381Z | Downloaded petname v2.0.2 |
| 997 | 2025-08-26T20:22:16.381Z | Downloaded quinn-proto v0.11.8 |
| 998 | 2025-08-26T20:22:16.381Z | Downloaded regex-syntax v0.8.5 |
| 999 | 2025-08-26T20:22:16.381Z | Downloaded regex v1.11.1 |
| 1000 | 2025-08-26T20:22:16.381Z | Downloaded webpki-roots v1.0.1 |
| 1001 | 2025-08-26T20:22:16.381Z | Downloaded object v0.36.5 |
| 1002 | 2025-08-26T20:22:16.381Z | Downloaded openssl v0.10.73 |
| 1003 | 2025-08-26T20:22:16.381Z | Downloaded quick-xml v0.37.2 |
| 1004 | 2025-08-26T20:22:16.382Z | Downloaded dropshot v0.16.3 |
| 1005 | 2025-08-26T20:22:16.382Z | Downloaded p384 v0.13.0 |
| 1006 | 2025-08-26T20:22:16.382Z | Downloaded regress v0.10.4 |
| 1007 | 2025-08-26T20:22:16.382Z | Downloaded nix v0.28.0 |
| 1008 | 2025-08-26T20:22:16.382Z | Downloaded object v0.30.4 |
| 1009 | 2025-08-26T20:22:16.382Z | Downloaded smoltcp v0.9.1 |
| 1010 | 2025-08-26T20:22:16.382Z | Downloaded rustls v0.22.4 |
| 1011 | 2025-08-26T20:22:16.382Z | Downloaded smoltcp v0.11.0 |
| 1012 | 2025-08-26T20:22:16.382Z | Downloaded gimli v0.31.1 |
| 1013 | 2025-08-26T20:22:16.382Z | Downloaded polar-core v0.27.3 |
| 1014 | 2025-08-26T20:22:16.382Z | Downloaded nix v0.30.1 |
| 1015 | 2025-08-26T20:22:16.382Z | Downloaded nix v0.29.0 |
| 1016 | 2025-08-26T20:22:16.382Z | Downloaded openapiv3 v2.2.0 |
| 1017 | 2025-08-26T20:22:16.382Z | Downloaded hickory-proto v0.25.2 |
| 1018 | 2025-08-26T20:22:16.382Z | Downloaded diesel v2.2.12 |
| 1019 | 2025-08-26T20:22:16.382Z | Downloaded nix v0.27.1 |
| 1020 | 2025-08-26T20:22:16.382Z | Downloaded rustls v0.21.12 |
| 1021 | 2025-08-26T20:22:16.382Z | Downloaded typify-impl v0.3.0 |
| 1022 | 2025-08-26T20:22:16.382Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1023 | 2025-08-26T20:22:16.382Z | Downloaded typify-impl v0.4.1 |
| 1024 | 2025-08-26T20:22:16.382Z | Downloaded regex-automata v0.4.8 |
| 1025 | 2025-08-26T20:22:16.382Z | Downloaded chrono-tz v0.10.4 |
| 1026 | 2025-08-26T20:22:16.382Z | Downloaded ratatui v0.29.0 |
| 1027 | 2025-08-26T20:22:16.382Z | Downloaded typify-impl v0.2.0 |
| 1028 | 2025-08-26T20:22:16.382Z | Downloaded sled v0.34.7 |
| 1029 | 2025-08-26T20:22:16.382Z | Downloaded zerocopy-derive v0.6.6 |
| 1030 | 2025-08-26T20:22:16.382Z | Downloaded bstr v1.10.0 |
| 1031 | 2025-08-26T20:22:16.382Z | Downloaded curve25519-dalek v4.1.3 |
| 1032 | 2025-08-26T20:22:16.382Z | Downloaded rustls v0.23.19 |
| 1033 | 2025-08-26T20:22:16.382Z | Downloaded zerocopy v0.8.26 |
| 1034 | 2025-08-26T20:22:16.382Z | Downloaded salty v0.3.0 |
| 1035 | 2025-08-26T20:22:16.382Z | Downloaded lzma-sys v0.1.20 |
| 1036 | 2025-08-26T20:22:16.382Z | Downloaded jiff v0.2.15 |
| 1037 | 2025-08-26T20:22:16.382Z | Downloaded winnow v0.5.40 |
| 1038 | 2025-08-26T20:22:16.382Z | Downloaded tabled v0.18.0 |
| 1039 | 2025-08-26T20:22:16.382Z | Downloaded petgraph v0.6.5 |
| 1040 | 2025-08-26T20:22:16.382Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1041 | 2025-08-26T20:22:16.382Z | Downloaded tower-http v0.6.6 |
| 1042 | 2025-08-26T20:22:16.383Z | Downloaded tokio v1.47.0 |
| 1043 | 2025-08-26T20:22:16.383Z | Downloaded libz-sys v1.1.20 |
| 1044 | 2025-08-26T20:22:16.429Z | Downloaded petgraph v0.8.2 |
| 1045 | 2025-08-26T20:22:16.429Z | Downloaded lalrpop v0.19.12 |
| 1046 | 2025-08-26T20:22:16.429Z | Downloaded futures-util v0.3.31 |
| 1047 | 2025-08-26T20:22:16.429Z | Downloaded csv v1.3.1 |
| 1048 | 2025-08-26T20:22:16.429Z | Downloaded sha3 v0.10.8 |
| 1049 | 2025-08-26T20:22:16.429Z | Downloaded rustyline v14.0.0 |
| 1050 | 2025-08-26T20:22:16.429Z | Downloaded nom v7.1.3 |
| 1051 | 2025-08-26T20:22:16.429Z | Downloaded flate2 v1.1.2 |
| 1052 | 2025-08-26T20:22:16.429Z | Downloaded tower v0.5.2 |
| 1053 | 2025-08-26T20:22:16.429Z | Downloaded bitvec v1.0.1 |
| 1054 | 2025-08-26T20:22:16.429Z | Downloaded bindgen v0.69.5 |
| 1055 | 2025-08-26T20:22:16.429Z | Downloaded csv-core v0.1.11 |
| 1056 | 2025-08-26T20:22:16.429Z | Downloaded der v0.7.9 |
| 1057 | 2025-08-26T20:22:16.429Z | Downloaded bindgen v0.71.1 |
| 1058 | 2025-08-26T20:22:16.429Z | Downloaded unicase v2.7.0 |
| 1059 | 2025-08-26T20:22:16.429Z | Downloaded miniz_oxide v0.8.5 |
| 1060 | 2025-08-26T20:22:16.429Z | Downloaded mime_guess v2.0.5 |
| 1061 | 2025-08-26T20:22:16.429Z | Downloaded salsa20 v0.10.2 |
| 1062 | 2025-08-26T20:22:16.429Z | Downloaded zerocopy v0.6.6 |
| 1063 | 2025-08-26T20:22:16.430Z | Downloaded toml v0.9.5 |
| 1064 | 2025-08-26T20:22:16.430Z | Downloaded unicode_categories v0.1.1 |
| 1065 | 2025-08-26T20:22:16.430Z | Downloaded scopeguard v1.2.0 |
| 1066 | 2025-08-26T20:22:16.430Z | Downloaded derive_more-impl v2.0.1 |
| 1067 | 2025-08-26T20:22:16.430Z | Downloaded tokio-postgres v0.7.13 |
| 1068 | 2025-08-26T20:22:16.430Z | Downloaded hyper v1.6.0 |
| 1069 | 2025-08-26T20:22:16.430Z | Downloaded packed_struct v0.10.1 |
| 1070 | 2025-08-26T20:22:16.430Z | Downloaded diff v0.1.13 |
| 1071 | 2025-08-26T20:22:16.430Z | Downloaded uuid v1.17.0 |
| 1072 | 2025-08-26T20:22:16.430Z | Downloaded num-bigint-dig v0.8.4 |
| 1073 | 2025-08-26T20:22:16.430Z | Downloaded openssl-sys v0.9.109 |
| 1074 | 2025-08-26T20:22:16.430Z | Downloaded mio v1.0.2 |
| 1075 | 2025-08-26T20:22:16.430Z | Downloaded itertools v0.14.0 |
| 1076 | 2025-08-26T20:22:16.430Z | Downloaded pkcs1 v0.7.5 |
| 1077 | 2025-08-26T20:22:16.430Z | Downloaded encoding_rs v0.8.34 |
| 1078 | 2025-08-26T20:22:16.430Z | Downloaded test-strategy v0.4.3 |
| 1079 | 2025-08-26T20:22:16.430Z | Downloaded ecdsa v0.16.9 |
| 1080 | 2025-08-26T20:22:16.430Z | Downloaded zip v0.6.6 |
| 1081 | 2025-08-26T20:22:16.430Z | Downloaded rand v0.9.2 |
| 1082 | 2025-08-26T20:22:16.430Z | Downloaded ring v0.17.14 |
| 1083 | 2025-08-26T20:22:16.430Z | Downloaded typify-macro v0.3.0 |
| 1084 | 2025-08-26T20:22:16.430Z | Downloaded unicode-normalization v0.1.24 |
| 1085 | 2025-08-26T20:22:16.430Z | Downloaded hickory-proto v0.24.4 |
| 1086 | 2025-08-26T20:22:16.430Z | Downloaded rustc_version v0.4.1 |
| 1087 | 2025-08-26T20:22:16.430Z | Downloaded tap v1.0.1 |
| 1088 | 2025-08-26T20:22:16.430Z | Downloaded itertools v0.12.1 |
| 1089 | 2025-08-26T20:22:16.430Z | Downloaded tungstenite v0.23.0 |
| 1090 | 2025-08-26T20:22:16.430Z | Downloaded iri-string v0.7.8 |
| 1091 | 2025-08-26T20:22:16.430Z | Downloaded hkdf v0.12.4 |
| 1092 | 2025-08-26T20:22:16.430Z | Downloaded fixedbitset v0.4.2 |
| 1093 | 2025-08-26T20:22:16.430Z | Downloaded num v0.4.3 |
| 1094 | 2025-08-26T20:22:16.431Z | Downloaded float-ord v0.3.2 |
| 1095 | 2025-08-26T20:22:16.431Z | Downloaded value-bag v1.9.0 |
| 1096 | 2025-08-26T20:22:16.431Z | Downloaded uzers v0.12.1 |
| 1097 | 2025-08-26T20:22:16.431Z | Downloaded pem-rfc7468 v0.7.0 |
| 1098 | 2025-08-26T20:22:16.431Z | Downloaded derive_more v2.0.1 |
| 1099 | 2025-08-26T20:22:16.431Z | Downloaded derive_more v0.99.20 |
| 1100 | 2025-08-26T20:22:16.431Z | Downloaded num-bigint v0.4.6 |
| 1101 | 2025-08-26T20:22:16.431Z | Downloaded darling_core v0.21.0 |
| 1102 | 2025-08-26T20:22:16.431Z | Downloaded pin-project v1.1.6 |
| 1103 | 2025-08-26T20:22:16.431Z | Downloaded twox-hash v2.1.0 |
| 1104 | 2025-08-26T20:22:16.431Z | Downloaded itertools v0.10.5 |
| 1105 | 2025-08-26T20:22:16.431Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1106 | 2025-08-26T20:22:16.431Z | Downloaded postgres-types v0.2.9 |
| 1107 | 2025-08-26T20:22:16.431Z | Downloaded thread_local v1.1.8 |
| 1108 | 2025-08-26T20:22:16.431Z | Downloaded thiserror-no-std v2.0.2 |
| 1109 | 2025-08-26T20:22:16.431Z | Downloaded termtree v0.5.1 |
| 1110 | 2025-08-26T20:22:16.431Z | Downloaded elliptic-curve v0.13.8 |
| 1111 | 2025-08-26T20:22:16.431Z | Downloaded der_derive v0.7.3 |
| 1112 | 2025-08-26T20:22:16.431Z | Downloaded derive-where v1.5.0 |
| 1113 | 2025-08-26T20:22:16.431Z | Downloaded pin-project-lite v0.2.14 |
| 1114 | 2025-08-26T20:22:16.431Z | Downloaded defmt-parser v0.3.4 |
| 1115 | 2025-08-26T20:22:16.431Z | Downloaded tokio-rustls v0.25.0 |
| 1116 | 2025-08-26T20:22:16.431Z | Downloaded spin v0.9.8 |
| 1117 | 2025-08-26T20:22:16.431Z | Downloaded predicates-core v1.0.8 |
| 1118 | 2025-08-26T20:22:16.431Z | Downloaded pin-utils v0.1.0 |
| 1119 | 2025-08-26T20:22:16.431Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1120 | 2025-08-26T20:22:16.431Z | Downloaded num_enum v0.5.11 |
| 1121 | 2025-08-26T20:22:16.431Z | Downloaded wyz v0.5.1 |
| 1122 | 2025-08-26T20:22:16.431Z | Downloaded secrecy v0.8.0 |
| 1123 | 2025-08-26T20:22:16.431Z | Downloaded prettyplease v0.2.36 |
| 1124 | 2025-08-26T20:22:16.431Z | Downloaded fs_extra v1.3.0 |
| 1125 | 2025-08-26T20:22:16.431Z | Downloaded siphasher v1.0.1 |
| 1126 | 2025-08-26T20:22:16.431Z | Downloaded simd-adler32 v0.3.7 |
| 1127 | 2025-08-26T20:22:16.431Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1128 | 2025-08-26T20:22:16.431Z | Downloaded unit-prefix v0.5.1 |
| 1129 | 2025-08-26T20:22:16.432Z | Downloaded tokio-dtrace v0.1.0 |
| 1130 | 2025-08-26T20:22:16.432Z | Downloaded rustls-pki-types v1.10.0 |
| 1131 | 2025-08-26T20:22:16.432Z | Downloaded rusty-fork v0.3.0 |
| 1132 | 2025-08-26T20:22:16.432Z | Downloaded diesel_derives v2.2.3 |
| 1133 | 2025-08-26T20:22:16.432Z | Downloaded zopfli v0.8.1 |
| 1134 | 2025-08-26T20:22:16.432Z | Downloaded progenitor v0.10.0 |
| 1135 | 2025-08-26T20:22:16.432Z | Downloaded derive-ex v0.1.8 |
| 1136 | 2025-08-26T20:22:16.432Z | Downloaded jiff-static v0.2.15 |
| 1137 | 2025-08-26T20:22:16.432Z | Downloaded polyval v0.6.2 |
| 1138 | 2025-08-26T20:22:16.432Z | Downloaded parking_lot_core v0.8.6 |
| 1139 | 2025-08-26T20:22:16.432Z | Downloaded gethostname v0.5.0 |
| 1140 | 2025-08-26T20:22:16.432Z | Downloaded futures-sink v0.3.31 |
| 1141 | 2025-08-26T20:22:16.432Z | Downloaded futures-macro v0.3.31 |
| 1142 | 2025-08-26T20:22:16.432Z | Downloaded subtle v2.6.1 |
| 1143 | 2025-08-26T20:22:16.432Z | Downloaded multimap v0.10.1 |
| 1144 | 2025-08-26T20:22:16.441Z | Downloaded base64 v0.21.7 |
| 1145 | 2025-08-26T20:22:16.441Z | Downloaded hickory-resolver v0.24.4 |
| 1146 | 2025-08-26T20:22:16.441Z | Downloaded indicatif v0.18.0 |
| 1147 | 2025-08-26T20:22:16.442Z | Downloaded embedded-io v0.6.1 |
| 1148 | 2025-08-26T20:22:16.442Z | Downloaded embedded-io v0.4.0 |
| 1149 | 2025-08-26T20:22:16.442Z | Downloaded untrusted v0.7.1 |
| 1150 | 2025-08-26T20:22:16.442Z | Downloaded typify-macro v0.2.0 |
| 1151 | 2025-08-26T20:22:16.442Z | Downloaded structmeta-derive v0.3.0 |
| 1152 | 2025-08-26T20:22:16.442Z | Downloaded universal-hash v0.5.1 |
| 1153 | 2025-08-26T20:22:16.442Z | Downloaded fxhash v0.2.1 |
| 1154 | 2025-08-26T20:22:16.442Z | Downloaded strum_macros v0.26.4 |
| 1155 | 2025-08-26T20:22:16.442Z | Downloaded bumpalo v3.16.0 |
| 1156 | 2025-08-26T20:22:16.442Z | Downloaded strum v0.27.2 |
| 1157 | 2025-08-26T20:22:16.442Z | Downloaded structmeta v0.3.0 |
| 1158 | 2025-08-26T20:22:16.442Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1159 | 2025-08-26T20:22:16.442Z | Downloaded stringprep v0.1.5 |
| 1160 | 2025-08-26T20:22:16.442Z | Downloaded ssh-cipher v0.2.0 |
| 1161 | 2025-08-26T20:22:16.442Z | Downloaded sqlformat v0.3.5 |
| 1162 | 2025-08-26T20:22:16.442Z | Downloaded slog-scope v4.4.0 |
| 1163 | 2025-08-26T20:22:16.442Z | Downloaded slog-dtrace v0.3.0 |
| 1164 | 2025-08-26T20:22:16.442Z | Downloaded slog-bunyan v2.5.0 |
| 1165 | 2025-08-26T20:22:16.442Z | Downloaded serde_spanned v1.0.0 |
| 1166 | 2025-08-26T20:22:16.442Z | Downloaded serde_repr v0.1.19 |
| 1167 | 2025-08-26T20:22:16.442Z | Downloaded schemars_derive v0.8.22 |
| 1168 | 2025-08-26T20:22:16.442Z | Downloaded password-hash v0.4.2 |
| 1169 | 2025-08-26T20:22:16.442Z | Downloaded num_enum_derive v0.5.11 |
| 1170 | 2025-08-26T20:22:16.442Z | Downloaded derive_builder_core v0.20.2 |
| 1171 | 2025-08-26T20:22:16.443Z | Downloaded rand_core v0.9.3 |
| 1172 | 2025-08-26T20:22:16.443Z | Downloaded float-cmp v0.10.0 |
| 1173 | 2025-08-26T20:22:16.443Z | Downloaded tokio-tungstenite v0.23.1 |
| 1174 | 2025-08-26T20:22:16.443Z | Downloaded snafu v0.8.5 |
| 1175 | 2025-08-26T20:22:16.443Z | Downloaded subprocess v0.2.9 |
| 1176 | 2025-08-26T20:22:16.443Z | Downloaded signal-hook-tokio v0.3.1 |
| 1177 | 2025-08-26T20:22:16.443Z | Downloaded signal-hook-registry v1.4.2 |
| 1178 | 2025-08-26T20:22:16.443Z | Downloaded signal-hook-mio v0.2.4 |
| 1179 | 2025-08-26T20:22:16.443Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1180 | 2025-08-26T20:22:16.443Z | Downloaded typify v0.4.1 |
| 1181 | 2025-08-26T20:22:16.443Z | Downloaded typify v0.3.0 |
| 1182 | 2025-08-26T20:22:16.443Z | Downloaded indicatif v0.17.11 |
| 1183 | 2025-08-26T20:22:16.443Z | Downloaded hickory-server v0.25.2 |
| 1184 | 2025-08-26T20:22:16.443Z | Downloaded progenitor-macro v0.9.1 |
| 1185 | 2025-08-26T20:22:16.443Z | Downloaded progenitor-macro v0.8.0 |
| 1186 | 2025-08-26T20:22:16.443Z | Downloaded aho-corasick v1.1.3 |
| 1187 | 2025-08-26T20:22:16.443Z | Downloaded ppv-lite86 v0.2.20 |
| 1188 | 2025-08-26T20:22:16.443Z | Downloaded powerfmt v0.2.0 |
| 1189 | 2025-08-26T20:22:16.443Z | Downloaded publicsuffix v2.3.0 |
| 1190 | 2025-08-26T20:22:16.443Z | Downloaded password-hash v0.5.0 |
| 1191 | 2025-08-26T20:22:16.443Z | Downloaded parse-display-derive v0.10.0 |
| 1192 | 2025-08-26T20:22:16.443Z | Downloaded nibble_vec v0.1.0 |
| 1193 | 2025-08-26T20:22:16.443Z | Downloaded foreign-types v0.5.0 |
| 1194 | 2025-08-26T20:22:16.443Z | Downloaded derive_builder v0.20.2 |
| 1195 | 2025-08-26T20:22:16.443Z | Downloaded olpc-cjson v0.1.4 |
| 1196 | 2025-08-26T20:22:16.443Z | Downloaded ron v0.7.1 |
| 1197 | 2025-08-26T20:22:16.443Z | Downloaded backtrace v0.3.74 |
| 1198 | 2025-08-26T20:22:16.444Z | Downloaded tokio-rustls v0.26.0 |
| 1199 | 2025-08-26T20:22:16.444Z | Downloaded const_format v0.2.34 |
| 1200 | 2025-08-26T20:22:16.444Z | Downloaded compact_str v0.8.0 |
| 1201 | 2025-08-26T20:22:16.444Z | Downloaded opaque-debug v0.3.1 |
| 1202 | 2025-08-26T20:22:16.444Z | Downloaded snafu-derive v0.8.5 |
| 1203 | 2025-08-26T20:22:16.444Z | Downloaded heapless v0.8.0 |
| 1204 | 2025-08-26T20:22:16.444Z | Downloaded foreign-types v0.3.2 |
| 1205 | 2025-08-26T20:22:16.444Z | Downloaded dunce v1.0.5 |
| 1206 | 2025-08-26T20:22:16.444Z | Downloaded tracing-attributes v0.1.27 |
| 1207 | 2025-08-26T20:22:16.444Z | Downloaded serde_with_macros v3.14.0 |
| 1208 | 2025-08-26T20:22:16.444Z | Downloaded rustls-pemfile v2.2.0 |
| 1209 | 2025-08-26T20:22:16.444Z | Downloaded rustls-pemfile v1.0.4 |
| 1210 | 2025-08-26T20:22:16.444Z | Downloaded tiny-keccak v2.0.2 |
| 1211 | 2025-08-26T20:22:16.444Z | Downloaded time-macros v0.2.18 |
| 1212 | 2025-08-26T20:22:16.444Z | Downloaded hashbrown v0.12.3 |
| 1213 | 2025-08-26T20:22:16.444Z | Downloaded newline-converter v0.3.0 |
| 1214 | 2025-08-26T20:22:16.444Z | Downloaded want v0.3.1 |
| 1215 | 2025-08-26T20:22:16.444Z | Downloaded waitgroup v0.1.2 |
| 1216 | 2025-08-26T20:22:16.444Z | Downloaded tokio-native-tls v0.3.1 |
| 1217 | 2025-08-26T20:22:16.444Z | Downloaded progenitor-impl v0.9.1 |
| 1218 | 2025-08-26T20:22:16.444Z | Downloaded prefix-trie v0.7.0 |
| 1219 | 2025-08-26T20:22:16.444Z | Downloaded lock_api v0.4.12 |
| 1220 | 2025-08-26T20:22:16.444Z | Downloaded libloading v0.8.5 |
| 1221 | 2025-08-26T20:22:16.444Z | Downloaded iana-time-zone v0.1.63 |
| 1222 | 2025-08-26T20:22:16.444Z | Downloaded hyper-tls v0.6.0 |
| 1223 | 2025-08-26T20:22:16.444Z | Downloaded hyper-staticfile v0.10.1 |
| 1224 | 2025-08-26T20:22:16.444Z | Downloaded half v1.8.3 |
| 1225 | 2025-08-26T20:22:16.444Z | Downloaded bytes v1.10.1 |
| 1226 | 2025-08-26T20:22:16.444Z | Downloaded httparse v1.9.5 |
| 1227 | 2025-08-26T20:22:16.445Z | Downloaded clang-sys v1.8.1 |
| 1228 | 2025-08-26T20:22:16.445Z | Downloaded rustc-demangle v0.1.24 |
| 1229 | 2025-08-26T20:22:16.445Z | Downloaded cookie v0.18.1 |
| 1230 | 2025-08-26T20:22:16.445Z | Downloaded hyper-rustls v0.27.7 |
| 1231 | 2025-08-26T20:22:16.445Z | Downloaded slog-json v2.6.1 |
| 1232 | 2025-08-26T20:22:16.445Z | Downloaded semver v0.1.20 |
| 1233 | 2025-08-26T20:22:16.445Z | Downloaded maybe-uninit v2.0.0 |
| 1234 | 2025-08-26T20:22:16.445Z | Downloaded managed v0.8.0 |
| 1235 | 2025-08-26T20:22:16.445Z | Downloaded kstat-rs v0.2.4 |
| 1236 | 2025-08-26T20:22:16.445Z | Downloaded lzss v0.8.2 |
| 1237 | 2025-08-26T20:22:16.445Z | Downloaded libscf-sys v1.1.0 |
| 1238 | 2025-08-26T20:22:16.445Z | Downloaded lalrpop-util v0.19.12 |
| 1239 | 2025-08-26T20:22:16.445Z | Downloaded progenitor-impl v0.8.0 |
| 1240 | 2025-08-26T20:22:16.445Z | Downloaded hashbrown v0.13.2 |
| 1241 | 2025-08-26T20:22:16.445Z | Downloaded base64 v0.13.1 |
| 1242 | 2025-08-26T20:22:16.445Z | Downloaded chacha20poly1305 v0.10.1 |
| 1243 | 2025-08-26T20:22:16.445Z | Downloaded secrecy v0.10.3 |
| 1244 | 2025-08-26T20:22:16.450Z | Downloaded same-file v1.0.6 |
| 1245 | 2025-08-26T20:22:16.450Z | Downloaded libsw v3.5.0 |
| 1246 | 2025-08-26T20:22:16.450Z | Downloaded is-terminal v0.4.13 |
| 1247 | 2025-08-26T20:22:16.450Z | Downloaded ingot-macros v0.1.1 |
| 1248 | 2025-08-26T20:22:16.450Z | Downloaded globset v0.4.15 |
| 1249 | 2025-08-26T20:22:16.450Z | Downloaded cookie_store v0.21.1 |
| 1250 | 2025-08-26T20:22:16.450Z | Downloaded bzip2 v0.4.4 |
| 1251 | 2025-08-26T20:22:16.450Z | Downloaded async-bb8-diesel v0.2.1 |
| 1252 | 2025-08-26T20:22:16.450Z | Downloaded maplit v1.0.2 |
| 1253 | 2025-08-26T20:22:16.451Z | Downloaded linked-hash-map v0.5.6 |
| 1254 | 2025-08-26T20:22:16.451Z | Downloaded libefi-sys v0.1.0 |
| 1255 | 2025-08-26T20:22:16.451Z | Downloaded keccak v0.1.5 |
| 1256 | 2025-08-26T20:22:16.451Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1257 | 2025-08-26T20:22:16.451Z | Downloaded hubpack v0.1.2 |
| 1258 | 2025-08-26T20:22:16.451Z | Downloaded blake2 v0.10.6 |
| 1259 | 2025-08-26T20:22:16.451Z | Downloaded crc32fast v1.4.2 |
| 1260 | 2025-08-26T20:22:16.451Z | Downloaded ciborium v0.2.2 |
| 1261 | 2025-08-26T20:22:16.451Z | Downloaded colored v2.2.0 |
| 1262 | 2025-08-26T20:22:16.451Z | Downloaded cancel-safe-futures v0.1.5 |
| 1263 | 2025-08-26T20:22:16.451Z | Downloaded async-trait v0.1.88 |
| 1264 | 2025-08-26T20:22:16.451Z | Downloaded backoff v0.4.0 |
| 1265 | 2025-08-26T20:22:16.451Z | Downloaded blowfish v0.9.1 |
| 1266 | 2025-08-26T20:22:16.451Z | Downloaded libsw-core v0.3.1 |
| 1267 | 2025-08-26T20:22:16.451Z | Downloaded linear-map v1.2.0 |
| 1268 | 2025-08-26T20:22:16.452Z | Downloaded rand_chacha v0.9.0 |
| 1269 | 2025-08-26T20:22:16.452Z | Downloaded rand_chacha v0.3.1 |
| 1270 | 2025-08-26T20:22:16.452Z | Downloaded instability v0.3.2 |
| 1271 | 2025-08-26T20:22:16.452Z | Downloaded httpdate v1.0.3 |
| 1272 | 2025-08-26T20:22:16.452Z | Downloaded crossbeam-epoch v0.9.18 |
| 1273 | 2025-08-26T20:22:16.452Z | Downloaded base64ct v1.6.0 |
| 1274 | 2025-08-26T20:22:16.452Z | Downloaded bcs v0.1.6 |
| 1275 | 2025-08-26T20:22:16.452Z | Downloaded cmake v0.1.51 |
| 1276 | 2025-08-26T20:22:16.452Z | Downloaded indent_write v2.2.0 |
| 1277 | 2025-08-26T20:22:16.452Z | Downloaded hubpack_derive v0.1.1 |
| 1278 | 2025-08-26T20:22:16.452Z | Downloaded bzip2 v0.5.2 |
| 1279 | 2025-08-26T20:22:16.452Z | Downloaded block-padding v0.3.3 |
| 1280 | 2025-08-26T20:22:16.452Z | Downloaded bitflags v1.3.2 |
| 1281 | 2025-08-26T20:22:16.452Z | Downloaded hmac v0.12.1 |
| 1282 | 2025-08-26T20:22:16.452Z | Downloaded hex-literal v0.4.1 |
| 1283 | 2025-08-26T20:22:16.452Z | Downloaded crc-catalog v2.4.0 |
| 1284 | 2025-08-26T20:22:16.454Z | Downloaded cobs v0.2.3 |
| 1285 | 2025-08-26T20:22:16.454Z | Downloaded async-stream v0.3.6 |
| 1286 | 2025-08-26T20:22:16.454Z | Downloaded atomic-waker v1.1.2 |
| 1287 | 2025-08-26T20:22:16.454Z | Downloaded const_format_proc_macros v0.2.34 |
| 1288 | 2025-08-26T20:22:16.454Z | Downloaded convert_case v0.7.1 |
| 1289 | 2025-08-26T20:22:16.454Z | Downloaded cbc v0.1.2 |
| 1290 | 2025-08-26T20:22:16.454Z | Downloaded headers-core v0.3.0 |
| 1291 | 2025-08-26T20:22:16.454Z | Downloaded bit-set v0.5.3 |
| 1292 | 2025-08-26T20:22:16.454Z | Downloaded chacha20 v0.9.1 |
| 1293 | 2025-08-26T20:22:16.454Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1294 | 2025-08-26T20:22:16.454Z | Downloaded bitfield v0.14.0 |
| 1295 | 2025-08-26T20:22:16.454Z | Downloaded bit-vec v0.6.3 |
| 1296 | 2025-08-26T20:22:16.454Z | Downloaded bb8 v0.8.5 |
| 1297 | 2025-08-26T20:22:16.454Z | Downloaded cfg_aliases v0.2.1 |
| 1298 | 2025-08-26T20:22:16.454Z | Downloaded cfg_aliases v0.1.1 |
| 1299 | 2025-08-26T20:22:16.454Z | Downloaded assert_matches v1.5.0 |
| 1300 | 2025-08-26T20:22:16.454Z | Downloaded aes-gcm v0.10.3 |
| 1301 | 2025-08-26T20:22:16.454Z | Downloaded ahash v0.8.12 |
| 1302 | 2025-08-26T20:22:16.455Z | Downloaded adler2 v2.0.0 |
| 1303 | 2025-08-26T20:22:16.455Z | Downloaded aws-lc-sys v0.26.0 |
| 1304 | 2025-08-26T20:22:16.455Z | Compiling value-bag v1.9.0 |
| 1305 | 2025-08-26T20:22:16.455Z | Compiling shlex v1.3.0 |
| 1306 | 2025-08-26T20:22:16.455Z | Compiling lock_api v0.4.12 |
| 1307 | 2025-08-26T20:22:16.455Z | Compiling scopeguard v1.2.0 |
| 1308 | 2025-08-26T20:22:16.455Z | Compiling typenum v1.17.0 |
| 1309 | 2025-08-26T20:22:16.455Z | Compiling generic-array v0.14.7 |
| 1310 | 2025-08-26T20:22:16.455Z | Compiling syn v2.0.104 |
| 1311 | 2025-08-26T20:22:16.455Z | Compiling getrandom v0.2.15 |
| 1312 | 2025-08-26T20:22:16.455Z | Compiling jobserver v0.1.32 |
| 1313 | 2025-08-26T20:22:16.744Z | Compiling rand_core v0.6.4 |
| 1314 | 2025-08-26T20:22:16.753Z | Compiling smallvec v1.15.1 |
| 1315 | 2025-08-26T20:22:16.759Z | Compiling log v0.4.27 |
| 1316 | 2025-08-26T20:22:17.011Z | Compiling cc v1.2.30 |
| 1317 | 2025-08-26T20:22:17.852Z | Compiling portable-atomic v1.11.0 |
| 1318 | 2025-08-26T20:22:17.889Z | Compiling subtle v2.6.1 |
| 1319 | 2025-08-26T20:22:17.889Z | Compiling critical-section v1.1.3 |
| 1320 | 2025-08-26T20:22:17.889Z | Compiling const-oid v0.9.6 |
| 1321 | 2025-08-26T20:22:17.889Z | Compiling pkg-config v0.3.31 |
| 1322 | 2025-08-26T20:22:17.889Z | Compiling parking_lot_core v0.9.10 |
| 1323 | 2025-08-26T20:22:17.889Z | Compiling pin-project-lite v0.2.14 |
| 1324 | 2025-08-26T20:22:17.889Z | Compiling rustix v0.38.37 |
| 1325 | 2025-08-26T20:22:18.485Z | Compiling signal-hook-registry v1.4.2 |
| 1326 | 2025-08-26T20:22:18.834Z | Compiling parking_lot v0.12.3 |
| 1327 | 2025-08-26T20:22:18.834Z | Compiling mio v1.0.2 |
| 1328 | 2025-08-26T20:22:18.863Z | Compiling futures-core v0.3.31 |
| 1329 | 2025-08-26T20:22:18.867Z | Compiling spin v0.9.8 |
| 1330 | 2025-08-26T20:22:19.829Z | Compiling socket2 v0.6.0 |
| 1331 | 2025-08-26T20:22:19.873Z | Compiling slab v0.4.9 |
| 1332 | 2025-08-26T20:22:19.873Z | Compiling aho-corasick v1.1.3 |
| 1333 | 2025-08-26T20:22:19.873Z | Compiling once_cell v1.21.3 |
| 1334 | 2025-08-26T20:22:19.873Z | Compiling cpufeatures v0.2.14 |
| 1335 | 2025-08-26T20:22:19.873Z | Compiling foldhash v0.1.5 |
| 1336 | 2025-08-26T20:22:19.873Z | Compiling serde_json v1.0.142 |
| 1337 | 2025-08-26T20:22:19.873Z | Compiling getrandom v0.3.1 |
| 1338 | 2025-08-26T20:22:19.873Z | Compiling libm v0.2.8 |
| 1339 | 2025-08-26T20:22:20.701Z | Compiling regex-syntax v0.8.5 |
| 1340 | 2025-08-26T20:22:20.726Z | Compiling allocator-api2 v0.2.21 |
| 1341 | 2025-08-26T20:22:20.726Z | Compiling num-traits v0.2.19 |
| 1342 | 2025-08-26T20:22:20.726Z | Compiling glob v0.3.2 |
| 1343 | 2025-08-26T20:22:20.726Z | Compiling percent-encoding v2.3.1 |
| 1344 | 2025-08-26T20:22:20.726Z | Compiling futures-sink v0.3.31 |
| 1345 | 2025-08-26T20:22:20.726Z | Compiling either v1.15.0 |
| 1346 | 2025-08-26T20:22:20.727Z | Compiling hashbrown v0.15.4 |
| 1347 | 2025-08-26T20:22:20.755Z | Compiling futures-channel v0.3.31 |
| 1348 | 2025-08-26T20:22:21.117Z | Compiling clang-sys v1.8.1 |
| 1349 | 2025-08-26T20:22:21.742Z | Compiling pin-utils v0.1.0 |
| 1350 | 2025-08-26T20:22:21.764Z | Compiling futures-io v0.3.31 |
| 1351 | 2025-08-26T20:22:21.764Z | Compiling futures-task v0.3.31 |
| 1352 | 2025-08-26T20:22:21.764Z | Compiling prettyplease v0.2.36 |
| 1353 | 2025-08-26T20:22:21.801Z | Compiling lazy_static v1.5.0 |
| 1354 | 2025-08-26T20:22:21.821Z | Compiling minimal-lexical v0.2.1 |
| 1355 | 2025-08-26T20:22:22.004Z | Compiling libloading v0.8.5 |
| 1356 | 2025-08-26T20:22:22.033Z | Compiling home v0.5.9 |
| 1357 | 2025-08-26T20:22:22.138Z | Compiling bindgen v0.69.5 |
| 1358 | 2025-08-26T20:22:22.544Z | Compiling nom v7.1.3 |
| 1359 | 2025-08-26T20:22:22.544Z | Compiling base64ct v1.6.0 |
| 1360 | 2025-08-26T20:22:23.386Z | Compiling pem-rfc7468 v0.7.0 |
| 1361 | 2025-08-26T20:22:23.413Z | Compiling itertools v0.12.1 |
| 1362 | 2025-08-26T20:22:23.935Z | Compiling synstructure v0.13.1 |
| 1363 | 2025-08-26T20:22:23.956Z | Compiling regex-automata v0.4.8 |
| 1364 | 2025-08-26T20:22:24.906Z | Compiling flagset v0.4.6 |
| 1365 | 2025-08-26T20:22:25.141Z | Compiling rustc-hash v1.1.0 |
| 1366 | 2025-08-26T20:22:25.327Z | Compiling lazycell v1.3.0 |
| 1367 | 2025-08-26T20:22:25.518Z | Compiling cexpr v0.6.0 |
| 1368 | 2025-08-26T20:22:25.681Z | Compiling cmake v0.1.51 |
| 1369 | 2025-08-26T20:22:25.838Z | Compiling dunce v1.0.5 |
| 1370 | 2025-08-26T20:22:25.934Z | Compiling fs_extra v1.3.0 |
| 1371 | 2025-08-26T20:22:25.996Z | Compiling form_urlencoded v1.2.1 |
| 1372 | 2025-08-26T20:22:26.313Z | Compiling vcpkg v0.2.15 |
| 1373 | 2025-08-26T20:22:26.474Z | Compiling paste v1.0.15 |
| 1374 | 2025-08-26T20:22:26.497Z | Compiling ring v0.17.14 |
| 1375 | 2025-08-26T20:22:26.808Z | Compiling tracing-core v0.1.32 |
| 1376 | 2025-08-26T20:22:26.978Z | Compiling aws-lc-rs v1.12.4 |
| 1377 | 2025-08-26T20:22:27.427Z | Compiling iana-time-zone v0.1.63 |
| 1378 | 2025-08-26T20:22:27.817Z | Compiling httparse v1.9.5 |
| 1379 | 2025-08-26T20:22:27.975Z | Compiling openssl-sys v0.9.109 |
| 1380 | 2025-08-26T20:22:27.996Z | Compiling base64 v0.22.1 |
| 1381 | 2025-08-26T20:22:28.128Z | Compiling tinyvec_macros v0.1.1 |
| 1382 | 2025-08-26T20:22:28.228Z | Compiling rustversion v1.0.17 |
| 1383 | 2025-08-26T20:22:28.397Z | Compiling serde_derive v1.0.219 |
| 1384 | 2025-08-26T20:22:28.465Z | Compiling zeroize_derive v1.4.2 |
| 1385 | 2025-08-26T20:22:28.595Z | Compiling zerofrom-derive v0.1.4 |
| 1386 | 2025-08-26T20:22:28.860Z | Compiling yoke-derive v0.7.4 |
| 1387 | 2025-08-26T20:22:29.015Z | Compiling zerovec-derive v0.10.3 |
| 1388 | 2025-08-26T20:22:29.856Z | Compiling zeroize v1.8.1 |
| 1389 | 2025-08-26T20:22:31.449Z | Compiling displaydoc v0.2.5 |
| 1390 | 2025-08-26T20:22:31.476Z | Compiling zerocopy-derive v0.7.35 |
| 1391 | 2025-08-26T20:22:31.596Z | Compiling crypto-common v0.1.6 |
| 1392 | 2025-08-26T20:22:31.848Z | Compiling block-buffer v0.10.4 |
| 1393 | 2025-08-26T20:22:31.903Z | Compiling zerofrom v0.1.4 |
| 1394 | 2025-08-26T20:22:32.113Z | Compiling digest v0.10.7 |
| 1395 | 2025-08-26T20:22:32.118Z | Compiling yoke v0.7.4 |
| 1396 | 2025-08-26T20:22:32.400Z | Compiling tokio-macros v2.5.0 |
| 1397 | 2025-08-26T20:22:32.489Z | Compiling zerovec v0.10.4 |
| 1398 | 2025-08-26T20:22:32.579Z | Compiling hmac v0.12.1 |
| 1399 | 2025-08-26T20:22:32.850Z | Compiling icu_provider_macros v1.5.0 |
| 1400 | 2025-08-26T20:22:32.919Z | Compiling block-padding v0.3.3 |
| 1401 | 2025-08-26T20:22:33.145Z | Compiling futures-macro v0.3.31 |
| 1402 | 2025-08-26T20:22:33.254Z | Compiling inout v0.1.3 |
| 1403 | 2025-08-26T20:22:33.296Z | Compiling zerocopy v0.7.35 |
| 1404 | 2025-08-26T20:22:33.436Z | Compiling sha2 v0.10.9 |
| 1405 | 2025-08-26T20:22:33.563Z | Compiling cipher v0.4.4 |
| 1406 | 2025-08-26T20:22:33.796Z | Compiling regex v1.11.1 |
| 1407 | 2025-08-26T20:22:33.884Z | Compiling der_derive v0.7.3 |
| 1408 | 2025-08-26T20:22:34.067Z | Compiling thiserror-impl v1.0.69 |
| 1409 | 2025-08-26T20:22:34.479Z | Compiling tinystr v0.7.6 |
| 1410 | 2025-08-26T20:22:34.650Z | Compiling icu_collections v1.5.0 |
| 1411 | 2025-08-26T20:22:34.735Z | Compiling ppv-lite86 v0.2.20 |
| 1412 | 2025-08-26T20:22:34.898Z | Compiling icu_locid v1.5.0 |
| 1413 | 2025-08-26T20:22:34.961Z | Compiling futures-util v0.3.31 |
| 1414 | 2025-08-26T20:22:35.556Z | Compiling salsa20 v0.10.2 |
| 1415 | 2025-08-26T20:22:35.615Z | Compiling serde v1.0.219 |
| 1416 | 2025-08-26T20:22:35.807Z | Compiling pbkdf2 v0.12.2 |
| 1417 | 2025-08-26T20:22:35.923Z | Compiling cbc v0.1.2 |
| 1418 | 2025-08-26T20:22:35.988Z | Compiling scrypt v0.11.0 |
| 1419 | 2025-08-26T20:22:36.140Z | Compiling icu_provider v1.5.0 |
| 1420 | 2025-08-26T20:22:36.160Z | Compiling der v0.7.9 |
| 1421 | 2025-08-26T20:22:36.499Z | Compiling aes v0.8.4 |
| 1422 | 2025-08-26T20:22:36.862Z | Compiling icu_locid_transform v1.5.0 |
| 1423 | 2025-08-26T20:22:36.972Z | Compiling thiserror v1.0.69 |
| 1424 | 2025-08-26T20:22:37.026Z | Compiling tracing-attributes v0.1.27 |
| 1425 | 2025-08-26T20:22:37.060Z | Compiling scroll_derive v0.12.0 |
| 1426 | 2025-08-26T20:22:37.145Z | Compiling pest v2.7.14 |
| 1427 | 2025-08-26T20:22:38.475Z | Compiling icu_properties v1.5.1 |
| 1428 | 2025-08-26T20:22:38.978Z | Compiling spki v0.7.3 |
| 1429 | 2025-08-26T20:22:39.111Z | Compiling rustls-pki-types v1.10.0 |
| 1430 | 2025-08-26T20:22:39.217Z | Compiling scroll v0.12.0 |
| 1431 | 2025-08-26T20:22:39.364Z | Compiling pkcs5 v0.7.1 |
| 1432 | 2025-08-26T20:22:39.728Z | Compiling pest_meta v2.7.14 |
| 1433 | 2025-08-26T20:22:40.105Z | Compiling pkcs8 v0.10.2 |
| 1434 | 2025-08-26T20:22:40.157Z | Compiling tracing v0.1.40 |
| 1435 | 2025-08-26T20:22:40.254Z | Compiling tinyvec v1.8.0 |
| 1436 | 2025-08-26T20:22:40.290Z | Compiling serde_derive_internals v0.29.1 |
| 1437 | 2025-08-26T20:22:40.411Z | Compiling rand_core v0.9.3 |
| 1438 | 2025-08-26T20:22:40.660Z | Compiling bitflags v2.9.1 |
| 1439 | 2025-08-26T20:22:40.737Z | Compiling bytes v1.10.1 |
| 1440 | 2025-08-26T20:22:40.915Z | Compiling semver v1.0.26 |
| 1441 | 2025-08-26T20:22:41.616Z | Compiling indexmap v2.10.0 |
| 1442 | 2025-08-26T20:22:41.767Z | Compiling tokio v1.47.0 |
| 1443 | 2025-08-26T20:22:42.131Z | Compiling icu_normalizer v1.5.0 |
| 1444 | 2025-08-26T20:22:42.447Z | Compiling http v1.3.1 |
| 1445 | 2025-08-26T20:22:42.979Z | Compiling rustc_version v0.4.1 |
| 1446 | 2025-08-26T20:22:43.003Z | Compiling uuid v1.17.0 |
| 1447 | 2025-08-26T20:22:43.649Z | Compiling idna_adapter v1.2.0 |
| 1448 | 2025-08-26T20:22:43.816Z | Compiling chrono v0.4.41 |
| 1449 | 2025-08-26T20:22:43.839Z | Compiling idna v1.0.3 |
| 1450 | 2025-08-26T20:22:43.886Z | Compiling http-body v1.0.1 |
| 1451 | 2025-08-26T20:22:43.954Z | Compiling pest_generator v2.7.14 |
| 1452 | 2025-08-26T20:22:44.152Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1453 | 2025-08-26T20:22:44.405Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1454 | 2025-08-26T20:22:44.544Z | Compiling url v2.5.4 |
| 1455 | 2025-08-26T20:22:44.663Z | Compiling which v4.4.2 |
| 1456 | 2025-08-26T20:22:45.234Z | Compiling time-core v0.1.2 |
| 1457 | 2025-08-26T20:22:45.371Z | Compiling try-lock v0.2.5 |
| 1458 | 2025-08-26T20:22:45.446Z | Compiling tower-service v0.3.3 |
| 1459 | 2025-08-26T20:22:45.561Z | Compiling adler2 v2.0.0 |
| 1460 | 2025-08-26T20:22:45.599Z | Compiling atomic-waker v1.1.2 |
| 1461 | 2025-08-26T20:22:45.722Z | Compiling powerfmt v0.2.0 |
| 1462 | 2025-08-26T20:22:45.766Z | Compiling num-conv v0.1.0 |
| 1463 | 2025-08-26T20:22:45.784Z | Compiling openssl v0.10.73 |
| 1464 | 2025-08-26T20:22:45.803Z | Compiling openssl-probe v0.1.5 |
| 1465 | 2025-08-26T20:22:46.061Z | Compiling foreign-types-shared v0.1.1 |
| 1466 | 2025-08-26T20:22:46.103Z | Compiling untrusted v0.9.0 |
| 1467 | 2025-08-26T20:22:46.124Z | Compiling schemars v0.8.22 |
| 1468 | 2025-08-26T20:22:46.197Z | Compiling untrusted v0.7.1 |
| 1469 | 2025-08-26T20:22:46.272Z | Compiling foreign-types v0.3.2 |
| 1470 | 2025-08-26T20:22:46.291Z | Compiling time-macros v0.2.18 |
| 1471 | 2025-08-26T20:22:46.383Z | Compiling deranged v0.3.11 |
| 1472 | 2025-08-26T20:22:46.405Z | Compiling pest_derive v2.7.14 |
| 1473 | 2025-08-26T20:22:46.501Z | Compiling miniz_oxide v0.8.5 |
| 1474 | 2025-08-26T20:22:47.079Z | Compiling want v0.3.1 |
| 1475 | 2025-08-26T20:22:47.210Z | Compiling goblin v0.8.2 |
| 1476 | 2025-08-26T20:22:47.903Z | Compiling schemars_derive v0.8.22 |
| 1477 | 2025-08-26T20:22:49.081Z | Compiling rand_chacha v0.9.0 |
| 1478 | 2025-08-26T20:22:49.180Z | Compiling ipnet v2.11.0 |
| 1479 | 2025-08-26T20:22:50.333Z | Compiling tokio-util v0.7.15 |
| 1480 | 2025-08-26T20:22:51.150Z | Compiling openssl-macros v0.1.1 |
| 1481 | 2025-08-26T20:22:51.856Z | Compiling h2 v0.4.6 |
| 1482 | 2025-08-26T20:22:51.860Z | Compiling syn v1.0.109 |
| 1483 | 2025-08-26T20:22:52.218Z | Compiling zerocopy v0.8.26 |
| 1484 | 2025-08-26T20:22:52.442Z | Compiling crossbeam-utils v0.8.21 |
| 1485 | 2025-08-26T20:22:52.545Z | Compiling native-tls v0.2.12 |
| 1486 | 2025-08-26T20:22:52.923Z | Compiling httpdate v1.0.3 |
| 1487 | 2025-08-26T20:22:52.988Z | Compiling rustls v0.23.19 |
| 1488 | 2025-08-26T20:22:53.026Z | Compiling num_threads v0.1.7 |
| 1489 | 2025-08-26T20:22:53.181Z | Compiling dyn-clone v1.0.20 |
| 1490 | 2025-08-26T20:22:53.301Z | Compiling dof v0.3.0 |
| 1491 | 2025-08-26T20:22:53.427Z | Compiling time v0.3.36 |
| 1492 | 2025-08-26T20:22:55.090Z | Compiling rand v0.9.2 |
| 1493 | 2025-08-26T20:22:56.068Z | Compiling dtrace-parser v0.2.0 |
| 1494 | 2025-08-26T20:22:56.621Z | Compiling heapless v0.7.17 |
| 1495 | 2025-08-26T20:22:56.841Z | Compiling unicode-normalization v0.1.24 |
| 1496 | 2025-08-26T20:22:57.102Z | Compiling signature v2.2.0 |
| 1497 | 2025-08-26T20:22:57.404Z | Compiling zerocopy-derive v0.8.26 |
| 1498 | 2025-08-26T20:22:57.805Z | Compiling crc32fast v1.4.2 |
| 1499 | 2025-08-26T20:22:57.827Z | Compiling cookie v0.18.1 |
| 1500 | 2025-08-26T20:22:57.876Z | Compiling slog v2.7.0 |
| 1501 | 2025-08-26T20:22:58.147Z | Compiling zlib-rs v0.5.1 |
| 1502 | 2025-08-26T20:22:58.162Z | Compiling signal-hook v0.3.18 |
| 1503 | 2025-08-26T20:22:58.401Z | Compiling unicode-properties v0.1.3 |
| 1504 | 2025-08-26T20:22:58.478Z | Compiling unicode-bidi v0.3.17 |
| 1505 | 2025-08-26T20:22:58.820Z | Compiling hyper v1.6.0 |
| 1506 | 2025-08-26T20:22:59.653Z | Compiling siphasher v0.3.11 |
| 1507 | 2025-08-26T20:23:00.080Z | Compiling zstd-safe v7.2.3 |
| 1508 | 2025-08-26T20:23:00.446Z | Compiling phf_shared v0.11.2 |
| 1509 | 2025-08-26T20:23:01.280Z | Compiling hyper-util v0.1.16 |
| 1510 | 2025-08-26T20:23:01.343Z | Compiling stringprep v0.1.5 |
| 1511 | 2025-08-26T20:23:01.611Z | Compiling usdt-impl v0.5.0 |
| 1512 | 2025-08-26T20:23:02.406Z | Compiling curve25519-dalek v4.1.3 |
| 1513 | 2025-08-26T20:23:02.910Z | Compiling serde_spanned v0.6.9 |
| 1514 | 2025-08-26T20:23:03.114Z | Compiling serde_tokenstream v0.2.2 |
| 1515 | 2025-08-26T20:23:03.156Z | Compiling toml_datetime v0.6.11 |
| 1516 | 2025-08-26T20:23:03.398Z | Compiling rand_chacha v0.3.1 |
| 1517 | 2025-08-26T20:23:03.663Z | Compiling md-5 v0.10.6 |
| 1518 | 2025-08-26T20:23:03.689Z | Compiling num-integer v0.1.46 |
| 1519 | 2025-08-26T20:23:03.901Z | Compiling sync_wrapper v1.0.1 |
| 1520 | 2025-08-26T20:23:03.927Z | Compiling hash32 v0.2.1 |
| 1521 | 2025-08-26T20:23:04.081Z | Compiling ff v0.13.0 |
| 1522 | 2025-08-26T20:23:04.364Z | Compiling libz-rs-sys v0.5.1 |
| 1523 | 2025-08-26T20:23:04.367Z | Compiling memoffset v0.9.1 |
| 1524 | 2025-08-26T20:23:04.404Z | Compiling newtype-uuid v1.2.4 |
| 1525 | 2025-08-26T20:23:04.587Z | Compiling cfg_aliases v0.2.1 |
| 1526 | 2025-08-26T20:23:04.673Z | Compiling fallible-iterator v0.2.0 |
| 1527 | 2025-08-26T20:23:04.711Z | Compiling base16ct v0.2.0 |
| 1528 | 2025-08-26T20:23:04.738Z | Compiling tower-layer v0.3.3 |
| 1529 | 2025-08-26T20:23:04.812Z | Compiling gimli v0.31.1 |
| 1530 | 2025-08-26T20:23:05.073Z | Compiling psl-types v2.0.11 |
| 1531 | 2025-08-26T20:23:05.095Z | Compiling litrs v0.4.1 |
| 1532 | 2025-08-26T20:23:05.132Z | Compiling smoltcp v0.9.1 |
| 1533 | 2025-08-26T20:23:05.281Z | Compiling num-bigint-dig v0.8.4 |
| 1534 | 2025-08-26T20:23:05.392Z | Compiling postgres-protocol v0.6.8 |
| 1535 | 2025-08-26T20:23:05.655Z | Compiling publicsuffix v2.3.0 |
| 1536 | 2025-08-26T20:23:05.703Z | Compiling tower v0.5.2 |
| 1537 | 2025-08-26T20:23:05.829Z | Compiling sec1 v0.7.3 |
| 1538 | 2025-08-26T20:23:05.991Z | Compiling nix v0.29.0 |
| 1539 | 2025-08-26T20:23:06.164Z | Compiling document-features v0.2.11 |
| 1540 | 2025-08-26T20:23:06.500Z | Compiling flate2 v1.1.2 |
| 1541 | 2025-08-26T20:23:06.527Z | Compiling group v0.13.0 |
| 1542 | 2025-08-26T20:23:06.844Z | Compiling num-iter v0.1.45 |
| 1543 | 2025-08-26T20:23:06.865Z | Compiling rand v0.8.5 |
| 1544 | 2025-08-26T20:23:07.994Z | Compiling tokio-native-tls v0.3.1 |
| 1545 | 2025-08-26T20:23:08.068Z | Compiling ipnetwork v0.21.1 |
| 1546 | 2025-08-26T20:23:08.098Z | Compiling strum_macros v0.27.1 |
| 1547 | 2025-08-26T20:23:08.260Z | Compiling rustls-native-certs v0.8.1 |
| 1548 | 2025-08-26T20:23:08.283Z | Compiling terminal_size v0.4.0 |
| 1549 | 2025-08-26T20:23:08.519Z | Compiling http-body-util v0.1.3 |
| 1550 | 2025-08-26T20:23:08.776Z | Compiling webpki-roots v1.0.1 |
| 1551 | 2025-08-26T20:23:08.805Z | Compiling hkdf v0.12.4 |
| 1552 | 2025-08-26T20:23:08.867Z | Compiling addr2line v0.24.2 |
| 1553 | 2025-08-26T20:23:09.004Z | Compiling crypto-bigint v0.5.5 |
| 1554 | 2025-08-26T20:23:09.007Z | Compiling thiserror-impl v2.0.12 |
| 1555 | 2025-08-26T20:23:09.086Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1556 | 2025-08-26T20:23:09.367Z | Compiling async-trait v0.1.88 |
| 1557 | 2025-08-26T20:23:09.553Z | Compiling fs-err v3.1.1 |
| 1558 | 2025-08-26T20:23:09.932Z | Compiling ahash v0.8.12 |
| 1559 | 2025-08-26T20:23:10.329Z | Compiling object v0.36.5 |
| 1560 | 2025-08-26T20:23:10.461Z | Compiling lockfree-object-pool v0.1.6 |
| 1561 | 2025-08-26T20:23:10.745Z | Compiling managed v0.8.0 |
| 1562 | 2025-08-26T20:23:11.187Z | Compiling iri-string v0.7.8 |
| 1563 | 2025-08-26T20:23:11.818Z | Compiling simd-adler32 v0.3.7 |
| 1564 | 2025-08-26T20:23:12.086Z | Compiling anyhow v1.0.99 |
| 1565 | 2025-08-26T20:23:12.347Z | Compiling rustix v1.0.7 |
| 1566 | 2025-08-26T20:23:12.720Z | Compiling buf-list v1.0.3 |
| 1567 | 2025-08-26T20:23:12.940Z | Compiling winnow v0.5.40 |
| 1568 | 2025-08-26T20:23:13.036Z | Compiling bitflags v1.3.2 |
| 1569 | 2025-08-26T20:23:13.166Z | Compiling rustc-demangle v0.1.24 |
| 1570 | 2025-08-26T20:23:13.341Z | Compiling bumpalo v3.16.0 |
| 1571 | 2025-08-26T20:23:13.611Z | Compiling hubpack_derive v0.1.1 |
| 1572 | 2025-08-26T20:23:13.813Z | Compiling zopfli v0.8.1 |
| 1573 | 2025-08-26T20:23:14.015Z | Compiling tower-http v0.6.6 |
| 1574 | 2025-08-26T20:23:14.555Z | Compiling hubpack v0.1.2 |
| 1575 | 2025-08-26T20:23:14.943Z | Compiling strum v0.27.2 |
| 1576 | 2025-08-26T20:23:15.043Z | Compiling clap_builder v4.5.41 |
| 1577 | 2025-08-26T20:23:15.141Z | Compiling thiserror v2.0.12 |
| 1578 | 2025-08-26T20:23:15.304Z | Compiling elliptic-curve v0.13.8 |
| 1579 | 2025-08-26T20:23:15.667Z | Compiling hyper-tls v0.6.0 |
| 1580 | 2025-08-26T20:23:16.086Z | Compiling oxnet v0.1.3 |
| 1581 | 2025-08-26T20:23:16.459Z | Compiling toml_edit v0.19.15 |
| 1582 | 2025-08-26T20:23:16.734Z | Compiling zstd v0.13.3 |
| 1583 | 2025-08-26T20:23:16.843Z | Compiling backtrace v0.3.74 |
| 1584 | 2025-08-26T20:23:17.265Z | Compiling signal-hook-mio v0.2.4 |
| 1585 | 2025-08-26T20:23:17.407Z | Compiling cookie_store v0.21.1 |
| 1586 | 2025-08-26T20:23:17.626Z | Compiling postgres-types v0.2.9 |
| 1587 | 2025-08-26T20:23:18.834Z | Compiling usdt-attr-macro v0.5.0 |
| 1588 | 2025-08-26T20:23:19.123Z | Compiling usdt-macro v0.5.0 |
| 1589 | 2025-08-26T20:23:19.674Z | Compiling phf v0.11.2 |
| 1590 | 2025-08-26T20:23:20.011Z | Compiling ed25519 v2.2.3 |
| 1591 | 2025-08-26T20:23:20.406Z | Compiling bzip2 v0.5.2 |
| 1592 | 2025-08-26T20:23:20.560Z | Compiling bzip2 v0.4.4 |
| 1593 | 2025-08-26T20:23:20.805Z | Compiling strum_macros v0.26.4 |
| 1594 | 2025-08-26T20:23:20.951Z | Compiling serde-big-array v0.5.1 |
| 1595 | 2025-08-26T20:23:21.203Z | Compiling serde_urlencoded v0.7.1 |
| 1596 | 2025-08-26T20:23:21.736Z | Compiling pkcs1 v0.7.5 |
| 1597 | 2025-08-26T20:23:21.910Z | Compiling rfc6979 v0.4.0 |
| 1598 | 2025-08-26T20:23:22.126Z | Compiling bstr v1.10.0 |
| 1599 | 2025-08-26T20:23:22.635Z | Compiling clap_derive v4.5.41 |
| 1600 | 2025-08-26T20:23:22.639Z | Compiling enum-as-inner v0.6.1 |
| 1601 | 2025-08-26T20:23:22.718Z | Compiling serde_repr v0.1.19 |
| 1602 | 2025-08-26T20:23:23.042Z | Compiling daft-derive v0.1.4 |
| 1603 | 2025-08-26T20:23:23.632Z | Compiling float-cmp v0.10.0 |
| 1604 | 2025-08-26T20:23:23.700Z | Compiling socket2 v0.5.10 |
| 1605 | 2025-08-26T20:23:23.834Z | Compiling encoding_rs v0.8.34 |
| 1606 | 2025-08-26T20:23:23.886Z | Compiling new_debug_unreachable v1.0.6 |
| 1607 | 2025-08-26T20:23:24.006Z | Compiling data-encoding v2.9.0 |
| 1608 | 2025-08-26T20:23:24.572Z | Compiling difflib v0.4.0 |
| 1609 | 2025-08-26T20:23:24.596Z | Compiling normalize-line-endings v0.3.0 |
| 1610 | 2025-08-26T20:23:24.765Z | Compiling predicates-core v1.0.8 |
| 1611 | 2025-08-26T20:23:25.143Z | Compiling whoami v1.5.2 |
| 1612 | 2025-08-26T20:23:25.226Z | Compiling fixedbitset v0.4.2 |
| 1613 | 2025-08-26T20:23:25.681Z | Compiling static_assertions v1.1.0 |
| 1614 | 2025-08-26T20:23:25.705Z | Compiling mime v0.3.17 |
| 1615 | 2025-08-26T20:23:25.730Z | Compiling precomputed-hash v0.1.1 |
| 1616 | 2025-08-26T20:23:25.806Z | Compiling unicode-segmentation v1.12.0 |
| 1617 | 2025-08-26T20:23:25.870Z | Compiling toml_edit v0.22.27 |
| 1618 | 2025-08-26T20:23:25.892Z | Compiling string_cache v0.8.9 |
| 1619 | 2025-08-26T20:23:26.215Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1620 | 2025-08-26T20:23:26.356Z | Compiling petgraph v0.6.5 |
| 1621 | 2025-08-26T20:23:26.666Z | Compiling similar v2.7.0 |
| 1622 | 2025-08-26T20:23:26.957Z | Compiling clap v4.5.41 |
| 1623 | 2025-08-26T20:23:27.098Z | Compiling tokio-postgres v0.7.13 |
| 1624 | 2025-08-26T20:23:27.483Z | Compiling strum v0.26.3 |
| 1625 | 2025-08-26T20:23:27.694Z | Compiling console v0.15.10 |
| 1626 | 2025-08-26T20:23:28.619Z | Compiling predicates v3.1.3 |
| 1627 | 2025-08-26T20:23:28.968Z | Compiling hickory-proto v0.25.2 |
| 1628 | 2025-08-26T20:23:29.094Z | Compiling daft v0.1.4 |
| 1629 | 2025-08-26T20:23:29.647Z | Compiling usdt v0.5.0 |
| 1630 | 2025-08-26T20:23:29.916Z | Compiling rsa v0.9.6 |
| 1631 | 2025-08-26T20:23:30.044Z | Compiling ecdsa v0.16.9 |
| 1632 | 2025-08-26T20:23:30.167Z | Compiling zip v0.6.6 |
| 1633 | 2025-08-26T20:23:30.884Z | Compiling zip v4.2.0 |
| 1634 | 2025-08-26T20:23:31.400Z | Compiling ed25519-dalek v2.1.1 |
| 1635 | 2025-08-26T20:23:32.254Z | Compiling toml v0.7.8 |
| 1636 | 2025-08-26T20:23:32.910Z | Compiling crossterm v0.28.1 |
| 1637 | 2025-08-26T20:23:33.823Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1638 | 2025-08-26T20:23:34.270Z | Compiling crossbeam-epoch v0.9.18 |
| 1639 | 2025-08-26T20:23:34.329Z | Compiling tokio-stream v0.1.17 |
| 1640 | 2025-08-26T20:23:34.780Z | Compiling openapiv3 v2.2.0 |
| 1641 | 2025-08-26T20:23:34.981Z | Compiling x509-cert v0.2.5 |
| 1642 | 2025-08-26T20:23:35.329Z | Compiling sha1 v0.10.6 |
| 1643 | 2025-08-26T20:23:35.750Z | Compiling itertools v0.13.0 |
| 1644 | 2025-08-26T20:23:36.018Z | Compiling itertools v0.10.5 |
| 1645 | 2025-08-26T20:23:36.716Z | Compiling dirs-sys-next v0.1.2 |
| 1646 | 2025-08-26T20:23:37.258Z | Compiling winnow v0.6.26 |
| 1647 | 2025-08-26T20:23:37.390Z | Compiling lalrpop-util v0.19.12 |
| 1648 | 2025-08-26T20:23:37.762Z | Compiling rustc-hash v2.1.1 |
| 1649 | 2025-08-26T20:23:37.973Z | Compiling peg-runtime v0.8.5 |
| 1650 | 2025-08-26T20:23:38.530Z | Compiling dirs-next v2.0.0 |
| 1651 | 2025-08-26T20:23:38.533Z | Compiling thread_local v1.1.8 |
| 1652 | 2025-08-26T20:23:38.575Z | Compiling slog-async v2.8.0 |
| 1653 | 2025-08-26T20:23:38.704Z | Compiling term v0.7.0 |
| 1654 | 2025-08-26T20:23:38.742Z | Compiling crossbeam-channel v0.5.15 |
| 1655 | 2025-08-26T20:23:39.040Z | Compiling xattr v1.3.1 |
| 1656 | 2025-08-26T20:23:39.153Z | Compiling futures-executor v0.3.31 |
| 1657 | 2025-08-26T20:23:39.219Z | Compiling filetime v0.2.25 |
| 1658 | 2025-08-26T20:23:39.309Z | Compiling is-terminal v0.4.13 |
| 1659 | 2025-08-26T20:23:39.467Z | Compiling take_mut v0.2.2 |
| 1660 | 2025-08-26T20:23:39.534Z | Compiling tar v0.4.44 |
| 1661 | 2025-08-26T20:23:39.656Z | Compiling slog-term v2.9.1 |
| 1662 | 2025-08-26T20:23:39.721Z | Compiling futures v0.3.31 |
| 1663 | 2025-08-26T20:23:39.883Z | Compiling camino v1.1.11 |
| 1664 | 2025-08-26T20:23:44.362Z | Compiling aws-lc-sys v0.26.0 |
| 1665 | 2025-08-26T20:24:13.773Z | Compiling rustls-webpki v0.102.8 |
| 1666 | 2025-08-26T20:24:18.207Z | Compiling tokio-rustls v0.26.0 |
| 1667 | 2025-08-26T20:24:18.485Z | Compiling hyper-rustls v0.27.7 |
| 1668 | 2025-08-26T20:24:18.774Z | Compiling reqwest v0.12.22 |
| 1669 | 2025-08-26T20:24:22.185Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1670 | 2025-08-26T20:24:22.471Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1671 | 2025-08-26T20:24:27.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 1672 | 2025-08-26T20:24:27.254Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1673 | 2025-08-26T20:24:27.306Z | Aug 26 20:24:26.907 INFO Starting download, target: Cockroach |
| 1674 | 2025-08-26T20:24:27.306Z | Aug 26 20:24:26.908 INFO Starting download, target: Clickhouse |
| 1675 | 2025-08-26T20:24:27.306Z | Aug 26 20:24:26.908 INFO Starting download, target: Console |
| 1676 | 2025-08-26T20:24:27.306Z | Aug 26 20:24:26.908 INFO Starting download, target: DendriteStub |
| 1677 | 2025-08-26T20:24:27.306Z | Aug 26 20:24:26.908 INFO Starting download, target: MaghemiteMgd |
| 1678 | 2025-08-26T20:24:27.309Z | Aug 26 20:24:26.908 INFO Starting download, target: TransceiverControl |
| 1679 | 2025-08-26T20:24:27.309Z | Aug 26 20:24:26.908 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1680 | 2025-08-26T20:24:27.309Z | Aug 26 20:24:26.908 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1681 | 2025-08-26T20:24:27.310Z | Aug 26 20:24:26.908 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1682 | 2025-08-26T20:24:27.310Z | Aug 26 20:24:26.908 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1683 | 2025-08-26T20:24:27.310Z | Aug 26 20:24:26.908 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1684 | 2025-08-26T20:24:27.310Z | Aug 26 20:24:26.908 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1685 | 2025-08-26T20:24:27.636Z | Aug 26 20:24:27.214 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1686 | 2025-08-26T20:24:27.806Z | Aug 26 20:24:27.403 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1687 | 2025-08-26T20:24:28.069Z | Aug 26 20:24:27.668 INFO Download complete, target: TransceiverControl |
| 1688 | 2025-08-26T20:24:28.267Z | Aug 26 20:24:27.861 INFO Download complete, target: Console |
| 1689 | 2025-08-26T20:24:28.424Z | Aug 26 20:24:28.025 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1690 | 2025-08-26T20:24:28.517Z | Aug 26 20:24:28.119 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1691 | 2025-08-26T20:24:29.081Z | Aug 26 20:24:28.682 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1692 | 2025-08-26T20:24:29.081Z | Aug 26 20:24:28.682 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1693 | 2025-08-26T20:24:29.181Z | Aug 26 20:24:28.780 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1694 | 2025-08-26T20:24:32.219Z | Aug 26 20:24:31.821 INFO Download complete, target: DendriteStub |
| 1695 | 2025-08-26T20:24:32.238Z | Aug 26 20:24:31.837 INFO Download complete, target: MaghemiteMgd |
| 1696 | 2025-08-26T20:24:35.918Z | Aug 26 20:24:35.518 INFO Checking that binary works, target: Cockroach |
| 1697 | 2025-08-26T20:24:36.073Z | Aug 26 20:24:35.674 INFO Download complete, target: Cockroach |
| 1698 | 2025-08-26T20:24:40.062Z | Aug 26 20:24:39.663 INFO Checking that binary works, target: Clickhouse |
| 1699 | 2025-08-26T20:24:40.220Z | Aug 26 20:24:39.821 INFO Download complete, target: Clickhouse |
| 1700 | 2025-08-26T20:24:40.242Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1701 | 2025-08-26T20:24:40.245Z | |
| 1702 | 2025-08-26T20:24:40.245Z | real 4:43.603120048 |
| 1703 | 2025-08-26T20:24:40.245Z | user 16:19.067074045 |
| 1704 | 2025-08-26T20:24:40.246Z | sys 2:17.495056394 |
| 1705 | 2025-08-26T20:24:40.246Z | trap 0.591114058 |
| 1706 | 2025-08-26T20:24:40.246Z | tflt 0.916492130 |
| 1707 | 2025-08-26T20:24:40.246Z | dflt 1.436234606 |
| 1708 | 2025-08-26T20:24:40.246Z | kflt 0.027453489 |
| 1709 | 2025-08-26T20:24:40.246Z | lock 38:04.535155955 |
| 1710 | 2025-08-26T20:24:40.246Z | slp 59:08.220706220 |
| 1711 | 2025-08-26T20:24:40.246Z | lat 1:12.548555647 |
| 1712 | 2025-08-26T20:24:40.246Z | stop 2:53.869267453 |
| 1713 | 2025-08-26T20:24:40.246Z | + banner hack-check |
| 1714 | 2025-08-26T20:24:40.246Z | |
| 1715 | 2025-08-26T20:24:40.246Z | # # ## #### # # #### # # ###### #### # # |
| 1716 | 2025-08-26T20:24:40.246Z | # # # # # # # # # # # # # # # # # |
| 1717 | 2025-08-26T20:24:40.246Z | ###### # # # #### ##### # ###### ##### # #### |
| 1718 | 2025-08-26T20:24:40.246Z | # # ###### # # # # # # # # # # |
| 1719 | 2025-08-26T20:24:40.246Z | # # # # # # # # # # # # # # # # # |
| 1720 | 2025-08-26T20:24:40.246Z | # # # # #### # # #### # # ###### #### # # |
| 1721 | 2025-08-26T20:24:40.246Z | |
| 1722 | 2025-08-26T20:24:40.246Z | + export CARGO_INCREMENTAL=0 |
| 1723 | 2025-08-26T20:24:40.246Z | + CARGO_INCREMENTAL=0 |
| 1724 | 2025-08-26T20:24:40.246Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1725 | 2025-08-26T20:24:40.957Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1726 | 2025-08-26T20:24:41.248Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1727 | 2025-08-26T20:24:44.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
| 1728 | 2025-08-26T20:24:44.369Z | Running `target/debug/xtask check-features --ci` |
| 1729 | 2025-08-26T20:24:44.383Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1730 | 2025-08-26T20:24:44.383Z | running: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1731 | 2025-08-26T20:24:44.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1732 | 2025-08-26T20:24:44.974Z | Running `target/debug/xtask download cargo-hack` |
| 1733 | 2025-08-26T20:24:45.980Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1734 | 2025-08-26T20:24:46.383Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1735 | 2025-08-26T20:24:50.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s |
| 1736 | 2025-08-26T20:24:50.370Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1737 | 2025-08-26T20:24:50.413Z | Aug 26 20:24:50.012 INFO Starting download, target: CargoHack |
| 1738 | 2025-08-26T20:24:50.417Z | Aug 26 20:24:50.013 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1739 | 2025-08-26T20:24:50.814Z | Aug 26 20:24:50.413 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1740 | 2025-08-26T20:24:50.894Z | Aug 26 20:24:50.493 INFO Download complete, target: CargoHack |
| 1741 | 2025-08-26T20:24:50.898Z | running: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1742 | 2025-08-26T20:24:50.917Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1743 | 2025-08-26T20:24:51.119Z | info: running `cargo check --bins` on api_identity (1/221) |
| 1744 | 2025-08-26T20:24:51.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1745 | 2025-08-26T20:24:51.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1746 | 2025-08-26T20:24:51.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1747 | 2025-08-26T20:24:51.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1748 | 2025-08-26T20:24:51.855Z | |
| 1749 | 2025-08-26T20:24:51.855Z | info: running `cargo check --bins` on bootstore (2/221) |
| 1750 | 2025-08-26T20:24:52.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1751 | 2025-08-26T20:24:52.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1752 | 2025-08-26T20:24:52.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1753 | 2025-08-26T20:24:52.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1754 | 2025-08-26T20:24:52.643Z | |
| 1755 | 2025-08-26T20:24:52.643Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/221) |
| 1756 | 2025-08-26T20:24:53.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1757 | 2025-08-26T20:24:53.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1758 | 2025-08-26T20:24:53.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1759 | 2025-08-26T20:24:53.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1760 | 2025-08-26T20:24:53.422Z | |
| 1761 | 2025-08-26T20:24:53.423Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/221) |
| 1762 | 2025-08-26T20:24:54.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1763 | 2025-08-26T20:24:54.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1764 | 2025-08-26T20:24:54.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1765 | 2025-08-26T20:24:54.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1766 | 2025-08-26T20:24:54.186Z | |
| 1767 | 2025-08-26T20:24:54.186Z | info: running `cargo check --bins` on id-map (5/221) |
| 1768 | 2025-08-26T20:24:54.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1769 | 2025-08-26T20:24:54.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1770 | 2025-08-26T20:24:54.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1771 | 2025-08-26T20:24:54.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1772 | 2025-08-26T20:24:54.919Z | |
| 1773 | 2025-08-26T20:24:54.919Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/221) |
| 1774 | 2025-08-26T20:24:55.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1775 | 2025-08-26T20:24:55.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1776 | 2025-08-26T20:24:55.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1777 | 2025-08-26T20:24:55.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1778 | 2025-08-26T20:24:55.490Z | |
| 1779 | 2025-08-26T20:24:55.490Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/221) |
| 1780 | 2025-08-26T20:24:56.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1781 | 2025-08-26T20:24:56.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1782 | 2025-08-26T20:24:56.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1783 | 2025-08-26T20:24:56.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1784 | 2025-08-26T20:24:56.059Z | |
| 1785 | 2025-08-26T20:24:56.059Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/221) |
| 1786 | 2025-08-26T20:24:56.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1787 | 2025-08-26T20:24:56.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1788 | 2025-08-26T20:24:56.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1789 | 2025-08-26T20:24:56.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1790 | 2025-08-26T20:24:56.619Z | |
| 1791 | 2025-08-26T20:24:56.619Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/221) |
| 1792 | 2025-08-26T20:24:57.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1793 | 2025-08-26T20:24:57.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1794 | 2025-08-26T20:24:57.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1795 | 2025-08-26T20:24:57.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1796 | 2025-08-26T20:24:57.179Z | |
| 1797 | 2025-08-26T20:24:57.179Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/221) |
| 1798 | 2025-08-26T20:24:57.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1799 | 2025-08-26T20:24:57.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1800 | 2025-08-26T20:24:57.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1801 | 2025-08-26T20:24:57.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1802 | 2025-08-26T20:24:57.737Z | |
| 1803 | 2025-08-26T20:24:57.737Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/221) |
| 1804 | 2025-08-26T20:24:58.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1805 | 2025-08-26T20:24:58.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1806 | 2025-08-26T20:24:58.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1807 | 2025-08-26T20:24:58.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1808 | 2025-08-26T20:24:58.303Z | |
| 1809 | 2025-08-26T20:24:58.303Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/221) |
| 1810 | 2025-08-26T20:24:58.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1811 | 2025-08-26T20:24:58.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1812 | 2025-08-26T20:24:58.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1813 | 2025-08-26T20:24:58.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1814 | 2025-08-26T20:24:58.871Z | |
| 1815 | 2025-08-26T20:24:58.871Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/221) |
| 1816 | 2025-08-26T20:24:59.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1817 | 2025-08-26T20:24:59.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1818 | 2025-08-26T20:24:59.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1819 | 2025-08-26T20:24:59.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1820 | 2025-08-26T20:24:59.434Z | |
| 1821 | 2025-08-26T20:24:59.434Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/221) |
| 1822 | 2025-08-26T20:24:59.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2025-08-26T20:24:59.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2025-08-26T20:24:59.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2025-08-26T20:24:59.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1826 | 2025-08-26T20:25:00.002Z | |
| 1827 | 2025-08-26T20:25:00.002Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/221) |
| 1828 | 2025-08-26T20:25:00.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2025-08-26T20:25:00.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2025-08-26T20:25:00.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2025-08-26T20:25:00.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1832 | 2025-08-26T20:25:00.564Z | |
| 1833 | 2025-08-26T20:25:00.564Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/221) |
| 1834 | 2025-08-26T20:25:01.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2025-08-26T20:25:01.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2025-08-26T20:25:01.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2025-08-26T20:25:01.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1838 | 2025-08-26T20:25:01.126Z | |
| 1839 | 2025-08-26T20:25:01.126Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/221) |
| 1840 | 2025-08-26T20:25:01.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2025-08-26T20:25:01.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2025-08-26T20:25:01.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2025-08-26T20:25:01.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1844 | 2025-08-26T20:25:01.691Z | |
| 1845 | 2025-08-26T20:25:01.691Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/221) |
| 1846 | 2025-08-26T20:25:02.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2025-08-26T20:25:02.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2025-08-26T20:25:02.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2025-08-26T20:25:02.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1850 | 2025-08-26T20:25:02.255Z | |
| 1851 | 2025-08-26T20:25:02.255Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/221) |
| 1852 | 2025-08-26T20:25:02.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2025-08-26T20:25:02.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2025-08-26T20:25:02.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2025-08-26T20:25:02.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1856 | 2025-08-26T20:25:02.821Z | |
| 1857 | 2025-08-26T20:25:02.821Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/221) |
| 1858 | 2025-08-26T20:25:03.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2025-08-26T20:25:03.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2025-08-26T20:25:03.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2025-08-26T20:25:03.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1862 | 2025-08-26T20:25:03.389Z | |
| 1863 | 2025-08-26T20:25:03.389Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/221) |
| 1864 | 2025-08-26T20:25:03.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2025-08-26T20:25:03.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2025-08-26T20:25:03.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2025-08-26T20:25:03.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1868 | 2025-08-26T20:25:03.961Z | |
| 1869 | 2025-08-26T20:25:03.961Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/221) |
| 1870 | 2025-08-26T20:25:04.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2025-08-26T20:25:04.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2025-08-26T20:25:04.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2025-08-26T20:25:04.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1874 | 2025-08-26T20:25:04.534Z | |
| 1875 | 2025-08-26T20:25:04.534Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/221) |
| 1876 | 2025-08-26T20:25:05.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2025-08-26T20:25:05.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2025-08-26T20:25:05.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2025-08-26T20:25:05.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1880 | 2025-08-26T20:25:05.117Z | |
| 1881 | 2025-08-26T20:25:05.117Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/221) |
| 1882 | 2025-08-26T20:25:05.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2025-08-26T20:25:05.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2025-08-26T20:25:05.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2025-08-26T20:25:05.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1886 | 2025-08-26T20:25:05.697Z | |
| 1887 | 2025-08-26T20:25:05.697Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/221) |
| 1888 | 2025-08-26T20:25:06.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2025-08-26T20:25:06.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2025-08-26T20:25:06.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2025-08-26T20:25:06.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1892 | 2025-08-26T20:25:06.263Z | |
| 1893 | 2025-08-26T20:25:06.263Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/221) |
| 1894 | 2025-08-26T20:25:06.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2025-08-26T20:25:06.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2025-08-26T20:25:06.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2025-08-26T20:25:06.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1898 | 2025-08-26T20:25:06.835Z | |
| 1899 | 2025-08-26T20:25:06.835Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/221) |
| 1900 | 2025-08-26T20:25:07.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2025-08-26T20:25:07.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2025-08-26T20:25:07.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2025-08-26T20:25:07.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1904 | 2025-08-26T20:25:07.398Z | |
| 1905 | 2025-08-26T20:25:07.398Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/221) |
| 1906 | 2025-08-26T20:25:07.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2025-08-26T20:25:07.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2025-08-26T20:25:07.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2025-08-26T20:25:07.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1910 | 2025-08-26T20:25:07.964Z | |
| 1911 | 2025-08-26T20:25:07.964Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/221) |
| 1912 | 2025-08-26T20:25:08.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2025-08-26T20:25:08.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2025-08-26T20:25:08.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2025-08-26T20:25:08.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1916 | 2025-08-26T20:25:08.530Z | |
| 1917 | 2025-08-26T20:25:08.530Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/221) |
| 1918 | 2025-08-26T20:25:09.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2025-08-26T20:25:09.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2025-08-26T20:25:09.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2025-08-26T20:25:09.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1922 | 2025-08-26T20:25:09.089Z | |
| 1923 | 2025-08-26T20:25:09.089Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/221) |
| 1924 | 2025-08-26T20:25:09.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2025-08-26T20:25:09.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2025-08-26T20:25:09.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2025-08-26T20:25:09.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1928 | 2025-08-26T20:25:09.656Z | |
| 1929 | 2025-08-26T20:25:09.656Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/221) |
| 1930 | 2025-08-26T20:25:10.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2025-08-26T20:25:10.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2025-08-26T20:25:10.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2025-08-26T20:25:10.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1934 | 2025-08-26T20:25:10.218Z | |
| 1935 | 2025-08-26T20:25:10.218Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/221) |
| 1936 | 2025-08-26T20:25:10.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2025-08-26T20:25:10.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2025-08-26T20:25:10.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2025-08-26T20:25:10.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1940 | 2025-08-26T20:25:10.783Z | |
| 1941 | 2025-08-26T20:25:10.783Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/221) |
| 1942 | 2025-08-26T20:25:11.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2025-08-26T20:25:11.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2025-08-26T20:25:11.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2025-08-26T20:25:11.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1946 | 2025-08-26T20:25:11.346Z | |
| 1947 | 2025-08-26T20:25:11.346Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/221) |
| 1948 | 2025-08-26T20:25:11.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2025-08-26T20:25:11.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2025-08-26T20:25:11.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2025-08-26T20:25:11.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1952 | 2025-08-26T20:25:11.911Z | |
| 1953 | 2025-08-26T20:25:11.911Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/221) |
| 1954 | 2025-08-26T20:25:12.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2025-08-26T20:25:12.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2025-08-26T20:25:12.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2025-08-26T20:25:12.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1958 | 2025-08-26T20:25:12.482Z | |
| 1959 | 2025-08-26T20:25:12.482Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/221) |
| 1960 | 2025-08-26T20:25:12.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2025-08-26T20:25:12.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2025-08-26T20:25:12.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2025-08-26T20:25:12.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1964 | 2025-08-26T20:25:13.046Z | |
| 1965 | 2025-08-26T20:25:13.046Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/221) |
| 1966 | 2025-08-26T20:25:13.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2025-08-26T20:25:13.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2025-08-26T20:25:13.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2025-08-26T20:25:13.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1970 | 2025-08-26T20:25:13.618Z | |
| 1971 | 2025-08-26T20:25:13.618Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/221) |
| 1972 | 2025-08-26T20:25:14.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2025-08-26T20:25:14.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2025-08-26T20:25:14.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2025-08-26T20:25:14.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1976 | 2025-08-26T20:25:14.185Z | |
| 1977 | 2025-08-26T20:25:14.186Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/221) |
| 1978 | 2025-08-26T20:25:14.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2025-08-26T20:25:14.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2025-08-26T20:25:14.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2025-08-26T20:25:14.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1982 | 2025-08-26T20:25:14.760Z | |
| 1983 | 2025-08-26T20:25:14.760Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/221) |
| 1984 | 2025-08-26T20:25:15.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2025-08-26T20:25:15.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2025-08-26T20:25:15.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2025-08-26T20:25:15.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1988 | 2025-08-26T20:25:15.332Z | |
| 1989 | 2025-08-26T20:25:15.332Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/221) |
| 1990 | 2025-08-26T20:25:15.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2025-08-26T20:25:15.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2025-08-26T20:25:15.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2025-08-26T20:25:15.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1994 | 2025-08-26T20:25:15.908Z | |
| 1995 | 2025-08-26T20:25:15.908Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/221) |
| 1996 | 2025-08-26T20:25:16.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2025-08-26T20:25:16.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2025-08-26T20:25:16.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2025-08-26T20:25:16.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2000 | 2025-08-26T20:25:16.478Z | |
| 2001 | 2025-08-26T20:25:16.478Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/221) |
| 2002 | 2025-08-26T20:25:16.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2025-08-26T20:25:16.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2025-08-26T20:25:16.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2025-08-26T20:25:16.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2006 | 2025-08-26T20:25:17.051Z | |
| 2007 | 2025-08-26T20:25:17.051Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/221) |
| 2008 | 2025-08-26T20:25:17.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2025-08-26T20:25:17.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2025-08-26T20:25:17.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2025-08-26T20:25:17.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2012 | 2025-08-26T20:25:17.618Z | |
| 2013 | 2025-08-26T20:25:17.618Z | info: running `cargo check --bins` on sled-hardware-types (46/221) |
| 2014 | 2025-08-26T20:25:18.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2025-08-26T20:25:18.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2025-08-26T20:25:18.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2025-08-26T20:25:18.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2018 | 2025-08-26T20:25:18.394Z | |
| 2019 | 2025-08-26T20:25:18.394Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/221) |
| 2020 | 2025-08-26T20:25:19.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2025-08-26T20:25:19.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2025-08-26T20:25:19.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2025-08-26T20:25:19.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2024 | 2025-08-26T20:25:19.176Z | |
| 2025 | 2025-08-26T20:25:19.176Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/221) |
| 2026 | 2025-08-26T20:25:19.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2025-08-26T20:25:19.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2025-08-26T20:25:19.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2025-08-26T20:25:19.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2030 | 2025-08-26T20:25:19.952Z | |
| 2031 | 2025-08-26T20:25:19.952Z | info: running `cargo check --bins` on oxlog (49/221) |
| 2032 | 2025-08-26T20:25:20.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2025-08-26T20:25:20.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2025-08-26T20:25:20.708Z | Checking cfg-if v1.0.1 |
| 2035 | 2025-08-26T20:25:20.712Z | Checking libc v0.2.174 |
| 2036 | 2025-08-26T20:25:20.833Z | Checking serde v1.0.219 |
| 2037 | 2025-08-26T20:25:20.842Z | Checking zeroize v1.8.1 |
| 2038 | 2025-08-26T20:25:20.845Z | Checking memchr v2.7.4 |
| 2039 | 2025-08-26T20:25:20.867Z | Checking typenum v1.17.0 |
| 2040 | 2025-08-26T20:25:20.871Z | Checking smallvec v1.15.1 |
| 2041 | 2025-08-26T20:25:20.897Z | Checking value-bag v1.9.0 |
| 2042 | 2025-08-26T20:25:20.900Z | Checking subtle v2.6.1 |
| 2043 | 2025-08-26T20:25:21.094Z | Checking scopeguard v1.2.0 |
| 2044 | 2025-08-26T20:25:21.187Z | Checking const-oid v0.9.6 |
| 2045 | 2025-08-26T20:25:21.207Z | Checking itoa v1.0.11 |
| 2046 | 2025-08-26T20:25:21.250Z | Checking lock_api v0.4.12 |
| 2047 | 2025-08-26T20:25:21.305Z | Checking log v0.4.27 |
| 2048 | 2025-08-26T20:25:21.423Z | Checking stable_deref_trait v1.2.0 |
| 2049 | 2025-08-26T20:25:21.547Z | Checking zerofrom v0.1.4 |
| 2050 | 2025-08-26T20:25:21.621Z | Checking pin-project-lite v0.2.14 |
| 2051 | 2025-08-26T20:25:21.674Z | Checking byteorder v1.5.0 |
| 2052 | 2025-08-26T20:25:21.754Z | Checking portable-atomic v1.11.0 |
| 2053 | 2025-08-26T20:25:21.773Z | Checking yoke v0.7.4 |
| 2054 | 2025-08-26T20:25:21.789Z | Checking critical-section v1.1.3 |
| 2055 | 2025-08-26T20:25:21.862Z | Checking getrandom v0.2.15 |
| 2056 | 2025-08-26T20:25:21.940Z | Checking parking_lot_core v0.9.10 |
| 2057 | 2025-08-26T20:25:21.991Z | Checking generic-array v0.14.7 |
| 2058 | 2025-08-26T20:25:22.071Z | Checking signal-hook-registry v1.4.2 |
| 2059 | 2025-08-26T20:25:22.105Z | Checking mio v1.0.2 |
| 2060 | 2025-08-26T20:25:22.108Z | Checking rand_core v0.6.4 |
| 2061 | 2025-08-26T20:25:22.275Z | Checking parking_lot v0.12.3 |
| 2062 | 2025-08-26T20:25:22.338Z | Checking zerovec v0.10.4 |
| 2063 | 2025-08-26T20:25:22.499Z | Checking socket2 v0.6.0 |
| 2064 | 2025-08-26T20:25:22.636Z | Checking futures-core v0.3.31 |
| 2065 | 2025-08-26T20:25:22.709Z | Checking allocator-api2 v0.2.21 |
| 2066 | 2025-08-26T20:25:22.767Z | Checking once_cell v1.21.3 |
| 2067 | 2025-08-26T20:25:22.844Z | Checking cpufeatures v0.2.14 |
| 2068 | 2025-08-26T20:25:22.959Z | Checking foldhash v0.1.5 |
| 2069 | 2025-08-26T20:25:22.973Z | Checking equivalent v1.0.2 |
| 2070 | 2025-08-26T20:25:23.050Z | Checking litemap v0.7.3 |
| 2071 | 2025-08-26T20:25:23.071Z | Checking writeable v0.5.5 |
| 2072 | 2025-08-26T20:25:23.091Z | Checking crypto-common v0.1.6 |
| 2073 | 2025-08-26T20:25:23.107Z | Checking block-buffer v0.10.4 |
| 2074 | 2025-08-26T20:25:23.216Z | Checking block-padding v0.3.3 |
| 2075 | 2025-08-26T20:25:23.298Z | Checking getrandom v0.3.1 |
| 2076 | 2025-08-26T20:25:23.345Z | Checking digest v0.10.7 |
| 2077 | 2025-08-26T20:25:23.365Z | Checking hashbrown v0.15.4 |
| 2078 | 2025-08-26T20:25:23.403Z | Checking percent-encoding v2.3.1 |
| 2079 | 2025-08-26T20:25:23.422Z | Checking zerocopy v0.7.35 |
| 2080 | 2025-08-26T20:25:23.442Z | Checking inout v0.1.3 |
| 2081 | 2025-08-26T20:25:23.534Z | Checking libm v0.2.8 |
| 2082 | 2025-08-26T20:25:23.629Z | Checking futures-sink v0.3.31 |
| 2083 | 2025-08-26T20:25:23.672Z | Checking icu_locid_transform_data v1.5.0 |
| 2084 | 2025-08-26T20:25:23.708Z | Checking hmac v0.12.1 |
| 2085 | 2025-08-26T20:25:23.793Z | Checking ryu v1.0.18 |
| 2086 | 2025-08-26T20:25:23.811Z | Checking futures-channel v0.3.31 |
| 2087 | 2025-08-26T20:25:23.889Z | Checking tinystr v0.7.6 |
| 2088 | 2025-08-26T20:25:23.924Z | Checking icu_collections v1.5.0 |
| 2089 | 2025-08-26T20:25:24.053Z | Checking sha2 v0.10.9 |
| 2090 | 2025-08-26T20:25:24.169Z | Checking cipher v0.4.4 |
| 2091 | 2025-08-26T20:25:24.223Z | Checking icu_locid v1.5.0 |
| 2092 | 2025-08-26T20:25:24.398Z | Checking slab v0.4.9 |
| 2093 | 2025-08-26T20:25:24.446Z | Checking num-traits v0.2.19 |
| 2094 | 2025-08-26T20:25:24.552Z | Checking futures-task v0.3.31 |
| 2095 | 2025-08-26T20:25:24.599Z | Checking base64ct v1.6.0 |
| 2096 | 2025-08-26T20:25:24.626Z | Checking pin-utils v0.1.0 |
| 2097 | 2025-08-26T20:25:24.668Z | Checking icu_properties_data v1.5.0 |
| 2098 | 2025-08-26T20:25:24.687Z | Checking futures-io v0.3.31 |
| 2099 | 2025-08-26T20:25:24.739Z | Checking write16 v1.0.0 |
| 2100 | 2025-08-26T20:25:24.790Z | Checking flagset v0.4.6 |
| 2101 | 2025-08-26T20:25:24.878Z | Checking utf8_iter v1.0.4 |
| 2102 | 2025-08-26T20:25:24.896Z | Checking futures-util v0.3.31 |
| 2103 | 2025-08-26T20:25:24.914Z | Checking utf16_iter v1.0.5 |
| 2104 | 2025-08-26T20:25:25.005Z | Checking icu_normalizer_data v1.5.0 |
| 2105 | 2025-08-26T20:25:25.043Z | Checking pem-rfc7468 v0.7.0 |
| 2106 | 2025-08-26T20:25:25.086Z | Checking ppv-lite86 v0.2.20 |
| 2107 | 2025-08-26T20:25:25.105Z | Checking salsa20 v0.10.2 |
| 2108 | 2025-08-26T20:25:25.123Z | Checking pbkdf2 v0.12.2 |
| 2109 | 2025-08-26T20:25:25.155Z | Checking icu_provider v1.5.0 |
| 2110 | 2025-08-26T20:25:25.213Z | Checking bytes v1.10.1 |
| 2111 | 2025-08-26T20:25:25.292Z | Checking bitflags v2.9.1 |
| 2112 | 2025-08-26T20:25:25.315Z | Checking serde_json v1.0.142 |
| 2113 | 2025-08-26T20:25:25.330Z | Checking indexmap v2.10.0 |
| 2114 | 2025-08-26T20:25:25.615Z | Checking der v0.7.9 |
| 2115 | 2025-08-26T20:25:25.746Z | Checking icu_locid_transform v1.5.0 |
| 2116 | 2025-08-26T20:25:25.795Z | Checking fnv v1.0.7 |
| 2117 | 2025-08-26T20:25:25.901Z | Checking scrypt v0.11.0 |
| 2118 | 2025-08-26T20:25:25.948Z | Checking aes v0.8.4 |
| 2119 | 2025-08-26T20:25:26.137Z | Checking cbc v0.1.2 |
| 2120 | 2025-08-26T20:25:26.183Z | Checking tokio v1.47.0 |
| 2121 | 2025-08-26T20:25:26.356Z | Checking http v1.3.1 |
| 2122 | 2025-08-26T20:25:26.558Z | Checking form_urlencoded v1.2.1 |
| 2123 | 2025-08-26T20:25:26.708Z | Checking icu_properties v1.5.1 |
| 2124 | 2025-08-26T20:25:26.783Z | Checking uuid v1.17.0 |
| 2125 | 2025-08-26T20:25:26.804Z | Checking tracing-core v0.1.32 |
| 2126 | 2025-08-26T20:25:26.923Z | Checking base64 v0.22.1 |
| 2127 | 2025-08-26T20:25:27.299Z | Checking spki v0.7.3 |
| 2128 | 2025-08-26T20:25:27.406Z | Compiling newtype-uuid v1.2.4 |
| 2129 | 2025-08-26T20:25:27.426Z | Checking tracing v0.1.40 |
| 2130 | 2025-08-26T20:25:27.444Z | Checking rustls-pki-types v1.10.0 |
| 2131 | 2025-08-26T20:25:27.572Z | Checking http-body v1.0.1 |
| 2132 | 2025-08-26T20:25:27.591Z | Checking pkcs5 v0.7.1 |
| 2133 | 2025-08-26T20:25:27.727Z | Checking iana-time-zone v0.1.63 |
| 2134 | 2025-08-26T20:25:27.771Z | Checking tinyvec_macros v0.1.1 |
| 2135 | 2025-08-26T20:25:27.832Z | Checking rand_core v0.9.3 |
| 2136 | 2025-08-26T20:25:27.883Z | Checking tinyvec v1.8.0 |
| 2137 | 2025-08-26T20:25:27.903Z | Checking chrono v0.4.41 |
| 2138 | 2025-08-26T20:25:27.977Z | Checking aws-lc-sys v0.26.0 |
| 2139 | 2025-08-26T20:25:28.070Z | Checking pkcs8 v0.10.2 |
| 2140 | 2025-08-26T20:25:28.189Z | Checking errno v0.3.12 |
| 2141 | 2025-08-26T20:25:28.388Z | Checking spin v0.9.8 |
| 2142 | 2025-08-26T20:25:28.406Z | Checking foreign-types-shared v0.1.1 |
| 2143 | 2025-08-26T20:25:28.537Z | Checking atomic-waker v1.1.2 |
| 2144 | 2025-08-26T20:25:28.703Z | Checking untrusted v0.7.1 |
| 2145 | 2025-08-26T20:25:28.751Z | Checking openssl-probe v0.1.5 |
| 2146 | 2025-08-26T20:25:28.898Z | Checking try-lock v0.2.5 |
| 2147 | 2025-08-26T20:25:28.917Z | Checking adler2 v2.0.0 |
| 2148 | 2025-08-26T20:25:29.048Z | Checking untrusted v0.9.0 |
| 2149 | 2025-08-26T20:25:29.080Z | Checking tower-service v0.3.3 |
| 2150 | 2025-08-26T20:25:29.217Z | Checking miniz_oxide v0.8.5 |
| 2151 | 2025-08-26T20:25:29.245Z | Checking ring v0.17.14 |
| 2152 | 2025-08-26T20:25:29.262Z | Checking want v0.3.1 |
| 2153 | 2025-08-26T20:25:29.367Z | Checking foreign-types v0.3.2 |
| 2154 | 2025-08-26T20:25:29.458Z | Checking rand_chacha v0.9.0 |
| 2155 | 2025-08-26T20:25:29.478Z | Checking ipnet v2.11.0 |
| 2156 | 2025-08-26T20:25:29.851Z | Checking httparse v1.9.5 |
| 2157 | 2025-08-26T20:25:29.917Z | Checking openssl-sys v0.9.109 |
| 2158 | 2025-08-26T20:25:29.950Z | Checking icu_normalizer v1.5.0 |
| 2159 | 2025-08-26T20:25:29.982Z | Checking thiserror v1.0.69 |
| 2160 | 2025-08-26T20:25:30.031Z | Checking aho-corasick v1.1.3 |
| 2161 | 2025-08-26T20:25:30.139Z | Checking powerfmt v0.2.0 |
| 2162 | 2025-08-26T20:25:30.174Z | Checking aws-lc-rs v1.12.4 |
| 2163 | 2025-08-26T20:25:30.303Z | Checking unicode-ident v1.0.18 |
| 2164 | 2025-08-26T20:25:30.437Z | Checking httpdate v1.0.3 |
| 2165 | 2025-08-26T20:25:30.491Z | Checking regex-syntax v0.8.5 |
| 2166 | 2025-08-26T20:25:30.711Z | Checking idna_adapter v1.2.0 |
| 2167 | 2025-08-26T20:25:30.731Z | Checking proc-macro2 v1.0.95 |
| 2168 | 2025-08-26T20:25:30.941Z | Checking idna v1.0.3 |
| 2169 | 2025-08-26T20:25:31.070Z | Checking openssl v0.10.73 |
| 2170 | 2025-08-26T20:25:31.385Z | Checking deranged v0.3.11 |
| 2171 | 2025-08-26T20:25:31.402Z | Checking rand v0.9.2 |
| 2172 | 2025-08-26T20:25:31.441Z | Checking url v2.5.4 |
| 2173 | 2025-08-26T20:25:31.521Z | Checking unicode-normalization v0.1.24 |
| 2174 | 2025-08-26T20:25:31.877Z | Checking rustls-webpki v0.102.8 |
| 2175 | 2025-08-26T20:25:32.328Z | Checking rustix v0.38.37 |
| 2176 | 2025-08-26T20:25:32.386Z | Checking crossbeam-utils v0.8.21 |
| 2177 | 2025-08-26T20:25:32.460Z | Checking semver v1.0.26 |
| 2178 | 2025-08-26T20:25:32.678Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2179 | 2025-08-26T20:25:32.696Z | Checking signature v2.2.0 |
| 2180 | 2025-08-26T20:25:32.813Z | Checking scroll v0.12.0 |
| 2181 | 2025-08-26T20:25:32.890Z | Checking crc32fast v1.4.2 |
| 2182 | 2025-08-26T20:25:32.907Z | Checking num_threads v0.1.7 |
| 2183 | 2025-08-26T20:25:33.045Z | Checking unicode-properties v0.1.3 |
| 2184 | 2025-08-26T20:25:33.114Z | Checking time-core v0.1.2 |
| 2185 | 2025-08-26T20:25:33.136Z | Checking num-conv v0.1.0 |
| 2186 | 2025-08-26T20:25:33.156Z | Checking tokio-util v0.7.15 |
| 2187 | 2025-08-26T20:25:33.251Z | Checking utf8parse v0.2.2 |
| 2188 | 2025-08-26T20:25:33.297Z | Checking either v1.15.0 |
| 2189 | 2025-08-26T20:25:33.410Z | Checking ucd-trie v0.1.7 |
| 2190 | 2025-08-26T20:25:33.428Z | Checking anstyle v1.0.11 |
| 2191 | 2025-08-26T20:25:33.432Z | Checking dyn-clone v1.0.20 |
| 2192 | 2025-08-26T20:25:33.607Z | Checking zlib-rs v0.5.1 |
| 2193 | 2025-08-26T20:25:33.645Z | Checking unicode-bidi v0.3.17 |
| 2194 | 2025-08-26T20:25:33.662Z | Checking regex-automata v0.4.8 |
| 2195 | 2025-08-26T20:25:33.677Z | Checking siphasher v0.3.11 |
| 2196 | 2025-08-26T20:25:33.790Z | Checking plain v0.2.3 |
| 2197 | 2025-08-26T20:25:33.969Z | Checking goblin v0.8.2 |
| 2198 | 2025-08-26T20:25:34.005Z | Checking phf_shared v0.11.2 |
| 2199 | 2025-08-26T20:25:34.252Z | Checking stringprep v0.1.5 |
| 2200 | 2025-08-26T20:25:34.297Z | Checking pest v2.7.14 |
| 2201 | 2025-08-26T20:25:34.414Z | Checking h2 v0.4.6 |
| 2202 | 2025-08-26T20:25:34.530Z | Checking schemars v0.8.22 |
| 2203 | 2025-08-26T20:25:35.438Z | Checking libz-rs-sys v0.5.1 |
| 2204 | 2025-08-26T20:25:35.519Z | Checking anstyle-parse v0.2.5 |
| 2205 | 2025-08-26T20:25:35.655Z | Checking time v0.3.36 |
| 2206 | 2025-08-26T20:25:35.800Z | Checking crossbeam-epoch v0.9.18 |
| 2207 | 2025-08-26T20:25:36.093Z | Checking rustls v0.23.19 |
| 2208 | 2025-08-26T20:25:36.229Z | Checking native-tls v0.2.12 |
| 2209 | 2025-08-26T20:25:36.256Z | Checking quote v1.0.40 |
| 2210 | 2025-08-26T20:25:36.609Z | Checking num-integer v0.1.46 |
| 2211 | 2025-08-26T20:25:36.748Z | Checking zerocopy v0.8.26 |
| 2212 | 2025-08-26T20:25:36.834Z | Checking rand_chacha v0.3.1 |
| 2213 | 2025-08-26T20:25:37.116Z | Checking toml_datetime v0.6.11 |
| 2214 | 2025-08-26T20:25:37.268Z | Checking serde_spanned v0.6.9 |
| 2215 | 2025-08-26T20:25:37.473Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2216 | 2025-08-26T20:25:37.498Z | Checking md-5 v0.10.6 |
| 2217 | 2025-08-26T20:25:37.714Z | Checking sync_wrapper v1.0.1 |
| 2218 | 2025-08-26T20:25:37.765Z | Checking ff v0.13.0 |
| 2219 | 2025-08-26T20:25:37.860Z | Checking hash32 v0.2.1 |
| 2220 | 2025-08-26T20:25:37.940Z | Checking is_terminal_polyfill v1.70.1 |
| 2221 | 2025-08-26T20:25:37.980Z | Checking pretty-hex v0.4.1 |
| 2222 | 2025-08-26T20:25:38.000Z | Checking tower-layer v0.3.3 |
| 2223 | 2025-08-26T20:25:38.085Z | Checking gimli v0.31.1 |
| 2224 | 2025-08-26T20:25:38.135Z | Checking colorchoice v1.0.2 |
| 2225 | 2025-08-26T20:25:38.201Z | Checking base16ct v0.2.0 |
| 2226 | 2025-08-26T20:25:38.279Z | Checking fallible-iterator v0.2.0 |
| 2227 | 2025-08-26T20:25:38.299Z | Checking anstyle-query v1.1.1 |
| 2228 | 2025-08-26T20:25:38.402Z | Checking psl-types v2.0.11 |
| 2229 | 2025-08-26T20:25:38.441Z | Checking anstream v0.6.18 |
| 2230 | 2025-08-26T20:25:38.612Z | Checking publicsuffix v2.3.0 |
| 2231 | 2025-08-26T20:25:38.823Z | Checking dof v0.3.0 |
| 2232 | 2025-08-26T20:25:38.839Z | Checking sec1 v0.7.3 |
| 2233 | 2025-08-26T20:25:38.879Z | Checking postgres-protocol v0.6.8 |
| 2234 | 2025-08-26T20:25:38.905Z | Checking tower v0.5.2 |
| 2235 | 2025-08-26T20:25:39.206Z | Checking heapless v0.7.17 |
| 2236 | 2025-08-26T20:25:39.411Z | Checking cookie v0.18.1 |
| 2237 | 2025-08-26T20:25:39.538Z | Checking group v0.13.0 |
| 2238 | 2025-08-26T20:25:39.614Z | Checking zstd-safe v7.2.3 |
| 2239 | 2025-08-26T20:25:39.820Z | Checking rand v0.8.5 |
| 2240 | 2025-08-26T20:25:39.851Z | Checking num-iter v0.1.45 |
| 2241 | 2025-08-26T20:25:39.918Z | Compiling daft v0.1.4 |
| 2242 | 2025-08-26T20:25:40.039Z | Checking dtrace-parser v0.2.0 |
| 2243 | 2025-08-26T20:25:40.087Z | Checking syn v2.0.104 |
| 2244 | 2025-08-26T20:25:40.131Z | Checking tokio-native-tls v0.3.1 |
| 2245 | 2025-08-26T20:25:40.420Z | Checking ipnetwork v0.21.1 |
| 2246 | 2025-08-26T20:25:40.444Z | Checking flate2 v1.1.2 |
| 2247 | 2025-08-26T20:25:40.540Z | Checking terminal_size v0.4.0 |
| 2248 | 2025-08-26T20:25:40.602Z | Checking hyper v1.6.0 |
| 2249 | 2025-08-26T20:25:40.737Z | Checking rustls-native-certs v0.8.1 |
| 2250 | 2025-08-26T20:25:40.814Z | Checking lazy_static v1.5.0 |
| 2251 | 2025-08-26T20:25:40.940Z | Checking webpki-roots v1.0.1 |
| 2252 | 2025-08-26T20:25:40.958Z | Checking http-body-util v0.1.3 |
| 2253 | 2025-08-26T20:25:40.976Z | Checking signal-hook v0.3.18 |
| 2254 | 2025-08-26T20:25:41.052Z | Checking hkdf v0.12.4 |
| 2255 | 2025-08-26T20:25:41.113Z | Checking tokio-rustls v0.26.0 |
| 2256 | 2025-08-26T20:25:41.133Z | Checking crypto-bigint v0.5.5 |
| 2257 | 2025-08-26T20:25:41.290Z | Checking thread-id v4.2.2 |
| 2258 | 2025-08-26T20:25:41.312Z | Checking object v0.36.5 |
| 2259 | 2025-08-26T20:25:41.390Z | Checking clap_lex v0.7.4 |
| 2260 | 2025-08-26T20:25:41.423Z | Checking managed v0.8.0 |
| 2261 | 2025-08-26T20:25:41.516Z | Checking strsim v0.11.1 |
| 2262 | 2025-08-26T20:25:41.685Z | Compiling rayon-core v1.12.1 |
| 2263 | 2025-08-26T20:25:41.797Z | Checking bumpalo v3.16.0 |
| 2264 | 2025-08-26T20:25:41.824Z | Checking rustc-demangle v0.1.24 |
| 2265 | 2025-08-26T20:25:41.843Z | Checking addr2line v0.24.2 |
| 2266 | 2025-08-26T20:25:41.987Z | Checking iri-string v0.7.8 |
| 2267 | 2025-08-26T20:25:42.147Z | Checking bitflags v1.3.2 |
| 2268 | 2025-08-26T20:25:42.270Z | Checking winnow v0.5.40 |
| 2269 | 2025-08-26T20:25:42.303Z | Checking lockfree-object-pool v0.1.6 |
| 2270 | 2025-08-26T20:25:42.397Z | Checking simd-adler32 v0.3.7 |
| 2271 | 2025-08-26T20:25:42.540Z | Checking hyper-util v0.1.16 |
| 2272 | 2025-08-26T20:25:42.569Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2273 | 2025-08-26T20:25:42.760Z | Checking zopfli v0.8.1 |
| 2274 | 2025-08-26T20:25:42.914Z | Checking smoltcp v0.9.1 |
| 2275 | 2025-08-26T20:25:43.499Z | Checking clap_builder v4.5.41 |
| 2276 | 2025-08-26T20:25:43.779Z | Checking elliptic-curve v0.13.8 |
| 2277 | 2025-08-26T20:25:44.336Z | Checking signal-hook-mio v0.2.4 |
| 2278 | 2025-08-26T20:25:44.420Z | Checking num-bigint-dig v0.8.4 |
| 2279 | 2025-08-26T20:25:44.495Z | Checking tower-http v0.6.6 |
| 2280 | 2025-08-26T20:25:44.512Z | Checking oxnet v0.1.3 |
| 2281 | 2025-08-26T20:25:44.937Z | Checking zstd v0.13.3 |
| 2282 | 2025-08-26T20:25:45.086Z | Checking cookie_store v0.21.1 |
| 2283 | 2025-08-26T20:25:45.107Z | Checking hyper-rustls v0.27.7 |
| 2284 | 2025-08-26T20:25:45.154Z | Checking toml_edit v0.19.15 |
| 2285 | 2025-08-26T20:25:45.314Z | Checking hyper-tls v0.6.0 |
| 2286 | 2025-08-26T20:25:45.485Z | Checking postgres-types v0.2.9 |
| 2287 | 2025-08-26T20:25:45.617Z | Checking regex v1.11.1 |
| 2288 | 2025-08-26T20:25:45.776Z | Checking bstr v1.10.0 |
| 2289 | 2025-08-26T20:25:45.864Z | Checking usdt-impl v0.5.0 |
| 2290 | 2025-08-26T20:25:46.092Z | Checking crossbeam-deque v0.8.5 |
| 2291 | 2025-08-26T20:25:46.218Z | Checking phf v0.11.2 |
| 2292 | 2025-08-26T20:25:46.341Z | Checking ed25519 v2.2.3 |
| 2293 | 2025-08-26T20:25:46.411Z | Checking bzip2 v0.4.4 |
| 2294 | 2025-08-26T20:25:46.431Z | Checking bzip2 v0.5.2 |
| 2295 | 2025-08-26T20:25:46.447Z | Checking curve25519-dalek v4.1.3 |
| 2296 | 2025-08-26T20:25:46.473Z | Checking thiserror v2.0.12 |
| 2297 | 2025-08-26T20:25:46.629Z | Checking pkcs1 v0.7.5 |
| 2298 | 2025-08-26T20:25:46.632Z | Checking strum v0.27.2 |
| 2299 | 2025-08-26T20:25:46.662Z | Checking hubpack v0.1.2 |
| 2300 | 2025-08-26T20:25:46.704Z | Checking memoffset v0.9.1 |
| 2301 | 2025-08-26T20:25:46.804Z | Checking serde_urlencoded v0.7.1 |
| 2302 | 2025-08-26T20:25:46.823Z | Checking float-cmp v0.10.0 |
| 2303 | 2025-08-26T20:25:46.961Z | Checking serde-big-array v0.5.1 |
| 2304 | 2025-08-26T20:25:46.965Z | Checking rfc6979 v0.4.0 |
| 2305 | 2025-08-26T20:25:47.025Z | Checking socket2 v0.5.10 |
| 2306 | 2025-08-26T20:25:47.029Z | Checking memmap v0.7.0 |
| 2307 | 2025-08-26T20:25:47.060Z | Checking backtrace v0.3.74 |
| 2308 | 2025-08-26T20:25:47.171Z | Checking encoding_rs v0.8.34 |
| 2309 | 2025-08-26T20:25:47.189Z | Checking difflib v0.4.0 |
| 2310 | 2025-08-26T20:25:47.194Z | Checking normalize-line-endings v0.3.0 |
| 2311 | 2025-08-26T20:25:47.245Z | Checking fixedbitset v0.4.2 |
| 2312 | 2025-08-26T20:25:47.330Z | Checking predicates-core v1.0.8 |
| 2313 | 2025-08-26T20:25:47.520Z | Checking toml_write v0.1.2 |
| 2314 | 2025-08-26T20:25:47.523Z | Checking winnow v0.7.10 |
| 2315 | 2025-08-26T20:25:47.523Z | Checking mime v0.3.17 |
| 2316 | 2025-08-26T20:25:47.523Z | Checking minimal-lexical v0.2.1 |
| 2317 | 2025-08-26T20:25:47.579Z | Checking unicode-width v0.2.0 |
| 2318 | 2025-08-26T20:25:47.598Z | Checking precomputed-hash v0.1.1 |
| 2319 | 2025-08-26T20:25:47.717Z | Checking whoami v1.5.2 |
| 2320 | 2025-08-26T20:25:47.834Z | Checking data-encoding v2.9.0 |
| 2321 | 2025-08-26T20:25:47.883Z | Checking new_debug_unreachable v1.0.6 |
| 2322 | 2025-08-26T20:25:47.928Z | Checking static_assertions v1.1.0 |
| 2323 | 2025-08-26T20:25:47.990Z | Checking unicode-segmentation v1.12.0 |
| 2324 | 2025-08-26T20:25:48.010Z | Checking tokio-postgres v0.7.13 |
| 2325 | 2025-08-26T20:25:48.034Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2326 | 2025-08-26T20:25:48.051Z | Checking console v0.15.10 |
| 2327 | 2025-08-26T20:25:48.227Z | Checking ed25519-dalek v2.1.1 |
| 2328 | 2025-08-26T20:25:48.387Z | Checking hickory-proto v0.25.2 |
| 2329 | 2025-08-26T20:25:48.619Z | Checking string_cache v0.8.9 |
| 2330 | 2025-08-26T20:25:48.642Z | Checking nom v7.1.3 |
| 2331 | 2025-08-26T20:25:48.700Z | Checking similar v2.7.0 |
| 2332 | 2025-08-26T20:25:48.925Z | Checking anyhow v1.0.99 |
| 2333 | 2025-08-26T20:25:49.314Z | Checking toml v0.7.8 |
| 2334 | 2025-08-26T20:25:49.340Z | Checking reqwest v0.12.22 |
| 2335 | 2025-08-26T20:25:49.528Z | Checking predicates v3.1.3 |
| 2336 | 2025-08-26T20:25:50.055Z | Checking petgraph v0.6.5 |
| 2337 | 2025-08-26T20:25:50.160Z | Checking usdt v0.5.0 |
| 2338 | 2025-08-26T20:25:50.262Z | Checking toml_edit v0.22.27 |
| 2339 | 2025-08-26T20:25:50.449Z | Checking ecdsa v0.16.9 |
| 2340 | 2025-08-26T20:25:50.754Z | Checking rsa v0.9.6 |
| 2341 | 2025-08-26T20:25:51.158Z | Checking nix v0.29.0 |
| 2342 | 2025-08-26T20:25:51.266Z | Checking zip v4.2.0 |
| 2343 | 2025-08-26T20:25:51.574Z | Checking zip v0.6.6 |
| 2344 | 2025-08-26T20:25:52.275Z | Checking clap v4.5.41 |
| 2345 | 2025-08-26T20:25:52.406Z | Checking crossterm v0.28.1 |
| 2346 | 2025-08-26T20:25:52.480Z | Checking ahash v0.8.12 |
| 2347 | 2025-08-26T20:25:52.504Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2348 | 2025-08-26T20:25:52.581Z | Checking tokio-stream v0.1.17 |
| 2349 | 2025-08-26T20:25:52.866Z | Checking itertools v0.12.1 |
| 2350 | 2025-08-26T20:25:52.871Z | Checking itertools v0.10.5 |
| 2351 | 2025-08-26T20:25:52.871Z | Checking itertools v0.13.0 |
| 2352 | 2025-08-26T20:25:53.011Z | Checking fs-err v3.1.1 |
| 2353 | 2025-08-26T20:25:53.328Z | Checking buf-list v1.0.3 |
| 2354 | 2025-08-26T20:25:53.371Z | Checking strum v0.26.3 |
| 2355 | 2025-08-26T20:25:53.554Z | Checking slog v2.7.0 |
| 2356 | 2025-08-26T20:25:53.589Z | Checking rustix v1.0.7 |
| 2357 | 2025-08-26T20:25:53.653Z | Checking x509-cert v0.2.5 |
| 2358 | 2025-08-26T20:25:54.020Z | Checking openapiv3 v2.2.0 |
| 2359 | 2025-08-26T20:25:54.075Z | Checking sha1 v0.10.6 |
| 2360 | 2025-08-26T20:25:54.390Z | Checking winnow v0.6.26 |
| 2361 | 2025-08-26T20:25:54.939Z | Checking unicode-xid v0.2.6 |
| 2362 | 2025-08-26T20:25:54.957Z | Checking peg-runtime v0.8.5 |
| 2363 | 2025-08-26T20:25:55.122Z | Checking rustc-hash v2.1.1 |
| 2364 | 2025-08-26T20:25:55.141Z | Checking lalrpop-util v0.19.12 |
| 2365 | 2025-08-26T20:25:55.209Z | Checking rayon v1.10.0 |
| 2366 | 2025-08-26T20:25:55.229Z | Checking camino v1.1.11 |
| 2367 | 2025-08-26T20:25:55.307Z | Checking sigpipe v0.1.3 |
| 2368 | 2025-08-26T20:25:55.330Z | Checking jiff v0.2.15 |
| 2369 | 2025-08-26T20:25:55.437Z | Checking glob v0.3.2 |
| 2370 | 2025-08-26T20:25:59.125Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2371 | 2025-08-26T20:25:59.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.55s |
| 2372 | 2025-08-26T20:25:59.693Z | |
| 2373 | 2025-08-26T20:25:59.693Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/221) |
| 2374 | 2025-08-26T20:26:00.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2375 | 2025-08-26T20:26:00.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2376 | 2025-08-26T20:26:00.512Z | Compiling regress v0.10.4 |
| 2377 | 2025-08-26T20:26:00.642Z | Checking heck v0.5.0 |
| 2378 | 2025-08-26T20:26:00.670Z | Compiling unsafe-libyaml v0.2.11 |
| 2379 | 2025-08-26T20:26:00.688Z | Checking newtype-uuid v1.2.4 |
| 2380 | 2025-08-26T20:26:00.706Z | Compiling structmeta-derive v0.3.0 |
| 2381 | 2025-08-26T20:26:00.709Z | Checking dirs-sys-next v0.1.2 |
| 2382 | 2025-08-26T20:26:00.723Z | Checking fastrand v2.1.1 |
| 2383 | 2025-08-26T20:26:00.829Z | Checking thread_local v1.1.8 |
| 2384 | 2025-08-26T20:26:00.908Z | Checking dirs-next v2.0.0 |
| 2385 | 2025-08-26T20:26:00.984Z | Checking daft v0.1.4 |
| 2386 | 2025-08-26T20:26:01.053Z | Compiling ident_case v1.0.1 |
| 2387 | 2025-08-26T20:26:01.073Z | Checking tempfile v3.20.0 |
| 2388 | 2025-08-26T20:26:01.112Z | Checking term v0.7.0 |
| 2389 | 2025-08-26T20:26:01.249Z | Compiling darling_core v0.20.10 |
| 2390 | 2025-08-26T20:26:01.417Z | Checking crossbeam-channel v0.5.15 |
| 2391 | 2025-08-26T20:26:01.447Z | Checking futures-executor v0.3.31 |
| 2392 | 2025-08-26T20:26:01.548Z | Checking is-terminal v0.4.13 |
| 2393 | 2025-08-26T20:26:01.684Z | Compiling rustls v0.22.4 |
| 2394 | 2025-08-26T20:26:01.706Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2395 | 2025-08-26T20:26:02.019Z | Compiling serde_yaml v0.9.34+deprecated |
| 2396 | 2025-08-26T20:26:02.067Z | Checking take_mut v0.2.2 |
| 2397 | 2025-08-26T20:26:02.183Z | Checking slog-term v2.9.1 |
| 2398 | 2025-08-26T20:26:02.233Z | Checking slog-async v2.8.0 |
| 2399 | 2025-08-26T20:26:02.420Z | Checking futures v0.3.31 |
| 2400 | 2025-08-26T20:26:02.543Z | Compiling proc-macro-crate v1.3.1 |
| 2401 | 2025-08-26T20:26:02.560Z | Checking wait-timeout v0.2.0 |
| 2402 | 2025-08-26T20:26:02.704Z | Compiling multer v3.1.0 |
| 2403 | 2025-08-26T20:26:02.757Z | Checking bit-vec v0.8.0 |
| 2404 | 2025-08-26T20:26:03.047Z | Compiling ref-cast v1.0.24 |
| 2405 | 2025-08-26T20:26:03.134Z | Checking match_cfg v0.1.0 |
| 2406 | 2025-08-26T20:26:03.207Z | Compiling structmeta v0.3.0 |
| 2407 | 2025-08-26T20:26:03.272Z | Checking quick-error v1.2.3 |
| 2408 | 2025-08-26T20:26:03.402Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2409 | 2025-08-26T20:26:03.438Z | Checking rusty-fork v0.3.0 |
| 2410 | 2025-08-26T20:26:03.632Z | Compiling derive-ex v0.1.8 |
| 2411 | 2025-08-26T20:26:03.651Z | Compiling num_enum_derive v0.5.11 |
| 2412 | 2025-08-26T20:26:03.752Z | Checking hostname v0.3.1 |
| 2413 | 2025-08-26T20:26:03.774Z | Checking bit-set v0.8.0 |
| 2414 | 2025-08-26T20:26:04.006Z | Checking typify-impl v0.3.0 |
| 2415 | 2025-08-26T20:26:04.048Z | Checking typify-impl v0.2.0 |
| 2416 | 2025-08-26T20:26:06.469Z | Checking toml_parser v1.0.2 |
| 2417 | 2025-08-26T20:26:06.558Z | Checking progenitor-client v0.9.1 |
| 2418 | 2025-08-26T20:26:06.974Z | Compiling darling_macro v0.20.10 |
| 2419 | 2025-08-26T20:26:06.997Z | Checking rand_xorshift v0.4.0 |
| 2420 | 2025-08-26T20:26:07.180Z | Checking slog-json v2.6.1 |
| 2421 | 2025-08-26T20:26:07.202Z | Compiling lzma-sys v0.1.20 |
| 2422 | 2025-08-26T20:26:07.323Z | Checking toml_datetime v0.7.0 |
| 2423 | 2025-08-26T20:26:07.451Z | Checking hex v0.4.3 |
| 2424 | 2025-08-26T20:26:07.732Z | Checking serde_spanned v1.0.0 |
| 2425 | 2025-08-26T20:26:07.756Z | Compiling async-stream-impl v0.3.6 |
| 2426 | 2025-08-26T20:26:07.911Z | Compiling darling v0.20.10 |
| 2427 | 2025-08-26T20:26:07.934Z | Compiling foreign-types-macros v0.2.3 |
| 2428 | 2025-08-26T20:26:07.938Z | Compiling ref-cast-impl v1.0.24 |
| 2429 | 2025-08-26T20:26:07.971Z | Compiling dropshot v0.16.3 |
| 2430 | 2025-08-26T20:26:08.038Z | Checking arc-swap v1.7.1 |
| 2431 | 2025-08-26T20:26:08.189Z | Checking foreign-types-shared v0.3.1 |
| 2432 | 2025-08-26T20:26:08.315Z | Checking unarray v0.1.4 |
| 2433 | 2025-08-26T20:26:08.370Z | Checking toml_writer v1.0.2 |
| 2434 | 2025-08-26T20:26:08.454Z | Checking utf-8 v0.7.6 |
| 2435 | 2025-08-26T20:26:08.497Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2436 | 2025-08-26T20:26:08.619Z | Checking proptest v1.7.0 |
| 2437 | 2025-08-26T20:26:08.682Z | Checking tungstenite v0.21.0 |
| 2438 | 2025-08-26T20:26:08.731Z | Checking toml v0.9.5 |
| 2439 | 2025-08-26T20:26:09.042Z | Checking async-stream v0.3.6 |
| 2440 | 2025-08-26T20:26:09.182Z | Checking foreign-types v0.5.0 |
| 2441 | 2025-08-26T20:26:09.251Z | Checking slog-scope v4.4.0 |
| 2442 | 2025-08-26T20:26:09.363Z | Compiling serde_with_macros v3.14.0 |
| 2443 | 2025-08-26T20:26:09.377Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2444 | 2025-08-26T20:26:09.501Z | Compiling test-strategy v0.4.3 |
| 2445 | 2025-08-26T20:26:09.524Z | Checking slog-bunyan v2.5.0 |
| 2446 | 2025-08-26T20:26:09.543Z | Checking tokio-rustls v0.25.0 |
| 2447 | 2025-08-26T20:26:09.724Z | Checking num_enum v0.5.11 |
| 2448 | 2025-08-26T20:26:09.897Z | Compiling proc-macro-error v1.0.4 |
| 2449 | 2025-08-26T20:26:10.197Z | Compiling parse-display-derive v0.10.0 |
| 2450 | 2025-08-26T20:26:10.517Z | Checking progenitor-client v0.8.0 |
| 2451 | 2025-08-26T20:26:10.609Z | Compiling heck v0.3.3 |
| 2452 | 2025-08-26T20:26:10.890Z | Checking waitgroup v0.1.2 |
| 2453 | 2025-08-26T20:26:10.955Z | Checking rustls-pemfile v2.2.0 |
| 2454 | 2025-08-26T20:26:11.059Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2455 | 2025-08-26T20:26:11.198Z | Compiling dropshot_endpoint v0.16.3 |
| 2456 | 2025-08-26T20:26:11.802Z | Checking serde_path_to_error v0.1.17 |
| 2457 | 2025-08-26T20:26:11.878Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2458 | 2025-08-26T20:26:12.414Z | Compiling derive-where v1.5.0 |
| 2459 | 2025-08-26T20:26:12.651Z | Checking cstr-argument v0.1.2 |
| 2460 | 2025-08-26T20:26:12.854Z | Checking hostname v0.4.0 |
| 2461 | 2025-08-26T20:26:12.959Z | Checking instant v0.1.13 |
| 2462 | 2025-08-26T20:26:13.016Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2463 | 2025-08-26T20:26:13.100Z | Checking pretty-hex v0.2.1 |
| 2464 | 2025-08-26T20:26:13.119Z | Checking debug-ignore v1.0.5 |
| 2465 | 2025-08-26T20:26:13.347Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2466 | 2025-08-26T20:26:13.368Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2467 | 2025-08-26T20:26:13.433Z | Checking backoff v0.4.0 |
| 2468 | 2025-08-26T20:26:13.665Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2469 | 2025-08-26T20:26:13.742Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2470 | 2025-08-26T20:26:13.925Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2471 | 2025-08-26T20:26:13.991Z | Checking serde_with v3.14.0 |
| 2472 | 2025-08-26T20:26:14.027Z | Checking parse-display v0.10.0 |
| 2473 | 2025-08-26T20:26:14.103Z | Compiling zone_cfg_derive v0.1.2 |
| 2474 | 2025-08-26T20:26:14.145Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2475 | 2025-08-26T20:26:14.474Z | Checking tokio-tungstenite v0.21.0 |
| 2476 | 2025-08-26T20:26:14.909Z | Checking slog-stdlog v4.1.1 |
| 2477 | 2025-08-26T20:26:14.989Z | Checking iddqd v0.3.9 |
| 2478 | 2025-08-26T20:26:15.104Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2479 | 2025-08-26T20:26:15.439Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2480 | 2025-08-26T20:26:15.528Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2481 | 2025-08-26T20:26:15.601Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2482 | 2025-08-26T20:26:15.740Z | Checking progenitor-client v0.10.0 |
| 2483 | 2025-08-26T20:26:15.861Z | Checking colored v2.2.0 |
| 2484 | 2025-08-26T20:26:16.180Z | Checking macaddr v1.0.1 |
| 2485 | 2025-08-26T20:26:16.263Z | Checking base64 v0.21.7 |
| 2486 | 2025-08-26T20:26:16.506Z | Checking number_prefix v0.4.0 |
| 2487 | 2025-08-26T20:26:16.527Z | Checking base64 v0.13.1 |
| 2488 | 2025-08-26T20:26:16.600Z | Checking unicode-width v0.1.14 |
| 2489 | 2025-08-26T20:26:16.712Z | Checking indicatif v0.17.11 |
| 2490 | 2025-08-26T20:26:16.739Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2491 | 2025-08-26T20:26:16.810Z | Compiling typify-macro v0.3.0 |
| 2492 | 2025-08-26T20:26:16.863Z | Compiling typify-macro v0.2.0 |
| 2493 | 2025-08-26T20:26:16.929Z | Checking ron v0.7.1 |
| 2494 | 2025-08-26T20:26:17.092Z | Checking tabwriter v1.4.0 |
| 2495 | 2025-08-26T20:26:17.197Z | Checking zone v0.1.8 |
| 2496 | 2025-08-26T20:26:17.350Z | Checking slog-envlogger v2.2.0 |
| 2497 | 2025-08-26T20:26:17.399Z | Checking xz2 v0.1.7 |
| 2498 | 2025-08-26T20:26:17.593Z | Checking toml v0.8.23 |
| 2499 | 2025-08-26T20:26:17.723Z | Checking tokio-dtrace v0.1.0 |
| 2500 | 2025-08-26T20:26:17.846Z | Checking xattr v1.3.1 |
| 2501 | 2025-08-26T20:26:18.012Z | Checking yasna v0.5.2 |
| 2502 | 2025-08-26T20:26:18.033Z | Checking pem v3.0.5 |
| 2503 | 2025-08-26T20:26:18.074Z | Checking smf v0.2.3 |
| 2504 | 2025-08-26T20:26:18.333Z | Checking headers-core v0.3.0 |
| 2505 | 2025-08-26T20:26:18.377Z | Checking filetime v0.2.25 |
| 2506 | 2025-08-26T20:26:18.506Z | Checking same-file v1.0.6 |
| 2507 | 2025-08-26T20:26:18.549Z | Checking headers v0.4.1 |
| 2508 | 2025-08-26T20:26:18.622Z | Checking tar v0.4.44 |
| 2509 | 2025-08-26T20:26:18.654Z | Checking oxide-tokio-rt v0.1.2 |
| 2510 | 2025-08-26T20:26:18.704Z | Checking walkdir v2.5.0 |
| 2511 | 2025-08-26T20:26:18.876Z | Checking rcgen v0.12.1 |
| 2512 | 2025-08-26T20:26:18.895Z | Checking camino-tempfile v1.4.1 |
| 2513 | 2025-08-26T20:26:19.010Z | Checking atomicwrites v0.4.4 |
| 2514 | 2025-08-26T20:26:19.195Z | Checking subprocess v0.2.9 |
| 2515 | 2025-08-26T20:26:20.309Z | Compiling typify v0.2.0 |
| 2516 | 2025-08-26T20:26:20.312Z | Compiling typify v0.3.0 |
| 2517 | 2025-08-26T20:26:20.408Z | Compiling progenitor-impl v0.8.0 |
| 2518 | 2025-08-26T20:26:20.434Z | Compiling progenitor-impl v0.9.1 |
| 2519 | 2025-08-26T20:26:23.230Z | Compiling progenitor-macro v0.8.0 |
| 2520 | 2025-08-26T20:26:23.287Z | Compiling progenitor-macro v0.9.1 |
| 2521 | 2025-08-26T20:26:28.120Z | Checking progenitor v0.8.0 |
| 2522 | 2025-08-26T20:26:28.250Z | Checking progenitor v0.9.1 |
| 2523 | 2025-08-26T20:26:28.283Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2524 | 2025-08-26T20:26:28.400Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2525 | 2025-08-26T20:26:30.766Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2526 | 2025-08-26T20:26:31.184Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2527 | 2025-08-26T20:26:37.496Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2528 | 2025-08-26T20:26:39.129Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2529 | 2025-08-26T20:26:40.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.81s |
| 2530 | 2025-08-26T20:26:40.715Z | |
| 2531 | 2025-08-26T20:26:40.715Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/221) |
| 2532 | 2025-08-26T20:26:41.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2533 | 2025-08-26T20:26:41.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2534 | 2025-08-26T20:26:41.515Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2535 | 2025-08-26T20:26:43.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
| 2536 | 2025-08-26T20:26:43.246Z | |
| 2537 | 2025-08-26T20:26:43.246Z | info: running `cargo check --bins` on nexus-config (52/221) |
| 2538 | 2025-08-26T20:26:43.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2539 | 2025-08-26T20:26:43.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2540 | 2025-08-26T20:26:43.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2541 | 2025-08-26T20:26:43.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2542 | 2025-08-26T20:26:44.010Z | |
| 2543 | 2025-08-26T20:26:44.010Z | info: running `cargo check --bins` on omicron-rpaths (53/221) |
| 2544 | 2025-08-26T20:26:44.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2545 | 2025-08-26T20:26:44.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2546 | 2025-08-26T20:26:44.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2547 | 2025-08-26T20:26:44.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2548 | 2025-08-26T20:26:44.746Z | |
| 2549 | 2025-08-26T20:26:44.746Z | info: running `cargo check --bins` on omicron-certificates (54/221) |
| 2550 | 2025-08-26T20:26:45.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2551 | 2025-08-26T20:26:45.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2552 | 2025-08-26T20:26:45.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2553 | 2025-08-26T20:26:45.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2554 | 2025-08-26T20:26:45.519Z | |
| 2555 | 2025-08-26T20:26:45.519Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/221) |
| 2556 | 2025-08-26T20:26:46.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2557 | 2025-08-26T20:26:46.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2558 | 2025-08-26T20:26:46.395Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2559 | 2025-08-26T20:26:46.398Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2560 | 2025-08-26T20:26:46.536Z | Compiling darling_core v0.21.0 |
| 2561 | 2025-08-26T20:26:46.541Z | Compiling tempfile v3.20.0 |
| 2562 | 2025-08-26T20:26:46.557Z | Compiling wait-timeout v0.2.0 |
| 2563 | 2025-08-26T20:26:46.557Z | Compiling match_cfg v0.1.0 |
| 2564 | 2025-08-26T20:26:46.560Z | Compiling bit-vec v0.8.0 |
| 2565 | 2025-08-26T20:26:46.560Z | Compiling quick-error v1.2.3 |
| 2566 | 2025-08-26T20:26:46.617Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2567 | 2025-08-26T20:26:46.687Z | Compiling hostname v0.3.1 |
| 2568 | 2025-08-26T20:26:46.814Z | Compiling rustls v0.22.4 |
| 2569 | 2025-08-26T20:26:46.903Z | Compiling toml_parser v1.0.2 |
| 2570 | 2025-08-26T20:26:46.982Z | Compiling rusty-fork v0.3.0 |
| 2571 | 2025-08-26T20:26:47.010Z | Compiling bit-set v0.8.0 |
| 2572 | 2025-08-26T20:26:47.085Z | Compiling progenitor-client v0.9.1 |
| 2573 | 2025-08-26T20:26:47.223Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2574 | 2025-08-26T20:26:47.280Z | Compiling slog-json v2.6.1 |
| 2575 | 2025-08-26T20:26:47.283Z | Compiling rand_xorshift v0.4.0 |
| 2576 | 2025-08-26T20:26:47.584Z | Compiling itertools v0.14.0 |
| 2577 | 2025-08-26T20:26:47.609Z | Compiling hex v0.4.3 |
| 2578 | 2025-08-26T20:26:47.631Z | Compiling serde_spanned v1.0.0 |
| 2579 | 2025-08-26T20:26:47.650Z | Compiling toml_datetime v0.7.0 |
| 2580 | 2025-08-26T20:26:47.905Z | Compiling heapless v0.8.0 |
| 2581 | 2025-08-26T20:26:48.205Z | Compiling unarray v0.1.4 |
| 2582 | 2025-08-26T20:26:48.282Z | Compiling toml_writer v1.0.2 |
| 2583 | 2025-08-26T20:26:48.367Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2584 | 2025-08-26T20:26:48.407Z | Compiling proptest v1.7.0 |
| 2585 | 2025-08-26T20:26:48.566Z | Compiling slog-bunyan v2.5.0 |
| 2586 | 2025-08-26T20:26:48.688Z | Compiling toml v0.9.5 |
| 2587 | 2025-08-26T20:26:48.804Z | Compiling progenitor v0.9.1 |
| 2588 | 2025-08-26T20:26:48.825Z | Compiling async-stream v0.3.6 |
| 2589 | 2025-08-26T20:26:49.046Z | Compiling multer v3.1.0 |
| 2590 | 2025-08-26T20:26:49.139Z | Compiling ref-cast v1.0.24 |
| 2591 | 2025-08-26T20:26:49.320Z | Compiling waitgroup v0.1.2 |
| 2592 | 2025-08-26T20:26:49.564Z | Compiling rustls-pemfile v2.2.0 |
| 2593 | 2025-08-26T20:26:49.908Z | Checking hash32 v0.3.1 |
| 2594 | 2025-08-26T20:26:49.971Z | Compiling serde_path_to_error v0.1.17 |
| 2595 | 2025-08-26T20:26:50.120Z | Compiling hostname v0.4.0 |
| 2596 | 2025-08-26T20:26:50.383Z | Compiling instant v0.1.13 |
| 2597 | 2025-08-26T20:26:50.459Z | Compiling debug-ignore v1.0.5 |
| 2598 | 2025-08-26T20:26:50.564Z | Compiling smoltcp v0.11.0 |
| 2599 | 2025-08-26T20:26:50.644Z | Compiling backoff v0.4.0 |
| 2600 | 2025-08-26T20:26:51.003Z | Compiling tokio-rustls v0.25.0 |
| 2601 | 2025-08-26T20:26:51.258Z | Compiling iddqd v0.3.9 |
| 2602 | 2025-08-26T20:26:51.447Z | Compiling dropshot v0.16.3 |
| 2603 | 2025-08-26T20:26:51.616Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2604 | 2025-08-26T20:26:51.805Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2605 | 2025-08-26T20:26:52.025Z | Compiling serde_with v3.14.0 |
| 2606 | 2025-08-26T20:26:52.570Z | Compiling darling_macro v0.21.0 |
| 2607 | 2025-08-26T20:26:53.445Z | Compiling parse-display v0.10.0 |
| 2608 | 2025-08-26T20:26:53.535Z | Compiling darling v0.21.0 |
| 2609 | 2025-08-26T20:26:53.677Z | Compiling ingot-macros v0.1.1 |
| 2610 | 2025-08-26T20:26:54.422Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2611 | 2025-08-26T20:26:55.022Z | Checking num-rational v0.4.2 |
| 2612 | 2025-08-26T20:26:55.043Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2613 | 2025-08-26T20:26:55.611Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2614 | 2025-08-26T20:26:55.668Z | Compiling progenitor-client v0.10.0 |
| 2615 | 2025-08-26T20:26:56.216Z | Checking num-complex v0.4.6 |
| 2616 | 2025-08-26T20:26:57.183Z | Compiling macaddr v1.0.1 |
| 2617 | 2025-08-26T20:26:57.614Z | Checking cobs v0.2.3 |
| 2618 | 2025-08-26T20:26:57.834Z | Checking postcard v1.0.10 |
| 2619 | 2025-08-26T20:26:58.042Z | Compiling num v0.4.3 |
| 2620 | 2025-08-26T20:26:58.209Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2621 | 2025-08-26T20:26:58.412Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2622 | 2025-08-26T20:26:58.694Z | Checking float-ord v0.3.2 |
| 2623 | 2025-08-26T20:26:58.783Z | Compiling convert_case v0.4.0 |
| 2624 | 2025-08-26T20:26:58.875Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2625 | 2025-08-26T20:26:59.038Z | Compiling toml v0.8.23 |
| 2626 | 2025-08-26T20:26:59.616Z | Compiling derive_more v0.99.20 |
| 2627 | 2025-08-26T20:27:00.493Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2628 | 2025-08-26T20:27:00.538Z | Compiling crucible-workspace-hack v0.1.0 |
| 2629 | 2025-08-26T20:27:00.578Z | Checking ingot-types v0.1.2 |
| 2630 | 2025-08-26T20:27:00.852Z | Checking siphasher v1.0.1 |
| 2631 | 2025-08-26T20:27:01.127Z | Checking linked-hash-map v0.5.6 |
| 2632 | 2025-08-26T20:27:01.200Z | Checking phf_shared v0.12.1 |
| 2633 | 2025-08-26T20:27:01.347Z | Checking ingot v0.1.1 |
| 2634 | 2025-08-26T20:27:01.412Z | Checking resolv-conf v0.7.0 |
| 2635 | 2025-08-26T20:27:01.457Z | Checking lru-cache v0.1.2 |
| 2636 | 2025-08-26T20:27:01.487Z | Checking newline-converter v0.3.0 |
| 2637 | 2025-08-26T20:27:01.669Z | Checking hickory-proto v0.24.4 |
| 2638 | 2025-08-26T20:27:01.779Z | Checking prettyplease v0.2.36 |
| 2639 | 2025-08-26T20:27:02.114Z | Compiling slog-dtrace v0.3.0 |
| 2640 | 2025-08-26T20:27:02.483Z | Compiling chrono-tz v0.10.4 |
| 2641 | 2025-08-26T20:27:02.851Z | Compiling zone_cfg_derive v0.3.0 |
| 2642 | 2025-08-26T20:27:03.008Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2643 | 2025-08-26T20:27:04.193Z | Checking expectorate v1.2.0 |
| 2644 | 2025-08-26T20:27:04.239Z | Checking phf v0.12.1 |
| 2645 | 2025-08-26T20:27:04.391Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2646 | 2025-08-26T20:27:04.412Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2647 | 2025-08-26T20:27:04.511Z | Compiling const_format_proc_macros v0.2.34 |
| 2648 | 2025-08-26T20:27:04.765Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2649 | 2025-08-26T20:27:04.852Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2650 | 2025-08-26T20:27:05.464Z | Compiling num-derive v0.4.2 |
| 2651 | 2025-08-26T20:27:05.824Z | Checking highway v1.3.0 |
| 2652 | 2025-08-26T20:27:05.917Z | Checking hickory-resolver v0.24.4 |
| 2653 | 2025-08-26T20:27:06.035Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2654 | 2025-08-26T20:27:06.301Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2655 | 2025-08-26T20:27:06.388Z | Checking const_format v0.2.34 |
| 2656 | 2025-08-26T20:27:06.414Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2657 | 2025-08-26T20:27:06.595Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2658 | 2025-08-26T20:27:06.855Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2659 | 2025-08-26T20:27:07.145Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2660 | 2025-08-26T20:27:07.495Z | Checking qorb v0.4.1 |
| 2661 | 2025-08-26T20:27:07.544Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2662 | 2025-08-26T20:27:07.728Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2663 | 2025-08-26T20:27:07.989Z | Checking zone v0.3.1 |
| 2664 | 2025-08-26T20:27:08.466Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2665 | 2025-08-26T20:27:08.677Z | Checking gethostname v0.5.0 |
| 2666 | 2025-08-26T20:27:08.776Z | Checking bcs v0.1.6 |
| 2667 | 2025-08-26T20:27:08.841Z | Checking nanorand v0.7.0 |
| 2668 | 2025-08-26T20:27:08.943Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2669 | 2025-08-26T20:27:09.234Z | Compiling async-recursion v1.1.1 |
| 2670 | 2025-08-26T20:27:09.237Z | Checking termtree v0.5.1 |
| 2671 | 2025-08-26T20:27:09.400Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2672 | 2025-08-26T20:27:09.485Z | Checking flume v0.11.1 |
| 2673 | 2025-08-26T20:27:14.449Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2674 | 2025-08-26T20:27:18.085Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2675 | 2025-08-26T20:27:20.757Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2676 | 2025-08-26T20:27:22.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.54s |
| 2677 | 2025-08-26T20:27:22.293Z | |
| 2678 | 2025-08-26T20:27:22.293Z | info: running `cargo check --bins` on clickhouse-admin-api (56/221) |
| 2679 | 2025-08-26T20:27:22.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2680 | 2025-08-26T20:27:22.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2681 | 2025-08-26T20:27:22.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2682 | 2025-08-26T20:27:22.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2683 | 2025-08-26T20:27:23.058Z | |
| 2684 | 2025-08-26T20:27:23.058Z | info: running `cargo check --bins` on clickhouse-admin-types (57/221) |
| 2685 | 2025-08-26T20:27:23.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2686 | 2025-08-26T20:27:23.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2687 | 2025-08-26T20:27:23.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2688 | 2025-08-26T20:27:23.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2689 | 2025-08-26T20:27:23.842Z | |
| 2690 | 2025-08-26T20:27:23.842Z | info: running `cargo check --bins` on openapi-manager-types (58/221) |
| 2691 | 2025-08-26T20:27:24.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2692 | 2025-08-26T20:27:24.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2693 | 2025-08-26T20:27:24.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2694 | 2025-08-26T20:27:24.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2695 | 2025-08-26T20:27:24.623Z | |
| 2696 | 2025-08-26T20:27:24.623Z | info: running `cargo check --bins --no-default-features` on oximeter-db (59/221) |
| 2697 | 2025-08-26T20:27:25.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2698 | 2025-08-26T20:27:25.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2699 | 2025-08-26T20:27:25.387Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2700 | 2025-08-26T20:27:26.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 2701 | 2025-08-26T20:27:26.272Z | |
| 2702 | 2025-08-26T20:27:26.272Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (60/221) |
| 2703 | 2025-08-26T20:27:26.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2704 | 2025-08-26T20:27:26.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2705 | 2025-08-26T20:27:27.084Z | Compiling cfg_aliases v0.1.1 |
| 2706 | 2025-08-26T20:27:27.084Z | Compiling convert_case v0.7.1 |
| 2707 | 2025-08-26T20:27:27.089Z | Compiling vte_generate_state_changes v0.1.2 |
| 2708 | 2025-08-26T20:27:27.222Z | Checking fd-lock v4.0.2 |
| 2709 | 2025-08-26T20:27:27.226Z | Checking nibble_vec v0.1.0 |
| 2710 | 2025-08-26T20:27:27.232Z | Checking bytecount v0.6.8 |
| 2711 | 2025-08-26T20:27:27.246Z | Checking endian-type v0.1.2 |
| 2712 | 2025-08-26T20:27:27.263Z | Compiling tabled_derive v0.7.0 |
| 2713 | 2025-08-26T20:27:27.306Z | Compiling nix v0.28.0 |
| 2714 | 2025-08-26T20:27:27.397Z | Checking papergrid v0.11.0 |
| 2715 | 2025-08-26T20:27:27.417Z | Compiling peg-macros v0.8.5 |
| 2716 | 2025-08-26T20:27:27.468Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2717 | 2025-08-26T20:27:27.497Z | Checking radix_trie v0.2.1 |
| 2718 | 2025-08-26T20:27:27.774Z | Checking vte v0.11.1 |
| 2719 | 2025-08-26T20:27:27.898Z | Compiling sqlparser_derive v0.2.2 |
| 2720 | 2025-08-26T20:27:27.935Z | Compiling derive_more-impl v2.0.1 |
| 2721 | 2025-08-26T20:27:28.493Z | Checking unicode_categories v0.1.1 |
| 2722 | 2025-08-26T20:27:28.828Z | Checking nu-ansi-term v0.50.1 |
| 2723 | 2025-08-26T20:27:28.869Z | Checking home v0.5.9 |
| 2724 | 2025-08-26T20:27:28.913Z | Checking sqlparser v0.45.0 |
| 2725 | 2025-08-26T20:27:28.979Z | Checking sqlformat v0.3.5 |
| 2726 | 2025-08-26T20:27:29.208Z | Checking strip-ansi-escapes v0.2.0 |
| 2727 | 2025-08-26T20:27:29.316Z | Checking display-error-chain v0.2.2 |
| 2728 | 2025-08-26T20:27:29.356Z | Checking tabled v0.15.0 |
| 2729 | 2025-08-26T20:27:29.375Z | Checking reedline v0.40.0 |
| 2730 | 2025-08-26T20:27:29.696Z | Checking derive_more v2.0.1 |
| 2731 | 2025-08-26T20:27:29.819Z | Checking crossterm v0.29.0 |
| 2732 | 2025-08-26T20:27:30.320Z | Checking peg v0.8.5 |
| 2733 | 2025-08-26T20:27:30.452Z | Checking rustyline v14.0.0 |
| 2734 | 2025-08-26T20:27:39.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.01s |
| 2735 | 2025-08-26T20:27:39.486Z | |
| 2736 | 2025-08-26T20:27:39.486Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (61/221) |
| 2737 | 2025-08-26T20:27:40.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2738 | 2025-08-26T20:27:40.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2739 | 2025-08-26T20:27:40.301Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2740 | 2025-08-26T20:27:45.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s |
| 2741 | 2025-08-26T20:27:45.775Z | |
| 2742 | 2025-08-26T20:27:45.775Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (62/221) |
| 2743 | 2025-08-26T20:27:46.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2744 | 2025-08-26T20:27:46.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2745 | 2025-08-26T20:27:46.587Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2746 | 2025-08-26T20:27:50.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
| 2747 | 2025-08-26T20:27:50.446Z | |
| 2748 | 2025-08-26T20:27:50.446Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (63/221) |
| 2749 | 2025-08-26T20:27:51.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2750 | 2025-08-26T20:27:51.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2751 | 2025-08-26T20:27:51.264Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2752 | 2025-08-26T20:27:56.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
| 2753 | 2025-08-26T20:27:56.445Z | |
| 2754 | 2025-08-26T20:27:56.445Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (64/221) |
| 2755 | 2025-08-26T20:27:57.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2756 | 2025-08-26T20:27:57.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2757 | 2025-08-26T20:27:57.270Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2758 | 2025-08-26T20:28:02.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s |
| 2759 | 2025-08-26T20:28:02.493Z | |
| 2760 | 2025-08-26T20:28:02.493Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (65/221) |
| 2761 | 2025-08-26T20:28:03.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2762 | 2025-08-26T20:28:03.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2763 | 2025-08-26T20:28:03.306Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2764 | 2025-08-26T20:28:07.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
| 2765 | 2025-08-26T20:28:07.407Z | |
| 2766 | 2025-08-26T20:28:07.407Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (66/221) |
| 2767 | 2025-08-26T20:28:08.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2768 | 2025-08-26T20:28:08.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2769 | 2025-08-26T20:28:08.185Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2770 | 2025-08-26T20:28:12.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
| 2771 | 2025-08-26T20:28:12.310Z | |
| 2772 | 2025-08-26T20:28:12.310Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (67/221) |
| 2773 | 2025-08-26T20:28:13.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2774 | 2025-08-26T20:28:13.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2775 | 2025-08-26T20:28:13.176Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2776 | 2025-08-26T20:28:18.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s |
| 2777 | 2025-08-26T20:28:18.541Z | |
| 2778 | 2025-08-26T20:28:18.541Z | info: running `cargo check --bins` on oximeter (68/221) |
| 2779 | 2025-08-26T20:28:19.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2025-08-26T20:28:19.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2025-08-26T20:28:19.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2782 | 2025-08-26T20:28:19.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2783 | 2025-08-26T20:28:19.315Z | |
| 2784 | 2025-08-26T20:28:19.315Z | info: running `cargo check --bins` on oximeter-macro-impl (69/221) |
| 2785 | 2025-08-26T20:28:19.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2786 | 2025-08-26T20:28:19.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2787 | 2025-08-26T20:28:19.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2788 | 2025-08-26T20:28:19.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2789 | 2025-08-26T20:28:20.042Z | |
| 2790 | 2025-08-26T20:28:20.042Z | info: running `cargo check --bins` on oximeter-schema (70/221) |
| 2791 | 2025-08-26T20:28:20.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2792 | 2025-08-26T20:28:20.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2793 | 2025-08-26T20:28:20.820Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2794 | 2025-08-26T20:28:22.841Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2795 | 2025-08-26T20:28:23.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s |
| 2796 | 2025-08-26T20:28:24.048Z | |
| 2797 | 2025-08-26T20:28:24.048Z | info: running `cargo check --bins` on oximeter-types (71/221) |
| 2798 | 2025-08-26T20:28:24.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2025-08-26T20:28:24.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2025-08-26T20:28:24.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2025-08-26T20:28:24.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2802 | 2025-08-26T20:28:24.884Z | |
| 2803 | 2025-08-26T20:28:24.884Z | info: running `cargo check --bins` on oximeter-timeseries-macro (72/221) |
| 2804 | 2025-08-26T20:28:25.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2025-08-26T20:28:25.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2025-08-26T20:28:25.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2807 | 2025-08-26T20:28:25.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2808 | 2025-08-26T20:28:25.637Z | |
| 2809 | 2025-08-26T20:28:25.637Z | info: running `cargo check --bins` on oxql-types (73/221) |
| 2810 | 2025-08-26T20:28:26.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2025-08-26T20:28:26.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2025-08-26T20:28:26.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2025-08-26T20:28:26.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2814 | 2025-08-26T20:28:26.424Z | |
| 2815 | 2025-08-26T20:28:26.424Z | info: running `cargo check --bins` on oximeter-test-utils (74/221) |
| 2816 | 2025-08-26T20:28:27.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2025-08-26T20:28:27.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2025-08-26T20:28:27.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2819 | 2025-08-26T20:28:27.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2820 | 2025-08-26T20:28:27.239Z | |
| 2821 | 2025-08-26T20:28:27.239Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (75/221) |
| 2822 | 2025-08-26T20:28:27.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2025-08-26T20:28:27.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2025-08-26T20:28:27.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2825 | 2025-08-26T20:28:27.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2826 | 2025-08-26T20:28:28.010Z | |
| 2827 | 2025-08-26T20:28:28.010Z | info: running `cargo check --bins` on bootstrap-agent-client (76/221) |
| 2828 | 2025-08-26T20:28:28.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2025-08-26T20:28:28.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2025-08-26T20:28:28.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2831 | 2025-08-26T20:28:28.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2832 | 2025-08-26T20:28:28.817Z | |
| 2833 | 2025-08-26T20:28:28.817Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (77/221) |
| 2834 | 2025-08-26T20:28:29.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2025-08-26T20:28:29.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2025-08-26T20:28:29.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2837 | 2025-08-26T20:28:29.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2838 | 2025-08-26T20:28:29.602Z | |
| 2839 | 2025-08-26T20:28:29.602Z | info: running `cargo check --bins` on clickhouse-admin-server-client (78/221) |
| 2840 | 2025-08-26T20:28:30.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2025-08-26T20:28:30.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2025-08-26T20:28:30.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2843 | 2025-08-26T20:28:30.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2844 | 2025-08-26T20:28:30.381Z | |
| 2845 | 2025-08-26T20:28:30.381Z | info: running `cargo check --bins` on clickhouse-admin-single-client (79/221) |
| 2846 | 2025-08-26T20:28:31.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2025-08-26T20:28:31.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2025-08-26T20:28:31.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2849 | 2025-08-26T20:28:31.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2850 | 2025-08-26T20:28:31.167Z | |
| 2851 | 2025-08-26T20:28:31.167Z | info: running `cargo check --bins` on cockroach-admin-client (80/221) |
| 2852 | 2025-08-26T20:28:31.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2025-08-26T20:28:31.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2025-08-26T20:28:31.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2855 | 2025-08-26T20:28:31.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2856 | 2025-08-26T20:28:31.914Z | |
| 2857 | 2025-08-26T20:28:31.914Z | info: running `cargo check --bins` on omicron-ddm-admin-client (81/221) |
| 2858 | 2025-08-26T20:28:32.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2025-08-26T20:28:32.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2025-08-26T20:28:32.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2861 | 2025-08-26T20:28:32.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2862 | 2025-08-26T20:28:32.718Z | |
| 2863 | 2025-08-26T20:28:32.719Z | info: running `cargo check --bins` on dns-service-client (82/221) |
| 2864 | 2025-08-26T20:28:33.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2025-08-26T20:28:33.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2025-08-26T20:28:33.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2025-08-26T20:28:33.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2868 | 2025-08-26T20:28:33.499Z | |
| 2869 | 2025-08-26T20:28:33.499Z | info: running `cargo check --bins` on internal-dns-types (83/221) |
| 2870 | 2025-08-26T20:28:34.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2025-08-26T20:28:34.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2025-08-26T20:28:34.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2873 | 2025-08-26T20:28:34.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2874 | 2025-08-26T20:28:34.287Z | |
| 2875 | 2025-08-26T20:28:34.287Z | info: running `cargo check --bins` on gateway-client (84/221) |
| 2876 | 2025-08-26T20:28:34.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2025-08-26T20:28:34.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2025-08-26T20:28:34.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2879 | 2025-08-26T20:28:34.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2880 | 2025-08-26T20:28:35.070Z | |
| 2881 | 2025-08-26T20:28:35.070Z | info: running `cargo check --bins` on ereport-types (85/221) |
| 2882 | 2025-08-26T20:28:35.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2025-08-26T20:28:35.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2025-08-26T20:28:35.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2885 | 2025-08-26T20:28:35.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2886 | 2025-08-26T20:28:35.830Z | |
| 2887 | 2025-08-26T20:28:35.830Z | info: running `cargo check --bins` on gateway-types (86/221) |
| 2888 | 2025-08-26T20:28:36.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2025-08-26T20:28:36.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2025-08-26T20:28:36.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2025-08-26T20:28:36.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2892 | 2025-08-26T20:28:36.596Z | |
| 2893 | 2025-08-26T20:28:36.596Z | info: running `cargo check --bins` on installinator-client (87/221) |
| 2894 | 2025-08-26T20:28:37.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2025-08-26T20:28:37.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2025-08-26T20:28:37.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2025-08-26T20:28:37.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2898 | 2025-08-26T20:28:37.381Z | |
| 2899 | 2025-08-26T20:28:37.381Z | info: running `cargo check --bins` on installinator-common (88/221) |
| 2900 | 2025-08-26T20:28:38.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2025-08-26T20:28:38.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2025-08-26T20:28:38.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2025-08-26T20:28:38.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2904 | 2025-08-26T20:28:38.161Z | |
| 2905 | 2025-08-26T20:28:38.161Z | info: running `cargo check --bins` on update-engine (89/221) |
| 2906 | 2025-08-26T20:28:38.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2025-08-26T20:28:38.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2025-08-26T20:28:38.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2025-08-26T20:28:38.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2910 | 2025-08-26T20:28:38.918Z | |
| 2911 | 2025-08-26T20:28:38.918Z | info: running `cargo check --bins` on nexus-client (90/221) |
| 2912 | 2025-08-26T20:28:39.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2025-08-26T20:28:39.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2025-08-26T20:28:39.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2025-08-26T20:28:39.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2916 | 2025-08-26T20:28:39.747Z | |
| 2917 | 2025-08-26T20:28:39.747Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/221) |
| 2918 | 2025-08-26T20:28:40.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2025-08-26T20:28:40.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2025-08-26T20:28:40.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2025-08-26T20:28:40.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2922 | 2025-08-26T20:28:40.514Z | |
| 2923 | 2025-08-26T20:28:40.514Z | info: running `cargo check --bins` on omicron-passwords (92/221) |
| 2924 | 2025-08-26T20:28:41.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2025-08-26T20:28:41.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2025-08-26T20:28:41.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2025-08-26T20:28:41.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2928 | 2025-08-26T20:28:41.291Z | |
| 2929 | 2025-08-26T20:28:41.292Z | info: running `cargo check --bins` on nexus-types (93/221) |
| 2930 | 2025-08-26T20:28:41.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2025-08-26T20:28:41.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2025-08-26T20:28:41.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2025-08-26T20:28:41.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2934 | 2025-08-26T20:28:42.056Z | |
| 2935 | 2025-08-26T20:28:42.056Z | info: running `cargo check --bins` on cockroach-admin-types (94/221) |
| 2936 | 2025-08-26T20:28:42.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2025-08-26T20:28:42.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2025-08-26T20:28:42.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2939 | 2025-08-26T20:28:42.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2940 | 2025-08-26T20:28:42.970Z | |
| 2941 | 2025-08-26T20:28:42.970Z | info: running `cargo check --bins` on ntp-admin-client (95/221) |
| 2942 | 2025-08-26T20:28:43.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2943 | 2025-08-26T20:28:43.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2944 | 2025-08-26T20:28:43.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2945 | 2025-08-26T20:28:43.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2946 | 2025-08-26T20:28:43.566Z | |
| 2947 | 2025-08-26T20:28:43.566Z | info: running `cargo check --bins` on oxide-client (96/221) |
| 2948 | 2025-08-26T20:28:44.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2949 | 2025-08-26T20:28:44.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2950 | 2025-08-26T20:28:44.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2951 | 2025-08-26T20:28:44.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2952 | 2025-08-26T20:28:44.359Z | |
| 2953 | 2025-08-26T20:28:44.359Z | info: running `cargo check --bins` on oximeter-client (97/221) |
| 2954 | 2025-08-26T20:28:45.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2955 | 2025-08-26T20:28:45.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2956 | 2025-08-26T20:28:45.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2957 | 2025-08-26T20:28:45.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2958 | 2025-08-26T20:28:45.154Z | |
| 2959 | 2025-08-26T20:28:45.154Z | info: running `cargo check --bins` on repo-depot-client (98/221) |
| 2960 | 2025-08-26T20:28:45.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2961 | 2025-08-26T20:28:45.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2962 | 2025-08-26T20:28:45.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2963 | 2025-08-26T20:28:45.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2964 | 2025-08-26T20:28:45.839Z | |
| 2965 | 2025-08-26T20:28:45.839Z | info: running `cargo check --bins` on sled-agent-client (99/221) |
| 2966 | 2025-08-26T20:28:46.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2967 | 2025-08-26T20:28:46.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2968 | 2025-08-26T20:28:46.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2969 | 2025-08-26T20:28:46.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2970 | 2025-08-26T20:28:46.643Z | |
| 2971 | 2025-08-26T20:28:46.643Z | info: running `cargo check --bins` on sled-agent-types (100/221) |
| 2972 | 2025-08-26T20:28:47.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2973 | 2025-08-26T20:28:47.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2974 | 2025-08-26T20:28:47.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2975 | 2025-08-26T20:28:47.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2976 | 2025-08-26T20:28:47.441Z | |
| 2977 | 2025-08-26T20:28:47.441Z | info: running `cargo check --bins` on wicketd-client (101/221) |
| 2978 | 2025-08-26T20:28:51.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2979 | 2025-08-26T20:28:52.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2980 | 2025-08-26T20:28:52.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2981 | 2025-08-26T20:28:52.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2982 | 2025-08-26T20:28:52.238Z | |
| 2983 | 2025-08-26T20:28:52.238Z | info: running `cargo check --bins` on wicket-common (102/221) |
| 2984 | 2025-08-26T20:28:52.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2985 | 2025-08-26T20:28:52.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2986 | 2025-08-26T20:28:52.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2987 | 2025-08-26T20:28:52.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2988 | 2025-08-26T20:28:52.238Z | |
| 2989 | 2025-08-26T20:28:52.238Z | info: running `cargo check --bins` on omicron-cockroach-admin (103/221) |
| 2990 | 2025-08-26T20:28:52.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2991 | 2025-08-26T20:28:52.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2992 | 2025-08-26T20:28:52.238Z | Checking csv-core v0.1.11 |
| 2993 | 2025-08-26T20:28:52.238Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2994 | 2025-08-26T20:28:52.238Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2995 | 2025-08-26T20:28:52.238Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2996 | 2025-08-26T20:28:52.238Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2997 | 2025-08-26T20:28:52.238Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2998 | 2025-08-26T20:28:52.238Z | Checking csv v1.3.1 |
| 2999 | 2025-08-26T20:28:52.238Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3000 | 2025-08-26T20:28:52.238Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3001 | 2025-08-26T20:28:52.238Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3002 | 2025-08-26T20:28:53.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
| 3003 | 2025-08-26T20:28:53.624Z | |
| 3004 | 2025-08-26T20:28:53.624Z | info: running `cargo check --bins` on cockroach-admin-api (104/221) |
| 3005 | 2025-08-26T20:28:54.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3006 | 2025-08-26T20:28:54.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3007 | 2025-08-26T20:28:54.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3008 | 2025-08-26T20:28:54.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3009 | 2025-08-26T20:28:54.393Z | |
| 3010 | 2025-08-26T20:28:54.394Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (105/221) |
| 3011 | 2025-08-26T20:28:55.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3012 | 2025-08-26T20:28:55.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3013 | 2025-08-26T20:28:55.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3014 | 2025-08-26T20:28:55.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3015 | 2025-08-26T20:28:55.307Z | |
| 3016 | 2025-08-26T20:28:55.307Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (106/221) |
| 3017 | 2025-08-26T20:28:56.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3018 | 2025-08-26T20:28:56.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3019 | 2025-08-26T20:28:56.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3020 | 2025-08-26T20:28:56.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3021 | 2025-08-26T20:28:56.214Z | |
| 3022 | 2025-08-26T20:28:56.214Z | info: running `cargo check --bins` on dns-server (107/221) |
| 3023 | 2025-08-26T20:28:56.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3024 | 2025-08-26T20:28:56.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3025 | 2025-08-26T20:28:57.016Z | Compiling typify-impl v0.4.1 |
| 3026 | 2025-08-26T20:28:57.139Z | Compiling parking_lot_core v0.8.6 |
| 3027 | 2025-08-26T20:28:57.142Z | Compiling moka v0.12.10 |
| 3028 | 2025-08-26T20:28:57.160Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3029 | 2025-08-26T20:28:57.172Z | Checking tagptr v0.2.0 |
| 3030 | 2025-08-26T20:28:57.204Z | Checking prefix-trie v0.7.0 |
| 3031 | 2025-08-26T20:28:57.208Z | Checking fxhash v0.2.1 |
| 3032 | 2025-08-26T20:28:57.411Z | Checking hickory-client v0.25.2 |
| 3033 | 2025-08-26T20:28:57.884Z | Checking hickory-server v0.25.2 |
| 3034 | 2025-08-26T20:28:57.942Z | Checking parking_lot v0.11.2 |
| 3035 | 2025-08-26T20:28:58.289Z | Checking sled v0.34.7 |
| 3036 | 2025-08-26T20:28:58.308Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3037 | 2025-08-26T20:28:58.753Z | Checking hickory-resolver v0.25.2 |
| 3038 | 2025-08-26T20:29:01.549Z | Compiling typify-macro v0.4.1 |
| 3039 | 2025-08-26T20:29:03.247Z | Compiling typify v0.4.1 |
| 3040 | 2025-08-26T20:29:03.342Z | Compiling progenitor-impl v0.10.0 |
| 3041 | 2025-08-26T20:29:05.810Z | Compiling progenitor-macro v0.10.0 |
| 3042 | 2025-08-26T20:29:09.704Z | Checking progenitor v0.10.0 |
| 3043 | 2025-08-26T20:29:09.848Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3044 | 2025-08-26T20:29:10.349Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3045 | 2025-08-26T20:29:11.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.54s |
| 3046 | 2025-08-26T20:29:11.974Z | |
| 3047 | 2025-08-26T20:29:11.974Z | info: running `cargo check --bins` on dns-server-api (108/221) |
| 3048 | 2025-08-26T20:29:12.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2025-08-26T20:29:12.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2025-08-26T20:29:12.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2025-08-26T20:29:12.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3052 | 2025-08-26T20:29:12.734Z | |
| 3053 | 2025-08-26T20:29:12.734Z | info: running `cargo check --bins` on gateway-test-utils (109/221) |
| 3054 | 2025-08-26T20:29:13.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2025-08-26T20:29:13.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2025-08-26T20:29:13.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2025-08-26T20:29:13.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3058 | 2025-08-26T20:29:13.588Z | |
| 3059 | 2025-08-26T20:29:13.588Z | info: running `cargo check --bins` on omicron-gateway (110/221) |
| 3060 | 2025-08-26T20:29:14.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2025-08-26T20:29:14.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2025-08-26T20:29:14.509Z | Compiling semver v0.1.20 |
| 3063 | 2025-08-26T20:29:14.509Z | Compiling radium v0.7.0 |
| 3064 | 2025-08-26T20:29:14.654Z | Compiling zerocopy-derive v0.6.6 |
| 3065 | 2025-08-26T20:29:14.657Z | Compiling maybe-uninit v2.0.0 |
| 3066 | 2025-08-26T20:29:14.657Z | Checking tap v1.0.1 |
| 3067 | 2025-08-26T20:29:14.694Z | Checking password-hash v0.5.0 |
| 3068 | 2025-08-26T20:29:14.697Z | Checking blake2 v0.10.6 |
| 3069 | 2025-08-26T20:29:14.697Z | Compiling pin-project-internal v1.1.6 |
| 3070 | 2025-08-26T20:29:14.841Z | Checking wyz v0.5.1 |
| 3071 | 2025-08-26T20:29:15.126Z | Compiling rustc_version v0.1.7 |
| 3072 | 2025-08-26T20:29:15.156Z | Compiling packed_struct v0.10.1 |
| 3073 | 2025-08-26T20:29:15.195Z | Checking crc-catalog v2.4.0 |
| 3074 | 2025-08-26T20:29:15.199Z | Compiling owo-colors v4.2.2 |
| 3075 | 2025-08-26T20:29:15.295Z | Checking funty v2.0.0 |
| 3076 | 2025-08-26T20:29:15.428Z | Compiling cancel-safe-futures v0.1.5 |
| 3077 | 2025-08-26T20:29:15.549Z | Compiling newtype_derive v0.1.6 |
| 3078 | 2025-08-26T20:29:15.552Z | Checking crc v3.2.1 |
| 3079 | 2025-08-26T20:29:15.774Z | Checking argon2 v0.5.3 |
| 3080 | 2025-08-26T20:29:15.829Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3081 | 2025-08-26T20:29:15.931Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3082 | 2025-08-26T20:29:15.964Z | Compiling packed_struct_codegen v0.10.1 |
| 3083 | 2025-08-26T20:29:15.994Z | Checking libsw-core v0.3.1 |
| 3084 | 2025-08-26T20:29:16.098Z | Checking bitvec v1.0.1 |
| 3085 | 2025-08-26T20:29:16.239Z | Checking secrecy v0.10.3 |
| 3086 | 2025-08-26T20:29:16.449Z | Compiling snafu-derive v0.8.5 |
| 3087 | 2025-08-26T20:29:16.472Z | Compiling indexmap v1.9.3 |
| 3088 | 2025-08-26T20:29:16.490Z | Checking zerocopy v0.6.6 |
| 3089 | 2025-08-26T20:29:16.535Z | Checking nodrop v0.1.14 |
| 3090 | 2025-08-26T20:29:16.692Z | Checking indent_write v2.2.0 |
| 3091 | 2025-08-26T20:29:16.808Z | Checking fixedbitset v0.5.7 |
| 3092 | 2025-08-26T20:29:16.959Z | Checking array-init v0.0.4 |
| 3093 | 2025-08-26T20:29:17.169Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3094 | 2025-08-26T20:29:17.206Z | Checking petgraph v0.8.2 |
| 3095 | 2025-08-26T20:29:17.329Z | Checking pin-project v1.1.6 |
| 3096 | 2025-08-26T20:29:17.482Z | Checking libsw v3.5.0 |
| 3097 | 2025-08-26T20:29:17.732Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3098 | 2025-08-26T20:29:18.277Z | Checking smallvec v0.6.14 |
| 3099 | 2025-08-26T20:29:18.380Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3100 | 2025-08-26T20:29:18.571Z | Checking globset v0.4.15 |
| 3101 | 2025-08-26T20:29:18.643Z | Checking olpc-cjson v0.1.4 |
| 3102 | 2025-08-26T20:29:18.679Z | Checking serde_plain v1.0.2 |
| 3103 | 2025-08-26T20:29:18.893Z | Checking bitfield v0.14.0 |
| 3104 | 2025-08-26T20:29:18.942Z | Checking typed-path v0.9.3 |
| 3105 | 2025-08-26T20:29:19.084Z | Checking smawk v0.3.2 |
| 3106 | 2025-08-26T20:29:19.206Z | Checking unicode-linebreak v0.1.5 |
| 3107 | 2025-08-26T20:29:19.312Z | Checking swrite v0.1.0 |
| 3108 | 2025-08-26T20:29:19.334Z | Checking hashbrown v0.12.3 |
| 3109 | 2025-08-26T20:29:19.469Z | Checking linear-map v1.2.0 |
| 3110 | 2025-08-26T20:29:19.636Z | Checking termcolor v1.4.1 |
| 3111 | 2025-08-26T20:29:19.719Z | Checking textwrap v0.16.2 |
| 3112 | 2025-08-26T20:29:19.811Z | Checking ron v0.8.1 |
| 3113 | 2025-08-26T20:29:20.059Z | Checking env_logger v0.10.2 |
| 3114 | 2025-08-26T20:29:20.152Z | Checking serde-hex v0.1.0 |
| 3115 | 2025-08-26T20:29:20.412Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3116 | 2025-08-26T20:29:20.484Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3117 | 2025-08-26T20:29:20.733Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3118 | 2025-08-26T20:29:20.918Z | Checking steno v0.4.1 |
| 3119 | 2025-08-26T20:29:20.999Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3120 | 2025-08-26T20:29:21.030Z | Checking snafu v0.8.5 |
| 3121 | 2025-08-26T20:29:21.513Z | Checking tough v0.20.0 |
| 3122 | 2025-08-26T20:29:21.813Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3123 | 2025-08-26T20:29:22.075Z | Checking hashbrown v0.13.2 |
| 3124 | 2025-08-26T20:29:22.362Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3125 | 2025-08-26T20:29:23.009Z | Checking half v2.4.1 |
| 3126 | 2025-08-26T20:29:23.046Z | Checking ciborium-io v0.2.2 |
| 3127 | 2025-08-26T20:29:23.212Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3128 | 2025-08-26T20:29:23.242Z | Checking crc-any v2.5.0 |
| 3129 | 2025-08-26T20:29:23.487Z | Checking humantime v2.2.0 |
| 3130 | 2025-08-26T20:29:23.510Z | Checking ciborium-ll v0.2.2 |
| 3131 | 2025-08-26T20:29:23.603Z | Checking object v0.30.4 |
| 3132 | 2025-08-26T20:29:23.624Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3133 | 2025-08-26T20:29:23.809Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 3134 | 2025-08-26T20:29:23.828Z | Checking void v1.0.2 |
| 3135 | 2025-08-26T20:29:23.907Z | Checking path-slash v0.1.5 |
| 3136 | 2025-08-26T20:29:23.962Z | Checking half v1.8.3 |
| 3137 | 2025-08-26T20:29:23.997Z | Checking lzss v0.8.2 |
| 3138 | 2025-08-26T20:29:24.070Z | Checking tungstenite v0.23.0 |
| 3139 | 2025-08-26T20:29:24.236Z | Checking ciborium v0.2.2 |
| 3140 | 2025-08-26T20:29:24.361Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3141 | 2025-08-26T20:29:24.380Z | Checking serde_cbor v0.11.2 |
| 3142 | 2025-08-26T20:29:25.131Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3143 | 2025-08-26T20:29:25.165Z | Checking nix v0.27.1 |
| 3144 | 2025-08-26T20:29:25.169Z | Checking kstat-rs v0.2.4 |
| 3145 | 2025-08-26T20:29:25.208Z | Checking serde_bytes v0.11.17 |
| 3146 | 2025-08-26T20:29:25.387Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3147 | 2025-08-26T20:29:25.413Z | Checking tokio-tungstenite v0.23.1 |
| 3148 | 2025-08-26T20:29:25.510Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3149 | 2025-08-26T20:29:25.545Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3150 | 2025-08-26T20:29:25.764Z | Checking signal-hook-tokio v0.3.1 |
| 3151 | 2025-08-26T20:29:26.009Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3152 | 2025-08-26T20:29:28.383Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3153 | 2025-08-26T20:29:29.672Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3154 | 2025-08-26T20:29:40.889Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3155 | 2025-08-26T20:29:48.841Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3156 | 2025-08-26T20:29:49.570Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3157 | 2025-08-26T20:29:52.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.99s |
| 3158 | 2025-08-26T20:29:52.800Z | |
| 3159 | 2025-08-26T20:29:52.800Z | info: running `cargo check --bins` on gateway-api (111/221) |
| 3160 | 2025-08-26T20:29:53.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2025-08-26T20:29:53.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2025-08-26T20:29:53.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2025-08-26T20:29:53.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3164 | 2025-08-26T20:29:53.576Z | |
| 3165 | 2025-08-26T20:29:53.576Z | info: running `cargo check --bins` on ipcc (112/221) |
| 3166 | 2025-08-26T20:29:54.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2025-08-26T20:29:54.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2025-08-26T20:29:54.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3169 | 2025-08-26T20:29:54.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3170 | 2025-08-26T20:29:54.355Z | |
| 3171 | 2025-08-26T20:29:54.355Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (113/221) |
| 3172 | 2025-08-26T20:29:55.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3173 | 2025-08-26T20:29:55.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3174 | 2025-08-26T20:29:55.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3175 | 2025-08-26T20:29:55.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3176 | 2025-08-26T20:29:55.100Z | |
| 3177 | 2025-08-26T20:29:55.100Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (114/221) |
| 3178 | 2025-08-26T20:29:55.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3179 | 2025-08-26T20:29:55.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3180 | 2025-08-26T20:29:55.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3181 | 2025-08-26T20:29:55.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3182 | 2025-08-26T20:29:55.882Z | |
| 3183 | 2025-08-26T20:29:55.882Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (115/221) |
| 3184 | 2025-08-26T20:29:56.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3185 | 2025-08-26T20:29:56.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3186 | 2025-08-26T20:29:56.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3187 | 2025-08-26T20:29:56.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3188 | 2025-08-26T20:29:56.661Z | |
| 3189 | 2025-08-26T20:29:56.661Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (116/221) |
| 3190 | 2025-08-26T20:29:57.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2025-08-26T20:29:57.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2025-08-26T20:29:57.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2025-08-26T20:29:57.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3194 | 2025-08-26T20:29:57.448Z | |
| 3195 | 2025-08-26T20:29:57.448Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (117/221) |
| 3196 | 2025-08-26T20:29:58.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2025-08-26T20:29:58.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2025-08-26T20:29:58.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2025-08-26T20:29:58.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3200 | 2025-08-26T20:29:58.227Z | |
| 3201 | 2025-08-26T20:29:58.227Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (118/221) |
| 3202 | 2025-08-26T20:29:58.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2025-08-26T20:29:58.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2025-08-26T20:29:58.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2025-08-26T20:29:58.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3206 | 2025-08-26T20:29:59.004Z | |
| 3207 | 2025-08-26T20:29:59.004Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (119/221) |
| 3208 | 2025-08-26T20:29:59.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2025-08-26T20:29:59.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2025-08-26T20:29:59.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2025-08-26T20:29:59.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3212 | 2025-08-26T20:29:59.771Z | |
| 3213 | 2025-08-26T20:29:59.771Z | info: running `cargo check --bins` on oximeter-producer (120/221) |
| 3214 | 2025-08-26T20:30:00.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2025-08-26T20:30:00.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2025-08-26T20:30:00.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3217 | 2025-08-26T20:30:00.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3218 | 2025-08-26T20:30:00.598Z | |
| 3219 | 2025-08-26T20:30:00.598Z | info: running `cargo check --bins` on internal-dns-resolver (121/221) |
| 3220 | 2025-08-26T20:30:01.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2025-08-26T20:30:01.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2025-08-26T20:30:01.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3223 | 2025-08-26T20:30:01.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3224 | 2025-08-26T20:30:01.368Z | |
| 3225 | 2025-08-26T20:30:01.368Z | info: running `cargo check --bins` on sp-sim (122/221) |
| 3226 | 2025-08-26T20:30:02.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3227 | 2025-08-26T20:30:02.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3228 | 2025-08-26T20:30:02.228Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3229 | 2025-08-26T20:30:02.235Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3230 | 2025-08-26T20:30:02.235Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3231 | 2025-08-26T20:30:02.235Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3232 | 2025-08-26T20:30:02.235Z | Compiling nix v0.30.1 |
| 3233 | 2025-08-26T20:30:02.408Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3234 | 2025-08-26T20:30:02.414Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3235 | 2025-08-26T20:30:02.436Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3236 | 2025-08-26T20:30:02.660Z | Checking keccak v0.1.5 |
| 3237 | 2025-08-26T20:30:02.999Z | Checking sha3 v0.10.8 |
| 3238 | 2025-08-26T20:30:03.087Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3239 | 2025-08-26T20:30:04.568Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3240 | 2025-08-26T20:30:07.485Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3241 | 2025-08-26T20:30:22.071Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3242 | 2025-08-26T20:30:24.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.05s |
| 3243 | 2025-08-26T20:30:24.655Z | |
| 3244 | 2025-08-26T20:30:24.655Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (123/221) |
| 3245 | 2025-08-26T20:30:25.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3246 | 2025-08-26T20:30:25.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3247 | 2025-08-26T20:30:25.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3248 | 2025-08-26T20:30:25.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3249 | 2025-08-26T20:30:25.505Z | |
| 3250 | 2025-08-26T20:30:25.505Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (124/221) |
| 3251 | 2025-08-26T20:30:26.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3252 | 2025-08-26T20:30:26.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3253 | 2025-08-26T20:30:26.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3254 | 2025-08-26T20:30:26.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3255 | 2025-08-26T20:30:26.362Z | |
| 3256 | 2025-08-26T20:30:26.362Z | info: running `cargo check --bins` on db-macros (125/221) |
| 3257 | 2025-08-26T20:30:27.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3258 | 2025-08-26T20:30:27.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3259 | 2025-08-26T20:30:27.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3260 | 2025-08-26T20:30:27.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3261 | 2025-08-26T20:30:27.105Z | |
| 3262 | 2025-08-26T20:30:27.105Z | info: running `cargo check --bins` on nexus-macros-common (126/221) |
| 3263 | 2025-08-26T20:30:27.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3264 | 2025-08-26T20:30:27.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3265 | 2025-08-26T20:30:27.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3266 | 2025-08-26T20:30:27.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3267 | 2025-08-26T20:30:27.843Z | |
| 3268 | 2025-08-26T20:30:27.843Z | info: running `cargo check --bins` on nexus-auth (127/221) |
| 3269 | 2025-08-26T20:30:28.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3270 | 2025-08-26T20:30:28.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3271 | 2025-08-26T20:30:28.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3272 | 2025-08-26T20:30:28.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3273 | 2025-08-26T20:30:28.695Z | |
| 3274 | 2025-08-26T20:30:28.695Z | info: running `cargo check --bins` on authz-macros (128/221) |
| 3275 | 2025-08-26T20:30:29.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3276 | 2025-08-26T20:30:29.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3277 | 2025-08-26T20:30:29.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3278 | 2025-08-26T20:30:29.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3279 | 2025-08-26T20:30:29.440Z | |
| 3280 | 2025-08-26T20:30:29.440Z | info: running `cargo check --bins` on nexus-db-fixed-data (129/221) |
| 3281 | 2025-08-26T20:30:30.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3282 | 2025-08-26T20:30:30.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3283 | 2025-08-26T20:30:30.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3284 | 2025-08-26T20:30:30.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3285 | 2025-08-26T20:30:30.297Z | |
| 3286 | 2025-08-26T20:30:30.297Z | info: running `cargo check --bins` on nexus-db-model (130/221) |
| 3287 | 2025-08-26T20:30:31.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3288 | 2025-08-26T20:30:31.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3289 | 2025-08-26T20:30:31.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3290 | 2025-08-26T20:30:31.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3291 | 2025-08-26T20:30:31.105Z | |
| 3292 | 2025-08-26T20:30:31.105Z | info: running `cargo check --bins` on nexus-db-schema (131/221) |
| 3293 | 2025-08-26T20:30:31.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3294 | 2025-08-26T20:30:31.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3295 | 2025-08-26T20:30:31.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3296 | 2025-08-26T20:30:31.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3297 | 2025-08-26T20:30:31.847Z | |
| 3298 | 2025-08-26T20:30:31.847Z | info: running `cargo check --bins` on nexus-defaults (132/221) |
| 3299 | 2025-08-26T20:30:32.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3300 | 2025-08-26T20:30:32.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3301 | 2025-08-26T20:30:32.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3302 | 2025-08-26T20:30:32.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3303 | 2025-08-26T20:30:32.618Z | |
| 3304 | 2025-08-26T20:30:32.618Z | info: running `cargo check --bins` on omicron-cockroach-metrics (133/221) |
| 3305 | 2025-08-26T20:30:33.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3306 | 2025-08-26T20:30:33.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3307 | 2025-08-26T20:30:33.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3308 | 2025-08-26T20:30:33.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3309 | 2025-08-26T20:30:33.389Z | |
| 3310 | 2025-08-26T20:30:33.389Z | info: running `cargo check --bins` on parallel-task-set (134/221) |
| 3311 | 2025-08-26T20:30:34.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3312 | 2025-08-26T20:30:34.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3313 | 2025-08-26T20:30:34.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3314 | 2025-08-26T20:30:34.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3315 | 2025-08-26T20:30:34.135Z | |
| 3316 | 2025-08-26T20:30:34.135Z | info: running `cargo check --bins` on nexus-db-errors (135/221) |
| 3317 | 2025-08-26T20:30:34.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2025-08-26T20:30:34.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2025-08-26T20:30:34.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2025-08-26T20:30:34.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3321 | 2025-08-26T20:30:34.982Z | |
| 3322 | 2025-08-26T20:30:34.982Z | info: running `cargo check --bins` on nexus-db-lookup (136/221) |
| 3323 | 2025-08-26T20:30:35.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2025-08-26T20:30:35.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2025-08-26T20:30:35.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2025-08-26T20:30:35.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3327 | 2025-08-26T20:30:35.825Z | |
| 3328 | 2025-08-26T20:30:35.825Z | info: running `cargo check --bins` on nexus-inventory (137/221) |
| 3329 | 2025-08-26T20:30:36.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2025-08-26T20:30:36.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2025-08-26T20:30:36.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2025-08-26T20:30:36.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3333 | 2025-08-26T20:30:36.651Z | |
| 3334 | 2025-08-26T20:30:36.651Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/221) |
| 3335 | 2025-08-26T20:30:37.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2025-08-26T20:30:37.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2025-08-26T20:30:37.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2025-08-26T20:30:37.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3339 | 2025-08-26T20:30:37.457Z | |
| 3340 | 2025-08-26T20:30:37.457Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/221) |
| 3341 | 2025-08-26T20:30:38.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2025-08-26T20:30:38.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2025-08-26T20:30:38.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2025-08-26T20:30:38.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3345 | 2025-08-26T20:30:38.252Z | |
| 3346 | 2025-08-26T20:30:38.252Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/221) |
| 3347 | 2025-08-26T20:30:38.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2025-08-26T20:30:38.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2025-08-26T20:30:38.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2025-08-26T20:30:38.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3351 | 2025-08-26T20:30:39.054Z | |
| 3352 | 2025-08-26T20:30:39.054Z | info: running `cargo check --bins` on key-manager (141/221) |
| 3353 | 2025-08-26T20:30:39.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2025-08-26T20:30:39.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2025-08-26T20:30:39.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2025-08-26T20:30:39.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3357 | 2025-08-26T20:30:39.835Z | |
| 3358 | 2025-08-26T20:30:39.835Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/221) |
| 3359 | 2025-08-26T20:30:40.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2025-08-26T20:30:40.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2025-08-26T20:30:40.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2025-08-26T20:30:40.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3363 | 2025-08-26T20:30:40.627Z | |
| 3364 | 2025-08-26T20:30:40.627Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/221) |
| 3365 | 2025-08-26T20:30:41.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2025-08-26T20:30:41.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2025-08-26T20:30:41.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2025-08-26T20:30:41.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3369 | 2025-08-26T20:30:41.419Z | |
| 3370 | 2025-08-26T20:30:41.419Z | info: running `cargo check --bins` on typed-rng (144/221) |
| 3371 | 2025-08-26T20:30:42.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2025-08-26T20:30:42.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2025-08-26T20:30:42.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2025-08-26T20:30:42.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3375 | 2025-08-26T20:30:42.163Z | |
| 3376 | 2025-08-26T20:30:42.163Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/221) |
| 3377 | 2025-08-26T20:30:42.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2025-08-26T20:30:42.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2025-08-26T20:30:43.150Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3380 | 2025-08-26T20:30:43.150Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3381 | 2025-08-26T20:30:43.150Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3382 | 2025-08-26T20:30:43.154Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3383 | 2025-08-26T20:30:43.154Z | Checking universal-hash v0.5.1 |
| 3384 | 2025-08-26T20:30:43.154Z | Checking opaque-debug v0.3.1 |
| 3385 | 2025-08-26T20:30:43.154Z | Checking chacha20 v0.9.1 |
| 3386 | 2025-08-26T20:30:43.307Z | Checking aead v0.5.2 |
| 3387 | 2025-08-26T20:30:43.416Z | Compiling unicase v2.7.0 |
| 3388 | 2025-08-26T20:30:43.523Z | Checking poly1305 v0.8.0 |
| 3389 | 2025-08-26T20:30:43.623Z | Compiling libefi-sys v0.1.0 |
| 3390 | 2025-08-26T20:30:43.647Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3391 | 2025-08-26T20:30:43.683Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3392 | 2025-08-26T20:30:43.731Z | Compiling bitfield-struct v0.6.2 |
| 3393 | 2025-08-26T20:30:43.840Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3394 | 2025-08-26T20:30:43.980Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3395 | 2025-08-26T20:30:44.047Z | Checking chacha20poly1305 v0.10.1 |
| 3396 | 2025-08-26T20:30:44.067Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3397 | 2025-08-26T20:30:44.232Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3398 | 2025-08-26T20:30:44.247Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3399 | 2025-08-26T20:30:44.367Z | Compiling salty v0.3.0 |
| 3400 | 2025-08-26T20:30:44.413Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3401 | 2025-08-26T20:30:44.835Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3402 | 2025-08-26T20:30:44.993Z | Compiling proc-macro-error2 v2.0.1 |
| 3403 | 2025-08-26T20:30:45.034Z | Compiling num-derive v0.3.3 |
| 3404 | 2025-08-26T20:30:45.058Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3405 | 2025-08-26T20:30:45.082Z | Compiling xshell-macros v0.2.7 |
| 3406 | 2025-08-26T20:30:45.616Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3407 | 2025-08-26T20:30:45.640Z | Compiling tabled_derive v0.10.0 |
| 3408 | 2025-08-26T20:30:45.843Z | Checking xshell v0.2.7 |
| 3409 | 2025-08-26T20:30:45.888Z | Checking thiserror-no-std v2.0.2 |
| 3410 | 2025-08-26T20:30:46.039Z | Checking vsss-rs v3.3.4 |
| 3411 | 2025-08-26T20:30:46.082Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3412 | 2025-08-26T20:30:46.215Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3413 | 2025-08-26T20:30:46.460Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3414 | 2025-08-26T20:30:47.258Z | Checking libscf-sys v1.1.0 |
| 3415 | 2025-08-26T20:30:47.502Z | Compiling mime_guess v2.0.5 |
| 3416 | 2025-08-26T20:30:47.632Z | Checking papergrid v0.14.0 |
| 3417 | 2025-08-26T20:30:47.950Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3418 | 2025-08-26T20:30:48.337Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3419 | 2025-08-26T20:30:48.631Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3420 | 2025-08-26T20:30:49.023Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3421 | 2025-08-26T20:30:49.145Z | Checking primeorder v0.13.6 |
| 3422 | 2025-08-26T20:30:49.234Z | Checking env_filter v0.1.2 |
| 3423 | 2025-08-26T20:30:49.512Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3424 | 2025-08-26T20:30:49.660Z | Checking p384 v0.13.0 |
| 3425 | 2025-08-26T20:30:49.744Z | Checking env_logger v0.11.5 |
| 3426 | 2025-08-26T20:30:49.943Z | Checking tabled v0.18.0 |
| 3427 | 2025-08-26T20:30:50.093Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3428 | 2025-08-26T20:30:50.208Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3429 | 2025-08-26T20:30:50.468Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3430 | 2025-08-26T20:30:50.785Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3431 | 2025-08-26T20:30:50.815Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3432 | 2025-08-26T20:30:50.888Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3433 | 2025-08-26T20:30:51.056Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3434 | 2025-08-26T20:30:51.293Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3435 | 2025-08-26T20:30:51.418Z | Checking http-range v0.1.5 |
| 3436 | 2025-08-26T20:30:51.635Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3437 | 2025-08-26T20:30:51.795Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3438 | 2025-08-26T20:30:51.947Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3439 | 2025-08-26T20:30:51.979Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3440 | 2025-08-26T20:30:52.243Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3441 | 2025-08-26T20:30:52.295Z | Checking secrecy v0.8.0 |
| 3442 | 2025-08-26T20:30:52.409Z | Checking atty v0.2.14 |
| 3443 | 2025-08-26T20:30:52.511Z | Checking crc8 v0.1.1 |
| 3444 | 2025-08-26T20:30:52.575Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3445 | 2025-08-26T20:30:52.765Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3446 | 2025-08-26T20:30:52.826Z | Checking hyper-staticfile v0.10.1 |
| 3447 | 2025-08-26T20:30:53.381Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3448 | 2025-08-26T20:30:53.405Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3449 | 2025-08-26T20:30:53.409Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3450 | 2025-08-26T20:30:53.841Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3451 | 2025-08-26T20:30:53.873Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3452 | 2025-08-26T20:30:54.084Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3453 | 2025-08-26T20:30:54.206Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3454 | 2025-08-26T20:30:54.479Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3455 | 2025-08-26T20:30:55.010Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3456 | 2025-08-26T20:30:55.683Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3457 | 2025-08-26T20:30:55.684Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3458 | 2025-08-26T20:30:55.690Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3459 | 2025-08-26T20:30:56.397Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3460 | 2025-08-26T20:30:56.703Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 3461 | 2025-08-26T20:30:56.875Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3462 | 2025-08-26T20:30:57.994Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 3463 | 2025-08-26T20:30:59.452Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3464 | 2025-08-26T20:31:05.130Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3465 | 2025-08-26T20:31:18.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.45s |
| 3466 | 2025-08-26T20:31:18.865Z | |
| 3467 | 2025-08-26T20:31:18.865Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/221) |
| 3468 | 2025-08-26T20:31:19.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2025-08-26T20:31:19.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2025-08-26T20:31:19.779Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3471 | 2025-08-26T20:31:33.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
| 3472 | 2025-08-26T20:31:33.596Z | |
| 3473 | 2025-08-26T20:31:33.596Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/221) |
| 3474 | 2025-08-26T20:31:34.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2025-08-26T20:31:34.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2025-08-26T20:31:34.490Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3477 | 2025-08-26T20:31:48.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s |
| 3478 | 2025-08-26T20:31:48.306Z | |
| 3479 | 2025-08-26T20:31:48.306Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/221) |
| 3480 | 2025-08-26T20:31:49.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2025-08-26T20:31:49.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2025-08-26T20:31:49.210Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3483 | 2025-08-26T20:32:02.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s |
| 3484 | 2025-08-26T20:32:02.836Z | |
| 3485 | 2025-08-26T20:32:02.836Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/221) |
| 3486 | 2025-08-26T20:32:03.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2025-08-26T20:32:03.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2025-08-26T20:32:03.763Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3489 | 2025-08-26T20:32:17.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s |
| 3490 | 2025-08-26T20:32:17.494Z | |
| 3491 | 2025-08-26T20:32:17.494Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/221) |
| 3492 | 2025-08-26T20:32:18.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2025-08-26T20:32:18.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2025-08-26T20:32:18.406Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3495 | 2025-08-26T20:32:31.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.24s |
| 3496 | 2025-08-26T20:32:31.971Z | |
| 3497 | 2025-08-26T20:32:31.971Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/221) |
| 3498 | 2025-08-26T20:32:32.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2025-08-26T20:32:32.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2025-08-26T20:32:32.890Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3501 | 2025-08-26T20:32:46.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s |
| 3502 | 2025-08-26T20:32:46.728Z | |
| 3503 | 2025-08-26T20:32:46.728Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/221) |
| 3504 | 2025-08-26T20:32:47.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2025-08-26T20:32:47.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2025-08-26T20:32:47.637Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3507 | 2025-08-26T20:33:01.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s |
| 3508 | 2025-08-26T20:33:01.314Z | |
| 3509 | 2025-08-26T20:33:01.315Z | info: running `cargo check --bins` on bootstrap-agent-api (153/221) |
| 3510 | 2025-08-26T20:33:02.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2025-08-26T20:33:02.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2025-08-26T20:33:02.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2025-08-26T20:33:02.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3514 | 2025-08-26T20:33:02.122Z | |
| 3515 | 2025-08-26T20:33:02.122Z | info: running `cargo check --bins` on range-requests (154/221) |
| 3516 | 2025-08-26T20:33:02.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2025-08-26T20:33:02.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2025-08-26T20:33:02.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2025-08-26T20:33:02.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3520 | 2025-08-26T20:33:02.876Z | |
| 3521 | 2025-08-26T20:33:02.876Z | info: running `cargo check --bins` on repo-depot-api (155/221) |
| 3522 | 2025-08-26T20:33:03.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2025-08-26T20:33:03.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2025-08-26T20:33:03.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2025-08-26T20:33:03.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3526 | 2025-08-26T20:33:03.650Z | |
| 3527 | 2025-08-26T20:33:03.650Z | info: running `cargo check --bins` on sled-agent-api (156/221) |
| 3528 | 2025-08-26T20:33:04.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2025-08-26T20:33:04.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2025-08-26T20:33:04.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2025-08-26T20:33:04.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3532 | 2025-08-26T20:33:04.475Z | |
| 3533 | 2025-08-26T20:33:04.475Z | info: running `cargo check --bins` on sled-diagnostics (157/221) |
| 3534 | 2025-08-26T20:33:05.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2025-08-26T20:33:05.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2025-08-26T20:33:05.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2025-08-26T20:33:05.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3538 | 2025-08-26T20:33:05.264Z | |
| 3539 | 2025-08-26T20:33:05.264Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/221) |
| 3540 | 2025-08-26T20:33:05.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2025-08-26T20:33:05.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2025-08-26T20:33:05.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2025-08-26T20:33:05.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3544 | 2025-08-26T20:33:06.074Z | |
| 3545 | 2025-08-26T20:33:06.075Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/221) |
| 3546 | 2025-08-26T20:33:06.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2025-08-26T20:33:06.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2025-08-26T20:33:06.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2025-08-26T20:33:06.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3550 | 2025-08-26T20:33:06.881Z | |
| 3551 | 2025-08-26T20:33:06.881Z | info: running `cargo check --bins` on sled-agent-zone-images (160/221) |
| 3552 | 2025-08-26T20:33:07.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2025-08-26T20:33:07.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2025-08-26T20:33:07.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2025-08-26T20:33:07.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3556 | 2025-08-26T20:33:07.688Z | |
| 3557 | 2025-08-26T20:33:07.688Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/221) |
| 3558 | 2025-08-26T20:33:08.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2025-08-26T20:33:08.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2025-08-26T20:33:08.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2025-08-26T20:33:08.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3562 | 2025-08-26T20:33:08.511Z | |
| 3563 | 2025-08-26T20:33:08.511Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/221) |
| 3564 | 2025-08-26T20:33:09.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2025-08-26T20:33:09.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2025-08-26T20:33:09.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2025-08-26T20:33:09.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3568 | 2025-08-26T20:33:09.354Z | |
| 3569 | 2025-08-26T20:33:09.355Z | info: running `cargo check --bins` on nexus-test-interface (163/221) |
| 3570 | 2025-08-26T20:33:10.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2025-08-26T20:33:10.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2025-08-26T20:33:10.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2025-08-26T20:33:10.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3574 | 2025-08-26T20:33:10.202Z | |
| 3575 | 2025-08-26T20:33:10.202Z | info: running `cargo check --bins` on oximeter-collector (164/221) |
| 3576 | 2025-08-26T20:33:10.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2025-08-26T20:33:10.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2025-08-26T20:33:11.065Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3579 | 2025-08-26T20:33:11.065Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3580 | 2025-08-26T20:33:11.990Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3581 | 2025-08-26T20:33:14.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
| 3582 | 2025-08-26T20:33:14.276Z | |
| 3583 | 2025-08-26T20:33:14.276Z | info: running `cargo check --bins` on oximeter-api (165/221) |
| 3584 | 2025-08-26T20:33:14.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2025-08-26T20:33:14.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2025-08-26T20:33:14.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2025-08-26T20:33:14.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3588 | 2025-08-26T20:33:15.057Z | |
| 3589 | 2025-08-26T20:33:15.057Z | info: running `cargo check --bins` on cert-dev (166/221) |
| 3590 | 2025-08-26T20:33:15.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2025-08-26T20:33:15.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2025-08-26T20:33:15.788Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3593 | 2025-08-26T20:33:16.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3594 | 2025-08-26T20:33:16.316Z | |
| 3595 | 2025-08-26T20:33:16.316Z | info: running `cargo check --bins` on clickana (167/221) |
| 3596 | 2025-08-26T20:33:17.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2025-08-26T20:33:17.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2025-08-26T20:33:17.100Z | Checking castaway v0.2.3 |
| 3599 | 2025-08-26T20:33:17.104Z | Checking unicode-truncate v1.1.0 |
| 3600 | 2025-08-26T20:33:17.104Z | Checking lru v0.12.5 |
| 3601 | 2025-08-26T20:33:17.104Z | Compiling instability v0.3.2 |
| 3602 | 2025-08-26T20:33:17.104Z | Checking cassowary v0.3.0 |
| 3603 | 2025-08-26T20:33:17.220Z | Compiling indoc v2.0.6 |
| 3604 | 2025-08-26T20:33:17.224Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3605 | 2025-08-26T20:33:17.341Z | Checking compact_str v0.8.0 |
| 3606 | 2025-08-26T20:33:17.981Z | Checking ratatui v0.29.0 |
| 3607 | 2025-08-26T20:33:19.836Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3608 | 2025-08-26T20:33:20.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
| 3609 | 2025-08-26T20:33:20.941Z | |
| 3610 | 2025-08-26T20:33:20.941Z | info: running `cargo check --bins` on clickhouse-cluster-dev (168/221) |
| 3611 | 2025-08-26T20:33:21.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2025-08-26T20:33:21.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2025-08-26T20:33:21.773Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3614 | 2025-08-26T20:33:21.773Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3615 | 2025-08-26T20:33:22.875Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3616 | 2025-08-26T20:33:23.378Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3617 | 2025-08-26T20:33:23.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s |
| 3618 | 2025-08-26T20:33:23.992Z | |
| 3619 | 2025-08-26T20:33:23.992Z | info: running `cargo check --bins` on ch-dev (169/221) |
| 3620 | 2025-08-26T20:33:24.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2025-08-26T20:33:24.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2025-08-26T20:33:24.796Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3623 | 2025-08-26T20:33:25.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 3624 | 2025-08-26T20:33:25.821Z | |
| 3625 | 2025-08-26T20:33:25.821Z | info: running `cargo check --bins` on dev-tools-common (170/221) |
| 3626 | 2025-08-26T20:33:26.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2025-08-26T20:33:26.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2025-08-26T20:33:26.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3629 | 2025-08-26T20:33:26.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3630 | 2025-08-26T20:33:26.383Z | |
| 3631 | 2025-08-26T20:33:26.383Z | info: running `cargo check --bins` on crdb-seed (171/221) |
| 3632 | 2025-08-26T20:33:27.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3633 | 2025-08-26T20:33:27.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3634 | 2025-08-26T20:33:27.175Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3635 | 2025-08-26T20:33:27.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3636 | 2025-08-26T20:33:27.797Z | |
| 3637 | 2025-08-26T20:33:27.797Z | info: running `cargo check --bins` on db-dev (172/221) |
| 3638 | 2025-08-26T20:33:28.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3639 | 2025-08-26T20:33:28.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3640 | 2025-08-26T20:33:28.600Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3641 | 2025-08-26T20:33:29.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 3642 | 2025-08-26T20:33:29.630Z | |
| 3643 | 2025-08-26T20:33:29.630Z | info: running `cargo check --bins` on omicron-dev-lib (173/221) |
| 3644 | 2025-08-26T20:33:30.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3645 | 2025-08-26T20:33:30.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3646 | 2025-08-26T20:33:30.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3647 | 2025-08-26T20:33:30.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3648 | 2025-08-26T20:33:30.427Z | |
| 3649 | 2025-08-26T20:33:30.428Z | info: running `cargo check --bins` on xtask-downloader (174/221) |
| 3650 | 2025-08-26T20:33:31.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2025-08-26T20:33:31.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2025-08-26T20:33:31.161Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3653 | 2025-08-26T20:33:32.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
| 3654 | 2025-08-26T20:33:32.226Z | |
| 3655 | 2025-08-26T20:33:32.226Z | info: running `cargo check --bins` on omicron-ls-apis (175/221) |
| 3656 | 2025-08-26T20:33:32.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2025-08-26T20:33:32.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2025-08-26T20:33:32.958Z | Checking typeid v1.0.3 |
| 3659 | 2025-08-26T20:33:33.073Z | Checking ordered-float v2.10.1 |
| 3660 | 2025-08-26T20:33:33.087Z | Checking cargo-platform v0.2.0 |
| 3661 | 2025-08-26T20:33:33.162Z | Checking erased-serde v0.4.6 |
| 3662 | 2025-08-26T20:33:33.408Z | Checking serde-value v0.7.0 |
| 3663 | 2025-08-26T20:33:33.739Z | Checking serde-untagged v0.1.7 |
| 3664 | 2025-08-26T20:33:33.968Z | Checking cargo-util-schemas v0.8.2 |
| 3665 | 2025-08-26T20:33:35.154Z | Checking cargo_metadata v0.21.0 |
| 3666 | 2025-08-26T20:33:36.183Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3667 | 2025-08-26T20:33:37.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
| 3668 | 2025-08-26T20:33:37.233Z | |
| 3669 | 2025-08-26T20:33:37.234Z | info: running `cargo check --bins` on mgs-dev (176/221) |
| 3670 | 2025-08-26T20:33:37.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2025-08-26T20:33:37.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2025-08-26T20:33:38.123Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3673 | 2025-08-26T20:33:40.101Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3674 | 2025-08-26T20:33:40.754Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3675 | 2025-08-26T20:33:41.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
| 3676 | 2025-08-26T20:33:41.594Z | |
| 3677 | 2025-08-26T20:33:41.594Z | info: running `cargo check --bins` on omicron-omdb (177/221) |
| 3678 | 2025-08-26T20:33:42.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3679 | 2025-08-26T20:33:42.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3680 | 2025-08-26T20:33:42.662Z | Compiling crunchy v0.2.2 |
| 3681 | 2025-08-26T20:33:42.667Z | Compiling dsl_auto_type v0.1.2 |
| 3682 | 2025-08-26T20:33:42.667Z | Checking scheduled-thread-pool v0.2.7 |
| 3683 | 2025-08-26T20:33:42.667Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3684 | 2025-08-26T20:33:42.802Z | Compiling tiny-keccak v2.0.2 |
| 3685 | 2025-08-26T20:33:42.857Z | Compiling bit-vec v0.6.3 |
| 3686 | 2025-08-26T20:33:42.861Z | Compiling ascii-canvas v3.0.0 |
| 3687 | 2025-08-26T20:33:42.876Z | Compiling ena v0.14.3 |
| 3688 | 2025-08-26T20:33:43.025Z | Checking r2d2 v0.8.10 |
| 3689 | 2025-08-26T20:33:43.139Z | Compiling regex-syntax v0.6.29 |
| 3690 | 2025-08-26T20:33:43.219Z | Compiling bit-set v0.5.3 |
| 3691 | 2025-08-26T20:33:43.279Z | Compiling bindgen v0.71.1 |
| 3692 | 2025-08-26T20:33:43.324Z | Compiling diff v0.1.13 |
| 3693 | 2025-08-26T20:33:43.346Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3694 | 2025-08-26T20:33:43.370Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3695 | 2025-08-26T20:33:43.510Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3696 | 2025-08-26T20:33:43.620Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3697 | 2025-08-26T20:33:43.711Z | Compiling derive_builder_core v0.20.2 |
| 3698 | 2025-08-26T20:33:43.866Z | Compiling libxml v0.3.3 |
| 3699 | 2025-08-26T20:33:43.971Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3700 | 2025-08-26T20:33:44.135Z | Compiling diesel_derives v2.2.3 |
| 3701 | 2025-08-26T20:33:44.171Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3702 | 2025-08-26T20:33:44.336Z | Compiling strum_macros v0.24.3 |
| 3703 | 2025-08-26T20:33:44.511Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3704 | 2025-08-26T20:33:44.534Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3705 | 2025-08-26T20:33:44.851Z | Compiling indoc v1.0.9 |
| 3706 | 2025-08-26T20:33:45.712Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3707 | 2025-08-26T20:33:45.739Z | Compiling derive_builder_macro v0.20.2 |
| 3708 | 2025-08-26T20:33:46.060Z | Compiling oso-derive v0.27.3 |
| 3709 | 2025-08-26T20:33:46.663Z | Compiling lalrpop v0.19.12 |
| 3710 | 2025-08-26T20:33:46.668Z | Checking derive_builder v0.20.2 |
| 3711 | 2025-08-26T20:33:46.832Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3712 | 2025-08-26T20:33:47.070Z | Checking quick-xml v0.37.2 |
| 3713 | 2025-08-26T20:33:47.138Z | Checking maplit v1.0.2 |
| 3714 | 2025-08-26T20:33:47.319Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3715 | 2025-08-26T20:33:47.443Z | Compiling diesel-dtrace v0.4.2 |
| 3716 | 2025-08-26T20:33:47.893Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3717 | 2025-08-26T20:33:48.036Z | Checking bb8 v0.8.5 |
| 3718 | 2025-08-26T20:33:48.336Z | Checking ignore v0.4.23 |
| 3719 | 2025-08-26T20:33:48.562Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3720 | 2025-08-26T20:33:48.859Z | Checking predicates-tree v1.0.12 |
| 3721 | 2025-08-26T20:33:48.961Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3722 | 2025-08-26T20:33:49.057Z | Checking rand_seeder v0.4.0 |
| 3723 | 2025-08-26T20:33:49.160Z | Checking globwalk v0.9.1 |
| 3724 | 2025-08-26T20:33:49.221Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3725 | 2025-08-26T20:33:49.321Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3726 | 2025-08-26T20:33:49.353Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3727 | 2025-08-26T20:33:49.487Z | Checking camino-tempfile-ext v0.3.2 |
| 3728 | 2025-08-26T20:33:49.582Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3729 | 2025-08-26T20:33:49.867Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3730 | 2025-08-26T20:33:49.933Z | Checking console v0.16.0 |
| 3731 | 2025-08-26T20:33:50.520Z | Checking unit-prefix v0.5.1 |
| 3732 | 2025-08-26T20:33:50.666Z | Checking is_ci v1.2.0 |
| 3733 | 2025-08-26T20:33:50.747Z | Checking indicatif v0.18.0 |
| 3734 | 2025-08-26T20:33:50.834Z | Checking supports-color v3.0.2 |
| 3735 | 2025-08-26T20:33:51.103Z | Checking support-bundle-viewer v0.1.2 |
| 3736 | 2025-08-26T20:33:51.321Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3737 | 2025-08-26T20:33:51.456Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3738 | 2025-08-26T20:33:51.525Z | Checking multimap v0.10.1 |
| 3739 | 2025-08-26T20:33:53.484Z | Checking diesel v2.2.12 |
| 3740 | 2025-08-26T20:34:07.359Z | Compiling samael v0.0.19 |
| 3741 | 2025-08-26T20:34:23.427Z | Checking async-bb8-diesel v0.2.1 |
| 3742 | 2025-08-26T20:34:25.117Z | Compiling polar-core v0.27.3 |
| 3743 | 2025-08-26T20:34:32.199Z | Checking oso v0.27.3 |
| 3744 | 2025-08-26T20:35:15.877Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3745 | 2025-08-26T20:35:49.528Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3746 | 2025-08-26T20:35:59.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
| 3747 | 2025-08-26T20:35:59.802Z | |
| 3748 | 2025-08-26T20:35:59.802Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (178/221) |
| 3749 | 2025-08-26T20:36:00.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3750 | 2025-08-26T20:36:00.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3751 | 2025-08-26T20:36:00.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3752 | 2025-08-26T20:36:00.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3753 | 2025-08-26T20:36:00.669Z | |
| 3754 | 2025-08-26T20:36:00.669Z | info: running `cargo check --bins` on nexus-saga-recovery (179/221) |
| 3755 | 2025-08-26T20:36:01.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3756 | 2025-08-26T20:36:01.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3757 | 2025-08-26T20:36:01.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3758 | 2025-08-26T20:36:01.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3759 | 2025-08-26T20:36:01.531Z | |
| 3760 | 2025-08-26T20:36:01.531Z | info: running `cargo check --bins` on nexus-test-utils-macros (180/221) |
| 3761 | 2025-08-26T20:36:02.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3762 | 2025-08-26T20:36:02.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3763 | 2025-08-26T20:36:02.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3764 | 2025-08-26T20:36:02.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3765 | 2025-08-26T20:36:02.259Z | |
| 3766 | 2025-08-26T20:36:02.259Z | info: running `cargo check --bins` on omicron-nexus (181/221) |
| 3767 | 2025-08-26T20:36:03.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3768 | 2025-08-26T20:36:03.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3769 | 2025-08-26T20:36:03.329Z | Compiling libz-sys v1.1.20 |
| 3770 | 2025-08-26T20:36:03.472Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3771 | 2025-08-26T20:36:03.486Z | Compiling vergen v8.3.2 |
| 3772 | 2025-08-26T20:36:03.489Z | Compiling cargo-platform v0.1.8 |
| 3773 | 2025-08-26T20:36:03.516Z | Compiling fs-err v2.11.0 |
| 3774 | 2025-08-26T20:36:03.519Z | Compiling rustls v0.21.12 |
| 3775 | 2025-08-26T20:36:03.537Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3776 | 2025-08-26T20:36:03.554Z | Checking rustls-webpki v0.101.7 |
| 3777 | 2025-08-26T20:36:03.837Z | Compiling cargo_metadata v0.18.1 |
| 3778 | 2025-08-26T20:36:03.920Z | Checking sct v0.7.1 |
| 3779 | 2025-08-26T20:36:03.968Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3780 | 2025-08-26T20:36:04.135Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3781 | 2025-08-26T20:36:04.211Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3782 | 2025-08-26T20:36:04.335Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3783 | 2025-08-26T20:36:04.450Z | Checking parse-size v1.1.0 |
| 3784 | 2025-08-26T20:36:04.583Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3785 | 2025-08-26T20:36:04.607Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3786 | 2025-08-26T20:36:04.648Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3787 | 2025-08-26T20:36:04.711Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3788 | 2025-08-26T20:36:05.463Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3789 | 2025-08-26T20:36:05.692Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3790 | 2025-08-26T20:36:05.841Z | Checking rustls-pemfile v1.0.4 |
| 3791 | 2025-08-26T20:36:06.077Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3792 | 2025-08-26T20:36:06.209Z | Checking twox-hash v2.1.0 |
| 3793 | 2025-08-26T20:36:06.376Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3794 | 2025-08-26T20:36:06.463Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3795 | 2025-08-26T20:36:06.768Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3796 | 2025-08-26T20:36:06.922Z | Checking tokio-rustls v0.24.1 |
| 3797 | 2025-08-26T20:36:07.622Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3798 | 2025-08-26T20:36:07.998Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3799 | 2025-08-26T20:36:08.227Z | Checking fatfs v0.3.6 |
| 3800 | 2025-08-26T20:36:08.489Z | Checking assert_matches v1.5.0 |
| 3801 | 2025-08-26T20:36:14.497Z | Compiling git2 v0.19.0 |
| 3802 | 2025-08-26T20:36:14.518Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3803 | 2025-08-26T20:36:14.672Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3804 | 2025-08-26T20:36:18.633Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3805 | 2025-08-26T20:37:18.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 3806 | 2025-08-26T20:37:18.269Z | |
| 3807 | 2025-08-26T20:37:18.269Z | info: running `cargo check --bins` on nexus-background-task-interface (182/221) |
| 3808 | 2025-08-26T20:37:18.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2025-08-26T20:37:18.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2025-08-26T20:37:18.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2025-08-26T20:37:18.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3812 | 2025-08-26T20:37:19.073Z | |
| 3813 | 2025-08-26T20:37:19.073Z | info: running `cargo check --bins` on nexus-external-api (183/221) |
| 3814 | 2025-08-26T20:37:19.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2025-08-26T20:37:19.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2025-08-26T20:37:19.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2025-08-26T20:37:19.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3818 | 2025-08-26T20:37:19.906Z | |
| 3819 | 2025-08-26T20:37:19.906Z | info: running `cargo check --bins` on nexus-internal-api (184/221) |
| 3820 | 2025-08-26T20:37:20.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2025-08-26T20:37:20.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2025-08-26T20:37:20.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2025-08-26T20:37:20.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3824 | 2025-08-26T20:37:20.725Z | |
| 3825 | 2025-08-26T20:37:20.725Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (185/221) |
| 3826 | 2025-08-26T20:37:21.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2025-08-26T20:37:21.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2025-08-26T20:37:21.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2025-08-26T20:37:21.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3830 | 2025-08-26T20:37:21.603Z | |
| 3831 | 2025-08-26T20:37:21.603Z | info: running `cargo check --bins` on nexus-mgs-updates (186/221) |
| 3832 | 2025-08-26T20:37:22.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2025-08-26T20:37:22.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2025-08-26T20:37:22.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2025-08-26T20:37:22.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3836 | 2025-08-26T20:37:22.436Z | |
| 3837 | 2025-08-26T20:37:22.437Z | info: running `cargo check --bins` on nexus-networking (187/221) |
| 3838 | 2025-08-26T20:37:23.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2025-08-26T20:37:23.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2025-08-26T20:37:23.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3841 | 2025-08-26T20:37:23.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3842 | 2025-08-26T20:37:23.286Z | |
| 3843 | 2025-08-26T20:37:23.286Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (188/221) |
| 3844 | 2025-08-26T20:37:24.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2025-08-26T20:37:24.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2025-08-26T20:37:24.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3847 | 2025-08-26T20:37:24.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3848 | 2025-08-26T20:37:24.140Z | |
| 3849 | 2025-08-26T20:37:24.140Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/221) |
| 3850 | 2025-08-26T20:37:24.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2025-08-26T20:37:24.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2025-08-26T20:37:24.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3853 | 2025-08-26T20:37:24.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3854 | 2025-08-26T20:37:25.001Z | |
| 3855 | 2025-08-26T20:37:25.001Z | info: running `cargo check --bins` on update-common (190/221) |
| 3856 | 2025-08-26T20:37:25.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2025-08-26T20:37:25.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2025-08-26T20:37:25.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3859 | 2025-08-26T20:37:25.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3860 | 2025-08-26T20:37:25.801Z | |
| 3861 | 2025-08-26T20:37:25.801Z | info: running `cargo check --bins` on omicron-dev (191/221) |
| 3862 | 2025-08-26T20:37:26.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2025-08-26T20:37:26.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2025-08-26T20:37:26.910Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3865 | 2025-08-26T20:37:26.913Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3866 | 2025-08-26T20:37:27.076Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3867 | 2025-08-26T20:37:27.093Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3868 | 2025-08-26T20:37:27.097Z | Checking yansi v1.0.1 |
| 3869 | 2025-08-26T20:37:27.097Z | Checking diff v0.1.13 |
| 3870 | 2025-08-26T20:37:27.113Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3871 | 2025-08-26T20:37:27.172Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3872 | 2025-08-26T20:37:27.584Z | Checking pretty_assertions v1.4.1 |
| 3873 | 2025-08-26T20:37:28.300Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3874 | 2025-08-26T20:37:57.474Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3875 | 2025-08-26T20:37:57.479Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3876 | 2025-08-26T20:37:57.479Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3877 | 2025-08-26T20:37:57.479Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3878 | 2025-08-26T20:37:57.479Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3879 | 2025-08-26T20:37:57.479Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3880 | 2025-08-26T20:37:58.012Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3881 | 2025-08-26T20:37:58.559Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3882 | 2025-08-26T20:37:59.926Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3883 | 2025-08-26T20:38:50.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s |
| 3884 | 2025-08-26T20:38:50.875Z | |
| 3885 | 2025-08-26T20:38:50.875Z | info: running `cargo check --bins` on openapi-manager (192/221) |
| 3886 | 2025-08-26T20:38:51.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2025-08-26T20:38:51.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2025-08-26T20:38:51.765Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3889 | 2025-08-26T20:38:51.765Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3890 | 2025-08-26T20:38:51.902Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3891 | 2025-08-26T20:38:51.905Z | Checking heck v0.4.1 |
| 3892 | 2025-08-26T20:38:51.906Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3893 | 2025-08-26T20:38:52.083Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3894 | 2025-08-26T20:38:52.176Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3895 | 2025-08-26T20:38:53.050Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3896 | 2025-08-26T20:38:55.254Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3897 | 2025-08-26T20:38:56.855Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3898 | 2025-08-26T20:38:57.702Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3899 | 2025-08-26T20:38:59.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.36s |
| 3900 | 2025-08-26T20:38:59.467Z | |
| 3901 | 2025-08-26T20:38:59.467Z | info: running `cargo check --bins` on installinator-api (193/221) |
| 3902 | 2025-08-26T20:39:00.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2025-08-26T20:39:00.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2025-08-26T20:39:00.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2025-08-26T20:39:00.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3906 | 2025-08-26T20:39:00.264Z | |
| 3907 | 2025-08-26T20:39:00.264Z | info: running `cargo check --bins` on ntp-admin-api (194/221) |
| 3908 | 2025-08-26T20:39:00.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2025-08-26T20:39:00.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2025-08-26T20:39:00.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3911 | 2025-08-26T20:39:00.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3912 | 2025-08-26T20:39:01.052Z | |
| 3913 | 2025-08-26T20:39:01.052Z | info: running `cargo check --bins` on ntp-admin-types (195/221) |
| 3914 | 2025-08-26T20:39:01.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2025-08-26T20:39:01.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2025-08-26T20:39:01.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3917 | 2025-08-26T20:39:01.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3918 | 2025-08-26T20:39:01.830Z | |
| 3919 | 2025-08-26T20:39:01.830Z | info: running `cargo check --bins` on wicketd-api (196/221) |
| 3920 | 2025-08-26T20:39:02.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2025-08-26T20:39:02.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2025-08-26T20:39:02.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3923 | 2025-08-26T20:39:02.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3924 | 2025-08-26T20:39:02.640Z | |
| 3925 | 2025-08-26T20:39:02.640Z | info: running `cargo check --bins` on omicron-pins (197/221) |
| 3926 | 2025-08-26T20:39:03.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2025-08-26T20:39:03.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2025-08-26T20:39:03.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2025-08-26T20:39:03.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3930 | 2025-08-26T20:39:03.383Z | |
| 3931 | 2025-08-26T20:39:03.383Z | info: running `cargo check --bins` on reconfigurator-cli (198/221) |
| 3932 | 2025-08-26T20:39:04.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2025-08-26T20:39:04.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2025-08-26T20:39:04.337Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3935 | 2025-08-26T20:39:04.474Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3936 | 2025-08-26T20:39:04.478Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3937 | 2025-08-26T20:39:04.500Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3938 | 2025-08-26T20:39:04.504Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3939 | 2025-08-26T20:39:04.532Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3940 | 2025-08-26T20:39:04.536Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3941 | 2025-08-26T20:39:04.551Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3942 | 2025-08-26T20:39:04.704Z | Compiling petname v2.0.2 |
| 3943 | 2025-08-26T20:39:04.785Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3944 | 2025-08-26T20:39:05.097Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3945 | 2025-08-26T20:39:05.201Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3946 | 2025-08-26T20:39:05.545Z | Checking sync-ptr v0.1.4 |
| 3947 | 2025-08-26T20:39:05.568Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3948 | 2025-08-26T20:39:05.571Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3949 | 2025-08-26T20:39:05.781Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3950 | 2025-08-26T20:39:06.026Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3951 | 2025-08-26T20:39:06.107Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3952 | 2025-08-26T20:39:07.138Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3953 | 2025-08-26T20:39:09.446Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3954 | 2025-08-26T20:39:09.451Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3955 | 2025-08-26T20:39:15.973Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3956 | 2025-08-26T20:39:16.853Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3957 | 2025-08-26T20:39:18.675Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3958 | 2025-08-26T20:39:21.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.12s |
| 3959 | 2025-08-26T20:39:21.744Z | |
| 3960 | 2025-08-26T20:39:21.744Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/221) |
| 3961 | 2025-08-26T20:39:22.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2025-08-26T20:39:22.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2025-08-26T20:39:22.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3964 | 2025-08-26T20:39:22.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3965 | 2025-08-26T20:39:22.610Z | |
| 3966 | 2025-08-26T20:39:22.610Z | info: running `cargo check --bins` on omicron-repl-utils (200/221) |
| 3967 | 2025-08-26T20:39:23.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3968 | 2025-08-26T20:39:23.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3969 | 2025-08-26T20:39:23.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3970 | 2025-08-26T20:39:23.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3971 | 2025-08-26T20:39:23.355Z | |
| 3972 | 2025-08-26T20:39:23.355Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/221) |
| 3973 | 2025-08-26T20:39:24.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2025-08-26T20:39:24.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2025-08-26T20:39:24.256Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3976 | 2025-08-26T20:39:25.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
| 3977 | 2025-08-26T20:39:25.592Z | |
| 3978 | 2025-08-26T20:39:25.592Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/221) |
| 3979 | 2025-08-26T20:39:26.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3980 | 2025-08-26T20:39:26.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3981 | 2025-08-26T20:39:26.460Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3982 | 2025-08-26T20:39:26.906Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3983 | 2025-08-26T20:39:28.111Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3984 | 2025-08-26T20:39:28.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 3985 | 2025-08-26T20:39:29.081Z | |
| 3986 | 2025-08-26T20:39:29.082Z | info: running `cargo check --bins` on omicron-releng (203/221) |
| 3987 | 2025-08-26T20:39:29.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2025-08-26T20:39:29.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2025-08-26T20:39:29.896Z | Compiling blake3 v1.5.4 |
| 3990 | 2025-08-26T20:39:29.901Z | Checking memmap2 v0.9.5 |
| 3991 | 2025-08-26T20:39:29.901Z | Checking arrayvec v0.7.6 |
| 3992 | 2025-08-26T20:39:29.901Z | Checking constant_time_eq v0.3.1 |
| 3993 | 2025-08-26T20:39:29.901Z | Checking arrayref v0.3.9 |
| 3994 | 2025-08-26T20:39:30.042Z | Checking topological-sort v0.2.2 |
| 3995 | 2025-08-26T20:39:30.054Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3996 | 2025-08-26T20:39:30.072Z | Checking shell-words v1.1.0 |
| 3997 | 2025-08-26T20:39:31.168Z | Checking omicron-zone-package v0.12.2 |
| 3998 | 2025-08-26T20:39:32.309Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3999 | 2025-08-26T20:39:33.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
| 4000 | 2025-08-26T20:39:33.656Z | |
| 4001 | 2025-08-26T20:39:33.656Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/221) |
| 4002 | 2025-08-26T20:39:34.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4003 | 2025-08-26T20:39:34.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4004 | 2025-08-26T20:39:34.464Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4005 | 2025-08-26T20:39:34.857Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4006 | 2025-08-26T20:39:35.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 4007 | 2025-08-26T20:39:35.577Z | |
| 4008 | 2025-08-26T20:39:35.577Z | info: running `cargo check --bins` on xtask (205/221) |
| 4009 | 2025-08-26T20:39:36.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4010 | 2025-08-26T20:39:36.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4011 | 2025-08-26T20:39:36.159Z | Checking bitflags v2.9.1 |
| 4012 | 2025-08-26T20:39:36.255Z | Checking serde v1.0.219 |
| 4013 | 2025-08-26T20:39:36.258Z | Checking zerofrom v0.1.4 |
| 4014 | 2025-08-26T20:39:36.271Z | Checking hashbrown v0.15.4 |
| 4015 | 2025-08-26T20:39:36.271Z | Checking smallvec v1.15.1 |
| 4016 | 2025-08-26T20:39:36.295Z | Checking thiserror v1.0.69 |
| 4017 | 2025-08-26T20:39:36.309Z | Checking scroll v0.12.0 |
| 4018 | 2025-08-26T20:39:36.309Z | Checking num-traits v0.2.19 |
| 4019 | 2025-08-26T20:39:36.446Z | Checking percent-encoding v2.3.1 |
| 4020 | 2025-08-26T20:39:36.463Z | Checking yoke v0.7.4 |
| 4021 | 2025-08-26T20:39:36.496Z | Checking rustix v0.38.37 |
| 4022 | 2025-08-26T20:39:36.604Z | Checking log v0.4.27 |
| 4023 | 2025-08-26T20:39:36.677Z | Checking zerocopy v0.7.35 |
| 4024 | 2025-08-26T20:39:36.754Z | Checking pest v2.7.14 |
| 4025 | 2025-08-26T20:39:36.791Z | Checking zerovec v0.10.4 |
| 4026 | 2025-08-26T20:39:36.903Z | Checking goblin v0.8.2 |
| 4027 | 2025-08-26T20:39:37.226Z | Checking indexmap v2.10.0 |
| 4028 | 2025-08-26T20:39:37.456Z | Checking terminal_size v0.4.0 |
| 4029 | 2025-08-26T20:39:37.651Z | Checking form_urlencoded v1.2.1 |
| 4030 | 2025-08-26T20:39:37.809Z | Checking getrandom v0.3.1 |
| 4031 | 2025-08-26T20:39:37.837Z | Checking ordered-float v2.10.1 |
| 4032 | 2025-08-26T20:39:37.881Z | Checking thiserror v2.0.12 |
| 4033 | 2025-08-26T20:39:38.029Z | Checking syn v2.0.104 |
| 4034 | 2025-08-26T20:39:38.055Z | Checking rustix v1.0.7 |
| 4035 | 2025-08-26T20:39:38.310Z | Checking tinystr v0.7.6 |
| 4036 | 2025-08-26T20:39:38.354Z | Checking icu_collections v1.5.0 |
| 4037 | 2025-08-26T20:39:38.373Z | Checking once_cell v1.21.3 |
| 4038 | 2025-08-26T20:39:38.677Z | Checking icu_locid v1.5.0 |
| 4039 | 2025-08-26T20:39:38.700Z | Checking clap_builder v4.5.41 |
| 4040 | 2025-08-26T20:39:38.992Z | Checking textwrap v0.16.2 |
| 4041 | 2025-08-26T20:39:39.218Z | Checking dtrace-parser v0.2.0 |
| 4042 | 2025-08-26T20:39:39.378Z | Checking fs-err v3.1.1 |
| 4043 | 2025-08-26T20:39:39.602Z | Checking icu_provider v1.5.0 |
| 4044 | 2025-08-26T20:39:39.627Z | Checking tempfile v3.20.0 |
| 4045 | 2025-08-26T20:39:39.701Z | Checking tabled v0.15.0 |
| 4046 | 2025-08-26T20:39:39.741Z | Checking anyhow v1.0.99 |
| 4047 | 2025-08-26T20:39:39.999Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4048 | 2025-08-26T20:39:40.257Z | Checking icu_locid_transform v1.5.0 |
| 4049 | 2025-08-26T20:39:40.578Z | Checking toml_datetime v0.6.11 |
| 4050 | 2025-08-26T20:39:40.582Z | Checking serde_spanned v0.6.9 |
| 4051 | 2025-08-26T20:39:40.582Z | Checking serde_json v1.0.142 |
| 4052 | 2025-08-26T20:39:40.847Z | Checking erased-serde v0.4.6 |
| 4053 | 2025-08-26T20:39:40.937Z | Checking toml_edit v0.22.27 |
| 4054 | 2025-08-26T20:39:41.317Z | Checking icu_properties v1.5.1 |
| 4055 | 2025-08-26T20:39:41.579Z | Checking serde-value v0.7.0 |
| 4056 | 2025-08-26T20:39:41.598Z | Checking camino v1.1.11 |
| 4057 | 2025-08-26T20:39:41.755Z | Checking serde-untagged v0.1.7 |
| 4058 | 2025-08-26T20:39:42.013Z | Checking semver v1.0.26 |
| 4059 | 2025-08-26T20:39:42.084Z | Checking dof v0.3.0 |
| 4060 | 2025-08-26T20:39:42.116Z | Checking cargo-platform v0.2.0 |
| 4061 | 2025-08-26T20:39:42.152Z | Checking camino-tempfile v1.4.1 |
| 4062 | 2025-08-26T20:39:42.194Z | Checking clap v4.5.41 |
| 4063 | 2025-08-26T20:39:42.327Z | Checking macaddr v1.0.1 |
| 4064 | 2025-08-26T20:39:42.706Z | Checking usdt-impl v0.5.0 |
| 4065 | 2025-08-26T20:39:43.081Z | Checking usdt v0.5.0 |
| 4066 | 2025-08-26T20:39:43.144Z | Checking toml v0.8.23 |
| 4067 | 2025-08-26T20:39:43.615Z | Checking cargo_toml v0.21.0 |
| 4068 | 2025-08-26T20:39:43.885Z | Checking icu_normalizer v1.5.0 |
| 4069 | 2025-08-26T20:39:44.386Z | Checking idna_adapter v1.2.0 |
| 4070 | 2025-08-26T20:39:44.527Z | Checking idna v1.0.3 |
| 4071 | 2025-08-26T20:39:44.854Z | Checking url v2.5.4 |
| 4072 | 2025-08-26T20:39:45.358Z | Checking cargo-util-schemas v0.8.2 |
| 4073 | 2025-08-26T20:39:46.552Z | Checking cargo_metadata v0.21.0 |
| 4074 | 2025-08-26T20:39:47.568Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4075 | 2025-08-26T20:39:48.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.63s |
| 4076 | 2025-08-26T20:39:48.367Z | |
| 4077 | 2025-08-26T20:39:48.367Z | info: running `cargo check --bins` on end-to-end-tests (206/221) |
| 4078 | 2025-08-26T20:39:49.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2025-08-26T20:39:49.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2025-08-26T20:39:49.311Z | Checking polyval v0.6.2 |
| 4081 | 2025-08-26T20:39:49.445Z | Checking ctr v0.9.2 |
| 4082 | 2025-08-26T20:39:49.459Z | Checking ssh-encoding v0.2.0 |
| 4083 | 2025-08-26T20:39:49.462Z | Checking blowfish v0.9.1 |
| 4084 | 2025-08-26T20:39:49.488Z | Checking password-hash v0.4.2 |
| 4085 | 2025-08-26T20:39:49.504Z | Checking p521 v0.13.3 |
| 4086 | 2025-08-26T20:39:49.507Z | Checking p256 v0.13.2 |
| 4087 | 2025-08-26T20:39:49.521Z | Checking russh-cryptovec v0.7.3 |
| 4088 | 2025-08-26T20:39:49.675Z | Checking ghash v0.5.1 |
| 4089 | 2025-08-26T20:39:49.708Z | Checking bcrypt-pbkdf v0.10.0 |
| 4090 | 2025-08-26T20:39:49.729Z | Checking md5 v0.7.0 |
| 4091 | 2025-08-26T20:39:49.753Z | Checking num-bigint v0.4.6 |
| 4092 | 2025-08-26T20:39:49.777Z | Checking des v0.8.1 |
| 4093 | 2025-08-26T20:39:49.878Z | Checking aes-gcm v0.10.3 |
| 4094 | 2025-08-26T20:39:49.905Z | Checking pbkdf2 v0.11.0 |
| 4095 | 2025-08-26T20:39:49.967Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4096 | 2025-08-26T20:39:50.023Z | Checking hex-literal v0.4.1 |
| 4097 | 2025-08-26T20:39:50.045Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4098 | 2025-08-26T20:39:50.067Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4099 | 2025-08-26T20:39:50.126Z | Checking ssh-cipher v0.2.0 |
| 4100 | 2025-08-26T20:39:50.175Z | Checking internet-checksum v0.2.1 |
| 4101 | 2025-08-26T20:39:50.407Z | Checking ssh-key v0.6.6 |
| 4102 | 2025-08-26T20:39:50.614Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4103 | 2025-08-26T20:39:51.491Z | Checking russh-keys v0.45.0 |
| 4104 | 2025-08-26T20:39:52.321Z | Checking russh v0.45.0 |
| 4105 | 2025-08-26T20:40:13.476Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4106 | 2025-08-26T20:40:14.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.60s |
| 4107 | 2025-08-26T20:40:15.201Z | |
| 4108 | 2025-08-26T20:40:15.202Z | info: running `cargo check --bins` on gateway-cli (207/221) |
| 4109 | 2025-08-26T20:40:15.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4110 | 2025-08-26T20:40:15.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4111 | 2025-08-26T20:40:15.985Z | Checking termios v0.3.3 |
| 4112 | 2025-08-26T20:40:16.233Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4113 | 2025-08-26T20:40:17.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 4114 | 2025-08-26T20:40:17.235Z | |
| 4115 | 2025-08-26T20:40:17.235Z | info: running `cargo check --bins --no-default-features` on installinator (208/221) |
| 4116 | 2025-08-26T20:40:17.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2025-08-26T20:40:17.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2025-08-26T20:40:18.080Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4119 | 2025-08-26T20:40:18.083Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4120 | 2025-08-26T20:40:18.083Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4121 | 2025-08-26T20:40:18.959Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4122 | 2025-08-26T20:40:20.777Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4123 | 2025-08-26T20:40:22.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
| 4124 | 2025-08-26T20:40:23.135Z | |
| 4125 | 2025-08-26T20:40:23.135Z | info: running `cargo check --bins` on internal-dns-cli (209/221) |
| 4126 | 2025-08-26T20:40:23.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4127 | 2025-08-26T20:40:23.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4128 | 2025-08-26T20:40:23.909Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4129 | 2025-08-26T20:40:24.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4130 | 2025-08-26T20:40:24.640Z | |
| 4131 | 2025-08-26T20:40:24.641Z | info: running `cargo check --bins` on omicron-live-tests (210/221) |
| 4132 | 2025-08-26T20:40:25.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4133 | 2025-08-26T20:40:25.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4134 | 2025-08-26T20:40:25.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4135 | 2025-08-26T20:40:25.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4136 | 2025-08-26T20:40:25.394Z | |
| 4137 | 2025-08-26T20:40:25.394Z | info: running `cargo check --bins` on live-tests-macros (211/221) |
| 4138 | 2025-08-26T20:40:26.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4139 | 2025-08-26T20:40:26.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4140 | 2025-08-26T20:40:26.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4141 | 2025-08-26T20:40:26.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4142 | 2025-08-26T20:40:26.143Z | |
| 4143 | 2025-08-26T20:40:26.143Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/221) |
| 4144 | 2025-08-26T20:40:26.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2025-08-26T20:40:26.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2025-08-26T20:40:27.052Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4147 | 2025-08-26T20:40:27.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 4148 | 2025-08-26T20:40:28.009Z | |
| 4149 | 2025-08-26T20:40:28.009Z | info: running `cargo check --bins` on omicron-ntp-admin (213/221) |
| 4150 | 2025-08-26T20:40:28.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4151 | 2025-08-26T20:40:28.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4152 | 2025-08-26T20:40:28.803Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4153 | 2025-08-26T20:40:28.804Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4154 | 2025-08-26T20:40:29.122Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4155 | 2025-08-26T20:40:30.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 4156 | 2025-08-26T20:40:30.350Z | |
| 4157 | 2025-08-26T20:40:30.350Z | info: running `cargo check --bins` on omicron-package (214/221) |
| 4158 | 2025-08-26T20:40:31.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4159 | 2025-08-26T20:40:31.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4160 | 2025-08-26T20:40:31.176Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4161 | 2025-08-26T20:40:32.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
| 4162 | 2025-08-26T20:40:32.873Z | |
| 4163 | 2025-08-26T20:40:32.873Z | info: running `cargo check --bins` on trust-quorum (215/221) |
| 4164 | 2025-08-26T20:40:33.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4165 | 2025-08-26T20:40:33.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4166 | 2025-08-26T20:40:33.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4167 | 2025-08-26T20:40:33.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4168 | 2025-08-26T20:40:33.681Z | |
| 4169 | 2025-08-26T20:40:33.681Z | info: running `cargo check --bins` on gfss (216/221) |
| 4170 | 2025-08-26T20:40:34.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4171 | 2025-08-26T20:40:34.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4172 | 2025-08-26T20:40:34.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4173 | 2025-08-26T20:40:34.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4174 | 2025-08-26T20:40:34.443Z | |
| 4175 | 2025-08-26T20:40:34.443Z | info: running `cargo check --bins` on wicket-dbg (217/221) |
| 4176 | 2025-08-26T20:40:35.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4177 | 2025-08-26T20:40:35.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4178 | 2025-08-26T20:40:35.330Z | Checking rtoolbox v0.0.2 |
| 4179 | 2025-08-26T20:40:35.330Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4180 | 2025-08-26T20:40:35.334Z | Checking tui-tree-widget v0.23.1 |
| 4181 | 2025-08-26T20:40:35.590Z | Checking rpassword v7.4.0 |
| 4182 | 2025-08-26T20:40:40.346Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4183 | 2025-08-26T20:40:43.266Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4184 | 2025-08-26T20:40:44.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.05s |
| 4185 | 2025-08-26T20:40:44.728Z | |
| 4186 | 2025-08-26T20:40:44.728Z | info: running `cargo check --bins` on wicket (218/221) |
| 4187 | 2025-08-26T20:40:45.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4188 | 2025-08-26T20:40:45.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4189 | 2025-08-26T20:40:45.579Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4190 | 2025-08-26T20:40:46.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 4191 | 2025-08-26T20:40:46.266Z | |
| 4192 | 2025-08-26T20:40:46.266Z | info: running `cargo check --bins` on wicketd (219/221) |
| 4193 | 2025-08-26T20:40:47.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4194 | 2025-08-26T20:40:47.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4195 | 2025-08-26T20:40:47.142Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4196 | 2025-08-26T20:40:51.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s |
| 4197 | 2025-08-26T20:40:51.565Z | |
| 4198 | 2025-08-26T20:40:51.565Z | info: running `cargo check --bins` on omicron-workspace-hack (220/221) |
| 4199 | 2025-08-26T20:40:52.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4200 | 2025-08-26T20:40:52.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4201 | 2025-08-26T20:40:52.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4202 | 2025-08-26T20:40:52.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 4203 | 2025-08-26T20:40:52.312Z | |
| 4204 | 2025-08-26T20:40:52.312Z | info: running `cargo check --bins` on zone-setup (221/221) |
| 4205 | 2025-08-26T20:40:53.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4206 | 2025-08-26T20:40:53.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4207 | 2025-08-26T20:40:53.127Z | Checking uzers v0.12.1 |
| 4208 | 2025-08-26T20:40:53.489Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4209 | 2025-08-26T20:40:54.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
| 4210 | 2025-08-26T20:40:54.785Z | |
| 4211 | 2025-08-26T20:40:54.785Z | real 16:14.409872542 |
| 4212 | 2025-08-26T20:40:54.785Z | user 31:49.286809096 |
| 4213 | 2025-08-26T20:40:54.785Z | sys 5:20.875461358 |
| 4214 | 2025-08-26T20:40:54.785Z | trap 0.659588914 |
| 4215 | 2025-08-26T20:40:54.785Z | tflt 0.687417481 |
| 4216 | 2025-08-26T20:40:54.785Z | dflt 1.419201179 |
| 4217 | 2025-08-26T20:40:54.785Z | kflt 0.001217568 |
| 4218 | 2025-08-26T20:40:54.788Z | lock 1:18:05.586303768 |
| 4219 | 2025-08-26T20:40:54.788Z | slp 2:37:16.880820220 |
| 4220 | 2025-08-26T20:40:54.788Z | lat 1:37.595791344 |
| 4221 | 2025-08-26T20:40:54.788Z | stop 5:05.913236063 |
| 4222 | 2025-08-26T20:40:54.789Z | process exited: duration 1258170 ms, exit code 0 |
| |
| 4223 | 2025-08-26T20:40:54.797Z | found 0 output files |