|
|
|
| 1 | 2026-08-26T14:36:33.530Z | job assigned to worker 01M0Z7ZE4Q4PTKBFHWAXJPDYHT [factory aws, i-071ae00b9b468cbe8] (queued for 48 s) |
| |
| 2 | 2026-08-26T14:36:40.082Z | starting task 0: "setup" |
| 3 | 2026-08-26T14:36:40.086Z | ++ uname -s |
| 4 | 2026-08-26T14:36:40.089Z | + kern=SunOS |
| 5 | 2026-08-26T14:36:40.089Z | + build_user=build |
| 6 | 2026-08-26T14:36:40.090Z | + build_uid=12345 |
| 7 | 2026-08-26T14:36:40.090Z | + work_dir=/work |
| 8 | 2026-08-26T14:36:40.090Z | + input_dir=/input |
| 9 | 2026-08-26T14:36:40.090Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-26T14:36:40.090Z | + case "$kern" in |
| 11 | 2026-08-26T14:36:40.090Z | + groupadd -g 12345 build |
| 12 | 2026-08-26T14:36:40.096Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-26T14:36:42.097Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-26T14:36:42.205Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-26T14:36:42.208Z | + home_fs=zfs |
| 16 | 2026-08-26T14:36:42.208Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-26T14:36:42.208Z | + mkdir -p /home/build |
| 18 | 2026-08-26T14:36:42.208Z | + chown build:build /home/build /work |
| 19 | 2026-08-26T14:36:44.209Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-26T14:36:44.213Z | process exited: duration 4132 ms, exit code 0 |
| |
| 21 | 2026-08-26T14:36:44.221Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-26T14:36:44.225Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-26T14:36:44.225Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-26T14:36:44.225Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-26T14:36:44.225Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-26T14:36:44.225Z | * rust toolchain channel = "1.97.1" |
| 27 | 2026-08-26T14:36:44.225Z | * rust toolchain profile = "default" |
| 28 | 2026-08-26T14:36:44.229Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-26T14:36:44.229Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-26T14:36:44.334Z | info: downloading installer |
| 31 | 2026-08-26T14:36:45.745Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-26T14:36:45.745Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-26T14:36:45.745Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-26T14:36:45.745Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-26T14:36:45.758Z | info: profile set to default |
| 36 | 2026-08-26T14:36:45.758Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-26T14:36:45.761Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-26T14:36:45.912Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-26T14:36:45.915Z | info: downloading 6 components |
| 40 | 2026-08-26T14:36:59.965Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-26T14:36:59.965Z | |
| 42 | 2026-08-26T14:36:59.993Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-26T14:36:59.993Z | |
| 44 | 2026-08-26T14:36:59.993Z | |
| 45 | 2026-08-26T14:36:59.993Z | Rust is installed now. Great! |
| 46 | 2026-08-26T14:36:59.993Z | |
| 47 | 2026-08-26T14:36:59.993Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-26T14:36:59.993Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-26T14:36:59.993Z | |
| 50 | 2026-08-26T14:36:59.993Z | To configure your current shell, you need to source |
| 51 | 2026-08-26T14:36:59.993Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-26T14:36:59.994Z | |
| 53 | 2026-08-26T14:36:59.994Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-26T14:36:59.997Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-26T14:36:59.997Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-26T14:36:59.997Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-26T14:36:59.997Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-26T14:36:59.997Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-26T14:36:59.997Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-26T14:36:59.997Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-26T14:36:59.997Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-26T14:37:00.071Z | + rustup --version |
| 63 | 2026-08-26T14:37:00.081Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-26T14:37:00.085Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-26T14:37:00.101Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-26T14:37:00.104Z | + cargo --version |
| 67 | 2026-08-26T14:37:00.118Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-26T14:37:00.121Z | + rustc --version |
| 69 | 2026-08-26T14:37:00.140Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-26T14:37:00.143Z | process exited: duration 15921 ms, exit code 0 |
| |
| 71 | 2026-08-26T14:37:00.150Z | starting task 2: "authentication" |
| 72 | 2026-08-26T14:37:00.166Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-26T14:37:00.172Z | starting task 3: "clone repository" |
| 74 | 2026-08-26T14:37:00.175Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-26T14:37:00.178Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-26T14:37:00.209Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-26T14:37:13.769Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-26T14:37:13.770Z | + git fetch origin e7596aad5496048a384e26fd8e478cad2ae722b1 |
| 79 | 2026-08-26T14:37:13.775Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-26T14:37:13.775Z | * branch e7596aad5496048a384e26fd8e478cad2ae722b1 -> FETCH_HEAD |
| 81 | 2026-08-26T14:37:13.775Z | + [[ -n ben/multiple-eips-in-inventory-types ]] |
| 82 | 2026-08-26T14:37:13.775Z | ++ git branch --show-current |
| 83 | 2026-08-26T14:37:13.775Z | + current=main |
| 84 | 2026-08-26T14:37:13.775Z | + [[ main != ben/multiple-eips-in-inventory-types ]] |
| 85 | 2026-08-26T14:37:13.775Z | + git branch -f ben/multiple-eips-in-inventory-types e7596aad5496048a384e26fd8e478cad2ae722b1 |
| 86 | 2026-08-26T14:37:13.775Z | + git checkout -f ben/multiple-eips-in-inventory-types |
| 87 | 2026-08-26T14:37:14.573Z | Switched to branch 'ben/multiple-eips-in-inventory-types' |
| 88 | 2026-08-26T14:37:14.579Z | + git reset --hard e7596aad5496048a384e26fd8e478cad2ae722b1 |
| 89 | 2026-08-26T14:37:14.579Z | HEAD is now at e7596aad5 Support multiple external IPs in sled-agent inventory |
| 90 | 2026-08-26T14:37:14.579Z | process exited: duration 13734 ms, exit code 0 |
| |
| 91 | 2026-08-26T14:37:14.586Z | starting task 4: "build" |
| 92 | 2026-08-26T14:37:14.591Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-26T14:37:14.597Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-26T14:37:14.597Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-26T14:37:14.597Z | +++ uname -s |
| 96 | 2026-08-26T14:37:14.597Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-26T14:37:14.598Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-26T14:37:14.598Z | + cargo --version |
| 99 | 2026-08-26T14:37:14.604Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-26T14:37:14.609Z | + rustc --version |
| 101 | 2026-08-26T14:37:14.626Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-26T14:37:14.646Z | + source ./env.sh |
| 103 | 2026-08-26T14:37:14.646Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-26T14:37:14.646Z | ++ set -o xtrace |
| 105 | 2026-08-26T14:37:14.646Z | ++++ dirname ./env.sh |
| 106 | 2026-08-26T14:37:14.646Z | +++ readlink -f . |
| 107 | 2026-08-26T14:37:14.646Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-26T14:37:14.646Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-08-26T14:37:14.646Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-08-26T14:37:14.646Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-08-26T14:37:14.646Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-08-26T14:37:14.646Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-08-26T14:37:14.646Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-08-26T14:37:14.646Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-08-26T14:37:14.646Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-08-26T14:37:14.646Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-08-26T14:37:14.646Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-08-26T14:37:14.646Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-26T14:37:14.646Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-26T14:37:14.646Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 121 | 2026-08-26T14:37:14.646Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 122 | 2026-08-26T14:37:14.646Z | + banner prerequisites |
| 123 | 2026-08-26T14:37:14.646Z | |
| 124 | 2026-08-26T14:37:14.646Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-26T14:37:14.646Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-26T14:37:14.647Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-26T14:37:14.647Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-26T14:37:14.647Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-26T14:37:14.647Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-26T14:37:14.647Z | |
| 131 | 2026-08-26T14:37:14.647Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-26T14:37:16.620Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-26T14:37:17.047Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-26T14:37:19.089Z | Planning: Solver setup ... Done (1.968s) |
| 135 | 2026-08-26T14:37:19.149Z | Planning: Running solver ... Done (0.061s) |
| 136 | 2026-08-26T14:37:19.197Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-26T14:37:19.208Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-26T14:37:19.228Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-26T14:37:19.242Z | Planning: Package planning ... Done (0.014s) |
| 140 | 2026-08-26T14:37:19.245Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-26T14:37:19.463Z | Planning: Checking for conflicting actions ... Done (0.220s) |
| 142 | 2026-08-26T14:37:19.467Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-26T14:37:20.200Z | Planning: Evaluating mediators ... Done (0.735s) |
| 144 | 2026-08-26T14:37:20.203Z | Planning: Planning completed in 3.16 seconds |
| 145 | 2026-08-26T14:37:20.208Z | Packages to install: 2 |
| 146 | 2026-08-26T14:37:20.208Z | Estimated space available: 156.01 GB |
| 147 | 2026-08-26T14:37:20.212Z | Estimated space to be consumed: 80.56 MB |
| 148 | 2026-08-26T14:37:20.212Z | Create boot environment: No |
| 149 | 2026-08-26T14:37:20.212Z | Create backup boot environment: No |
| 150 | 2026-08-26T14:37:20.212Z | Rebuild boot archive: No |
| 151 | 2026-08-26T14:37:20.212Z | |
| 152 | 2026-08-26T14:37:20.212Z | Changed packages: |
| 153 | 2026-08-26T14:37:20.212Z | helios |
| 154 | 2026-08-26T14:37:20.212Z | developer/build-essential |
| 155 | 2026-08-26T14:37:20.212Z | None -> 11-3.0 |
| 156 | 2026-08-26T14:37:20.212Z | library/libxmlsec1 |
| 157 | 2026-08-26T14:37:20.212Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-26T14:37:20.232Z | |
| 159 | 2026-08-26T14:37:20.233Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-26T14:37:20.309Z | Download: Completed 1.28 MB in 0.08 seconds (16.7M/s) |
| 161 | 2026-08-26T14:37:20.370Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-26T14:37:20.407Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-26T14:37:20.441Z | Finalize: Updating package state database ... Done (0.035s) |
| 164 | 2026-08-26T14:37:20.444Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-26T14:37:20.527Z | Finalize: Updating image state ... Done (0.086s) |
| 166 | 2026-08-26T14:37:22.990Z | Finalize: Creating fast lookup database ... Done (2.408s) |
| 167 | 2026-08-26T14:37:23.056Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-26T14:37:23.060Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-26T14:37:23.148Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-26T14:37:23.518Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-26T14:37:23.623Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-26T14:37:23.628Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-26T14:37:23.781Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-26T14:37:23.784Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-26T14:37:23.803Z | Mediators to change: 2 |
| 176 | 2026-08-26T14:37:23.803Z | Create boot environment: No |
| 177 | 2026-08-26T14:37:23.804Z | Create backup boot environment: No |
| 178 | 2026-08-26T14:37:23.856Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-26T14:37:23.856Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-26T14:37:23.910Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-26T14:37:25.845Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-26T14:37:25.910Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-26T14:37:25.913Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-26T14:37:25.999Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-26T14:37:26.288Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-26T14:37:26.395Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-26T14:37:26.398Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-26T14:37:26.553Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-26T14:37:26.557Z | Planning: Planning completed in 0.27 seconds |
| 190 | 2026-08-26T14:37:26.578Z | Mediators to change: 1 |
| 191 | 2026-08-26T14:37:26.579Z | Create boot environment: No |
| 192 | 2026-08-26T14:37:26.579Z | Create backup boot environment: No |
| 193 | 2026-08-26T14:37:26.620Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-26T14:37:26.620Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-26T14:37:26.672Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-26T14:37:28.606Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-26T14:37:28.666Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-26T14:37:28.669Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-26T14:37:28.744Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-26T14:37:29.053Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-26T14:37:29.053Z | apache system 2.4 system |
| 202 | 2026-08-26T14:37:29.053Z | clang system 15 system |
| 203 | 2026-08-26T14:37:29.053Z | csh system system illumos |
| 204 | 2026-08-26T14:37:29.053Z | ctags system system illumos |
| 205 | 2026-08-26T14:37:29.053Z | file vendor vendor darwinsys |
| 206 | 2026-08-26T14:37:29.053Z | file system system illumos |
| 207 | 2026-08-26T14:37:29.053Z | gcc vendor 14 vendor |
| 208 | 2026-08-26T14:37:29.053Z | gcc system 13 system |
| 209 | 2026-08-26T14:37:29.053Z | gcc system 10 system |
| 210 | 2026-08-26T14:37:29.053Z | go system 1.25 system |
| 211 | 2026-08-26T14:37:29.053Z | llvm system 15 system |
| 212 | 2026-08-26T14:37:29.053Z | mariadb system 11.4 system |
| 213 | 2026-08-26T14:37:29.053Z | mta vendor vendor dma |
| 214 | 2026-08-26T14:37:29.053Z | openjdk system 17 system |
| 215 | 2026-08-26T14:37:29.053Z | openjdk system 11 system |
| 216 | 2026-08-26T14:37:29.053Z | openssl vendor 3 vendor |
| 217 | 2026-08-26T14:37:29.053Z | perl system 5.40 system |
| 218 | 2026-08-26T14:37:29.053Z | postgresql system 18 system |
| 219 | 2026-08-26T14:37:29.053Z | postgresql system 17 system |
| 220 | 2026-08-26T14:37:29.053Z | python vendor 3 vendor |
| 221 | 2026-08-26T14:37:29.053Z | python system 2 system |
| 222 | 2026-08-26T14:37:29.054Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-26T14:37:29.054Z | ruby system 3.4 system |
| 224 | 2026-08-26T14:37:29.054Z | ruby system 3.0 system |
| 225 | 2026-08-26T14:37:29.054Z | words vendor vendor american-english |
| 226 | 2026-08-26T14:37:29.054Z | words system system australian-english |
| 227 | 2026-08-26T14:37:29.054Z | words system system british-english |
| 228 | 2026-08-26T14:37:29.054Z | words system system canadian-english |
| 229 | 2026-08-26T14:37:29.054Z | words system system french |
| 230 | 2026-08-26T14:37:29.054Z | words system system italian |
| 231 | 2026-08-26T14:37:29.054Z | words system system ngerman |
| 232 | 2026-08-26T14:37:29.054Z | words system system ogerman |
| 233 | 2026-08-26T14:37:29.054Z | words system system spanish |
| 234 | 2026-08-26T14:37:29.305Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-26T14:37:29.305Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-26T14:37:29.794Z | FMRI IFO |
| 237 | 2026-08-26T14:37:29.794Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-26T14:37:29.794Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-26T14:37:29.794Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-26T14:37:29.794Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-26T14:37:29.794Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-26T14:37:29.795Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-26T14:37:29.795Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-26T14:37:29.795Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-26T14:37:29.795Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-26T14:37:30.143Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-26T14:37:30.578Z | Updating crates.io index |
| 248 | 2026-08-26T14:37:30.582Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-26T14:37:30.872Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-26T14:37:31.280Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 251 | 2026-08-26T14:37:31.579Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 252 | 2026-08-26T14:37:33.342Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 253 | 2026-08-26T14:37:33.928Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 254 | 2026-08-26T14:37:35.875Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 255 | 2026-08-26T14:37:36.855Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 256 | 2026-08-26T14:37:37.164Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 257 | 2026-08-26T14:37:37.573Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 258 | 2026-08-26T14:37:39.640Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 259 | 2026-08-26T14:37:39.952Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 260 | 2026-08-26T14:37:40.382Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-08-26T14:37:40.709Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-08-26T14:37:41.232Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-08-26T14:37:41.621Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-08-26T14:37:41.946Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 265 | 2026-08-26T14:37:42.250Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 266 | 2026-08-26T14:37:42.797Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 267 | 2026-08-26T14:37:43.278Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-08-26T14:37:43.840Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 269 | 2026-08-26T14:37:44.507Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 270 | 2026-08-26T14:37:44.920Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 271 | 2026-08-26T14:37:45.822Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 272 | 2026-08-26T14:37:46.172Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 273 | 2026-08-26T14:37:46.527Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 274 | 2026-08-26T14:37:46.996Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 275 | 2026-08-26T14:37:47.359Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 276 | 2026-08-26T14:37:48.161Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 277 | 2026-08-26T14:37:48.638Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 278 | 2026-08-26T14:37:48.920Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-08-26T14:37:49.257Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-08-26T14:37:49.784Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 281 | 2026-08-26T14:37:50.458Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 282 | 2026-08-26T14:37:50.866Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-08-26T14:37:51.193Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-08-26T14:37:51.542Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 285 | 2026-08-26T14:37:52.165Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2026-08-26T14:37:52.443Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 287 | 2026-08-26T14:37:52.820Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 288 | 2026-08-26T14:37:53.131Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 289 | 2026-08-26T14:37:53.429Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 290 | 2026-08-26T14:37:54.171Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 291 | 2026-08-26T14:37:56.914Z | Downloading crates ... |
| 292 | 2026-08-26T14:37:56.967Z | Downloaded anstream v1.0.0 |
| 293 | 2026-08-26T14:37:56.972Z | Downloaded generic-array v0.14.7 |
| 294 | 2026-08-26T14:37:56.976Z | Downloaded heck v0.4.1 |
| 295 | 2026-08-26T14:37:56.976Z | Downloaded anstyle v1.0.14 |
| 296 | 2026-08-26T14:37:56.977Z | Downloaded equivalent v1.0.2 |
| 297 | 2026-08-26T14:37:56.980Z | Downloaded getrandom v0.4.3 |
| 298 | 2026-08-26T14:37:56.984Z | Downloaded is_terminal_polyfill v1.70.2 |
| 299 | 2026-08-26T14:37:56.984Z | Downloaded anstyle-query v1.1.5 |
| 300 | 2026-08-26T14:37:56.987Z | Downloaded itoa v1.0.17 |
| 301 | 2026-08-26T14:37:56.990Z | Downloaded cargo-platform v0.3.2 |
| 302 | 2026-08-26T14:37:56.990Z | Downloaded dtrace-parser v0.2.0 |
| 303 | 2026-08-26T14:37:56.990Z | Downloaded memmap v0.7.0 |
| 304 | 2026-08-26T14:37:56.995Z | Downloaded colorchoice v1.0.4 |
| 305 | 2026-08-26T14:37:56.998Z | Downloaded macaddr v1.0.1 |
| 306 | 2026-08-26T14:37:57.003Z | Downloaded zerocopy v0.7.35 |
| 307 | 2026-08-26T14:37:57.012Z | Downloaded zmij v1.0.21 |
| 308 | 2026-08-26T14:37:57.016Z | Downloaded dof v0.3.0 |
| 309 | 2026-08-26T14:37:57.016Z | Downloaded fnv v1.0.7 |
| 310 | 2026-08-26T14:37:57.019Z | Downloaded block-buffer v0.10.4 |
| 311 | 2026-08-26T14:37:57.019Z | Downloaded byteorder v1.5.0 |
| 312 | 2026-08-26T14:37:57.019Z | Downloaded errno v0.3.14 |
| 313 | 2026-08-26T14:37:57.022Z | Downloaded camino-tempfile v1.4.1 |
| 314 | 2026-08-26T14:37:57.027Z | Downloaded fs-err v3.3.0 |
| 315 | 2026-08-26T14:37:57.030Z | Downloaded clap_lex v1.0.0 |
| 316 | 2026-08-26T14:37:57.033Z | Downloaded clap v4.6.1 |
| 317 | 2026-08-26T14:37:57.037Z | Downloaded pest_generator v2.8.6 |
| 318 | 2026-08-26T14:37:57.040Z | Downloaded anstyle-parse v1.0.0 |
| 319 | 2026-08-26T14:37:57.041Z | Downloaded autocfg v1.5.0 |
| 320 | 2026-08-26T14:37:57.041Z | Downloaded crypto-common v0.1.7 |
| 321 | 2026-08-26T14:37:57.041Z | Downloaded heck v0.5.0 |
| 322 | 2026-08-26T14:37:57.044Z | Downloaded cfg-if v1.0.4 |
| 323 | 2026-08-26T14:37:57.044Z | Downloaded cpufeatures v0.2.17 |
| 324 | 2026-08-26T14:37:57.044Z | Downloaded swrite v0.1.0 |
| 325 | 2026-08-26T14:37:57.047Z | Downloaded proc-macro-error-attr v1.0.4 |
| 326 | 2026-08-26T14:37:57.048Z | Downloaded toml_datetime v0.6.11 |
| 327 | 2026-08-26T14:37:57.051Z | Downloaded utf8parse v0.2.2 |
| 328 | 2026-08-26T14:37:57.054Z | Downloaded version_check v0.9.5 |
| 329 | 2026-08-26T14:37:57.054Z | Downloaded unicode-linebreak v0.1.5 |
| 330 | 2026-08-26T14:37:57.057Z | Downloaded thread-id v4.2.2 |
| 331 | 2026-08-26T14:37:57.061Z | Downloaded usdt-attr-macro v0.5.0 |
| 332 | 2026-08-26T14:37:57.064Z | Downloaded smawk v0.3.2 |
| 333 | 2026-08-26T14:37:57.071Z | Downloaded digest v0.10.7 |
| 334 | 2026-08-26T14:37:57.087Z | Downloaded toml_write v0.1.2 |
| 335 | 2026-08-26T14:37:57.091Z | Downloaded scroll_derive v0.12.1 |
| 336 | 2026-08-26T14:37:57.091Z | Downloaded tabled_derive v0.7.0 |
| 337 | 2026-08-26T14:37:57.091Z | Downloaded pretty-hex v0.4.1 |
| 338 | 2026-08-26T14:37:57.091Z | Downloaded serde_spanned v0.6.9 |
| 339 | 2026-08-26T14:37:57.094Z | Downloaded terminal_size v0.4.3 |
| 340 | 2026-08-26T14:37:57.099Z | Downloaded plain v0.2.3 |
| 341 | 2026-08-26T14:37:57.099Z | Downloaded usdt v0.5.0 |
| 342 | 2026-08-26T14:37:57.102Z | Downloaded usdt-macro v0.5.0 |
| 343 | 2026-08-26T14:37:57.105Z | Downloaded bytecount v0.6.9 |
| 344 | 2026-08-26T14:37:57.110Z | Downloaded fastrand v2.3.0 |
| 345 | 2026-08-26T14:37:57.116Z | Downloaded thiserror-impl v2.0.18 |
| 346 | 2026-08-26T14:37:57.119Z | Downloaded serde_tokenstream v0.2.3 |
| 347 | 2026-08-26T14:37:57.119Z | Downloaded thiserror v2.0.18 |
| 348 | 2026-08-26T14:37:57.123Z | Downloaded thiserror-impl v1.0.69 |
| 349 | 2026-08-26T14:37:57.123Z | Downloaded once_cell v1.21.3 |
| 350 | 2026-08-26T14:37:57.123Z | Downloaded scroll v0.12.0 |
| 351 | 2026-08-26T14:37:57.126Z | Downloaded clap_derive v4.6.1 |
| 352 | 2026-08-26T14:37:57.126Z | Downloaded quote v1.0.45 |
| 353 | 2026-08-26T14:37:57.129Z | Downloaded proc-macro-error v1.0.4 |
| 354 | 2026-08-26T14:37:57.129Z | Downloaded sha2 v0.10.9 |
| 355 | 2026-08-26T14:37:57.133Z | Downloaded camino v1.2.5 |
| 356 | 2026-08-26T14:37:57.133Z | Downloaded log v0.4.33 |
| 357 | 2026-08-26T14:37:57.138Z | Downloaded cargo_toml v0.21.0 |
| 358 | 2026-08-26T14:37:57.143Z | Downloaded strsim v0.11.1 |
| 359 | 2026-08-26T14:37:57.147Z | Downloaded anyhow v1.0.104 |
| 360 | 2026-08-26T14:37:57.150Z | Downloaded pest_derive v2.8.6 |
| 361 | 2026-08-26T14:37:57.158Z | Downloaded semver v1.0.28 |
| 362 | 2026-08-26T14:37:57.161Z | Downloaded usdt-impl v0.5.0 |
| 363 | 2026-08-26T14:37:57.161Z | Downloaded thiserror v1.0.69 |
| 364 | 2026-08-26T14:37:57.164Z | Downloaded papergrid v0.11.0 |
| 365 | 2026-08-26T14:37:57.167Z | Downloaded toml v0.8.23 |
| 366 | 2026-08-26T14:37:57.167Z | Downloaded cargo_metadata v0.23.1 |
| 367 | 2026-08-26T14:37:57.167Z | Downloaded pest_meta v2.8.6 |
| 368 | 2026-08-26T14:37:57.171Z | Downloaded bitflags v2.11.0 |
| 369 | 2026-08-26T14:37:57.171Z | Downloaded zerocopy-derive v0.7.35 |
| 370 | 2026-08-26T14:37:57.183Z | Downloaded proc-macro2 v1.0.106 |
| 371 | 2026-08-26T14:37:57.186Z | Downloaded ucd-trie v0.1.7 |
| 372 | 2026-08-26T14:37:57.186Z | Downloaded serde_core v1.0.228 |
| 373 | 2026-08-26T14:37:57.190Z | Downloaded memchr v2.8.0 |
| 374 | 2026-08-26T14:37:57.194Z | Downloaded serde_derive v1.0.228 |
| 375 | 2026-08-26T14:37:57.204Z | Downloaded pest v2.8.6 |
| 376 | 2026-08-26T14:37:57.207Z | Downloaded tempfile v3.27.0 |
| 377 | 2026-08-26T14:37:57.211Z | Downloaded toml_edit v0.22.27 |
| 378 | 2026-08-26T14:37:57.214Z | Downloaded indexmap v2.14.0 |
| 379 | 2026-08-26T14:37:57.214Z | Downloaded textwrap v0.16.2 |
| 380 | 2026-08-26T14:37:57.218Z | Downloaded unicode-ident v1.0.24 |
| 381 | 2026-08-26T14:37:57.238Z | Downloaded typenum v1.20.1 |
| 382 | 2026-08-26T14:37:57.247Z | Downloaded serde v1.0.228 |
| 383 | 2026-08-26T14:37:57.250Z | Downloaded hashbrown v0.17.0 |
| 384 | 2026-08-26T14:37:57.283Z | Downloaded serde_json v1.0.151 |
| 385 | 2026-08-26T14:37:57.287Z | Downloaded clap_builder v4.6.0 |
| 386 | 2026-08-26T14:37:57.291Z | Downloaded goblin v0.8.2 |
| 387 | 2026-08-26T14:37:57.304Z | Downloaded tabled v0.15.0 |
| 388 | 2026-08-26T14:37:57.312Z | Downloaded winnow v0.7.14 |
| 389 | 2026-08-26T14:37:57.318Z | Downloaded syn v1.0.109 |
| 390 | 2026-08-26T14:37:57.327Z | Downloaded unicode-width v0.1.14 |
| 391 | 2026-08-26T14:37:57.330Z | Downloaded unicode-width v0.2.0 |
| 392 | 2026-08-26T14:37:57.337Z | Downloaded syn v2.0.117 |
| 393 | 2026-08-26T14:37:57.352Z | Downloaded rustix v1.1.4 |
| 394 | 2026-08-26T14:37:57.376Z | Downloaded libc v0.2.185 |
| 395 | 2026-08-26T14:37:57.439Z | Compiling proc-macro2 v1.0.106 |
| 396 | 2026-08-26T14:37:57.439Z | Compiling quote v1.0.45 |
| 397 | 2026-08-26T14:37:57.439Z | Compiling unicode-ident v1.0.24 |
| 398 | 2026-08-26T14:37:57.440Z | Compiling serde_core v1.0.228 |
| 399 | 2026-08-26T14:37:57.444Z | Compiling libc v0.2.185 |
| 400 | 2026-08-26T14:37:57.444Z | Compiling version_check v0.9.5 |
| 401 | 2026-08-26T14:37:57.444Z | Compiling memchr v2.8.0 |
| 402 | 2026-08-26T14:37:57.444Z | Compiling serde v1.0.228 |
| 403 | 2026-08-26T14:37:57.749Z | Compiling zmij v1.0.21 |
| 404 | 2026-08-26T14:37:57.988Z | Compiling itoa v1.0.17 |
| 405 | 2026-08-26T14:37:58.039Z | Compiling thiserror v1.0.69 |
| 406 | 2026-08-26T14:37:58.160Z | Compiling ucd-trie v0.1.7 |
| 407 | 2026-08-26T14:37:58.361Z | Compiling pest v2.8.6 |
| 408 | 2026-08-26T14:37:58.426Z | Compiling byteorder v1.5.0 |
| 409 | 2026-08-26T14:37:58.442Z | Compiling rustix v1.1.4 |
| 410 | 2026-08-26T14:37:58.508Z | Compiling errno v0.3.14 |
| 411 | 2026-08-26T14:37:58.540Z | Compiling serde_json v1.0.151 |
| 412 | 2026-08-26T14:37:58.674Z | Compiling bitflags v2.11.0 |
| 413 | 2026-08-26T14:37:58.909Z | Compiling syn v2.0.117 |
| 414 | 2026-08-26T14:37:58.926Z | Compiling thread-id v4.2.2 |
| 415 | 2026-08-26T14:37:58.965Z | Compiling usdt-impl v0.5.0 |
| 416 | 2026-08-26T14:37:59.008Z | Compiling proc-macro-error-attr v1.0.4 |
| 417 | 2026-08-26T14:37:59.039Z | Compiling syn v1.0.109 |
| 418 | 2026-08-26T14:37:59.171Z | Compiling camino v1.2.5 |
| 419 | 2026-08-26T14:37:59.354Z | Compiling proc-macro-error v1.0.4 |
| 420 | 2026-08-26T14:37:59.386Z | Compiling log v0.4.33 |
| 421 | 2026-08-26T14:37:59.487Z | Compiling pest_meta v2.8.6 |
| 422 | 2026-08-26T14:37:59.580Z | Compiling hashbrown v0.17.0 |
| 423 | 2026-08-26T14:37:59.597Z | Compiling utf8parse v0.2.2 |
| 424 | 2026-08-26T14:37:59.651Z | Compiling getrandom v0.4.3 |
| 425 | 2026-08-26T14:37:59.708Z | Compiling equivalent v1.0.2 |
| 426 | 2026-08-26T14:37:59.801Z | Compiling plain v0.2.3 |
| 427 | 2026-08-26T14:37:59.970Z | Compiling terminal_size v0.4.3 |
| 428 | 2026-08-26T14:38:00.124Z | Compiling indexmap v2.14.0 |
| 429 | 2026-08-26T14:38:00.141Z | Compiling anstyle-parse v1.0.0 |
| 430 | 2026-08-26T14:38:00.612Z | Compiling anstyle-query v1.1.5 |
| 431 | 2026-08-26T14:38:00.719Z | Compiling autocfg v1.5.0 |
| 432 | 2026-08-26T14:38:00.737Z | Compiling cfg-if v1.0.4 |
| 433 | 2026-08-26T14:38:00.737Z | Compiling toml_write v0.1.2 |
| 434 | 2026-08-26T14:38:00.809Z | Compiling winnow v0.7.14 |
| 435 | 2026-08-26T14:38:00.905Z | Compiling thiserror v2.0.18 |
| 436 | 2026-08-26T14:38:00.949Z | Compiling is_terminal_polyfill v1.70.2 |
| 437 | 2026-08-26T14:38:01.050Z | Compiling colorchoice v1.0.4 |
| 438 | 2026-08-26T14:38:01.077Z | Compiling anstyle v1.0.14 |
| 439 | 2026-08-26T14:38:01.094Z | Compiling pest_generator v2.8.6 |
| 440 | 2026-08-26T14:38:01.135Z | Compiling pretty-hex v0.4.1 |
| 441 | 2026-08-26T14:38:01.166Z | Compiling fs-err v3.3.0 |
| 442 | 2026-08-26T14:38:01.275Z | Compiling anstream v1.0.0 |
| 443 | 2026-08-26T14:38:01.486Z | Compiling unicode-width v0.1.14 |
| 444 | 2026-08-26T14:38:01.504Z | Compiling anyhow v1.0.104 |
| 445 | 2026-08-26T14:38:01.618Z | Compiling strsim v0.11.1 |
| 446 | 2026-08-26T14:38:01.734Z | Compiling heck v0.4.1 |
| 447 | 2026-08-26T14:38:01.758Z | Compiling clap_lex v1.0.0 |
| 448 | 2026-08-26T14:38:01.775Z | Compiling heck v0.5.0 |
| 449 | 2026-08-26T14:38:01.807Z | Compiling bytecount v0.6.9 |
| 450 | 2026-08-26T14:38:01.944Z | Compiling fnv v1.0.7 |
| 451 | 2026-08-26T14:38:01.960Z | Compiling once_cell v1.21.3 |
| 452 | 2026-08-26T14:38:01.963Z | Compiling fastrand v2.3.0 |
| 453 | 2026-08-26T14:38:01.991Z | Compiling clap_builder v4.6.0 |
| 454 | 2026-08-26T14:38:02.042Z | Compiling papergrid v0.11.0 |
| 455 | 2026-08-26T14:38:02.176Z | Compiling tempfile v3.27.0 |
| 456 | 2026-08-26T14:38:02.233Z | Compiling semver v1.0.28 |
| 457 | 2026-08-26T14:38:02.268Z | Compiling cargo-platform v0.3.2 |
| 458 | 2026-08-26T14:38:02.297Z | Compiling tabled_derive v0.7.0 |
| 459 | 2026-08-26T14:38:02.313Z | Compiling memmap v0.7.0 |
| 460 | 2026-08-26T14:38:02.494Z | Compiling unicode-linebreak v0.1.5 |
| 461 | 2026-08-26T14:38:02.938Z | Compiling smawk v0.3.2 |
| 462 | 2026-08-26T14:38:02.941Z | Compiling unicode-width v0.2.0 |
| 463 | 2026-08-26T14:38:02.941Z | Compiling camino-tempfile v1.4.1 |
| 464 | 2026-08-26T14:38:02.941Z | Compiling serde_derive v1.0.228 |
| 465 | 2026-08-26T14:38:02.941Z | Compiling thiserror-impl v1.0.69 |
| 466 | 2026-08-26T14:38:02.941Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2026-08-26T14:38:02.941Z | Compiling pest_derive v2.8.6 |
| 468 | 2026-08-26T14:38:02.951Z | Compiling scroll_derive v0.12.1 |
| 469 | 2026-08-26T14:38:03.179Z | Compiling thiserror-impl v2.0.18 |
| 470 | 2026-08-26T14:38:03.257Z | Compiling clap_derive v4.6.1 |
| 471 | 2026-08-26T14:38:03.431Z | Compiling tabled v0.15.0 |
| 472 | 2026-08-26T14:38:03.605Z | Compiling scroll v0.12.0 |
| 473 | 2026-08-26T14:38:03.645Z | Compiling zerocopy v0.7.35 |
| 474 | 2026-08-26T14:38:03.950Z | Compiling goblin v0.8.2 |
| 475 | 2026-08-26T14:38:04.134Z | Compiling dtrace-parser v0.2.0 |
| 476 | 2026-08-26T14:38:04.207Z | Compiling textwrap v0.16.2 |
| 477 | 2026-08-26T14:38:04.675Z | Compiling swrite v0.1.0 |
| 478 | 2026-08-26T14:38:05.054Z | Compiling clap v4.6.1 |
| 479 | 2026-08-26T14:38:05.821Z | Compiling toml_datetime v0.6.11 |
| 480 | 2026-08-26T14:38:05.821Z | Compiling serde_spanned v0.6.9 |
| 481 | 2026-08-26T14:38:05.821Z | Compiling macaddr v1.0.1 |
| 482 | 2026-08-26T14:38:05.862Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-08-26T14:38:05.863Z | Compiling cargo_metadata v0.23.1 |
| 484 | 2026-08-26T14:38:05.894Z | Compiling dof v0.3.0 |
| 485 | 2026-08-26T14:38:05.894Z | Compiling serde_tokenstream v0.2.3 |
| 486 | 2026-08-26T14:38:06.017Z | Compiling toml_edit v0.22.27 |
| 487 | 2026-08-26T14:38:06.654Z | Compiling usdt-attr-macro v0.5.0 |
| 488 | 2026-08-26T14:38:06.654Z | Compiling usdt-macro v0.5.0 |
| 489 | 2026-08-26T14:38:07.227Z | Compiling usdt v0.5.0 |
| 490 | 2026-08-26T14:38:07.304Z | Compiling toml v0.8.23 |
| 491 | 2026-08-26T14:38:07.674Z | Compiling cargo_toml v0.21.0 |
| 492 | 2026-08-26T14:38:08.945Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 493 | 2026-08-26T14:38:10.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.99s |
| 494 | 2026-08-26T14:38:11.164Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 495 | 2026-08-26T14:38:11.667Z | Downloading crates ... |
| 496 | 2026-08-26T14:38:11.727Z | Downloaded allocator-api2 v0.2.21 |
| 497 | 2026-08-26T14:38:11.742Z | Downloaded bit-set v0.8.0 |
| 498 | 2026-08-26T14:38:11.745Z | Downloaded adler2 v2.0.1 |
| 499 | 2026-08-26T14:38:11.745Z | Downloaded bit-set v0.5.3 |
| 500 | 2026-08-26T14:38:11.748Z | Downloaded atty v0.2.14 |
| 501 | 2026-08-26T14:38:11.748Z | Downloaded base16ct v0.2.0 |
| 502 | 2026-08-26T14:38:11.748Z | Downloaded base16ct v1.0.0 |
| 503 | 2026-08-26T14:38:11.762Z | Downloaded const-oid v0.10.2 |
| 504 | 2026-08-26T14:38:11.766Z | Downloaded funty v2.0.0 |
| 505 | 2026-08-26T14:38:11.766Z | Downloaded bb8 v0.8.6 |
| 506 | 2026-08-26T14:38:11.766Z | Downloaded backtrace-ext v0.2.1 |
| 507 | 2026-08-26T14:38:11.766Z | Downloaded base64ct v1.8.3 |
| 508 | 2026-08-26T14:38:11.766Z | Downloaded bitfield-macros v0.19.4 |
| 509 | 2026-08-26T14:38:11.766Z | Downloaded fixedbitset v0.5.7 |
| 510 | 2026-08-26T14:38:11.766Z | Downloaded elliptic-curve v0.14.1 |
| 511 | 2026-08-26T14:38:11.766Z | Downloaded foreign-types-macros v0.2.3 |
| 512 | 2026-08-26T14:38:11.770Z | Downloaded futures-sink v0.3.32 |
| 513 | 2026-08-26T14:38:11.770Z | Downloaded async-stream v0.3.6 |
| 514 | 2026-08-26T14:38:11.770Z | Downloaded bcs v0.1.6 |
| 515 | 2026-08-26T14:38:11.773Z | Downloaded bit-vec v0.8.0 |
| 516 | 2026-08-26T14:38:11.773Z | Downloaded embedded-io v0.4.0 |
| 517 | 2026-08-26T14:38:11.773Z | Downloaded endian-type v0.1.2 |
| 518 | 2026-08-26T14:38:11.773Z | Downloaded enum-as-inner v0.6.1 |
| 519 | 2026-08-26T14:38:11.776Z | Downloaded futures-io v0.3.32 |
| 520 | 2026-08-26T14:38:11.776Z | Downloaded block-buffer v0.12.1 |
| 521 | 2026-08-26T14:38:11.779Z | Downloaded ciborium-io v0.2.2 |
| 522 | 2026-08-26T14:38:11.782Z | Downloaded arrayref v0.3.9 |
| 523 | 2026-08-26T14:38:11.782Z | Downloaded async-stream-impl v0.3.6 |
| 524 | 2026-08-26T14:38:11.782Z | Downloaded fd-lock v4.0.4 |
| 525 | 2026-08-26T14:38:11.785Z | Downloaded foldhash v0.2.0 |
| 526 | 2026-08-26T14:38:11.785Z | Downloaded erased-serde v0.3.31 |
| 527 | 2026-08-26T14:38:11.788Z | Downloaded fxhash v0.2.1 |
| 528 | 2026-08-26T14:38:11.788Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 529 | 2026-08-26T14:38:11.788Z | Downloaded env_filter v2.0.0 |
| 530 | 2026-08-26T14:38:11.788Z | Downloaded fixedbitset v0.4.2 |
| 531 | 2026-08-26T14:38:11.792Z | Downloaded float-cmp v0.10.0 |
| 532 | 2026-08-26T14:38:11.792Z | Downloaded aead v0.5.2 |
| 533 | 2026-08-26T14:38:11.792Z | Downloaded foreign-types-shared v0.1.1 |
| 534 | 2026-08-26T14:38:11.792Z | Downloaded gethostname v0.5.0 |
| 535 | 2026-08-26T14:38:11.796Z | Downloaded addr2line v0.25.1 |
| 536 | 2026-08-26T14:38:11.799Z | Downloaded backon v1.6.0 |
| 537 | 2026-08-26T14:38:11.799Z | Downloaded backoff v0.4.0 |
| 538 | 2026-08-26T14:38:11.802Z | Downloaded bzip2 v0.6.1 |
| 539 | 2026-08-26T14:38:11.802Z | Downloaded embedded-io v0.6.1 |
| 540 | 2026-08-26T14:38:11.802Z | Downloaded env_logger v0.11.11 |
| 541 | 2026-08-26T14:38:11.802Z | Downloaded foldhash v0.1.5 |
| 542 | 2026-08-26T14:38:11.805Z | Downloaded foreign-types-shared v0.3.1 |
| 543 | 2026-08-26T14:38:11.805Z | Downloaded ciborium-ll v0.2.2 |
| 544 | 2026-08-26T14:38:11.805Z | Downloaded form_urlencoded v1.2.2 |
| 545 | 2026-08-26T14:38:11.805Z | Downloaded futures-core v0.3.32 |
| 546 | 2026-08-26T14:38:11.808Z | Downloaded enum_dispatch v0.3.13 |
| 547 | 2026-08-26T14:38:11.811Z | Downloaded find-msvc-tools v0.1.9 |
| 548 | 2026-08-26T14:38:11.811Z | Downloaded foreign-types v0.3.2 |
| 549 | 2026-08-26T14:38:11.811Z | Downloaded async-recursion v1.1.1 |
| 550 | 2026-08-26T14:38:11.811Z | Downloaded bitfield-struct v0.6.2 |
| 551 | 2026-08-26T14:38:11.814Z | Downloaded ena v0.14.4 |
| 552 | 2026-08-26T14:38:11.814Z | Downloaded fallible-iterator v0.2.0 |
| 553 | 2026-08-26T14:38:11.814Z | Downloaded fs-err v2.11.0 |
| 554 | 2026-08-26T14:38:11.815Z | Downloaded futures-executor v0.3.32 |
| 555 | 2026-08-26T14:38:11.815Z | Downloaded ff v0.14.0 |
| 556 | 2026-08-26T14:38:11.818Z | Downloaded flagset v0.4.7 |
| 557 | 2026-08-26T14:38:11.818Z | Downloaded httpdate v1.0.3 |
| 558 | 2026-08-26T14:38:11.818Z | Downloaded ascii-canvas v3.0.0 |
| 559 | 2026-08-26T14:38:11.818Z | Downloaded hubpack v0.1.2 |
| 560 | 2026-08-26T14:38:11.818Z | Downloaded foreign-types v0.5.0 |
| 561 | 2026-08-26T14:38:11.821Z | Downloaded home v0.5.12 |
| 562 | 2026-08-26T14:38:11.821Z | Downloaded atomic-waker v1.1.2 |
| 563 | 2026-08-26T14:38:11.821Z | Downloaded hostname v0.3.1 |
| 564 | 2026-08-26T14:38:11.821Z | Downloaded cobs v0.3.0 |
| 565 | 2026-08-26T14:38:11.821Z | Downloaded hostname v0.4.2 |
| 566 | 2026-08-26T14:38:11.827Z | Downloaded assert_matches v1.5.0 |
| 567 | 2026-08-26T14:38:11.830Z | Downloaded compression-core v0.4.31 |
| 568 | 2026-08-26T14:38:11.830Z | Downloaded hash32 v0.3.1 |
| 569 | 2026-08-26T14:38:11.830Z | Downloaded globwalk v0.9.1 |
| 570 | 2026-08-26T14:38:11.830Z | Downloaded cfg_aliases v0.1.1 |
| 571 | 2026-08-26T14:38:11.830Z | Downloaded git-stub v1.0.0 |
| 572 | 2026-08-26T14:38:11.833Z | Downloaded ghash v0.6.0 |
| 573 | 2026-08-26T14:38:11.833Z | Downloaded http-body v1.0.1 |
| 574 | 2026-08-26T14:38:11.833Z | Downloaded hubpack_derive v0.1.1 |
| 575 | 2026-08-26T14:38:11.836Z | Downloaded array-init v0.0.4 |
| 576 | 2026-08-26T14:38:11.839Z | Downloaded atomicwrites v0.4.4 |
| 577 | 2026-08-26T14:38:11.839Z | Downloaded castaway v0.2.4 |
| 578 | 2026-08-26T14:38:11.839Z | Downloaded newline-converter v0.3.0 |
| 579 | 2026-08-26T14:38:11.842Z | Downloaded hash32 v0.2.1 |
| 580 | 2026-08-26T14:38:11.845Z | Downloaded nibble_vec v0.1.0 |
| 581 | 2026-08-26T14:38:11.848Z | Downloaded headers-core v0.3.0 |
| 582 | 2026-08-26T14:38:11.848Z | Downloaded nodrop v0.1.14 |
| 583 | 2026-08-26T14:38:11.848Z | Downloaded hex-literal v1.1.0 |
| 584 | 2026-08-26T14:38:11.852Z | Downloaded http-range v0.1.5 |
| 585 | 2026-08-26T14:38:11.855Z | Downloaded num-conv v0.2.0 |
| 586 | 2026-08-26T14:38:11.855Z | Downloaded aead v0.6.1 |
| 587 | 2026-08-26T14:38:11.858Z | Downloaded num_threads v0.1.7 |
| 588 | 2026-08-26T14:38:11.858Z | Downloaded futures-task v0.3.32 |
| 589 | 2026-08-26T14:38:11.861Z | Downloaded bs58 v0.5.1 |
| 590 | 2026-08-26T14:38:11.864Z | Downloaded cipher v0.4.4 |
| 591 | 2026-08-26T14:38:11.864Z | Downloaded anstyle-parse v0.2.7 |
| 592 | 2026-08-26T14:38:11.864Z | Downloaded futures-macro v0.3.32 |
| 593 | 2026-08-26T14:38:11.864Z | Downloaded bitfield v0.19.4 |
| 594 | 2026-08-26T14:38:11.867Z | Downloaded blowfish v0.10.0 |
| 595 | 2026-08-26T14:38:11.867Z | Downloaded buf-list v1.1.2 |
| 596 | 2026-08-26T14:38:11.867Z | Downloaded cmake v0.1.57 |
| 597 | 2026-08-26T14:38:11.867Z | Downloaded float-ord v0.3.2 |
| 598 | 2026-08-26T14:38:11.871Z | Downloaded futures-channel v0.3.32 |
| 599 | 2026-08-26T14:38:11.871Z | Downloaded bit-vec v0.6.3 |
| 600 | 2026-08-26T14:38:11.871Z | Downloaded oso-derive v0.27.3 |
| 601 | 2026-08-26T14:38:11.874Z | Downloaded phf_shared v0.13.1 |
| 602 | 2026-08-26T14:38:11.877Z | Downloaded proc-macro-crate v1.3.1 |
| 603 | 2026-08-26T14:38:11.880Z | Downloaded potential_utf v0.1.4 |
| 604 | 2026-08-26T14:38:11.880Z | Downloaded powerfmt v0.2.0 |
| 605 | 2026-08-26T14:38:11.884Z | Downloaded rand_chacha v0.3.1 |
| 606 | 2026-08-26T14:38:11.884Z | Downloaded rfc6979 v0.6.0 |
| 607 | 2026-08-26T14:38:11.884Z | Downloaded async-trait v0.1.89 |
| 608 | 2026-08-26T14:38:11.884Z | Downloaded cfg_aliases v0.2.1 |
| 609 | 2026-08-26T14:38:11.887Z | Downloaded rfc6979 v0.4.0 |
| 610 | 2026-08-26T14:38:11.887Z | Downloaded rustc-hash v2.1.1 |
| 611 | 2026-08-26T14:38:11.887Z | Downloaded same-file v1.0.6 |
| 612 | 2026-08-26T14:38:11.890Z | Downloaded argon2 v0.5.3 |
| 613 | 2026-08-26T14:38:11.893Z | Downloaded cipher v0.5.2 |
| 614 | 2026-08-26T14:38:11.896Z | Downloaded filetime v0.2.27 |
| 615 | 2026-08-26T14:38:11.896Z | Downloaded hex v0.4.3 |
| 616 | 2026-08-26T14:38:11.898Z | Downloaded http-body-util v0.1.3 |
| 617 | 2026-08-26T14:38:11.899Z | Downloaded arrayvec v0.7.6 |
| 618 | 2026-08-26T14:38:11.899Z | Downloaded group v0.14.0 |
| 619 | 2026-08-26T14:38:11.902Z | Downloaded bitflags v1.3.2 |
| 620 | 2026-08-26T14:38:11.902Z | Downloaded block-padding v0.4.2 |
| 621 | 2026-08-26T14:38:11.902Z | Downloaded camino-tempfile-ext v0.3.3 |
| 622 | 2026-08-26T14:38:11.902Z | Downloaded cbc v0.2.1 |
| 623 | 2026-08-26T14:38:11.905Z | Downloaded compression-codecs v0.4.37 |
| 624 | 2026-08-26T14:38:11.905Z | Downloaded git-stub-vcs v0.1.0 |
| 625 | 2026-08-26T14:38:11.908Z | Downloaded byte-wrapper v0.1.0 |
| 626 | 2026-08-26T14:38:11.911Z | Downloaded cassowary v0.3.0 |
| 627 | 2026-08-26T14:38:11.911Z | Downloaded cmov v0.5.4 |
| 628 | 2026-08-26T14:38:11.911Z | Downloaded group v0.13.0 |
| 629 | 2026-08-26T14:38:11.914Z | Downloaded globset v0.4.18 |
| 630 | 2026-08-26T14:38:11.914Z | Downloaded highway v1.3.0 |
| 631 | 2026-08-26T14:38:11.914Z | Downloaded progenitor-macro v0.14.0 |
| 632 | 2026-08-26T14:38:11.918Z | Downloaded num-complex v0.4.6 |
| 633 | 2026-08-26T14:38:11.921Z | Downloaded serde_bytes v0.11.19 |
| 634 | 2026-08-26T14:38:11.924Z | Downloaded serde-big-array v0.5.1 |
| 635 | 2026-08-26T14:38:11.927Z | Downloaded generic-array v1.4.3 |
| 636 | 2026-08-26T14:38:11.930Z | Downloaded chacha20 v0.9.1 |
| 637 | 2026-08-26T14:38:11.930Z | Downloaded clang-sys v1.8.1 |
| 638 | 2026-08-26T14:38:11.930Z | Downloaded fs_extra v1.3.0 |
| 639 | 2026-08-26T14:38:11.935Z | Downloaded oxnet v0.1.6 |
| 640 | 2026-08-26T14:38:11.935Z | Downloaded password-hash v0.5.0 |
| 641 | 2026-08-26T14:38:11.935Z | Downloaded ahash v0.8.12 |
| 642 | 2026-08-26T14:38:11.938Z | Downloaded const-oid v0.9.6 |
| 643 | 2026-08-26T14:38:11.938Z | Downloaded ref-cast-impl v1.0.25 |
| 644 | 2026-08-26T14:38:11.938Z | Downloaded httparse v1.10.1 |
| 645 | 2026-08-26T14:38:11.938Z | Downloaded secrecy v0.10.3 |
| 646 | 2026-08-26T14:38:11.938Z | Downloaded structmeta v0.3.0 |
| 647 | 2026-08-26T14:38:11.938Z | Downloaded subtle v2.6.1 |
| 648 | 2026-08-26T14:38:11.941Z | Downloaded supports-unicode v3.0.0 |
| 649 | 2026-08-26T14:38:11.941Z | Downloaded sync-ptr v0.1.4 |
| 650 | 2026-08-26T14:38:11.941Z | Downloaded pbkdf2 v0.13.0 |
| 651 | 2026-08-26T14:38:11.941Z | Downloaded peg v0.8.5 |
| 652 | 2026-08-26T14:38:11.945Z | Downloaded peg-macros v0.8.5 |
| 653 | 2026-08-26T14:38:11.945Z | Downloaded topological-sort v0.2.2 |
| 654 | 2026-08-26T14:38:11.948Z | Downloaded phf v0.12.1 |
| 655 | 2026-08-26T14:38:11.948Z | Downloaded sqlparser_derive v0.5.0 |
| 656 | 2026-08-26T14:38:11.948Z | Downloaded progenitor v0.13.0 |
| 657 | 2026-08-26T14:38:11.951Z | Downloaded proc-macro-error2 v2.0.1 |
| 658 | 2026-08-26T14:38:11.951Z | Downloaded rand_chacha v0.9.0 |
| 659 | 2026-08-26T14:38:11.954Z | Downloaded sapling-renderdag v0.1.0 |
| 660 | 2026-08-26T14:38:11.954Z | Downloaded testing_table v0.3.0 |
| 661 | 2026-08-26T14:38:11.954Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 662 | 2026-08-26T14:38:11.954Z | Downloaded argon2 v0.6.0-rc.8 |
| 663 | 2026-08-26T14:38:11.958Z | Downloaded cancel-safe-futures v0.1.5 |
| 664 | 2026-08-26T14:38:11.958Z | Downloaded colored v2.2.0 |
| 665 | 2026-08-26T14:38:11.960Z | Downloaded blake2 v0.10.6 |
| 666 | 2026-08-26T14:38:11.960Z | Downloaded colored v3.1.1 |
| 667 | 2026-08-26T14:38:11.960Z | Downloaded serde_with_macros v1.5.2 |
| 668 | 2026-08-26T14:38:11.965Z | Downloaded universal-hash v0.6.1 |
| 669 | 2026-08-26T14:38:11.965Z | Downloaded want v0.3.1 |
| 670 | 2026-08-26T14:38:11.965Z | Downloaded xshell-macros v0.2.7 |
| 671 | 2026-08-26T14:38:11.965Z | Downloaded yoke-derive v0.8.1 |
| 672 | 2026-08-26T14:38:11.965Z | Downloaded fatfs v0.3.6 |
| 673 | 2026-08-26T14:38:11.968Z | Downloaded console v0.15.11 |
| 674 | 2026-08-26T14:38:11.968Z | Downloaded bzip2 v0.4.4 |
| 675 | 2026-08-26T14:38:11.968Z | Downloaded cexpr v0.6.0 |
| 676 | 2026-08-26T14:38:11.968Z | Downloaded console v0.16.2 |
| 677 | 2026-08-26T14:38:11.971Z | Downloaded anstream v0.6.21 |
| 678 | 2026-08-26T14:38:11.971Z | Downloaded blake2 v0.11.0-rc.6 |
| 679 | 2026-08-26T14:38:11.974Z | Downloaded serde-hex v0.1.0 |
| 680 | 2026-08-26T14:38:11.974Z | Downloaded hmac v0.12.1 |
| 681 | 2026-08-26T14:38:11.974Z | Downloaded ff v0.13.1 |
| 682 | 2026-08-26T14:38:11.974Z | Downloaded tokio-macros v2.7.0 |
| 683 | 2026-08-26T14:38:11.977Z | Downloaded half v1.8.3 |
| 684 | 2026-08-26T14:38:11.977Z | Downloaded hmac v0.13.0 |
| 685 | 2026-08-26T14:38:11.980Z | Downloaded glob v0.3.3 |
| 686 | 2026-08-26T14:38:11.987Z | Downloaded slog-async v2.8.0 |
| 687 | 2026-08-26T14:38:11.990Z | Downloaded spki v0.8.0 |
| 688 | 2026-08-26T14:38:11.993Z | Downloaded chacha20 v0.10.0 |
| 689 | 2026-08-26T14:38:11.993Z | Downloaded unarray v0.1.4 |
| 690 | 2026-08-26T14:38:11.996Z | Downloaded crc-catalog v2.4.0 |
| 691 | 2026-08-26T14:38:11.996Z | Downloaded cstr-argument v0.1.2 |
| 692 | 2026-08-26T14:38:11.996Z | Downloaded compact_str v0.8.1 |
| 693 | 2026-08-26T14:38:11.996Z | Downloaded flume v0.11.1 |
| 694 | 2026-08-26T14:38:11.999Z | Downloaded unicode-truncate v1.1.0 |
| 695 | 2026-08-26T14:38:11.999Z | Downloaded usdt-attr-macro v0.6.0 |
| 696 | 2026-08-26T14:38:11.999Z | Downloaded usdt-macro v0.6.0 |
| 697 | 2026-08-26T14:38:12.004Z | Downloaded parking_lot v0.11.2 |
| 698 | 2026-08-26T14:38:12.004Z | Downloaded getrandom v0.2.17 |
| 699 | 2026-08-26T14:38:12.004Z | Downloaded futures v0.3.32 |
| 700 | 2026-08-26T14:38:12.007Z | Downloaded ssh-encoding v0.3.0 |
| 701 | 2026-08-26T14:38:12.007Z | Downloaded zerofrom v0.1.6 |
| 702 | 2026-08-26T14:38:12.010Z | Downloaded tls_codec v0.4.2 |
| 703 | 2026-08-26T14:38:12.010Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 704 | 2026-08-26T14:38:12.010Z | Downloaded signal-hook-registry v1.4.8 |
| 705 | 2026-08-26T14:38:12.011Z | Downloaded dof v0.4.0 |
| 706 | 2026-08-26T14:38:12.014Z | Downloaded dtrace-parser v0.3.0 |
| 707 | 2026-08-26T14:38:12.014Z | Downloaded poly1305 v0.9.0 |
| 708 | 2026-08-26T14:38:12.014Z | Downloaded pkcs8 v0.11.0 |
| 709 | 2026-08-26T14:38:12.017Z | Downloaded slog-term v2.9.2 |
| 710 | 2026-08-26T14:38:12.017Z | Downloaded snafu-derive v0.8.9 |
| 711 | 2026-08-26T14:38:12.017Z | Downloaded ssh-cipher v0.3.0 |
| 712 | 2026-08-26T14:38:12.020Z | Downloaded strum_macros v0.24.3 |
| 713 | 2026-08-26T14:38:12.020Z | Downloaded crunchy v0.2.4 |
| 714 | 2026-08-26T14:38:12.020Z | Downloaded darling_macro v0.21.3 |
| 715 | 2026-08-26T14:38:12.020Z | Downloaded rustls-pki-types v1.14.0 |
| 716 | 2026-08-26T14:38:12.023Z | Downloaded tui-tree-widget v0.23.1 |
| 717 | 2026-08-26T14:38:12.023Z | Downloaded vergen-lib v0.1.6 |
| 718 | 2026-08-26T14:38:12.023Z | Downloaded hyper-tls v0.6.0 |
| 719 | 2026-08-26T14:38:12.026Z | Downloaded async-bb8-diesel v0.2.1 |
| 720 | 2026-08-26T14:38:12.026Z | Downloaded ciborium v0.2.2 |
| 721 | 2026-08-26T14:38:12.029Z | Downloaded kem v0.3.0 |
| 722 | 2026-08-26T14:38:12.029Z | Downloaded libscf-sys v1.2.0 |
| 723 | 2026-08-26T14:38:12.032Z | Downloaded match_cfg v0.1.0 |
| 724 | 2026-08-26T14:38:12.035Z | Downloaded thiserror-no-std v2.0.2 |
| 725 | 2026-08-26T14:38:12.035Z | Downloaded tokio-tungstenite v0.23.1 |
| 726 | 2026-08-26T14:38:12.039Z | Downloaded darling_macro v0.20.11 |
| 727 | 2026-08-26T14:38:12.039Z | Downloaded darling_macro v0.23.0 |
| 728 | 2026-08-26T14:38:12.039Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 729 | 2026-08-26T14:38:12.039Z | Downloaded new_debug_unreachable v1.0.6 |
| 730 | 2026-08-26T14:38:12.039Z | Downloaded serde_cbor v0.11.2 |
| 731 | 2026-08-26T14:38:12.043Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 732 | 2026-08-26T14:38:12.043Z | Downloaded base64 v0.22.1 |
| 733 | 2026-08-26T14:38:12.043Z | Downloaded getrandom v0.3.4 |
| 734 | 2026-08-26T14:38:12.046Z | Downloaded half v2.7.1 |
| 735 | 2026-08-26T14:38:12.046Z | Downloaded unicase v2.9.0 |
| 736 | 2026-08-26T14:38:12.056Z | Downloaded usdt v0.6.0 |
| 737 | 2026-08-26T14:38:12.060Z | Downloaded indoc v1.0.9 |
| 738 | 2026-08-26T14:38:12.063Z | Downloaded is_ci v1.2.0 |
| 739 | 2026-08-26T14:38:12.063Z | Downloaded jiff-static v0.2.34 |
| 740 | 2026-08-26T14:38:12.063Z | Downloaded usdt-impl v0.6.0 |
| 741 | 2026-08-26T14:38:12.066Z | Downloaded lru-slab v0.1.2 |
| 742 | 2026-08-26T14:38:12.067Z | Downloaded wyz v0.5.1 |
| 743 | 2026-08-26T14:38:12.069Z | Downloaded csv-core v0.1.13 |
| 744 | 2026-08-26T14:38:12.072Z | Downloaded mime v0.3.17 |
| 745 | 2026-08-26T14:38:12.072Z | Downloaded pin-project v1.1.11 |
| 746 | 2026-08-26T14:38:12.078Z | Downloaded postcard v1.1.3 |
| 747 | 2026-08-26T14:38:12.081Z | Downloaded oso v0.27.3 |
| 748 | 2026-08-26T14:38:12.082Z | Downloaded heapless v0.7.17 |
| 749 | 2026-08-26T14:38:12.085Z | Downloaded parse-display v0.10.0 |
| 750 | 2026-08-26T14:38:12.085Z | Downloaded const_format_proc_macros v0.2.34 |
| 751 | 2026-08-26T14:38:12.088Z | Downloaded debug-ignore v1.0.5 |
| 752 | 2026-08-26T14:38:12.088Z | Downloaded progenitor-client v0.14.0 |
| 753 | 2026-08-26T14:38:12.088Z | Downloaded openssl-probe v0.2.1 |
| 754 | 2026-08-26T14:38:12.088Z | Downloaded rand_pcg v0.10.2 |
| 755 | 2026-08-26T14:38:12.088Z | Downloaded rustc_version v0.4.1 |
| 756 | 2026-08-26T14:38:12.091Z | Downloaded papergrid v0.18.0 |
| 757 | 2026-08-26T14:38:12.094Z | Downloaded indoc v2.0.7 |
| 758 | 2026-08-26T14:38:12.094Z | Downloaded ingot v0.2.1 |
| 759 | 2026-08-26T14:38:12.094Z | Downloaded openssl-probe v0.1.6 |
| 760 | 2026-08-26T14:38:12.098Z | Downloaded arc-swap v1.8.2 |
| 761 | 2026-08-26T14:38:12.098Z | Downloaded slog v2.8.2 |
| 762 | 2026-08-26T14:38:12.101Z | Downloaded chacha20poly1305 v0.10.1 |
| 763 | 2026-08-26T14:38:12.101Z | Downloaded chumsky v0.9.3 |
| 764 | 2026-08-26T14:38:12.105Z | Downloaded bytes v1.11.1 |
| 765 | 2026-08-26T14:38:12.107Z | Downloaded lalrpop-util v0.19.12 |
| 766 | 2026-08-26T14:38:12.107Z | Downloaded multer v3.1.0 |
| 767 | 2026-08-26T14:38:12.107Z | Downloaded scopeguard v1.2.0 |
| 768 | 2026-08-26T14:38:12.107Z | Downloaded data-encoding v2.10.0 |
| 769 | 2026-08-26T14:38:12.112Z | Downloaded diesel-dtrace v0.5.0 |
| 770 | 2026-08-26T14:38:12.112Z | Downloaded progenitor-macro v0.13.0 |
| 771 | 2026-08-26T14:38:12.112Z | Downloaded tracing-attributes v0.1.31 |
| 772 | 2026-08-26T14:38:12.115Z | Downloaded serde_spanned v1.1.1 |
| 773 | 2026-08-26T14:38:12.115Z | Downloaded sha1 v0.10.6 |
| 774 | 2026-08-26T14:38:12.115Z | Downloaded seq-macro v0.3.6 |
| 775 | 2026-08-26T14:38:12.115Z | Downloaded sigpipe v0.1.3 |
| 776 | 2026-08-26T14:38:12.115Z | Downloaded rcgen v0.12.1 |
| 777 | 2026-08-26T14:38:12.118Z | Downloaded supports-hyperlinks v3.2.0 |
| 778 | 2026-08-26T14:38:12.118Z | Downloaded tabwriter v1.4.1 |
| 779 | 2026-08-26T14:38:12.121Z | Downloaded similar v2.7.0 |
| 780 | 2026-08-26T14:38:12.124Z | Downloaded try-lock v0.2.5 |
| 781 | 2026-08-26T14:38:12.124Z | Downloaded ar_archive_writer v0.5.1 |
| 782 | 2026-08-26T14:38:12.124Z | Downloaded base64 v0.21.7 |
| 783 | 2026-08-26T14:38:12.127Z | Downloaded heapless v0.8.0 |
| 784 | 2026-08-26T14:38:12.130Z | Downloaded linear-map v1.2.0 |
| 785 | 2026-08-26T14:38:12.134Z | Downloaded russh-cryptovec v0.62.0 |
| 786 | 2026-08-26T14:38:12.137Z | Downloaded headers v0.4.1 |
| 787 | 2026-08-26T14:38:12.140Z | Downloaded serde_repr v0.1.20 |
| 788 | 2026-08-26T14:38:12.143Z | Downloaded structmeta-derive v0.3.0 |
| 789 | 2026-08-26T14:38:12.143Z | Downloaded strum v0.26.3 |
| 790 | 2026-08-26T14:38:12.143Z | Downloaded corncobs v0.1.4 |
| 791 | 2026-08-26T14:38:12.147Z | Downloaded time-core v0.1.8 |
| 792 | 2026-08-26T14:38:12.150Z | Downloaded omicron-zone-package v0.12.3 |
| 793 | 2026-08-26T14:38:12.153Z | Downloaded owo-colors v4.3.0 |
| 794 | 2026-08-26T14:38:12.153Z | Downloaded flate2 v1.1.9 |
| 795 | 2026-08-26T14:38:12.156Z | Downloaded crossbeam-utils v0.8.21 |
| 796 | 2026-08-26T14:38:12.159Z | Downloaded term v1.2.1 |
| 797 | 2026-08-26T14:38:12.159Z | Downloaded parse-display-derive v0.10.0 |
| 798 | 2026-08-26T14:38:12.159Z | Downloaded parking_lot_core v0.8.6 |
| 799 | 2026-08-26T14:38:12.163Z | Downloaded proc-macro-crate v3.4.0 |
| 800 | 2026-08-26T14:38:12.163Z | Downloaded wait-timeout v0.2.1 |
| 801 | 2026-08-26T14:38:12.163Z | Downloaded num_enum v0.5.11 |
| 802 | 2026-08-26T14:38:12.166Z | Downloaded polyval v0.7.1 |
| 803 | 2026-08-26T14:38:12.169Z | Downloaded num-rational v0.4.2 |
| 804 | 2026-08-26T14:38:12.169Z | Downloaded phc v0.6.1 |
| 805 | 2026-08-26T14:38:12.169Z | Downloaded pin-project-internal v1.1.11 |
| 806 | 2026-08-26T14:38:12.172Z | Downloaded pin-project-lite v0.2.17 |
| 807 | 2026-08-26T14:38:12.172Z | Downloaded r2d2 v0.8.10 |
| 808 | 2026-08-26T14:38:12.175Z | Downloaded rand_seeder v0.4.0 |
| 809 | 2026-08-26T14:38:12.175Z | Downloaded cpubits v0.1.1 |
| 810 | 2026-08-26T14:38:12.175Z | Downloaded document-features v0.2.12 |
| 811 | 2026-08-26T14:38:12.175Z | Downloaded bumpalo v3.20.2 |
| 812 | 2026-08-26T14:38:12.178Z | Downloaded tokio-stream v0.1.18 |
| 813 | 2026-08-26T14:38:12.181Z | Downloaded cc v1.2.56 |
| 814 | 2026-08-26T14:38:12.181Z | Downloaded port-file v0.1.0 |
| 815 | 2026-08-26T14:38:12.184Z | Downloaded hybrid-array v0.4.13 |
| 816 | 2026-08-26T14:38:12.184Z | Downloaded utf-8 v0.7.6 |
| 817 | 2026-08-26T14:38:12.188Z | Downloaded trait-variant v0.1.2 |
| 818 | 2026-08-26T14:38:12.188Z | Downloaded resolv-conf v0.7.6 |
| 819 | 2026-08-26T14:38:12.188Z | Downloaded memmap2 v0.9.10 |
| 820 | 2026-08-26T14:38:12.188Z | Downloaded rayon-core v1.13.0 |
| 821 | 2026-08-26T14:38:12.191Z | Downloaded serdect v0.4.3 |
| 822 | 2026-08-26T14:38:12.191Z | Downloaded slab v0.4.12 |
| 823 | 2026-08-26T14:38:12.191Z | Downloaded tokio-dtrace v0.1.1 |
| 824 | 2026-08-26T14:38:12.194Z | Downloaded tokio-native-tls v0.3.1 |
| 825 | 2026-08-26T14:38:12.195Z | Downloaded dirs-next v2.0.0 |
| 826 | 2026-08-26T14:38:12.195Z | Downloaded backtrace v0.3.76 |
| 827 | 2026-08-26T14:38:12.197Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 828 | 2026-08-26T14:38:12.197Z | Downloaded indent_write v2.2.0 |
| 829 | 2026-08-26T14:38:12.204Z | Downloaded hickory-resolver v0.24.4 |
| 830 | 2026-08-26T14:38:12.209Z | Downloaded signal-hook-mio v0.2.5 |
| 831 | 2026-08-26T14:38:12.214Z | Downloaded slog-json v2.6.1 |
| 832 | 2026-08-26T14:38:12.214Z | Downloaded crc-any v2.5.0 |
| 833 | 2026-08-26T14:38:12.217Z | Downloaded crc8 v0.1.1 |
| 834 | 2026-08-26T14:38:12.221Z | Downloaded dyn-clone v1.0.20 |
| 835 | 2026-08-26T14:38:12.221Z | Downloaded time-macros v0.2.27 |
| 836 | 2026-08-26T14:38:12.224Z | Downloaded parking_lot_core v0.9.12 |
| 837 | 2026-08-26T14:38:12.224Z | Downloaded vergen-lib v9.1.0 |
| 838 | 2026-08-26T14:38:12.231Z | Downloaded expectorate v1.2.0 |
| 839 | 2026-08-26T14:38:12.234Z | Downloaded lru-cache v0.1.2 |
| 840 | 2026-08-26T14:38:12.234Z | Downloaded scuffle v0.1.0 |
| 841 | 2026-08-26T14:38:12.238Z | Downloaded num_enum_derive v0.5.11 |
| 842 | 2026-08-26T14:38:12.238Z | Downloaded pkcs1 v0.7.5 |
| 843 | 2026-08-26T14:38:12.241Z | Downloaded daft v0.1.8 |
| 844 | 2026-08-26T14:38:12.241Z | Downloaded percent-encoding v2.3.2 |
| 845 | 2026-08-26T14:38:12.241Z | Downloaded ecdsa v0.17.0 |
| 846 | 2026-08-26T14:38:12.245Z | Downloaded psl-types v2.0.11 |
| 847 | 2026-08-26T14:38:12.245Z | Downloaded publicsuffix v2.3.0 |
| 848 | 2026-08-26T14:38:12.248Z | Downloaded uzers v0.12.2 |
| 849 | 2026-08-26T14:38:12.248Z | Downloaded quinn v0.11.11 |
| 850 | 2026-08-26T14:38:12.251Z | Downloaded idna_adapter v1.2.1 |
| 851 | 2026-08-26T14:38:12.251Z | Downloaded internet-checksum v0.2.1 |
| 852 | 2026-08-26T14:38:12.251Z | Downloaded maybe-uninit v2.0.0 |
| 853 | 2026-08-26T14:38:12.251Z | Downloaded whoami v2.1.0 |
| 854 | 2026-08-26T14:38:12.254Z | Downloaded samael v0.0.19 |
| 855 | 2026-08-26T14:38:12.257Z | Downloaded multimap v0.10.1 |
| 856 | 2026-08-26T14:38:12.257Z | Downloaded ignore v0.4.25 |
| 857 | 2026-08-26T14:38:12.260Z | Downloaded num-derive v0.4.2 |
| 858 | 2026-08-26T14:38:12.260Z | Downloaded olpc-cjson v0.1.4 |
| 859 | 2026-08-26T14:38:12.260Z | Downloaded sec1 v0.7.3 |
| 860 | 2026-08-26T14:38:12.260Z | Downloaded smallvec v1.15.1 |
| 861 | 2026-08-26T14:38:12.263Z | Downloaded inout v0.1.4 |
| 862 | 2026-08-26T14:38:12.263Z | Downloaded async-compression v0.4.41 |
| 863 | 2026-08-26T14:38:12.266Z | Downloaded secrecy v0.8.0 |
| 864 | 2026-08-26T14:38:12.266Z | Downloaded icu_properties v2.1.2 |
| 865 | 2026-08-26T14:38:12.270Z | Downloaded writeable v0.6.2 |
| 866 | 2026-08-26T14:38:12.270Z | Downloaded critical-section v1.2.0 |
| 867 | 2026-08-26T14:38:12.270Z | Downloaded parse-size v1.1.0 |
| 868 | 2026-08-26T14:38:12.273Z | Downloaded password-hash v0.6.1 |
| 869 | 2026-08-26T14:38:12.273Z | Downloaded hashbrown v0.13.2 |
| 870 | 2026-08-26T14:38:12.276Z | Downloaded predicates-tree v1.0.13 |
| 871 | 2026-08-26T14:38:12.276Z | Downloaded hickory-server v0.25.2 |
| 872 | 2026-08-26T14:38:12.280Z | Downloaded salsa20 v0.11.0 |
| 873 | 2026-08-26T14:38:12.283Z | Downloaded zip v0.6.6 |
| 874 | 2026-08-26T14:38:12.286Z | Downloaded term v0.7.0 |
| 875 | 2026-08-26T14:38:12.290Z | Downloaded ipnet v2.12.0 |
| 876 | 2026-08-26T14:38:12.290Z | Downloaded strum v0.27.2 |
| 877 | 2026-08-26T14:38:12.290Z | Downloaded zstd-safe v7.2.4 |
| 878 | 2026-08-26T14:38:12.293Z | Downloaded tagptr v0.2.0 |
| 879 | 2026-08-26T14:38:12.296Z | Downloaded darling_core v0.20.11 |
| 880 | 2026-08-26T14:38:12.299Z | Downloaded oxide-update-engine-types v0.1.2 |
| 881 | 2026-08-26T14:38:12.299Z | Downloaded rtoolbox v0.0.3 |
| 882 | 2026-08-26T14:38:12.303Z | Downloaded libefi-sys v0.1.0 |
| 883 | 2026-08-26T14:38:12.303Z | Downloaded num-traits v0.2.19 |
| 884 | 2026-08-26T14:38:12.306Z | Downloaded nanorand v0.7.0 |
| 885 | 2026-08-26T14:38:12.309Z | Downloaded const_format v0.2.35 |
| 886 | 2026-08-26T14:38:12.317Z | Downloaded oxide-update-engine v0.1.2 |
| 887 | 2026-08-26T14:38:12.327Z | Downloaded prettyplease v0.2.37 |
| 888 | 2026-08-26T14:38:12.327Z | Downloaded serde_plain v1.0.2 |
| 889 | 2026-08-26T14:38:12.327Z | Downloaded icu_locale_core v2.1.1 |
| 890 | 2026-08-26T14:38:12.331Z | Downloaded jobserver v0.1.34 |
| 891 | 2026-08-26T14:38:12.331Z | Downloaded keccak v0.1.6 |
| 892 | 2026-08-26T14:38:12.331Z | Downloaded progenitor-extras v0.2.0 |
| 893 | 2026-08-26T14:38:12.331Z | Downloaded psm v0.1.30 |
| 894 | 2026-08-26T14:38:12.334Z | Downloaded rustversion v1.0.22 |
| 895 | 2026-08-26T14:38:12.334Z | Downloaded schemars_derive v0.8.22 |
| 896 | 2026-08-26T14:38:12.334Z | Downloaded nom v7.1.3 |
| 897 | 2026-08-26T14:38:12.337Z | Downloaded simd-adler32 v0.3.8 |
| 898 | 2026-08-26T14:38:12.340Z | Downloaded void v1.0.2 |
| 899 | 2026-08-26T14:38:12.340Z | Downloaded indicatif v0.18.4 |
| 900 | 2026-08-26T14:38:12.345Z | Downloaded zone v0.3.1 |
| 901 | 2026-08-26T14:38:12.345Z | Downloaded crypto-common v0.2.2 |
| 902 | 2026-08-26T14:38:12.345Z | Downloaded downcast-rs v2.0.2 |
| 903 | 2026-08-26T14:38:12.345Z | Downloaded defmt v0.3.100 |
| 904 | 2026-08-26T14:38:12.345Z | Downloaded ctutils v0.4.2 |
| 905 | 2026-08-26T14:38:12.348Z | Downloaded phf v0.13.1 |
| 906 | 2026-08-26T14:38:12.348Z | Downloaded illumos-nvpair v0.3.0 |
| 907 | 2026-08-26T14:38:12.348Z | Downloaded tower-service v0.3.3 |
| 908 | 2026-08-26T14:38:12.348Z | Downloaded untrusted v0.7.1 |
| 909 | 2026-08-26T14:38:12.348Z | Downloaded sqlformat v0.3.5 |
| 910 | 2026-08-26T14:38:12.348Z | Downloaded hashbrown v0.12.3 |
| 911 | 2026-08-26T14:38:12.351Z | Downloaded hickory-resolver v0.25.2 |
| 912 | 2026-08-26T14:38:12.354Z | Downloaded unit-prefix v0.5.2 |
| 913 | 2026-08-26T14:38:12.354Z | Downloaded poly1305 v0.8.0 |
| 914 | 2026-08-26T14:38:12.357Z | Downloaded http v1.4.2 |
| 915 | 2026-08-26T14:38:12.360Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 916 | 2026-08-26T14:38:12.360Z | Downloaded strum_macros v0.26.4 |
| 917 | 2026-08-26T14:38:12.363Z | Downloaded thread_local v1.1.9 |
| 918 | 2026-08-26T14:38:12.363Z | Downloaded rustls-platform-verifier v0.6.2 |
| 919 | 2026-08-26T14:38:12.366Z | Downloaded ryu v1.0.23 |
| 920 | 2026-08-26T14:38:12.366Z | Downloaded instability v0.3.11 |
| 921 | 2026-08-26T14:38:12.369Z | Downloaded zerocopy v0.6.6 |
| 922 | 2026-08-26T14:38:12.369Z | Downloaded litemap v0.8.1 |
| 923 | 2026-08-26T14:38:12.372Z | Downloaded zstd v0.13.3 |
| 924 | 2026-08-26T14:38:12.372Z | Downloaded native-tls v0.2.18 |
| 925 | 2026-08-26T14:38:12.372Z | Downloaded primeorder v0.13.6 |
| 926 | 2026-08-26T14:38:12.375Z | Downloaded derive_more v2.1.1 |
| 927 | 2026-08-26T14:38:12.380Z | Downloaded darling v0.21.3 |
| 928 | 2026-08-26T14:38:12.383Z | Downloaded defmt-macros v1.0.1 |
| 929 | 2026-08-26T14:38:12.387Z | Downloaded shlex v1.3.0 |
| 930 | 2026-08-26T14:38:12.387Z | Downloaded rand v0.10.1 |
| 931 | 2026-08-26T14:38:12.390Z | Downloaded tracing-core v0.1.36 |
| 932 | 2026-08-26T14:38:12.390Z | Downloaded iana-time-zone v0.1.65 |
| 933 | 2026-08-26T14:38:12.393Z | Downloaded newtype_derive v0.1.6 |
| 934 | 2026-08-26T14:38:12.393Z | Downloaded num-iter v0.1.45 |
| 935 | 2026-08-26T14:38:12.393Z | Downloaded slog-dtrace v0.3.0 |
| 936 | 2026-08-26T14:38:12.393Z | Downloaded smallvec v0.6.14 |
| 937 | 2026-08-26T14:38:12.396Z | Downloaded postgres-types v0.2.12 |
| 938 | 2026-08-26T14:38:12.396Z | Downloaded rustyline v14.0.0 |
| 939 | 2026-08-26T14:38:12.399Z | Downloaded dsl_auto_type v0.2.0 |
| 940 | 2026-08-26T14:38:12.399Z | Downloaded derive_more v0.99.20 |
| 941 | 2026-08-26T14:38:12.402Z | Downloaded tungstenite v0.21.0 |
| 942 | 2026-08-26T14:38:12.406Z | Downloaded vsss-rs v3.3.4 |
| 943 | 2026-08-26T14:38:12.406Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 944 | 2026-08-26T14:38:12.406Z | Downloaded ed25519 v3.0.0 |
| 945 | 2026-08-26T14:38:12.414Z | Downloaded lru v0.12.5 |
| 946 | 2026-08-26T14:38:12.419Z | Downloaded spin v0.9.8 |
| 947 | 2026-08-26T14:38:12.425Z | Downloaded num-bigint-dig v0.8.6 |
| 948 | 2026-08-26T14:38:12.428Z | Downloaded aes v0.9.1 |
| 949 | 2026-08-26T14:38:12.431Z | Downloaded scheduled-thread-pool v0.2.7 |
| 950 | 2026-08-26T14:38:12.436Z | Downloaded slog-bunyan v2.5.0 |
| 951 | 2026-08-26T14:38:12.439Z | Downloaded signature v2.2.0 |
| 952 | 2026-08-26T14:38:12.439Z | Downloaded socket2 v0.6.3 |
| 953 | 2026-08-26T14:38:12.443Z | Downloaded socket2 v0.5.10 |
| 954 | 2026-08-26T14:38:12.446Z | Downloaded supports-color v3.0.2 |
| 955 | 2026-08-26T14:38:12.446Z | Downloaded derive-where v1.6.0 |
| 956 | 2026-08-26T14:38:12.449Z | Downloaded pkcs5 v0.8.1 |
| 957 | 2026-08-26T14:38:12.452Z | Downloaded unicode-properties v0.1.4 |
| 958 | 2026-08-26T14:38:12.452Z | Downloaded miette-derive v7.6.0 |
| 959 | 2026-08-26T14:38:12.452Z | Downloaded zerovec-derive v0.11.2 |
| 960 | 2026-08-26T14:38:12.455Z | Downloaded oxide-generation v0.1.3 |
| 961 | 2026-08-26T14:38:12.455Z | Downloaded sponge-cursor v0.1.0 |
| 962 | 2026-08-26T14:38:12.455Z | Downloaded zerofrom-derive v0.1.6 |
| 963 | 2026-08-26T14:38:12.458Z | Downloaded zerocopy-derive v0.8.55 |
| 964 | 2026-08-26T14:38:12.462Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 965 | 2026-08-26T14:38:12.465Z | Downloaded sha2 v0.11.0 |
| 966 | 2026-08-26T14:38:12.469Z | Downloaded rand_core v0.6.4 |
| 967 | 2026-08-26T14:38:12.469Z | Downloaded deranged v0.5.8 |
| 968 | 2026-08-26T14:38:12.469Z | Downloaded yasna v0.5.2 |
| 969 | 2026-08-26T14:38:12.472Z | Downloaded crc32fast v1.5.0 |
| 970 | 2026-08-26T14:38:12.472Z | Downloaded cookie v0.18.1 |
| 971 | 2026-08-26T14:38:12.473Z | Downloaded der_derive v0.7.3 |
| 972 | 2026-08-26T14:38:12.473Z | Downloaded derive-ex v0.1.8 |
| 973 | 2026-08-26T14:38:12.476Z | Downloaded predicates v3.1.4 |
| 974 | 2026-08-26T14:38:12.476Z | Downloaded rustc_version v0.1.7 |
| 975 | 2026-08-26T14:38:12.476Z | Downloaded dirs-sys-next v0.1.2 |
| 976 | 2026-08-26T14:38:12.479Z | Downloaded crucible-workspace-hack v0.1.0 |
| 977 | 2026-08-26T14:38:12.479Z | Downloaded termtree v0.5.1 |
| 978 | 2026-08-26T14:38:12.483Z | Downloaded maplit v1.0.2 |
| 979 | 2026-08-26T14:38:12.483Z | Downloaded rand_core v0.9.5 |
| 980 | 2026-08-26T14:38:12.487Z | Downloaded tar v0.4.46 |
| 981 | 2026-08-26T14:38:12.490Z | Downloaded hashbrown v0.16.1 |
| 982 | 2026-08-26T14:38:12.493Z | Downloaded lock_api v0.4.14 |
| 983 | 2026-08-26T14:38:12.493Z | Downloaded zip v4.6.1 |
| 984 | 2026-08-26T14:38:12.496Z | Downloaded libsw-core v0.3.2 |
| 985 | 2026-08-26T14:38:12.499Z | Downloaded universal-hash v0.5.1 |
| 986 | 2026-08-26T14:38:12.499Z | Downloaded rpassword v7.5.4 |
| 987 | 2026-08-26T14:38:12.499Z | Downloaded normalize-line-endings v0.3.0 |
| 988 | 2026-08-26T14:38:12.499Z | Downloaded convert_case v0.4.0 |
| 989 | 2026-08-26T14:38:12.499Z | Downloaded serde_path_to_error v0.1.20 |
| 990 | 2026-08-26T14:38:12.502Z | Downloaded futures-util v0.3.32 |
| 991 | 2026-08-26T14:38:12.507Z | Downloaded pretty_assertions v1.4.1 |
| 992 | 2026-08-26T14:38:12.510Z | Downloaded miniz_oxide v0.8.9 |
| 993 | 2026-08-26T14:38:12.510Z | Downloaded module-lattice v0.2.3 |
| 994 | 2026-08-26T14:38:12.513Z | Downloaded strum_macros v0.27.2 |
| 995 | 2026-08-26T14:38:12.513Z | Downloaded spki v0.7.3 |
| 996 | 2026-08-26T14:38:12.513Z | Downloaded tls_codec_derive v0.4.2 |
| 997 | 2026-08-26T14:38:12.516Z | Downloaded qorb v0.4.1 |
| 998 | 2026-08-26T14:38:12.519Z | Downloaded zeroize v1.9.0 |
| 999 | 2026-08-26T14:38:12.519Z | Downloaded pem v3.0.6 |
| 1000 | 2026-08-26T14:38:12.519Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1001 | 2026-08-26T14:38:12.522Z | Downloaded whoami v1.6.1 |
| 1002 | 2026-08-26T14:38:12.522Z | Downloaded phf_shared v0.12.1 |
| 1003 | 2026-08-26T14:38:12.522Z | Downloaded typed-path v0.9.3 |
| 1004 | 2026-08-26T14:38:12.527Z | Downloaded schemars v0.8.22 |
| 1005 | 2026-08-26T14:38:12.534Z | Downloaded darling_core v0.23.0 |
| 1006 | 2026-08-26T14:38:12.538Z | Downloaded mio v1.2.0 |
| 1007 | 2026-08-26T14:38:12.540Z | Downloaded derive_builder_core v0.20.2 |
| 1008 | 2026-08-26T14:38:12.543Z | Downloaded zone_cfg_derive v0.3.1 |
| 1009 | 2026-08-26T14:38:12.544Z | Downloaded rand_xorshift v0.4.0 |
| 1010 | 2026-08-26T14:38:12.544Z | Downloaded serde_urlencoded v0.7.1 |
| 1011 | 2026-08-26T14:38:12.546Z | Downloaded stable_deref_trait v1.2.1 |
| 1012 | 2026-08-26T14:38:12.549Z | Downloaded darling v0.23.0 |
| 1013 | 2026-08-26T14:38:12.552Z | Downloaded hashbrown v0.15.5 |
| 1014 | 2026-08-26T14:38:12.555Z | Downloaded rustc-demangle v0.1.27 |
| 1015 | 2026-08-26T14:38:12.558Z | Downloaded hashbrown v0.14.5 |
| 1016 | 2026-08-26T14:38:12.561Z | Downloaded termios v0.3.3 |
| 1017 | 2026-08-26T14:38:12.564Z | Downloaded mime_guess v2.0.5 |
| 1018 | 2026-08-26T14:38:12.567Z | Downloaded utf8_iter v1.0.4 |
| 1019 | 2026-08-26T14:38:12.567Z | Downloaded typify-macro v0.6.2 |
| 1020 | 2026-08-26T14:38:12.567Z | Downloaded cpufeatures v0.3.0 |
| 1021 | 2026-08-26T14:38:12.571Z | Downloaded diesel_derives v2.3.7 |
| 1022 | 2026-08-26T14:38:12.573Z | Downloaded ed25519-dalek v3.0.0 |
| 1023 | 2026-08-26T14:38:12.576Z | Downloaded smf v0.2.3 |
| 1024 | 2026-08-26T14:38:12.576Z | Downloaded tokio-tungstenite v0.21.0 |
| 1025 | 2026-08-26T14:38:12.576Z | Downloaded vergen-gitcl v1.0.8 |
| 1026 | 2026-08-26T14:38:12.579Z | Downloaded serde_derive_internals v0.29.1 |
| 1027 | 2026-08-26T14:38:12.579Z | Downloaded p521 v0.14.0 |
| 1028 | 2026-08-26T14:38:12.583Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1029 | 2026-08-26T14:38:12.583Z | Downloaded paste v1.0.15 |
| 1030 | 2026-08-26T14:38:12.586Z | Downloaded convert_case v0.10.0 |
| 1031 | 2026-08-26T14:38:12.586Z | Downloaded predicates-core v1.0.10 |
| 1032 | 2026-08-26T14:38:12.586Z | Downloaded openssl-sys v0.9.117 |
| 1033 | 2026-08-26T14:38:12.590Z | Downloaded ref-cast v1.0.25 |
| 1034 | 2026-08-26T14:38:12.590Z | Downloaded aes-gcm v0.11.0 |
| 1035 | 2026-08-26T14:38:12.593Z | Downloaded rand v0.9.2 |
| 1036 | 2026-08-26T14:38:12.595Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1037 | 2026-08-26T14:38:12.595Z | Downloaded crossbeam-channel v0.5.15 |
| 1038 | 2026-08-26T14:38:12.599Z | Downloaded tungstenite v0.23.0 |
| 1039 | 2026-08-26T14:38:12.601Z | Downloaded progenitor-client v0.13.0 |
| 1040 | 2026-08-26T14:38:12.601Z | Downloaded difflib v0.4.0 |
| 1041 | 2026-08-26T14:38:12.601Z | Downloaded parking_lot v0.12.5 |
| 1042 | 2026-08-26T14:38:12.605Z | Downloaded lazy_static v1.5.0 |
| 1043 | 2026-08-26T14:38:12.605Z | Downloaded nu-ansi-term v0.50.3 |
| 1044 | 2026-08-26T14:38:12.608Z | Downloaded p384 v0.14.0 |
| 1045 | 2026-08-26T14:38:12.608Z | Downloaded defmt v1.0.1 |
| 1046 | 2026-08-26T14:38:12.608Z | Downloaded md-5 v0.10.6 |
| 1047 | 2026-08-26T14:38:12.611Z | Downloaded nonempty v0.12.0 |
| 1048 | 2026-08-26T14:38:12.611Z | Downloaded packed_struct_codegen v0.10.1 |
| 1049 | 2026-08-26T14:38:12.611Z | Downloaded signature v3.0.0 |
| 1050 | 2026-08-26T14:38:12.614Z | Downloaded ed25519 v2.2.3 |
| 1051 | 2026-08-26T14:38:12.614Z | Downloaded humantime v2.3.0 |
| 1052 | 2026-08-26T14:38:12.614Z | Downloaded darling v0.20.11 |
| 1053 | 2026-08-26T14:38:12.617Z | Downloaded rustls-native-certs v0.8.3 |
| 1054 | 2026-08-26T14:38:12.621Z | Downloaded scrypt v0.12.0 |
| 1055 | 2026-08-26T14:38:12.621Z | Downloaded slog-scope v4.4.1 |
| 1056 | 2026-08-26T14:38:12.621Z | Downloaded stringprep v0.1.5 |
| 1057 | 2026-08-26T14:38:12.624Z | Downloaded libloading v0.8.9 |
| 1058 | 2026-08-26T14:38:12.624Z | Downloaded newtype-uuid v1.3.2 |
| 1059 | 2026-08-26T14:38:12.624Z | Downloaded slog-envlogger v2.2.0 |
| 1060 | 2026-08-26T14:38:12.624Z | Downloaded hkdf v0.12.4 |
| 1061 | 2026-08-26T14:38:12.627Z | Downloaded primefield v0.14.0 |
| 1062 | 2026-08-26T14:38:12.627Z | Downloaded icu_collections v2.1.1 |
| 1063 | 2026-08-26T14:38:12.632Z | Downloaded hyper-rustls v0.27.7 |
| 1064 | 2026-08-26T14:38:12.635Z | Downloaded hkdf v0.13.0 |
| 1065 | 2026-08-26T14:38:12.638Z | Downloaded pem-rfc7468 v1.0.0 |
| 1066 | 2026-08-26T14:38:12.638Z | Downloaded scroll_derive v0.13.1 |
| 1067 | 2026-08-26T14:38:12.638Z | Downloaded instant v0.1.13 |
| 1068 | 2026-08-26T14:38:12.641Z | Downloaded num-integer v0.1.46 |
| 1069 | 2026-08-26T14:38:12.644Z | Downloaded postgres-protocol v0.6.10 |
| 1070 | 2026-08-26T14:38:12.649Z | Downloaded take_mut v0.2.2 |
| 1071 | 2026-08-26T14:38:12.652Z | Downloaded tinyvec v1.10.0 |
| 1072 | 2026-08-26T14:38:12.655Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1073 | 2026-08-26T14:38:12.655Z | Downloaded oxide-generation-macros v0.2.0 |
| 1074 | 2026-08-26T14:38:12.655Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1075 | 2026-08-26T14:38:12.658Z | Downloaded kstat-rs v0.2.5 |
| 1076 | 2026-08-26T14:38:12.658Z | Downloaded yansi v1.0.1 |
| 1077 | 2026-08-26T14:38:12.658Z | Downloaded typify v0.6.2 |
| 1078 | 2026-08-26T14:38:12.661Z | Downloaded displaydoc v0.2.5 |
| 1079 | 2026-08-26T14:38:12.661Z | Downloaded md5 v0.8.0 |
| 1080 | 2026-08-26T14:38:12.665Z | Downloaded wnaf v0.14.0 |
| 1081 | 2026-08-26T14:38:12.668Z | Downloaded diff v0.1.13 |
| 1082 | 2026-08-26T14:38:12.668Z | Downloaded linked-hash-map v0.5.6 |
| 1083 | 2026-08-26T14:38:12.668Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1084 | 2026-08-26T14:38:12.671Z | Downloaded tap v1.0.1 |
| 1085 | 2026-08-26T14:38:12.671Z | Downloaded memoffset v0.9.1 |
| 1086 | 2026-08-26T14:38:12.674Z | Downloaded p256 v0.14.0 |
| 1087 | 2026-08-26T14:38:12.677Z | Downloaded derive_more-impl v2.1.1 |
| 1088 | 2026-08-26T14:38:12.680Z | Downloaded num_enum_derive v0.7.6 |
| 1089 | 2026-08-26T14:38:12.680Z | Downloaded support-bundle-viewer v0.1.2 |
| 1090 | 2026-08-26T14:38:12.680Z | Downloaded der v0.8.0 |
| 1091 | 2026-08-26T14:38:12.683Z | Downloaded dropshot-api-manager v0.8.0 |
| 1092 | 2026-08-26T14:38:12.685Z | Downloaded progenitor-impl v0.13.0 |
| 1093 | 2026-08-26T14:38:12.688Z | Downloaded ingot-macros v0.2.0 |
| 1094 | 2026-08-26T14:38:12.691Z | Downloaded rand_core v0.10.0 |
| 1095 | 2026-08-26T14:38:12.692Z | Downloaded quick-error v1.2.3 |
| 1096 | 2026-08-26T14:38:12.692Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1097 | 2026-08-26T14:38:12.695Z | Downloaded signal-hook-tokio v0.3.1 |
| 1098 | 2026-08-26T14:38:12.698Z | Downloaded untrusted v0.9.0 |
| 1099 | 2026-08-26T14:38:12.698Z | Downloaded zeroize_derive v1.5.0 |
| 1100 | 2026-08-26T14:38:12.698Z | Downloaded tiny-keccak v2.0.2 |
| 1101 | 2026-08-26T14:38:12.701Z | Downloaded tokio-rustls v0.26.4 |
| 1102 | 2026-08-26T14:38:12.704Z | Downloaded h2 v0.4.15 |
| 1103 | 2026-08-26T14:38:12.708Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1104 | 2026-08-26T14:38:12.711Z | Downloaded digest-io v0.1.0 |
| 1105 | 2026-08-26T14:38:12.711Z | Downloaded schemars v0.9.0 |
| 1106 | 2026-08-26T14:38:12.719Z | Downloaded dunce v1.0.5 |
| 1107 | 2026-08-26T14:38:12.722Z | Downloaded openssl-macros v0.1.1 |
| 1108 | 2026-08-26T14:38:12.722Z | Downloaded peg-runtime v0.8.5 |
| 1109 | 2026-08-26T14:38:12.722Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1110 | 2026-08-26T14:38:12.722Z | Downloaded miette v7.6.0 |
| 1111 | 2026-08-26T14:38:12.725Z | Downloaded stacker v0.1.23 |
| 1112 | 2026-08-26T14:38:12.725Z | Downloaded tinystr v0.8.2 |
| 1113 | 2026-08-26T14:38:12.728Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1114 | 2026-08-26T14:38:12.728Z | Downloaded toml v0.7.8 |
| 1115 | 2026-08-26T14:38:12.731Z | Downloaded inout v0.2.2 |
| 1116 | 2026-08-26T14:38:12.731Z | Downloaded steno v0.4.1 |
| 1117 | 2026-08-26T14:38:12.731Z | Downloaded ecdsa v0.16.9 |
| 1118 | 2026-08-26T14:38:12.734Z | Downloaded icu_normalizer_data v2.1.1 |
| 1119 | 2026-08-26T14:38:12.734Z | Downloaded opaque-debug v0.3.1 |
| 1120 | 2026-08-26T14:38:12.734Z | Downloaded path-slash v0.1.5 |
| 1121 | 2026-08-26T14:38:12.737Z | Downloaded darling v0.13.4 |
| 1122 | 2026-08-26T14:38:12.737Z | Downloaded derive_builder v0.20.2 |
| 1123 | 2026-08-26T14:38:12.740Z | Downloaded quinn-udp v0.5.14 |
| 1124 | 2026-08-26T14:38:12.740Z | Downloaded constant_time_eq v0.4.2 |
| 1125 | 2026-08-26T14:38:12.743Z | Downloaded thread-id v5.1.0 |
| 1126 | 2026-08-26T14:38:12.743Z | Downloaded russh-util v0.52.0 |
| 1127 | 2026-08-26T14:38:12.743Z | Downloaded sync_wrapper v1.0.2 |
| 1128 | 2026-08-26T14:38:12.743Z | Downloaded aho-corasick v1.1.4 |
| 1129 | 2026-08-26T14:38:12.746Z | Downloaded serde_with v1.14.0 |
| 1130 | 2026-08-26T14:38:12.756Z | Downloaded aws-lc-rs v1.16.3 |
| 1131 | 2026-08-26T14:38:12.761Z | Downloaded bitvec v1.0.1 |
| 1132 | 2026-08-26T14:38:12.771Z | Downloaded serde_tokenstream v0.3.0 |
| 1133 | 2026-08-26T14:38:12.776Z | Downloaded string_cache v0.8.9 |
| 1134 | 2026-08-26T14:38:12.776Z | Downloaded is-terminal v0.4.17 |
| 1135 | 2026-08-26T14:38:12.776Z | Downloaded lzss v0.8.2 |
| 1136 | 2026-08-26T14:38:12.776Z | Downloaded ed25519-dalek v2.2.0 |
| 1137 | 2026-08-26T14:38:12.780Z | Downloaded yoke v0.8.1 |
| 1138 | 2026-08-26T14:38:12.780Z | Downloaded recursive v0.1.1 |
| 1139 | 2026-08-26T14:38:12.780Z | Downloaded rand v0.8.6 |
| 1140 | 2026-08-26T14:38:12.780Z | Downloaded serde_with_macros v3.21.0 |
| 1141 | 2026-08-26T14:38:12.783Z | Downloaded semver v0.1.20 |
| 1142 | 2026-08-26T14:38:12.783Z | Downloaded xattr v1.6.1 |
| 1143 | 2026-08-26T14:38:12.783Z | Downloaded regex v1.12.3 |
| 1144 | 2026-08-26T14:38:12.788Z | Downloaded digest v0.11.3 |
| 1145 | 2026-08-26T14:38:12.788Z | Downloaded derive_builder_macro v0.20.2 |
| 1146 | 2026-08-26T14:38:12.792Z | Downloaded tokio-postgres v0.7.16 |
| 1147 | 2026-08-26T14:38:12.792Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1148 | 2026-08-26T14:38:12.794Z | Downloaded ingot-types v0.2.0 |
| 1149 | 2026-08-26T14:38:12.794Z | Downloaded hyper-staticfile v0.10.1 |
| 1150 | 2026-08-26T14:38:12.798Z | Downloaded num_enum v0.7.6 |
| 1151 | 2026-08-26T14:38:12.798Z | Downloaded defmt-parser v1.0.0 |
| 1152 | 2026-08-26T14:38:12.802Z | Downloaded daft-derive v0.1.8 |
| 1153 | 2026-08-26T14:38:12.805Z | Downloaded pkcs8 v0.10.2 |
| 1154 | 2026-08-26T14:38:12.808Z | Downloaded crc v3.4.0 |
| 1155 | 2026-08-26T14:38:12.808Z | Downloaded primeorder v0.14.0 |
| 1156 | 2026-08-26T14:38:12.812Z | Downloaded darling_macro v0.13.4 |
| 1157 | 2026-08-26T14:38:12.815Z | Downloaded itertools v0.14.0 |
| 1158 | 2026-08-26T14:38:12.819Z | Downloaded libsw v3.5.0 |
| 1159 | 2026-08-26T14:38:12.822Z | Downloaded icu_properties_data v2.1.2 |
| 1160 | 2026-08-26T14:38:12.830Z | Downloaded precomputed-hash v0.1.1 |
| 1161 | 2026-08-26T14:38:12.833Z | Downloaded shell-words v1.1.1 |
| 1162 | 2026-08-26T14:38:12.833Z | Downloaded sha1 v0.11.0 |
| 1163 | 2026-08-26T14:38:12.836Z | Downloaded indexmap v1.9.3 |
| 1164 | 2026-08-26T14:38:12.836Z | Downloaded waitgroup v0.1.2 |
| 1165 | 2026-08-26T14:38:12.836Z | Downloaded ctr v0.10.1 |
| 1166 | 2026-08-26T14:38:12.842Z | Downloaded ident_case v1.0.1 |
| 1167 | 2026-08-26T14:38:12.842Z | Downloaded winnow v0.6.26 |
| 1168 | 2026-08-26T14:38:12.846Z | Downloaded reedline v0.40.0 |
| 1169 | 2026-08-26T14:38:12.849Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1170 | 2026-08-26T14:38:12.852Z | Downloaded siphasher v1.0.2 |
| 1171 | 2026-08-26T14:38:12.852Z | Downloaded unicode-xid v0.2.6 |
| 1172 | 2026-08-26T14:38:12.855Z | Downloaded synstructure v0.13.2 |
| 1173 | 2026-08-26T14:38:12.855Z | Downloaded twox-hash v2.1.2 |
| 1174 | 2026-08-26T14:38:12.855Z | Downloaded phf_shared v0.11.3 |
| 1175 | 2026-08-26T14:38:12.855Z | Downloaded pem-rfc7468 v0.7.0 |
| 1176 | 2026-08-26T14:38:12.858Z | Downloaded crossbeam-deque v0.8.6 |
| 1177 | 2026-08-26T14:38:12.858Z | Downloaded managed v0.8.0 |
| 1178 | 2026-08-26T14:38:12.858Z | Downloaded progenitor v0.14.0 |
| 1179 | 2026-08-26T14:38:12.858Z | Downloaded sec1 v0.8.1 |
| 1180 | 2026-08-26T14:38:12.861Z | Downloaded darling_core v0.21.3 |
| 1181 | 2026-08-26T14:38:12.867Z | Downloaded rsa v0.10.0-rc.18 |
| 1182 | 2026-08-26T14:38:12.871Z | Downloaded der v0.7.10 |
| 1183 | 2026-08-26T14:38:12.874Z | Downloaded vte v0.14.1 |
| 1184 | 2026-08-26T14:38:12.877Z | Downloaded static_assertions v1.1.0 |
| 1185 | 2026-08-26T14:38:12.877Z | Downloaded ppv-lite86 v0.2.21 |
| 1186 | 2026-08-26T14:38:12.877Z | Downloaded x509-cert v0.2.5 |
| 1187 | 2026-08-26T14:38:12.880Z | Downloaded crossbeam-epoch v0.9.18 |
| 1188 | 2026-08-26T14:38:12.883Z | Downloaded display-error-chain v0.2.2 |
| 1189 | 2026-08-26T14:38:12.883Z | Downloaded tokio-test v0.4.5 |
| 1190 | 2026-08-26T14:38:12.883Z | Downloaded pkg-config v0.3.32 |
| 1191 | 2026-08-26T14:38:12.886Z | Downloaded blake3 v1.8.5 |
| 1192 | 2026-08-26T14:38:12.889Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1193 | 2026-08-26T14:38:12.892Z | Downloaded num v0.4.3 |
| 1194 | 2026-08-26T14:38:12.895Z | Downloaded tinyvec_macros v0.1.1 |
| 1195 | 2026-08-26T14:38:12.895Z | Downloaded unicode-segmentation v1.12.0 |
| 1196 | 2026-08-26T14:38:12.895Z | Downloaded progenitor-impl v0.14.0 |
| 1197 | 2026-08-26T14:38:12.899Z | Downloaded vergen-git2 v9.1.0 |
| 1198 | 2026-08-26T14:38:12.899Z | Downloaded xshell v0.2.7 |
| 1199 | 2026-08-26T14:38:12.899Z | Downloaded either v1.15.0 |
| 1200 | 2026-08-26T14:38:12.903Z | Downloaded reqwest v0.13.2 |
| 1201 | 2026-08-26T14:38:12.908Z | Downloaded hyper v1.10.1 |
| 1202 | 2026-08-26T14:38:12.908Z | Downloaded strsim v0.10.0 |
| 1203 | 2026-08-26T14:38:12.912Z | Downloaded radium v0.7.0 |
| 1204 | 2026-08-26T14:38:12.912Z | Downloaded cookie_store v0.22.1 |
| 1205 | 2026-08-26T14:38:12.912Z | Downloaded prefix-trie v0.7.0 |
| 1206 | 2026-08-26T14:38:12.912Z | Downloaded rusty-fork v0.3.1 |
| 1207 | 2026-08-26T14:38:12.916Z | Downloaded scroll v0.13.0 |
| 1208 | 2026-08-26T14:38:12.916Z | Downloaded signal-hook v0.3.18 |
| 1209 | 2026-08-26T14:38:12.916Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1210 | 2026-08-26T14:38:12.916Z | Downloaded rustls-pemfile v2.2.0 |
| 1211 | 2026-08-26T14:38:12.919Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1212 | 2026-08-26T14:38:12.919Z | Downloaded tower-layer v0.3.3 |
| 1213 | 2026-08-26T14:38:12.919Z | Downloaded sha3 v0.12.0 |
| 1214 | 2026-08-26T14:38:12.919Z | Downloaded slog-stdlog v4.1.1 |
| 1215 | 2026-08-26T14:38:12.919Z | Downloaded vergen v9.1.0 |
| 1216 | 2026-08-26T14:38:12.924Z | Downloaded unsafe-libyaml v0.2.11 |
| 1217 | 2026-08-26T14:38:12.924Z | Downloaded tokio-util v0.7.18 |
| 1218 | 2026-08-26T14:38:12.927Z | Downloaded keccak v0.2.0 |
| 1219 | 2026-08-26T14:38:12.930Z | Downloaded knus-derive v3.4.0 |
| 1220 | 2026-08-26T14:38:12.930Z | Downloaded delegate v0.13.5 |
| 1221 | 2026-08-26T14:38:12.930Z | Downloaded walkdir v2.5.0 |
| 1222 | 2026-08-26T14:38:12.935Z | Downloaded zopfli v0.8.3 |
| 1223 | 2026-08-26T14:38:12.935Z | Downloaded ipnetwork v0.21.1 |
| 1224 | 2026-08-26T14:38:12.935Z | Downloaded litrs v1.0.0 |
| 1225 | 2026-08-26T14:38:12.938Z | Downloaded knus v3.4.0 |
| 1226 | 2026-08-26T14:38:12.941Z | Downloaded des v0.9.0 |
| 1227 | 2026-08-26T14:38:12.944Z | Downloaded elliptic-curve v0.13.8 |
| 1228 | 2026-08-26T14:38:12.948Z | Downloaded itertools v0.10.5 |
| 1229 | 2026-08-26T14:38:12.951Z | Downloaded tough v0.22.0 |
| 1230 | 2026-08-26T14:38:12.956Z | Downloaded packed_struct v0.10.1 |
| 1231 | 2026-08-26T14:38:12.960Z | Downloaded rustls-webpki v0.103.13 |
| 1232 | 2026-08-26T14:38:12.960Z | Downloaded git2 v0.20.4 |
| 1233 | 2026-08-26T14:38:12.965Z | Downloaded rsa v0.9.10 |
| 1234 | 2026-08-26T14:38:12.967Z | Downloaded test-strategy v0.4.5 |
| 1235 | 2026-08-26T14:38:12.975Z | Downloaded ron v0.8.1 |
| 1236 | 2026-08-26T14:38:12.982Z | Downloaded icu_provider v2.1.1 |
| 1237 | 2026-08-26T14:38:12.987Z | Downloaded unicode-bidi v0.3.18 |
| 1238 | 2026-08-26T14:38:12.991Z | Downloaded unicode-normalization v0.1.25 |
| 1239 | 2026-08-26T14:38:12.991Z | Downloaded winnow v0.5.40 |
| 1240 | 2026-08-26T14:38:12.994Z | Downloaded idna v1.1.0 |
| 1241 | 2026-08-26T14:38:12.998Z | Downloaded ml-kem v0.3.2 |
| 1242 | 2026-08-26T14:38:13.002Z | Downloaded crypto-primes v0.7.2 |
| 1243 | 2026-08-26T14:38:13.005Z | Downloaded url v2.5.8 |
| 1244 | 2026-08-26T14:38:13.005Z | Downloaded icu_normalizer v2.1.1 |
| 1245 | 2026-08-26T14:38:13.017Z | Downloaded subprocess v0.2.15 |
| 1246 | 2026-08-26T14:38:13.017Z | Downloaded drift v0.2.0 |
| 1247 | 2026-08-26T14:38:13.020Z | Downloaded bindgen v0.71.1 |
| 1248 | 2026-08-26T14:38:13.020Z | Downloaded darling_core v0.13.4 |
| 1249 | 2026-08-26T14:38:13.023Z | Downloaded hyper-util v0.1.20 |
| 1250 | 2026-08-26T14:38:13.027Z | Downloaded dropshot_endpoint v0.17.1 |
| 1251 | 2026-08-26T14:38:13.030Z | Downloaded lalrpop v0.19.12 |
| 1252 | 2026-08-26T14:38:13.038Z | Downloaded snafu v0.8.9 |
| 1253 | 2026-08-26T14:38:13.046Z | Downloaded uuid v1.23.4 |
| 1254 | 2026-08-26T14:38:13.050Z | Downloaded itertools v0.12.1 |
| 1255 | 2026-08-26T14:38:13.050Z | Downloaded zerotrie v0.2.3 |
| 1256 | 2026-08-26T14:38:13.050Z | Downloaded smoltcp v0.9.1 |
| 1257 | 2026-08-26T14:38:13.055Z | Downloaded crossterm v0.29.0 |
| 1258 | 2026-08-26T14:38:13.059Z | Downloaded crossterm v0.28.1 |
| 1259 | 2026-08-26T14:38:13.063Z | Downloaded jiff-core v0.1.0 |
| 1260 | 2026-08-26T14:38:13.066Z | Downloaded quinn-proto v0.11.16 |
| 1261 | 2026-08-26T14:38:13.071Z | Downloaded chrono v0.4.45 |
| 1262 | 2026-08-26T14:38:13.074Z | Downloaded iri-string v0.7.10 |
| 1263 | 2026-08-26T14:38:13.078Z | Downloaded goblin v0.10.5 |
| 1264 | 2026-08-26T14:38:13.083Z | Downloaded toml_edit v0.19.15 |
| 1265 | 2026-08-26T14:38:13.093Z | Downloaded minimal-lexical v0.2.1 |
| 1266 | 2026-08-26T14:38:13.096Z | Downloaded num-bigint v0.4.6 |
| 1267 | 2026-08-26T14:38:13.100Z | Downloaded gimli v0.32.3 |
| 1268 | 2026-08-26T14:38:13.104Z | Downloaded tower v0.5.3 |
| 1269 | 2026-08-26T14:38:13.109Z | Downloaded schemars v1.2.1 |
| 1270 | 2026-08-26T14:38:13.116Z | Downloaded itertools v0.15.0 |
| 1271 | 2026-08-26T14:38:13.120Z | Downloaded unicode_categories v0.1.1 |
| 1272 | 2026-08-26T14:38:13.123Z | Downloaded rawzip v0.4.4 |
| 1273 | 2026-08-26T14:38:13.148Z | Downloaded crypto-bigint v0.5.5 |
| 1274 | 2026-08-26T14:38:13.157Z | Downloaded zlib-rs v0.6.2 |
| 1275 | 2026-08-26T14:38:13.160Z | Downloaded tabled v0.21.0 |
| 1276 | 2026-08-26T14:38:13.170Z | Downloaded syn v3.0.3 |
| 1277 | 2026-08-26T14:38:13.177Z | Downloaded libm v0.2.16 |
| 1278 | 2026-08-26T14:38:13.189Z | Downloaded itertools v0.13.0 |
| 1279 | 2026-08-26T14:38:13.193Z | Downloaded portable-atomic v1.13.1 |
| 1280 | 2026-08-26T14:38:13.210Z | Downloaded openssl v0.10.80 |
| 1281 | 2026-08-26T14:38:13.217Z | Downloaded salty v0.3.0 |
| 1282 | 2026-08-26T14:38:13.222Z | Downloaded serde_with v3.21.0 |
| 1283 | 2026-08-26T14:38:13.229Z | Downloaded rayon v1.11.0 |
| 1284 | 2026-08-26T14:38:13.237Z | Downloaded quick-xml v0.37.5 |
| 1285 | 2026-08-26T14:38:13.240Z | Downloaded iddqd v0.4.2 |
| 1286 | 2026-08-26T14:38:13.245Z | Downloaded hickory-proto v0.24.4 |
| 1287 | 2026-08-26T14:38:13.251Z | Downloaded nom v8.0.0 |
| 1288 | 2026-08-26T14:38:13.255Z | Downloaded libxml v0.3.3 |
| 1289 | 2026-08-26T14:38:13.258Z | Downloaded petname v2.0.2 |
| 1290 | 2026-08-26T14:38:13.261Z | Downloaded russh v0.62.4 |
| 1291 | 2026-08-26T14:38:13.267Z | Downloaded nix v0.27.1 |
| 1292 | 2026-08-26T14:38:13.274Z | Downloaded p384 v0.13.1 |
| 1293 | 2026-08-26T14:38:13.277Z | Downloaded winnow v1.0.3 |
| 1294 | 2026-08-26T14:38:13.282Z | Downloaded zerovec v0.11.5 |
| 1295 | 2026-08-26T14:38:13.285Z | Downloaded hickory-proto v0.25.2 |
| 1296 | 2026-08-26T14:38:13.294Z | Downloaded bstr v1.12.1 |
| 1297 | 2026-08-26T14:38:13.301Z | Downloaded nix v0.31.2 |
| 1298 | 2026-08-26T14:38:13.307Z | Downloaded radix_trie v0.2.1 |
| 1299 | 2026-08-26T14:38:13.310Z | Downloaded tower-http v0.6.8 |
| 1300 | 2026-08-26T14:38:13.314Z | Downloaded vcpkg v0.2.15 |
| 1301 | 2026-08-26T14:38:13.339Z | Downloaded regex-syntax v0.6.29 |
| 1302 | 2026-08-26T14:38:13.343Z | Downloaded nix v0.28.0 |
| 1303 | 2026-08-26T14:38:13.349Z | Downloaded time v0.3.47 |
| 1304 | 2026-08-26T14:38:13.357Z | Downloaded reqwest v0.12.28 |
| 1305 | 2026-08-26T14:38:13.360Z | Downloaded zerocopy v0.8.55 |
| 1306 | 2026-08-26T14:38:13.371Z | Downloaded object v0.30.4 |
| 1307 | 2026-08-26T14:38:13.377Z | Downloaded object v0.37.3 |
| 1308 | 2026-08-26T14:38:13.384Z | Downloaded rustls v0.23.41 |
| 1309 | 2026-08-26T14:38:13.391Z | Downloaded openapiv3 v2.2.0 |
| 1310 | 2026-08-26T14:38:13.398Z | Downloaded proptest v1.11.0 |
| 1311 | 2026-08-26T14:38:13.404Z | Downloaded moka v0.12.13 |
| 1312 | 2026-08-26T14:38:13.408Z | Downloaded curve25519-dalek v4.1.3 |
| 1313 | 2026-08-26T14:38:13.413Z | Downloaded dropshot v0.17.1 |
| 1314 | 2026-08-26T14:38:13.427Z | Downloaded regress v0.11.1 |
| 1315 | 2026-08-26T14:38:13.432Z | Downloaded sha3 v0.11.0 |
| 1316 | 2026-08-26T14:38:13.435Z | Downloaded regex-syntax v0.8.10 |
| 1317 | 2026-08-26T14:38:13.439Z | Downloaded smoltcp v0.11.0 |
| 1318 | 2026-08-26T14:38:13.446Z | Downloaded regress v0.10.5 |
| 1319 | 2026-08-26T14:38:13.451Z | Downloaded polar-core v0.27.3 |
| 1320 | 2026-08-26T14:38:13.456Z | Downloaded crypto-bigint v0.7.5 |
| 1321 | 2026-08-26T14:38:13.464Z | Downloaded sqlparser v0.61.0 |
| 1322 | 2026-08-26T14:38:13.469Z | Downloaded curve25519-dalek v5.0.0 |
| 1323 | 2026-08-26T14:38:13.474Z | Downloaded typify-impl v0.6.2 |
| 1324 | 2026-08-26T14:38:13.493Z | Downloaded zerocopy-derive v0.6.6 |
| 1325 | 2026-08-26T14:38:13.499Z | Downloaded tracing v0.1.44 |
| 1326 | 2026-08-26T14:38:13.511Z | Downloaded rustix v0.38.44 |
| 1327 | 2026-08-26T14:38:13.523Z | Downloaded sled v0.34.7 |
| 1328 | 2026-08-26T14:38:13.528Z | Downloaded diesel v2.3.7 |
| 1329 | 2026-08-26T14:38:13.540Z | Downloaded ratatui v0.29.0 |
| 1330 | 2026-08-26T14:38:13.550Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1331 | 2026-08-26T14:38:13.559Z | Downloaded jiff v0.2.34 |
| 1332 | 2026-08-26T14:38:13.568Z | Downloaded regex-automata v0.4.14 |
| 1333 | 2026-08-26T14:38:13.583Z | Downloaded chrono-tz v0.10.4 |
| 1334 | 2026-08-26T14:38:13.593Z | Downloaded petgraph v0.6.5 |
| 1335 | 2026-08-26T14:38:13.615Z | Downloaded libz-sys v1.1.24 |
| 1336 | 2026-08-26T14:38:13.628Z | Downloaded petgraph v0.8.3 |
| 1337 | 2026-08-26T14:38:13.641Z | Downloaded csv v1.4.0 |
| 1338 | 2026-08-26T14:38:13.653Z | Downloaded tokio v1.52.1 |
| 1339 | 2026-08-26T14:38:13.676Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1340 | 2026-08-26T14:38:13.686Z | Downloaded sha3 v0.10.8 |
| 1341 | 2026-08-26T14:38:13.734Z | Downloaded encoding_rs v0.8.35 |
| 1342 | 2026-08-26T14:38:13.750Z | Downloaded ring v0.17.14 |
| 1343 | 2026-08-26T14:38:13.774Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1344 | 2026-08-26T14:38:14.188Z | Downloaded aws-lc-sys v0.40.0 |
| 1345 | 2026-08-26T14:38:14.437Z | Compiling serde_core v1.0.228 |
| 1346 | 2026-08-26T14:38:14.437Z | Compiling libc v0.2.185 |
| 1347 | 2026-08-26T14:38:14.437Z | Compiling serde v1.0.228 |
| 1348 | 2026-08-26T14:38:14.441Z | Compiling log v0.4.33 |
| 1349 | 2026-08-26T14:38:14.441Z | Compiling smallvec v1.15.1 |
| 1350 | 2026-08-26T14:38:14.441Z | Compiling shlex v1.3.0 |
| 1351 | 2026-08-26T14:38:14.576Z | Compiling find-msvc-tools v0.1.9 |
| 1352 | 2026-08-26T14:38:14.579Z | Compiling syn v2.0.117 |
| 1353 | 2026-08-26T14:38:14.816Z | Compiling subtle v2.6.1 |
| 1354 | 2026-08-26T14:38:14.830Z | Compiling scopeguard v1.2.0 |
| 1355 | 2026-08-26T14:38:14.842Z | Compiling typenum v1.20.1 |
| 1356 | 2026-08-26T14:38:14.867Z | Compiling stable_deref_trait v1.2.1 |
| 1357 | 2026-08-26T14:38:14.899Z | Compiling zerocopy v0.8.55 |
| 1358 | 2026-08-26T14:38:14.940Z | Compiling lock_api v0.4.14 |
| 1359 | 2026-08-26T14:38:14.943Z | Compiling portable-atomic v1.13.1 |
| 1360 | 2026-08-26T14:38:14.987Z | Compiling serde_json v1.0.151 |
| 1361 | 2026-08-26T14:38:15.173Z | Compiling critical-section v1.2.0 |
| 1362 | 2026-08-26T14:38:15.206Z | Compiling libm v0.2.16 |
| 1363 | 2026-08-26T14:38:15.281Z | Compiling num-traits v0.2.19 |
| 1364 | 2026-08-26T14:38:15.342Z | Compiling pkg-config v0.3.32 |
| 1365 | 2026-08-26T14:38:15.457Z | Compiling errno v0.3.14 |
| 1366 | 2026-08-26T14:38:15.472Z | Compiling jobserver v0.1.34 |
| 1367 | 2026-08-26T14:38:15.513Z | Compiling getrandom v0.2.17 |
| 1368 | 2026-08-26T14:38:15.748Z | Compiling cc v1.2.56 |
| 1369 | 2026-08-26T14:38:15.809Z | Compiling rand_core v0.6.4 |
| 1370 | 2026-08-26T14:38:15.847Z | Compiling generic-array v0.14.7 |
| 1371 | 2026-08-26T14:38:15.900Z | Compiling const-oid v0.9.6 |
| 1372 | 2026-08-26T14:38:16.015Z | Compiling once_cell v1.21.3 |
| 1373 | 2026-08-26T14:38:16.040Z | Compiling pin-project-lite v0.2.17 |
| 1374 | 2026-08-26T14:38:16.086Z | Compiling getrandom v0.4.3 |
| 1375 | 2026-08-26T14:38:16.138Z | Compiling parking_lot_core v0.9.12 |
| 1376 | 2026-08-26T14:38:16.276Z | Compiling rand_core v0.10.0 |
| 1377 | 2026-08-26T14:38:16.669Z | Compiling bitflags v2.11.0 |
| 1378 | 2026-08-26T14:38:16.737Z | Compiling signal-hook-registry v1.4.8 |
| 1379 | 2026-08-26T14:38:16.750Z | Compiling litemap v0.8.1 |
| 1380 | 2026-08-26T14:38:16.816Z | Compiling percent-encoding v2.3.2 |
| 1381 | 2026-08-26T14:38:16.904Z | Compiling writeable v0.6.2 |
| 1382 | 2026-08-26T14:38:16.946Z | Compiling futures-core v0.3.32 |
| 1383 | 2026-08-26T14:38:17.009Z | Compiling semver v1.0.28 |
| 1384 | 2026-08-26T14:38:17.022Z | Compiling parking_lot v0.12.5 |
| 1385 | 2026-08-26T14:38:17.037Z | Compiling mio v1.2.0 |
| 1386 | 2026-08-26T14:38:17.100Z | Compiling icu_properties_data v2.1.2 |
| 1387 | 2026-08-26T14:38:17.106Z | Compiling icu_normalizer_data v2.1.1 |
| 1388 | 2026-08-26T14:38:17.318Z | Compiling socket2 v0.6.3 |
| 1389 | 2026-08-26T14:38:17.361Z | Compiling getrandom v0.3.4 |
| 1390 | 2026-08-26T14:38:17.403Z | Compiling rustix v1.1.4 |
| 1391 | 2026-08-26T14:38:17.420Z | Compiling synstructure v0.13.2 |
| 1392 | 2026-08-26T14:38:17.466Z | Compiling futures-sink v0.3.32 |
| 1393 | 2026-08-26T14:38:17.499Z | Compiling indexmap v2.14.0 |
| 1394 | 2026-08-26T14:38:17.573Z | Compiling futures-channel v0.3.32 |
| 1395 | 2026-08-26T14:38:17.738Z | Compiling utf8_iter v1.0.4 |
| 1396 | 2026-08-26T14:38:17.804Z | Compiling slab v0.4.12 |
| 1397 | 2026-08-26T14:38:17.819Z | Compiling futures-task v0.3.32 |
| 1398 | 2026-08-26T14:38:17.882Z | Compiling futures-io v0.3.32 |
| 1399 | 2026-08-26T14:38:17.978Z | Compiling form_urlencoded v1.2.2 |
| 1400 | 2026-08-26T14:38:17.992Z | Compiling rustversion v1.0.22 |
| 1401 | 2026-08-26T14:38:18.019Z | Compiling base64ct v1.8.3 |
| 1402 | 2026-08-26T14:38:18.031Z | Compiling iana-time-zone v0.1.65 |
| 1403 | 2026-08-26T14:38:18.146Z | Compiling cmake v0.1.57 |
| 1404 | 2026-08-26T14:38:18.162Z | Compiling fs_extra v1.3.0 |
| 1405 | 2026-08-26T14:38:18.238Z | Compiling pem-rfc7468 v0.7.0 |
| 1406 | 2026-08-26T14:38:18.238Z | Compiling flagset v0.4.7 |
| 1407 | 2026-08-26T14:38:18.299Z | Compiling dunce v1.0.5 |
| 1408 | 2026-08-26T14:38:18.378Z | Compiling ident_case v1.0.1 |
| 1409 | 2026-08-26T14:38:18.407Z | Compiling regex-syntax v0.8.10 |
| 1410 | 2026-08-26T14:38:18.421Z | Compiling rand_core v0.9.5 |
| 1411 | 2026-08-26T14:38:18.504Z | Compiling uuid v1.23.4 |
| 1412 | 2026-08-26T14:38:18.527Z | Compiling aws-lc-sys v0.40.0 |
| 1413 | 2026-08-26T14:38:18.530Z | Compiling base64 v0.22.1 |
| 1414 | 2026-08-26T14:38:18.694Z | Compiling syn v1.0.109 |
| 1415 | 2026-08-26T14:38:18.869Z | Compiling vcpkg v0.2.15 |
| 1416 | 2026-08-26T14:38:19.033Z | Compiling serde_derive_internals v0.29.1 |
| 1417 | 2026-08-26T14:38:19.097Z | Compiling rustc_version v0.4.1 |
| 1418 | 2026-08-26T14:38:19.112Z | Compiling serde_derive v1.0.228 |
| 1419 | 2026-08-26T14:38:19.126Z | Compiling zeroize_derive v1.5.0 |
| 1420 | 2026-08-26T14:38:19.256Z | Compiling zerofrom-derive v0.1.6 |
| 1421 | 2026-08-26T14:38:19.421Z | Compiling zerocopy-derive v0.8.55 |
| 1422 | 2026-08-26T14:38:19.589Z | Compiling yoke-derive v0.8.1 |
| 1423 | 2026-08-26T14:38:19.777Z | Compiling zerovec-derive v0.11.2 |
| 1424 | 2026-08-26T14:38:19.933Z | Compiling displaydoc v0.2.5 |
| 1425 | 2026-08-26T14:38:20.667Z | Compiling zerofrom v0.1.6 |
| 1426 | 2026-08-26T14:38:20.700Z | Compiling tokio-macros v2.7.0 |
| 1427 | 2026-08-26T14:38:20.784Z | Compiling yoke v0.8.1 |
| 1428 | 2026-08-26T14:38:20.799Z | Compiling futures-macro v0.3.32 |
| 1429 | 2026-08-26T14:38:20.812Z | Compiling der_derive v0.7.3 |
| 1430 | 2026-08-26T14:38:20.890Z | Compiling thiserror-impl v2.0.18 |
| 1431 | 2026-08-26T14:38:21.021Z | Compiling zerovec v0.11.5 |
| 1432 | 2026-08-26T14:38:21.459Z | Compiling zerotrie v0.2.3 |
| 1433 | 2026-08-26T14:38:21.629Z | Compiling futures-util v0.3.32 |
| 1434 | 2026-08-26T14:38:21.756Z | Compiling tinystr v0.8.2 |
| 1435 | 2026-08-26T14:38:21.756Z | Compiling potential_utf v0.1.4 |
| 1436 | 2026-08-26T14:38:21.812Z | Compiling openssl-sys v0.9.117 |
| 1437 | 2026-08-26T14:38:21.921Z | Compiling icu_collections v2.1.1 |
| 1438 | 2026-08-26T14:38:21.969Z | Compiling icu_locale_core v2.1.1 |
| 1439 | 2026-08-26T14:38:22.228Z | Compiling thiserror v2.0.18 |
| 1440 | 2026-08-26T14:38:22.324Z | Compiling tracing-attributes v0.1.31 |
| 1441 | 2026-08-26T14:38:22.342Z | Compiling tracing-core v0.1.36 |
| 1442 | 2026-08-26T14:38:22.388Z | Compiling dyn-clone v1.0.20 |
| 1443 | 2026-08-26T14:38:22.526Z | Compiling schemars v0.8.22 |
| 1444 | 2026-08-26T14:38:22.636Z | Compiling zeroize v1.9.0 |
| 1445 | 2026-08-26T14:38:22.726Z | Compiling bytes v1.11.1 |
| 1446 | 2026-08-26T14:38:22.850Z | Compiling icu_provider v2.1.1 |
| 1447 | 2026-08-26T14:38:22.871Z | Compiling chrono v0.4.45 |
| 1448 | 2026-08-26T14:38:23.135Z | Compiling icu_properties v2.1.2 |
| 1449 | 2026-08-26T14:38:23.331Z | Compiling tokio v1.52.1 |
| 1450 | 2026-08-26T14:38:23.412Z | Compiling crypto-common v0.1.7 |
| 1451 | 2026-08-26T14:38:23.569Z | Compiling block-buffer v0.10.4 |
| 1452 | 2026-08-26T14:38:23.602Z | Compiling icu_normalizer v2.1.1 |
| 1453 | 2026-08-26T14:38:23.814Z | Compiling digest v0.10.7 |
| 1454 | 2026-08-26T14:38:23.932Z | Compiling ppv-lite86 v0.2.21 |
| 1455 | 2026-08-26T14:38:23.996Z | Compiling der v0.7.10 |
| 1456 | 2026-08-26T14:38:24.072Z | Compiling idna_adapter v1.2.1 |
| 1457 | 2026-08-26T14:38:24.171Z | Compiling http v1.4.2 |
| 1458 | 2026-08-26T14:38:24.212Z | Compiling idna v1.1.0 |
| 1459 | 2026-08-26T14:38:24.260Z | Compiling rand_chacha v0.9.0 |
| 1460 | 2026-08-26T14:38:24.275Z | Compiling aws-lc-rs v1.16.3 |
| 1461 | 2026-08-26T14:38:24.297Z | Compiling simd-adler32 v0.3.8 |
| 1462 | 2026-08-26T14:38:24.540Z | Compiling url v2.5.8 |
| 1463 | 2026-08-26T14:38:24.554Z | Compiling cpufeatures v0.2.17 |
| 1464 | 2026-08-26T14:38:24.632Z | Compiling rand v0.9.2 |
| 1465 | 2026-08-26T14:38:24.854Z | Compiling spki v0.7.3 |
| 1466 | 2026-08-26T14:38:24.955Z | Compiling http-body v1.0.1 |
| 1467 | 2026-08-26T14:38:25.063Z | Compiling pkcs8 v0.10.2 |
| 1468 | 2026-08-26T14:38:25.082Z | Compiling tracing v0.1.44 |
| 1469 | 2026-08-26T14:38:25.106Z | Compiling rustls-pki-types v1.14.0 |
| 1470 | 2026-08-26T14:38:25.277Z | Compiling schemars_derive v0.8.22 |
| 1471 | 2026-08-26T14:38:25.322Z | Compiling spin v0.9.8 |
| 1472 | 2026-08-26T14:38:25.349Z | Compiling cmov v0.5.4 |
| 1473 | 2026-08-26T14:38:25.380Z | Compiling crc32fast v1.5.0 |
| 1474 | 2026-08-26T14:38:25.533Z | Compiling adler2 v2.0.1 |
| 1475 | 2026-08-26T14:38:25.548Z | Compiling tinyvec_macros v0.1.1 |
| 1476 | 2026-08-26T14:38:25.561Z | Compiling httparse v1.10.1 |
| 1477 | 2026-08-26T14:38:25.617Z | Compiling openssl-probe v0.2.1 |
| 1478 | 2026-08-26T14:38:25.658Z | Compiling miniz_oxide v0.8.9 |
| 1479 | 2026-08-26T14:38:25.681Z | Compiling tinyvec v1.10.0 |
| 1480 | 2026-08-26T14:38:25.784Z | Compiling tempfile v3.27.0 |
| 1481 | 2026-08-26T14:38:25.927Z | Compiling ctutils v0.4.2 |
| 1482 | 2026-08-26T14:38:26.010Z | Compiling pest_generator v2.8.6 |
| 1483 | 2026-08-26T14:38:26.144Z | Compiling sha2 v0.10.9 |
| 1484 | 2026-08-26T14:38:26.158Z | Compiling terminal_size v0.4.3 |
| 1485 | 2026-08-26T14:38:26.228Z | Compiling aho-corasick v1.1.4 |
| 1486 | 2026-08-26T14:38:26.290Z | Compiling tower-service v0.3.3 |
| 1487 | 2026-08-26T14:38:26.388Z | Compiling tower-layer v0.3.3 |
| 1488 | 2026-08-26T14:38:26.547Z | Compiling radium v0.7.0 |
| 1489 | 2026-08-26T14:38:26.679Z | Compiling atomic-waker v1.1.2 |
| 1490 | 2026-08-26T14:38:26.788Z | Compiling untrusted v0.7.1 |
| 1491 | 2026-08-26T14:38:26.806Z | Compiling try-lock v0.2.5 |
| 1492 | 2026-08-26T14:38:26.908Z | Compiling want v0.3.1 |
| 1493 | 2026-08-26T14:38:26.942Z | Compiling pest_derive v2.8.6 |
| 1494 | 2026-08-26T14:38:27.071Z | Compiling regex-automata v0.4.14 |
| 1495 | 2026-08-26T14:38:27.369Z | Compiling tokio-util v0.7.18 |
| 1496 | 2026-08-26T14:38:27.419Z | Compiling hybrid-array v0.4.13 |
| 1497 | 2026-08-26T14:38:28.004Z | Compiling ipnet v2.12.0 |
| 1498 | 2026-08-26T14:38:28.021Z | Compiling h2 v0.4.15 |
| 1499 | 2026-08-26T14:38:28.166Z | Compiling scroll_derive v0.13.1 |
| 1500 | 2026-08-26T14:38:28.364Z | Compiling darling_core v0.20.11 |
| 1501 | 2026-08-26T14:38:28.488Z | Compiling rustls v0.23.41 |
| 1502 | 2026-08-26T14:38:28.657Z | Compiling untrusted v0.9.0 |
| 1503 | 2026-08-26T14:38:28.825Z | Compiling openssl v0.10.80 |
| 1504 | 2026-08-26T14:38:28.966Z | Compiling maybe-uninit v2.0.0 |
| 1505 | 2026-08-26T14:38:29.005Z | Compiling foreign-types-shared v0.1.1 |
| 1506 | 2026-08-26T14:38:29.048Z | Compiling httpdate v1.0.3 |
| 1507 | 2026-08-26T14:38:29.063Z | Compiling tap v1.0.1 |
| 1508 | 2026-08-26T14:38:29.092Z | Compiling foreign-types v0.3.2 |
| 1509 | 2026-08-26T14:38:29.163Z | Compiling wyz v0.5.1 |
| 1510 | 2026-08-26T14:38:29.196Z | Compiling scroll v0.13.0 |
| 1511 | 2026-08-26T14:38:29.282Z | Compiling unicode-normalization v0.1.25 |
| 1512 | 2026-08-26T14:38:29.461Z | Compiling rand_chacha v0.3.1 |
| 1513 | 2026-08-26T14:38:29.472Z | Compiling signature v2.2.0 |
| 1514 | 2026-08-26T14:38:29.658Z | Compiling hex v0.4.3 |
| 1515 | 2026-08-26T14:38:29.730Z | Compiling openssl-macros v0.1.1 |
| 1516 | 2026-08-26T14:38:29.754Z | Compiling thiserror-impl v1.0.69 |
| 1517 | 2026-08-26T14:38:29.924Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1518 | 2026-08-26T14:38:30.119Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1519 | 2026-08-26T14:38:30.202Z | Compiling num-integer v0.1.46 |
| 1520 | 2026-08-26T14:38:30.233Z | Compiling wait-timeout v0.2.1 |
| 1521 | 2026-08-26T14:38:30.491Z | Compiling ahash v0.8.12 |
| 1522 | 2026-08-26T14:38:30.494Z | Compiling funty v2.0.0 |
| 1523 | 2026-08-26T14:38:30.520Z | Compiling bit-vec v0.8.0 |
| 1524 | 2026-08-26T14:38:30.644Z | Compiling darling_macro v0.20.11 |
| 1525 | 2026-08-26T14:38:30.694Z | Compiling time-core v0.1.8 |
| 1526 | 2026-08-26T14:38:30.748Z | Compiling num-conv v0.2.0 |
| 1527 | 2026-08-26T14:38:30.840Z | Compiling num-bigint-dig v0.8.6 |
| 1528 | 2026-08-26T14:38:30.878Z | Compiling quick-error v1.2.3 |
| 1529 | 2026-08-26T14:38:30.973Z | Compiling powerfmt v0.2.0 |
| 1530 | 2026-08-26T14:38:30.988Z | Compiling packed_struct v0.10.1 |
| 1531 | 2026-08-26T14:38:31.023Z | Compiling native-tls v0.2.18 |
| 1532 | 2026-08-26T14:38:31.070Z | Compiling clap_builder v4.6.0 |
| 1533 | 2026-08-26T14:38:31.104Z | Compiling thiserror v1.0.69 |
| 1534 | 2026-08-26T14:38:31.118Z | Compiling hyper v1.10.1 |
| 1535 | 2026-08-26T14:38:31.167Z | Compiling darling v0.20.11 |
| 1536 | 2026-08-26T14:38:31.205Z | Compiling deranged v0.5.8 |
| 1537 | 2026-08-26T14:38:31.247Z | Compiling rusty-fork v0.3.1 |
| 1538 | 2026-08-26T14:38:31.260Z | Compiling time-macros v0.2.27 |
| 1539 | 2026-08-26T14:38:31.274Z | Compiling bitvec v1.0.1 |
| 1540 | 2026-08-26T14:38:31.547Z | Compiling bit-set v0.8.0 |
| 1541 | 2026-08-26T14:38:32.109Z | Compiling num-iter v0.1.45 |
| 1542 | 2026-08-26T14:38:32.158Z | Compiling hyper-util v0.1.20 |
| 1543 | 2026-08-26T14:38:32.642Z | Compiling rand v0.8.6 |
| 1544 | 2026-08-26T14:38:32.661Z | Compiling goblin v0.10.5 |
| 1545 | 2026-08-26T14:38:33.055Z | Compiling packed_struct_codegen v0.10.1 |
| 1546 | 2026-08-26T14:38:33.422Z | Compiling lazy_static v1.5.0 |
| 1547 | 2026-08-26T14:38:33.517Z | Compiling hmac v0.12.1 |
| 1548 | 2026-08-26T14:38:33.677Z | Compiling serde_spanned v0.6.9 |
| 1549 | 2026-08-26T14:38:33.844Z | Compiling toml_datetime v0.6.11 |
| 1550 | 2026-08-26T14:38:33.874Z | Compiling clap_derive v4.6.1 |
| 1551 | 2026-08-26T14:38:33.985Z | Compiling bitfield-macros v0.19.4 |
| 1552 | 2026-08-26T14:38:34.098Z | Compiling zerocopy-derive v0.6.6 |
| 1553 | 2026-08-26T14:38:34.136Z | Compiling rand_xorshift v0.4.0 |
| 1554 | 2026-08-26T14:38:34.303Z | Compiling sync_wrapper v1.0.2 |
| 1555 | 2026-08-26T14:38:34.415Z | Compiling indexmap v1.9.3 |
| 1556 | 2026-08-26T14:38:34.602Z | Compiling crc-catalog v2.4.0 |
| 1557 | 2026-08-26T14:38:34.685Z | Compiling siphasher v1.0.2 |
| 1558 | 2026-08-26T14:38:34.700Z | Compiling nodrop v0.1.14 |
| 1559 | 2026-08-26T14:38:34.791Z | Compiling usdt-impl v0.6.0 |
| 1560 | 2026-08-26T14:38:34.870Z | Compiling num_threads v0.1.7 |
| 1561 | 2026-08-26T14:38:34.916Z | Compiling crossbeam-utils v0.8.21 |
| 1562 | 2026-08-26T14:38:34.970Z | Compiling unarray v0.1.4 |
| 1563 | 2026-08-26T14:38:34.993Z | Compiling zlib-rs v0.6.2 |
| 1564 | 2026-08-26T14:38:35.087Z | Compiling paste v1.0.15 |
| 1565 | 2026-08-26T14:38:35.201Z | Compiling object v0.37.3 |
| 1566 | 2026-08-26T14:38:35.241Z | Compiling unicode-segmentation v1.12.0 |
| 1567 | 2026-08-26T14:38:35.389Z | Compiling dof v0.4.0 |
| 1568 | 2026-08-26T14:38:35.528Z | Compiling proptest v1.11.0 |
| 1569 | 2026-08-26T14:38:35.614Z | Compiling clap v4.6.1 |
| 1570 | 2026-08-26T14:38:35.645Z | Compiling time v0.3.47 |
| 1571 | 2026-08-26T14:38:35.708Z | Compiling zerocopy v0.6.6 |
| 1572 | 2026-08-26T14:38:36.032Z | Compiling array-init v0.0.4 |
| 1573 | 2026-08-26T14:38:36.361Z | Compiling bitfield v0.19.4 |
| 1574 | 2026-08-26T14:38:36.529Z | Compiling crc v3.4.0 |
| 1575 | 2026-08-26T14:38:36.719Z | Compiling tower v0.5.3 |
| 1576 | 2026-08-26T14:38:37.127Z | Compiling smallvec v0.6.14 |
| 1577 | 2026-08-26T14:38:37.319Z | Compiling derive_builder_core v0.20.2 |
| 1578 | 2026-08-26T14:38:37.478Z | Compiling dtrace-parser v0.3.0 |
| 1579 | 2026-08-26T14:38:38.121Z | Compiling flate2 v1.1.9 |
| 1580 | 2026-08-26T14:38:38.138Z | Compiling ipnetwork v0.21.1 |
| 1581 | 2026-08-26T14:38:38.149Z | Compiling pkcs1 v0.7.5 |
| 1582 | 2026-08-26T14:38:38.177Z | Compiling http-body-util v0.1.3 |
| 1583 | 2026-08-26T14:38:38.414Z | Compiling heapless v0.7.17 |
| 1584 | 2026-08-26T14:38:38.459Z | Compiling scroll_derive v0.12.1 |
| 1585 | 2026-08-26T14:38:38.509Z | Compiling structmeta-derive v0.3.0 |
| 1586 | 2026-08-26T14:38:38.512Z | Compiling slog v2.8.2 |
| 1587 | 2026-08-26T14:38:38.537Z | Compiling darling_core v0.23.0 |
| 1588 | 2026-08-26T14:38:38.649Z | Compiling thread-id v5.1.0 |
| 1589 | 2026-08-26T14:38:38.748Z | Compiling cookie v0.18.1 |
| 1590 | 2026-08-26T14:38:38.765Z | Compiling env_filter v2.0.0 |
| 1591 | 2026-08-26T14:38:38.929Z | Compiling syn v3.0.3 |
| 1592 | 2026-08-26T14:38:39.064Z | Compiling hashbrown v0.12.3 |
| 1593 | 2026-08-26T14:38:39.154Z | Compiling anyhow v1.0.104 |
| 1594 | 2026-08-26T14:38:39.461Z | Compiling ryu v1.0.23 |
| 1595 | 2026-08-26T14:38:39.548Z | Compiling zstd-safe v7.2.4 |
| 1596 | 2026-08-26T14:38:39.580Z | Compiling unicode-properties v0.1.4 |
| 1597 | 2026-08-26T14:38:39.644Z | Compiling gimli v0.32.3 |
| 1598 | 2026-08-26T14:38:39.746Z | Compiling iri-string v0.7.10 |
| 1599 | 2026-08-26T14:38:39.794Z | Compiling base64 v0.21.7 |
| 1600 | 2026-08-26T14:38:40.115Z | Compiling allocator-api2 v0.2.21 |
| 1601 | 2026-08-26T14:38:40.440Z | Compiling signal-hook v0.3.18 |
| 1602 | 2026-08-26T14:38:40.609Z | Compiling winnow v0.5.40 |
| 1603 | 2026-08-26T14:38:41.076Z | Compiling unicode-bidi v0.3.18 |
| 1604 | 2026-08-26T14:38:41.224Z | Compiling darling_macro v0.23.0 |
| 1605 | 2026-08-26T14:38:41.564Z | Compiling stringprep v0.1.5 |
| 1606 | 2026-08-26T14:38:41.603Z | Compiling addr2line v0.25.1 |
| 1607 | 2026-08-26T14:38:41.702Z | Compiling tower-http v0.6.8 |
| 1608 | 2026-08-26T14:38:41.933Z | Compiling toml_edit v0.19.15 |
| 1609 | 2026-08-26T14:38:42.002Z | Compiling ron v0.8.1 |
| 1610 | 2026-08-26T14:38:42.055Z | Compiling serde_urlencoded v0.7.1 |
| 1611 | 2026-08-26T14:38:42.104Z | Compiling structmeta v0.3.0 |
| 1612 | 2026-08-26T14:38:42.331Z | Compiling daft-derive v0.1.8 |
| 1613 | 2026-08-26T14:38:42.365Z | Compiling scroll v0.12.0 |
| 1614 | 2026-08-26T14:38:42.575Z | Compiling env_logger v0.11.11 |
| 1615 | 2026-08-26T14:38:42.837Z | Compiling rsa v0.9.10 |
| 1616 | 2026-08-26T14:38:42.919Z | Compiling oxnet v0.1.6 |
| 1617 | 2026-08-26T14:38:42.940Z | Compiling derive_builder_macro v0.20.2 |
| 1618 | 2026-08-26T14:38:43.013Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1619 | 2026-08-26T14:38:43.205Z | Compiling newtype-uuid v1.3.2 |
| 1620 | 2026-08-26T14:38:43.343Z | Compiling hashbrown v0.13.2 |
| 1621 | 2026-08-26T14:38:43.404Z | Compiling serde-hex v0.1.0 |
| 1622 | 2026-08-26T14:38:43.530Z | Compiling bzip2 v0.4.4 |
| 1623 | 2026-08-26T14:38:43.779Z | Compiling tokio-native-tls v0.3.1 |
| 1624 | 2026-08-26T14:38:43.867Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1625 | 2026-08-26T14:38:43.960Z | Compiling camino v1.2.5 |
| 1626 | 2026-08-26T14:38:44.562Z | Compiling bstr v1.12.1 |
| 1627 | 2026-08-26T14:38:45.051Z | Compiling block-padding v0.4.2 |
| 1628 | 2026-08-26T14:38:45.177Z | Compiling crypto-common v0.2.2 |
| 1629 | 2026-08-26T14:38:45.195Z | Compiling block-buffer v0.12.1 |
| 1630 | 2026-08-26T14:38:45.225Z | Compiling rustls-native-certs v0.8.3 |
| 1631 | 2026-08-26T14:38:45.399Z | Compiling x509-cert v0.2.5 |
| 1632 | 2026-08-26T14:38:45.513Z | Compiling md-5 v0.10.6 |
| 1633 | 2026-08-26T14:38:45.684Z | Compiling erased-serde v0.3.31 |
| 1634 | 2026-08-26T14:38:45.846Z | Compiling serde_tokenstream v0.2.3 |
| 1635 | 2026-08-26T14:38:46.160Z | Compiling curve25519-dalek v4.1.3 |
| 1636 | 2026-08-26T14:38:46.163Z | Compiling zerocopy-derive v0.7.35 |
| 1637 | 2026-08-26T14:38:46.367Z | Compiling pin-project-internal v1.1.11 |
| 1638 | 2026-08-26T14:38:46.489Z | Compiling async-trait v0.1.89 |
| 1639 | 2026-08-26T14:38:46.889Z | Compiling vergen-lib v9.1.0 |
| 1640 | 2026-08-26T14:38:46.973Z | Compiling hash32 v0.2.1 |
| 1641 | 2026-08-26T14:38:47.030Z | Compiling memoffset v0.9.1 |
| 1642 | 2026-08-26T14:38:47.067Z | Compiling encoding_rs v0.8.35 |
| 1643 | 2026-08-26T14:38:47.092Z | Compiling ref-cast v1.0.25 |
| 1644 | 2026-08-26T14:38:47.161Z | Compiling crc-any v2.5.0 |
| 1645 | 2026-08-26T14:38:47.215Z | Compiling fallible-iterator v0.2.0 |
| 1646 | 2026-08-26T14:38:47.387Z | Compiling cfg_aliases v0.2.1 |
| 1647 | 2026-08-26T14:38:47.390Z | Compiling rustix v0.38.44 |
| 1648 | 2026-08-26T14:38:47.447Z | Compiling smoltcp v0.9.1 |
| 1649 | 2026-08-26T14:38:47.461Z | Compiling mime v0.3.17 |
| 1650 | 2026-08-26T14:38:47.490Z | Compiling rustc-demangle v0.1.27 |
| 1651 | 2026-08-26T14:38:47.521Z | Compiling psl-types v2.0.11 |
| 1652 | 2026-08-26T14:38:47.575Z | Compiling owo-colors v4.3.0 |
| 1653 | 2026-08-26T14:38:47.644Z | Compiling litrs v1.0.0 |
| 1654 | 2026-08-26T14:38:47.707Z | Compiling publicsuffix v2.3.0 |
| 1655 | 2026-08-26T14:38:47.786Z | Compiling backtrace v0.3.76 |
| 1656 | 2026-08-26T14:38:47.813Z | Compiling postgres-protocol v0.6.10 |
| 1657 | 2026-08-26T14:38:47.873Z | Compiling nix v0.31.2 |
| 1658 | 2026-08-26T14:38:47.873Z | Compiling pin-project v1.1.11 |
| 1659 | 2026-08-26T14:38:47.981Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1660 | 2026-08-26T14:38:48.132Z | Compiling document-features v0.2.12 |
| 1661 | 2026-08-26T14:38:48.249Z | Compiling zerocopy v0.7.35 |
| 1662 | 2026-08-26T14:38:48.530Z | Compiling inout v0.2.2 |
| 1663 | 2026-08-26T14:38:48.564Z | Compiling daft v0.1.8 |
| 1664 | 2026-08-26T14:38:48.697Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1665 | 2026-08-26T14:38:48.724Z | Compiling hyper-tls v0.6.0 |
| 1666 | 2026-08-26T14:38:48.831Z | Compiling object v0.30.4 |
| 1667 | 2026-08-26T14:38:48.845Z | Compiling zip v0.6.6 |
| 1668 | 2026-08-26T14:38:48.873Z | Compiling derive_builder v0.20.2 |
| 1669 | 2026-08-26T14:38:48.927Z | Compiling toml v0.7.8 |
| 1670 | 2026-08-26T14:38:48.996Z | Compiling goblin v0.8.2 |
| 1671 | 2026-08-26T14:38:49.400Z | Compiling derive-ex v0.1.8 |
| 1672 | 2026-08-26T14:38:49.522Z | Compiling darling v0.23.0 |
| 1673 | 2026-08-26T14:38:49.526Z | Compiling convert_case v0.10.0 |
| 1674 | 2026-08-26T14:38:49.604Z | Compiling phf_shared v0.13.1 |
| 1675 | 2026-08-26T14:38:49.800Z | Compiling regex v1.12.3 |
| 1676 | 2026-08-26T14:38:49.831Z | Compiling hubpack_derive v0.1.1 |
| 1677 | 2026-08-26T14:38:49.846Z | Compiling futures-executor v0.3.32 |
| 1678 | 2026-08-26T14:38:50.102Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1679 | 2026-08-26T14:38:50.218Z | Compiling strum_macros v0.27.2 |
| 1680 | 2026-08-26T14:38:50.273Z | Compiling snafu-derive v0.8.9 |
| 1681 | 2026-08-26T14:38:50.733Z | Compiling ref-cast-impl v1.0.25 |
| 1682 | 2026-08-26T14:38:51.024Z | Compiling vergen v9.1.0 |
| 1683 | 2026-08-26T14:38:51.204Z | Compiling cargo-platform v0.3.2 |
| 1684 | 2026-08-26T14:38:51.277Z | Compiling ff v0.13.1 |
| 1685 | 2026-08-26T14:38:51.421Z | Compiling fs-err v3.3.0 |
| 1686 | 2026-08-26T14:38:51.472Z | Compiling libbz2-rs-sys v0.2.2 |
| 1687 | 2026-08-26T14:38:51.608Z | Compiling bitflags v1.3.2 |
| 1688 | 2026-08-26T14:38:51.627Z | Compiling foldhash v0.1.5 |
| 1689 | 2026-08-26T14:38:51.689Z | Compiling base16ct v0.2.0 |
| 1690 | 2026-08-26T14:38:51.801Z | Compiling either v1.15.0 |
| 1691 | 2026-08-26T14:38:51.867Z | Compiling managed v0.8.0 |
| 1692 | 2026-08-26T14:38:52.012Z | Compiling is_ci v1.2.0 |
| 1693 | 2026-08-26T14:38:52.088Z | Compiling jiff-core v0.1.0 |
| 1694 | 2026-08-26T14:38:52.133Z | Compiling same-file v1.0.6 |
| 1695 | 2026-08-26T14:38:52.147Z | Compiling bumpalo v3.20.2 |
| 1696 | 2026-08-26T14:38:52.151Z | Compiling foldhash v0.2.0 |
| 1697 | 2026-08-26T14:38:52.175Z | Compiling path-slash v0.1.5 |
| 1698 | 2026-08-26T14:38:52.294Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1699 | 2026-08-26T14:38:52.310Z | Compiling hashbrown v0.16.1 |
| 1700 | 2026-08-26T14:38:52.378Z | Compiling zopfli v0.8.3 |
| 1701 | 2026-08-26T14:38:52.394Z | Compiling walkdir v2.5.0 |
| 1702 | 2026-08-26T14:38:52.408Z | Compiling strum v0.27.2 |
| 1703 | 2026-08-26T14:38:52.535Z | Compiling snafu v0.8.9 |
| 1704 | 2026-08-26T14:38:52.694Z | Compiling textwrap v0.16.2 |
| 1705 | 2026-08-26T14:38:52.883Z | Compiling jiff v0.2.34 |
| 1706 | 2026-08-26T14:38:52.898Z | Compiling supports-color v3.0.2 |
| 1707 | 2026-08-26T14:38:53.063Z | Compiling bzip2 v0.6.1 |
| 1708 | 2026-08-26T14:38:53.142Z | Compiling sec1 v0.7.3 |
| 1709 | 2026-08-26T14:38:53.156Z | Compiling hashbrown v0.15.5 |
| 1710 | 2026-08-26T14:38:53.370Z | Compiling group v0.13.0 |
| 1711 | 2026-08-26T14:38:53.420Z | Compiling cargo_metadata v0.23.1 |
| 1712 | 2026-08-26T14:38:53.680Z | Compiling dof v0.3.0 |
| 1713 | 2026-08-26T14:38:53.724Z | Compiling test-strategy v0.4.5 |
| 1714 | 2026-08-26T14:38:53.842Z | Compiling hubpack v0.1.2 |
| 1715 | 2026-08-26T14:38:54.065Z | Compiling futures v0.3.32 |
| 1716 | 2026-08-26T14:38:54.153Z | Compiling derive_more-impl v2.1.1 |
| 1717 | 2026-08-26T14:38:54.420Z | Compiling phf v0.13.1 |
| 1718 | 2026-08-26T14:38:54.588Z | Compiling signal-hook-mio v0.2.5 |
| 1719 | 2026-08-26T14:38:54.716Z | Compiling serde_with_macros v3.21.0 |
| 1720 | 2026-08-26T14:38:55.169Z | Compiling cookie_store v0.22.1 |
| 1721 | 2026-08-26T14:38:55.200Z | Compiling zstd v0.13.3 |
| 1722 | 2026-08-26T14:38:55.304Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-08-26T14:38:55.462Z | Compiling cipher v0.5.2 |
| 1724 | 2026-08-26T14:38:55.799Z | Compiling backtrace-ext v0.2.1 |
| 1725 | 2026-08-26T14:38:55.827Z | Compiling postgres-types v0.2.12 |
| 1726 | 2026-08-26T14:38:56.390Z | Compiling usdt-macro v0.6.0 |
| 1727 | 2026-08-26T14:38:56.422Z | Compiling usdt-attr-macro v0.6.0 |
| 1728 | 2026-08-26T14:38:56.640Z | Compiling globset v0.4.18 |
| 1729 | 2026-08-26T14:38:56.691Z | Compiling phf_shared v0.11.3 |
| 1730 | 2026-08-26T14:38:56.879Z | Compiling hkdf v0.12.4 |
| 1731 | 2026-08-26T14:38:56.998Z | Compiling dtrace-parser v0.2.0 |
| 1732 | 2026-08-26T14:38:57.058Z | Compiling byte-wrapper v0.1.0 |
| 1733 | 2026-08-26T14:38:57.075Z | Compiling olpc-cjson v0.1.4 |
| 1734 | 2026-08-26T14:38:57.139Z | Compiling ed25519 v2.2.3 |
| 1735 | 2026-08-26T14:38:57.210Z | Compiling crypto-bigint v0.5.5 |
| 1736 | 2026-08-26T14:38:57.233Z | Compiling serde_plain v1.0.2 |
| 1737 | 2026-08-26T14:38:57.314Z | Compiling serde-big-array v0.5.1 |
| 1738 | 2026-08-26T14:38:57.375Z | Compiling miette-derive v7.6.0 |
| 1739 | 2026-08-26T14:38:57.439Z | Compiling async-recursion v1.1.1 |
| 1740 | 2026-08-26T14:38:57.457Z | Compiling serde_repr v0.1.20 |
| 1741 | 2026-08-26T14:38:57.724Z | Compiling enum-as-inner v0.6.1 |
| 1742 | 2026-08-26T14:38:57.997Z | Compiling strum_macros v0.26.4 |
| 1743 | 2026-08-26T14:38:58.028Z | Compiling pem v3.0.6 |
| 1744 | 2026-08-26T14:38:58.084Z | Compiling float-cmp v0.10.0 |
| 1745 | 2026-08-26T14:38:58.222Z | Compiling memmap2 v0.9.10 |
| 1746 | 2026-08-26T14:38:58.236Z | Compiling thread-id v4.2.2 |
| 1747 | 2026-08-26T14:38:58.323Z | Compiling precomputed-hash v0.1.1 |
| 1748 | 2026-08-26T14:38:58.355Z | Compiling data-encoding v2.10.0 |
| 1749 | 2026-08-26T14:38:58.415Z | Compiling const-oid v0.10.2 |
| 1750 | 2026-08-26T14:38:58.435Z | Compiling fixedbitset v0.5.7 |
| 1751 | 2026-08-26T14:38:58.524Z | Compiling fixedbitset v0.4.2 |
| 1752 | 2026-08-26T14:38:58.621Z | Compiling normalize-line-endings v0.3.0 |
| 1753 | 2026-08-26T14:38:58.783Z | Compiling winnow v1.0.3 |
| 1754 | 2026-08-26T14:38:58.799Z | Compiling supports-hyperlinks v3.2.0 |
| 1755 | 2026-08-26T14:38:58.812Z | Compiling typed-path v0.9.3 |
| 1756 | 2026-08-26T14:38:58.951Z | Compiling new_debug_unreachable v1.0.6 |
| 1757 | 2026-08-26T14:38:59.028Z | Compiling keccak v0.1.6 |
| 1758 | 2026-08-26T14:38:59.060Z | Compiling difflib v0.4.0 |
| 1759 | 2026-08-26T14:38:59.106Z | Compiling static_assertions v1.1.0 |
| 1760 | 2026-08-26T14:38:59.185Z | Compiling whoami v2.1.0 |
| 1761 | 2026-08-26T14:38:59.308Z | Compiling supports-unicode v3.0.0 |
| 1762 | 2026-08-26T14:38:59.459Z | Compiling cpufeatures v0.3.0 |
| 1763 | 2026-08-26T14:38:59.540Z | Compiling predicates-core v1.0.10 |
| 1764 | 2026-08-26T14:38:59.563Z | Compiling chacha20 v0.10.0 |
| 1765 | 2026-08-26T14:38:59.613Z | Compiling miette v7.6.0 |
| 1766 | 2026-08-26T14:38:59.720Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1767 | 2026-08-26T14:38:59.772Z | Compiling predicates v3.1.4 |
| 1768 | 2026-08-26T14:38:59.787Z | Compiling strum v0.26.3 |
| 1769 | 2026-08-26T14:38:59.838Z | Compiling tokio-postgres v0.7.16 |
| 1770 | 2026-08-26T14:38:59.916Z | Compiling sha3 v0.10.8 |
| 1771 | 2026-08-26T14:38:59.949Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1772 | 2026-08-26T14:39:00.039Z | Compiling toml_edit v0.22.27 |
| 1773 | 2026-08-26T14:39:00.339Z | Compiling string_cache v0.8.9 |
| 1774 | 2026-08-26T14:39:00.374Z | Compiling petgraph v0.6.5 |
| 1775 | 2026-08-26T14:39:00.408Z | Compiling hickory-proto v0.25.2 |
| 1776 | 2026-08-26T14:39:00.564Z | Compiling petgraph v0.8.3 |
| 1777 | 2026-08-26T14:39:00.777Z | Compiling digest v0.11.3 |
| 1778 | 2026-08-26T14:39:01.004Z | Compiling usdt v0.6.0 |
| 1779 | 2026-08-26T14:39:01.270Z | Compiling usdt-impl v0.5.0 |
| 1780 | 2026-08-26T14:39:01.842Z | Compiling elliptic-curve v0.13.8 |
| 1781 | 2026-08-26T14:39:01.847Z | Compiling ed25519-dalek v2.2.0 |
| 1782 | 2026-08-26T14:39:02.031Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1783 | 2026-08-26T14:39:02.265Z | Compiling crossterm v0.28.1 |
| 1784 | 2026-08-26T14:39:02.489Z | Compiling serde_with v3.21.0 |
| 1785 | 2026-08-26T14:39:02.705Z | Compiling zip v4.6.1 |
| 1786 | 2026-08-26T14:39:02.732Z | Compiling derive_more v2.1.1 |
| 1787 | 2026-08-26T14:39:03.232Z | Compiling iddqd v0.4.2 |
| 1788 | 2026-08-26T14:39:03.529Z | Compiling itertools v0.13.0 |
| 1789 | 2026-08-26T14:39:03.627Z | Compiling itertools v0.15.0 |
| 1790 | 2026-08-26T14:39:03.915Z | Compiling similar v2.7.0 |
| 1791 | 2026-08-26T14:39:04.054Z | Compiling crossbeam-epoch v0.9.18 |
| 1792 | 2026-08-26T14:39:04.277Z | Compiling heck v0.4.1 |
| 1793 | 2026-08-26T14:39:04.388Z | Compiling tokio-stream v0.1.18 |
| 1794 | 2026-08-26T14:39:04.504Z | Compiling buf-list v1.1.2 |
| 1795 | 2026-08-26T14:39:04.522Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1796 | 2026-08-26T14:39:04.775Z | Compiling openapiv3 v2.2.0 |
| 1797 | 2026-08-26T14:39:04.796Z | Compiling peg-runtime v0.8.5 |
| 1798 | 2026-08-26T14:39:04.809Z | Compiling lalrpop-util v0.19.12 |
| 1799 | 2026-08-26T14:39:04.824Z | Compiling thread_local v1.1.9 |
| 1800 | 2026-08-26T14:39:04.852Z | Compiling slog-async v2.8.0 |
| 1801 | 2026-08-26T14:39:04.994Z | Compiling crossbeam-channel v0.5.15 |
| 1802 | 2026-08-26T14:39:05.009Z | Compiling filetime v0.2.27 |
| 1803 | 2026-08-26T14:39:05.068Z | Compiling is-terminal v0.4.17 |
| 1804 | 2026-08-26T14:39:05.085Z | Compiling term v1.2.1 |
| 1805 | 2026-08-26T14:39:05.096Z | Compiling take_mut v0.2.2 |
| 1806 | 2026-08-26T14:39:05.156Z | Compiling xattr v1.6.1 |
| 1807 | 2026-08-26T14:39:05.170Z | Compiling camino-tempfile v1.4.1 |
| 1808 | 2026-08-26T14:39:05.316Z | Compiling tar v0.4.46 |
| 1809 | 2026-08-26T14:39:05.382Z | Compiling slog-term v2.9.2 |
| 1810 | 2026-08-26T14:39:11.195Z | Compiling rustls-webpki v0.103.13 |
| 1811 | 2026-08-26T14:39:13.865Z | Compiling tokio-rustls v0.26.4 |
| 1812 | 2026-08-26T14:39:13.865Z | Compiling rustls-platform-verifier v0.6.2 |
| 1813 | 2026-08-26T14:39:13.869Z | Compiling tough v0.22.0 |
| 1814 | 2026-08-26T14:39:14.087Z | Compiling hyper-rustls v0.27.7 |
| 1815 | 2026-08-26T14:39:14.289Z | Compiling reqwest v0.13.2 |
| 1816 | 2026-08-26T14:39:16.490Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1817 | 2026-08-26T14:39:16.706Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1818 | 2026-08-26T14:39:19.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1819 | 2026-08-26T14:39:19.772Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1820 | 2026-08-26T14:39:19.829Z | Aug 26 14:39:18.193 INFO Starting download, target: Console |
| 1821 | 2026-08-26T14:39:19.829Z | Aug 26 14:39:18.194 INFO Starting download, target: Clickhouse |
| 1822 | 2026-08-26T14:39:19.832Z | Aug 26 14:39:18.194 INFO Starting download, target: Cockroach |
| 1823 | 2026-08-26T14:39:19.832Z | Aug 26 14:39:18.194 INFO Starting download, target: DendriteStub |
| 1824 | 2026-08-26T14:39:19.832Z | Aug 26 14:39:18.194 INFO Starting download, target: MaghemiteMgd |
| 1825 | 2026-08-26T14:39:19.832Z | Aug 26 14:39:18.194 INFO Starting download, target: MaghemiteDdmd |
| 1826 | 2026-08-26T14:39:19.832Z | Aug 26 14:39:18.194 INFO Starting download, target: TransceiverControl |
| 1827 | 2026-08-26T14:39:19.832Z | Aug 26 14:39:18.194 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1828 | 2026-08-26T14:39:19.832Z | Aug 26 14:39:18.194 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1829 | 2026-08-26T14:39:19.832Z | Aug 26 14:39:18.194 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1830 | 2026-08-26T14:39:19.832Z | Aug 26 14:39:18.194 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1831 | 2026-08-26T14:39:19.832Z | Aug 26 14:39:18.194 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1832 | 2026-08-26T14:39:19.833Z | Aug 26 14:39:18.194 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1833 | 2026-08-26T14:39:19.833Z | Aug 26 14:39:18.194 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1834 | 2026-08-26T14:39:21.556Z | Aug 26 14:39:19.917 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1835 | 2026-08-26T14:39:21.569Z | Aug 26 14:39:19.930 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1836 | 2026-08-26T14:39:21.837Z | Aug 26 14:39:20.169 INFO Download complete, target: Console |
| 1837 | 2026-08-26T14:39:22.387Z | Aug 26 14:39:20.742 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1838 | 2026-08-26T14:39:22.658Z | Aug 26 14:39:20.957 INFO Download complete, target: TransceiverControl |
| 1839 | 2026-08-26T14:39:25.893Z | Aug 26 14:39:24.206 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1840 | 2026-08-26T14:39:25.893Z | Aug 26 14:39:24.206 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1841 | 2026-08-26T14:39:27.345Z | Aug 26 14:39:25.702 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1842 | 2026-08-26T14:39:27.482Z | Aug 26 14:39:25.831 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1843 | 2026-08-26T14:39:27.592Z | Aug 26 14:39:25.946 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1844 | 2026-08-26T14:39:28.334Z | Aug 26 14:39:26.699 INFO Checking that binary works, target: Clickhouse |
| 1845 | 2026-08-26T14:39:28.440Z | Aug 26 14:39:26.803 INFO Download complete, target: Clickhouse |
| 1846 | 2026-08-26T14:39:29.495Z | Aug 26 14:39:27.860 INFO Download complete, target: MaghemiteDdmd |
| 1847 | 2026-08-26T14:39:29.812Z | Aug 26 14:39:28.177 INFO Download complete, target: DendriteStub |
| 1848 | 2026-08-26T14:39:30.142Z | Aug 26 14:39:28.507 INFO Download complete, target: MaghemiteMgd |
| 1849 | 2026-08-26T14:39:30.536Z | Aug 26 14:39:28.901 INFO Checking that binary works, target: Cockroach |
| 1850 | 2026-08-26T14:39:30.653Z | Aug 26 14:39:29.018 INFO Download complete, target: Cockroach |
| 1851 | 2026-08-26T14:39:30.669Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1852 | 2026-08-26T14:39:30.673Z | |
| 1853 | 2026-08-26T14:39:30.673Z | real 2:16.029558239 |
| 1854 | 2026-08-26T14:39:30.673Z | user 7:19.320498146 |
| 1855 | 2026-08-26T14:39:30.673Z | sys 1:27.165873772 |
| 1856 | 2026-08-26T14:39:30.673Z | trap 0.245589048 |
| 1857 | 2026-08-26T14:39:30.673Z | tflt 0.603019453 |
| 1858 | 2026-08-26T14:39:30.673Z | dflt 0.845551471 |
| 1859 | 2026-08-26T14:39:30.673Z | kflt 0.024190204 |
| 1860 | 2026-08-26T14:39:30.673Z | lock 28:00.184352867 |
| 1861 | 2026-08-26T14:39:30.673Z | slp 22:15.423241175 |
| 1862 | 2026-08-26T14:39:30.673Z | lat 49.670749645 |
| 1863 | 2026-08-26T14:39:30.674Z | stop 2:43.980057104 |
| 1864 | 2026-08-26T14:39:30.674Z | + banner hack-check |
| 1865 | 2026-08-26T14:39:30.674Z | |
| 1866 | 2026-08-26T14:39:30.674Z | # # ## #### # # #### # # ###### #### # # |
| 1867 | 2026-08-26T14:39:30.674Z | # # # # # # # # # # # # # # # # # |
| 1868 | 2026-08-26T14:39:30.674Z | ###### # # # #### ##### # ###### ##### # #### |
| 1869 | 2026-08-26T14:39:30.674Z | # # ###### # # # # # # # # # # |
| 1870 | 2026-08-26T14:39:30.674Z | # # # # # # # # # # # # # # # # # |
| 1871 | 2026-08-26T14:39:30.674Z | # # # # #### # # #### # # ###### #### # # |
| 1872 | 2026-08-26T14:39:30.674Z | |
| 1873 | 2026-08-26T14:39:30.674Z | + export CARGO_INCREMENTAL=0 |
| 1874 | 2026-08-26T14:39:30.674Z | + CARGO_INCREMENTAL=0 |
| 1875 | 2026-08-26T14:39:30.674Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1876 | 2026-08-26T14:39:31.157Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1877 | 2026-08-26T14:39:31.442Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1878 | 2026-08-26T14:39:33.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
| 1879 | 2026-08-26T14:39:33.289Z | Running `target/debug/xtask check-features --ci` |
| 1880 | 2026-08-26T14:39:33.316Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1881 | 2026-08-26T14:39:33.316Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1882 | 2026-08-26T14:39:33.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1883 | 2026-08-26T14:39:33.764Z | Running `target/debug/xtask download cargo-hack` |
| 1884 | 2026-08-26T14:39:34.538Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1885 | 2026-08-26T14:39:34.845Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1886 | 2026-08-26T14:39:37.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
| 1887 | 2026-08-26T14:39:37.590Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1888 | 2026-08-26T14:39:37.630Z | Aug 26 14:39:35.995 INFO Starting download, target: CargoHack |
| 1889 | 2026-08-26T14:39:37.633Z | Aug 26 14:39:35.996 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1890 | 2026-08-26T14:39:37.975Z | Aug 26 14:39:36.340 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1891 | 2026-08-26T14:39:38.025Z | Aug 26 14:39:36.390 INFO Download complete, target: CargoHack |
| 1892 | 2026-08-26T14:39:38.028Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1893 | 2026-08-26T14:39:38.041Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1894 | 2026-08-26T14:39:38.202Z | info: running `cargo check --bins` on api_identity (1/377) |
| 1895 | 2026-08-26T14:39:38.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-08-26T14:39:38.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-08-26T14:39:38.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-08-26T14:39:38.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1899 | 2026-08-26T14:39:38.757Z | |
| 1900 | 2026-08-26T14:39:38.758Z | info: running `cargo check --bins` on bootstore (2/377) |
| 1901 | 2026-08-26T14:39:39.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-08-26T14:39:39.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-08-26T14:39:39.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-08-26T14:39:39.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1905 | 2026-08-26T14:39:39.305Z | |
| 1906 | 2026-08-26T14:39:39.306Z | info: running `cargo check --bins` on omicron-ledger (3/377) |
| 1907 | 2026-08-26T14:39:39.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-08-26T14:39:39.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-08-26T14:39:39.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-08-26T14:39:39.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1911 | 2026-08-26T14:39:39.859Z | |
| 1912 | 2026-08-26T14:39:39.859Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377) |
| 1913 | 2026-08-26T14:39:40.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-08-26T14:39:40.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-08-26T14:39:40.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-08-26T14:39:40.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1917 | 2026-08-26T14:39:40.417Z | |
| 1918 | 2026-08-26T14:39:40.417Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377) |
| 1919 | 2026-08-26T14:39:40.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-08-26T14:39:40.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-08-26T14:39:40.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-08-26T14:39:40.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1923 | 2026-08-26T14:39:40.966Z | |
| 1924 | 2026-08-26T14:39:40.966Z | info: running `cargo check --bins` on omicron-certificates (6/377) |
| 1925 | 2026-08-26T14:39:41.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-08-26T14:39:41.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-08-26T14:39:41.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-08-26T14:39:41.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1929 | 2026-08-26T14:39:41.544Z | |
| 1930 | 2026-08-26T14:39:41.544Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/377) |
| 1931 | 2026-08-26T14:39:42.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-08-26T14:39:42.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-08-26T14:39:42.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-08-26T14:39:42.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1935 | 2026-08-26T14:39:42.093Z | |
| 1936 | 2026-08-26T14:39:42.093Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377) |
| 1937 | 2026-08-26T14:39:42.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-08-26T14:39:42.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-08-26T14:39:42.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-08-26T14:39:42.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1941 | 2026-08-26T14:39:42.660Z | |
| 1942 | 2026-08-26T14:39:42.660Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377) |
| 1943 | 2026-08-26T14:39:43.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-08-26T14:39:43.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-08-26T14:39:43.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-08-26T14:39:43.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1947 | 2026-08-26T14:39:43.078Z | |
| 1948 | 2026-08-26T14:39:43.078Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377) |
| 1949 | 2026-08-26T14:39:43.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-08-26T14:39:43.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-08-26T14:39:43.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-08-26T14:39:43.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1953 | 2026-08-26T14:39:43.495Z | |
| 1954 | 2026-08-26T14:39:43.495Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377) |
| 1955 | 2026-08-26T14:39:43.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-08-26T14:39:43.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-08-26T14:39:43.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-08-26T14:39:43.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1959 | 2026-08-26T14:39:43.911Z | |
| 1960 | 2026-08-26T14:39:43.911Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377) |
| 1961 | 2026-08-26T14:39:44.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-08-26T14:39:44.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-08-26T14:39:44.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-08-26T14:39:44.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1965 | 2026-08-26T14:39:44.327Z | |
| 1966 | 2026-08-26T14:39:44.327Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377) |
| 1967 | 2026-08-26T14:39:44.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-08-26T14:39:44.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-08-26T14:39:44.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-08-26T14:39:44.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1971 | 2026-08-26T14:39:44.747Z | |
| 1972 | 2026-08-26T14:39:44.747Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377) |
| 1973 | 2026-08-26T14:39:45.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-08-26T14:39:45.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-08-26T14:39:45.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-08-26T14:39:45.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1977 | 2026-08-26T14:39:45.157Z | |
| 1978 | 2026-08-26T14:39:45.157Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377) |
| 1979 | 2026-08-26T14:39:45.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-08-26T14:39:45.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-08-26T14:39:45.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-08-26T14:39:45.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1983 | 2026-08-26T14:39:45.570Z | |
| 1984 | 2026-08-26T14:39:45.570Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377) |
| 1985 | 2026-08-26T14:39:45.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-08-26T14:39:45.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-08-26T14:39:45.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-08-26T14:39:45.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1989 | 2026-08-26T14:39:45.990Z | |
| 1990 | 2026-08-26T14:39:45.991Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377) |
| 1991 | 2026-08-26T14:39:46.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-08-26T14:39:46.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-08-26T14:39:46.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-08-26T14:39:46.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1995 | 2026-08-26T14:39:46.406Z | |
| 1996 | 2026-08-26T14:39:46.406Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377) |
| 1997 | 2026-08-26T14:39:46.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-08-26T14:39:46.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-08-26T14:39:46.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-08-26T14:39:46.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2001 | 2026-08-26T14:39:46.821Z | |
| 2002 | 2026-08-26T14:39:46.821Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377) |
| 2003 | 2026-08-26T14:39:47.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-08-26T14:39:47.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-08-26T14:39:47.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-08-26T14:39:47.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2007 | 2026-08-26T14:39:47.237Z | |
| 2008 | 2026-08-26T14:39:47.237Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377) |
| 2009 | 2026-08-26T14:39:47.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-08-26T14:39:47.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-08-26T14:39:47.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-08-26T14:39:47.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2013 | 2026-08-26T14:39:47.652Z | |
| 2014 | 2026-08-26T14:39:47.652Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377) |
| 2015 | 2026-08-26T14:39:48.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-08-26T14:39:48.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-08-26T14:39:48.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-08-26T14:39:48.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2019 | 2026-08-26T14:39:48.061Z | |
| 2020 | 2026-08-26T14:39:48.061Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377) |
| 2021 | 2026-08-26T14:39:48.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-08-26T14:39:48.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-08-26T14:39:48.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-08-26T14:39:48.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2025 | 2026-08-26T14:39:48.464Z | |
| 2026 | 2026-08-26T14:39:48.464Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377) |
| 2027 | 2026-08-26T14:39:48.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-08-26T14:39:48.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-08-26T14:39:48.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-08-26T14:39:48.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2031 | 2026-08-26T14:39:48.876Z | |
| 2032 | 2026-08-26T14:39:48.876Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377) |
| 2033 | 2026-08-26T14:39:49.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-08-26T14:39:49.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-08-26T14:39:49.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-08-26T14:39:49.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2037 | 2026-08-26T14:39:49.288Z | |
| 2038 | 2026-08-26T14:39:49.288Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377) |
| 2039 | 2026-08-26T14:39:49.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-08-26T14:39:49.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-08-26T14:39:49.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-08-26T14:39:49.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2043 | 2026-08-26T14:39:49.705Z | |
| 2044 | 2026-08-26T14:39:49.705Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377) |
| 2045 | 2026-08-26T14:39:50.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-08-26T14:39:50.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-08-26T14:39:50.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-08-26T14:39:50.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2049 | 2026-08-26T14:39:50.114Z | |
| 2050 | 2026-08-26T14:39:50.114Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377) |
| 2051 | 2026-08-26T14:39:50.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-08-26T14:39:50.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-08-26T14:39:50.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-08-26T14:39:50.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2055 | 2026-08-26T14:39:50.526Z | |
| 2056 | 2026-08-26T14:39:50.526Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377) |
| 2057 | 2026-08-26T14:39:50.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-08-26T14:39:50.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-08-26T14:39:50.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-08-26T14:39:50.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2061 | 2026-08-26T14:39:50.937Z | |
| 2062 | 2026-08-26T14:39:50.937Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377) |
| 2063 | 2026-08-26T14:39:51.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-08-26T14:39:51.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-08-26T14:39:51.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-08-26T14:39:51.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2067 | 2026-08-26T14:39:51.351Z | |
| 2068 | 2026-08-26T14:39:51.351Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377) |
| 2069 | 2026-08-26T14:39:51.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-08-26T14:39:51.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-08-26T14:39:51.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-08-26T14:39:51.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2073 | 2026-08-26T14:39:51.767Z | |
| 2074 | 2026-08-26T14:39:51.767Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377) |
| 2075 | 2026-08-26T14:39:52.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-08-26T14:39:52.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-08-26T14:39:52.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-08-26T14:39:52.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2079 | 2026-08-26T14:39:52.184Z | |
| 2080 | 2026-08-26T14:39:52.184Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377) |
| 2081 | 2026-08-26T14:39:52.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-08-26T14:39:52.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-08-26T14:39:52.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-08-26T14:39:52.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2085 | 2026-08-26T14:39:52.597Z | |
| 2086 | 2026-08-26T14:39:52.598Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377) |
| 2087 | 2026-08-26T14:39:52.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-08-26T14:39:52.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-08-26T14:39:52.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-08-26T14:39:52.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2091 | 2026-08-26T14:39:53.011Z | |
| 2092 | 2026-08-26T14:39:53.011Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377) |
| 2093 | 2026-08-26T14:39:53.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-08-26T14:39:53.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-08-26T14:39:53.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-08-26T14:39:53.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2097 | 2026-08-26T14:39:53.425Z | |
| 2098 | 2026-08-26T14:39:53.425Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377) |
| 2099 | 2026-08-26T14:39:53.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-08-26T14:39:53.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-08-26T14:39:53.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-08-26T14:39:53.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2103 | 2026-08-26T14:39:53.839Z | |
| 2104 | 2026-08-26T14:39:53.839Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377) |
| 2105 | 2026-08-26T14:39:54.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-08-26T14:39:54.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-08-26T14:39:54.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-08-26T14:39:54.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2109 | 2026-08-26T14:39:54.256Z | |
| 2110 | 2026-08-26T14:39:54.256Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377) |
| 2111 | 2026-08-26T14:39:54.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-08-26T14:39:54.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-08-26T14:39:54.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2114 | 2026-08-26T14:39:54.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2115 | 2026-08-26T14:39:54.669Z | |
| 2116 | 2026-08-26T14:39:54.669Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377) |
| 2117 | 2026-08-26T14:39:55.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2118 | 2026-08-26T14:39:55.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2119 | 2026-08-26T14:39:55.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2120 | 2026-08-26T14:39:55.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2121 | 2026-08-26T14:39:55.093Z | |
| 2122 | 2026-08-26T14:39:55.094Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377) |
| 2123 | 2026-08-26T14:39:55.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2124 | 2026-08-26T14:39:55.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2125 | 2026-08-26T14:39:55.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2126 | 2026-08-26T14:39:55.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2127 | 2026-08-26T14:39:55.498Z | |
| 2128 | 2026-08-26T14:39:55.498Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377) |
| 2129 | 2026-08-26T14:39:55.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2130 | 2026-08-26T14:39:55.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2131 | 2026-08-26T14:39:55.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2132 | 2026-08-26T14:39:55.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2133 | 2026-08-26T14:39:55.915Z | |
| 2134 | 2026-08-26T14:39:55.915Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377) |
| 2135 | 2026-08-26T14:39:56.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2136 | 2026-08-26T14:39:56.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2137 | 2026-08-26T14:39:56.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2138 | 2026-08-26T14:39:56.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2139 | 2026-08-26T14:39:56.330Z | |
| 2140 | 2026-08-26T14:39:56.330Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377) |
| 2141 | 2026-08-26T14:39:56.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2142 | 2026-08-26T14:39:56.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2143 | 2026-08-26T14:39:56.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2144 | 2026-08-26T14:39:56.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2145 | 2026-08-26T14:39:56.739Z | |
| 2146 | 2026-08-26T14:39:56.739Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377) |
| 2147 | 2026-08-26T14:39:57.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2026-08-26T14:39:57.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2026-08-26T14:39:57.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2150 | 2026-08-26T14:39:57.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2151 | 2026-08-26T14:39:57.149Z | |
| 2152 | 2026-08-26T14:39:57.149Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377) |
| 2153 | 2026-08-26T14:39:57.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2026-08-26T14:39:57.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2026-08-26T14:39:57.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2026-08-26T14:39:57.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2157 | 2026-08-26T14:39:57.561Z | |
| 2158 | 2026-08-26T14:39:57.561Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377) |
| 2159 | 2026-08-26T14:39:57.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2026-08-26T14:39:57.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2026-08-26T14:39:57.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2162 | 2026-08-26T14:39:57.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2163 | 2026-08-26T14:39:57.975Z | |
| 2164 | 2026-08-26T14:39:57.975Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377) |
| 2165 | 2026-08-26T14:39:58.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2166 | 2026-08-26T14:39:58.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2167 | 2026-08-26T14:39:58.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2168 | 2026-08-26T14:39:58.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2169 | 2026-08-26T14:39:58.384Z | |
| 2170 | 2026-08-26T14:39:58.384Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377) |
| 2171 | 2026-08-26T14:39:58.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2172 | 2026-08-26T14:39:58.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2173 | 2026-08-26T14:39:58.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2174 | 2026-08-26T14:39:58.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2175 | 2026-08-26T14:39:58.800Z | |
| 2176 | 2026-08-26T14:39:58.800Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377) |
| 2177 | 2026-08-26T14:39:59.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2178 | 2026-08-26T14:39:59.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2179 | 2026-08-26T14:39:59.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2180 | 2026-08-26T14:39:59.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2181 | 2026-08-26T14:39:59.213Z | |
| 2182 | 2026-08-26T14:39:59.213Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377) |
| 2183 | 2026-08-26T14:39:59.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2184 | 2026-08-26T14:39:59.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2185 | 2026-08-26T14:39:59.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2186 | 2026-08-26T14:39:59.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2187 | 2026-08-26T14:39:59.626Z | |
| 2188 | 2026-08-26T14:39:59.626Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377) |
| 2189 | 2026-08-26T14:39:59.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2190 | 2026-08-26T14:39:59.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2191 | 2026-08-26T14:39:59.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2192 | 2026-08-26T14:39:59.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2193 | 2026-08-26T14:40:00.039Z | |
| 2194 | 2026-08-26T14:40:00.040Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377) |
| 2195 | 2026-08-26T14:40:00.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2196 | 2026-08-26T14:40:00.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2197 | 2026-08-26T14:40:00.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2198 | 2026-08-26T14:40:00.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2199 | 2026-08-26T14:40:00.450Z | |
| 2200 | 2026-08-26T14:40:00.450Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377) |
| 2201 | 2026-08-26T14:40:00.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2202 | 2026-08-26T14:40:00.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2203 | 2026-08-26T14:40:00.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2204 | 2026-08-26T14:40:00.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2205 | 2026-08-26T14:40:00.862Z | |
| 2206 | 2026-08-26T14:40:00.862Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377) |
| 2207 | 2026-08-26T14:40:01.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2208 | 2026-08-26T14:40:01.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2209 | 2026-08-26T14:40:01.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2210 | 2026-08-26T14:40:01.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2211 | 2026-08-26T14:40:01.273Z | |
| 2212 | 2026-08-26T14:40:01.273Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377) |
| 2213 | 2026-08-26T14:40:01.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2214 | 2026-08-26T14:40:01.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2215 | 2026-08-26T14:40:01.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2216 | 2026-08-26T14:40:01.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2217 | 2026-08-26T14:40:01.686Z | |
| 2218 | 2026-08-26T14:40:01.686Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377) |
| 2219 | 2026-08-26T14:40:02.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2026-08-26T14:40:02.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2026-08-26T14:40:02.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2222 | 2026-08-26T14:40:02.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2223 | 2026-08-26T14:40:02.101Z | |
| 2224 | 2026-08-26T14:40:02.101Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377) |
| 2225 | 2026-08-26T14:40:02.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2026-08-26T14:40:02.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2026-08-26T14:40:02.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2228 | 2026-08-26T14:40:02.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2229 | 2026-08-26T14:40:02.511Z | |
| 2230 | 2026-08-26T14:40:02.511Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377) |
| 2231 | 2026-08-26T14:40:02.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2232 | 2026-08-26T14:40:02.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2233 | 2026-08-26T14:40:02.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2234 | 2026-08-26T14:40:02.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2235 | 2026-08-26T14:40:02.924Z | |
| 2236 | 2026-08-26T14:40:02.924Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377) |
| 2237 | 2026-08-26T14:40:03.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2238 | 2026-08-26T14:40:03.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2239 | 2026-08-26T14:40:03.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2240 | 2026-08-26T14:40:03.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2241 | 2026-08-26T14:40:03.335Z | |
| 2242 | 2026-08-26T14:40:03.335Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377) |
| 2243 | 2026-08-26T14:40:03.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2244 | 2026-08-26T14:40:03.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2245 | 2026-08-26T14:40:03.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2246 | 2026-08-26T14:40:03.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2247 | 2026-08-26T14:40:03.750Z | |
| 2248 | 2026-08-26T14:40:03.750Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377) |
| 2249 | 2026-08-26T14:40:04.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2250 | 2026-08-26T14:40:04.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2251 | 2026-08-26T14:40:04.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2252 | 2026-08-26T14:40:04.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2253 | 2026-08-26T14:40:04.164Z | |
| 2254 | 2026-08-26T14:40:04.164Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377) |
| 2255 | 2026-08-26T14:40:04.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2256 | 2026-08-26T14:40:04.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2257 | 2026-08-26T14:40:04.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2258 | 2026-08-26T14:40:04.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2259 | 2026-08-26T14:40:04.580Z | |
| 2260 | 2026-08-26T14:40:04.580Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377) |
| 2261 | 2026-08-26T14:40:04.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2262 | 2026-08-26T14:40:04.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2263 | 2026-08-26T14:40:04.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2264 | 2026-08-26T14:40:04.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2265 | 2026-08-26T14:40:04.996Z | |
| 2266 | 2026-08-26T14:40:04.996Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377) |
| 2267 | 2026-08-26T14:40:05.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2268 | 2026-08-26T14:40:05.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2269 | 2026-08-26T14:40:05.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2270 | 2026-08-26T14:40:05.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2271 | 2026-08-26T14:40:05.415Z | |
| 2272 | 2026-08-26T14:40:05.415Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377) |
| 2273 | 2026-08-26T14:40:05.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2274 | 2026-08-26T14:40:05.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2275 | 2026-08-26T14:40:05.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2276 | 2026-08-26T14:40:05.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2277 | 2026-08-26T14:40:05.833Z | |
| 2278 | 2026-08-26T14:40:05.833Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377) |
| 2279 | 2026-08-26T14:40:06.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2280 | 2026-08-26T14:40:06.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2281 | 2026-08-26T14:40:06.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2282 | 2026-08-26T14:40:06.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2283 | 2026-08-26T14:40:06.248Z | |
| 2284 | 2026-08-26T14:40:06.248Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377) |
| 2285 | 2026-08-26T14:40:06.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2286 | 2026-08-26T14:40:06.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2287 | 2026-08-26T14:40:06.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2288 | 2026-08-26T14:40:06.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2289 | 2026-08-26T14:40:06.665Z | |
| 2290 | 2026-08-26T14:40:06.665Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377) |
| 2291 | 2026-08-26T14:40:07.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2292 | 2026-08-26T14:40:07.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2293 | 2026-08-26T14:40:07.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2294 | 2026-08-26T14:40:07.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2295 | 2026-08-26T14:40:07.080Z | |
| 2296 | 2026-08-26T14:40:07.080Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377) |
| 2297 | 2026-08-26T14:40:07.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2298 | 2026-08-26T14:40:07.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2299 | 2026-08-26T14:40:07.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2300 | 2026-08-26T14:40:07.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2301 | 2026-08-26T14:40:07.493Z | |
| 2302 | 2026-08-26T14:40:07.493Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377) |
| 2303 | 2026-08-26T14:40:07.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2304 | 2026-08-26T14:40:07.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2305 | 2026-08-26T14:40:07.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2306 | 2026-08-26T14:40:07.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2307 | 2026-08-26T14:40:07.906Z | |
| 2308 | 2026-08-26T14:40:07.906Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377) |
| 2309 | 2026-08-26T14:40:08.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2310 | 2026-08-26T14:40:08.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2311 | 2026-08-26T14:40:08.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2312 | 2026-08-26T14:40:08.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2313 | 2026-08-26T14:40:08.315Z | |
| 2314 | 2026-08-26T14:40:08.315Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377) |
| 2315 | 2026-08-26T14:40:08.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2316 | 2026-08-26T14:40:08.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2317 | 2026-08-26T14:40:08.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2318 | 2026-08-26T14:40:08.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2319 | 2026-08-26T14:40:08.730Z | |
| 2320 | 2026-08-26T14:40:08.730Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377) |
| 2321 | 2026-08-26T14:40:09.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2322 | 2026-08-26T14:40:09.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2323 | 2026-08-26T14:40:09.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2324 | 2026-08-26T14:40:09.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2325 | 2026-08-26T14:40:09.142Z | |
| 2326 | 2026-08-26T14:40:09.142Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377) |
| 2327 | 2026-08-26T14:40:09.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2328 | 2026-08-26T14:40:09.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2329 | 2026-08-26T14:40:09.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2330 | 2026-08-26T14:40:09.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2331 | 2026-08-26T14:40:09.553Z | |
| 2332 | 2026-08-26T14:40:09.553Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377) |
| 2333 | 2026-08-26T14:40:09.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2334 | 2026-08-26T14:40:09.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2335 | 2026-08-26T14:40:09.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2336 | 2026-08-26T14:40:09.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2337 | 2026-08-26T14:40:09.970Z | |
| 2338 | 2026-08-26T14:40:09.970Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377) |
| 2339 | 2026-08-26T14:40:10.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2340 | 2026-08-26T14:40:10.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2341 | 2026-08-26T14:40:10.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2342 | 2026-08-26T14:40:10.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2343 | 2026-08-26T14:40:10.384Z | |
| 2344 | 2026-08-26T14:40:10.384Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377) |
| 2345 | 2026-08-26T14:40:10.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2346 | 2026-08-26T14:40:10.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2347 | 2026-08-26T14:40:10.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2348 | 2026-08-26T14:40:10.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2349 | 2026-08-26T14:40:10.803Z | |
| 2350 | 2026-08-26T14:40:10.804Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377) |
| 2351 | 2026-08-26T14:40:11.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2352 | 2026-08-26T14:40:11.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2353 | 2026-08-26T14:40:11.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2354 | 2026-08-26T14:40:11.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2355 | 2026-08-26T14:40:11.216Z | |
| 2356 | 2026-08-26T14:40:11.216Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377) |
| 2357 | 2026-08-26T14:40:11.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2358 | 2026-08-26T14:40:11.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2359 | 2026-08-26T14:40:11.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2360 | 2026-08-26T14:40:11.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2361 | 2026-08-26T14:40:11.630Z | |
| 2362 | 2026-08-26T14:40:11.630Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377) |
| 2363 | 2026-08-26T14:40:11.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2364 | 2026-08-26T14:40:11.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2365 | 2026-08-26T14:40:11.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2366 | 2026-08-26T14:40:11.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2367 | 2026-08-26T14:40:12.036Z | |
| 2368 | 2026-08-26T14:40:12.036Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377) |
| 2369 | 2026-08-26T14:40:12.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2370 | 2026-08-26T14:40:12.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2371 | 2026-08-26T14:40:12.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2372 | 2026-08-26T14:40:12.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2373 | 2026-08-26T14:40:12.453Z | |
| 2374 | 2026-08-26T14:40:12.453Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377) |
| 2375 | 2026-08-26T14:40:12.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2376 | 2026-08-26T14:40:12.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2377 | 2026-08-26T14:40:12.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2378 | 2026-08-26T14:40:12.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2379 | 2026-08-26T14:40:12.873Z | |
| 2380 | 2026-08-26T14:40:12.874Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377) |
| 2381 | 2026-08-26T14:40:13.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2382 | 2026-08-26T14:40:13.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2383 | 2026-08-26T14:40:13.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2384 | 2026-08-26T14:40:13.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2385 | 2026-08-26T14:40:13.289Z | |
| 2386 | 2026-08-26T14:40:13.289Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377) |
| 2387 | 2026-08-26T14:40:13.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2388 | 2026-08-26T14:40:13.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2389 | 2026-08-26T14:40:13.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2390 | 2026-08-26T14:40:13.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2391 | 2026-08-26T14:40:13.709Z | |
| 2392 | 2026-08-26T14:40:13.709Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377) |
| 2393 | 2026-08-26T14:40:14.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2394 | 2026-08-26T14:40:14.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2395 | 2026-08-26T14:40:14.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2396 | 2026-08-26T14:40:14.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2397 | 2026-08-26T14:40:14.127Z | |
| 2398 | 2026-08-26T14:40:14.127Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377) |
| 2399 | 2026-08-26T14:40:14.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2400 | 2026-08-26T14:40:14.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2401 | 2026-08-26T14:40:14.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2402 | 2026-08-26T14:40:14.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2403 | 2026-08-26T14:40:14.544Z | |
| 2404 | 2026-08-26T14:40:14.544Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377) |
| 2405 | 2026-08-26T14:40:14.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2406 | 2026-08-26T14:40:14.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2407 | 2026-08-26T14:40:14.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2408 | 2026-08-26T14:40:14.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2409 | 2026-08-26T14:40:14.964Z | |
| 2410 | 2026-08-26T14:40:14.965Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377) |
| 2411 | 2026-08-26T14:40:15.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2412 | 2026-08-26T14:40:15.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2413 | 2026-08-26T14:40:15.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2414 | 2026-08-26T14:40:15.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2415 | 2026-08-26T14:40:15.385Z | |
| 2416 | 2026-08-26T14:40:15.385Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377) |
| 2417 | 2026-08-26T14:40:15.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2418 | 2026-08-26T14:40:15.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2419 | 2026-08-26T14:40:15.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2420 | 2026-08-26T14:40:15.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2421 | 2026-08-26T14:40:15.806Z | |
| 2422 | 2026-08-26T14:40:15.806Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377) |
| 2423 | 2026-08-26T14:40:16.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2424 | 2026-08-26T14:40:16.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2425 | 2026-08-26T14:40:16.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2426 | 2026-08-26T14:40:16.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2427 | 2026-08-26T14:40:16.409Z | |
| 2428 | 2026-08-26T14:40:16.409Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377) |
| 2429 | 2026-08-26T14:40:16.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2430 | 2026-08-26T14:40:16.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2431 | 2026-08-26T14:40:16.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2432 | 2026-08-26T14:40:16.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2433 | 2026-08-26T14:40:17.012Z | |
| 2434 | 2026-08-26T14:40:17.012Z | info: running `cargo check --bins` on nexus-config (91/377) |
| 2435 | 2026-08-26T14:40:17.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2436 | 2026-08-26T14:40:17.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2437 | 2026-08-26T14:40:17.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2438 | 2026-08-26T14:40:17.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2439 | 2026-08-26T14:40:17.617Z | |
| 2440 | 2026-08-26T14:40:17.617Z | info: running `cargo check --bins` on nexus-types (92/377) |
| 2441 | 2026-08-26T14:40:18.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2442 | 2026-08-26T14:40:18.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2443 | 2026-08-26T14:40:18.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2444 | 2026-08-26T14:40:18.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2445 | 2026-08-26T14:40:18.218Z | |
| 2446 | 2026-08-26T14:40:18.218Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377) |
| 2447 | 2026-08-26T14:40:18.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2448 | 2026-08-26T14:40:18.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2449 | 2026-08-26T14:40:18.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2450 | 2026-08-26T14:40:18.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2451 | 2026-08-26T14:40:18.791Z | |
| 2452 | 2026-08-26T14:40:18.791Z | info: running `cargo check --bins` on omicron-passwords (94/377) |
| 2453 | 2026-08-26T14:40:19.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2454 | 2026-08-26T14:40:19.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2455 | 2026-08-26T14:40:19.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2456 | 2026-08-26T14:40:19.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2457 | 2026-08-26T14:40:19.338Z | |
| 2458 | 2026-08-26T14:40:19.338Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (95/377) |
| 2459 | 2026-08-26T14:40:19.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2460 | 2026-08-26T14:40:19.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2461 | 2026-08-26T14:40:19.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2462 | 2026-08-26T14:40:19.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2463 | 2026-08-26T14:40:19.914Z | |
| 2464 | 2026-08-26T14:40:19.914Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377) |
| 2465 | 2026-08-26T14:40:20.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2466 | 2026-08-26T14:40:20.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2467 | 2026-08-26T14:40:20.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2468 | 2026-08-26T14:40:20.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2469 | 2026-08-26T14:40:20.485Z | |
| 2470 | 2026-08-26T14:40:20.486Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377) |
| 2471 | 2026-08-26T14:40:20.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2472 | 2026-08-26T14:40:20.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2473 | 2026-08-26T14:40:20.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2474 | 2026-08-26T14:40:20.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2475 | 2026-08-26T14:40:21.053Z | |
| 2476 | 2026-08-26T14:40:21.053Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377) |
| 2477 | 2026-08-26T14:40:21.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2478 | 2026-08-26T14:40:21.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2479 | 2026-08-26T14:40:21.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2480 | 2026-08-26T14:40:21.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2481 | 2026-08-26T14:40:21.630Z | |
| 2482 | 2026-08-26T14:40:21.630Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377) |
| 2483 | 2026-08-26T14:40:22.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2484 | 2026-08-26T14:40:22.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2485 | 2026-08-26T14:40:22.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2486 | 2026-08-26T14:40:22.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2487 | 2026-08-26T14:40:22.193Z | |
| 2488 | 2026-08-26T14:40:22.193Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377) |
| 2489 | 2026-08-26T14:40:22.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2490 | 2026-08-26T14:40:22.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2491 | 2026-08-26T14:40:22.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2492 | 2026-08-26T14:40:22.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2493 | 2026-08-26T14:40:22.735Z | |
| 2494 | 2026-08-26T14:40:22.736Z | info: running `cargo check --bins --no-default-features` on gfss (101/377) |
| 2495 | 2026-08-26T14:40:23.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2496 | 2026-08-26T14:40:23.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2497 | 2026-08-26T14:40:23.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2498 | 2026-08-26T14:40:23.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2499 | 2026-08-26T14:40:23.282Z | |
| 2500 | 2026-08-26T14:40:23.282Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377) |
| 2501 | 2026-08-26T14:40:23.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2502 | 2026-08-26T14:40:23.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2503 | 2026-08-26T14:40:23.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2504 | 2026-08-26T14:40:23.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2505 | 2026-08-26T14:40:23.836Z | |
| 2506 | 2026-08-26T14:40:23.836Z | info: running `cargo check --bins` on trust-quorum-types (103/377) |
| 2507 | 2026-08-26T14:40:24.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2508 | 2026-08-26T14:40:24.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2509 | 2026-08-26T14:40:24.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2510 | 2026-08-26T14:40:24.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2511 | 2026-08-26T14:40:24.386Z | |
| 2512 | 2026-08-26T14:40:24.386Z | info: running `cargo check --bins` on wicketd-commission-types (104/377) |
| 2513 | 2026-08-26T14:40:24.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2514 | 2026-08-26T14:40:24.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2515 | 2026-08-26T14:40:24.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2516 | 2026-08-26T14:40:24.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2517 | 2026-08-26T14:40:24.956Z | |
| 2518 | 2026-08-26T14:40:24.956Z | info: running `cargo check --bins` on wicketd-commission-types-versions (105/377) |
| 2519 | 2026-08-26T14:40:25.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2520 | 2026-08-26T14:40:25.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2521 | 2026-08-26T14:40:25.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2522 | 2026-08-26T14:40:25.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2523 | 2026-08-26T14:40:25.530Z | |
| 2524 | 2026-08-26T14:40:25.530Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377) |
| 2525 | 2026-08-26T14:40:26.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2526 | 2026-08-26T14:40:26.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2527 | 2026-08-26T14:40:26.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2528 | 2026-08-26T14:40:26.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2529 | 2026-08-26T14:40:26.099Z | |
| 2530 | 2026-08-26T14:40:26.099Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377) |
| 2531 | 2026-08-26T14:40:26.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2532 | 2026-08-26T14:40:26.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2533 | 2026-08-26T14:40:26.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2534 | 2026-08-26T14:40:26.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2535 | 2026-08-26T14:40:26.659Z | |
| 2536 | 2026-08-26T14:40:26.659Z | info: running `cargo check --bins` on clickhouse-admin-types (108/377) |
| 2537 | 2026-08-26T14:40:27.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2538 | 2026-08-26T14:40:27.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2539 | 2026-08-26T14:40:27.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2540 | 2026-08-26T14:40:27.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2541 | 2026-08-26T14:40:27.233Z | |
| 2542 | 2026-08-26T14:40:27.233Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (109/377) |
| 2543 | 2026-08-26T14:40:27.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2544 | 2026-08-26T14:40:27.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2545 | 2026-08-26T14:40:27.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2546 | 2026-08-26T14:40:27.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2547 | 2026-08-26T14:40:27.808Z | |
| 2548 | 2026-08-26T14:40:27.808Z | info: running `cargo check --bins` on cockroach-admin-types (110/377) |
| 2549 | 2026-08-26T14:40:28.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2550 | 2026-08-26T14:40:28.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2551 | 2026-08-26T14:40:28.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2552 | 2026-08-26T14:40:28.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2553 | 2026-08-26T14:40:28.373Z | |
| 2554 | 2026-08-26T14:40:28.374Z | info: running `cargo check --bins` on cockroach-admin-types-versions (111/377) |
| 2555 | 2026-08-26T14:40:28.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2556 | 2026-08-26T14:40:28.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2557 | 2026-08-26T14:40:28.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2558 | 2026-08-26T14:40:28.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2559 | 2026-08-26T14:40:28.916Z | |
| 2560 | 2026-08-26T14:40:28.916Z | info: running `cargo check --bins` on ereport-types (112/377) |
| 2561 | 2026-08-26T14:40:29.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2562 | 2026-08-26T14:40:29.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2563 | 2026-08-26T14:40:29.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2564 | 2026-08-26T14:40:29.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2565 | 2026-08-26T14:40:29.468Z | |
| 2566 | 2026-08-26T14:40:29.468Z | info: running `cargo check --bins` on gateway-client (113/377) |
| 2567 | 2026-08-26T14:40:29.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2568 | 2026-08-26T14:40:29.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2569 | 2026-08-26T14:40:29.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2570 | 2026-08-26T14:40:29.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2571 | 2026-08-26T14:40:30.028Z | |
| 2572 | 2026-08-26T14:40:30.028Z | info: running `cargo check --bins --no-default-features` on gateway-types (114/377) |
| 2573 | 2026-08-26T14:40:30.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2574 | 2026-08-26T14:40:30.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2575 | 2026-08-26T14:40:30.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2576 | 2026-08-26T14:40:30.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2577 | 2026-08-26T14:40:30.582Z | |
| 2578 | 2026-08-26T14:40:30.582Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377) |
| 2579 | 2026-08-26T14:40:31.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2580 | 2026-08-26T14:40:31.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2581 | 2026-08-26T14:40:31.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2582 | 2026-08-26T14:40:31.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2583 | 2026-08-26T14:40:31.141Z | |
| 2584 | 2026-08-26T14:40:31.142Z | info: running `cargo check --bins --no-default-features` on illumos-utils (116/377) |
| 2585 | 2026-08-26T14:40:31.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2586 | 2026-08-26T14:40:31.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2587 | 2026-08-26T14:40:31.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2588 | 2026-08-26T14:40:31.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2589 | 2026-08-26T14:40:31.729Z | |
| 2590 | 2026-08-26T14:40:31.729Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377) |
| 2591 | 2026-08-26T14:40:32.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2592 | 2026-08-26T14:40:32.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2593 | 2026-08-26T14:40:32.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2594 | 2026-08-26T14:40:32.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2595 | 2026-08-26T14:40:32.313Z | |
| 2596 | 2026-08-26T14:40:32.313Z | info: running `cargo check --bins` on key-manager-types (118/377) |
| 2597 | 2026-08-26T14:40:32.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2598 | 2026-08-26T14:40:32.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2599 | 2026-08-26T14:40:32.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2600 | 2026-08-26T14:40:32.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2601 | 2026-08-26T14:40:32.867Z | |
| 2602 | 2026-08-26T14:40:32.868Z | info: running `cargo check --bins` on oxlog (119/377) |
| 2603 | 2026-08-26T14:40:33.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2604 | 2026-08-26T14:40:33.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2605 | 2026-08-26T14:40:33.469Z | Checking cfg-if v1.0.4 |
| 2606 | 2026-08-26T14:40:33.473Z | Checking serde_core v1.0.228 |
| 2607 | 2026-08-26T14:40:33.473Z | Checking libc v0.2.185 |
| 2608 | 2026-08-26T14:40:33.586Z | Checking memchr v2.8.0 |
| 2609 | 2026-08-26T14:40:33.594Z | Checking smallvec v1.15.1 |
| 2610 | 2026-08-26T14:40:33.598Z | Checking log v0.4.33 |
| 2611 | 2026-08-26T14:40:33.614Z | Checking subtle v2.6.1 |
| 2612 | 2026-08-26T14:40:33.625Z | Checking itoa v1.0.17 |
| 2613 | 2026-08-26T14:40:33.628Z | Checking scopeguard v1.2.0 |
| 2614 | 2026-08-26T14:40:33.730Z | Checking lock_api v0.4.14 |
| 2615 | 2026-08-26T14:40:33.752Z | Checking stable_deref_trait v1.2.1 |
| 2616 | 2026-08-26T14:40:33.764Z | Checking typenum v1.20.1 |
| 2617 | 2026-08-26T14:40:33.775Z | Checking zerofrom v0.1.6 |
| 2618 | 2026-08-26T14:40:33.788Z | Checking portable-atomic v1.13.1 |
| 2619 | 2026-08-26T14:40:33.819Z | Checking zerocopy v0.8.55 |
| 2620 | 2026-08-26T14:40:33.886Z | Checking yoke v0.8.1 |
| 2621 | 2026-08-26T14:40:33.924Z | Checking critical-section v1.2.0 |
| 2622 | 2026-08-26T14:40:33.965Z | Checking errno v0.3.14 |
| 2623 | 2026-08-26T14:40:33.965Z | Checking getrandom v0.2.17 |
| 2624 | 2026-08-26T14:40:34.019Z | Checking const-oid v0.9.6 |
| 2625 | 2026-08-26T14:40:34.046Z | Checking zerovec v0.11.5 |
| 2626 | 2026-08-26T14:40:34.093Z | Checking pin-project-lite v0.2.17 |
| 2627 | 2026-08-26T14:40:34.130Z | Checking rand_core v0.6.4 |
| 2628 | 2026-08-26T14:40:34.184Z | Checking libm v0.2.16 |
| 2629 | 2026-08-26T14:40:34.194Z | Checking once_cell v1.21.3 |
| 2630 | 2026-08-26T14:40:34.301Z | Checking zmij v1.0.21 |
| 2631 | 2026-08-26T14:40:34.361Z | Checking signal-hook-registry v1.4.8 |
| 2632 | 2026-08-26T14:40:34.470Z | Checking tinystr v0.8.2 |
| 2633 | 2026-08-26T14:40:34.494Z | Checking parking_lot_core v0.9.12 |
| 2634 | 2026-08-26T14:40:34.508Z | Checking futures-core v0.3.32 |
| 2635 | 2026-08-26T14:40:34.519Z | Checking percent-encoding v2.3.2 |
| 2636 | 2026-08-26T14:40:34.626Z | Checking litemap v0.8.1 |
| 2637 | 2026-08-26T14:40:34.638Z | Checking writeable v0.6.2 |
| 2638 | 2026-08-26T14:40:34.654Z | Checking rand_core v0.10.0 |
| 2639 | 2026-08-26T14:40:34.678Z | Checking parking_lot v0.12.5 |
| 2640 | 2026-08-26T14:40:34.691Z | Checking potential_utf v0.1.4 |
| 2641 | 2026-08-26T14:40:34.787Z | Checking getrandom v0.4.3 |
| 2642 | 2026-08-26T14:40:34.790Z | Checking icu_locale_core v2.1.1 |
| 2643 | 2026-08-26T14:40:34.790Z | Checking zerotrie v0.2.3 |
| 2644 | 2026-08-26T14:40:34.820Z | Checking mio v1.2.0 |
| 2645 | 2026-08-26T14:40:34.858Z | Checking equivalent v1.0.2 |
| 2646 | 2026-08-26T14:40:34.872Z | Checking num-traits v0.2.19 |
| 2647 | 2026-08-26T14:40:34.938Z | Checking icu_collections v2.1.1 |
| 2648 | 2026-08-26T14:40:34.953Z | Checking socket2 v0.6.3 |
| 2649 | 2026-08-26T14:40:35.042Z | Checking icu_properties_data v2.1.2 |
| 2650 | 2026-08-26T14:40:35.066Z | Checking serde v1.0.228 |
| 2651 | 2026-08-26T14:40:35.099Z | Checking bitflags v2.11.0 |
| 2652 | 2026-08-26T14:40:35.165Z | Checking serde_json v1.0.151 |
| 2653 | 2026-08-26T14:40:35.189Z | Checking icu_normalizer_data v2.1.1 |
| 2654 | 2026-08-26T14:40:35.252Z | Checking byteorder v1.5.0 |
| 2655 | 2026-08-26T14:40:35.266Z | Checking hashbrown v0.17.0 |
| 2656 | 2026-08-26T14:40:35.266Z | Checking futures-sink v0.3.32 |
| 2657 | 2026-08-26T14:40:35.341Z | Checking icu_provider v2.1.1 |
| 2658 | 2026-08-26T14:40:35.361Z | Checking futures-channel v0.3.32 |
| 2659 | 2026-08-26T14:40:35.417Z | Checking getrandom v0.3.4 |
| 2660 | 2026-08-26T14:40:35.446Z | Checking utf8_iter v1.0.4 |
| 2661 | 2026-08-26T14:40:35.471Z | Checking zeroize v1.9.0 |
| 2662 | 2026-08-26T14:40:35.539Z | Checking bytes v1.11.1 |
| 2663 | 2026-08-26T14:40:35.551Z | Checking futures-task v0.3.32 |
| 2664 | 2026-08-26T14:40:35.563Z | Checking slab v0.4.12 |
| 2665 | 2026-08-26T14:40:35.567Z | Checking icu_properties v2.1.2 |
| 2666 | 2026-08-26T14:40:35.636Z | Checking generic-array v0.14.7 |
| 2667 | 2026-08-26T14:40:35.682Z | Checking icu_normalizer v2.1.1 |
| 2668 | 2026-08-26T14:40:35.715Z | Checking futures-io v0.3.32 |
| 2669 | 2026-08-26T14:40:35.736Z | Checking indexmap v2.14.0 |
| 2670 | 2026-08-26T14:40:35.824Z | Checking futures-util v0.3.32 |
| 2671 | 2026-08-26T14:40:35.838Z | Checking rustix v1.1.4 |
| 2672 | 2026-08-26T14:40:35.968Z | Checking tokio v1.52.1 |
| 2673 | 2026-08-26T14:40:35.982Z | Checking form_urlencoded v1.2.2 |
| 2674 | 2026-08-26T14:40:36.087Z | Checking block-buffer v0.10.4 |
| 2675 | 2026-08-26T14:40:36.105Z | Checking crypto-common v0.1.7 |
| 2676 | 2026-08-26T14:40:36.231Z | Checking digest v0.10.7 |
| 2677 | 2026-08-26T14:40:36.247Z | Checking fnv v1.0.7 |
| 2678 | 2026-08-26T14:40:36.284Z | Checking base64ct v1.8.3 |
| 2679 | 2026-08-26T14:40:36.338Z | Checking flagset v0.4.7 |
| 2680 | 2026-08-26T14:40:36.396Z | Checking idna_adapter v1.2.1 |
| 2681 | 2026-08-26T14:40:36.426Z | Checking iana-time-zone v0.1.65 |
| 2682 | 2026-08-26T14:40:36.459Z | Checking rand_core v0.9.5 |
| 2683 | 2026-08-26T14:40:36.511Z | Checking idna v1.1.0 |
| 2684 | 2026-08-26T14:40:36.514Z | Checking pem-rfc7468 v0.7.0 |
| 2685 | 2026-08-26T14:40:36.534Z | Checking chrono v0.4.45 |
| 2686 | 2026-08-26T14:40:36.574Z | Checking ppv-lite86 v0.2.21 |
| 2687 | 2026-08-26T14:40:36.630Z | Checking uuid v1.23.4 |
| 2688 | 2026-08-26T14:40:36.660Z | Checking der v0.7.10 |
| 2689 | 2026-08-26T14:40:36.675Z | Checking regex-syntax v0.8.10 |
| 2690 | 2026-08-26T14:40:36.761Z | Checking url v2.5.8 |
| 2691 | 2026-08-26T14:40:36.863Z | Checking base64 v0.22.1 |
| 2692 | 2026-08-26T14:40:36.946Z | Checking http v1.4.2 |
| 2693 | 2026-08-26T14:40:37.098Z | Checking rand_chacha v0.9.0 |
| 2694 | 2026-08-26T14:40:37.193Z | Checking tracing-core v0.1.36 |
| 2695 | 2026-08-26T14:40:37.297Z | Checking simd-adler32 v0.3.8 |
| 2696 | 2026-08-26T14:40:37.366Z | Checking cpufeatures v0.2.17 |
| 2697 | 2026-08-26T14:40:37.380Z | Checking spki v0.7.3 |
| 2698 | 2026-08-26T14:40:37.435Z | Checking dyn-clone v1.0.20 |
| 2699 | 2026-08-26T14:40:37.460Z | Checking rand v0.9.2 |
| 2700 | 2026-08-26T14:40:37.495Z | Checking tracing v0.1.44 |
| 2701 | 2026-08-26T14:40:37.507Z | Checking http-body v1.0.1 |
| 2702 | 2026-08-26T14:40:37.531Z | Checking rustls-pki-types v1.14.0 |
| 2703 | 2026-08-26T14:40:37.545Z | Checking pkcs8 v0.10.2 |
| 2704 | 2026-08-26T14:40:37.633Z | Checking semver v1.0.28 |
| 2705 | 2026-08-26T14:40:37.692Z | Checking spin v0.9.8 |
| 2706 | 2026-08-26T14:40:37.715Z | Checking adler2 v2.0.1 |
| 2707 | 2026-08-26T14:40:37.718Z | Checking tinyvec_macros v0.1.1 |
| 2708 | 2026-08-26T14:40:37.781Z | Checking anstyle v1.0.14 |
| 2709 | 2026-08-26T14:40:37.808Z | Checking cmov v0.5.4 |
| 2710 | 2026-08-26T14:40:37.821Z | Checking openssl-probe v0.2.1 |
| 2711 | 2026-08-26T14:40:37.833Z | Checking utf8parse v0.2.2 |
| 2712 | 2026-08-26T14:40:37.871Z | Checking schemars v0.8.22 |
| 2713 | 2026-08-26T14:40:37.923Z | Checking miniz_oxide v0.8.9 |
| 2714 | 2026-08-26T14:40:37.934Z | Checking tinyvec v1.10.0 |
| 2715 | 2026-08-26T14:40:37.939Z | Checking anstyle-parse v1.0.0 |
| 2716 | 2026-08-26T14:40:37.959Z | Checking sha2 v0.10.9 |
| 2717 | 2026-08-26T14:40:37.962Z | Checking terminal_size v0.4.3 |
| 2718 | 2026-08-26T14:40:37.990Z | Checking ctutils v0.4.2 |
| 2719 | 2026-08-26T14:40:38.078Z | Checking aws-lc-sys v0.40.0 |
| 2720 | 2026-08-26T14:40:38.093Z | Checking thiserror v2.0.18 |
| 2721 | 2026-08-26T14:40:38.191Z | Checking untrusted v0.7.1 |
| 2722 | 2026-08-26T14:40:38.204Z | Checking atomic-waker v1.1.2 |
| 2723 | 2026-08-26T14:40:38.222Z | Checking try-lock v0.2.5 |
| 2724 | 2026-08-26T14:40:38.240Z | Checking is_terminal_polyfill v1.70.2 |
| 2725 | 2026-08-26T14:40:38.265Z | Checking tower-layer v0.3.3 |
| 2726 | 2026-08-26T14:40:38.296Z | Checking tower-service v0.3.3 |
| 2727 | 2026-08-26T14:40:38.296Z | Checking colorchoice v1.0.4 |
| 2728 | 2026-08-26T14:40:38.320Z | Checking fastrand v2.3.0 |
| 2729 | 2026-08-26T14:40:38.331Z | Checking anstyle-query v1.1.5 |
| 2730 | 2026-08-26T14:40:38.390Z | Checking want v0.3.1 |
| 2731 | 2026-08-26T14:40:38.403Z | Checking hybrid-array v0.4.13 |
| 2732 | 2026-08-26T14:40:38.414Z | Checking anstream v1.0.0 |
| 2733 | 2026-08-26T14:40:38.427Z | Checking ipnet v2.12.0 |
| 2734 | 2026-08-26T14:40:38.490Z | Checking tempfile v3.27.0 |
| 2735 | 2026-08-26T14:40:38.508Z | Checking httparse v1.10.1 |
| 2736 | 2026-08-26T14:40:38.521Z | Checking crc32fast v1.5.0 |
| 2737 | 2026-08-26T14:40:38.569Z | Checking aws-lc-rs v1.16.3 |
| 2738 | 2026-08-26T14:40:38.604Z | Checking aho-corasick v1.1.4 |
| 2739 | 2026-08-26T14:40:38.653Z | Checking plain v0.2.3 |
| 2740 | 2026-08-26T14:40:38.679Z | Checking tap v1.0.1 |
| 2741 | 2026-08-26T14:40:38.691Z | Checking httpdate v1.0.3 |
| 2742 | 2026-08-26T14:40:38.709Z | Checking foreign-types-shared v0.1.1 |
| 2743 | 2026-08-26T14:40:38.751Z | Checking untrusted v0.9.0 |
| 2744 | 2026-08-26T14:40:38.777Z | Checking wyz v0.5.1 |
| 2745 | 2026-08-26T14:40:38.790Z | Checking foreign-types v0.3.2 |
| 2746 | 2026-08-26T14:40:38.830Z | Checking unicode-normalization v0.1.25 |
| 2747 | 2026-08-26T14:40:38.852Z | Checking rand_chacha v0.3.1 |
| 2748 | 2026-08-26T14:40:38.865Z | Checking signature v2.2.0 |
| 2749 | 2026-08-26T14:40:38.944Z | Checking radium v0.7.0 |
| 2750 | 2026-08-26T14:40:38.994Z | Checking hex v0.4.3 |
| 2751 | 2026-08-26T14:40:39.056Z | Checking num-integer v0.1.46 |
| 2752 | 2026-08-26T14:40:39.124Z | Checking openssl-sys v0.9.117 |
| 2753 | 2026-08-26T14:40:39.140Z | Checking wait-timeout v0.2.1 |
| 2754 | 2026-08-26T14:40:39.188Z | Checking tokio-util v0.7.18 |
| 2755 | 2026-08-26T14:40:39.215Z | Checking quick-error v1.2.3 |
| 2756 | 2026-08-26T14:40:39.228Z | Checking funty v2.0.0 |
| 2757 | 2026-08-26T14:40:39.258Z | Checking bit-vec v0.8.0 |
| 2758 | 2026-08-26T14:40:39.270Z | Checking clap_lex v1.0.0 |
| 2759 | 2026-08-26T14:40:39.273Z | Checking regex-automata v0.4.14 |
| 2760 | 2026-08-26T14:40:39.311Z | Checking ucd-trie v0.1.7 |
| 2761 | 2026-08-26T14:40:39.394Z | Checking rustls-webpki v0.103.13 |
| 2762 | 2026-08-26T14:40:39.417Z | Checking unicode-ident v1.0.24 |
| 2763 | 2026-08-26T14:40:39.437Z | Checking strsim v0.11.1 |
| 2764 | 2026-08-26T14:40:39.450Z | Checking bit-set v0.8.0 |
| 2765 | 2026-08-26T14:40:39.471Z | Checking openssl v0.10.80 |
| 2766 | 2026-08-26T14:40:39.519Z | Checking proc-macro2 v1.0.106 |
| 2767 | 2026-08-26T14:40:39.538Z | Checking bitvec v1.0.1 |
| 2768 | 2026-08-26T14:40:39.588Z | Checking pest v2.8.6 |
| 2769 | 2026-08-26T14:40:39.601Z | Checking clap_builder v4.6.0 |
| 2770 | 2026-08-26T14:40:39.785Z | Checking h2 v0.4.15 |
| 2771 | 2026-08-26T14:40:39.799Z | Checking rustls v0.23.41 |
| 2772 | 2026-08-26T14:40:39.830Z | Checking rusty-fork v0.3.1 |
| 2773 | 2026-08-26T14:40:39.995Z | Checking num-iter v0.1.45 |
| 2774 | 2026-08-26T14:40:40.122Z | Checking rand v0.8.6 |
| 2775 | 2026-08-26T14:40:40.647Z | Checking lazy_static v1.5.0 |
| 2776 | 2026-08-26T14:40:40.669Z | Checking rand_xorshift v0.4.0 |
| 2777 | 2026-08-26T14:40:40.735Z | Checking hmac v0.12.1 |
| 2778 | 2026-08-26T14:40:40.787Z | Checking thiserror v1.0.69 |
| 2779 | 2026-08-26T14:40:40.816Z | Checking maybe-uninit v2.0.0 |
| 2780 | 2026-08-26T14:40:40.862Z | Checking toml_datetime v0.6.11 |
| 2781 | 2026-08-26T14:40:40.875Z | Checking serde_spanned v0.6.9 |
| 2782 | 2026-08-26T14:40:40.886Z | Checking sync_wrapper v1.0.2 |
| 2783 | 2026-08-26T14:40:40.899Z | Checking nodrop v0.1.14 |
| 2784 | 2026-08-26T14:40:40.982Z | Checking siphasher v1.0.2 |
| 2785 | 2026-08-26T14:40:40.985Z | Checking pretty-hex v0.4.1 |
| 2786 | 2026-08-26T14:40:41.006Z | Checking unarray v0.1.4 |
| 2787 | 2026-08-26T14:40:41.037Z | Checking powerfmt v0.2.0 |
| 2788 | 2026-08-26T14:40:41.093Z | Checking crc-catalog v2.4.0 |
| 2789 | 2026-08-26T14:40:41.106Z | Checking zlib-rs v0.6.2 |
| 2790 | 2026-08-26T14:40:41.109Z | Checking proptest v1.11.0 |
| 2791 | 2026-08-26T14:40:41.133Z | Checking tower v0.5.3 |
| 2792 | 2026-08-26T14:40:41.179Z | Checking crc v3.4.0 |
| 2793 | 2026-08-26T14:40:41.182Z | Checking deranged v0.5.8 |
| 2794 | 2026-08-26T14:40:41.358Z | Checking array-init v0.0.4 |
| 2795 | 2026-08-26T14:40:41.489Z | Checking native-tls v0.2.18 |
| 2796 | 2026-08-26T14:40:41.509Z | Checking smallvec v0.6.14 |
| 2797 | 2026-08-26T14:40:41.647Z | Checking packed_struct v0.10.1 |
| 2798 | 2026-08-26T14:40:41.664Z | Checking clap v4.6.1 |
| 2799 | 2026-08-26T14:40:41.694Z | Checking num-bigint-dig v0.8.6 |
| 2800 | 2026-08-26T14:40:41.741Z | Checking quote v1.0.45 |
| 2801 | 2026-08-26T14:40:41.911Z | Checking ipnetwork v0.21.1 |
| 2802 | 2026-08-26T14:40:41.991Z | Checking flate2 v1.1.9 |
| 2803 | 2026-08-26T14:40:42.067Z | Checking pkcs1 v0.7.5 |
| 2804 | 2026-08-26T14:40:42.087Z | Checking http-body-util v0.1.3 |
| 2805 | 2026-08-26T14:40:42.120Z | Checking crossbeam-utils v0.8.21 |
| 2806 | 2026-08-26T14:40:42.272Z | Checking bitfield v0.19.4 |
| 2807 | 2026-08-26T14:40:42.285Z | Checking zerocopy v0.6.6 |
| 2808 | 2026-08-26T14:40:42.297Z | Checking ahash v0.8.12 |
| 2809 | 2026-08-26T14:40:42.453Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2810 | 2026-08-26T14:40:42.487Z | Checking scroll v0.13.0 |
| 2811 | 2026-08-26T14:40:42.500Z | Checking env_filter v2.0.0 |
| 2812 | 2026-08-26T14:40:42.536Z | Checking unicode-properties v0.1.4 |
| 2813 | 2026-08-26T14:40:42.536Z | Checking iri-string v0.7.10 |
| 2814 | 2026-08-26T14:40:42.561Z | Checking hyper v1.10.1 |
| 2815 | 2026-08-26T14:40:42.574Z | Checking base64 v0.21.7 |
| 2816 | 2026-08-26T14:40:42.639Z | Checking allocator-api2 v0.2.21 |
| 2817 | 2026-08-26T14:40:42.686Z | Checking time-core v0.1.8 |
| 2818 | 2026-08-26T14:40:42.707Z | Checking unicode-bidi v0.3.18 |
| 2819 | 2026-08-26T14:40:42.726Z | Checking num_threads v0.1.7 |
| 2820 | 2026-08-26T14:40:42.803Z | Checking gimli v0.32.3 |
| 2821 | 2026-08-26T14:40:42.816Z | Checking winnow v0.5.40 |
| 2822 | 2026-08-26T14:40:42.829Z | Checking num-conv v0.2.0 |
| 2823 | 2026-08-26T14:40:42.893Z | Checking hashbrown v0.12.3 |
| 2824 | 2026-08-26T14:40:42.913Z | Checking ryu v1.0.23 |
| 2825 | 2026-08-26T14:40:42.940Z | Checking time v0.3.47 |
| 2826 | 2026-08-26T14:40:42.992Z | Checking stringprep v0.1.5 |
| 2827 | 2026-08-26T14:40:43.046Z | Checking serde_urlencoded v0.7.1 |
| 2828 | 2026-08-26T14:40:43.144Z | Checking newtype-uuid v1.3.2 |
| 2829 | 2026-08-26T14:40:43.250Z | Checking ron v0.8.1 |
| 2830 | 2026-08-26T14:40:43.291Z | Checking indexmap v1.9.3 |
| 2831 | 2026-08-26T14:40:43.341Z | Checking goblin v0.10.5 |
| 2832 | 2026-08-26T14:40:43.481Z | Checking hyper-util v0.1.20 |
| 2833 | 2026-08-26T14:40:43.547Z | Checking tower-http v0.6.8 |
| 2834 | 2026-08-26T14:40:43.594Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2835 | 2026-08-26T14:40:43.759Z | Checking env_logger v0.11.11 |
| 2836 | 2026-08-26T14:40:43.818Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2837 | 2026-08-26T14:40:43.940Z | Checking toml_edit v0.19.15 |
| 2838 | 2026-08-26T14:40:43.953Z | Checking bzip2 v0.4.4 |
| 2839 | 2026-08-26T14:40:43.968Z | Checking rsa v0.9.10 |
| 2840 | 2026-08-26T14:40:44.047Z | Checking hashbrown v0.13.2 |
| 2841 | 2026-08-26T14:40:44.108Z | Checking crossbeam-epoch v0.9.18 |
| 2842 | 2026-08-26T14:40:44.313Z | Checking addr2line v0.25.1 |
| 2843 | 2026-08-26T14:40:44.334Z | Checking oxnet v0.1.6 |
| 2844 | 2026-08-26T14:40:44.450Z | Checking syn v2.0.117 |
| 2845 | 2026-08-26T14:40:44.468Z | Checking serde-hex v0.1.0 |
| 2846 | 2026-08-26T14:40:44.573Z | Checking tokio-native-tls v0.3.1 |
| 2847 | 2026-08-26T14:40:44.592Z | Checking bstr v1.12.1 |
| 2848 | 2026-08-26T14:40:44.726Z | Checking crypto-common v0.2.2 |
| 2849 | 2026-08-26T14:40:44.739Z | Checking block-padding v0.4.2 |
| 2850 | 2026-08-26T14:40:44.875Z | Checking block-buffer v0.12.1 |
| 2851 | 2026-08-26T14:40:44.955Z | Checking rustls-native-certs v0.8.3 |
| 2852 | 2026-08-26T14:40:44.975Z | Checking x509-cert v0.2.5 |
| 2853 | 2026-08-26T14:40:45.038Z | Checking scroll v0.12.0 |
| 2854 | 2026-08-26T14:40:45.091Z | Checking object v0.37.3 |
| 2855 | 2026-08-26T14:40:45.274Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2856 | 2026-08-26T14:40:45.337Z | Checking md-5 v0.10.6 |
| 2857 | 2026-08-26T14:40:45.384Z | Checking hash32 v0.2.1 |
| 2858 | 2026-08-26T14:40:45.479Z | Checking encoding_rs v0.8.35 |
| 2859 | 2026-08-26T14:40:45.544Z | Checking rustc-demangle v0.1.27 |
| 2860 | 2026-08-26T14:40:45.636Z | Checking psl-types v2.0.11 |
| 2861 | 2026-08-26T14:40:45.650Z | Checking mime v0.3.17 |
| 2862 | 2026-08-26T14:40:45.750Z | Checking crc-any v2.5.0 |
| 2863 | 2026-08-26T14:40:45.763Z | Checking fallible-iterator v0.2.0 |
| 2864 | 2026-08-26T14:40:45.817Z | Checking either v1.15.0 |
| 2865 | 2026-08-26T14:40:45.923Z | Checking publicsuffix v2.3.0 |
| 2866 | 2026-08-26T14:40:45.972Z | Checking dof v0.4.0 |
| 2867 | 2026-08-26T14:40:46.002Z | Checking heapless v0.7.17 |
| 2868 | 2026-08-26T14:40:46.036Z | Checking postgres-protocol v0.6.10 |
| 2869 | 2026-08-26T14:40:46.081Z | Checking zstd-safe v7.2.4 |
| 2870 | 2026-08-26T14:40:46.243Z | Checking goblin v0.8.2 |
| 2871 | 2026-08-26T14:40:46.355Z | Checking toml v0.7.8 |
| 2872 | 2026-08-26T14:40:46.407Z | Checking inout v0.2.2 |
| 2873 | 2026-08-26T14:40:46.422Z | Checking hyper-tls v0.6.0 |
| 2874 | 2026-08-26T14:40:46.558Z | Checking daft v0.1.8 |
| 2875 | 2026-08-26T14:40:46.592Z | Checking object v0.30.4 |
| 2876 | 2026-08-26T14:40:46.605Z | Checking zip v0.6.6 |
| 2877 | 2026-08-26T14:40:46.617Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2878 | 2026-08-26T14:40:46.662Z | Checking cookie v0.18.1 |
| 2879 | 2026-08-26T14:40:46.721Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2880 | 2026-08-26T14:40:46.796Z | Checking tokio-rustls v0.26.4 |
| 2881 | 2026-08-26T14:40:46.877Z | Checking phf_shared v0.13.1 |
| 2882 | 2026-08-26T14:40:46.892Z | Checking dtrace-parser v0.3.0 |
| 2883 | 2026-08-26T14:40:46.921Z | Checking pin-project v1.1.11 |
| 2884 | 2026-08-26T14:40:47.012Z | Checking zerocopy v0.7.35 |
| 2885 | 2026-08-26T14:40:47.025Z | Checking signal-hook v0.3.18 |
| 2886 | 2026-08-26T14:40:47.070Z | Checking futures-executor v0.3.32 |
| 2887 | 2026-08-26T14:40:47.118Z | Checking ff v0.13.1 |
| 2888 | 2026-08-26T14:40:47.206Z | Checking thread-id v5.1.0 |
| 2889 | 2026-08-26T14:40:47.219Z | Checking jiff-core v0.1.0 |
| 2890 | 2026-08-26T14:40:47.243Z | Checking managed v0.8.0 |
| 2891 | 2026-08-26T14:40:47.281Z | Checking bitflags v1.3.2 |
| 2892 | 2026-08-26T14:40:47.351Z | Checking unicode-width v0.2.0 |
| 2893 | 2026-08-26T14:40:47.384Z | Checking backtrace v0.3.76 |
| 2894 | 2026-08-26T14:40:47.424Z | Checking path-slash v0.1.5 |
| 2895 | 2026-08-26T14:40:47.491Z | Checking bumpalo v3.20.2 |
| 2896 | 2026-08-26T14:40:47.521Z | Checking unicode-linebreak v0.1.5 |
| 2897 | 2026-08-26T14:40:47.579Z | Checking smawk v0.3.2 |
| 2898 | 2026-08-26T14:40:47.592Z | Checking is_ci v1.2.0 |
| 2899 | 2026-08-26T14:40:47.670Z | Checking foldhash v0.2.0 |
| 2900 | 2026-08-26T14:40:47.683Z | Checking base16ct v0.2.0 |
| 2901 | 2026-08-26T14:40:47.695Z | Checking same-file v1.0.6 |
| 2902 | 2026-08-26T14:40:47.707Z | Compiling rayon-core v1.13.0 |
| 2903 | 2026-08-26T14:40:47.724Z | Checking foldhash v0.1.5 |
| 2904 | 2026-08-26T14:40:47.802Z | Checking libbz2-rs-sys v0.2.2 |
| 2905 | 2026-08-26T14:40:47.805Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2906 | 2026-08-26T14:40:47.828Z | Checking hashbrown v0.16.1 |
| 2907 | 2026-08-26T14:40:47.855Z | Checking hashbrown v0.15.5 |
| 2908 | 2026-08-26T14:40:47.887Z | Checking jiff v0.2.34 |
| 2909 | 2026-08-26T14:40:47.901Z | Checking sec1 v0.7.3 |
| 2910 | 2026-08-26T14:40:47.990Z | Checking walkdir v2.5.0 |
| 2911 | 2026-08-26T14:40:48.099Z | Checking textwrap v0.16.2 |
| 2912 | 2026-08-26T14:40:48.135Z | Checking dof v0.3.0 |
| 2913 | 2026-08-26T14:40:48.147Z | Checking zopfli v0.8.3 |
| 2914 | 2026-08-26T14:40:48.199Z | Checking bzip2 v0.6.1 |
| 2915 | 2026-08-26T14:40:48.306Z | Checking supports-color v3.0.2 |
| 2916 | 2026-08-26T14:40:48.309Z | Checking backtrace-ext v0.2.1 |
| 2917 | 2026-08-26T14:40:48.331Z | Checking smoltcp v0.9.1 |
| 2918 | 2026-08-26T14:40:48.355Z | Checking usdt-impl v0.6.0 |
| 2919 | 2026-08-26T14:40:48.409Z | Checking group v0.13.0 |
| 2920 | 2026-08-26T14:40:48.413Z | Checking futures v0.3.32 |
| 2921 | 2026-08-26T14:40:48.435Z | Checking signal-hook-mio v0.2.5 |
| 2922 | 2026-08-26T14:40:48.472Z | Checking phf v0.13.1 |
| 2923 | 2026-08-26T14:40:48.494Z | Checking hyper-rustls v0.27.7 |
| 2924 | 2026-08-26T14:40:48.533Z | Checking snafu v0.8.9 |
| 2925 | 2026-08-26T14:40:48.549Z | Checking cookie_store v0.22.1 |
| 2926 | 2026-08-26T14:40:48.613Z | Checking reqwest v0.12.28 |
| 2927 | 2026-08-26T14:40:48.629Z | Checking cipher v0.5.2 |
| 2928 | 2026-08-26T14:40:48.650Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2929 | 2026-08-26T14:40:48.696Z | Checking postgres-types v0.2.12 |
| 2930 | 2026-08-26T14:40:48.767Z | Checking zstd v0.13.3 |
| 2931 | 2026-08-26T14:40:48.863Z | Checking rustls-platform-verifier v0.6.2 |
| 2932 | 2026-08-26T14:40:48.886Z | Checking globset v0.4.18 |
| 2933 | 2026-08-26T14:40:48.910Z | Checking crossbeam-deque v0.8.6 |
| 2934 | 2026-08-26T14:40:48.950Z | Checking phf_shared v0.11.3 |
| 2935 | 2026-08-26T14:40:48.976Z | Checking regex v1.12.3 |
| 2936 | 2026-08-26T14:40:48.998Z | Checking dtrace-parser v0.2.0 |
| 2937 | 2026-08-26T14:40:49.002Z | Checking hkdf v0.12.4 |
| 2938 | 2026-08-26T14:40:49.083Z | Checking olpc-cjson v0.1.4 |
| 2939 | 2026-08-26T14:40:49.095Z | Checking ref-cast v1.0.25 |
| 2940 | 2026-08-26T14:40:49.121Z | Checking curve25519-dalek v4.1.3 |
| 2941 | 2026-08-26T14:40:49.141Z | Checking strum v0.27.2 |
| 2942 | 2026-08-26T14:40:49.185Z | Checking byte-wrapper v0.1.0 |
| 2943 | 2026-08-26T14:40:49.211Z | Checking hubpack v0.1.2 |
| 2944 | 2026-08-26T14:40:49.231Z | Checking ed25519 v2.2.3 |
| 2945 | 2026-08-26T14:40:49.246Z | Checking memoffset v0.9.1 |
| 2946 | 2026-08-26T14:40:49.249Z | Checking rustix v0.38.44 |
| 2947 | 2026-08-26T14:40:49.324Z | Checking owo-colors v4.3.0 |
| 2948 | 2026-08-26T14:40:49.354Z | Checking pem v3.0.6 |
| 2949 | 2026-08-26T14:40:49.369Z | Checking crypto-bigint v0.5.5 |
| 2950 | 2026-08-26T14:40:49.382Z | Checking serde_plain v1.0.2 |
| 2951 | 2026-08-26T14:40:49.411Z | Checking erased-serde v0.3.31 |
| 2952 | 2026-08-26T14:40:49.509Z | Checking serde-big-array v0.5.1 |
| 2953 | 2026-08-26T14:40:49.523Z | Checking float-cmp v0.10.0 |
| 2954 | 2026-08-26T14:40:49.640Z | Checking memmap2 v0.9.10 |
| 2955 | 2026-08-26T14:40:49.643Z | Checking thread-id v4.2.2 |
| 2956 | 2026-08-26T14:40:49.731Z | Checking winnow v1.0.3 |
| 2957 | 2026-08-26T14:40:49.768Z | Checking data-encoding v2.10.0 |
| 2958 | 2026-08-26T14:40:49.783Z | Checking const-oid v0.10.2 |
| 2959 | 2026-08-26T14:40:49.796Z | Checking predicates-core v1.0.10 |
| 2960 | 2026-08-26T14:40:49.864Z | Checking static_assertions v1.1.0 |
| 2961 | 2026-08-26T14:40:49.886Z | Checking typed-path v0.9.3 |
| 2962 | 2026-08-26T14:40:49.913Z | Checking winnow v0.7.14 |
| 2963 | 2026-08-26T14:40:49.931Z | Checking unicode-width v0.1.14 |
| 2964 | 2026-08-26T14:40:49.942Z | Checking cpufeatures v0.3.0 |
| 2965 | 2026-08-26T14:40:50.009Z | Checking new_debug_unreachable v1.0.6 |
| 2966 | 2026-08-26T14:40:50.030Z | Checking difflib v0.4.0 |
| 2967 | 2026-08-26T14:40:50.045Z | Checking precomputed-hash v0.1.1 |
| 2968 | 2026-08-26T14:40:50.074Z | Checking whoami v2.1.0 |
| 2969 | 2026-08-26T14:40:50.140Z | Checking normalize-line-endings v0.3.0 |
| 2970 | 2026-08-26T14:40:50.186Z | Checking supports-hyperlinks v3.2.0 |
| 2971 | 2026-08-26T14:40:50.210Z | Checking fixedbitset v0.5.7 |
| 2972 | 2026-08-26T14:40:50.228Z | Checking supports-unicode v3.0.0 |
| 2973 | 2026-08-26T14:40:50.268Z | Checking fixedbitset v0.4.2 |
| 2974 | 2026-08-26T14:40:50.285Z | Checking keccak v0.1.6 |
| 2975 | 2026-08-26T14:40:50.298Z | Checking unicode-segmentation v1.12.0 |
| 2976 | 2026-08-26T14:40:50.331Z | Checking toml_write v0.1.2 |
| 2977 | 2026-08-26T14:40:50.400Z | Checking petgraph v0.8.3 |
| 2978 | 2026-08-26T14:40:50.415Z | Checking petgraph v0.6.5 |
| 2979 | 2026-08-26T14:40:50.450Z | Checking sha3 v0.10.8 |
| 2980 | 2026-08-26T14:40:50.496Z | Checking miette v7.6.0 |
| 2981 | 2026-08-26T14:40:50.581Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2982 | 2026-08-26T14:40:50.604Z | Checking similar v2.7.0 |
| 2983 | 2026-08-26T14:40:50.657Z | Checking elliptic-curve v0.13.8 |
| 2984 | 2026-08-26T14:40:50.682Z | Checking tough v0.22.0 |
| 2985 | 2026-08-26T14:40:50.902Z | Checking tokio-postgres v0.7.16 |
| 2986 | 2026-08-26T14:40:50.958Z | Checking predicates v3.1.4 |
| 2987 | 2026-08-26T14:40:50.980Z | Checking string_cache v0.8.9 |
| 2988 | 2026-08-26T14:40:51.000Z | Checking crossterm v0.28.1 |
| 2989 | 2026-08-26T14:40:51.129Z | Checking toml_edit v0.22.27 |
| 2990 | 2026-08-26T14:40:51.147Z | Checking hickory-proto v0.25.2 |
| 2991 | 2026-08-26T14:40:51.249Z | Checking chacha20 v0.10.0 |
| 2992 | 2026-08-26T14:40:51.504Z | Checking digest v0.11.3 |
| 2993 | 2026-08-26T14:40:51.658Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2994 | 2026-08-26T14:40:51.689Z | Checking ed25519-dalek v2.2.0 |
| 2995 | 2026-08-26T14:40:51.692Z | Checking usdt v0.6.0 |
| 2996 | 2026-08-26T14:40:51.868Z | Checking slog v2.8.2 |
| 2997 | 2026-08-26T14:40:51.919Z | Checking zip v4.6.1 |
| 2998 | 2026-08-26T14:40:51.947Z | Checking usdt-impl v0.5.0 |
| 2999 | 2026-08-26T14:40:52.130Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3000 | 2026-08-26T14:40:52.166Z | Checking nix v0.31.2 |
| 3001 | 2026-08-26T14:40:52.195Z | Checking iddqd v0.4.2 |
| 3002 | 2026-08-26T14:40:52.493Z | Checking reqwest v0.13.2 |
| 3003 | 2026-08-26T14:40:52.666Z | Checking itertools v0.15.0 |
| 3004 | 2026-08-26T14:40:52.693Z | Checking itertools v0.13.0 |
| 3005 | 2026-08-26T14:40:52.709Z | Checking strum v0.26.3 |
| 3006 | 2026-08-26T14:40:52.818Z | Checking serde_with v3.21.0 |
| 3007 | 2026-08-26T14:40:53.105Z | Checking derive_more v2.1.1 |
| 3008 | 2026-08-26T14:40:53.205Z | Checking fs-err v3.3.0 |
| 3009 | 2026-08-26T14:40:53.335Z | Checking tokio-stream v0.1.18 |
| 3010 | 2026-08-26T14:40:53.348Z | Checking buf-list v1.1.2 |
| 3011 | 2026-08-26T14:40:53.503Z | Checking camino v1.2.5 |
| 3012 | 2026-08-26T14:40:53.524Z | Checking anyhow v1.0.104 |
| 3013 | 2026-08-26T14:40:53.696Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3014 | 2026-08-26T14:40:53.708Z | Checking openapiv3 v2.2.0 |
| 3015 | 2026-08-26T14:40:53.721Z | Checking peg-runtime v0.8.5 |
| 3016 | 2026-08-26T14:40:53.743Z | Checking lalrpop-util v0.19.12 |
| 3017 | 2026-08-26T14:40:53.757Z | Checking illumos-nvpair v0.3.0 |
| 3018 | 2026-08-26T14:40:53.859Z | Checking rayon v1.11.0 |
| 3019 | 2026-08-26T14:40:53.881Z | Checking sigpipe v0.1.3 |
| 3020 | 2026-08-26T14:40:53.898Z | Checking glob v0.3.3 |
| 3021 | 2026-08-26T14:40:54.851Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3022 | 2026-08-26T14:40:55.131Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3023 | 2026-08-26T14:40:55.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.55s |
| 3024 | 2026-08-26T14:40:55.582Z | |
| 3025 | 2026-08-26T14:40:55.582Z | info: running `cargo check --bins` on internal-dns-types (120/377) |
| 3026 | 2026-08-26T14:40:56.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2026-08-26T14:40:56.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2026-08-26T14:40:56.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2026-08-26T14:40:56.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3030 | 2026-08-26T14:40:56.151Z | |
| 3031 | 2026-08-26T14:40:56.151Z | info: running `cargo check --bins` on internal-dns-types-versions (121/377) |
| 3032 | 2026-08-26T14:40:56.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2026-08-26T14:40:56.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2026-08-26T14:40:56.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2026-08-26T14:40:56.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3036 | 2026-08-26T14:40:56.712Z | |
| 3037 | 2026-08-26T14:40:56.712Z | info: running `cargo check --bins` on nexus-types-versions (122/377) |
| 3038 | 2026-08-26T14:40:57.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2026-08-26T14:40:57.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2026-08-26T14:40:57.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2026-08-26T14:40:57.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3042 | 2026-08-26T14:40:57.297Z | |
| 3043 | 2026-08-26T14:40:57.297Z | info: running `cargo check --bins` on oxql-types (123/377) |
| 3044 | 2026-08-26T14:40:57.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-08-26T14:40:57.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-08-26T14:40:57.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-08-26T14:40:57.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3048 | 2026-08-26T14:40:57.865Z | |
| 3049 | 2026-08-26T14:40:57.865Z | info: running `cargo check --bins` on oximeter-types (124/377) |
| 3050 | 2026-08-26T14:40:58.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-08-26T14:40:58.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-08-26T14:40:58.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-08-26T14:40:58.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3054 | 2026-08-26T14:40:58.431Z | |
| 3055 | 2026-08-26T14:40:58.431Z | info: running `cargo check --bins` on oximeter-types-versions (125/377) |
| 3056 | 2026-08-26T14:40:58.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-08-26T14:40:58.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-08-26T14:40:58.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-08-26T14:40:58.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3060 | 2026-08-26T14:40:59.003Z | |
| 3061 | 2026-08-26T14:40:59.003Z | info: running `cargo check --bins` on oximeter-macro-impl (126/377) |
| 3062 | 2026-08-26T14:40:59.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-08-26T14:40:59.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-08-26T14:40:59.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-08-26T14:40:59.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3066 | 2026-08-26T14:40:59.560Z | |
| 3067 | 2026-08-26T14:40:59.560Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/377) |
| 3068 | 2026-08-26T14:41:00.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-08-26T14:41:00.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-08-26T14:41:00.245Z | Compiling multer v3.1.0 |
| 3071 | 2026-08-26T14:41:00.358Z | Compiling async-stream-impl v0.3.6 |
| 3072 | 2026-08-26T14:41:00.361Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3073 | 2026-08-26T14:41:00.374Z | Compiling serde_tokenstream v0.3.0 |
| 3074 | 2026-08-26T14:41:00.383Z | Compiling dropshot v0.17.1 |
| 3075 | 2026-08-26T14:41:00.405Z | Compiling parse-display-derive v0.10.0 |
| 3076 | 2026-08-26T14:41:00.408Z | Compiling dropshot_endpoint v0.17.1 |
| 3077 | 2026-08-26T14:41:00.408Z | Compiling newtype-uuid-macros v0.1.0 |
| 3078 | 2026-08-26T14:41:00.596Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3079 | 2026-08-26T14:41:00.634Z | Checking thread_local v1.1.9 |
| 3080 | 2026-08-26T14:41:00.669Z | Compiling oxide-generation-macros v0.2.0 |
| 3081 | 2026-08-26T14:41:00.731Z | Checking compression-core v0.4.31 |
| 3082 | 2026-08-26T14:41:00.804Z | Checking match_cfg v0.1.0 |
| 3083 | 2026-08-26T14:41:00.857Z | Checking compression-codecs v0.4.37 |
| 3084 | 2026-08-26T14:41:00.873Z | Checking hostname v0.3.1 |
| 3085 | 2026-08-26T14:41:00.925Z | Checking crossbeam-channel v0.5.15 |
| 3086 | 2026-08-26T14:41:00.966Z | Checking atomicwrites v0.4.4 |
| 3087 | 2026-08-26T14:41:00.997Z | Checking slog-json v2.6.1 |
| 3088 | 2026-08-26T14:41:01.018Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3089 | 2026-08-26T14:41:01.089Z | Checking serde_spanned v1.1.1 |
| 3090 | 2026-08-26T14:41:01.148Z | Checking is-terminal v0.4.17 |
| 3091 | 2026-08-26T14:41:01.151Z | Checking debug-ignore v1.0.5 |
| 3092 | 2026-08-26T14:41:01.211Z | Checking take_mut v0.2.2 |
| 3093 | 2026-08-26T14:41:01.224Z | Checking term v1.2.1 |
| 3094 | 2026-08-26T14:41:01.236Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3095 | 2026-08-26T14:41:01.254Z | Checking slog-bunyan v2.5.0 |
| 3096 | 2026-08-26T14:41:01.254Z | Checking async-compression v0.4.41 |
| 3097 | 2026-08-26T14:41:01.312Z | Checking slog-async v2.8.0 |
| 3098 | 2026-08-26T14:41:01.366Z | Checking async-stream v0.3.6 |
| 3099 | 2026-08-26T14:41:01.395Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3100 | 2026-08-26T14:41:01.408Z | Checking toml v1.1.2+spec-1.1.0 |
| 3101 | 2026-08-26T14:41:01.441Z | Checking slog-term v2.9.2 |
| 3102 | 2026-08-26T14:41:01.482Z | Checking progenitor-client v0.14.0 |
| 3103 | 2026-08-26T14:41:01.494Z | Checking sha1 v0.11.0 |
| 3104 | 2026-08-26T14:41:01.508Z | Checking oxide-generation v0.1.3 |
| 3105 | 2026-08-26T14:41:01.681Z | Checking waitgroup v0.1.2 |
| 3106 | 2026-08-26T14:41:01.694Z | Checking rustls-pemfile v2.2.0 |
| 3107 | 2026-08-26T14:41:01.707Z | Checking backon v1.6.0 |
| 3108 | 2026-08-26T14:41:01.721Z | Checking serde_path_to_error v0.1.20 |
| 3109 | 2026-08-26T14:41:01.735Z | Checking hostname v0.4.2 |
| 3110 | 2026-08-26T14:41:01.775Z | Checking instant v0.1.13 |
| 3111 | 2026-08-26T14:41:01.855Z | Checking backoff v0.4.0 |
| 3112 | 2026-08-26T14:41:01.869Z | Checking progenitor-extras v0.2.0 |
| 3113 | 2026-08-26T14:41:01.988Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3114 | 2026-08-26T14:41:01.993Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3115 | 2026-08-26T14:41:02.026Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3116 | 2026-08-26T14:41:02.039Z | Checking regress v0.10.5 |
| 3117 | 2026-08-26T14:41:02.064Z | Checking parse-display v0.10.0 |
| 3118 | 2026-08-26T14:41:02.080Z | Checking itertools v0.14.0 |
| 3119 | 2026-08-26T14:41:02.192Z | Checking macaddr v1.0.1 |
| 3120 | 2026-08-26T14:41:02.346Z | Checking humantime v2.3.0 |
| 3121 | 2026-08-26T14:41:03.201Z | Compiling prettyplease v0.2.37 |
| 3122 | 2026-08-26T14:41:03.459Z | Checking num-rational v0.4.2 |
| 3123 | 2026-08-26T14:41:03.729Z | Checking num-complex v0.4.6 |
| 3124 | 2026-08-26T14:41:04.119Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3125 | 2026-08-26T14:41:04.159Z | Compiling num v0.4.3 |
| 3126 | 2026-08-26T14:41:04.267Z | Compiling usdt-macro v0.5.0 |
| 3127 | 2026-08-26T14:41:04.281Z | Compiling usdt-attr-macro v0.5.0 |
| 3128 | 2026-08-26T14:41:04.306Z | Checking memmap v0.7.0 |
| 3129 | 2026-08-26T14:41:04.341Z | Compiling float-ord v0.3.2 |
| 3130 | 2026-08-26T14:41:04.456Z | Compiling convert_case v0.4.0 |
| 3131 | 2026-08-26T14:41:04.822Z | Compiling derive_more v0.99.20 |
| 3132 | 2026-08-26T14:41:04.917Z | Checking newline-converter v0.3.0 |
| 3133 | 2026-08-26T14:41:04.988Z | Checking console v0.15.11 |
| 3134 | 2026-08-26T14:41:05.024Z | Compiling toml v0.8.23 |
| 3135 | 2026-08-26T14:41:05.048Z | Checking usdt v0.5.0 |
| 3136 | 2026-08-26T14:41:05.252Z | Compiling minimal-lexical v0.2.1 |
| 3137 | 2026-08-26T14:41:05.317Z | Checking linked-hash-map v0.5.6 |
| 3138 | 2026-08-26T14:41:05.488Z | Checking lru-cache v0.1.2 |
| 3139 | 2026-08-26T14:41:05.507Z | Compiling nom v7.1.3 |
| 3140 | 2026-08-26T14:41:05.611Z | Checking expectorate v1.2.0 |
| 3141 | 2026-08-26T14:41:05.741Z | Checking camino-tempfile v1.4.1 |
| 3142 | 2026-08-26T14:41:05.906Z | Checking hickory-proto v0.24.4 |
| 3143 | 2026-08-26T14:41:06.039Z | Checking phf_shared v0.12.1 |
| 3144 | 2026-08-26T14:41:06.177Z | Compiling slog-dtrace v0.3.0 |
| 3145 | 2026-08-26T14:41:06.189Z | Checking resolv-conf v0.7.6 |
| 3146 | 2026-08-26T14:41:06.379Z | Checking heck v0.5.0 |
| 3147 | 2026-08-26T14:41:06.504Z | Compiling chrono-tz v0.10.4 |
| 3148 | 2026-08-26T14:41:06.593Z | Compiling unicode-xid v0.2.6 |
| 3149 | 2026-08-26T14:41:06.720Z | Compiling const_format_proc_macros v0.2.34 |
| 3150 | 2026-08-26T14:41:06.749Z | Checking phf v0.12.1 |
| 3151 | 2026-08-26T14:41:06.853Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3152 | 2026-08-26T14:41:06.890Z | Checking tokio-dtrace v0.1.1 |
| 3153 | 2026-08-26T14:41:06.937Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3154 | 2026-08-26T14:41:07.077Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3155 | 2026-08-26T14:41:07.319Z | Compiling derive-where v1.6.0 |
| 3156 | 2026-08-26T14:41:07.432Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3157 | 2026-08-26T14:41:07.598Z | Checking highway v1.3.0 |
| 3158 | 2026-08-26T14:41:07.720Z | Checking hickory-resolver v0.24.4 |
| 3159 | 2026-08-26T14:41:07.825Z | Checking const_format v0.2.35 |
| 3160 | 2026-08-26T14:41:08.056Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3161 | 2026-08-26T14:41:08.466Z | Checking oxide-tokio-rt v0.1.4 |
| 3162 | 2026-08-26T14:41:08.492Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3163 | 2026-08-26T14:41:08.606Z | Checking qorb v0.4.1 |
| 3164 | 2026-08-26T14:41:08.773Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3165 | 2026-08-26T14:41:08.801Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3166 | 2026-08-26T14:41:08.864Z | Checking gethostname v0.5.0 |
| 3167 | 2026-08-26T14:41:08.943Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3168 | 2026-08-26T14:41:08.957Z | Checking bcs v0.1.6 |
| 3169 | 2026-08-26T14:41:08.960Z | Checking termtree v0.5.1 |
| 3170 | 2026-08-26T14:41:11.986Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3171 | 2026-08-26T14:41:15.070Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3172 | 2026-08-26T14:41:17.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.76s |
| 3173 | 2026-08-26T14:41:17.499Z | |
| 3174 | 2026-08-26T14:41:17.500Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377) |
| 3175 | 2026-08-26T14:41:18.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3176 | 2026-08-26T14:41:18.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3177 | 2026-08-26T14:41:18.182Z | Compiling ar_archive_writer v0.5.1 |
| 3178 | 2026-08-26T14:41:18.291Z | Compiling stacker v0.1.23 |
| 3179 | 2026-08-26T14:41:18.298Z | Compiling cfg_aliases v0.1.1 |
| 3180 | 2026-08-26T14:41:18.305Z | Compiling proc-macro-error v1.0.4 |
| 3181 | 2026-08-26T14:41:18.311Z | Checking fd-lock v4.0.4 |
| 3182 | 2026-08-26T14:41:18.315Z | Checking nibble_vec v0.1.0 |
| 3183 | 2026-08-26T14:41:18.315Z | Checking vte v0.14.1 |
| 3184 | 2026-08-26T14:41:18.315Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3185 | 2026-08-26T14:41:18.354Z | Compiling nix v0.28.0 |
| 3186 | 2026-08-26T14:41:18.432Z | Checking bytecount v0.6.9 |
| 3187 | 2026-08-26T14:41:18.445Z | Checking endian-type v0.1.2 |
| 3188 | 2026-08-26T14:41:18.458Z | Checking strip-ansi-escapes v0.2.1 |
| 3189 | 2026-08-26T14:41:18.535Z | Checking papergrid v0.11.0 |
| 3190 | 2026-08-26T14:41:18.552Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3191 | 2026-08-26T14:41:18.565Z | Checking radix_trie v0.2.1 |
| 3192 | 2026-08-26T14:41:18.576Z | Compiling peg-macros v0.8.5 |
| 3193 | 2026-08-26T14:41:18.587Z | Compiling tabled_derive v0.7.0 |
| 3194 | 2026-08-26T14:41:18.726Z | Compiling sqlparser_derive v0.5.0 |
| 3195 | 2026-08-26T14:41:18.764Z | Checking winnow v0.6.26 |
| 3196 | 2026-08-26T14:41:19.009Z | Checking home v0.5.12 |
| 3197 | 2026-08-26T14:41:19.089Z | Compiling psm v0.1.30 |
| 3198 | 2026-08-26T14:41:19.113Z | Checking unicode_categories v0.1.1 |
| 3199 | 2026-08-26T14:41:19.135Z | Checking nu-ansi-term v0.50.3 |
| 3200 | 2026-08-26T14:41:19.323Z | Checking crossterm v0.29.0 |
| 3201 | 2026-08-26T14:41:19.338Z | Checking reedline v0.40.0 |
| 3202 | 2026-08-26T14:41:19.461Z | Checking display-error-chain v0.2.2 |
| 3203 | 2026-08-26T14:41:19.532Z | Checking tabled v0.15.0 |
| 3204 | 2026-08-26T14:41:19.616Z | Checking rustyline v14.0.0 |
| 3205 | 2026-08-26T14:41:19.844Z | Checking recursive v0.1.1 |
| 3206 | 2026-08-26T14:41:19.865Z | Checking peg v0.8.5 |
| 3207 | 2026-08-26T14:41:19.883Z | Checking sqlformat v0.3.5 |
| 3208 | 2026-08-26T14:41:19.928Z | Checking sqlparser v0.61.0 |
| 3209 | 2026-08-26T14:41:31.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s |
| 3210 | 2026-08-26T14:41:31.359Z | |
| 3211 | 2026-08-26T14:41:31.359Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377) |
| 3212 | 2026-08-26T14:41:31.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-08-26T14:41:31.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-08-26T14:41:32.036Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3215 | 2026-08-26T14:41:35.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
| 3216 | 2026-08-26T14:41:35.781Z | |
| 3217 | 2026-08-26T14:41:35.782Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377) |
| 3218 | 2026-08-26T14:41:36.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-08-26T14:41:36.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-08-26T14:41:36.451Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3221 | 2026-08-26T14:41:38.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 3222 | 2026-08-26T14:41:39.156Z | |
| 3223 | 2026-08-26T14:41:39.156Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377) |
| 3224 | 2026-08-26T14:41:39.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2026-08-26T14:41:39.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2026-08-26T14:41:39.819Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3227 | 2026-08-26T14:41:43.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
| 3228 | 2026-08-26T14:41:43.328Z | |
| 3229 | 2026-08-26T14:41:43.328Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377) |
| 3230 | 2026-08-26T14:41:43.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2026-08-26T14:41:43.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2026-08-26T14:41:44.002Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3233 | 2026-08-26T14:41:47.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
| 3234 | 2026-08-26T14:41:47.534Z | |
| 3235 | 2026-08-26T14:41:47.534Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377) |
| 3236 | 2026-08-26T14:41:48.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3237 | 2026-08-26T14:41:48.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3238 | 2026-08-26T14:41:48.202Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3239 | 2026-08-26T14:41:50.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s |
| 3240 | 2026-08-26T14:41:51.048Z | |
| 3241 | 2026-08-26T14:41:51.049Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377) |
| 3242 | 2026-08-26T14:41:51.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3243 | 2026-08-26T14:41:51.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3244 | 2026-08-26T14:41:51.717Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3245 | 2026-08-26T14:41:54.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
| 3246 | 2026-08-26T14:41:54.596Z | |
| 3247 | 2026-08-26T14:41:54.596Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377) |
| 3248 | 2026-08-26T14:41:55.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3249 | 2026-08-26T14:41:55.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3250 | 2026-08-26T14:41:55.268Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3251 | 2026-08-26T14:41:58.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
| 3252 | 2026-08-26T14:41:58.942Z | |
| 3253 | 2026-08-26T14:41:58.942Z | info: running `cargo check --bins` on oximeter (136/377) |
| 3254 | 2026-08-26T14:41:59.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3255 | 2026-08-26T14:41:59.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3256 | 2026-08-26T14:41:59.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3257 | 2026-08-26T14:41:59.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3258 | 2026-08-26T14:41:59.508Z | |
| 3259 | 2026-08-26T14:41:59.508Z | info: running `cargo check --bins` on oximeter-schema (137/377) |
| 3260 | 2026-08-26T14:41:59.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3261 | 2026-08-26T14:41:59.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3262 | 2026-08-26T14:42:00.134Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3263 | 2026-08-26T14:42:00.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3264 | 2026-08-26T14:42:00.681Z | |
| 3265 | 2026-08-26T14:42:00.681Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/377) |
| 3266 | 2026-08-26T14:42:01.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3267 | 2026-08-26T14:42:01.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3268 | 2026-08-26T14:42:01.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3269 | 2026-08-26T14:42:01.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3270 | 2026-08-26T14:42:01.251Z | |
| 3271 | 2026-08-26T14:42:01.251Z | info: running `cargo check --bins` on oximeter-test-utils (139/377) |
| 3272 | 2026-08-26T14:42:01.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3273 | 2026-08-26T14:42:01.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3274 | 2026-08-26T14:42:01.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3275 | 2026-08-26T14:42:01.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3276 | 2026-08-26T14:42:01.869Z | |
| 3277 | 2026-08-26T14:42:01.870Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377) |
| 3278 | 2026-08-26T14:42:02.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3279 | 2026-08-26T14:42:02.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3280 | 2026-08-26T14:42:02.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3281 | 2026-08-26T14:42:02.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3282 | 2026-08-26T14:42:02.450Z | |
| 3283 | 2026-08-26T14:42:02.450Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377) |
| 3284 | 2026-08-26T14:42:02.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3285 | 2026-08-26T14:42:02.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3286 | 2026-08-26T14:42:02.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3287 | 2026-08-26T14:42:02.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3288 | 2026-08-26T14:42:03.029Z | |
| 3289 | 2026-08-26T14:42:03.029Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377) |
| 3290 | 2026-08-26T14:42:03.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3291 | 2026-08-26T14:42:03.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3292 | 2026-08-26T14:42:03.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3293 | 2026-08-26T14:42:03.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3294 | 2026-08-26T14:42:03.607Z | |
| 3295 | 2026-08-26T14:42:03.607Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377) |
| 3296 | 2026-08-26T14:42:04.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3297 | 2026-08-26T14:42:04.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3298 | 2026-08-26T14:42:04.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3299 | 2026-08-26T14:42:04.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3300 | 2026-08-26T14:42:04.187Z | |
| 3301 | 2026-08-26T14:42:04.187Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/377) |
| 3302 | 2026-08-26T14:42:04.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3303 | 2026-08-26T14:42:04.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3304 | 2026-08-26T14:42:04.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3305 | 2026-08-26T14:42:04.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3306 | 2026-08-26T14:42:04.769Z | |
| 3307 | 2026-08-26T14:42:04.769Z | info: running `cargo check --bins` on reconfigurator-cli (145/377) |
| 3308 | 2026-08-26T14:42:05.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3309 | 2026-08-26T14:42:05.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3310 | 2026-08-26T14:42:05.597Z | Compiling crucible-workspace-hack v0.1.0 |
| 3311 | 2026-08-26T14:42:05.601Z | Compiling regress v0.11.1 |
| 3312 | 2026-08-26T14:42:05.601Z | Checking secrecy v0.10.3 |
| 3313 | 2026-08-26T14:42:05.601Z | Checking half v2.7.1 |
| 3314 | 2026-08-26T14:42:05.601Z | Checking ciborium-io v0.2.2 |
| 3315 | 2026-08-26T14:42:05.601Z | Checking inout v0.1.4 |
| 3316 | 2026-08-26T14:42:05.601Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3317 | 2026-08-26T14:42:05.601Z | Checking universal-hash v0.5.1 |
| 3318 | 2026-08-26T14:42:05.833Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3319 | 2026-08-26T14:42:05.847Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3320 | 2026-08-26T14:42:05.860Z | Checking cipher v0.4.4 |
| 3321 | 2026-08-26T14:42:05.889Z | Checking opaque-debug v0.3.1 |
| 3322 | 2026-08-26T14:42:05.982Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3323 | 2026-08-26T14:42:05.997Z | Checking poly1305 v0.8.0 |
| 3324 | 2026-08-26T14:42:06.024Z | Checking ciborium-ll v0.2.2 |
| 3325 | 2026-08-26T14:42:06.053Z | Checking chacha20 v0.9.1 |
| 3326 | 2026-08-26T14:42:06.081Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3327 | 2026-08-26T14:42:06.189Z | Checking ciborium v0.2.2 |
| 3328 | 2026-08-26T14:42:06.247Z | Checking password-hash v0.5.0 |
| 3329 | 2026-08-26T14:42:06.262Z | Checking blake2 v0.10.6 |
| 3330 | 2026-08-26T14:42:06.265Z | Checking aead v0.5.2 |
| 3331 | 2026-08-26T14:42:06.418Z | Checking indent_write v2.2.0 |
| 3332 | 2026-08-26T14:42:06.465Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3333 | 2026-08-26T14:42:06.485Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3334 | 2026-08-26T14:42:06.501Z | Checking argon2 v0.5.3 |
| 3335 | 2026-08-26T14:42:06.544Z | Checking chacha20poly1305 v0.10.1 |
| 3336 | 2026-08-26T14:42:06.605Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3337 | 2026-08-26T14:42:06.674Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3338 | 2026-08-26T14:42:06.709Z | Compiling unsafe-libyaml v0.2.11 |
| 3339 | 2026-08-26T14:42:06.842Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3340 | 2026-08-26T14:42:07.002Z | Checking thiserror-no-std v2.0.2 |
| 3341 | 2026-08-26T14:42:07.046Z | Compiling heapless v0.8.0 |
| 3342 | 2026-08-26T14:42:07.092Z | Checking vsss-rs v3.3.4 |
| 3343 | 2026-08-26T14:42:07.221Z | Compiling serde_yaml v0.9.34+deprecated |
| 3344 | 2026-08-26T14:42:07.326Z | Compiling typify-impl v0.6.2 |
| 3345 | 2026-08-26T14:42:07.436Z | Compiling proc-macro-crate v3.4.0 |
| 3346 | 2026-08-26T14:42:07.873Z | Compiling ingot-macros v0.2.0 |
| 3347 | 2026-08-26T14:42:07.986Z | Compiling num_enum_derive v0.7.6 |
| 3348 | 2026-08-26T14:42:08.114Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3349 | 2026-08-26T14:42:08.206Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3350 | 2026-08-26T14:42:08.221Z | Checking hash32 v0.3.1 |
| 3351 | 2026-08-26T14:42:08.352Z | Compiling smoltcp v0.11.0 |
| 3352 | 2026-08-26T14:42:08.634Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3353 | 2026-08-26T14:42:08.731Z | Checking tabwriter v1.4.1 |
| 3354 | 2026-08-26T14:42:08.863Z | Checking cobs v0.3.0 |
| 3355 | 2026-08-26T14:42:08.878Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3356 | 2026-08-26T14:42:08.891Z | Checking swrite v0.1.0 |
| 3357 | 2026-08-26T14:42:08.985Z | Compiling proc-macro-crate v1.3.1 |
| 3358 | 2026-08-26T14:42:09.001Z | Checking num_enum v0.7.6 |
| 3359 | 2026-08-26T14:42:09.014Z | Checking postcard v1.1.3 |
| 3360 | 2026-08-26T14:42:09.073Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3361 | 2026-08-26T14:42:09.112Z | Compiling foreign-types-macros v0.2.3 |
| 3362 | 2026-08-26T14:42:09.280Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3363 | 2026-08-26T14:42:09.302Z | Checking colored v3.1.1 |
| 3364 | 2026-08-26T14:42:09.324Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3365 | 2026-08-26T14:42:09.398Z | Checking foreign-types-shared v0.3.1 |
| 3366 | 2026-08-26T14:42:09.489Z | Compiling num_enum_derive v0.5.11 |
| 3367 | 2026-08-26T14:42:09.610Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3368 | 2026-08-26T14:42:09.630Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3369 | 2026-08-26T14:42:09.699Z | Checking foreign-types v0.5.0 |
| 3370 | 2026-08-26T14:42:09.780Z | Checking cstr-argument v0.1.2 |
| 3371 | 2026-08-26T14:42:09.907Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3372 | 2026-08-26T14:42:10.037Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3373 | 2026-08-26T14:42:10.076Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3374 | 2026-08-26T14:42:10.163Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3375 | 2026-08-26T14:42:10.180Z | Checking rand v0.10.1 |
| 3376 | 2026-08-26T14:42:10.251Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3377 | 2026-08-26T14:42:10.301Z | Compiling zone_cfg_derive v0.3.1 |
| 3378 | 2026-08-26T14:42:10.329Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3379 | 2026-08-26T14:42:10.449Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3380 | 2026-08-26T14:42:10.531Z | Checking num_enum v0.5.11 |
| 3381 | 2026-08-26T14:42:10.570Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3382 | 2026-08-26T14:42:10.648Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3383 | 2026-08-26T14:42:10.666Z | Checking ingot-types v0.2.0 |
| 3384 | 2026-08-26T14:42:10.744Z | Checking itertools v0.12.1 |
| 3385 | 2026-08-26T14:42:10.827Z | Compiling num-derive v0.4.2 |
| 3386 | 2026-08-26T14:42:10.953Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3387 | 2026-08-26T14:42:11.041Z | Checking ingot v0.2.1 |
| 3388 | 2026-08-26T14:42:11.141Z | Compiling semver v0.1.20 |
| 3389 | 2026-08-26T14:42:11.436Z | Compiling rustc_version v0.1.7 |
| 3390 | 2026-08-26T14:42:11.662Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3391 | 2026-08-26T14:42:11.717Z | Checking smf v0.2.3 |
| 3392 | 2026-08-26T14:42:11.750Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3393 | 2026-08-26T14:42:11.768Z | Checking zone v0.3.1 |
| 3394 | 2026-08-26T14:42:11.819Z | Checking nom v8.0.0 |
| 3395 | 2026-08-26T14:42:11.837Z | Compiling typify-macro v0.6.2 |
| 3396 | 2026-08-26T14:42:11.950Z | Checking csv-core v0.1.13 |
| 3397 | 2026-08-26T14:42:11.969Z | Checking whoami v1.6.1 |
| 3398 | 2026-08-26T14:42:12.003Z | Compiling newtype_derive v0.1.6 |
| 3399 | 2026-08-26T14:42:12.121Z | Checking csv v1.4.0 |
| 3400 | 2026-08-26T14:42:12.124Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3401 | 2026-08-26T14:42:12.150Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3402 | 2026-08-26T14:42:12.188Z | Compiling cancel-safe-futures v0.1.5 |
| 3403 | 2026-08-26T14:42:12.315Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3404 | 2026-08-26T14:42:12.387Z | Compiling libefi-sys v0.1.0 |
| 3405 | 2026-08-26T14:42:12.486Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3406 | 2026-08-26T14:42:12.539Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3407 | 2026-08-26T14:42:12.642Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3408 | 2026-08-26T14:42:12.664Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3409 | 2026-08-26T14:42:12.679Z | Checking oxide-update-engine-types v0.1.2 |
| 3410 | 2026-08-26T14:42:12.864Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3411 | 2026-08-26T14:42:12.903Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3412 | 2026-08-26T14:42:12.977Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3413 | 2026-08-26T14:42:13.075Z | Compiling bitfield-struct v0.6.2 |
| 3414 | 2026-08-26T14:42:13.210Z | Checking linear-map v1.2.0 |
| 3415 | 2026-08-26T14:42:13.388Z | Checking steno v0.4.1 |
| 3416 | 2026-08-26T14:42:13.547Z | Compiling typify v0.6.2 |
| 3417 | 2026-08-26T14:42:13.612Z | Checking oxide-update-engine v0.1.2 |
| 3418 | 2026-08-26T14:42:13.666Z | Compiling progenitor-impl v0.14.0 |
| 3419 | 2026-08-26T14:42:13.706Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3420 | 2026-08-26T14:42:13.721Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3421 | 2026-08-26T14:42:13.739Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3422 | 2026-08-26T14:42:13.939Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3423 | 2026-08-26T14:42:14.033Z | Checking sha1 v0.10.6 |
| 3424 | 2026-08-26T14:42:14.102Z | Checking utf-8 v0.7.6 |
| 3425 | 2026-08-26T14:42:14.205Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3426 | 2026-08-26T14:42:14.241Z | Checking tungstenite v0.21.0 |
| 3427 | 2026-08-26T14:42:14.283Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3428 | 2026-08-26T14:42:14.384Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3429 | 2026-08-26T14:42:14.519Z | Checking ignore v0.4.25 |
| 3430 | 2026-08-26T14:42:14.537Z | Checking anstyle-parse v0.2.7 |
| 3431 | 2026-08-26T14:42:14.557Z | Compiling xshell-macros v0.2.7 |
| 3432 | 2026-08-26T14:42:14.666Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3433 | 2026-08-26T14:42:14.691Z | Checking anstream v0.6.21 |
| 3434 | 2026-08-26T14:42:14.733Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3435 | 2026-08-26T14:42:14.870Z | Checking tokio-tungstenite v0.21.0 |
| 3436 | 2026-08-26T14:42:14.899Z | Checking predicates-tree v1.0.13 |
| 3437 | 2026-08-26T14:42:14.926Z | Checking xshell v0.2.7 |
| 3438 | 2026-08-26T14:42:14.930Z | Checking globwalk v0.9.1 |
| 3439 | 2026-08-26T14:42:14.956Z | Checking filetime v0.2.27 |
| 3440 | 2026-08-26T14:42:15.007Z | Checking xattr v1.6.1 |
| 3441 | 2026-08-26T14:42:15.141Z | Checking tagptr v0.2.0 |
| 3442 | 2026-08-26T14:42:15.141Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3443 | 2026-08-26T14:42:15.170Z | Checking camino-tempfile-ext v0.3.3 |
| 3444 | 2026-08-26T14:42:15.190Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3445 | 2026-08-26T14:42:15.193Z | Checking tar v0.4.46 |
| 3446 | 2026-08-26T14:42:15.301Z | Checking moka v0.12.13 |
| 3447 | 2026-08-26T14:42:15.321Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3448 | 2026-08-26T14:42:15.338Z | Checking rand_seeder v0.4.0 |
| 3449 | 2026-08-26T14:42:15.366Z | Checking half v1.8.3 |
| 3450 | 2026-08-26T14:42:15.465Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3451 | 2026-08-26T14:42:15.487Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3452 | 2026-08-26T14:42:15.567Z | Checking serde_cbor v0.11.2 |
| 3453 | 2026-08-26T14:42:15.601Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3454 | 2026-08-26T14:42:15.789Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3455 | 2026-08-26T14:42:15.856Z | Checking sha2 v0.11.0 |
| 3456 | 2026-08-26T14:42:15.953Z | Checking digest-io v0.1.0 |
| 3457 | 2026-08-26T14:42:15.957Z | Checking hickory-resolver v0.25.2 |
| 3458 | 2026-08-26T14:42:16.089Z | Compiling petname v2.0.2 |
| 3459 | 2026-08-26T14:42:16.295Z | Compiling progenitor-macro v0.14.0 |
| 3460 | 2026-08-26T14:42:16.443Z | Checking rawzip v0.4.4 |
| 3461 | 2026-08-26T14:42:16.545Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3462 | 2026-08-26T14:42:16.695Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3463 | 2026-08-26T14:42:16.887Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3464 | 2026-08-26T14:42:16.942Z | Checking sapling-renderdag v0.1.0 |
| 3465 | 2026-08-26T14:42:17.068Z | Checking subprocess v0.2.15 |
| 3466 | 2026-08-26T14:42:17.088Z | Checking sync-ptr v0.1.4 |
| 3467 | 2026-08-26T14:42:17.195Z | Checking colored v2.2.0 |
| 3468 | 2026-08-26T14:42:17.209Z | Checking assert_matches v1.5.0 |
| 3469 | 2026-08-26T14:42:17.346Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3470 | 2026-08-26T14:42:17.388Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3471 | 2026-08-26T14:42:17.836Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3472 | 2026-08-26T14:42:18.119Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3473 | 2026-08-26T14:42:18.123Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3474 | 2026-08-26T14:42:18.763Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3475 | 2026-08-26T14:42:18.763Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3476 | 2026-08-26T14:42:19.172Z | Checking progenitor v0.14.0 |
| 3477 | 2026-08-26T14:42:19.310Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3478 | 2026-08-26T14:42:19.310Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3479 | 2026-08-26T14:42:19.420Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3480 | 2026-08-26T14:42:19.420Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3481 | 2026-08-26T14:42:19.420Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3482 | 2026-08-26T14:42:19.537Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3483 | 2026-08-26T14:42:19.726Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3484 | 2026-08-26T14:42:19.895Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3485 | 2026-08-26T14:42:19.922Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3486 | 2026-08-26T14:42:20.229Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3487 | 2026-08-26T14:42:20.483Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3488 | 2026-08-26T14:42:20.713Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3489 | 2026-08-26T14:42:21.076Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3490 | 2026-08-26T14:42:21.597Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3491 | 2026-08-26T14:42:22.239Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3492 | 2026-08-26T14:42:22.347Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3493 | 2026-08-26T14:42:30.957Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3494 | 2026-08-26T14:42:38.168Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3495 | 2026-08-26T14:42:38.172Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3496 | 2026-08-26T14:42:38.172Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3497 | 2026-08-26T14:42:39.663Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3498 | 2026-08-26T14:42:40.935Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3499 | 2026-08-26T14:42:43.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.42s |
| 3500 | 2026-08-26T14:42:43.388Z | |
| 3501 | 2026-08-26T14:42:43.388Z | info: running `cargo check --bins` on nexus-inventory (146/377) |
| 3502 | 2026-08-26T14:42:43.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-08-26T14:42:43.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-08-26T14:42:43.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-08-26T14:42:43.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3506 | 2026-08-26T14:42:44.002Z | |
| 3507 | 2026-08-26T14:42:44.002Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377) |
| 3508 | 2026-08-26T14:42:44.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-08-26T14:42:44.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-08-26T14:42:44.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-08-26T14:42:44.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3512 | 2026-08-26T14:42:44.577Z | |
| 3513 | 2026-08-26T14:42:44.578Z | info: running `cargo check --bins` on clickhouse-admin-server-client (148/377) |
| 3514 | 2026-08-26T14:42:45.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-08-26T14:42:45.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-08-26T14:42:45.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-08-26T14:42:45.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3518 | 2026-08-26T14:42:45.152Z | |
| 3519 | 2026-08-26T14:42:45.152Z | info: running `cargo check --bins` on dns-service-client (149/377) |
| 3520 | 2026-08-26T14:42:45.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-08-26T14:42:45.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-08-26T14:42:45.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-08-26T14:42:45.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3524 | 2026-08-26T14:42:45.707Z | |
| 3525 | 2026-08-26T14:42:45.707Z | info: running `cargo check --bins` on ntp-admin-client (150/377) |
| 3526 | 2026-08-26T14:42:46.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-08-26T14:42:46.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-08-26T14:42:46.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-08-26T14:42:46.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3530 | 2026-08-26T14:42:46.261Z | |
| 3531 | 2026-08-26T14:42:46.261Z | info: running `cargo check --bins` on omicron-cockroach-metrics (151/377) |
| 3532 | 2026-08-26T14:42:46.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-08-26T14:42:46.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-08-26T14:42:46.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-08-26T14:42:46.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3536 | 2026-08-26T14:42:46.820Z | |
| 3537 | 2026-08-26T14:42:46.820Z | info: running `cargo check --bins` on cockroach-admin-client (152/377) |
| 3538 | 2026-08-26T14:42:47.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-08-26T14:42:47.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-08-26T14:42:47.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-08-26T14:42:47.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3542 | 2026-08-26T14:42:47.375Z | |
| 3543 | 2026-08-26T14:42:47.375Z | info: running `cargo check --bins` on parallel-task-set (153/377) |
| 3544 | 2026-08-26T14:42:47.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-08-26T14:42:47.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-08-26T14:42:47.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-08-26T14:42:47.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3548 | 2026-08-26T14:42:47.932Z | |
| 3549 | 2026-08-26T14:42:47.932Z | info: running `cargo check --bins` on sled-agent-client (154/377) |
| 3550 | 2026-08-26T14:42:48.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-08-26T14:42:48.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-08-26T14:42:48.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-08-26T14:42:48.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3554 | 2026-08-26T14:42:48.508Z | |
| 3555 | 2026-08-26T14:42:48.508Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377) |
| 3556 | 2026-08-26T14:42:49.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-08-26T14:42:49.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-08-26T14:42:49.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-08-26T14:42:49.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3560 | 2026-08-26T14:42:49.095Z | |
| 3561 | 2026-08-26T14:42:49.095Z | info: running `cargo check --bins --no-default-features` on sled-storage (156/377) |
| 3562 | 2026-08-26T14:42:49.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-08-26T14:42:49.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-08-26T14:42:49.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-08-26T14:42:49.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3566 | 2026-08-26T14:42:49.679Z | |
| 3567 | 2026-08-26T14:42:49.679Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377) |
| 3568 | 2026-08-26T14:42:50.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-08-26T14:42:50.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-08-26T14:42:50.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-08-26T14:42:50.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3572 | 2026-08-26T14:42:50.267Z | |
| 3573 | 2026-08-26T14:42:50.267Z | info: running `cargo check --bins` on key-manager (158/377) |
| 3574 | 2026-08-26T14:42:50.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-08-26T14:42:50.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-08-26T14:42:50.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-08-26T14:42:50.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3578 | 2026-08-26T14:42:50.845Z | |
| 3579 | 2026-08-26T14:42:50.845Z | info: running `cargo check --bins --no-default-features` on sled-hardware (159/377) |
| 3580 | 2026-08-26T14:42:51.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-08-26T14:42:51.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-08-26T14:42:51.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-08-26T14:42:51.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3584 | 2026-08-26T14:42:51.431Z | |
| 3585 | 2026-08-26T14:42:51.431Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377) |
| 3586 | 2026-08-26T14:42:51.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-08-26T14:42:51.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-08-26T14:42:51.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-08-26T14:42:51.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3590 | 2026-08-26T14:42:52.021Z | |
| 3591 | 2026-08-26T14:42:52.021Z | info: running `cargo check --bins` on typed-rng (161/377) |
| 3592 | 2026-08-26T14:42:52.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-08-26T14:42:52.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-08-26T14:42:52.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-08-26T14:42:52.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3596 | 2026-08-26T14:42:52.580Z | |
| 3597 | 2026-08-26T14:42:52.580Z | info: running `cargo check --bins` on gateway-test-utils (162/377) |
| 3598 | 2026-08-26T14:42:53.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-08-26T14:42:53.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-08-26T14:42:53.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-08-26T14:42:53.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3602 | 2026-08-26T14:42:53.195Z | |
| 3603 | 2026-08-26T14:42:53.195Z | info: running `cargo check --bins` on omicron-gateway (163/377) |
| 3604 | 2026-08-26T14:42:53.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-08-26T14:42:53.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-08-26T14:42:53.923Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3607 | 2026-08-26T14:42:53.928Z | Checking void v1.0.2 |
| 3608 | 2026-08-26T14:42:53.928Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3609 | 2026-08-26T14:42:53.928Z | Checking dropshot-api-manager-types v0.8.0 |
| 3610 | 2026-08-26T14:42:53.928Z | Checking tungstenite v0.23.0 |
| 3611 | 2026-08-26T14:42:53.928Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3612 | 2026-08-26T14:42:54.039Z | Checking nix v0.27.1 |
| 3613 | 2026-08-26T14:42:54.050Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3614 | 2026-08-26T14:42:54.126Z | Checking lzss v0.8.2 |
| 3615 | 2026-08-26T14:42:54.209Z | Checking kstat-rs v0.2.5 |
| 3616 | 2026-08-26T14:42:54.221Z | Checking fxhash v0.2.1 |
| 3617 | 2026-08-26T14:42:54.306Z | Checking serde_bytes v0.11.19 |
| 3618 | 2026-08-26T14:42:54.332Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3619 | 2026-08-26T14:42:54.348Z | Checking signal-hook-tokio v0.3.1 |
| 3620 | 2026-08-26T14:42:54.362Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3621 | 2026-08-26T14:42:54.384Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3622 | 2026-08-26T14:42:54.496Z | Checking tokio-tungstenite v0.23.1 |
| 3623 | 2026-08-26T14:42:54.549Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3624 | 2026-08-26T14:42:55.621Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3625 | 2026-08-26T14:42:56.166Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3626 | 2026-08-26T14:42:58.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s |
| 3627 | 2026-08-26T14:42:58.512Z | |
| 3628 | 2026-08-26T14:42:58.512Z | info: running `cargo check --bins` on gateway-api (164/377) |
| 3629 | 2026-08-26T14:42:58.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-08-26T14:42:58.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-08-26T14:42:58.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-08-26T14:42:58.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3633 | 2026-08-26T14:42:59.075Z | |
| 3634 | 2026-08-26T14:42:59.075Z | info: running `cargo check --bins` on ipcc (165/377) |
| 3635 | 2026-08-26T14:42:59.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-08-26T14:42:59.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-08-26T14:42:59.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-08-26T14:42:59.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3639 | 2026-08-26T14:42:59.632Z | |
| 3640 | 2026-08-26T14:42:59.632Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377) |
| 3641 | 2026-08-26T14:43:00.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-08-26T14:43:00.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-08-26T14:43:00.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-08-26T14:43:00.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3645 | 2026-08-26T14:43:00.186Z | |
| 3646 | 2026-08-26T14:43:00.186Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377) |
| 3647 | 2026-08-26T14:43:00.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-08-26T14:43:00.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-08-26T14:43:00.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-08-26T14:43:00.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3651 | 2026-08-26T14:43:00.774Z | |
| 3652 | 2026-08-26T14:43:00.774Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377) |
| 3653 | 2026-08-26T14:43:01.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-08-26T14:43:01.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-08-26T14:43:01.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-08-26T14:43:01.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3657 | 2026-08-26T14:43:01.347Z | |
| 3658 | 2026-08-26T14:43:01.347Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377) |
| 3659 | 2026-08-26T14:43:01.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-08-26T14:43:01.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-08-26T14:43:01.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2026-08-26T14:43:01.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3663 | 2026-08-26T14:43:01.921Z | |
| 3664 | 2026-08-26T14:43:01.921Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377) |
| 3665 | 2026-08-26T14:43:02.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-08-26T14:43:02.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-08-26T14:43:02.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2026-08-26T14:43:02.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3669 | 2026-08-26T14:43:02.493Z | |
| 3670 | 2026-08-26T14:43:02.493Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377) |
| 3671 | 2026-08-26T14:43:02.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-08-26T14:43:02.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-08-26T14:43:02.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2026-08-26T14:43:03.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3675 | 2026-08-26T14:43:03.087Z | |
| 3676 | 2026-08-26T14:43:03.087Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377) |
| 3677 | 2026-08-26T14:43:03.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-08-26T14:43:03.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-08-26T14:43:03.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2026-08-26T14:43:03.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3681 | 2026-08-26T14:43:03.660Z | |
| 3682 | 2026-08-26T14:43:03.660Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377) |
| 3683 | 2026-08-26T14:43:04.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-08-26T14:43:04.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-08-26T14:43:04.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-08-26T14:43:04.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3687 | 2026-08-26T14:43:04.228Z | |
| 3688 | 2026-08-26T14:43:04.228Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377) |
| 3689 | 2026-08-26T14:43:04.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-08-26T14:43:04.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-08-26T14:43:04.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-08-26T14:43:04.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3693 | 2026-08-26T14:43:04.802Z | |
| 3694 | 2026-08-26T14:43:04.802Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377) |
| 3695 | 2026-08-26T14:43:05.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-08-26T14:43:05.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-08-26T14:43:05.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2026-08-26T14:43:05.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3699 | 2026-08-26T14:43:05.377Z | |
| 3700 | 2026-08-26T14:43:05.377Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377) |
| 3701 | 2026-08-26T14:43:05.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2026-08-26T14:43:05.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2026-08-26T14:43:05.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3704 | 2026-08-26T14:43:05.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3705 | 2026-08-26T14:43:05.953Z | |
| 3706 | 2026-08-26T14:43:05.954Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377) |
| 3707 | 2026-08-26T14:43:06.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2026-08-26T14:43:06.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2026-08-26T14:43:06.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2026-08-26T14:43:06.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3711 | 2026-08-26T14:43:06.526Z | |
| 3712 | 2026-08-26T14:43:06.526Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377) |
| 3713 | 2026-08-26T14:43:07.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2026-08-26T14:43:07.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2026-08-26T14:43:07.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3716 | 2026-08-26T14:43:07.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3717 | 2026-08-26T14:43:07.105Z | |
| 3718 | 2026-08-26T14:43:07.105Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377) |
| 3719 | 2026-08-26T14:43:07.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2026-08-26T14:43:07.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2026-08-26T14:43:07.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3722 | 2026-08-26T14:43:07.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3723 | 2026-08-26T14:43:07.678Z | |
| 3724 | 2026-08-26T14:43:07.678Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377) |
| 3725 | 2026-08-26T14:43:08.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2026-08-26T14:43:08.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2026-08-26T14:43:08.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2026-08-26T14:43:08.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3729 | 2026-08-26T14:43:08.252Z | |
| 3730 | 2026-08-26T14:43:08.252Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377) |
| 3731 | 2026-08-26T14:43:08.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2026-08-26T14:43:08.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2026-08-26T14:43:08.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2026-08-26T14:43:08.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3735 | 2026-08-26T14:43:08.828Z | |
| 3736 | 2026-08-26T14:43:08.828Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377) |
| 3737 | 2026-08-26T14:43:09.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2026-08-26T14:43:09.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2026-08-26T14:43:09.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3740 | 2026-08-26T14:43:09.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3741 | 2026-08-26T14:43:09.401Z | |
| 3742 | 2026-08-26T14:43:09.402Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377) |
| 3743 | 2026-08-26T14:43:09.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3744 | 2026-08-26T14:43:09.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3745 | 2026-08-26T14:43:09.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3746 | 2026-08-26T14:43:09.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3747 | 2026-08-26T14:43:09.979Z | |
| 3748 | 2026-08-26T14:43:09.979Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377) |
| 3749 | 2026-08-26T14:43:10.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3750 | 2026-08-26T14:43:10.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3751 | 2026-08-26T14:43:10.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3752 | 2026-08-26T14:43:10.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3753 | 2026-08-26T14:43:10.547Z | |
| 3754 | 2026-08-26T14:43:10.547Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377) |
| 3755 | 2026-08-26T14:43:11.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3756 | 2026-08-26T14:43:11.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3757 | 2026-08-26T14:43:11.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3758 | 2026-08-26T14:43:11.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3759 | 2026-08-26T14:43:11.122Z | |
| 3760 | 2026-08-26T14:43:11.122Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377) |
| 3761 | 2026-08-26T14:43:11.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3762 | 2026-08-26T14:43:11.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3763 | 2026-08-26T14:43:11.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3764 | 2026-08-26T14:43:11.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3765 | 2026-08-26T14:43:11.713Z | |
| 3766 | 2026-08-26T14:43:11.714Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377) |
| 3767 | 2026-08-26T14:43:12.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3768 | 2026-08-26T14:43:12.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3769 | 2026-08-26T14:43:12.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3770 | 2026-08-26T14:43:12.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3771 | 2026-08-26T14:43:12.304Z | |
| 3772 | 2026-08-26T14:43:12.304Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377) |
| 3773 | 2026-08-26T14:43:12.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3774 | 2026-08-26T14:43:12.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3775 | 2026-08-26T14:43:12.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3776 | 2026-08-26T14:43:12.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3777 | 2026-08-26T14:43:12.896Z | |
| 3778 | 2026-08-26T14:43:12.896Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377) |
| 3779 | 2026-08-26T14:43:13.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3780 | 2026-08-26T14:43:13.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3781 | 2026-08-26T14:43:13.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3782 | 2026-08-26T14:43:13.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3783 | 2026-08-26T14:43:13.486Z | |
| 3784 | 2026-08-26T14:43:13.487Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377) |
| 3785 | 2026-08-26T14:43:13.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2026-08-26T14:43:13.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2026-08-26T14:43:13.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3788 | 2026-08-26T14:43:13.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3789 | 2026-08-26T14:43:14.080Z | |
| 3790 | 2026-08-26T14:43:14.080Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377) |
| 3791 | 2026-08-26T14:43:14.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3792 | 2026-08-26T14:43:14.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3793 | 2026-08-26T14:43:14.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3794 | 2026-08-26T14:43:14.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3795 | 2026-08-26T14:43:14.669Z | |
| 3796 | 2026-08-26T14:43:14.669Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377) |
| 3797 | 2026-08-26T14:43:15.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3798 | 2026-08-26T14:43:15.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3799 | 2026-08-26T14:43:15.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3800 | 2026-08-26T14:43:15.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3801 | 2026-08-26T14:43:15.261Z | |
| 3802 | 2026-08-26T14:43:15.261Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377) |
| 3803 | 2026-08-26T14:43:15.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3804 | 2026-08-26T14:43:15.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3805 | 2026-08-26T14:43:15.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3806 | 2026-08-26T14:43:15.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3807 | 2026-08-26T14:43:15.851Z | |
| 3808 | 2026-08-26T14:43:15.851Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377) |
| 3809 | 2026-08-26T14:43:16.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3810 | 2026-08-26T14:43:16.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3811 | 2026-08-26T14:43:16.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3812 | 2026-08-26T14:43:16.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3813 | 2026-08-26T14:43:16.445Z | |
| 3814 | 2026-08-26T14:43:16.445Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377) |
| 3815 | 2026-08-26T14:43:16.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3816 | 2026-08-26T14:43:16.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3817 | 2026-08-26T14:43:16.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3818 | 2026-08-26T14:43:16.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3819 | 2026-08-26T14:43:17.039Z | |
| 3820 | 2026-08-26T14:43:17.039Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377) |
| 3821 | 2026-08-26T14:43:17.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3822 | 2026-08-26T14:43:17.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3823 | 2026-08-26T14:43:17.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3824 | 2026-08-26T14:43:17.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3825 | 2026-08-26T14:43:17.633Z | |
| 3826 | 2026-08-26T14:43:17.634Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377) |
| 3827 | 2026-08-26T14:43:18.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3828 | 2026-08-26T14:43:18.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3829 | 2026-08-26T14:43:18.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3830 | 2026-08-26T14:43:18.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3831 | 2026-08-26T14:43:18.227Z | |
| 3832 | 2026-08-26T14:43:18.227Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377) |
| 3833 | 2026-08-26T14:43:18.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3834 | 2026-08-26T14:43:18.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3835 | 2026-08-26T14:43:18.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3836 | 2026-08-26T14:43:18.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3837 | 2026-08-26T14:43:18.820Z | |
| 3838 | 2026-08-26T14:43:18.820Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377) |
| 3839 | 2026-08-26T14:43:19.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3840 | 2026-08-26T14:43:19.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3841 | 2026-08-26T14:43:19.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3842 | 2026-08-26T14:43:19.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3843 | 2026-08-26T14:43:19.414Z | |
| 3844 | 2026-08-26T14:43:19.414Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377) |
| 3845 | 2026-08-26T14:43:19.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-08-26T14:43:19.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-08-26T14:43:19.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3848 | 2026-08-26T14:43:19.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3849 | 2026-08-26T14:43:20.006Z | |
| 3850 | 2026-08-26T14:43:20.006Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377) |
| 3851 | 2026-08-26T14:43:20.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-08-26T14:43:20.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-08-26T14:43:20.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3854 | 2026-08-26T14:43:20.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3855 | 2026-08-26T14:43:20.599Z | |
| 3856 | 2026-08-26T14:43:20.599Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377) |
| 3857 | 2026-08-26T14:43:21.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-08-26T14:43:21.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-08-26T14:43:21.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3860 | 2026-08-26T14:43:21.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3861 | 2026-08-26T14:43:21.192Z | |
| 3862 | 2026-08-26T14:43:21.192Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377) |
| 3863 | 2026-08-26T14:43:21.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-08-26T14:43:21.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-08-26T14:43:21.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3866 | 2026-08-26T14:43:21.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3867 | 2026-08-26T14:43:21.784Z | |
| 3868 | 2026-08-26T14:43:21.784Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377) |
| 3869 | 2026-08-26T14:43:22.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-08-26T14:43:22.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-08-26T14:43:22.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3872 | 2026-08-26T14:43:22.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3873 | 2026-08-26T14:43:22.359Z | |
| 3874 | 2026-08-26T14:43:22.359Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377) |
| 3875 | 2026-08-26T14:43:22.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-08-26T14:43:22.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-08-26T14:43:22.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3878 | 2026-08-26T14:43:22.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3879 | 2026-08-26T14:43:22.933Z | |
| 3880 | 2026-08-26T14:43:22.933Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377) |
| 3881 | 2026-08-26T14:43:23.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-08-26T14:43:23.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-08-26T14:43:23.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3884 | 2026-08-26T14:43:23.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3885 | 2026-08-26T14:43:23.509Z | |
| 3886 | 2026-08-26T14:43:23.509Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377) |
| 3887 | 2026-08-26T14:43:23.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-08-26T14:43:23.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-08-26T14:43:23.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-08-26T14:43:24.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3891 | 2026-08-26T14:43:24.086Z | |
| 3892 | 2026-08-26T14:43:24.086Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377) |
| 3893 | 2026-08-26T14:43:24.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-08-26T14:43:24.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-08-26T14:43:24.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-08-26T14:43:24.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3897 | 2026-08-26T14:43:24.660Z | |
| 3898 | 2026-08-26T14:43:24.660Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377) |
| 3899 | 2026-08-26T14:43:25.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-08-26T14:43:25.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-08-26T14:43:25.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-08-26T14:43:25.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3903 | 2026-08-26T14:43:25.237Z | |
| 3904 | 2026-08-26T14:43:25.237Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377) |
| 3905 | 2026-08-26T14:43:25.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-08-26T14:43:25.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-08-26T14:43:25.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-08-26T14:43:25.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3909 | 2026-08-26T14:43:25.813Z | |
| 3910 | 2026-08-26T14:43:25.813Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377) |
| 3911 | 2026-08-26T14:43:26.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-08-26T14:43:26.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-08-26T14:43:26.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-08-26T14:43:26.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3915 | 2026-08-26T14:43:26.386Z | |
| 3916 | 2026-08-26T14:43:26.386Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377) |
| 3917 | 2026-08-26T14:43:26.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-08-26T14:43:26.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-08-26T14:43:26.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-08-26T14:43:26.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3921 | 2026-08-26T14:43:26.964Z | |
| 3922 | 2026-08-26T14:43:26.964Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377) |
| 3923 | 2026-08-26T14:43:27.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-08-26T14:43:27.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-08-26T14:43:27.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-08-26T14:43:27.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3927 | 2026-08-26T14:43:27.543Z | |
| 3928 | 2026-08-26T14:43:27.543Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377) |
| 3929 | 2026-08-26T14:43:28.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-08-26T14:43:28.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-08-26T14:43:28.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-08-26T14:43:28.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3933 | 2026-08-26T14:43:28.124Z | |
| 3934 | 2026-08-26T14:43:28.124Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377) |
| 3935 | 2026-08-26T14:43:28.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-08-26T14:43:28.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-08-26T14:43:28.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-08-26T14:43:28.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3939 | 2026-08-26T14:43:28.702Z | |
| 3940 | 2026-08-26T14:43:28.702Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377) |
| 3941 | 2026-08-26T14:43:29.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-08-26T14:43:29.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-08-26T14:43:29.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-08-26T14:43:29.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3945 | 2026-08-26T14:43:29.280Z | |
| 3946 | 2026-08-26T14:43:29.280Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377) |
| 3947 | 2026-08-26T14:43:29.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-08-26T14:43:29.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-08-26T14:43:29.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-08-26T14:43:29.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3951 | 2026-08-26T14:43:29.860Z | |
| 3952 | 2026-08-26T14:43:29.860Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377) |
| 3953 | 2026-08-26T14:43:30.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-08-26T14:43:30.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-08-26T14:43:30.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-08-26T14:43:30.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3957 | 2026-08-26T14:43:30.434Z | |
| 3958 | 2026-08-26T14:43:30.435Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377) |
| 3959 | 2026-08-26T14:43:30.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-08-26T14:43:30.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-08-26T14:43:30.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-08-26T14:43:30.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3963 | 2026-08-26T14:43:31.013Z | |
| 3964 | 2026-08-26T14:43:31.013Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377) |
| 3965 | 2026-08-26T14:43:31.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-08-26T14:43:31.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-08-26T14:43:31.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-08-26T14:43:31.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3969 | 2026-08-26T14:43:31.607Z | |
| 3970 | 2026-08-26T14:43:31.607Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377) |
| 3971 | 2026-08-26T14:43:32.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-08-26T14:43:32.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-08-26T14:43:32.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-08-26T14:43:32.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3975 | 2026-08-26T14:43:32.201Z | |
| 3976 | 2026-08-26T14:43:32.201Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377) |
| 3977 | 2026-08-26T14:43:32.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-08-26T14:43:32.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-08-26T14:43:32.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-08-26T14:43:32.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3981 | 2026-08-26T14:43:32.794Z | |
| 3982 | 2026-08-26T14:43:32.794Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377) |
| 3983 | 2026-08-26T14:43:33.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-08-26T14:43:33.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-08-26T14:43:33.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-08-26T14:43:33.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3987 | 2026-08-26T14:43:33.388Z | |
| 3988 | 2026-08-26T14:43:33.388Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377) |
| 3989 | 2026-08-26T14:43:33.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-08-26T14:43:33.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-08-26T14:43:33.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-08-26T14:43:33.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3993 | 2026-08-26T14:43:33.985Z | |
| 3994 | 2026-08-26T14:43:33.985Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377) |
| 3995 | 2026-08-26T14:43:34.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-08-26T14:43:34.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-08-26T14:43:34.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-08-26T14:43:34.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3999 | 2026-08-26T14:43:34.580Z | |
| 4000 | 2026-08-26T14:43:34.580Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377) |
| 4001 | 2026-08-26T14:43:35.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-08-26T14:43:35.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-08-26T14:43:35.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-08-26T14:43:35.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4005 | 2026-08-26T14:43:35.170Z | |
| 4006 | 2026-08-26T14:43:35.170Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377) |
| 4007 | 2026-08-26T14:43:35.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-08-26T14:43:35.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-08-26T14:43:35.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-08-26T14:43:35.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4011 | 2026-08-26T14:43:35.761Z | |
| 4012 | 2026-08-26T14:43:35.761Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377) |
| 4013 | 2026-08-26T14:43:36.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-08-26T14:43:36.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-08-26T14:43:36.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4016 | 2026-08-26T14:43:36.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4017 | 2026-08-26T14:43:36.355Z | |
| 4018 | 2026-08-26T14:43:36.355Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377) |
| 4019 | 2026-08-26T14:43:36.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4020 | 2026-08-26T14:43:36.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4021 | 2026-08-26T14:43:36.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4022 | 2026-08-26T14:43:36.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4023 | 2026-08-26T14:43:36.955Z | |
| 4024 | 2026-08-26T14:43:36.955Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377) |
| 4025 | 2026-08-26T14:43:37.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4026 | 2026-08-26T14:43:37.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4027 | 2026-08-26T14:43:37.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4028 | 2026-08-26T14:43:37.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4029 | 2026-08-26T14:43:37.549Z | |
| 4030 | 2026-08-26T14:43:37.549Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377) |
| 4031 | 2026-08-26T14:43:38.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4032 | 2026-08-26T14:43:38.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4033 | 2026-08-26T14:43:38.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4034 | 2026-08-26T14:43:38.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4035 | 2026-08-26T14:43:38.144Z | |
| 4036 | 2026-08-26T14:43:38.144Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377) |
| 4037 | 2026-08-26T14:43:38.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2026-08-26T14:43:38.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2026-08-26T14:43:38.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4040 | 2026-08-26T14:43:38.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4041 | 2026-08-26T14:43:38.742Z | |
| 4042 | 2026-08-26T14:43:38.742Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377) |
| 4043 | 2026-08-26T14:43:39.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4044 | 2026-08-26T14:43:39.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4045 | 2026-08-26T14:43:39.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4046 | 2026-08-26T14:43:39.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4047 | 2026-08-26T14:43:39.340Z | |
| 4048 | 2026-08-26T14:43:39.340Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377) |
| 4049 | 2026-08-26T14:43:39.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2026-08-26T14:43:39.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2026-08-26T14:43:39.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4052 | 2026-08-26T14:43:39.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4053 | 2026-08-26T14:43:39.942Z | |
| 4054 | 2026-08-26T14:43:39.945Z | info: running `cargo check --bins` on oximeter-producer (235/377) |
| 4055 | 2026-08-26T14:43:40.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2026-08-26T14:43:40.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2026-08-26T14:43:40.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4058 | 2026-08-26T14:43:40.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4059 | 2026-08-26T14:43:40.559Z | |
| 4060 | 2026-08-26T14:43:40.559Z | info: running `cargo check --bins` on internal-dns-resolver (236/377) |
| 4061 | 2026-08-26T14:43:41.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4062 | 2026-08-26T14:43:41.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4063 | 2026-08-26T14:43:41.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4064 | 2026-08-26T14:43:41.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4065 | 2026-08-26T14:43:41.146Z | |
| 4066 | 2026-08-26T14:43:41.146Z | info: running `cargo check --bins` on dns-server (237/377) |
| 4067 | 2026-08-26T14:43:41.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4068 | 2026-08-26T14:43:41.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4069 | 2026-08-26T14:43:41.801Z | Compiling parking_lot_core v0.8.6 |
| 4070 | 2026-08-26T14:43:41.908Z | Compiling git-stub v1.0.0 |
| 4071 | 2026-08-26T14:43:41.916Z | Checking prefix-trie v0.7.0 |
| 4072 | 2026-08-26T14:43:41.922Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4073 | 2026-08-26T14:43:42.031Z | Compiling git-stub-vcs v0.1.0 |
| 4074 | 2026-08-26T14:43:42.194Z | Checking hickory-server v0.25.2 |
| 4075 | 2026-08-26T14:43:42.296Z | Checking parking_lot v0.11.2 |
| 4076 | 2026-08-26T14:43:42.332Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4077 | 2026-08-26T14:43:42.462Z | Checking sled v0.34.7 |
| 4078 | 2026-08-26T14:43:44.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 4079 | 2026-08-26T14:43:44.559Z | |
| 4080 | 2026-08-26T14:43:44.559Z | info: running `cargo check --bins` on dns-server-api (238/377) |
| 4081 | 2026-08-26T14:43:45.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2026-08-26T14:43:45.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2026-08-26T14:43:45.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4084 | 2026-08-26T14:43:45.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4085 | 2026-08-26T14:43:45.124Z | |
| 4086 | 2026-08-26T14:43:45.124Z | info: running `cargo check --bins` on nexus-client (239/377) |
| 4087 | 2026-08-26T14:43:45.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2026-08-26T14:43:45.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2026-08-26T14:43:45.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4090 | 2026-08-26T14:43:45.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4091 | 2026-08-26T14:43:45.738Z | |
| 4092 | 2026-08-26T14:43:45.738Z | info: running `cargo check --bins` on oximeter-producer-api (240/377) |
| 4093 | 2026-08-26T14:43:46.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-08-26T14:43:46.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-08-26T14:43:46.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4096 | 2026-08-26T14:43:46.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4097 | 2026-08-26T14:43:46.305Z | |
| 4098 | 2026-08-26T14:43:46.305Z | info: running `cargo check --bins` on sp-sim (241/377) |
| 4099 | 2026-08-26T14:43:46.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2026-08-26T14:43:46.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2026-08-26T14:43:47.006Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4102 | 2026-08-26T14:43:47.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 4103 | 2026-08-26T14:43:47.709Z | |
| 4104 | 2026-08-26T14:43:47.709Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377) |
| 4105 | 2026-08-26T14:43:48.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4106 | 2026-08-26T14:43:48.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4107 | 2026-08-26T14:43:48.533Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4108 | 2026-08-26T14:43:48.662Z | Compiling hashbrown v0.14.5 |
| 4109 | 2026-08-26T14:43:48.662Z | Compiling rfc6979 v0.4.0 |
| 4110 | 2026-08-26T14:43:48.665Z | Compiling salty v0.3.0 |
| 4111 | 2026-08-26T14:43:48.691Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4112 | 2026-08-26T14:43:48.702Z | Compiling primeorder v0.13.6 |
| 4113 | 2026-08-26T14:43:48.715Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4114 | 2026-08-26T14:43:48.784Z | Compiling ecdsa v0.16.9 |
| 4115 | 2026-08-26T14:43:48.844Z | Compiling sha1 v0.10.6 |
| 4116 | 2026-08-26T14:43:48.955Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4117 | 2026-08-26T14:43:49.026Z | Compiling proc-macro-error2 v2.0.1 |
| 4118 | 2026-08-26T14:43:49.137Z | Compiling chumsky v0.9.3 |
| 4119 | 2026-08-26T14:43:49.155Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4120 | 2026-08-26T14:43:49.170Z | Compiling p384 v0.13.1 |
| 4121 | 2026-08-26T14:43:49.199Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4122 | 2026-08-26T14:43:49.334Z | Compiling knus-derive v3.4.0 |
| 4123 | 2026-08-26T14:43:49.362Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4124 | 2026-08-26T14:43:49.406Z | Checking libscf-sys v1.2.0 |
| 4125 | 2026-08-26T14:43:49.445Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4126 | 2026-08-26T14:43:49.534Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4127 | 2026-08-26T14:43:49.666Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4128 | 2026-08-26T14:43:49.699Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4129 | 2026-08-26T14:43:49.866Z | Checking corncobs v0.1.4 |
| 4130 | 2026-08-26T14:43:49.883Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4131 | 2026-08-26T14:43:49.911Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4132 | 2026-08-26T14:43:49.925Z | Checking papergrid v0.18.0 |
| 4133 | 2026-08-26T14:43:49.928Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4134 | 2026-08-26T14:43:49.989Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4135 | 2026-08-26T14:43:50.037Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4136 | 2026-08-26T14:43:50.110Z | Checking secrecy v0.8.0 |
| 4137 | 2026-08-26T14:43:50.247Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4138 | 2026-08-26T14:43:50.262Z | Compiling unicase v2.9.0 |
| 4139 | 2026-08-26T14:43:50.329Z | Compiling progenitor-impl v0.13.0 |
| 4140 | 2026-08-26T14:43:50.418Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4141 | 2026-08-26T14:43:50.462Z | Compiling mime_guess v2.0.5 |
| 4142 | 2026-08-26T14:43:50.481Z | Checking crc8 v0.1.1 |
| 4143 | 2026-08-26T14:43:50.577Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4144 | 2026-08-26T14:43:50.700Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4145 | 2026-08-26T14:43:50.715Z | Checking tabled v0.21.0 |
| 4146 | 2026-08-26T14:43:50.718Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4147 | 2026-08-26T14:43:50.742Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4148 | 2026-08-26T14:43:50.777Z | Compiling knus v3.4.0 |
| 4149 | 2026-08-26T14:43:51.268Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4150 | 2026-08-26T14:43:51.548Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4151 | 2026-08-26T14:43:51.563Z | Checking progenitor-client v0.13.0 |
| 4152 | 2026-08-26T14:43:51.672Z | Checking http-range v0.1.5 |
| 4153 | 2026-08-26T14:43:51.799Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4154 | 2026-08-26T14:43:51.829Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4155 | 2026-08-26T14:43:51.902Z | Checking scuffle v0.1.0 |
| 4156 | 2026-08-26T14:43:51.995Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4157 | 2026-08-26T14:43:52.123Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4158 | 2026-08-26T14:43:52.459Z | Checking nanorand v0.7.0 |
| 4159 | 2026-08-26T14:43:52.504Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4160 | 2026-08-26T14:43:52.659Z | Checking flume v0.11.1 |
| 4161 | 2026-08-26T14:43:52.777Z | Checking hyper-staticfile v0.10.1 |
| 4162 | 2026-08-26T14:43:52.846Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4163 | 2026-08-26T14:43:52.877Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4164 | 2026-08-26T14:43:52.900Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4165 | 2026-08-26T14:43:52.914Z | Compiling progenitor-macro v0.13.0 |
| 4166 | 2026-08-26T14:43:52.966Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4167 | 2026-08-26T14:43:53.040Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4168 | 2026-08-26T14:43:53.067Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4169 | 2026-08-26T14:43:53.243Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4170 | 2026-08-26T14:43:53.295Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4171 | 2026-08-26T14:43:53.449Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4172 | 2026-08-26T14:43:53.514Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4173 | 2026-08-26T14:43:53.662Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4174 | 2026-08-26T14:43:53.757Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4175 | 2026-08-26T14:43:53.968Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4176 | 2026-08-26T14:43:55.210Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4177 | 2026-08-26T14:43:56.322Z | Checking progenitor v0.13.0 |
| 4178 | 2026-08-26T14:43:56.462Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4179 | 2026-08-26T14:43:57.165Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4180 | 2026-08-26T14:43:58.223Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4181 | 2026-08-26T14:43:58.777Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4182 | 2026-08-26T14:43:58.795Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4183 | 2026-08-26T14:43:58.798Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4184 | 2026-08-26T14:44:12.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.62s |
| 4185 | 2026-08-26T14:44:12.346Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4186 | 2026-08-26T14:44:12.346Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4187 | 2026-08-26T14:44:12.556Z | |
| 4188 | 2026-08-26T14:44:12.556Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377) |
| 4189 | 2026-08-26T14:44:13.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-08-26T14:44:13.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-08-26T14:44:13.331Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4192 | 2026-08-26T14:44:23.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s |
| 4193 | 2026-08-26T14:44:23.864Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4194 | 2026-08-26T14:44:23.864Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4195 | 2026-08-26T14:44:24.065Z | |
| 4196 | 2026-08-26T14:44:24.065Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377) |
| 4197 | 2026-08-26T14:44:24.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4198 | 2026-08-26T14:44:24.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4199 | 2026-08-26T14:44:24.846Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4200 | 2026-08-26T14:44:35.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 4201 | 2026-08-26T14:44:35.485Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4202 | 2026-08-26T14:44:35.485Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4203 | 2026-08-26T14:44:35.690Z | |
| 4204 | 2026-08-26T14:44:35.691Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377) |
| 4205 | 2026-08-26T14:44:36.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4206 | 2026-08-26T14:44:36.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4207 | 2026-08-26T14:44:36.458Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4208 | 2026-08-26T14:44:46.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s |
| 4209 | 2026-08-26T14:44:46.979Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4210 | 2026-08-26T14:44:46.979Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4211 | 2026-08-26T14:44:47.177Z | |
| 4212 | 2026-08-26T14:44:47.177Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377) |
| 4213 | 2026-08-26T14:44:47.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-08-26T14:44:47.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-08-26T14:44:47.949Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4216 | 2026-08-26T14:44:58.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s |
| 4217 | 2026-08-26T14:44:58.559Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4218 | 2026-08-26T14:44:58.559Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4219 | 2026-08-26T14:44:58.757Z | |
| 4220 | 2026-08-26T14:44:58.757Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377) |
| 4221 | 2026-08-26T14:44:59.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4222 | 2026-08-26T14:44:59.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4223 | 2026-08-26T14:44:59.536Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4224 | 2026-08-26T14:45:10.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s |
| 4225 | 2026-08-26T14:45:10.134Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4226 | 2026-08-26T14:45:10.134Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4227 | 2026-08-26T14:45:10.330Z | |
| 4228 | 2026-08-26T14:45:10.330Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377) |
| 4229 | 2026-08-26T14:45:10.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-08-26T14:45:10.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-08-26T14:45:11.102Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4232 | 2026-08-26T14:45:21.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s |
| 4233 | 2026-08-26T14:45:21.660Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4234 | 2026-08-26T14:45:21.660Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4235 | 2026-08-26T14:45:21.860Z | |
| 4236 | 2026-08-26T14:45:21.860Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377) |
| 4237 | 2026-08-26T14:45:22.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4238 | 2026-08-26T14:45:22.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4239 | 2026-08-26T14:45:22.630Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4240 | 2026-08-26T14:45:33.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 4241 | 2026-08-26T14:45:33.200Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4242 | 2026-08-26T14:45:33.200Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4243 | 2026-08-26T14:45:33.398Z | |
| 4244 | 2026-08-26T14:45:33.398Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377) |
| 4245 | 2026-08-26T14:45:33.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4246 | 2026-08-26T14:45:33.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4247 | 2026-08-26T14:45:33.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4248 | 2026-08-26T14:45:33.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4249 | 2026-08-26T14:45:33.972Z | |
| 4250 | 2026-08-26T14:45:33.973Z | info: running `cargo check --bins` on installinator-common (251/377) |
| 4251 | 2026-08-26T14:45:34.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4252 | 2026-08-26T14:45:34.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4253 | 2026-08-26T14:45:34.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4254 | 2026-08-26T14:45:34.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4255 | 2026-08-26T14:45:34.563Z | |
| 4256 | 2026-08-26T14:45:34.563Z | info: running `cargo check --bins` on installinator-common-versions (252/377) |
| 4257 | 2026-08-26T14:45:35.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-08-26T14:45:35.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-08-26T14:45:35.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4260 | 2026-08-26T14:45:35.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4261 | 2026-08-26T14:45:35.129Z | |
| 4262 | 2026-08-26T14:45:35.130Z | info: running `cargo check --bins` on nexus-lockstep-client (253/377) |
| 4263 | 2026-08-26T14:45:35.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-08-26T14:45:35.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-08-26T14:45:35.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4266 | 2026-08-26T14:45:35.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4267 | 2026-08-26T14:45:35.746Z | |
| 4268 | 2026-08-26T14:45:35.746Z | info: running `cargo check --bins` on omicron-ddm-admin-client (254/377) |
| 4269 | 2026-08-26T14:45:36.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-08-26T14:45:36.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-08-26T14:45:36.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4272 | 2026-08-26T14:45:36.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4273 | 2026-08-26T14:45:36.320Z | |
| 4274 | 2026-08-26T14:45:36.320Z | info: running `cargo check --bins` on range-requests (255/377) |
| 4275 | 2026-08-26T14:45:36.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4276 | 2026-08-26T14:45:36.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4277 | 2026-08-26T14:45:36.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4278 | 2026-08-26T14:45:36.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4279 | 2026-08-26T14:45:36.891Z | |
| 4280 | 2026-08-26T14:45:36.891Z | info: running `cargo check --bins` on repo-depot-api (256/377) |
| 4281 | 2026-08-26T14:45:37.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4282 | 2026-08-26T14:45:37.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4283 | 2026-08-26T14:45:37.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4284 | 2026-08-26T14:45:37.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4285 | 2026-08-26T14:45:37.456Z | |
| 4286 | 2026-08-26T14:45:37.456Z | info: running `cargo check --bins` on repo-depot-client (257/377) |
| 4287 | 2026-08-26T14:45:37.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4288 | 2026-08-26T14:45:37.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4289 | 2026-08-26T14:45:37.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4290 | 2026-08-26T14:45:37.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4291 | 2026-08-26T14:45:38.017Z | |
| 4292 | 2026-08-26T14:45:38.018Z | info: running `cargo check --bins` on sled-agent-api (258/377) |
| 4293 | 2026-08-26T14:45:38.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4294 | 2026-08-26T14:45:38.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4295 | 2026-08-26T14:45:38.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4296 | 2026-08-26T14:45:38.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4297 | 2026-08-26T14:45:38.613Z | |
| 4298 | 2026-08-26T14:45:38.613Z | info: running `cargo check --bins` on sled-diagnostics (259/377) |
| 4299 | 2026-08-26T14:45:39.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4300 | 2026-08-26T14:45:39.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4301 | 2026-08-26T14:45:39.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4302 | 2026-08-26T14:45:39.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4303 | 2026-08-26T14:45:39.207Z | |
| 4304 | 2026-08-26T14:45:39.207Z | info: running `cargo check --bins` on zfs-test-harness (260/377) |
| 4305 | 2026-08-26T14:45:39.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4306 | 2026-08-26T14:45:39.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4307 | 2026-08-26T14:45:39.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4308 | 2026-08-26T14:45:39.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4309 | 2026-08-26T14:45:39.799Z | |
| 4310 | 2026-08-26T14:45:39.799Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (261/377) |
| 4311 | 2026-08-26T14:45:40.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4312 | 2026-08-26T14:45:40.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4313 | 2026-08-26T14:45:40.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4314 | 2026-08-26T14:45:40.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4315 | 2026-08-26T14:45:40.398Z | |
| 4316 | 2026-08-26T14:45:40.398Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377) |
| 4317 | 2026-08-26T14:45:40.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4318 | 2026-08-26T14:45:40.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4319 | 2026-08-26T14:45:40.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4320 | 2026-08-26T14:45:40.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4321 | 2026-08-26T14:45:40.996Z | |
| 4322 | 2026-08-26T14:45:40.996Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377) |
| 4323 | 2026-08-26T14:45:41.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4324 | 2026-08-26T14:45:41.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4325 | 2026-08-26T14:45:41.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4326 | 2026-08-26T14:45:41.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4327 | 2026-08-26T14:45:41.593Z | |
| 4328 | 2026-08-26T14:45:41.593Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377) |
| 4329 | 2026-08-26T14:45:42.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4330 | 2026-08-26T14:45:42.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4331 | 2026-08-26T14:45:42.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4332 | 2026-08-26T14:45:42.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4333 | 2026-08-26T14:45:42.191Z | |
| 4334 | 2026-08-26T14:45:42.191Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377) |
| 4335 | 2026-08-26T14:45:42.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4336 | 2026-08-26T14:45:42.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4337 | 2026-08-26T14:45:42.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4338 | 2026-08-26T14:45:42.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4339 | 2026-08-26T14:45:42.791Z | |
| 4340 | 2026-08-26T14:45:42.791Z | info: running `cargo check --bins` on sled-agent-resolvable-files (266/377) |
| 4341 | 2026-08-26T14:45:43.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4342 | 2026-08-26T14:45:43.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4343 | 2026-08-26T14:45:43.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4344 | 2026-08-26T14:45:43.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4345 | 2026-08-26T14:45:43.388Z | |
| 4346 | 2026-08-26T14:45:43.388Z | info: running `cargo check --bins` on trust-quorum (267/377) |
| 4347 | 2026-08-26T14:45:43.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4348 | 2026-08-26T14:45:43.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4349 | 2026-08-26T14:45:43.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4350 | 2026-08-26T14:45:43.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4351 | 2026-08-26T14:45:43.993Z | |
| 4352 | 2026-08-26T14:45:43.993Z | info: running `cargo check --bins` on sled-agent-early-networking (268/377) |
| 4353 | 2026-08-26T14:45:44.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-08-26T14:45:44.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-08-26T14:45:44.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4356 | 2026-08-26T14:45:44.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4357 | 2026-08-26T14:45:44.585Z | |
| 4358 | 2026-08-26T14:45:44.585Z | info: running `cargo check --bins` on sled-agent-health-monitor (269/377) |
| 4359 | 2026-08-26T14:45:45.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4360 | 2026-08-26T14:45:45.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4361 | 2026-08-26T14:45:45.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4362 | 2026-08-26T14:45:45.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4363 | 2026-08-26T14:45:45.178Z | |
| 4364 | 2026-08-26T14:45:45.178Z | info: running `cargo check --bins` on sled-agent-multirack-join (270/377) |
| 4365 | 2026-08-26T14:45:45.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4366 | 2026-08-26T14:45:45.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4367 | 2026-08-26T14:45:45.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4368 | 2026-08-26T14:45:45.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4369 | 2026-08-26T14:45:45.795Z | |
| 4370 | 2026-08-26T14:45:45.795Z | info: running `cargo check --bins` on sled-agent-rack-setup (271/377) |
| 4371 | 2026-08-26T14:45:46.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4372 | 2026-08-26T14:45:46.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4373 | 2026-08-26T14:45:46.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4374 | 2026-08-26T14:45:46.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4375 | 2026-08-26T14:45:46.419Z | |
| 4376 | 2026-08-26T14:45:46.419Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377) |
| 4377 | 2026-08-26T14:45:46.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-08-26T14:45:46.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-08-26T14:45:46.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4380 | 2026-08-26T14:45:46.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4381 | 2026-08-26T14:45:47.040Z | |
| 4382 | 2026-08-26T14:45:47.040Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (273/377) |
| 4383 | 2026-08-26T14:45:47.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-08-26T14:45:47.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-08-26T14:45:47.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-08-26T14:45:47.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4387 | 2026-08-26T14:45:47.668Z | |
| 4388 | 2026-08-26T14:45:47.668Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377) |
| 4389 | 2026-08-26T14:45:48.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-08-26T14:45:48.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-08-26T14:45:48.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-08-26T14:45:48.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4393 | 2026-08-26T14:45:48.296Z | |
| 4394 | 2026-08-26T14:45:48.296Z | info: running `cargo check --bins` on omicron-deployment-graph (275/377) |
| 4395 | 2026-08-26T14:45:48.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-08-26T14:45:48.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-08-26T14:45:48.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-08-26T14:45:48.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4399 | 2026-08-26T14:45:48.861Z | |
| 4400 | 2026-08-26T14:45:48.861Z | info: running `cargo check --bins` on transient-dns-server (276/377) |
| 4401 | 2026-08-26T14:45:49.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-08-26T14:45:49.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-08-26T14:45:49.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4404 | 2026-08-26T14:45:49.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4405 | 2026-08-26T14:45:49.449Z | |
| 4406 | 2026-08-26T14:45:49.449Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377) |
| 4407 | 2026-08-26T14:45:49.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-08-26T14:45:49.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-08-26T14:45:49.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4410 | 2026-08-26T14:45:49.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4411 | 2026-08-26T14:45:50.036Z | |
| 4412 | 2026-08-26T14:45:50.037Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377) |
| 4413 | 2026-08-26T14:45:50.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-08-26T14:45:50.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-08-26T14:45:50.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4416 | 2026-08-26T14:45:50.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4417 | 2026-08-26T14:45:50.624Z | |
| 4418 | 2026-08-26T14:45:50.624Z | info: running `cargo check --bins` on omicron-rpaths (279/377) |
| 4419 | 2026-08-26T14:45:51.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-08-26T14:45:51.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-08-26T14:45:51.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4422 | 2026-08-26T14:45:51.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4423 | 2026-08-26T14:45:51.173Z | |
| 4424 | 2026-08-26T14:45:51.173Z | info: running `cargo check --bins` on omicron-repl-utils (280/377) |
| 4425 | 2026-08-26T14:45:51.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-08-26T14:45:51.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-08-26T14:45:51.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4428 | 2026-08-26T14:45:51.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4429 | 2026-08-26T14:45:51.729Z | |
| 4430 | 2026-08-26T14:45:51.729Z | info: running `cargo check --bins` on omicron-clickhouse-admin (281/377) |
| 4431 | 2026-08-26T14:45:52.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4432 | 2026-08-26T14:45:52.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4433 | 2026-08-26T14:45:52.427Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4434 | 2026-08-26T14:45:52.842Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4435 | 2026-08-26T14:45:54.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
| 4436 | 2026-08-26T14:45:54.218Z | |
| 4437 | 2026-08-26T14:45:54.218Z | info: running `cargo check --bins` on clickhouse-admin-api (282/377) |
| 4438 | 2026-08-26T14:45:54.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4439 | 2026-08-26T14:45:54.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4440 | 2026-08-26T14:45:54.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4441 | 2026-08-26T14:45:54.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4442 | 2026-08-26T14:45:54.795Z | |
| 4443 | 2026-08-26T14:45:54.795Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (283/377) |
| 4444 | 2026-08-26T14:45:55.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-08-26T14:45:55.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-08-26T14:45:55.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4447 | 2026-08-26T14:45:55.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4448 | 2026-08-26T14:45:55.373Z | |
| 4449 | 2026-08-26T14:45:55.373Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377) |
| 4450 | 2026-08-26T14:45:55.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-08-26T14:45:55.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-08-26T14:45:55.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4453 | 2026-08-26T14:45:55.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4454 | 2026-08-26T14:45:55.947Z | |
| 4455 | 2026-08-26T14:45:55.947Z | info: running `cargo check --bins` on clickhouse-admin-single-client (285/377) |
| 4456 | 2026-08-26T14:45:56.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-08-26T14:45:56.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-08-26T14:45:56.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4459 | 2026-08-26T14:45:56.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4460 | 2026-08-26T14:45:56.522Z | |
| 4461 | 2026-08-26T14:45:56.522Z | info: running `cargo check --bins` on installinator-client (286/377) |
| 4462 | 2026-08-26T14:45:56.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4463 | 2026-08-26T14:45:56.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4464 | 2026-08-26T14:45:56.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4465 | 2026-08-26T14:45:57.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4466 | 2026-08-26T14:45:57.081Z | |
| 4467 | 2026-08-26T14:45:57.081Z | info: running `cargo check --bins` on oxide-client (287/377) |
| 4468 | 2026-08-26T14:45:57.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4469 | 2026-08-26T14:45:57.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4470 | 2026-08-26T14:45:57.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4471 | 2026-08-26T14:45:57.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4472 | 2026-08-26T14:45:57.646Z | |
| 4473 | 2026-08-26T14:45:57.646Z | info: running `cargo check --bins` on oximeter-client (288/377) |
| 4474 | 2026-08-26T14:45:58.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-08-26T14:45:58.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-08-26T14:45:58.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4477 | 2026-08-26T14:45:58.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4478 | 2026-08-26T14:45:58.217Z | |
| 4479 | 2026-08-26T14:45:58.217Z | info: running `cargo check --bins` on wicketd-client (289/377) |
| 4480 | 2026-08-26T14:45:58.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4481 | 2026-08-26T14:45:58.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4482 | 2026-08-26T14:45:58.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4483 | 2026-08-26T14:45:58.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4484 | 2026-08-26T14:45:58.812Z | |
| 4485 | 2026-08-26T14:45:58.812Z | info: running `cargo check --bins` on wicket-common (290/377) |
| 4486 | 2026-08-26T14:45:59.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4487 | 2026-08-26T14:45:59.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4488 | 2026-08-26T14:45:59.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4489 | 2026-08-26T14:45:59.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4490 | 2026-08-26T14:45:59.399Z | |
| 4491 | 2026-08-26T14:45:59.399Z | info: running `cargo check --bins` on wicketd-commission-client (291/377) |
| 4492 | 2026-08-26T14:45:59.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4493 | 2026-08-26T14:45:59.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4494 | 2026-08-26T14:45:59.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4495 | 2026-08-26T14:45:59.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4496 | 2026-08-26T14:45:59.979Z | |
| 4497 | 2026-08-26T14:45:59.979Z | info: running `cargo check --bins` on omicron-cockroach-admin (292/377) |
| 4498 | 2026-08-26T14:46:00.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4499 | 2026-08-26T14:46:00.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4500 | 2026-08-26T14:46:00.654Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4501 | 2026-08-26T14:46:00.657Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4502 | 2026-08-26T14:46:01.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4503 | 2026-08-26T14:46:02.015Z | |
| 4504 | 2026-08-26T14:46:02.015Z | info: running `cargo check --bins` on cockroach-admin-api (293/377) |
| 4505 | 2026-08-26T14:46:02.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4506 | 2026-08-26T14:46:02.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4507 | 2026-08-26T14:46:02.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4508 | 2026-08-26T14:46:02.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4509 | 2026-08-26T14:46:02.580Z | |
| 4510 | 2026-08-26T14:46:02.580Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377) |
| 4511 | 2026-08-26T14:46:03.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4512 | 2026-08-26T14:46:03.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4513 | 2026-08-26T14:46:03.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4514 | 2026-08-26T14:46:03.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4515 | 2026-08-26T14:46:03.236Z | |
| 4516 | 2026-08-26T14:46:03.236Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377) |
| 4517 | 2026-08-26T14:46:03.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4518 | 2026-08-26T14:46:03.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4519 | 2026-08-26T14:46:03.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4520 | 2026-08-26T14:46:03.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4521 | 2026-08-26T14:46:03.889Z | |
| 4522 | 2026-08-26T14:46:03.889Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377) |
| 4523 | 2026-08-26T14:46:04.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4524 | 2026-08-26T14:46:04.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4525 | 2026-08-26T14:46:04.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4526 | 2026-08-26T14:46:04.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4527 | 2026-08-26T14:46:04.519Z | |
| 4528 | 2026-08-26T14:46:04.519Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377) |
| 4529 | 2026-08-26T14:46:05.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4530 | 2026-08-26T14:46:05.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4531 | 2026-08-26T14:46:05.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4532 | 2026-08-26T14:46:05.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4533 | 2026-08-26T14:46:05.151Z | |
| 4534 | 2026-08-26T14:46:05.151Z | info: running `cargo check --bins` on db-macros (298/377) |
| 4535 | 2026-08-26T14:46:05.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4536 | 2026-08-26T14:46:05.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4537 | 2026-08-26T14:46:05.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4538 | 2026-08-26T14:46:05.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4539 | 2026-08-26T14:46:05.712Z | |
| 4540 | 2026-08-26T14:46:05.712Z | info: running `cargo check --bins` on nexus-macros-common (299/377) |
| 4541 | 2026-08-26T14:46:06.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4542 | 2026-08-26T14:46:06.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4543 | 2026-08-26T14:46:06.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4544 | 2026-08-26T14:46:06.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4545 | 2026-08-26T14:46:06.266Z | |
| 4546 | 2026-08-26T14:46:06.266Z | info: running `cargo check --bins` on nexus-auth (300/377) |
| 4547 | 2026-08-26T14:46:06.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4548 | 2026-08-26T14:46:06.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4549 | 2026-08-26T14:46:06.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4550 | 2026-08-26T14:46:06.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4551 | 2026-08-26T14:46:06.889Z | |
| 4552 | 2026-08-26T14:46:06.889Z | info: running `cargo check --bins` on authz-macros (301/377) |
| 4553 | 2026-08-26T14:46:07.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4554 | 2026-08-26T14:46:07.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4555 | 2026-08-26T14:46:07.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4556 | 2026-08-26T14:46:07.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4557 | 2026-08-26T14:46:07.447Z | |
| 4558 | 2026-08-26T14:46:07.447Z | info: running `cargo check --bins` on nexus-db-fixed-data (302/377) |
| 4559 | 2026-08-26T14:46:07.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4560 | 2026-08-26T14:46:07.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4561 | 2026-08-26T14:46:07.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4562 | 2026-08-26T14:46:07.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4563 | 2026-08-26T14:46:08.064Z | |
| 4564 | 2026-08-26T14:46:08.065Z | info: running `cargo check --bins` on nexus-db-model (303/377) |
| 4565 | 2026-08-26T14:46:08.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4566 | 2026-08-26T14:46:08.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4567 | 2026-08-26T14:46:08.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4568 | 2026-08-26T14:46:08.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4569 | 2026-08-26T14:46:08.679Z | |
| 4570 | 2026-08-26T14:46:08.679Z | info: running `cargo check --bins` on nexus-db-schema (304/377) |
| 4571 | 2026-08-26T14:46:09.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4572 | 2026-08-26T14:46:09.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4573 | 2026-08-26T14:46:09.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4574 | 2026-08-26T14:46:09.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4575 | 2026-08-26T14:46:09.241Z | |
| 4576 | 2026-08-26T14:46:09.241Z | info: running `cargo check --bins` on nexus-defaults (305/377) |
| 4577 | 2026-08-26T14:46:09.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4578 | 2026-08-26T14:46:09.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4579 | 2026-08-26T14:46:09.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4580 | 2026-08-26T14:46:09.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4581 | 2026-08-26T14:46:09.813Z | |
| 4582 | 2026-08-26T14:46:09.813Z | info: running `cargo check --bins` on omicron-git-version (306/377) |
| 4583 | 2026-08-26T14:46:10.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4584 | 2026-08-26T14:46:10.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4585 | 2026-08-26T14:46:10.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4586 | 2026-08-26T14:46:10.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4587 | 2026-08-26T14:46:10.372Z | |
| 4588 | 2026-08-26T14:46:10.372Z | info: running `cargo check --bins` on nexus-db-errors (307/377) |
| 4589 | 2026-08-26T14:46:10.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-08-26T14:46:10.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-08-26T14:46:10.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4592 | 2026-08-26T14:46:10.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4593 | 2026-08-26T14:46:10.998Z | |
| 4594 | 2026-08-26T14:46:10.998Z | info: running `cargo check --bins` on nexus-db-lookup (308/377) |
| 4595 | 2026-08-26T14:46:11.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-08-26T14:46:11.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-08-26T14:46:11.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4598 | 2026-08-26T14:46:11.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4599 | 2026-08-26T14:46:11.623Z | |
| 4600 | 2026-08-26T14:46:11.623Z | info: running `cargo check --bins` on nexus-test-interface (309/377) |
| 4601 | 2026-08-26T14:46:12.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4602 | 2026-08-26T14:46:12.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4603 | 2026-08-26T14:46:12.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4604 | 2026-08-26T14:46:12.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4605 | 2026-08-26T14:46:12.250Z | |
| 4606 | 2026-08-26T14:46:12.250Z | info: running `cargo check --bins` on oximeter-collector (310/377) |
| 4607 | 2026-08-26T14:46:12.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4608 | 2026-08-26T14:46:12.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4609 | 2026-08-26T14:46:12.968Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4610 | 2026-08-26T14:46:12.968Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4611 | 2026-08-26T14:46:13.641Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4612 | 2026-08-26T14:46:15.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 4613 | 2026-08-26T14:46:15.537Z | |
| 4614 | 2026-08-26T14:46:15.537Z | info: running `cargo check --bins` on oximeter-api (311/377) |
| 4615 | 2026-08-26T14:46:16.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4616 | 2026-08-26T14:46:16.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4617 | 2026-08-26T14:46:16.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4618 | 2026-08-26T14:46:16.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4619 | 2026-08-26T14:46:16.105Z | |
| 4620 | 2026-08-26T14:46:16.105Z | info: running `cargo check --bins` on cert-dev (312/377) |
| 4621 | 2026-08-26T14:46:16.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4622 | 2026-08-26T14:46:16.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4623 | 2026-08-26T14:46:16.711Z | Checking yasna v0.5.2 |
| 4624 | 2026-08-26T14:46:17.114Z | Checking rcgen v0.12.1 |
| 4625 | 2026-08-26T14:46:17.368Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4626 | 2026-08-26T14:46:17.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4627 | 2026-08-26T14:46:17.713Z | |
| 4628 | 2026-08-26T14:46:17.713Z | info: running `cargo check --bins` on clickana (313/377) |
| 4629 | 2026-08-26T14:46:18.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4630 | 2026-08-26T14:46:18.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4631 | 2026-08-26T14:46:18.360Z | Compiling instability v0.3.11 |
| 4632 | 2026-08-26T14:46:18.360Z | Checking castaway v0.2.4 |
| 4633 | 2026-08-26T14:46:18.363Z | Compiling indoc v2.0.7 |
| 4634 | 2026-08-26T14:46:18.363Z | Checking unicode-truncate v1.1.0 |
| 4635 | 2026-08-26T14:46:18.363Z | Checking lru v0.12.5 |
| 4636 | 2026-08-26T14:46:18.363Z | Checking cassowary v0.3.0 |
| 4637 | 2026-08-26T14:46:18.587Z | Checking compact_str v0.8.1 |
| 4638 | 2026-08-26T14:46:19.338Z | Checking ratatui v0.29.0 |
| 4639 | 2026-08-26T14:46:20.412Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4640 | 2026-08-26T14:46:21.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
| 4641 | 2026-08-26T14:46:21.296Z | |
| 4642 | 2026-08-26T14:46:21.296Z | info: running `cargo check --bins` on clickhouse-cluster-dev (314/377) |
| 4643 | 2026-08-26T14:46:21.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4644 | 2026-08-26T14:46:21.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4645 | 2026-08-26T14:46:22.017Z | Checking headers-core v0.3.0 |
| 4646 | 2026-08-26T14:46:22.017Z | Checking port-file v0.1.0 |
| 4647 | 2026-08-26T14:46:22.020Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4648 | 2026-08-26T14:46:22.212Z | Checking headers v0.4.1 |
| 4649 | 2026-08-26T14:46:22.579Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4650 | 2026-08-26T14:46:23.540Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4651 | 2026-08-26T14:46:24.062Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4652 | 2026-08-26T14:46:24.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4653 | 2026-08-26T14:46:24.692Z | |
| 4654 | 2026-08-26T14:46:24.692Z | info: running `cargo check --bins` on ch-dev (315/377) |
| 4655 | 2026-08-26T14:46:25.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-08-26T14:46:25.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-08-26T14:46:25.406Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4658 | 2026-08-26T14:46:26.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4659 | 2026-08-26T14:46:26.354Z | |
| 4660 | 2026-08-26T14:46:26.355Z | info: running `cargo check --bins` on dev-tools-common (316/377) |
| 4661 | 2026-08-26T14:46:26.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4662 | 2026-08-26T14:46:26.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4663 | 2026-08-26T14:46:26.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4664 | 2026-08-26T14:46:26.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4665 | 2026-08-26T14:46:26.772Z | |
| 4666 | 2026-08-26T14:46:26.772Z | info: running `cargo check --bins` on corpus-adjust (317/377) |
| 4667 | 2026-08-26T14:46:27.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4668 | 2026-08-26T14:46:27.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4669 | 2026-08-26T14:46:27.396Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4670 | 2026-08-26T14:46:27.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4671 | 2026-08-26T14:46:27.939Z | |
| 4672 | 2026-08-26T14:46:27.939Z | info: running `cargo check --bins` on crdb-seed (318/377) |
| 4673 | 2026-08-26T14:46:28.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4674 | 2026-08-26T14:46:28.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4675 | 2026-08-26T14:46:28.656Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4676 | 2026-08-26T14:46:29.761Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4677 | 2026-08-26T14:46:30.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
| 4678 | 2026-08-26T14:46:30.310Z | |
| 4679 | 2026-08-26T14:46:30.310Z | info: running `cargo check --bins` on db-dev (319/377) |
| 4680 | 2026-08-26T14:46:30.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4681 | 2026-08-26T14:46:30.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4682 | 2026-08-26T14:46:31.025Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4683 | 2026-08-26T14:46:31.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4684 | 2026-08-26T14:46:31.982Z | |
| 4685 | 2026-08-26T14:46:31.982Z | info: running `cargo check --bins` on omicron-dev-lib (320/377) |
| 4686 | 2026-08-26T14:46:32.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4687 | 2026-08-26T14:46:32.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4688 | 2026-08-26T14:46:32.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4689 | 2026-08-26T14:46:32.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4690 | 2026-08-26T14:46:32.598Z | |
| 4691 | 2026-08-26T14:46:32.598Z | info: running `cargo check --bins` on xtask-downloader (321/377) |
| 4692 | 2026-08-26T14:46:33.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4693 | 2026-08-26T14:46:33.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4694 | 2026-08-26T14:46:33.207Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4695 | 2026-08-26T14:46:33.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4696 | 2026-08-26T14:46:34.065Z | |
| 4697 | 2026-08-26T14:46:34.065Z | info: running `cargo check --bins` on omicron-dropshot-apis (322/377) |
| 4698 | 2026-08-26T14:46:34.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4699 | 2026-08-26T14:46:34.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4700 | 2026-08-26T14:46:34.811Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4701 | 2026-08-26T14:46:34.811Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4702 | 2026-08-26T14:46:34.814Z | Checking git-stub v1.0.0 |
| 4703 | 2026-08-26T14:46:34.814Z | Compiling trait-variant v0.1.2 |
| 4704 | 2026-08-26T14:46:34.814Z | Checking maplit v1.0.2 |
| 4705 | 2026-08-26T14:46:34.929Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4706 | 2026-08-26T14:46:34.937Z | Checking drift v0.2.0 |
| 4707 | 2026-08-26T14:46:34.944Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4708 | 2026-08-26T14:46:35.060Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4709 | 2026-08-26T14:46:35.083Z | Checking git-stub-vcs v0.1.0 |
| 4710 | 2026-08-26T14:46:35.147Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4711 | 2026-08-26T14:46:35.176Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4712 | 2026-08-26T14:46:35.279Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4713 | 2026-08-26T14:46:35.292Z | Checking dropshot-api-manager v0.8.0 |
| 4714 | 2026-08-26T14:46:35.306Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4715 | 2026-08-26T14:46:35.454Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4716 | 2026-08-26T14:46:35.666Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4717 | 2026-08-26T14:46:36.161Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4718 | 2026-08-26T14:46:37.094Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4719 | 2026-08-26T14:46:38.100Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4720 | 2026-08-26T14:46:38.912Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4721 | 2026-08-26T14:46:39.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s |
| 4722 | 2026-08-26T14:46:39.566Z | |
| 4723 | 2026-08-26T14:46:39.566Z | info: running `cargo check --bins` on installinator-api (323/377) |
| 4724 | 2026-08-26T14:46:40.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4725 | 2026-08-26T14:46:40.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4726 | 2026-08-26T14:46:40.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4727 | 2026-08-26T14:46:40.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4728 | 2026-08-26T14:46:40.138Z | |
| 4729 | 2026-08-26T14:46:40.138Z | info: running `cargo check --bins` on nexus-external-api (324/377) |
| 4730 | 2026-08-26T14:46:40.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4731 | 2026-08-26T14:46:40.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4732 | 2026-08-26T14:46:40.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4733 | 2026-08-26T14:46:40.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4734 | 2026-08-26T14:46:40.758Z | |
| 4735 | 2026-08-26T14:46:40.758Z | info: running `cargo check --bins` on nexus-internal-api (325/377) |
| 4736 | 2026-08-26T14:46:41.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-08-26T14:46:41.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-08-26T14:46:41.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4739 | 2026-08-26T14:46:41.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4740 | 2026-08-26T14:46:41.374Z | |
| 4741 | 2026-08-26T14:46:41.374Z | info: running `cargo check --bins` on nexus-lockstep-api (326/377) |
| 4742 | 2026-08-26T14:46:41.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-08-26T14:46:41.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-08-26T14:46:41.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4745 | 2026-08-26T14:46:41.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4746 | 2026-08-26T14:46:41.991Z | |
| 4747 | 2026-08-26T14:46:41.991Z | info: running `cargo check --bins` on ntp-admin-api (327/377) |
| 4748 | 2026-08-26T14:46:42.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-08-26T14:46:42.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-08-26T14:46:42.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4751 | 2026-08-26T14:46:42.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4752 | 2026-08-26T14:46:42.560Z | |
| 4753 | 2026-08-26T14:46:42.560Z | info: running `cargo check --bins` on ntp-admin-types-versions (328/377) |
| 4754 | 2026-08-26T14:46:43.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-08-26T14:46:43.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-08-26T14:46:43.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4757 | 2026-08-26T14:46:43.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4758 | 2026-08-26T14:46:43.129Z | |
| 4759 | 2026-08-26T14:46:43.130Z | info: running `cargo check --bins` on wicketd-api (329/377) |
| 4760 | 2026-08-26T14:46:43.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-08-26T14:46:43.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-08-26T14:46:43.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4763 | 2026-08-26T14:46:43.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4764 | 2026-08-26T14:46:43.719Z | |
| 4765 | 2026-08-26T14:46:43.719Z | info: running `cargo check --bins` on wicketd-commission-api (330/377) |
| 4766 | 2026-08-26T14:46:44.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4767 | 2026-08-26T14:46:44.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4768 | 2026-08-26T14:46:44.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4769 | 2026-08-26T14:46:44.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4770 | 2026-08-26T14:46:44.303Z | |
| 4771 | 2026-08-26T14:46:44.303Z | info: running `cargo check --bins` on omicron-ls-apis (331/377) |
| 4772 | 2026-08-26T14:46:44.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4773 | 2026-08-26T14:46:44.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4774 | 2026-08-26T14:46:44.923Z | Compiling blake3 v1.8.5 |
| 4775 | 2026-08-26T14:46:45.031Z | Checking constant_time_eq v0.4.2 |
| 4776 | 2026-08-26T14:46:45.034Z | Checking arrayvec v0.7.6 |
| 4777 | 2026-08-26T14:46:45.039Z | Checking arrayref v0.3.9 |
| 4778 | 2026-08-26T14:46:45.053Z | Checking cargo-platform v0.3.2 |
| 4779 | 2026-08-26T14:46:45.054Z | Checking topological-sort v0.2.2 |
| 4780 | 2026-08-26T14:46:45.057Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4781 | 2026-08-26T14:46:45.224Z | Checking cargo_metadata v0.23.1 |
| 4782 | 2026-08-26T14:46:45.803Z | Checking omicron-zone-package v0.12.3 |
| 4783 | 2026-08-26T14:46:46.522Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4784 | 2026-08-26T14:46:47.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
| 4785 | 2026-08-26T14:46:47.525Z | |
| 4786 | 2026-08-26T14:46:47.525Z | info: running `cargo check --bins` on mgs-dev (332/377) |
| 4787 | 2026-08-26T14:46:48.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4788 | 2026-08-26T14:46:48.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4789 | 2026-08-26T14:46:48.247Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4790 | 2026-08-26T14:46:48.880Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4791 | 2026-08-26T14:46:49.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 4792 | 2026-08-26T14:46:49.591Z | |
| 4793 | 2026-08-26T14:46:49.591Z | info: running `cargo check --bins` on omicron-omdb (333/377) |
| 4794 | 2026-08-26T14:46:50.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4795 | 2026-08-26T14:46:50.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4796 | 2026-08-26T14:46:50.565Z | Compiling darling_core v0.21.3 |
| 4797 | 2026-08-26T14:46:50.565Z | Compiling vergen-lib v0.1.6 |
| 4798 | 2026-08-26T14:46:50.565Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4799 | 2026-08-26T14:46:50.568Z | Compiling diesel_derives v2.3.7 |
| 4800 | 2026-08-26T14:46:50.568Z | Checking scheduled-thread-pool v0.2.7 |
| 4801 | 2026-08-26T14:46:50.568Z | Compiling vergen-gitcl v1.0.8 |
| 4802 | 2026-08-26T14:46:50.568Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4803 | 2026-08-26T14:46:50.568Z | Compiling dirs-sys-next v0.1.2 |
| 4804 | 2026-08-26T14:46:50.850Z | Compiling glob v0.3.3 |
| 4805 | 2026-08-26T14:46:50.881Z | Compiling crunchy v0.2.4 |
| 4806 | 2026-08-26T14:46:50.900Z | Compiling dirs-next v2.0.0 |
| 4807 | 2026-08-26T14:46:50.990Z | Checking r2d2 v0.8.10 |
| 4808 | 2026-08-26T14:46:51.006Z | Compiling tiny-keccak v2.0.2 |
| 4809 | 2026-08-26T14:46:51.035Z | Checking downcast-rs v2.0.2 |
| 4810 | 2026-08-26T14:46:51.127Z | Compiling term v0.7.0 |
| 4811 | 2026-08-26T14:46:51.181Z | Compiling bit-vec v0.6.3 |
| 4812 | 2026-08-26T14:46:51.225Z | Compiling clang-sys v1.8.1 |
| 4813 | 2026-08-26T14:46:51.358Z | Compiling bit-set v0.5.3 |
| 4814 | 2026-08-26T14:46:51.393Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4815 | 2026-08-26T14:46:51.523Z | Compiling ascii-canvas v3.0.0 |
| 4816 | 2026-08-26T14:46:51.582Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4817 | 2026-08-26T14:46:51.645Z | Compiling itertools v0.10.5 |
| 4818 | 2026-08-26T14:46:51.676Z | Compiling ena v0.14.4 |
| 4819 | 2026-08-26T14:46:51.693Z | Compiling libloading v0.8.9 |
| 4820 | 2026-08-26T14:46:51.735Z | Compiling regex-syntax v0.6.29 |
| 4821 | 2026-08-26T14:46:51.768Z | Compiling bindgen v0.71.1 |
| 4822 | 2026-08-26T14:46:51.866Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4823 | 2026-08-26T14:46:51.886Z | Compiling diff v0.1.13 |
| 4824 | 2026-08-26T14:46:52.180Z | Compiling cexpr v0.6.0 |
| 4825 | 2026-08-26T14:46:52.197Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4826 | 2026-08-26T14:46:52.386Z | Compiling rustc-hash v2.1.1 |
| 4827 | 2026-08-26T14:46:52.488Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4828 | 2026-08-26T14:46:52.705Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4829 | 2026-08-26T14:46:52.726Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4830 | 2026-08-26T14:46:52.844Z | Compiling libxml v0.3.3 |
| 4831 | 2026-08-26T14:46:52.862Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4832 | 2026-08-26T14:46:53.019Z | Compiling strum_macros v0.24.3 |
| 4833 | 2026-08-26T14:46:53.049Z | Compiling lalrpop v0.19.12 |
| 4834 | 2026-08-26T14:46:53.101Z | Compiling indoc v1.0.9 |
| 4835 | 2026-08-26T14:46:53.262Z | Compiling darling_macro v0.21.3 |
| 4836 | 2026-08-26T14:46:53.778Z | Compiling darling v0.21.3 |
| 4837 | 2026-08-26T14:46:53.874Z | Compiling dsl_auto_type v0.2.0 |
| 4838 | 2026-08-26T14:46:53.965Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4839 | 2026-08-26T14:46:54.153Z | Checking derive_builder v0.20.2 |
| 4840 | 2026-08-26T14:46:54.273Z | Compiling oso-derive v0.27.3 |
| 4841 | 2026-08-26T14:46:54.335Z | Checking quick-xml v0.37.5 |
| 4842 | 2026-08-26T14:46:54.369Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4843 | 2026-08-26T14:46:54.772Z | Checking openssl-probe v0.1.6 |
| 4844 | 2026-08-26T14:46:54.914Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4845 | 2026-08-26T14:46:55.241Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4846 | 2026-08-26T14:46:55.432Z | Checking bb8 v0.8.6 |
| 4847 | 2026-08-26T14:46:55.481Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4848 | 2026-08-26T14:46:55.692Z | Checking nonempty v0.12.0 |
| 4849 | 2026-08-26T14:46:55.709Z | Compiling libz-sys v1.1.24 |
| 4850 | 2026-08-26T14:46:55.726Z | Compiling strsim v0.10.0 |
| 4851 | 2026-08-26T14:46:55.862Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4852 | 2026-08-26T14:46:55.951Z | Compiling darling_core v0.13.4 |
| 4853 | 2026-08-26T14:46:56.055Z | Compiling vergen-git2 v9.1.0 |
| 4854 | 2026-08-26T14:46:56.275Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4855 | 2026-08-26T14:46:56.311Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4856 | 2026-08-26T14:46:56.487Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4857 | 2026-08-26T14:46:56.697Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4858 | 2026-08-26T14:46:56.879Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4859 | 2026-08-26T14:46:57.065Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4860 | 2026-08-26T14:46:57.250Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4861 | 2026-08-26T14:46:57.278Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4862 | 2026-08-26T14:46:57.430Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4863 | 2026-08-26T14:46:57.616Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4864 | 2026-08-26T14:46:57.798Z | Compiling darling_macro v0.13.4 |
| 4865 | 2026-08-26T14:46:57.802Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4866 | 2026-08-26T14:46:58.002Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4867 | 2026-08-26T14:46:58.305Z | Compiling darling v0.13.4 |
| 4868 | 2026-08-26T14:46:58.399Z | Compiling serde_with_macros v1.5.2 |
| 4869 | 2026-08-26T14:46:58.416Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4870 | 2026-08-26T14:46:58.798Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4871 | 2026-08-26T14:46:59.227Z | Compiling serde_with v1.14.0 |
| 4872 | 2026-08-26T14:46:59.375Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4873 | 2026-08-26T14:46:59.566Z | Checking twox-hash v2.1.2 |
| 4874 | 2026-08-26T14:46:59.651Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4875 | 2026-08-26T14:46:59.673Z | Checking diesel v2.3.7 |
| 4876 | 2026-08-26T14:46:59.860Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4877 | 2026-08-26T14:47:00.421Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4878 | 2026-08-26T14:47:01.430Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4879 | 2026-08-26T14:47:01.715Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4880 | 2026-08-26T14:47:02.036Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4881 | 2026-08-26T14:47:02.408Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4882 | 2026-08-26T14:47:02.556Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4883 | 2026-08-26T14:47:03.049Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4884 | 2026-08-26T14:47:03.401Z | Checking libsw-core v0.3.2 |
| 4885 | 2026-08-26T14:47:03.526Z | Checking atty v0.2.14 |
| 4886 | 2026-08-26T14:47:03.557Z | Checking libsw v3.5.0 |
| 4887 | 2026-08-26T14:47:03.627Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4888 | 2026-08-26T14:47:03.688Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4889 | 2026-08-26T14:47:03.706Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4890 | 2026-08-26T14:47:03.722Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4891 | 2026-08-26T14:47:03.838Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4892 | 2026-08-26T14:47:05.104Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4893 | 2026-08-26T14:47:05.317Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4894 | 2026-08-26T14:47:05.780Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4895 | 2026-08-26T14:47:06.054Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4896 | 2026-08-26T14:47:06.497Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4897 | 2026-08-26T14:47:06.685Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4898 | 2026-08-26T14:47:06.835Z | Checking fatfs v0.3.6 |
| 4899 | 2026-08-26T14:47:07.008Z | Checking console v0.16.2 |
| 4900 | 2026-08-26T14:47:07.291Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4901 | 2026-08-26T14:47:07.326Z | Compiling seq-macro v0.3.6 |
| 4902 | 2026-08-26T14:47:07.822Z | Checking unit-prefix v0.5.2 |
| 4903 | 2026-08-26T14:47:07.958Z | Checking indicatif v0.18.4 |
| 4904 | 2026-08-26T14:47:08.364Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4905 | 2026-08-26T14:47:08.402Z | Checking oxide-update-engine-display v0.1.2 |
| 4906 | 2026-08-26T14:47:08.598Z | Checking support-bundle-viewer v0.1.2 |
| 4907 | 2026-08-26T14:47:08.709Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4908 | 2026-08-26T14:47:08.845Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4909 | 2026-08-26T14:47:09.009Z | Checking multimap v0.10.1 |
| 4910 | 2026-08-26T14:47:14.833Z | Checking diesel-dtrace v0.5.0 |
| 4911 | 2026-08-26T14:47:15.078Z | Checking async-bb8-diesel v0.2.1 |
| 4912 | 2026-08-26T14:47:18.412Z | Compiling samael v0.0.19 |
| 4913 | 2026-08-26T14:47:23.320Z | Compiling git2 v0.20.4 |
| 4914 | 2026-08-26T14:47:24.328Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4915 | 2026-08-26T14:47:25.384Z | Compiling polar-core v0.27.3 |
| 4916 | 2026-08-26T14:47:25.767Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4917 | 2026-08-26T14:47:29.806Z | Checking oso v0.27.3 |
| 4918 | 2026-08-26T14:48:02.310Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4919 | 2026-08-26T14:49:17.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
| 4920 | 2026-08-26T14:49:17.540Z | |
| 4921 | 2026-08-26T14:49:17.540Z | info: running `cargo check --bins` on nexus-networking (334/377) |
| 4922 | 2026-08-26T14:49:18.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4923 | 2026-08-26T14:49:18.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4924 | 2026-08-26T14:49:18.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4925 | 2026-08-26T14:49:18.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4926 | 2026-08-26T14:49:18.211Z | |
| 4927 | 2026-08-26T14:49:18.211Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377) |
| 4928 | 2026-08-26T14:49:18.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4929 | 2026-08-26T14:49:18.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4930 | 2026-08-26T14:49:18.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4931 | 2026-08-26T14:49:18.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4932 | 2026-08-26T14:49:18.845Z | |
| 4933 | 2026-08-26T14:49:18.845Z | info: running `cargo check --bins` on nexus-saga-recovery (336/377) |
| 4934 | 2026-08-26T14:49:19.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4935 | 2026-08-26T14:49:19.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4936 | 2026-08-26T14:49:19.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4937 | 2026-08-26T14:49:19.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4938 | 2026-08-26T14:49:19.476Z | |
| 4939 | 2026-08-26T14:49:19.476Z | info: running `cargo check --bins` on nexus-test-utils-macros (337/377) |
| 4940 | 2026-08-26T14:49:19.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4941 | 2026-08-26T14:49:19.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4942 | 2026-08-26T14:49:19.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4943 | 2026-08-26T14:49:19.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4944 | 2026-08-26T14:49:20.035Z | |
| 4945 | 2026-08-26T14:49:20.035Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (338/377) |
| 4946 | 2026-08-26T14:49:20.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4947 | 2026-08-26T14:49:20.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4948 | 2026-08-26T14:49:20.861Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4949 | 2026-08-26T14:49:21.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
| 4950 | 2026-08-26T14:49:21.863Z | |
| 4951 | 2026-08-26T14:49:21.863Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377) |
| 4952 | 2026-08-26T14:49:22.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4953 | 2026-08-26T14:49:22.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4954 | 2026-08-26T14:49:22.686Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4955 | 2026-08-26T14:50:01.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.91s |
| 4956 | 2026-08-26T14:50:01.999Z | |
| 4957 | 2026-08-26T14:50:01.999Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377) |
| 4958 | 2026-08-26T14:50:02.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4959 | 2026-08-26T14:50:02.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4960 | 2026-08-26T14:50:02.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4961 | 2026-08-26T14:50:02.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4962 | 2026-08-26T14:50:02.556Z | |
| 4963 | 2026-08-26T14:50:02.556Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377) |
| 4964 | 2026-08-26T14:50:03.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4965 | 2026-08-26T14:50:03.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4966 | 2026-08-26T14:50:03.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4967 | 2026-08-26T14:50:03.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4968 | 2026-08-26T14:50:03.120Z | |
| 4969 | 2026-08-26T14:50:03.120Z | info: running `cargo check --bins --no-default-features` on nexus-fm (342/377) |
| 4970 | 2026-08-26T14:50:03.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4971 | 2026-08-26T14:50:03.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4972 | 2026-08-26T14:50:03.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4973 | 2026-08-26T14:50:03.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4974 | 2026-08-26T14:50:03.742Z | |
| 4975 | 2026-08-26T14:50:03.742Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377) |
| 4976 | 2026-08-26T14:50:04.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4977 | 2026-08-26T14:50:04.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4978 | 2026-08-26T14:50:04.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4979 | 2026-08-26T14:50:04.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4980 | 2026-08-26T14:50:04.378Z | |
| 4981 | 2026-08-26T14:50:04.378Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (344/377) |
| 4982 | 2026-08-26T14:50:04.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4983 | 2026-08-26T14:50:04.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4984 | 2026-08-26T14:50:04.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4985 | 2026-08-26T14:50:04.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4986 | 2026-08-26T14:50:05.011Z | |
| 4987 | 2026-08-26T14:50:05.011Z | info: running `cargo check --bins` on nexus-mgs-updates (345/377) |
| 4988 | 2026-08-26T14:50:05.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4989 | 2026-08-26T14:50:05.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4990 | 2026-08-26T14:50:05.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4991 | 2026-08-26T14:50:05.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4992 | 2026-08-26T14:50:05.625Z | |
| 4993 | 2026-08-26T14:50:05.625Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (346/377) |
| 4994 | 2026-08-26T14:50:06.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4995 | 2026-08-26T14:50:06.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4996 | 2026-08-26T14:50:06.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4997 | 2026-08-26T14:50:06.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4998 | 2026-08-26T14:50:06.258Z | |
| 4999 | 2026-08-26T14:50:06.258Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377) |
| 5000 | 2026-08-26T14:50:06.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5001 | 2026-08-26T14:50:06.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5002 | 2026-08-26T14:50:06.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5003 | 2026-08-26T14:50:06.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5004 | 2026-08-26T14:50:06.887Z | |
| 5005 | 2026-08-26T14:50:06.887Z | info: running `cargo check --bins` on nexus-switch-config (348/377) |
| 5006 | 2026-08-26T14:50:07.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5007 | 2026-08-26T14:50:07.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5008 | 2026-08-26T14:50:07.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5009 | 2026-08-26T14:50:07.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 5010 | 2026-08-26T14:50:07.497Z | |
| 5011 | 2026-08-26T14:50:07.497Z | info: running `cargo check --bins` on nexus-switch-config-preparation (349/377) |
| 5012 | 2026-08-26T14:50:08.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5013 | 2026-08-26T14:50:08.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5014 | 2026-08-26T14:50:08.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5015 | 2026-08-26T14:50:08.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5016 | 2026-08-26T14:50:08.136Z | |
| 5017 | 2026-08-26T14:50:08.136Z | info: running `cargo check --bins` on support-bundle-collection (350/377) |
| 5018 | 2026-08-26T14:50:08.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5019 | 2026-08-26T14:50:08.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5020 | 2026-08-26T14:50:08.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5021 | 2026-08-26T14:50:08.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5022 | 2026-08-26T14:50:08.755Z | |
| 5023 | 2026-08-26T14:50:08.755Z | info: running `cargo check --bins` on omicron-dev (351/377) |
| 5024 | 2026-08-26T14:50:09.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5025 | 2026-08-26T14:50:09.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5026 | 2026-08-26T14:50:09.648Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5027 | 2026-08-26T14:50:09.648Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5028 | 2026-08-26T14:50:09.837Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 5029 | 2026-08-26T14:50:09.865Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5030 | 2026-08-26T14:50:09.883Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 5031 | 2026-08-26T14:50:09.899Z | Checking diff v0.1.13 |
| 5032 | 2026-08-26T14:50:09.903Z | Checking yansi v1.0.1 |
| 5033 | 2026-08-26T14:50:09.903Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 5034 | 2026-08-26T14:50:09.973Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 5035 | 2026-08-26T14:50:10.161Z | Checking pretty_assertions v1.4.1 |
| 5036 | 2026-08-26T14:50:10.925Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 5037 | 2026-08-26T14:50:10.929Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5038 | 2026-08-26T14:50:35.943Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5039 | 2026-08-26T14:50:35.947Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5040 | 2026-08-26T14:50:35.947Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5041 | 2026-08-26T14:50:35.947Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5042 | 2026-08-26T14:50:35.947Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5043 | 2026-08-26T14:50:35.947Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5044 | 2026-08-26T14:50:35.947Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5045 | 2026-08-26T14:50:36.795Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5046 | 2026-08-26T14:50:36.795Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5047 | 2026-08-26T14:50:38.086Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5048 | 2026-08-26T14:51:17.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 5049 | 2026-08-26T14:51:17.160Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5050 | 2026-08-26T14:51:17.160Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5051 | 2026-08-26T14:51:17.373Z | |
| 5052 | 2026-08-26T14:51:17.373Z | info: running `cargo check --bins` on oximeter-load-test (352/377) |
| 5053 | 2026-08-26T14:51:17.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5054 | 2026-08-26T14:51:17.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5055 | 2026-08-26T14:51:18.084Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 5056 | 2026-08-26T14:51:18.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 5057 | 2026-08-26T14:51:18.911Z | |
| 5058 | 2026-08-26T14:51:18.912Z | info: running `cargo check --bins` on omicron-pins (353/377) |
| 5059 | 2026-08-26T14:51:19.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5060 | 2026-08-26T14:51:19.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5061 | 2026-08-26T14:51:19.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5062 | 2026-08-26T14:51:19.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5063 | 2026-08-26T14:51:19.469Z | |
| 5064 | 2026-08-26T14:51:19.469Z | info: running `cargo check --bins` on rack-init-config (354/377) |
| 5065 | 2026-08-26T14:51:19.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5066 | 2026-08-26T14:51:19.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5067 | 2026-08-26T14:51:19.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5068 | 2026-08-26T14:51:19.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5069 | 2026-08-26T14:51:20.051Z | |
| 5070 | 2026-08-26T14:51:20.051Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377) |
| 5071 | 2026-08-26T14:51:20.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5072 | 2026-08-26T14:51:20.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5073 | 2026-08-26T14:51:20.826Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 5074 | 2026-08-26T14:51:20.949Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5075 | 2026-08-26T14:51:20.953Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5076 | 2026-08-26T14:51:48.077Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 5077 | 2026-08-26T14:51:48.479Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 5078 | 2026-08-26T14:51:50.232Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5079 | 2026-08-26T14:51:50.709Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 5080 | 2026-08-26T14:51:53.804Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5081 | 2026-08-26T14:52:17.831Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5082 | 2026-08-26T14:52:18.563Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5083 | 2026-08-26T14:52:20.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 5084 | 2026-08-26T14:52:20.464Z | |
| 5085 | 2026-08-26T14:52:20.464Z | info: running `cargo check --bins` on reconfigurator-sp-updater (356/377) |
| 5086 | 2026-08-26T14:52:20.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5087 | 2026-08-26T14:52:20.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5088 | 2026-08-26T14:52:21.173Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5089 | 2026-08-26T14:52:21.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 5090 | 2026-08-26T14:52:22.066Z | |
| 5091 | 2026-08-26T14:52:22.066Z | info: running `cargo check --bins` on omicron-releng (357/377) |
| 5092 | 2026-08-26T14:52:22.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5093 | 2026-08-26T14:52:22.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5094 | 2026-08-26T14:52:22.691Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5095 | 2026-08-26T14:52:22.696Z | Compiling fs-err v2.11.0 |
| 5096 | 2026-08-26T14:52:22.810Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 5097 | 2026-08-26T14:52:22.822Z | Checking parse-size v1.1.0 |
| 5098 | 2026-08-26T14:52:22.830Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5099 | 2026-08-26T14:52:22.834Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5100 | 2026-08-26T14:52:22.834Z | Checking shell-words v1.1.1 |
| 5101 | 2026-08-26T14:52:22.915Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5102 | 2026-08-26T14:52:23.241Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5103 | 2026-08-26T14:52:23.418Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5104 | 2026-08-26T14:52:24.082Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5105 | 2026-08-26T14:52:25.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 5106 | 2026-08-26T14:52:25.214Z | |
| 5107 | 2026-08-26T14:52:25.215Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (358/377) |
| 5108 | 2026-08-26T14:52:25.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5109 | 2026-08-26T14:52:25.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5110 | 2026-08-26T14:52:25.844Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5111 | 2026-08-26T14:52:26.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 5112 | 2026-08-26T14:52:26.516Z | |
| 5113 | 2026-08-26T14:52:26.516Z | info: running `cargo check --bins` on schema (359/377) |
| 5114 | 2026-08-26T14:52:27.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5115 | 2026-08-26T14:52:27.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5116 | 2026-08-26T14:52:27.240Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 5117 | 2026-08-26T14:52:27.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 5118 | 2026-08-26T14:52:28.139Z | |
| 5119 | 2026-08-26T14:52:28.139Z | info: running `cargo check --bins` on xtask (360/377) |
| 5120 | 2026-08-26T14:52:28.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5121 | 2026-08-26T14:52:28.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5122 | 2026-08-26T14:52:28.544Z | Checking serde_core v1.0.228 |
| 5123 | 2026-08-26T14:52:28.544Z | Checking libc v0.2.185 |
| 5124 | 2026-08-26T14:52:28.547Z | Checking bitflags v2.11.0 |
| 5125 | 2026-08-26T14:52:28.630Z | Checking scroll v0.12.0 |
| 5126 | 2026-08-26T14:52:28.633Z | Checking thiserror v1.0.69 |
| 5127 | 2026-08-26T14:52:28.645Z | Checking log v0.4.33 |
| 5128 | 2026-08-26T14:52:28.651Z | Checking indexmap v2.14.0 |
| 5129 | 2026-08-26T14:52:28.654Z | Checking zerocopy v0.7.35 |
| 5130 | 2026-08-26T14:52:28.719Z | Checking syn v2.0.117 |
| 5131 | 2026-08-26T14:52:28.760Z | Checking dtrace-parser v0.2.0 |
| 5132 | 2026-08-26T14:52:28.783Z | Checking once_cell v1.21.3 |
| 5133 | 2026-08-26T14:52:28.847Z | Checking goblin v0.8.2 |
| 5134 | 2026-08-26T14:52:28.898Z | Checking errno v0.3.14 |
| 5135 | 2026-08-26T14:52:28.949Z | Checking getrandom v0.4.3 |
| 5136 | 2026-08-26T14:52:28.989Z | Checking thread-id v4.2.2 |
| 5137 | 2026-08-26T14:52:29.013Z | Checking rustix v1.1.4 |
| 5138 | 2026-08-26T14:52:29.065Z | Checking memmap v0.7.0 |
| 5139 | 2026-08-26T14:52:29.077Z | Checking thiserror v2.0.18 |
| 5140 | 2026-08-26T14:52:29.137Z | Checking fs-err v3.3.0 |
| 5141 | 2026-08-26T14:52:29.171Z | Checking tabled v0.15.0 |
| 5142 | 2026-08-26T14:52:29.181Z | Checking anyhow v1.0.104 |
| 5143 | 2026-08-26T14:52:29.777Z | Checking terminal_size v0.4.3 |
| 5144 | 2026-08-26T14:52:29.777Z | Checking tempfile v3.27.0 |
| 5145 | 2026-08-26T14:52:29.885Z | Checking clap_builder v4.6.0 |
| 5146 | 2026-08-26T14:52:29.889Z | Checking textwrap v0.16.2 |
| 5147 | 2026-08-26T14:52:30.069Z | Checking serde v1.0.228 |
| 5148 | 2026-08-26T14:52:30.072Z | Checking serde_json v1.0.151 |
| 5149 | 2026-08-26T14:52:30.072Z | Checking camino v1.2.5 |
| 5150 | 2026-08-26T14:52:30.096Z | Checking cargo-platform v0.3.2 |
| 5151 | 2026-08-26T14:52:30.247Z | Checking semver v1.0.28 |
| 5152 | 2026-08-26T14:52:30.315Z | Checking camino-tempfile v1.4.1 |
| 5153 | 2026-08-26T14:52:30.470Z | Checking toml_datetime v0.6.11 |
| 5154 | 2026-08-26T14:52:30.470Z | Checking serde_spanned v0.6.9 |
| 5155 | 2026-08-26T14:52:30.473Z | Checking macaddr v1.0.1 |
| 5156 | 2026-08-26T14:52:30.473Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5157 | 2026-08-26T14:52:30.650Z | Checking toml_edit v0.22.27 |
| 5158 | 2026-08-26T14:52:30.665Z | Checking dof v0.3.0 |
| 5159 | 2026-08-26T14:52:30.669Z | Checking cargo_metadata v0.23.1 |
| 5160 | 2026-08-26T14:52:30.926Z | Checking usdt-impl v0.5.0 |
| 5161 | 2026-08-26T14:52:31.056Z | Checking clap v4.6.1 |
| 5162 | 2026-08-26T14:52:31.185Z | Checking usdt v0.5.0 |
| 5163 | 2026-08-26T14:52:31.606Z | Checking toml v0.8.23 |
| 5164 | 2026-08-26T14:52:31.865Z | Checking cargo_toml v0.21.0 |
| 5165 | 2026-08-26T14:52:32.493Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5166 | 2026-08-26T14:52:32.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
| 5167 | 2026-08-26T14:52:32.996Z | |
| 5168 | 2026-08-26T14:52:32.996Z | info: running `cargo check --bins` on dnsadm (361/377) |
| 5169 | 2026-08-26T14:52:33.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5170 | 2026-08-26T14:52:33.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5171 | 2026-08-26T14:52:33.633Z | Checking arc-swap v1.8.2 |
| 5172 | 2026-08-26T14:52:33.915Z | Checking slog-scope v4.4.1 |
| 5173 | 2026-08-26T14:52:34.028Z | Checking slog-stdlog v4.1.1 |
| 5174 | 2026-08-26T14:52:34.123Z | Checking slog-envlogger v2.2.0 |
| 5175 | 2026-08-26T14:52:34.241Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 5176 | 2026-08-26T14:52:34.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 5177 | 2026-08-26T14:52:34.824Z | |
| 5178 | 2026-08-26T14:52:34.825Z | info: running `cargo check --bins` on end-to-end-tests (362/377) |
| 5179 | 2026-08-26T14:52:35.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5180 | 2026-08-26T14:52:35.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5181 | 2026-08-26T14:52:35.631Z | Checking cpubits v0.1.1 |
| 5182 | 2026-08-26T14:52:35.634Z | Checking pem-rfc7468 v1.0.0 |
| 5183 | 2026-08-26T14:52:35.771Z | Checking hmac v0.13.0 |
| 5184 | 2026-08-26T14:52:35.774Z | Checking universal-hash v0.6.1 |
| 5185 | 2026-08-26T14:52:35.792Z | Checking ctr v0.10.1 |
| 5186 | 2026-08-26T14:52:35.792Z | Checking aead v0.6.1 |
| 5187 | 2026-08-26T14:52:35.818Z | Checking crypto-bigint v0.7.5 |
| 5188 | 2026-08-26T14:52:35.818Z | Checking aes v0.9.1 |
| 5189 | 2026-08-26T14:52:35.846Z | Checking salsa20 v0.11.0 |
| 5190 | 2026-08-26T14:52:35.893Z | Checking der v0.8.0 |
| 5191 | 2026-08-26T14:52:35.907Z | Checking polyval v0.7.1 |
| 5192 | 2026-08-26T14:52:35.922Z | Checking pbkdf2 v0.13.0 |
| 5193 | 2026-08-26T14:52:35.948Z | Checking cbc v0.2.1 |
| 5194 | 2026-08-26T14:52:36.001Z | Checking ff v0.14.0 |
| 5195 | 2026-08-26T14:52:36.021Z | Checking signature v3.0.0 |
| 5196 | 2026-08-26T14:52:36.071Z | Checking ghash v0.6.0 |
| 5197 | 2026-08-26T14:52:36.086Z | Checking scrypt v0.12.0 |
| 5198 | 2026-08-26T14:52:36.112Z | Checking base16ct v1.0.0 |
| 5199 | 2026-08-26T14:52:36.132Z | Checking group v0.14.0 |
| 5200 | 2026-08-26T14:52:36.168Z | Checking hkdf v0.13.0 |
| 5201 | 2026-08-26T14:52:36.196Z | Compiling curve25519-dalek v5.0.0 |
| 5202 | 2026-08-26T14:52:36.217Z | Checking aes-gcm v0.11.0 |
| 5203 | 2026-08-26T14:52:36.236Z | Checking keccak v0.2.0 |
| 5204 | 2026-08-26T14:52:36.253Z | Checking poly1305 v0.9.0 |
| 5205 | 2026-08-26T14:52:36.276Z | Checking wnaf v0.14.0 |
| 5206 | 2026-08-26T14:52:36.300Z | Checking blowfish v0.10.0 |
| 5207 | 2026-08-26T14:52:36.379Z | Checking blake2 v0.11.0-rc.6 |
| 5208 | 2026-08-26T14:52:36.394Z | Checking sha3 v0.11.0 |
| 5209 | 2026-08-26T14:52:36.439Z | Checking kem v0.3.0 |
| 5210 | 2026-08-26T14:52:36.455Z | Checking bcrypt-pbkdf v0.11.0 |
| 5211 | 2026-08-26T14:52:36.521Z | Checking module-lattice v0.2.3 |
| 5212 | 2026-08-26T14:52:36.558Z | Checking sponge-cursor v0.1.0 |
| 5213 | 2026-08-26T14:52:36.614Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5214 | 2026-08-26T14:52:36.635Z | Checking argon2 v0.6.0-rc.8 |
| 5215 | 2026-08-26T14:52:36.678Z | Checking spki v0.8.0 |
| 5216 | 2026-08-26T14:52:36.693Z | Checking sec1 v0.8.1 |
| 5217 | 2026-08-26T14:52:36.731Z | Checking sha3 v0.12.0 |
| 5218 | 2026-08-26T14:52:36.746Z | Checking ml-kem v0.3.2 |
| 5219 | 2026-08-26T14:52:36.787Z | Checking internal-russh-num-bigint v0.5.0 |
| 5220 | 2026-08-26T14:52:36.850Z | Checking pkcs5 v0.8.1 |
| 5221 | 2026-08-26T14:52:36.901Z | Checking pkcs1 v0.8.0-rc.4 |
| 5222 | 2026-08-26T14:52:36.932Z | Checking num-bigint v0.4.6 |
| 5223 | 2026-08-26T14:52:36.949Z | Checking generic-array v1.4.3 |
| 5224 | 2026-08-26T14:52:37.106Z | Checking russh-util v0.52.0 |
| 5225 | 2026-08-26T14:52:37.146Z | Checking pkcs8 v0.11.0 |
| 5226 | 2026-08-26T14:52:37.229Z | Compiling enum_dispatch v0.3.13 |
| 5227 | 2026-08-26T14:52:37.341Z | Checking ed25519 v3.0.0 |
| 5228 | 2026-08-26T14:52:37.341Z | Compiling delegate v0.13.5 |
| 5229 | 2026-08-26T14:52:37.456Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5230 | 2026-08-26T14:52:37.532Z | Checking hex-literal v1.1.0 |
| 5231 | 2026-08-26T14:52:37.547Z | Checking ed25519-dalek v3.0.0 |
| 5232 | 2026-08-26T14:52:37.633Z | Checking md5 v0.8.0 |
| 5233 | 2026-08-26T14:52:37.669Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5234 | 2026-08-26T14:52:37.777Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5235 | 2026-08-26T14:52:37.805Z | Checking socket2 v0.5.10 |
| 5236 | 2026-08-26T14:52:37.852Z | Checking internet-checksum v0.2.1 |
| 5237 | 2026-08-26T14:52:37.876Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5238 | 2026-08-26T14:52:38.024Z | Checking elliptic-curve v0.14.1 |
| 5239 | 2026-08-26T14:52:38.024Z | Checking primefield v0.14.0 |
| 5240 | 2026-08-26T14:52:38.027Z | Checking rfc6979 v0.6.0 |
| 5241 | 2026-08-26T14:52:38.066Z | Checking ssh-encoding v0.3.0 |
| 5242 | 2026-08-26T14:52:38.169Z | Checking crypto-primes v0.7.2 |
| 5243 | 2026-08-26T14:52:38.282Z | Checking ssh-cipher v0.3.0 |
| 5244 | 2026-08-26T14:52:38.282Z | Checking russh-cryptovec v0.62.0 |
| 5245 | 2026-08-26T14:52:38.421Z | Checking primeorder v0.14.0 |
| 5246 | 2026-08-26T14:52:38.424Z | Checking ecdsa v0.17.0 |
| 5247 | 2026-08-26T14:52:38.791Z | Checking p521 v0.14.0 |
| 5248 | 2026-08-26T14:52:38.795Z | Checking p384 v0.14.0 |
| 5249 | 2026-08-26T14:52:38.795Z | Checking p256 v0.14.0 |
| 5250 | 2026-08-26T14:52:39.104Z | Checking rsa v0.10.0-rc.18 |
| 5251 | 2026-08-26T14:52:41.630Z | Checking ssh-key v0.7.0-rc.11 |
| 5252 | 2026-08-26T14:52:42.371Z | Checking russh v0.62.4 |
| 5253 | 2026-08-26T14:52:55.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.89s |
| 5254 | 2026-08-26T14:52:55.725Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5255 | 2026-08-26T14:52:55.725Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5256 | 2026-08-26T14:52:55.927Z | |
| 5257 | 2026-08-26T14:52:55.927Z | info: running `cargo check --bins` on gateway-cli (363/377) |
| 5258 | 2026-08-26T14:52:56.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5259 | 2026-08-26T14:52:56.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5260 | 2026-08-26T14:52:56.554Z | Checking termios v0.3.3 |
| 5261 | 2026-08-26T14:52:56.748Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5262 | 2026-08-26T14:52:57.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 5263 | 2026-08-26T14:52:57.515Z | |
| 5264 | 2026-08-26T14:52:57.515Z | info: running `cargo check --bins --no-default-features` on installinator (364/377) |
| 5265 | 2026-08-26T14:52:58.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5266 | 2026-08-26T14:52:58.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5267 | 2026-08-26T14:52:58.199Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5268 | 2026-08-26T14:52:58.889Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5269 | 2026-08-26T14:53:00.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 5270 | 2026-08-26T14:53:00.686Z | |
| 5271 | 2026-08-26T14:53:00.686Z | info: running `cargo check --bins` on internal-dns-cli (365/377) |
| 5272 | 2026-08-26T14:53:01.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5273 | 2026-08-26T14:53:01.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5274 | 2026-08-26T14:53:01.321Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5275 | 2026-08-26T14:53:01.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 5276 | 2026-08-26T14:53:01.932Z | |
| 5277 | 2026-08-26T14:53:01.932Z | info: running `cargo check --bins` on omicron-live-tests (366/377) |
| 5278 | 2026-08-26T14:53:02.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5279 | 2026-08-26T14:53:02.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5280 | 2026-08-26T14:53:02.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5281 | 2026-08-26T14:53:02.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5282 | 2026-08-26T14:53:02.498Z | |
| 5283 | 2026-08-26T14:53:02.498Z | info: running `cargo check --bins` on live-tests-macros (367/377) |
| 5284 | 2026-08-26T14:53:02.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5285 | 2026-08-26T14:53:02.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5286 | 2026-08-26T14:53:02.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5287 | 2026-08-26T14:53:02.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5288 | 2026-08-26T14:53:03.069Z | |
| 5289 | 2026-08-26T14:53:03.070Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377) |
| 5290 | 2026-08-26T14:53:03.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5291 | 2026-08-26T14:53:03.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5292 | 2026-08-26T14:53:03.823Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5293 | 2026-08-26T14:53:04.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 5294 | 2026-08-26T14:53:04.608Z | |
| 5295 | 2026-08-26T14:53:04.608Z | info: running `cargo check --bins` on omicron-ntp-admin (369/377) |
| 5296 | 2026-08-26T14:53:05.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5297 | 2026-08-26T14:53:05.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5298 | 2026-08-26T14:53:05.257Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5299 | 2026-08-26T14:53:05.362Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5300 | 2026-08-26T14:53:06.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 5301 | 2026-08-26T14:53:06.354Z | |
| 5302 | 2026-08-26T14:53:06.355Z | info: running `cargo check --bins` on ntp-admin-types (370/377) |
| 5303 | 2026-08-26T14:53:06.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5304 | 2026-08-26T14:53:06.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5305 | 2026-08-26T14:53:06.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5306 | 2026-08-26T14:53:06.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5307 | 2026-08-26T14:53:06.922Z | |
| 5308 | 2026-08-26T14:53:06.922Z | info: running `cargo check --bins` on omicron-package (371/377) |
| 5309 | 2026-08-26T14:53:07.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5310 | 2026-08-26T14:53:07.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5311 | 2026-08-26T14:53:07.611Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5312 | 2026-08-26T14:53:08.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
| 5313 | 2026-08-26T14:53:08.889Z | |
| 5314 | 2026-08-26T14:53:08.890Z | info: running `cargo check --bins` on tqdb (372/377) |
| 5315 | 2026-08-26T14:53:09.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5316 | 2026-08-26T14:53:09.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5317 | 2026-08-26T14:53:09.674Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5318 | 2026-08-26T14:53:10.026Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5319 | 2026-08-26T14:53:10.536Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5320 | 2026-08-26T14:53:10.540Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5321 | 2026-08-26T14:53:17.746Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5322 | 2026-08-26T14:53:17.750Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5323 | 2026-08-26T14:53:17.750Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5324 | 2026-08-26T14:53:18.375Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5325 | 2026-08-26T14:53:18.378Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5326 | 2026-08-26T14:53:18.378Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5327 | 2026-08-26T14:53:18.379Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5328 | 2026-08-26T14:53:19.151Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5329 | 2026-08-26T14:53:19.811Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5330 | 2026-08-26T14:53:20.045Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5331 | 2026-08-26T14:53:20.252Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5332 | 2026-08-26T14:53:21.121Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5333 | 2026-08-26T14:53:21.777Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5334 | 2026-08-26T14:53:26.593Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5335 | 2026-08-26T14:53:33.912Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5336 | 2026-08-26T14:53:33.915Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5337 | 2026-08-26T14:53:33.915Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5338 | 2026-08-26T14:53:33.915Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5339 | 2026-08-26T14:53:35.424Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5340 | 2026-08-26T14:53:36.717Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5341 | 2026-08-26T14:53:37.389Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5342 | 2026-08-26T14:53:38.670Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5343 | 2026-08-26T14:53:39.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.32s |
| 5344 | 2026-08-26T14:53:39.427Z | |
| 5345 | 2026-08-26T14:53:39.427Z | info: running `cargo check --bins` on wicket-dbg (373/377) |
| 5346 | 2026-08-26T14:53:39.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5347 | 2026-08-26T14:53:39.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5348 | 2026-08-26T14:53:40.135Z | Checking rtoolbox v0.0.3 |
| 5349 | 2026-08-26T14:53:40.138Z | Checking tui-tree-widget v0.23.1 |
| 5350 | 2026-08-26T14:53:40.138Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5351 | 2026-08-26T14:53:40.138Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5352 | 2026-08-26T14:53:40.353Z | Checking rpassword v7.5.4 |
| 5353 | 2026-08-26T14:53:43.103Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5354 | 2026-08-26T14:53:44.952Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5355 | 2026-08-26T14:53:45.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.44s |
| 5356 | 2026-08-26T14:53:46.073Z | |
| 5357 | 2026-08-26T14:53:46.073Z | info: running `cargo check --bins` on wicket (374/377) |
| 5358 | 2026-08-26T14:53:46.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5359 | 2026-08-26T14:53:46.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5360 | 2026-08-26T14:53:46.767Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5361 | 2026-08-26T14:53:47.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 5362 | 2026-08-26T14:53:47.318Z | |
| 5363 | 2026-08-26T14:53:47.318Z | info: running `cargo check --bins` on wicketd (375/377) |
| 5364 | 2026-08-26T14:53:47.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5365 | 2026-08-26T14:53:47.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5366 | 2026-08-26T14:53:48.014Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5367 | 2026-08-26T14:53:51.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
| 5368 | 2026-08-26T14:53:51.748Z | |
| 5369 | 2026-08-26T14:53:51.748Z | info: running `cargo check --bins` on omicron-workspace-hack (376/377) |
| 5370 | 2026-08-26T14:53:52.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5371 | 2026-08-26T14:53:52.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5372 | 2026-08-26T14:53:52.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5373 | 2026-08-26T14:53:52.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5374 | 2026-08-26T14:53:52.306Z | |
| 5375 | 2026-08-26T14:53:52.307Z | info: running `cargo check --bins` on zone-setup (377/377) |
| 5376 | 2026-08-26T14:53:52.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5377 | 2026-08-26T14:53:52.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5378 | 2026-08-26T14:53:52.971Z | Checking uzers v0.12.2 |
| 5379 | 2026-08-26T14:53:53.242Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5380 | 2026-08-26T14:53:54.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 5381 | 2026-08-26T14:53:54.232Z | |
| 5382 | 2026-08-26T14:53:54.232Z | real 14:23.555500337 |
| 5383 | 2026-08-26T14:53:54.232Z | user 21:35.643529376 |
| 5384 | 2026-08-26T14:53:54.232Z | sys 4:27.360786724 |
| 5385 | 2026-08-26T14:53:54.232Z | trap 0.344032011 |
| 5386 | 2026-08-26T14:53:54.232Z | tflt 0.631469407 |
| 5387 | 2026-08-26T14:53:54.232Z | dflt 0.960042581 |
| 5388 | 2026-08-26T14:53:54.232Z | kflt 0.017274668 |
| 5389 | 2026-08-26T14:53:54.233Z | lock 1:30:10.616622155 |
| 5390 | 2026-08-26T14:53:54.233Z | slp 1:42:34.660639395 |
| 5391 | 2026-08-26T14:53:54.233Z | lat 56.830440137 |
| 5392 | 2026-08-26T14:53:54.233Z | stop 4:11.393621013 |
| 5393 | 2026-08-26T14:53:54.236Z | process exited: duration 999643 ms, exit code 0 |
| |
| 5394 | 2026-08-26T14:53:54.243Z | found 0 output files |