|
|
|
| 1 | 2026-08-20T20:43:55.849Z | job assigned to worker 01M0GEKQE4ZBKDJP06N56PFQJA [factory aws, i-0ed770f519835ae94] (queued for 48 s) |
| |
| 2 | 2026-08-20T20:44:02.272Z | starting task 0: "setup" |
| 3 | 2026-08-20T20:44:02.278Z | ++ uname -s |
| 4 | 2026-08-20T20:44:02.281Z | + kern=SunOS |
| 5 | 2026-08-20T20:44:02.281Z | + build_user=build |
| 6 | 2026-08-20T20:44:02.281Z | + build_uid=12345 |
| 7 | 2026-08-20T20:44:02.281Z | + work_dir=/work |
| 8 | 2026-08-20T20:44:02.281Z | + input_dir=/input |
| 9 | 2026-08-20T20:44:02.281Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-20T20:44:02.281Z | + case "$kern" in |
| 11 | 2026-08-20T20:44:02.281Z | + groupadd -g 12345 build |
| 12 | 2026-08-20T20:44:02.281Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-20T20:44:04.288Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-20T20:44:04.375Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-20T20:44:04.384Z | + home_fs=zfs |
| 16 | 2026-08-20T20:44:04.384Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-20T20:44:04.384Z | + mkdir -p /home/build |
| 18 | 2026-08-20T20:44:04.384Z | + chown build:build /home/build /work |
| 19 | 2026-08-20T20:44:06.378Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-20T20:44:06.383Z | process exited: duration 4105 ms, exit code 0 |
| |
| 21 | 2026-08-20T20:44:06.391Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-20T20:44:06.399Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-20T20:44:06.399Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-20T20:44:06.399Z | * rust toolchain profile = "default" |
| 25 | 2026-08-20T20:44:06.399Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-20T20:44:06.399Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-20T20:44:06.399Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-20T20:44:06.399Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-20T20:44:06.399Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-20T20:44:06.479Z | info: downloading installer |
| 31 | 2026-08-20T20:44:07.835Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-20T20:44:07.835Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-20T20:44:07.836Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-20T20:44:07.836Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-20T20:44:07.842Z | info: profile set to default |
| 36 | 2026-08-20T20:44:07.843Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-20T20:44:07.843Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-20T20:44:07.988Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-20T20:44:07.996Z | info: downloading 6 components |
| 40 | 2026-08-20T20:44:22.615Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-20T20:44:22.615Z | |
| 42 | 2026-08-20T20:44:22.644Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-20T20:44:22.644Z | |
| 44 | 2026-08-20T20:44:22.644Z | |
| 45 | 2026-08-20T20:44:22.644Z | Rust is installed now. Great! |
| 46 | 2026-08-20T20:44:22.644Z | |
| 47 | 2026-08-20T20:44:22.650Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-20T20:44:22.650Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-20T20:44:22.650Z | |
| 50 | 2026-08-20T20:44:22.650Z | To configure your current shell, you need to source |
| 51 | 2026-08-20T20:44:22.650Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-20T20:44:22.650Z | |
| 53 | 2026-08-20T20:44:22.650Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-20T20:44:22.650Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-20T20:44:22.650Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-20T20:44:22.651Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-20T20:44:22.651Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-20T20:44:22.651Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-20T20:44:22.651Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-20T20:44:22.651Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-20T20:44:22.651Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-20T20:44:22.743Z | + rustup --version |
| 63 | 2026-08-20T20:44:22.750Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-20T20:44:22.750Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-20T20:44:22.765Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-20T20:44:22.774Z | + cargo --version |
| 67 | 2026-08-20T20:44:22.781Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-20T20:44:22.785Z | + rustc --version |
| 69 | 2026-08-20T20:44:22.803Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-20T20:44:22.813Z | process exited: duration 16413 ms, exit code 0 |
| |
| 71 | 2026-08-20T20:44:22.829Z | starting task 2: "authentication" |
| 72 | 2026-08-20T20:44:22.842Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-20T20:44:22.849Z | starting task 3: "clone repository" |
| 74 | 2026-08-20T20:44:22.854Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-20T20:44:22.859Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-20T20:44:22.918Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-20T20:44:35.040Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-20T20:44:35.040Z | + git fetch origin c026ac7969e29bde16a5f1f9045416061f07e30a |
| 79 | 2026-08-20T20:44:35.347Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-20T20:44:35.347Z | * branch c026ac7969e29bde16a5f1f9045416061f07e30a -> FETCH_HEAD |
| 81 | 2026-08-20T20:44:35.372Z | + [[ -n rack-setup-template-toml ]] |
| 82 | 2026-08-20T20:44:35.372Z | ++ git branch --show-current |
| 83 | 2026-08-20T20:44:35.372Z | + current=main |
| 84 | 2026-08-20T20:44:35.372Z | + [[ main != rack-setup-template-toml ]] |
| 85 | 2026-08-20T20:44:35.372Z | + git branch -f rack-setup-template-toml c026ac7969e29bde16a5f1f9045416061f07e30a |
| 86 | 2026-08-20T20:44:35.372Z | + git checkout -f rack-setup-template-toml |
| 87 | 2026-08-20T20:44:35.615Z | Switched to branch 'rack-setup-template-toml' |
| 88 | 2026-08-20T20:44:35.623Z | + git reset --hard c026ac7969e29bde16a5f1f9045416061f07e30a |
| 89 | 2026-08-20T20:44:35.632Z | HEAD is now at c026ac796 Change example to use /31 |
| 90 | 2026-08-20T20:44:35.632Z | process exited: duration 12782 ms, exit code 0 |
| |
| 91 | 2026-08-20T20:44:35.649Z | starting task 4: "build" |
| 92 | 2026-08-20T20:44:35.657Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-20T20:44:35.657Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-20T20:44:35.657Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-20T20:44:35.657Z | +++ uname -s |
| 96 | 2026-08-20T20:44:35.657Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-20T20:44:35.657Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-20T20:44:35.657Z | + cargo --version |
| 99 | 2026-08-20T20:44:35.667Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-20T20:44:35.667Z | + rustc --version |
| 101 | 2026-08-20T20:44:35.687Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-20T20:44:35.696Z | + source ./env.sh |
| 103 | 2026-08-20T20:44:35.696Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-20T20:44:35.696Z | ++ set -o xtrace |
| 105 | 2026-08-20T20:44:35.696Z | ++++ dirname ./env.sh |
| 106 | 2026-08-20T20:44:35.696Z | +++ readlink -f . |
| 107 | 2026-08-20T20:44:35.696Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-20T20:44:35.696Z | ++ 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-20T20:44:35.697Z | ++ 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-20T20:44:35.697Z | ++ 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-20T20:44:35.697Z | ++ 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-20T20:44:35.697Z | ++ 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-20T20:44:35.697Z | ++ 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-20T20:44:35.697Z | ++ 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-20T20:44:35.697Z | ++ 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-20T20:44:35.697Z | ++ 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-20T20:44:35.697Z | ++ 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-20T20:44:35.697Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-20T20:44:35.697Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-20T20:44:35.697Z | + 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-20T20:44:35.697Z | + 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-20T20:44:35.697Z | + banner prerequisites |
| 123 | 2026-08-20T20:44:35.706Z | |
| 124 | 2026-08-20T20:44:35.706Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-20T20:44:35.706Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-20T20:44:35.706Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-20T20:44:35.706Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-20T20:44:35.706Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-20T20:44:35.706Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-20T20:44:35.706Z | |
| 131 | 2026-08-20T20:44:35.706Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-20T20:44:39.456Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-20T20:44:39.456Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-20T20:44:39.795Z | Planning: Solver setup ... Done (1.808s) |
| 135 | 2026-08-20T20:44:39.851Z | Planning: Running solver ... Done (0.057s) |
| 136 | 2026-08-20T20:44:39.893Z | Planning: Finding local manifests ... Done (0.002s) |
| 137 | 2026-08-20T20:44:39.904Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-20T20:44:39.920Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-20T20:44:39.934Z | Planning: Package planning ... Done (0.013s) |
| 140 | 2026-08-20T20:44:39.937Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-20T20:44:40.096Z | Planning: Checking for conflicting actions ... Done (0.160s) |
| 142 | 2026-08-20T20:44:40.099Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-20T20:44:40.884Z | Planning: Evaluating mediators ... Done (0.788s) |
| 144 | 2026-08-20T20:44:40.888Z | Planning: Planning completed in 2.97 seconds |
| 145 | 2026-08-20T20:44:40.893Z | Packages to install: 2 |
| 146 | 2026-08-20T20:44:40.893Z | Estimated space available: 156.02 GB |
| 147 | 2026-08-20T20:44:40.896Z | Estimated space to be consumed: 72.16 MB |
| 148 | 2026-08-20T20:44:40.896Z | Create boot environment: No |
| 149 | 2026-08-20T20:44:40.896Z | Create backup boot environment: No |
| 150 | 2026-08-20T20:44:40.897Z | Rebuild boot archive: No |
| 151 | 2026-08-20T20:44:40.897Z | |
| 152 | 2026-08-20T20:44:40.897Z | Changed packages: |
| 153 | 2026-08-20T20:44:40.897Z | helios |
| 154 | 2026-08-20T20:44:40.897Z | developer/build-essential |
| 155 | 2026-08-20T20:44:40.897Z | None -> 11-3.0 |
| 156 | 2026-08-20T20:44:40.897Z | library/libxmlsec1 |
| 157 | 2026-08-20T20:44:40.897Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-20T20:44:40.918Z | |
| 159 | 2026-08-20T20:44:40.919Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-20T20:44:40.993Z | Download: Completed 1.28 MB in 0.07 seconds (17.1M/s) |
| 161 | 2026-08-20T20:44:41.069Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-20T20:44:41.106Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-20T20:44:41.138Z | Finalize: Updating package state database ... Done (0.032s) |
| 164 | 2026-08-20T20:44:41.141Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-20T20:44:41.219Z | Finalize: Updating image state ... Done (0.079s) |
| 166 | 2026-08-20T20:44:43.673Z | Finalize: Creating fast lookup database ... Done (2.407s) |
| 167 | 2026-08-20T20:44:43.737Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-20T20:44:43.741Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-20T20:44:43.820Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-20T20:44:44.176Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-20T20:44:44.280Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-20T20:44:44.284Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-20T20:44:44.437Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-20T20:44:44.440Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-20T20:44:44.459Z | Mediators to change: 2 |
| 176 | 2026-08-20T20:44:44.463Z | Create boot environment: No |
| 177 | 2026-08-20T20:44:44.463Z | Create backup boot environment: No |
| 178 | 2026-08-20T20:44:44.497Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-20T20:44:44.497Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-20T20:44:44.543Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-20T20:44:46.481Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-20T20:44:46.541Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-20T20:44:46.544Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-20T20:44:46.614Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-20T20:44:46.900Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-20T20:44:47.009Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-20T20:44:47.017Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-20T20:44:47.156Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-20T20:44:47.160Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-08-20T20:44:47.181Z | Mediators to change: 1 |
| 191 | 2026-08-20T20:44:47.181Z | Create boot environment: No |
| 192 | 2026-08-20T20:44:47.185Z | Create backup boot environment: No |
| 193 | 2026-08-20T20:44:47.232Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-20T20:44:47.232Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-20T20:44:47.278Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-20T20:44:49.235Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-20T20:44:49.296Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-20T20:44:49.299Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-20T20:44:49.374Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-20T20:44:49.681Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-20T20:44:49.682Z | apache system 2.4 system |
| 202 | 2026-08-20T20:44:49.682Z | clang system 15 system |
| 203 | 2026-08-20T20:44:49.682Z | csh system system illumos |
| 204 | 2026-08-20T20:44:49.682Z | ctags system system illumos |
| 205 | 2026-08-20T20:44:49.682Z | file vendor vendor darwinsys |
| 206 | 2026-08-20T20:44:49.682Z | file system system illumos |
| 207 | 2026-08-20T20:44:49.682Z | gcc vendor 14 vendor |
| 208 | 2026-08-20T20:44:49.682Z | gcc system 13 system |
| 209 | 2026-08-20T20:44:49.682Z | gcc system 10 system |
| 210 | 2026-08-20T20:44:49.682Z | go system 1.25 system |
| 211 | 2026-08-20T20:44:49.682Z | llvm system 15 system |
| 212 | 2026-08-20T20:44:49.682Z | mariadb system 11.4 system |
| 213 | 2026-08-20T20:44:49.682Z | mta vendor vendor dma |
| 214 | 2026-08-20T20:44:49.682Z | openjdk system 17 system |
| 215 | 2026-08-20T20:44:49.682Z | openjdk system 11 system |
| 216 | 2026-08-20T20:44:49.682Z | openssl vendor 3 vendor |
| 217 | 2026-08-20T20:44:49.682Z | perl system 5.40 system |
| 218 | 2026-08-20T20:44:49.682Z | postgresql system 18 system |
| 219 | 2026-08-20T20:44:49.682Z | postgresql system 17 system |
| 220 | 2026-08-20T20:44:49.683Z | python vendor 3 vendor |
| 221 | 2026-08-20T20:44:49.683Z | python system 2 system |
| 222 | 2026-08-20T20:44:49.683Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-20T20:44:49.683Z | ruby system 3.4 system |
| 224 | 2026-08-20T20:44:49.683Z | ruby system 3.0 system |
| 225 | 2026-08-20T20:44:49.683Z | words vendor vendor american-english |
| 226 | 2026-08-20T20:44:49.683Z | words system system australian-english |
| 227 | 2026-08-20T20:44:49.683Z | words system system british-english |
| 228 | 2026-08-20T20:44:49.683Z | words system system canadian-english |
| 229 | 2026-08-20T20:44:49.683Z | words system system french |
| 230 | 2026-08-20T20:44:49.683Z | words system system italian |
| 231 | 2026-08-20T20:44:49.683Z | words system system ngerman |
| 232 | 2026-08-20T20:44:49.683Z | words system system ogerman |
| 233 | 2026-08-20T20:44:49.683Z | words system system spanish |
| 234 | 2026-08-20T20:44:49.932Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-20T20:44:49.933Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-20T20:44:50.389Z | FMRI IFO |
| 237 | 2026-08-20T20:44:50.389Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-20T20:44:50.389Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-20T20:44:50.389Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-20T20:44:50.389Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-20T20:44:50.389Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-20T20:44:50.389Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-20T20:44:50.389Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-20T20:44:50.389Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-20T20:44:50.390Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-20T20:44:50.719Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-20T20:44:51.033Z | Updating crates.io index |
| 248 | 2026-08-20T20:44:51.038Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-20T20:44:51.367Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-20T20:44:51.775Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-20T20:44:52.777Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-08-20T20:44:53.464Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-08-20T20:44:55.156Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-08-20T20:44:56.082Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-08-20T20:44:56.455Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-08-20T20:44:56.819Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-08-20T20:44:58.030Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-08-20T20:44:58.336Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-08-20T20:44:58.716Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-08-20T20:44:59.113Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-08-20T20:44:59.420Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-08-20T20:44:59.721Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-08-20T20:45:00.073Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-08-20T20:45:00.383Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-08-20T20:45:00.735Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 266 | 2026-08-20T20:45:01.262Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 267 | 2026-08-20T20:45:01.670Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 268 | 2026-08-20T20:45:02.217Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 269 | 2026-08-20T20:45:03.537Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 270 | 2026-08-20T20:45:04.144Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 271 | 2026-08-20T20:45:04.552Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-08-20T20:45:04.852Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-08-20T20:45:05.282Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-08-20T20:45:05.582Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 275 | 2026-08-20T20:45:06.008Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 276 | 2026-08-20T20:45:06.389Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2026-08-20T20:45:06.664Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-08-20T20:45:07.018Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-08-20T20:45:07.468Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 280 | 2026-08-20T20:45:08.419Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 281 | 2026-08-20T20:45:09.093Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 282 | 2026-08-20T20:45:10.486Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 283 | 2026-08-20T20:45:10.849Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 284 | 2026-08-20T20:45:11.178Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-08-20T20:45:11.559Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-08-20T20:45:11.913Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-08-20T20:45:12.424Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-08-20T20:45:12.735Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 289 | 2026-08-20T20:45:13.185Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 290 | 2026-08-20T20:45:16.097Z | Downloading crates ... |
| 291 | 2026-08-20T20:45:16.156Z | Downloaded anstyle-parse v1.0.0 |
| 292 | 2026-08-20T20:45:16.159Z | Downloaded anstream v1.0.0 |
| 293 | 2026-08-20T20:45:16.163Z | Downloaded zmij v1.0.21 |
| 294 | 2026-08-20T20:45:16.163Z | Downloaded anstyle v1.0.14 |
| 295 | 2026-08-20T20:45:16.163Z | Downloaded bytecount v0.6.9 |
| 296 | 2026-08-20T20:45:16.163Z | Downloaded bitflags v2.11.0 |
| 297 | 2026-08-20T20:45:16.167Z | Downloaded cpufeatures v0.2.17 |
| 298 | 2026-08-20T20:45:16.167Z | Downloaded crypto-common v0.1.7 |
| 299 | 2026-08-20T20:45:16.172Z | Downloaded itoa v1.0.17 |
| 300 | 2026-08-20T20:45:16.176Z | Downloaded zerocopy v0.7.35 |
| 301 | 2026-08-20T20:45:16.182Z | Downloaded dof v0.3.0 |
| 302 | 2026-08-20T20:45:16.185Z | Downloaded zerocopy-derive v0.7.35 |
| 303 | 2026-08-20T20:45:16.185Z | Downloaded cfg-if v1.0.4 |
| 304 | 2026-08-20T20:45:16.185Z | Downloaded is_terminal_polyfill v1.70.2 |
| 305 | 2026-08-20T20:45:16.186Z | Downloaded block-buffer v0.10.4 |
| 306 | 2026-08-20T20:45:16.189Z | Downloaded camino-tempfile v1.4.1 |
| 307 | 2026-08-20T20:45:16.189Z | Downloaded dtrace-parser v0.2.0 |
| 308 | 2026-08-20T20:45:16.193Z | Downloaded cargo-platform v0.3.2 |
| 309 | 2026-08-20T20:45:16.193Z | Downloaded generic-array v0.14.7 |
| 310 | 2026-08-20T20:45:16.199Z | Downloaded heck v0.5.0 |
| 311 | 2026-08-20T20:45:16.203Z | Downloaded errno v0.3.14 |
| 312 | 2026-08-20T20:45:16.203Z | Downloaded fnv v1.0.7 |
| 313 | 2026-08-20T20:45:16.203Z | Downloaded heck v0.4.1 |
| 314 | 2026-08-20T20:45:16.203Z | Downloaded macaddr v1.0.1 |
| 315 | 2026-08-20T20:45:16.209Z | Downloaded memmap v0.7.0 |
| 316 | 2026-08-20T20:45:16.212Z | Downloaded cargo_toml v0.21.0 |
| 317 | 2026-08-20T20:45:16.218Z | Downloaded pest_derive v2.8.6 |
| 318 | 2026-08-20T20:45:16.221Z | Downloaded anstyle-query v1.1.5 |
| 319 | 2026-08-20T20:45:16.225Z | Downloaded proc-macro-error-attr v1.0.4 |
| 320 | 2026-08-20T20:45:16.228Z | Downloaded equivalent v1.0.2 |
| 321 | 2026-08-20T20:45:16.232Z | Downloaded terminal_size v0.4.3 |
| 322 | 2026-08-20T20:45:16.232Z | Downloaded toml_datetime v0.6.11 |
| 323 | 2026-08-20T20:45:16.241Z | Downloaded fastrand v2.3.0 |
| 324 | 2026-08-20T20:45:16.244Z | Downloaded plain v0.2.3 |
| 325 | 2026-08-20T20:45:16.251Z | Downloaded serde_spanned v0.6.9 |
| 326 | 2026-08-20T20:45:16.255Z | Downloaded strsim v0.11.1 |
| 327 | 2026-08-20T20:45:16.255Z | Downloaded utf8parse v0.2.2 |
| 328 | 2026-08-20T20:45:16.255Z | Downloaded version_check v0.9.5 |
| 329 | 2026-08-20T20:45:16.255Z | Downloaded tabled_derive v0.7.0 |
| 330 | 2026-08-20T20:45:16.259Z | Downloaded usdt-attr-macro v0.5.0 |
| 331 | 2026-08-20T20:45:16.264Z | Downloaded scroll_derive v0.12.1 |
| 332 | 2026-08-20T20:45:16.268Z | Downloaded swrite v0.1.0 |
| 333 | 2026-08-20T20:45:16.268Z | Downloaded thread-id v4.2.2 |
| 334 | 2026-08-20T20:45:16.268Z | Downloaded pretty-hex v0.4.1 |
| 335 | 2026-08-20T20:45:16.272Z | Downloaded toml_write v0.1.2 |
| 336 | 2026-08-20T20:45:16.275Z | Downloaded usdt-macro v0.5.0 |
| 337 | 2026-08-20T20:45:16.275Z | Downloaded smawk v0.3.2 |
| 338 | 2026-08-20T20:45:16.280Z | Downloaded clap_lex v1.0.0 |
| 339 | 2026-08-20T20:45:16.284Z | Downloaded usdt v0.5.0 |
| 340 | 2026-08-20T20:45:16.284Z | Downloaded digest v0.10.7 |
| 341 | 2026-08-20T20:45:16.287Z | Downloaded byteorder v1.5.0 |
| 342 | 2026-08-20T20:45:16.291Z | Downloaded autocfg v1.5.0 |
| 343 | 2026-08-20T20:45:16.295Z | Downloaded once_cell v1.21.3 |
| 344 | 2026-08-20T20:45:16.300Z | Downloaded cargo_metadata v0.23.1 |
| 345 | 2026-08-20T20:45:16.305Z | Downloaded colorchoice v1.0.4 |
| 346 | 2026-08-20T20:45:16.309Z | Downloaded fs-err v3.3.0 |
| 347 | 2026-08-20T20:45:16.309Z | Downloaded scroll v0.12.0 |
| 348 | 2026-08-20T20:45:16.309Z | Downloaded thiserror-impl v2.0.18 |
| 349 | 2026-08-20T20:45:16.309Z | Downloaded sha2 v0.10.9 |
| 350 | 2026-08-20T20:45:16.313Z | Downloaded thiserror v2.0.18 |
| 351 | 2026-08-20T20:45:16.319Z | Downloaded proc-macro-error v1.0.4 |
| 352 | 2026-08-20T20:45:16.322Z | Downloaded thiserror-impl v1.0.69 |
| 353 | 2026-08-20T20:45:16.325Z | Downloaded quote v1.0.45 |
| 354 | 2026-08-20T20:45:16.334Z | Downloaded usdt-impl v0.5.0 |
| 355 | 2026-08-20T20:45:16.337Z | Downloaded anyhow v1.0.104 |
| 356 | 2026-08-20T20:45:16.337Z | Downloaded camino v1.2.5 |
| 357 | 2026-08-20T20:45:16.341Z | Downloaded unicode-linebreak v0.1.5 |
| 358 | 2026-08-20T20:45:16.347Z | Downloaded getrandom v0.3.4 |
| 359 | 2026-08-20T20:45:16.351Z | Downloaded log v0.4.33 |
| 360 | 2026-08-20T20:45:16.351Z | Downloaded clap_derive v4.6.1 |
| 361 | 2026-08-20T20:45:16.355Z | Downloaded semver v1.0.28 |
| 362 | 2026-08-20T20:45:16.355Z | Downloaded serde_tokenstream v0.2.3 |
| 363 | 2026-08-20T20:45:16.359Z | Downloaded toml v0.8.23 |
| 364 | 2026-08-20T20:45:16.359Z | Downloaded ucd-trie v0.1.7 |
| 365 | 2026-08-20T20:45:16.363Z | Downloaded thiserror v1.0.69 |
| 366 | 2026-08-20T20:45:16.371Z | Downloaded tempfile v3.27.0 |
| 367 | 2026-08-20T20:45:16.374Z | Downloaded papergrid v0.11.0 |
| 368 | 2026-08-20T20:45:16.379Z | Downloaded pest_generator v2.8.6 |
| 369 | 2026-08-20T20:45:16.382Z | Downloaded pest_meta v2.8.6 |
| 370 | 2026-08-20T20:45:16.382Z | Downloaded proc-macro2 v1.0.106 |
| 371 | 2026-08-20T20:45:16.387Z | Downloaded unicode-ident v1.0.24 |
| 372 | 2026-08-20T20:45:16.391Z | Downloaded serde_derive v1.0.228 |
| 373 | 2026-08-20T20:45:16.397Z | Downloaded textwrap v0.16.2 |
| 374 | 2026-08-20T20:45:16.402Z | Downloaded clap v4.6.1 |
| 375 | 2026-08-20T20:45:16.407Z | Downloaded memchr v2.8.0 |
| 376 | 2026-08-20T20:45:16.419Z | Downloaded toml_edit v0.22.27 |
| 377 | 2026-08-20T20:45:16.429Z | Downloaded serde v1.0.228 |
| 378 | 2026-08-20T20:45:16.433Z | Downloaded serde_core v1.0.228 |
| 379 | 2026-08-20T20:45:16.455Z | Downloaded indexmap v2.14.0 |
| 380 | 2026-08-20T20:45:16.471Z | Downloaded typenum v1.20.1 |
| 381 | 2026-08-20T20:45:16.475Z | Downloaded pest v2.8.6 |
| 382 | 2026-08-20T20:45:16.499Z | Downloaded hashbrown v0.17.0 |
| 383 | 2026-08-20T20:45:16.503Z | Downloaded serde_json v1.0.151 |
| 384 | 2026-08-20T20:45:16.516Z | Downloaded clap_builder v4.6.0 |
| 385 | 2026-08-20T20:45:16.529Z | Downloaded goblin v0.8.2 |
| 386 | 2026-08-20T20:45:16.539Z | Downloaded winnow v0.7.14 |
| 387 | 2026-08-20T20:45:16.546Z | Downloaded tabled v0.15.0 |
| 388 | 2026-08-20T20:45:16.567Z | Downloaded syn v1.0.109 |
| 389 | 2026-08-20T20:45:16.584Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-08-20T20:45:16.588Z | Downloaded unicode-width v0.2.0 |
| 391 | 2026-08-20T20:45:16.592Z | Downloaded syn v2.0.117 |
| 392 | 2026-08-20T20:45:16.610Z | Downloaded rustix v1.1.4 |
| 393 | 2026-08-20T20:45:16.641Z | Downloaded libc v0.2.185 |
| 394 | 2026-08-20T20:45:16.702Z | Compiling proc-macro2 v1.0.106 |
| 395 | 2026-08-20T20:45:16.702Z | Compiling unicode-ident v1.0.24 |
| 396 | 2026-08-20T20:45:16.702Z | Compiling quote v1.0.45 |
| 397 | 2026-08-20T20:45:16.702Z | Compiling serde_core v1.0.228 |
| 398 | 2026-08-20T20:45:16.706Z | Compiling libc v0.2.185 |
| 399 | 2026-08-20T20:45:16.706Z | Compiling version_check v0.9.5 |
| 400 | 2026-08-20T20:45:16.706Z | Compiling memchr v2.8.0 |
| 401 | 2026-08-20T20:45:16.706Z | Compiling serde v1.0.228 |
| 402 | 2026-08-20T20:45:17.013Z | Compiling zmij v1.0.21 |
| 403 | 2026-08-20T20:45:17.261Z | Compiling thiserror v1.0.69 |
| 404 | 2026-08-20T20:45:17.265Z | Compiling ucd-trie v0.1.7 |
| 405 | 2026-08-20T20:45:17.504Z | Compiling itoa v1.0.17 |
| 406 | 2026-08-20T20:45:17.527Z | Compiling pest v2.8.6 |
| 407 | 2026-08-20T20:45:17.683Z | Compiling rustix v1.1.4 |
| 408 | 2026-08-20T20:45:17.703Z | Compiling byteorder v1.5.0 |
| 409 | 2026-08-20T20:45:17.719Z | Compiling errno v0.3.14 |
| 410 | 2026-08-20T20:45:18.377Z | Compiling bitflags v2.11.0 |
| 411 | 2026-08-20T20:45:18.390Z | Compiling serde_json v1.0.151 |
| 412 | 2026-08-20T20:45:18.390Z | Compiling syn v2.0.117 |
| 413 | 2026-08-20T20:45:18.390Z | Compiling thread-id v4.2.2 |
| 414 | 2026-08-20T20:45:18.391Z | Compiling usdt-impl v0.5.0 |
| 415 | 2026-08-20T20:45:18.391Z | Compiling proc-macro-error-attr v1.0.4 |
| 416 | 2026-08-20T20:45:18.391Z | Compiling syn v1.0.109 |
| 417 | 2026-08-20T20:45:18.441Z | Compiling camino v1.2.5 |
| 418 | 2026-08-20T20:45:18.606Z | Compiling pest_meta v2.8.6 |
| 419 | 2026-08-20T20:45:18.670Z | Compiling proc-macro-error v1.0.4 |
| 420 | 2026-08-20T20:45:18.764Z | Compiling getrandom v0.3.4 |
| 421 | 2026-08-20T20:45:18.795Z | Compiling plain v0.2.3 |
| 422 | 2026-08-20T20:45:18.856Z | Compiling log v0.4.33 |
| 423 | 2026-08-20T20:45:18.908Z | Compiling utf8parse v0.2.2 |
| 424 | 2026-08-20T20:45:19.047Z | Compiling equivalent v1.0.2 |
| 425 | 2026-08-20T20:45:19.141Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-08-20T20:45:19.158Z | Compiling terminal_size v0.4.3 |
| 427 | 2026-08-20T20:45:19.437Z | Compiling anstyle-parse v1.0.0 |
| 428 | 2026-08-20T20:45:19.721Z | Compiling indexmap v2.14.0 |
| 429 | 2026-08-20T20:45:19.987Z | Compiling anstyle-query v1.1.5 |
| 430 | 2026-08-20T20:45:20.029Z | Compiling anstyle v1.0.14 |
| 431 | 2026-08-20T20:45:20.087Z | Compiling pretty-hex v0.4.1 |
| 432 | 2026-08-20T20:45:20.104Z | Compiling autocfg v1.5.0 |
| 433 | 2026-08-20T20:45:20.235Z | Compiling thiserror v2.0.18 |
| 434 | 2026-08-20T20:45:20.256Z | Compiling cfg-if v1.0.4 |
| 435 | 2026-08-20T20:45:20.301Z | Compiling is_terminal_polyfill v1.70.2 |
| 436 | 2026-08-20T20:45:20.332Z | Compiling toml_write v0.1.2 |
| 437 | 2026-08-20T20:45:20.356Z | Compiling colorchoice v1.0.4 |
| 438 | 2026-08-20T20:45:20.398Z | Compiling winnow v0.7.14 |
| 439 | 2026-08-20T20:45:20.478Z | Compiling pest_generator v2.8.6 |
| 440 | 2026-08-20T20:45:20.536Z | Compiling fs-err v3.3.0 |
| 441 | 2026-08-20T20:45:20.542Z | Compiling anstream v1.0.0 |
| 442 | 2026-08-20T20:45:20.699Z | Compiling anyhow v1.0.104 |
| 443 | 2026-08-20T20:45:20.775Z | Compiling fastrand v2.3.0 |
| 444 | 2026-08-20T20:45:20.865Z | Compiling strsim v0.11.1 |
| 445 | 2026-08-20T20:45:21.025Z | Compiling clap_lex v1.0.0 |
| 446 | 2026-08-20T20:45:21.053Z | Compiling heck v0.4.1 |
| 447 | 2026-08-20T20:45:21.057Z | Compiling bytecount v0.6.9 |
| 448 | 2026-08-20T20:45:21.188Z | Compiling once_cell v1.21.3 |
| 449 | 2026-08-20T20:45:21.206Z | Compiling fnv v1.0.7 |
| 450 | 2026-08-20T20:45:21.209Z | Compiling heck v0.5.0 |
| 451 | 2026-08-20T20:45:21.251Z | Compiling unicode-width v0.1.14 |
| 452 | 2026-08-20T20:45:21.277Z | Compiling clap_builder v4.6.0 |
| 453 | 2026-08-20T20:45:21.405Z | Compiling tempfile v3.27.0 |
| 454 | 2026-08-20T20:45:21.519Z | Compiling papergrid v0.11.0 |
| 455 | 2026-08-20T20:45:21.536Z | Compiling cargo-platform v0.3.2 |
| 456 | 2026-08-20T20:45:21.539Z | Compiling semver v1.0.28 |
| 457 | 2026-08-20T20:45:21.668Z | Compiling tabled_derive v0.7.0 |
| 458 | 2026-08-20T20:45:21.780Z | Compiling memmap v0.7.0 |
| 459 | 2026-08-20T20:45:21.828Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2026-08-20T20:45:21.878Z | Compiling smawk v0.3.2 |
| 461 | 2026-08-20T20:45:21.916Z | Compiling unicode-width v0.2.0 |
| 462 | 2026-08-20T20:45:21.984Z | Compiling camino-tempfile v1.4.1 |
| 463 | 2026-08-20T20:45:22.112Z | Compiling serde_derive v1.0.228 |
| 464 | 2026-08-20T20:45:22.185Z | Compiling thiserror-impl v1.0.69 |
| 465 | 2026-08-20T20:45:22.212Z | Compiling zerocopy-derive v0.7.35 |
| 466 | 2026-08-20T20:45:22.351Z | Compiling pest_derive v2.8.6 |
| 467 | 2026-08-20T20:45:22.368Z | Compiling scroll_derive v0.12.1 |
| 468 | 2026-08-20T20:45:22.586Z | Compiling thiserror-impl v2.0.18 |
| 469 | 2026-08-20T20:45:22.790Z | Compiling clap_derive v4.6.1 |
| 470 | 2026-08-20T20:45:22.917Z | Compiling tabled v0.15.0 |
| 471 | 2026-08-20T20:45:23.033Z | Compiling scroll v0.12.0 |
| 472 | 2026-08-20T20:45:23.083Z | Compiling zerocopy v0.7.35 |
| 473 | 2026-08-20T20:45:23.308Z | Compiling goblin v0.8.2 |
| 474 | 2026-08-20T20:45:23.542Z | Compiling dtrace-parser v0.2.0 |
| 475 | 2026-08-20T20:45:23.637Z | Compiling textwrap v0.16.2 |
| 476 | 2026-08-20T20:45:24.029Z | Compiling swrite v0.1.0 |
| 477 | 2026-08-20T20:45:24.524Z | Compiling clap v4.6.1 |
| 478 | 2026-08-20T20:45:25.159Z | Compiling toml_datetime v0.6.11 |
| 479 | 2026-08-20T20:45:25.160Z | Compiling serde_spanned v0.6.9 |
| 480 | 2026-08-20T20:45:25.164Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-08-20T20:45:25.164Z | Compiling macaddr v1.0.1 |
| 482 | 2026-08-20T20:45:25.164Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-08-20T20:45:25.240Z | Compiling dof v0.3.0 |
| 484 | 2026-08-20T20:45:25.241Z | Compiling serde_tokenstream v0.2.3 |
| 485 | 2026-08-20T20:45:25.340Z | Compiling toml_edit v0.22.27 |
| 486 | 2026-08-20T20:45:26.068Z | Compiling usdt-attr-macro v0.5.0 |
| 487 | 2026-08-20T20:45:26.181Z | Compiling usdt-macro v0.5.0 |
| 488 | 2026-08-20T20:45:26.639Z | Compiling usdt v0.5.0 |
| 489 | 2026-08-20T20:45:26.688Z | Compiling toml v0.8.23 |
| 490 | 2026-08-20T20:45:26.992Z | Compiling cargo_toml v0.21.0 |
| 491 | 2026-08-20T20:45:28.246Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 492 | 2026-08-20T20:45:30.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.70s |
| 493 | 2026-08-20T20:45:30.447Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 494 | 2026-08-20T20:45:30.949Z | Downloading crates ... |
| 495 | 2026-08-20T20:45:31.001Z | Downloaded atomicwrites v0.4.4 |
| 496 | 2026-08-20T20:45:31.006Z | Downloaded anstream v0.6.21 |
| 497 | 2026-08-20T20:45:31.010Z | Downloaded assert_matches v1.5.0 |
| 498 | 2026-08-20T20:45:31.015Z | Downloaded anstyle-parse v0.2.7 |
| 499 | 2026-08-20T20:45:31.019Z | Downloaded embedded-io v0.4.0 |
| 500 | 2026-08-20T20:45:31.023Z | Downloaded adler2 v2.0.1 |
| 501 | 2026-08-20T20:45:31.026Z | Downloaded const-oid v0.10.2 |
| 502 | 2026-08-20T20:45:31.026Z | Downloaded bitfield-macros v0.19.4 |
| 503 | 2026-08-20T20:45:31.029Z | Downloaded atomic-waker v1.1.2 |
| 504 | 2026-08-20T20:45:31.029Z | Downloaded bb8 v0.8.6 |
| 505 | 2026-08-20T20:45:31.029Z | Downloaded elliptic-curve v0.14.1 |
| 506 | 2026-08-20T20:45:31.032Z | Downloaded bitfield-struct v0.6.2 |
| 507 | 2026-08-20T20:45:31.032Z | Downloaded env_filter v2.0.0 |
| 508 | 2026-08-20T20:45:31.032Z | Downloaded fxhash v0.2.1 |
| 509 | 2026-08-20T20:45:31.032Z | Downloaded futures-task v0.3.32 |
| 510 | 2026-08-20T20:45:31.035Z | Downloaded foreign-types v0.5.0 |
| 511 | 2026-08-20T20:45:31.035Z | Downloaded foreign-types-shared v0.1.1 |
| 512 | 2026-08-20T20:45:31.035Z | Downloaded futures-sink v0.3.32 |
| 513 | 2026-08-20T20:45:31.036Z | Downloaded bit-vec v0.8.0 |
| 514 | 2026-08-20T20:45:31.036Z | Downloaded cmake v0.1.57 |
| 515 | 2026-08-20T20:45:31.039Z | Downloaded gethostname v0.5.0 |
| 516 | 2026-08-20T20:45:31.042Z | Downloaded array-init v0.0.4 |
| 517 | 2026-08-20T20:45:31.042Z | Downloaded arrayref v0.3.9 |
| 518 | 2026-08-20T20:45:31.042Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 519 | 2026-08-20T20:45:31.042Z | Downloaded atty v0.2.14 |
| 520 | 2026-08-20T20:45:31.045Z | Downloaded futures-core v0.3.32 |
| 521 | 2026-08-20T20:45:31.045Z | Downloaded bit-set v0.8.0 |
| 522 | 2026-08-20T20:45:31.045Z | Downloaded enum-as-inner v0.6.1 |
| 523 | 2026-08-20T20:45:31.045Z | Downloaded flagset v0.4.7 |
| 524 | 2026-08-20T20:45:31.048Z | Downloaded bitfield v0.19.4 |
| 525 | 2026-08-20T20:45:31.054Z | Downloaded compression-codecs v0.4.37 |
| 526 | 2026-08-20T20:45:31.054Z | Downloaded argon2 v0.5.3 |
| 527 | 2026-08-20T20:45:31.059Z | Downloaded async-recursion v1.1.1 |
| 528 | 2026-08-20T20:45:31.059Z | Downloaded erased-serde v0.3.31 |
| 529 | 2026-08-20T20:45:31.059Z | Downloaded foreign-types-shared v0.3.1 |
| 530 | 2026-08-20T20:45:31.059Z | Downloaded newline-converter v0.3.0 |
| 531 | 2026-08-20T20:45:31.063Z | Downloaded enum_dispatch v0.3.13 |
| 532 | 2026-08-20T20:45:31.063Z | Downloaded addr2line v0.25.1 |
| 533 | 2026-08-20T20:45:31.063Z | Downloaded cancel-safe-futures v0.1.5 |
| 534 | 2026-08-20T20:45:31.066Z | Downloaded embedded-io v0.6.1 |
| 535 | 2026-08-20T20:45:31.066Z | Downloaded foreign-types v0.3.2 |
| 536 | 2026-08-20T20:45:31.071Z | Downloaded find-msvc-tools v0.1.9 |
| 537 | 2026-08-20T20:45:31.071Z | Downloaded fixedbitset v0.5.7 |
| 538 | 2026-08-20T20:45:31.071Z | Downloaded form_urlencoded v1.2.2 |
| 539 | 2026-08-20T20:45:31.071Z | Downloaded filetime v0.2.27 |
| 540 | 2026-08-20T20:45:31.074Z | Downloaded async-trait v0.1.89 |
| 541 | 2026-08-20T20:45:31.074Z | Downloaded futures-macro v0.3.32 |
| 542 | 2026-08-20T20:45:31.074Z | Downloaded httpdate v1.0.3 |
| 543 | 2026-08-20T20:45:31.077Z | Downloaded aead v0.5.2 |
| 544 | 2026-08-20T20:45:31.077Z | Downloaded fixedbitset v0.4.2 |
| 545 | 2026-08-20T20:45:31.082Z | Downloaded async-stream-impl v0.3.6 |
| 546 | 2026-08-20T20:45:31.082Z | Downloaded base16ct v1.0.0 |
| 547 | 2026-08-20T20:45:31.082Z | Downloaded ciborium-io v0.2.2 |
| 548 | 2026-08-20T20:45:31.082Z | Downloaded ascii-canvas v3.0.0 |
| 549 | 2026-08-20T20:45:31.082Z | Downloaded async-stream v0.3.6 |
| 550 | 2026-08-20T20:45:31.087Z | Downloaded fallible-iterator v0.2.0 |
| 551 | 2026-08-20T20:45:31.087Z | Downloaded float-ord v0.3.2 |
| 552 | 2026-08-20T20:45:31.087Z | Downloaded foldhash v0.2.0 |
| 553 | 2026-08-20T20:45:31.087Z | Downloaded futures-executor v0.3.32 |
| 554 | 2026-08-20T20:45:31.087Z | Downloaded getrandom v0.2.17 |
| 555 | 2026-08-20T20:45:31.087Z | Downloaded headers-core v0.3.0 |
| 556 | 2026-08-20T20:45:31.087Z | Downloaded endian-type v0.1.2 |
| 557 | 2026-08-20T20:45:31.095Z | Downloaded ciborium-ll v0.2.2 |
| 558 | 2026-08-20T20:45:31.095Z | Downloaded bit-set v0.5.3 |
| 559 | 2026-08-20T20:45:31.095Z | Downloaded backtrace-ext v0.2.1 |
| 560 | 2026-08-20T20:45:31.100Z | Downloaded compression-core v0.4.31 |
| 561 | 2026-08-20T20:45:31.100Z | Downloaded nodrop v0.1.14 |
| 562 | 2026-08-20T20:45:31.103Z | Downloaded futures-io v0.3.32 |
| 563 | 2026-08-20T20:45:31.106Z | Downloaded foreign-types-macros v0.2.3 |
| 564 | 2026-08-20T20:45:31.106Z | Downloaded base16ct v0.2.0 |
| 565 | 2026-08-20T20:45:31.106Z | Downloaded http-range v0.1.5 |
| 566 | 2026-08-20T20:45:31.106Z | Downloaded hubpack_derive v0.1.1 |
| 567 | 2026-08-20T20:45:31.106Z | Downloaded block-padding v0.4.2 |
| 568 | 2026-08-20T20:45:31.109Z | Downloaded fd-lock v4.0.4 |
| 569 | 2026-08-20T20:45:31.109Z | Downloaded globwalk v0.9.1 |
| 570 | 2026-08-20T20:45:31.109Z | Downloaded castaway v0.2.4 |
| 571 | 2026-08-20T20:45:31.113Z | Downloaded git-stub v1.0.0 |
| 572 | 2026-08-20T20:45:31.113Z | Downloaded http-body v1.0.1 |
| 573 | 2026-08-20T20:45:31.113Z | Downloaded hubpack v0.1.2 |
| 574 | 2026-08-20T20:45:31.113Z | Downloaded home v0.5.12 |
| 575 | 2026-08-20T20:45:31.116Z | Downloaded chacha20 v0.10.0 |
| 576 | 2026-08-20T20:45:31.124Z | Downloaded arrayvec v0.7.6 |
| 577 | 2026-08-20T20:45:31.124Z | Downloaded backon v1.6.0 |
| 578 | 2026-08-20T20:45:31.124Z | Downloaded futures v0.3.32 |
| 579 | 2026-08-20T20:45:31.129Z | Downloaded ena v0.14.4 |
| 580 | 2026-08-20T20:45:31.129Z | Downloaded hex-literal v1.1.0 |
| 581 | 2026-08-20T20:45:31.129Z | Downloaded nibble_vec v0.1.0 |
| 582 | 2026-08-20T20:45:31.129Z | Downloaded normalize-line-endings v0.3.0 |
| 583 | 2026-08-20T20:45:31.129Z | Downloaded cfg_aliases v0.1.1 |
| 584 | 2026-08-20T20:45:31.129Z | Downloaded block-buffer v0.12.1 |
| 585 | 2026-08-20T20:45:31.129Z | Downloaded cobs v0.3.0 |
| 586 | 2026-08-20T20:45:31.133Z | Downloaded float-cmp v0.10.0 |
| 587 | 2026-08-20T20:45:31.133Z | Downloaded hex v0.4.3 |
| 588 | 2026-08-20T20:45:31.134Z | Downloaded hostname v0.3.1 |
| 589 | 2026-08-20T20:45:31.137Z | Downloaded base64 v0.22.1 |
| 590 | 2026-08-20T20:45:31.137Z | Downloaded cmov v0.5.4 |
| 591 | 2026-08-20T20:45:31.140Z | Downloaded opaque-debug v0.3.1 |
| 592 | 2026-08-20T20:45:31.140Z | Downloaded ghash v0.6.0 |
| 593 | 2026-08-20T20:45:31.140Z | Downloaded hash32 v0.2.1 |
| 594 | 2026-08-20T20:45:31.140Z | Downloaded openssl-probe v0.2.1 |
| 595 | 2026-08-20T20:45:31.140Z | Downloaded num_threads v0.1.7 |
| 596 | 2026-08-20T20:45:31.140Z | Downloaded peg-runtime v0.8.5 |
| 597 | 2026-08-20T20:45:31.144Z | Downloaded http-body-util v0.1.3 |
| 598 | 2026-08-20T20:45:31.144Z | Downloaded precomputed-hash v0.1.1 |
| 599 | 2026-08-20T20:45:31.144Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 600 | 2026-08-20T20:45:31.150Z | Downloaded parse-size v1.1.0 |
| 601 | 2026-08-20T20:45:31.156Z | Downloaded cipher v0.4.4 |
| 602 | 2026-08-20T20:45:31.156Z | Downloaded phf_shared v0.11.3 |
| 603 | 2026-08-20T20:45:31.156Z | Downloaded aead v0.6.1 |
| 604 | 2026-08-20T20:45:31.156Z | Downloaded base64ct v1.8.3 |
| 605 | 2026-08-20T20:45:31.160Z | Downloaded backoff v0.4.0 |
| 606 | 2026-08-20T20:45:31.160Z | Downloaded chacha20 v0.9.1 |
| 607 | 2026-08-20T20:45:31.160Z | Downloaded byte-wrapper v0.1.0 |
| 608 | 2026-08-20T20:45:31.160Z | Downloaded quick-error v1.2.3 |
| 609 | 2026-08-20T20:45:31.164Z | Downloaded bcs v0.1.6 |
| 610 | 2026-08-20T20:45:31.167Z | Downloaded cfg_aliases v0.2.1 |
| 611 | 2026-08-20T20:45:31.167Z | Downloaded ff v0.14.0 |
| 612 | 2026-08-20T20:45:31.167Z | Downloaded ff v0.13.1 |
| 613 | 2026-08-20T20:45:31.167Z | Downloaded futures-channel v0.3.32 |
| 614 | 2026-08-20T20:45:31.171Z | Downloaded git-stub-vcs v0.1.0 |
| 615 | 2026-08-20T20:45:31.171Z | Downloaded glob v0.3.3 |
| 616 | 2026-08-20T20:45:31.171Z | Downloaded buf-list v1.1.2 |
| 617 | 2026-08-20T20:45:31.179Z | Downloaded cbc v0.2.1 |
| 618 | 2026-08-20T20:45:31.179Z | Downloaded bit-vec v0.6.3 |
| 619 | 2026-08-20T20:45:31.179Z | Downloaded fs_extra v1.3.0 |
| 620 | 2026-08-20T20:45:31.179Z | Downloaded fs-err v2.11.0 |
| 621 | 2026-08-20T20:45:31.179Z | Downloaded hash32 v0.3.1 |
| 622 | 2026-08-20T20:45:31.179Z | Downloaded bitflags v1.3.2 |
| 623 | 2026-08-20T20:45:31.183Z | Downloaded camino-tempfile-ext v0.3.3 |
| 624 | 2026-08-20T20:45:31.184Z | Downloaded flume v0.11.1 |
| 625 | 2026-08-20T20:45:31.184Z | Downloaded group v0.14.0 |
| 626 | 2026-08-20T20:45:31.184Z | Downloaded recursive v0.1.1 |
| 627 | 2026-08-20T20:45:31.184Z | Downloaded ref-cast-impl v1.0.25 |
| 628 | 2026-08-20T20:45:31.184Z | Downloaded rustc_version v0.4.1 |
| 629 | 2026-08-20T20:45:31.184Z | Downloaded cexpr v0.6.0 |
| 630 | 2026-08-20T20:45:31.184Z | Downloaded scheduled-thread-pool v0.2.7 |
| 631 | 2026-08-20T20:45:31.188Z | Downloaded allocator-api2 v0.2.21 |
| 632 | 2026-08-20T20:45:31.191Z | Downloaded serde_bytes v0.11.19 |
| 633 | 2026-08-20T20:45:31.194Z | Downloaded blowfish v0.10.0 |
| 634 | 2026-08-20T20:45:31.195Z | Downloaded cassowary v0.3.0 |
| 635 | 2026-08-20T20:45:31.195Z | Downloaded hostname v0.4.2 |
| 636 | 2026-08-20T20:45:31.195Z | Downloaded generic-array v1.4.3 |
| 637 | 2026-08-20T20:45:31.199Z | Downloaded arc-swap v1.8.2 |
| 638 | 2026-08-20T20:45:31.202Z | Downloaded scroll_derive v0.13.1 |
| 639 | 2026-08-20T20:45:31.202Z | Downloaded foldhash v0.1.5 |
| 640 | 2026-08-20T20:45:31.206Z | Downloaded sapling-renderdag v0.1.0 |
| 641 | 2026-08-20T20:45:31.210Z | Downloaded num_enum v0.5.11 |
| 642 | 2026-08-20T20:45:31.210Z | Downloaded slog-bunyan v2.5.0 |
| 643 | 2026-08-20T20:45:31.214Z | Downloaded stable_deref_trait v1.2.1 |
| 644 | 2026-08-20T20:45:31.215Z | Downloaded tabwriter v1.4.1 |
| 645 | 2026-08-20T20:45:31.215Z | Downloaded env_logger v0.11.11 |
| 646 | 2026-08-20T20:45:31.215Z | Downloaded hmac v0.12.1 |
| 647 | 2026-08-20T20:45:31.215Z | Downloaded oxide-update-engine v0.1.2 |
| 648 | 2026-08-20T20:45:31.215Z | Downloaded pem v3.0.6 |
| 649 | 2026-08-20T20:45:31.219Z | Downloaded pkcs8 v0.10.2 |
| 650 | 2026-08-20T20:45:31.219Z | Downloaded pin-project-internal v1.1.11 |
| 651 | 2026-08-20T20:45:31.219Z | Downloaded supports-hyperlinks v3.2.0 |
| 652 | 2026-08-20T20:45:31.219Z | Downloaded strsim v0.10.0 |
| 653 | 2026-08-20T20:45:31.219Z | Downloaded parse-display-derive v0.10.0 |
| 654 | 2026-08-20T20:45:31.219Z | Downloaded password-hash v0.5.0 |
| 655 | 2026-08-20T20:45:31.222Z | Downloaded tokio-test v0.4.5 |
| 656 | 2026-08-20T20:45:31.223Z | Downloaded rand_chacha v0.9.0 |
| 657 | 2026-08-20T20:45:31.226Z | Downloaded strum v0.27.2 |
| 658 | 2026-08-20T20:45:31.226Z | Downloaded progenitor-client v0.13.0 |
| 659 | 2026-08-20T20:45:31.226Z | Downloaded console v0.16.2 |
| 660 | 2026-08-20T20:45:31.226Z | Downloaded testing_table v0.3.0 |
| 661 | 2026-08-20T20:45:31.230Z | Downloaded rand_core v0.10.0 |
| 662 | 2026-08-20T20:45:31.230Z | Downloaded const-oid v0.9.6 |
| 663 | 2026-08-20T20:45:31.230Z | Downloaded ahash v0.8.12 |
| 664 | 2026-08-20T20:45:31.235Z | Downloaded globset v0.4.18 |
| 665 | 2026-08-20T20:45:31.235Z | Downloaded ciborium v0.2.2 |
| 666 | 2026-08-20T20:45:31.239Z | Downloaded argon2 v0.6.0-rc.8 |
| 667 | 2026-08-20T20:45:31.239Z | Downloaded cipher v0.5.2 |
| 668 | 2026-08-20T20:45:31.239Z | Downloaded colored v3.1.1 |
| 669 | 2026-08-20T20:45:31.242Z | Downloaded funty v2.0.0 |
| 670 | 2026-08-20T20:45:31.242Z | Downloaded half v1.8.3 |
| 671 | 2026-08-20T20:45:31.242Z | Downloaded async-bb8-diesel v0.2.1 |
| 672 | 2026-08-20T20:45:31.242Z | Downloaded console v0.15.11 |
| 673 | 2026-08-20T20:45:31.247Z | Downloaded bzip2 v0.4.4 |
| 674 | 2026-08-20T20:45:31.247Z | Downloaded colored v2.2.0 |
| 675 | 2026-08-20T20:45:31.247Z | Downloaded unarray v0.1.4 |
| 676 | 2026-08-20T20:45:31.247Z | Downloaded utf-8 v0.7.6 |
| 677 | 2026-08-20T20:45:31.251Z | Downloaded utf8_iter v1.0.4 |
| 678 | 2026-08-20T20:45:31.251Z | Downloaded flate2 v1.1.9 |
| 679 | 2026-08-20T20:45:31.251Z | Downloaded void v1.0.2 |
| 680 | 2026-08-20T20:45:31.251Z | Downloaded serde-hex v0.1.0 |
| 681 | 2026-08-20T20:45:31.254Z | Downloaded shlex v1.3.0 |
| 682 | 2026-08-20T20:45:31.254Z | Downloaded russh-cryptovec v0.62.0 |
| 683 | 2026-08-20T20:45:31.254Z | Downloaded serde_derive_internals v0.29.1 |
| 684 | 2026-08-20T20:45:31.254Z | Downloaded serde_path_to_error v0.1.20 |
| 685 | 2026-08-20T20:45:31.258Z | Downloaded signal-hook-registry v1.4.8 |
| 686 | 2026-08-20T20:45:31.258Z | Downloaded unit-prefix v0.5.2 |
| 687 | 2026-08-20T20:45:31.258Z | Downloaded yoke-derive v0.8.1 |
| 688 | 2026-08-20T20:45:31.259Z | Downloaded zerofrom v0.1.6 |
| 689 | 2026-08-20T20:45:31.259Z | Downloaded bs58 v0.5.1 |
| 690 | 2026-08-20T20:45:31.259Z | Downloaded usdt v0.6.0 |
| 691 | 2026-08-20T20:45:31.261Z | Downloaded ar_archive_writer v0.5.1 |
| 692 | 2026-08-20T20:45:31.262Z | Downloaded bytes v1.11.1 |
| 693 | 2026-08-20T20:45:31.265Z | Downloaded blake2 v0.11.0-rc.6 |
| 694 | 2026-08-20T20:45:31.265Z | Downloaded rustversion v1.0.22 |
| 695 | 2026-08-20T20:45:31.269Z | Downloaded sec1 v0.7.3 |
| 696 | 2026-08-20T20:45:31.272Z | Downloaded simd-adler32 v0.3.8 |
| 697 | 2026-08-20T20:45:31.272Z | Downloaded group v0.13.0 |
| 698 | 2026-08-20T20:45:31.272Z | Downloaded highway v1.3.0 |
| 699 | 2026-08-20T20:45:31.272Z | Downloaded snafu-derive v0.8.9 |
| 700 | 2026-08-20T20:45:31.273Z | Downloaded convert_case v0.4.0 |
| 701 | 2026-08-20T20:45:31.273Z | Downloaded darling_macro v0.23.0 |
| 702 | 2026-08-20T20:45:31.277Z | Downloaded crunchy v0.2.4 |
| 703 | 2026-08-20T20:45:31.277Z | Downloaded cstr-argument v0.1.2 |
| 704 | 2026-08-20T20:45:31.280Z | Downloaded num-integer v0.1.46 |
| 705 | 2026-08-20T20:45:31.280Z | Downloaded port-file v0.1.0 |
| 706 | 2026-08-20T20:45:31.280Z | Downloaded slog-stdlog v4.1.1 |
| 707 | 2026-08-20T20:45:31.280Z | Downloaded difflib v0.4.0 |
| 708 | 2026-08-20T20:45:31.280Z | Downloaded downcast-rs v2.0.2 |
| 709 | 2026-08-20T20:45:31.280Z | Downloaded slog-term v2.9.2 |
| 710 | 2026-08-20T20:45:31.284Z | Downloaded thread_local v1.1.9 |
| 711 | 2026-08-20T20:45:31.284Z | Downloaded tiny-keccak v2.0.2 |
| 712 | 2026-08-20T20:45:31.284Z | Downloaded tinystr v0.8.2 |
| 713 | 2026-08-20T20:45:31.284Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 714 | 2026-08-20T20:45:31.288Z | Downloaded dof v0.4.0 |
| 715 | 2026-08-20T20:45:31.288Z | Downloaded hmac v0.13.0 |
| 716 | 2026-08-20T20:45:31.288Z | Downloaded httparse v1.10.1 |
| 717 | 2026-08-20T20:45:31.295Z | Downloaded parking_lot v0.12.5 |
| 718 | 2026-08-20T20:45:31.296Z | Downloaded spki v0.7.3 |
| 719 | 2026-08-20T20:45:31.296Z | Downloaded postgres-protocol v0.6.10 |
| 720 | 2026-08-20T20:45:31.300Z | Downloaded bzip2 v0.6.1 |
| 721 | 2026-08-20T20:45:31.300Z | Downloaded strum_macros v0.24.3 |
| 722 | 2026-08-20T20:45:31.300Z | Downloaded synstructure v0.13.2 |
| 723 | 2026-08-20T20:45:31.300Z | Downloaded tokio-tungstenite v0.21.0 |
| 724 | 2026-08-20T20:45:31.303Z | Downloaded hyper-tls v0.6.0 |
| 725 | 2026-08-20T20:45:31.307Z | Downloaded getrandom v0.4.3 |
| 726 | 2026-08-20T20:45:31.312Z | Downloaded is_ci v1.2.0 |
| 727 | 2026-08-20T20:45:31.315Z | Downloaded lru-slab v0.1.2 |
| 728 | 2026-08-20T20:45:31.315Z | Downloaded base64 v0.21.7 |
| 729 | 2026-08-20T20:45:31.315Z | Downloaded idna_adapter v1.2.1 |
| 730 | 2026-08-20T20:45:31.315Z | Downloaded instability v0.3.11 |
| 731 | 2026-08-20T20:45:31.318Z | Downloaded vergen-lib v9.1.0 |
| 732 | 2026-08-20T20:45:31.318Z | Downloaded backtrace v0.3.76 |
| 733 | 2026-08-20T20:45:31.318Z | Downloaded wyz v0.5.1 |
| 734 | 2026-08-20T20:45:31.321Z | Downloaded serde_cbor v0.11.2 |
| 735 | 2026-08-20T20:45:31.321Z | Downloaded lalrpop-util v0.19.12 |
| 736 | 2026-08-20T20:45:31.322Z | Downloaded lzss v0.8.2 |
| 737 | 2026-08-20T20:45:31.325Z | Downloaded libscf-sys v1.2.0 |
| 738 | 2026-08-20T20:45:31.326Z | Downloaded sec1 v0.8.1 |
| 739 | 2026-08-20T20:45:31.344Z | Downloaded chacha20poly1305 v0.10.1 |
| 740 | 2026-08-20T20:45:31.344Z | Downloaded jiff-static v0.2.34 |
| 741 | 2026-08-20T20:45:31.344Z | Downloaded mime v0.3.17 |
| 742 | 2026-08-20T20:45:31.344Z | Downloaded new_debug_unreachable v1.0.6 |
| 743 | 2026-08-20T20:45:31.344Z | Downloaded num-iter v0.1.45 |
| 744 | 2026-08-20T20:45:31.344Z | Downloaded oso-derive v0.27.3 |
| 745 | 2026-08-20T20:45:31.352Z | Downloaded fatfs v0.3.6 |
| 746 | 2026-08-20T20:45:31.352Z | Downloaded corncobs v0.1.4 |
| 747 | 2026-08-20T20:45:31.352Z | Downloaded num_enum_derive v0.5.11 |
| 748 | 2026-08-20T20:45:31.352Z | Downloaded nonempty v0.12.0 |
| 749 | 2026-08-20T20:45:31.352Z | Downloaded omicron-zone-package v0.12.3 |
| 750 | 2026-08-20T20:45:31.352Z | Downloaded openssl-probe v0.1.6 |
| 751 | 2026-08-20T20:45:31.353Z | Downloaded pkcs5 v0.8.1 |
| 752 | 2026-08-20T20:45:31.353Z | Downloaded defmt-parser v1.0.0 |
| 753 | 2026-08-20T20:45:31.353Z | Downloaded csv-core v0.1.13 |
| 754 | 2026-08-20T20:45:31.353Z | Downloaded sqlformat v0.3.5 |
| 755 | 2026-08-20T20:45:31.353Z | Downloaded tokio-stream v0.1.18 |
| 756 | 2026-08-20T20:45:31.353Z | Downloaded critical-section v1.2.0 |
| 757 | 2026-08-20T20:45:31.353Z | Downloaded dtrace-parser v0.3.0 |
| 758 | 2026-08-20T20:45:31.353Z | Downloaded packed_struct_codegen v0.10.1 |
| 759 | 2026-08-20T20:45:31.353Z | Downloaded der_derive v0.7.3 |
| 760 | 2026-08-20T20:45:31.359Z | Downloaded powerfmt v0.2.0 |
| 761 | 2026-08-20T20:45:31.359Z | Downloaded phf_shared v0.12.1 |
| 762 | 2026-08-20T20:45:31.359Z | Downloaded radium v0.7.0 |
| 763 | 2026-08-20T20:45:31.359Z | Downloaded prefix-trie v0.7.0 |
| 764 | 2026-08-20T20:45:31.363Z | Downloaded progenitor-impl v0.13.0 |
| 765 | 2026-08-20T20:45:31.363Z | Downloaded potential_utf v0.1.4 |
| 766 | 2026-08-20T20:45:31.363Z | Downloaded tokio-tungstenite v0.23.1 |
| 767 | 2026-08-20T20:45:31.366Z | Downloaded psl-types v2.0.11 |
| 768 | 2026-08-20T20:45:31.369Z | Downloaded expectorate v1.2.0 |
| 769 | 2026-08-20T20:45:31.374Z | Downloaded clang-sys v1.8.1 |
| 770 | 2026-08-20T20:45:31.378Z | Downloaded blake2 v0.10.6 |
| 771 | 2026-08-20T20:45:31.378Z | Downloaded compact_str v0.8.1 |
| 772 | 2026-08-20T20:45:31.378Z | Downloaded rand_chacha v0.3.1 |
| 773 | 2026-08-20T20:45:31.381Z | Downloaded tracing-attributes v0.1.31 |
| 774 | 2026-08-20T20:45:31.384Z | Downloaded rand_pcg v0.10.2 |
| 775 | 2026-08-20T20:45:31.384Z | Downloaded serde_repr v0.1.20 |
| 776 | 2026-08-20T20:45:31.384Z | Downloaded serde_plain v1.0.2 |
| 777 | 2026-08-20T20:45:31.384Z | Downloaded signature v2.2.0 |
| 778 | 2026-08-20T20:45:31.387Z | Downloaded signature v3.0.0 |
| 779 | 2026-08-20T20:45:31.392Z | Downloaded unicode-properties v0.1.4 |
| 780 | 2026-08-20T20:45:31.392Z | Downloaded ryu v1.0.23 |
| 781 | 2026-08-20T20:45:31.396Z | Downloaded libsw v3.5.0 |
| 782 | 2026-08-20T20:45:31.396Z | Downloaded libsw-core v0.3.2 |
| 783 | 2026-08-20T20:45:31.396Z | Downloaded shell-words v1.1.1 |
| 784 | 2026-08-20T20:45:31.399Z | Downloaded mime_guess v2.0.5 |
| 785 | 2026-08-20T20:45:31.399Z | Downloaded newtype-uuid v1.3.2 |
| 786 | 2026-08-20T20:45:31.399Z | Downloaded termtree v0.5.1 |
| 787 | 2026-08-20T20:45:31.399Z | Downloaded tinyvec_macros v0.1.1 |
| 788 | 2026-08-20T20:45:31.399Z | Downloaded structmeta v0.3.0 |
| 789 | 2026-08-20T20:45:31.399Z | Downloaded strip-ansi-escapes v0.2.1 |
| 790 | 2026-08-20T20:45:31.402Z | Downloaded structmeta-derive v0.3.0 |
| 791 | 2026-08-20T20:45:31.402Z | Downloaded typify-macro v0.6.2 |
| 792 | 2026-08-20T20:45:31.402Z | Downloaded zerovec-derive v0.11.2 |
| 793 | 2026-08-20T20:45:31.405Z | Downloaded heapless v0.8.0 |
| 794 | 2026-08-20T20:45:31.408Z | Downloaded headers v0.4.1 |
| 795 | 2026-08-20T20:45:31.412Z | Downloaded multer v3.1.0 |
| 796 | 2026-08-20T20:45:31.416Z | Downloaded num_enum_derive v0.7.6 |
| 797 | 2026-08-20T20:45:31.421Z | Downloaded oxnet v0.1.6 |
| 798 | 2026-08-20T20:45:31.421Z | Downloaded diesel-dtrace v0.5.0 |
| 799 | 2026-08-20T20:45:31.421Z | Downloaded diff v0.1.13 |
| 800 | 2026-08-20T20:45:31.424Z | Downloaded phf v0.13.1 |
| 801 | 2026-08-20T20:45:31.424Z | Downloaded pkg-config v0.3.32 |
| 802 | 2026-08-20T20:45:31.424Z | Downloaded deranged v0.5.8 |
| 803 | 2026-08-20T20:45:31.424Z | Downloaded pem-rfc7468 v0.7.0 |
| 804 | 2026-08-20T20:45:31.424Z | Downloaded trait-variant v0.1.2 |
| 805 | 2026-08-20T20:45:31.424Z | Downloaded hickory-resolver v0.24.4 |
| 806 | 2026-08-20T20:45:31.427Z | Downloaded xshell-macros v0.2.7 |
| 807 | 2026-08-20T20:45:31.427Z | Downloaded polyval v0.7.1 |
| 808 | 2026-08-20T20:45:31.427Z | Downloaded rustc-demangle v0.1.27 |
| 809 | 2026-08-20T20:45:31.430Z | Downloaded pem-rfc7468 v1.0.0 |
| 810 | 2026-08-20T20:45:31.430Z | Downloaded predicates v3.1.4 |
| 811 | 2026-08-20T20:45:31.430Z | Downloaded unicode-truncate v1.1.0 |
| 812 | 2026-08-20T20:45:31.433Z | Downloaded untrusted v0.7.1 |
| 813 | 2026-08-20T20:45:31.433Z | Downloaded wait-timeout v0.2.1 |
| 814 | 2026-08-20T20:45:31.433Z | Downloaded want v0.3.1 |
| 815 | 2026-08-20T20:45:31.433Z | Downloaded p256 v0.14.0 |
| 816 | 2026-08-20T20:45:31.437Z | Downloaded wnaf v0.14.0 |
| 817 | 2026-08-20T20:45:31.437Z | Downloaded zerofrom-derive v0.1.6 |
| 818 | 2026-08-20T20:45:31.437Z | Downloaded ppv-lite86 v0.2.21 |
| 819 | 2026-08-20T20:45:31.437Z | Downloaded psm v0.1.30 |
| 820 | 2026-08-20T20:45:31.441Z | Downloaded rustls-pemfile v2.2.0 |
| 821 | 2026-08-20T20:45:31.441Z | Downloaded ecdsa v0.17.0 |
| 822 | 2026-08-20T20:45:31.441Z | Downloaded hybrid-array v0.4.13 |
| 823 | 2026-08-20T20:45:31.441Z | Downloaded crc-catalog v2.4.0 |
| 824 | 2026-08-20T20:45:31.445Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 825 | 2026-08-20T20:45:31.445Z | Downloaded crucible-workspace-hack v0.1.0 |
| 826 | 2026-08-20T20:45:31.445Z | Downloaded chumsky v0.9.3 |
| 827 | 2026-08-20T20:45:31.445Z | Downloaded bumpalo v3.20.2 |
| 828 | 2026-08-20T20:45:31.449Z | Downloaded rand_core v0.6.4 |
| 829 | 2026-08-20T20:45:31.449Z | Downloaded uuid v1.23.4 |
| 830 | 2026-08-20T20:45:31.453Z | Downloaded ingot-macros v0.2.0 |
| 831 | 2026-08-20T20:45:31.453Z | Downloaded rand_core v0.9.5 |
| 832 | 2026-08-20T20:45:31.453Z | Downloaded rustls-native-certs v0.8.3 |
| 833 | 2026-08-20T20:45:31.456Z | Downloaded serde_with_macros v1.5.2 |
| 834 | 2026-08-20T20:45:31.456Z | Downloaded document-features v0.2.12 |
| 835 | 2026-08-20T20:45:31.459Z | Downloaded derive_builder_macro v0.20.2 |
| 836 | 2026-08-20T20:45:31.462Z | Downloaded debug-ignore v1.0.5 |
| 837 | 2026-08-20T20:45:31.462Z | Downloaded defmt v0.3.100 |
| 838 | 2026-08-20T20:45:31.466Z | Downloaded scroll v0.13.0 |
| 839 | 2026-08-20T20:45:31.469Z | Downloaded ipnet v2.12.0 |
| 840 | 2026-08-20T20:45:31.472Z | Downloaded scrypt v0.12.0 |
| 841 | 2026-08-20T20:45:31.472Z | Downloaded slog-dtrace v0.3.0 |
| 842 | 2026-08-20T20:45:31.472Z | Downloaded slog-envlogger v2.2.0 |
| 843 | 2026-08-20T20:45:31.475Z | Downloaded smallvec v0.6.14 |
| 844 | 2026-08-20T20:45:31.475Z | Downloaded stringprep v0.1.5 |
| 845 | 2026-08-20T20:45:31.475Z | Downloaded inout v0.2.2 |
| 846 | 2026-08-20T20:45:31.478Z | Downloaded memmap2 v0.9.10 |
| 847 | 2026-08-20T20:45:31.484Z | Downloaded static_assertions v1.1.0 |
| 848 | 2026-08-20T20:45:31.488Z | Downloaded hickory-resolver v0.25.2 |
| 849 | 2026-08-20T20:45:31.488Z | Downloaded match_cfg v0.1.0 |
| 850 | 2026-08-20T20:45:31.493Z | Downloaded parking_lot v0.11.2 |
| 851 | 2026-08-20T20:45:31.495Z | Downloaded progenitor-extras v0.2.0 |
| 852 | 2026-08-20T20:45:31.495Z | Downloaded crc-any v2.5.0 |
| 853 | 2026-08-20T20:45:31.498Z | Downloaded olpc-cjson v0.1.4 |
| 854 | 2026-08-20T20:45:31.498Z | Downloaded uzers v0.12.2 |
| 855 | 2026-08-20T20:45:31.502Z | Downloaded lru v0.12.5 |
| 856 | 2026-08-20T20:45:31.502Z | Downloaded memoffset v0.9.1 |
| 857 | 2026-08-20T20:45:31.507Z | Downloaded half v2.7.1 |
| 858 | 2026-08-20T20:45:31.512Z | Downloaded heapless v0.7.17 |
| 859 | 2026-08-20T20:45:31.515Z | Downloaded rand v0.8.6 |
| 860 | 2026-08-20T20:45:31.518Z | Downloaded pretty_assertions v1.4.1 |
| 861 | 2026-08-20T20:45:31.518Z | Downloaded vergen-git2 v9.1.0 |
| 862 | 2026-08-20T20:45:31.521Z | Downloaded async-compression v0.4.41 |
| 863 | 2026-08-20T20:45:31.524Z | Downloaded progenitor-impl v0.14.0 |
| 864 | 2026-08-20T20:45:31.524Z | Downloaded cc v1.2.56 |
| 865 | 2026-08-20T20:45:31.529Z | Downloaded seq-macro v0.3.6 |
| 866 | 2026-08-20T20:45:31.532Z | Downloaded signal-hook-tokio v0.3.1 |
| 867 | 2026-08-20T20:45:31.532Z | Downloaded displaydoc v0.2.5 |
| 868 | 2026-08-20T20:45:31.535Z | Downloaded ed25519 v3.0.0 |
| 869 | 2026-08-20T20:45:31.535Z | Downloaded humantime v2.3.0 |
| 870 | 2026-08-20T20:45:31.535Z | Downloaded proc-macro-crate v3.4.0 |
| 871 | 2026-08-20T20:45:31.538Z | Downloaded progenitor-client v0.14.0 |
| 872 | 2026-08-20T20:45:31.538Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 873 | 2026-08-20T20:45:31.538Z | Downloaded sha2 v0.11.0 |
| 874 | 2026-08-20T20:45:31.538Z | Downloaded russh-util v0.52.0 |
| 875 | 2026-08-20T20:45:31.541Z | Downloaded same-file v1.0.6 |
| 876 | 2026-08-20T20:45:31.541Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 877 | 2026-08-20T20:45:31.541Z | Downloaded semver v0.1.20 |
| 878 | 2026-08-20T20:45:31.541Z | Downloaded signal-hook-mio v0.2.5 |
| 879 | 2026-08-20T20:45:31.544Z | Downloaded subtle v2.6.1 |
| 880 | 2026-08-20T20:45:31.547Z | Downloaded indoc v2.0.7 |
| 881 | 2026-08-20T20:45:31.547Z | Downloaded take_mut v0.2.2 |
| 882 | 2026-08-20T20:45:31.551Z | Downloaded jobserver v0.1.34 |
| 883 | 2026-08-20T20:45:31.555Z | Downloaded tokio-rustls v0.26.4 |
| 884 | 2026-08-20T20:45:31.558Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 885 | 2026-08-20T20:45:31.558Z | Downloaded sigpipe v0.1.3 |
| 886 | 2026-08-20T20:45:31.558Z | Downloaded ipnetwork v0.21.1 |
| 887 | 2026-08-20T20:45:31.561Z | Downloaded darling_core v0.20.11 |
| 888 | 2026-08-20T20:45:31.564Z | Downloaded universal-hash v0.6.1 |
| 889 | 2026-08-20T20:45:31.564Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 890 | 2026-08-20T20:45:31.564Z | Downloaded tracing-core v0.1.36 |
| 891 | 2026-08-20T20:45:31.568Z | Downloaded darling_core v0.21.3 |
| 892 | 2026-08-20T20:45:31.571Z | Downloaded usdt-attr-macro v0.6.0 |
| 893 | 2026-08-20T20:45:31.571Z | Downloaded http v1.4.2 |
| 894 | 2026-08-20T20:45:31.571Z | Downloaded papergrid v0.18.0 |
| 895 | 2026-08-20T20:45:31.574Z | Downloaded multimap v0.10.1 |
| 896 | 2026-08-20T20:45:31.574Z | Downloaded nanorand v0.7.0 |
| 897 | 2026-08-20T20:45:31.577Z | Downloaded xattr v1.6.1 |
| 898 | 2026-08-20T20:45:31.577Z | Downloaded crc v3.4.0 |
| 899 | 2026-08-20T20:45:31.580Z | Downloaded cpubits v0.1.1 |
| 900 | 2026-08-20T20:45:31.580Z | Downloaded cpufeatures v0.3.0 |
| 901 | 2026-08-20T20:45:31.583Z | Downloaded crc8 v0.1.1 |
| 902 | 2026-08-20T20:45:31.586Z | Downloaded phf v0.12.1 |
| 903 | 2026-08-20T20:45:31.587Z | Downloaded zerocopy v0.6.6 |
| 904 | 2026-08-20T20:45:31.587Z | Downloaded packed_struct v0.10.1 |
| 905 | 2026-08-20T20:45:31.589Z | Downloaded cookie_store v0.22.1 |
| 906 | 2026-08-20T20:45:31.589Z | Downloaded primefield v0.14.0 |
| 907 | 2026-08-20T20:45:31.589Z | Downloaded aes v0.9.1 |
| 908 | 2026-08-20T20:45:31.593Z | Downloaded peg v0.8.5 |
| 909 | 2026-08-20T20:45:31.596Z | Downloaded icu_locale_core v2.1.1 |
| 910 | 2026-08-20T20:45:31.600Z | Downloaded icu_normalizer v2.1.1 |
| 911 | 2026-08-20T20:45:31.603Z | Downloaded dyn-clone v1.0.20 |
| 912 | 2026-08-20T20:45:31.603Z | Downloaded hashbrown v0.13.2 |
| 913 | 2026-08-20T20:45:31.603Z | Downloaded icu_normalizer_data v2.1.1 |
| 914 | 2026-08-20T20:45:31.607Z | Downloaded socket2 v0.5.10 |
| 915 | 2026-08-20T20:45:31.607Z | Downloaded data-encoding v2.10.0 |
| 916 | 2026-08-20T20:45:31.607Z | Downloaded digest v0.11.3 |
| 917 | 2026-08-20T20:45:31.607Z | Downloaded dirs-sys-next v0.1.2 |
| 918 | 2026-08-20T20:45:31.610Z | Downloaded schemars_derive v0.8.22 |
| 919 | 2026-08-20T20:45:31.610Z | Downloaded spki v0.8.0 |
| 920 | 2026-08-20T20:45:31.613Z | Downloaded unicode_categories v0.1.1 |
| 921 | 2026-08-20T20:45:31.616Z | Downloaded keccak v0.1.6 |
| 922 | 2026-08-20T20:45:31.616Z | Downloaded display-error-chain v0.2.2 |
| 923 | 2026-08-20T20:45:31.622Z | Downloaded ssh-cipher v0.3.0 |
| 924 | 2026-08-20T20:45:31.626Z | Downloaded test-strategy v0.4.5 |
| 925 | 2026-08-20T20:45:31.629Z | Downloaded tinyvec v1.10.0 |
| 926 | 2026-08-20T20:45:31.629Z | Downloaded crossbeam-channel v0.5.15 |
| 927 | 2026-08-20T20:45:31.632Z | Downloaded tls_codec_derive v0.4.2 |
| 928 | 2026-08-20T20:45:31.634Z | Downloaded linked-hash-map v0.5.6 |
| 929 | 2026-08-20T20:45:31.637Z | Downloaded hickory-server v0.25.2 |
| 930 | 2026-08-20T20:45:31.640Z | Downloaded darling v0.20.11 |
| 931 | 2026-08-20T20:45:31.643Z | Downloaded openssl-macros v0.1.1 |
| 932 | 2026-08-20T20:45:31.643Z | Downloaded oxide-tokio-rt v0.1.4 |
| 933 | 2026-08-20T20:45:31.643Z | Downloaded whoami v2.1.0 |
| 934 | 2026-08-20T20:45:31.646Z | Downloaded zone v0.3.1 |
| 935 | 2026-08-20T20:45:31.646Z | Downloaded yoke v0.8.1 |
| 936 | 2026-08-20T20:45:31.646Z | Downloaded crossbeam-deque v0.8.6 |
| 937 | 2026-08-20T20:45:31.651Z | Downloaded hashbrown v0.12.3 |
| 938 | 2026-08-20T20:45:31.654Z | Downloaded md5 v0.8.0 |
| 939 | 2026-08-20T20:45:31.654Z | Downloaded md-5 v0.10.6 |
| 940 | 2026-08-20T20:45:31.654Z | Downloaded num v0.4.3 |
| 941 | 2026-08-20T20:45:31.654Z | Downloaded phf_shared v0.13.1 |
| 942 | 2026-08-20T20:45:31.654Z | Downloaded num-rational v0.4.2 |
| 943 | 2026-08-20T20:45:31.654Z | Downloaded crc32fast v1.5.0 |
| 944 | 2026-08-20T20:45:31.658Z | Downloaded postgres-types v0.2.12 |
| 945 | 2026-08-20T20:45:31.658Z | Downloaded derive_builder_core v0.20.2 |
| 946 | 2026-08-20T20:45:31.658Z | Downloaded pkcs1 v0.7.5 |
| 947 | 2026-08-20T20:45:31.661Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 948 | 2026-08-20T20:45:31.661Z | Downloaded schemars v0.9.0 |
| 949 | 2026-08-20T20:45:31.667Z | Downloaded path-slash v0.1.5 |
| 950 | 2026-08-20T20:45:31.670Z | Downloaded ed25519-dalek v2.2.0 |
| 951 | 2026-08-20T20:45:31.670Z | Downloaded ref-cast v1.0.25 |
| 952 | 2026-08-20T20:45:31.676Z | Downloaded rfc6979 v0.6.0 |
| 953 | 2026-08-20T20:45:31.676Z | Downloaded typed-path v0.9.3 |
| 954 | 2026-08-20T20:45:31.679Z | Downloaded pbkdf2 v0.13.0 |
| 955 | 2026-08-20T20:45:31.679Z | Downloaded zopfli v0.8.3 |
| 956 | 2026-08-20T20:45:31.679Z | Downloaded defmt v1.0.1 |
| 957 | 2026-08-20T20:45:31.682Z | Downloaded r2d2 v0.8.10 |
| 958 | 2026-08-20T20:45:31.682Z | Downloaded rfc6979 v0.4.0 |
| 959 | 2026-08-20T20:45:31.682Z | Downloaded scopeguard v1.2.0 |
| 960 | 2026-08-20T20:45:31.682Z | Downloaded drift v0.2.0 |
| 961 | 2026-08-20T20:45:31.687Z | Downloaded quinn-udp v0.5.14 |
| 962 | 2026-08-20T20:45:31.690Z | Downloaded indicatif v0.18.4 |
| 963 | 2026-08-20T20:45:31.694Z | Downloaded hyper-staticfile v0.10.1 |
| 964 | 2026-08-20T20:45:31.694Z | Downloaded either v1.15.0 |
| 965 | 2026-08-20T20:45:31.694Z | Downloaded x509-cert v0.2.5 |
| 966 | 2026-08-20T20:45:31.697Z | Downloaded ingot v0.2.1 |
| 967 | 2026-08-20T20:45:31.697Z | Downloaded sha1 v0.11.0 |
| 968 | 2026-08-20T20:45:31.700Z | Downloaded tower-layer v0.3.3 |
| 969 | 2026-08-20T20:45:31.700Z | Downloaded keccak v0.2.0 |
| 970 | 2026-08-20T20:45:31.700Z | Downloaded sync-ptr v0.1.4 |
| 971 | 2026-08-20T20:45:31.700Z | Downloaded ssh-encoding v0.3.0 |
| 972 | 2026-08-20T20:45:31.703Z | Downloaded rsa v0.10.0-rc.18 |
| 973 | 2026-08-20T20:45:31.706Z | Downloaded term v1.2.1 |
| 974 | 2026-08-20T20:45:31.706Z | Downloaded tar v0.4.46 |
| 975 | 2026-08-20T20:45:31.709Z | Downloaded libbz2-rs-sys v0.2.2 |
| 976 | 2026-08-20T20:45:31.709Z | Downloaded topological-sort v0.2.2 |
| 977 | 2026-08-20T20:45:31.712Z | Downloaded twox-hash v2.1.2 |
| 978 | 2026-08-20T20:45:31.712Z | Downloaded supports-unicode v3.0.0 |
| 979 | 2026-08-20T20:45:31.712Z | Downloaded sync_wrapper v1.0.2 |
| 980 | 2026-08-20T20:45:31.712Z | Downloaded unicode-xid v0.2.6 |
| 981 | 2026-08-20T20:45:31.717Z | Downloaded derive_more v2.1.1 |
| 982 | 2026-08-20T20:45:31.721Z | Downloaded const_format_proc_macros v0.2.34 |
| 983 | 2026-08-20T20:45:31.724Z | Downloaded miette-derive v7.6.0 |
| 984 | 2026-08-20T20:45:31.724Z | Downloaded progenitor-macro v0.14.0 |
| 985 | 2026-08-20T20:45:31.724Z | Downloaded universal-hash v0.5.1 |
| 986 | 2026-08-20T20:45:31.724Z | Downloaded poly1305 v0.8.0 |
| 987 | 2026-08-20T20:45:31.728Z | Downloaded digest-io v0.1.0 |
| 988 | 2026-08-20T20:45:31.728Z | Downloaded primeorder v0.13.6 |
| 989 | 2026-08-20T20:45:31.732Z | Downloaded paste v1.0.15 |
| 990 | 2026-08-20T20:45:31.735Z | Downloaded progenitor v0.13.0 |
| 991 | 2026-08-20T20:45:31.738Z | Downloaded const_format v0.2.35 |
| 992 | 2026-08-20T20:45:31.741Z | Downloaded darling_macro v0.20.11 |
| 993 | 2026-08-20T20:45:31.741Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 994 | 2026-08-20T20:45:31.745Z | Downloaded rand_seeder v0.4.0 |
| 995 | 2026-08-20T20:45:31.745Z | Downloaded inout v0.1.4 |
| 996 | 2026-08-20T20:45:31.746Z | Downloaded rusty-fork v0.3.1 |
| 997 | 2026-08-20T20:45:31.750Z | Downloaded kem v0.3.0 |
| 998 | 2026-08-20T20:45:31.750Z | Downloaded snafu v0.8.9 |
| 999 | 2026-08-20T20:45:31.753Z | Downloaded ron v0.8.1 |
| 1000 | 2026-08-20T20:45:31.753Z | Downloaded zerocopy-derive v0.8.55 |
| 1001 | 2026-08-20T20:45:31.758Z | Downloaded similar v2.7.0 |
| 1002 | 2026-08-20T20:45:31.761Z | Downloaded serde_with_macros v3.21.0 |
| 1003 | 2026-08-20T20:45:31.765Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1004 | 2026-08-20T20:45:31.769Z | Downloaded stacker v0.1.23 |
| 1005 | 2026-08-20T20:45:31.769Z | Downloaded strum_macros v0.26.4 |
| 1006 | 2026-08-20T20:45:31.770Z | Downloaded num-conv v0.2.0 |
| 1007 | 2026-08-20T20:45:31.770Z | Downloaded indoc v1.0.9 |
| 1008 | 2026-08-20T20:45:31.774Z | Downloaded smf v0.2.3 |
| 1009 | 2026-08-20T20:45:31.775Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1010 | 2026-08-20T20:45:31.775Z | Downloaded is-terminal v0.4.17 |
| 1011 | 2026-08-20T20:45:31.775Z | Downloaded slog-async v2.8.0 |
| 1012 | 2026-08-20T20:45:31.775Z | Downloaded subprocess v0.2.15 |
| 1013 | 2026-08-20T20:45:31.775Z | Downloaded tls_codec v0.4.2 |
| 1014 | 2026-08-20T20:45:31.779Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1015 | 2026-08-20T20:45:31.779Z | Downloaded knus v3.4.0 |
| 1016 | 2026-08-20T20:45:31.779Z | Downloaded rustc_version v0.1.7 |
| 1017 | 2026-08-20T20:45:31.779Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1018 | 2026-08-20T20:45:31.782Z | Downloaded num-derive v0.4.2 |
| 1019 | 2026-08-20T20:45:31.782Z | Downloaded sponge-cursor v0.1.0 |
| 1020 | 2026-08-20T20:45:31.782Z | Downloaded vergen-gitcl v1.0.8 |
| 1021 | 2026-08-20T20:45:31.786Z | Downloaded vergen-lib v0.1.6 |
| 1022 | 2026-08-20T20:45:31.786Z | Downloaded litemap v0.8.1 |
| 1023 | 2026-08-20T20:45:31.786Z | Downloaded rand v0.9.2 |
| 1024 | 2026-08-20T20:45:31.789Z | Downloaded vergen v9.1.0 |
| 1025 | 2026-08-20T20:45:31.789Z | Downloaded parking_lot_core v0.8.6 |
| 1026 | 2026-08-20T20:45:31.792Z | Downloaded tungstenite v0.23.0 |
| 1027 | 2026-08-20T20:45:31.792Z | Downloaded writeable v0.6.2 |
| 1028 | 2026-08-20T20:45:31.795Z | Downloaded supports-color v3.0.2 |
| 1029 | 2026-08-20T20:45:31.795Z | Downloaded time-core v0.1.8 |
| 1030 | 2026-08-20T20:45:31.795Z | Downloaded num-bigint-dig v0.8.6 |
| 1031 | 2026-08-20T20:45:31.798Z | Downloaded zone_cfg_derive v0.3.1 |
| 1032 | 2026-08-20T20:45:31.798Z | Downloaded darling_core v0.13.4 |
| 1033 | 2026-08-20T20:45:31.801Z | Downloaded ecdsa v0.16.9 |
| 1034 | 2026-08-20T20:45:31.801Z | Downloaded unicode-bidi v0.3.18 |
| 1035 | 2026-08-20T20:45:31.804Z | Downloaded vte v0.14.1 |
| 1036 | 2026-08-20T20:45:31.804Z | Downloaded zeroize v1.9.0 |
| 1037 | 2026-08-20T20:45:31.804Z | Downloaded aes-gcm v0.11.0 |
| 1038 | 2026-08-20T20:45:31.808Z | Downloaded waitgroup v0.1.2 |
| 1039 | 2026-08-20T20:45:31.808Z | Downloaded rcgen v0.12.1 |
| 1040 | 2026-08-20T20:45:31.812Z | Downloaded darling_core v0.23.0 |
| 1041 | 2026-08-20T20:45:31.812Z | Downloaded futures-util v0.3.32 |
| 1042 | 2026-08-20T20:45:31.818Z | Downloaded zstd-safe v7.2.4 |
| 1043 | 2026-08-20T20:45:31.824Z | Downloaded lock_api v0.4.14 |
| 1044 | 2026-08-20T20:45:31.824Z | Downloaded aho-corasick v1.1.4 |
| 1045 | 2026-08-20T20:45:31.828Z | Downloaded linear-map v1.2.0 |
| 1046 | 2026-08-20T20:45:31.828Z | Downloaded illumos-nvpair v0.3.0 |
| 1047 | 2026-08-20T20:45:31.828Z | Downloaded instant v0.1.13 |
| 1048 | 2026-08-20T20:45:31.828Z | Downloaded ed25519 v2.2.3 |
| 1049 | 2026-08-20T20:45:31.828Z | Downloaded lazy_static v1.5.0 |
| 1050 | 2026-08-20T20:45:31.828Z | Downloaded kstat-rs v0.2.5 |
| 1051 | 2026-08-20T20:45:31.831Z | Downloaded crypto-common v0.2.2 |
| 1052 | 2026-08-20T20:45:31.831Z | Downloaded darling_macro v0.13.4 |
| 1053 | 2026-08-20T20:45:31.831Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1054 | 2026-08-20T20:45:31.831Z | Downloaded hashbrown v0.14.5 |
| 1055 | 2026-08-20T20:45:31.834Z | Downloaded hashbrown v0.16.1 |
| 1056 | 2026-08-20T20:45:31.838Z | Downloaded zerovec v0.11.5 |
| 1057 | 2026-08-20T20:45:31.841Z | Downloaded crypto-bigint v0.5.5 |
| 1058 | 2026-08-20T20:45:31.845Z | Downloaded owo-colors v4.3.0 |
| 1059 | 2026-08-20T20:45:31.845Z | Downloaded icu_provider v2.1.1 |
| 1060 | 2026-08-20T20:45:31.845Z | Downloaded libefi-sys v0.1.0 |
| 1061 | 2026-08-20T20:45:31.845Z | Downloaded itertools v0.10.5 |
| 1062 | 2026-08-20T20:45:31.849Z | Downloaded password-hash v0.6.1 |
| 1063 | 2026-08-20T20:45:31.853Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1064 | 2026-08-20T20:45:31.853Z | Downloaded crossbeam-epoch v0.9.18 |
| 1065 | 2026-08-20T20:45:31.853Z | Downloaded unicode-segmentation v1.12.0 |
| 1066 | 2026-08-20T20:45:31.858Z | Downloaded progenitor v0.14.0 |
| 1067 | 2026-08-20T20:45:31.862Z | Downloaded rpassword v7.5.4 |
| 1068 | 2026-08-20T20:45:31.862Z | Downloaded tokio-native-tls v0.3.1 |
| 1069 | 2026-08-20T20:45:31.862Z | Downloaded unicase v2.9.0 |
| 1070 | 2026-08-20T20:45:31.862Z | Downloaded serde-big-array v0.5.1 |
| 1071 | 2026-08-20T20:45:31.862Z | Downloaded siphasher v1.0.2 |
| 1072 | 2026-08-20T20:45:31.866Z | Downloaded tagptr v0.2.0 |
| 1073 | 2026-08-20T20:45:31.866Z | Downloaded sqlparser_derive v0.5.0 |
| 1074 | 2026-08-20T20:45:31.866Z | Downloaded publicsuffix v2.3.0 |
| 1075 | 2026-08-20T20:45:31.866Z | Downloaded tui-tree-widget v0.23.1 |
| 1076 | 2026-08-20T20:45:31.871Z | Downloaded hashbrown v0.15.5 |
| 1077 | 2026-08-20T20:45:31.875Z | Downloaded num-traits v0.2.19 |
| 1078 | 2026-08-20T20:45:31.879Z | Downloaded daft v0.1.7 |
| 1079 | 2026-08-20T20:45:31.880Z | Downloaded crossbeam-utils v0.8.21 |
| 1080 | 2026-08-20T20:45:31.880Z | Downloaded untrusted v0.9.0 |
| 1081 | 2026-08-20T20:45:31.880Z | Downloaded rayon-core v1.13.0 |
| 1082 | 2026-08-20T20:45:31.883Z | Downloaded derive-ex v0.1.8 |
| 1083 | 2026-08-20T20:45:31.883Z | Downloaded darling v0.13.4 |
| 1084 | 2026-08-20T20:45:31.887Z | Downloaded native-tls v0.2.18 |
| 1085 | 2026-08-20T20:45:31.890Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1086 | 2026-08-20T20:45:31.896Z | Downloaded rustc-hash v2.1.1 |
| 1087 | 2026-08-20T20:45:31.904Z | Downloaded dirs-next v2.0.0 |
| 1088 | 2026-08-20T20:45:31.904Z | Downloaded dsl_auto_type v0.2.0 |
| 1089 | 2026-08-20T20:45:31.908Z | Downloaded thread-id v5.1.0 |
| 1090 | 2026-08-20T20:45:31.908Z | Downloaded hkdf v0.12.4 |
| 1091 | 2026-08-20T20:45:31.908Z | Downloaded h2 v0.4.15 |
| 1092 | 2026-08-20T20:45:31.908Z | Downloaded rand v0.10.1 |
| 1093 | 2026-08-20T20:45:31.913Z | Downloaded module-lattice v0.2.3 |
| 1094 | 2026-08-20T20:45:31.913Z | Downloaded litrs v1.0.0 |
| 1095 | 2026-08-20T20:45:31.913Z | Downloaded aws-lc-rs v1.16.3 |
| 1096 | 2026-08-20T20:45:31.917Z | Downloaded predicates-core v1.0.10 |
| 1097 | 2026-08-20T20:45:31.923Z | Downloaded secrecy v0.8.0 |
| 1098 | 2026-08-20T20:45:31.923Z | Downloaded secrecy v0.10.3 |
| 1099 | 2026-08-20T20:45:31.923Z | Downloaded tungstenite v0.21.0 |
| 1100 | 2026-08-20T20:45:31.923Z | Downloaded tap v1.0.1 |
| 1101 | 2026-08-20T20:45:31.923Z | Downloaded slab v0.4.12 |
| 1102 | 2026-08-20T20:45:31.927Z | Downloaded smallvec v1.15.1 |
| 1103 | 2026-08-20T20:45:31.931Z | Downloaded poly1305 v0.9.0 |
| 1104 | 2026-08-20T20:45:31.931Z | Downloaded salsa20 v0.11.0 |
| 1105 | 2026-08-20T20:45:31.935Z | Downloaded term v0.7.0 |
| 1106 | 2026-08-20T20:45:31.939Z | Downloaded lru-cache v0.1.2 |
| 1107 | 2026-08-20T20:45:31.940Z | Downloaded rand_xorshift v0.4.0 |
| 1108 | 2026-08-20T20:45:31.944Z | Downloaded support-bundle-viewer v0.1.2 |
| 1109 | 2026-08-20T20:45:31.944Z | Downloaded tokio-dtrace v0.1.1 |
| 1110 | 2026-08-20T20:45:31.948Z | Downloaded cookie v0.18.1 |
| 1111 | 2026-08-20T20:45:31.955Z | Downloaded rawzip v0.4.4 |
| 1112 | 2026-08-20T20:45:31.955Z | Downloaded strum v0.26.3 |
| 1113 | 2026-08-20T20:45:31.958Z | Downloaded xshell v0.2.7 |
| 1114 | 2026-08-20T20:45:31.958Z | Downloaded convert_case v0.10.0 |
| 1115 | 2026-08-20T20:45:31.958Z | Downloaded delegate v0.13.5 |
| 1116 | 2026-08-20T20:45:31.961Z | Downloaded proc-macro-crate v1.3.1 |
| 1117 | 2026-08-20T20:45:31.961Z | Downloaded sha1 v0.10.6 |
| 1118 | 2026-08-20T20:45:31.966Z | Downloaded indent_write v2.2.0 |
| 1119 | 2026-08-20T20:45:31.970Z | Downloaded usdt-impl v0.6.0 |
| 1120 | 2026-08-20T20:45:31.970Z | Downloaded miette v7.6.0 |
| 1121 | 2026-08-20T20:45:31.974Z | Downloaded num-bigint v0.4.6 |
| 1122 | 2026-08-20T20:45:31.974Z | Downloaded libloading v0.8.9 |
| 1123 | 2026-08-20T20:45:31.979Z | Downloaded derive_more v0.99.20 |
| 1124 | 2026-08-20T20:45:31.979Z | Downloaded tower-service v0.3.3 |
| 1125 | 2026-08-20T20:45:31.979Z | Downloaded yasna v0.5.2 |
| 1126 | 2026-08-20T20:45:31.985Z | Downloaded dunce v1.0.5 |
| 1127 | 2026-08-20T20:45:31.985Z | Downloaded usdt-macro v0.6.0 |
| 1128 | 2026-08-20T20:45:31.985Z | Downloaded progenitor-macro v0.13.0 |
| 1129 | 2026-08-20T20:45:31.995Z | Downloaded oso v0.27.3 |
| 1130 | 2026-08-20T20:45:31.995Z | Downloaded des v0.9.0 |
| 1131 | 2026-08-20T20:45:31.995Z | Downloaded hyper-util v0.1.20 |
| 1132 | 2026-08-20T20:45:31.998Z | Downloaded slog-json v2.6.1 |
| 1133 | 2026-08-20T20:45:31.998Z | Downloaded slog-scope v4.4.1 |
| 1134 | 2026-08-20T20:45:31.998Z | Downloaded tower v0.5.3 |
| 1135 | 2026-08-20T20:45:31.998Z | Downloaded serde_spanned v1.1.1 |
| 1136 | 2026-08-20T20:45:32.002Z | Downloaded primeorder v0.14.0 |
| 1137 | 2026-08-20T20:45:32.002Z | Downloaded resolv-conf v0.7.6 |
| 1138 | 2026-08-20T20:45:32.007Z | Downloaded pin-project v1.1.11 |
| 1139 | 2026-08-20T20:45:32.018Z | Downloaded knus-derive v3.4.0 |
| 1140 | 2026-08-20T20:45:32.037Z | Downloaded num-complex v0.4.6 |
| 1141 | 2026-08-20T20:45:32.037Z | Downloaded darling_macro v0.21.3 |
| 1142 | 2026-08-20T20:45:32.040Z | Downloaded blake3 v1.8.5 |
| 1143 | 2026-08-20T20:45:32.040Z | Downloaded newtype_derive v0.1.6 |
| 1144 | 2026-08-20T20:45:32.040Z | Downloaded parse-display v0.10.0 |
| 1145 | 2026-08-20T20:45:32.040Z | Downloaded num_enum v0.7.6 |
| 1146 | 2026-08-20T20:45:32.040Z | Downloaded predicates-tree v1.0.13 |
| 1147 | 2026-08-20T20:45:32.040Z | Downloaded serde_urlencoded v0.7.1 |
| 1148 | 2026-08-20T20:45:32.040Z | Downloaded managed v0.8.0 |
| 1149 | 2026-08-20T20:45:32.040Z | Downloaded ingot-types v0.2.0 |
| 1150 | 2026-08-20T20:45:32.040Z | Downloaded phc v0.6.1 |
| 1151 | 2026-08-20T20:45:32.040Z | Downloaded daft-derive v0.1.7 |
| 1152 | 2026-08-20T20:45:32.040Z | Downloaded scuffle v0.1.0 |
| 1153 | 2026-08-20T20:45:32.046Z | Downloaded thiserror-no-std v2.0.2 |
| 1154 | 2026-08-20T20:45:32.050Z | Downloaded postcard v1.1.3 |
| 1155 | 2026-08-20T20:45:32.055Z | Downloaded darling v0.21.3 |
| 1156 | 2026-08-20T20:45:32.055Z | Downloaded constant_time_eq v0.4.2 |
| 1157 | 2026-08-20T20:45:32.057Z | Downloaded try-lock v0.2.5 |
| 1158 | 2026-08-20T20:45:32.060Z | Downloaded p521 v0.14.0 |
| 1159 | 2026-08-20T20:45:32.060Z | Downloaded ident_case v1.0.1 |
| 1160 | 2026-08-20T20:45:32.067Z | Downloaded nom v8.0.0 |
| 1161 | 2026-08-20T20:45:32.077Z | Downloaded percent-encoding v2.3.2 |
| 1162 | 2026-08-20T20:45:32.081Z | Downloaded pin-project-lite v0.2.17 |
| 1163 | 2026-08-20T20:45:32.084Z | Downloaded rtoolbox v0.0.3 |
| 1164 | 2026-08-20T20:45:32.087Z | Downloaded libxml v0.3.3 |
| 1165 | 2026-08-20T20:45:32.092Z | Downloaded time-macros v0.2.27 |
| 1166 | 2026-08-20T20:45:32.095Z | Downloaded darling v0.23.0 |
| 1167 | 2026-08-20T20:45:32.098Z | Downloaded iana-time-zone v0.1.65 |
| 1168 | 2026-08-20T20:45:32.101Z | Downloaded jiff-core v0.1.0 |
| 1169 | 2026-08-20T20:45:32.101Z | Downloaded prettyplease v0.2.37 |
| 1170 | 2026-08-20T20:45:32.104Z | Downloaded zip v4.6.1 |
| 1171 | 2026-08-20T20:45:32.107Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1172 | 2026-08-20T20:45:32.107Z | Downloaded der v0.8.0 |
| 1173 | 2026-08-20T20:45:32.110Z | Downloaded diesel_derives v2.3.7 |
| 1174 | 2026-08-20T20:45:32.114Z | Downloaded maplit v1.0.2 |
| 1175 | 2026-08-20T20:45:32.117Z | Downloaded schemars v1.2.1 |
| 1176 | 2026-08-20T20:45:32.124Z | Downloaded zeroize_derive v1.5.0 |
| 1177 | 2026-08-20T20:45:32.127Z | Downloaded elliptic-curve v0.13.8 |
| 1178 | 2026-08-20T20:45:32.127Z | Downloaded idna v1.1.0 |
| 1179 | 2026-08-20T20:45:32.130Z | Downloaded indexmap v1.9.3 |
| 1180 | 2026-08-20T20:45:32.130Z | Downloaded zstd v0.13.3 |
| 1181 | 2026-08-20T20:45:32.133Z | Downloaded termios v0.3.3 |
| 1182 | 2026-08-20T20:45:32.133Z | Downloaded string_cache v0.8.9 |
| 1183 | 2026-08-20T20:45:32.133Z | Downloaded strum_macros v0.27.2 |
| 1184 | 2026-08-20T20:45:32.136Z | Downloaded toml v0.7.8 |
| 1185 | 2026-08-20T20:45:32.136Z | Downloaded internet-checksum v0.2.1 |
| 1186 | 2026-08-20T20:45:32.141Z | Downloaded p384 v0.13.1 |
| 1187 | 2026-08-20T20:45:32.144Z | Downloaded quinn v0.11.11 |
| 1188 | 2026-08-20T20:45:32.148Z | Downloaded der v0.7.10 |
| 1189 | 2026-08-20T20:45:32.151Z | Downloaded nu-ansi-term v0.50.3 |
| 1190 | 2026-08-20T20:45:32.154Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1191 | 2026-08-20T20:45:32.157Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1192 | 2026-08-20T20:45:32.161Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1193 | 2026-08-20T20:45:32.162Z | Downloaded walkdir v2.5.0 |
| 1194 | 2026-08-20T20:45:32.162Z | Downloaded maybe-uninit v2.0.0 |
| 1195 | 2026-08-20T20:45:32.168Z | Downloaded bitvec v1.0.1 |
| 1196 | 2026-08-20T20:45:32.171Z | Downloaded salty v0.3.0 |
| 1197 | 2026-08-20T20:45:32.176Z | Downloaded parking_lot_core v0.9.12 |
| 1198 | 2026-08-20T20:45:32.181Z | Downloaded ctr v0.10.1 |
| 1199 | 2026-08-20T20:45:32.181Z | Downloaded tokio-macros v2.7.0 |
| 1200 | 2026-08-20T20:45:32.181Z | Downloaded vsss-rs v3.3.4 |
| 1201 | 2026-08-20T20:45:32.185Z | Downloaded bindgen v0.71.1 |
| 1202 | 2026-08-20T20:45:32.185Z | Downloaded peg-macros v0.8.5 |
| 1203 | 2026-08-20T20:45:32.187Z | Downloaded hyper-rustls v0.27.7 |
| 1204 | 2026-08-20T20:45:32.187Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1205 | 2026-08-20T20:45:32.188Z | Downloaded tokio-postgres v0.7.16 |
| 1206 | 2026-08-20T20:45:32.192Z | Downloaded winnow v0.6.26 |
| 1207 | 2026-08-20T20:45:32.200Z | Downloaded iri-string v0.7.10 |
| 1208 | 2026-08-20T20:45:32.204Z | Downloaded whoami v1.6.1 |
| 1209 | 2026-08-20T20:45:32.204Z | Downloaded defmt-macros v1.0.1 |
| 1210 | 2026-08-20T20:45:32.205Z | Downloaded derive_builder v0.20.2 |
| 1211 | 2026-08-20T20:45:32.207Z | Downloaded ctutils v0.4.2 |
| 1212 | 2026-08-20T20:45:32.208Z | Downloaded derive-where v1.6.0 |
| 1213 | 2026-08-20T20:45:32.210Z | Downloaded dropshot_endpoint v0.17.1 |
| 1214 | 2026-08-20T20:45:32.211Z | Downloaded hkdf v0.13.0 |
| 1215 | 2026-08-20T20:45:32.214Z | Downloaded spin v0.9.8 |
| 1216 | 2026-08-20T20:45:32.214Z | Downloaded crypto-primes v0.7.2 |
| 1217 | 2026-08-20T20:45:32.217Z | Downloaded pkcs8 v0.11.0 |
| 1218 | 2026-08-20T20:45:32.220Z | Downloaded slog v2.8.2 |
| 1219 | 2026-08-20T20:45:32.220Z | Downloaded yansi v1.0.1 |
| 1220 | 2026-08-20T20:45:32.223Z | Downloaded typify v0.6.2 |
| 1221 | 2026-08-20T20:45:32.223Z | Downloaded proc-macro-error2 v2.0.1 |
| 1222 | 2026-08-20T20:45:32.226Z | Downloaded serdect v0.4.3 |
| 1223 | 2026-08-20T20:45:32.226Z | Downloaded quick-xml v0.37.5 |
| 1224 | 2026-08-20T20:45:32.229Z | Downloaded unsafe-libyaml v0.2.11 |
| 1225 | 2026-08-20T20:45:32.234Z | Downloaded ignore v0.4.25 |
| 1226 | 2026-08-20T20:45:32.234Z | Downloaded ml-kem v0.3.2 |
| 1227 | 2026-08-20T20:45:32.239Z | Downloaded icu_collections v2.1.1 |
| 1228 | 2026-08-20T20:45:32.239Z | Downloaded miniz_oxide v0.8.9 |
| 1229 | 2026-08-20T20:45:32.243Z | Downloaded minimal-lexical v0.2.1 |
| 1230 | 2026-08-20T20:45:32.243Z | Downloaded openssl-sys v0.9.117 |
| 1231 | 2026-08-20T20:45:32.245Z | Downloaded itertools v0.12.1 |
| 1232 | 2026-08-20T20:45:32.252Z | Downloaded libm v0.2.16 |
| 1233 | 2026-08-20T20:45:32.257Z | Downloaded rustls-pki-types v1.14.0 |
| 1234 | 2026-08-20T20:45:32.261Z | Downloaded icu_properties v2.1.2 |
| 1235 | 2026-08-20T20:45:32.261Z | Downloaded chrono v0.4.45 |
| 1236 | 2026-08-20T20:45:32.265Z | Downloaded git2 v0.20.4 |
| 1237 | 2026-08-20T20:45:32.271Z | Downloaded socket2 v0.6.3 |
| 1238 | 2026-08-20T20:45:32.274Z | Downloaded toml_edit v0.19.15 |
| 1239 | 2026-08-20T20:45:32.282Z | Downloaded url v2.5.8 |
| 1240 | 2026-08-20T20:45:32.282Z | Downloaded ed25519-dalek v3.0.0 |
| 1241 | 2026-08-20T20:45:32.288Z | Downloaded icu_properties_data v2.1.2 |
| 1242 | 2026-08-20T20:45:32.295Z | Downloaded steno v0.4.1 |
| 1243 | 2026-08-20T20:45:32.298Z | Downloaded signal-hook v0.3.18 |
| 1244 | 2026-08-20T20:45:32.303Z | Downloaded samael v0.0.19 |
| 1245 | 2026-08-20T20:45:32.308Z | Downloaded serde_with v1.14.0 |
| 1246 | 2026-08-20T20:45:32.311Z | Downloaded zerotrie v0.2.3 |
| 1247 | 2026-08-20T20:45:32.313Z | Downloaded p384 v0.14.0 |
| 1248 | 2026-08-20T20:45:32.313Z | Downloaded nom v7.1.3 |
| 1249 | 2026-08-20T20:45:32.316Z | Downloaded qorb v0.4.1 |
| 1250 | 2026-08-20T20:45:32.320Z | Downloaded rsa v0.9.10 |
| 1251 | 2026-08-20T20:45:32.323Z | Downloaded tabled v0.21.0 |
| 1252 | 2026-08-20T20:45:32.333Z | Downloaded schemars v0.8.22 |
| 1253 | 2026-08-20T20:45:32.350Z | Downloaded tokio-util v0.7.18 |
| 1254 | 2026-08-20T20:45:32.357Z | Downloaded goblin v0.10.5 |
| 1255 | 2026-08-20T20:45:32.361Z | Downloaded rustyline v14.0.0 |
| 1256 | 2026-08-20T20:45:32.365Z | Downloaded zip v0.6.6 |
| 1257 | 2026-08-20T20:45:32.376Z | Downloaded reedline v0.40.0 |
| 1258 | 2026-08-20T20:45:32.380Z | Downloaded hyper v1.10.1 |
| 1259 | 2026-08-20T20:45:32.393Z | Downloaded lalrpop v0.19.12 |
| 1260 | 2026-08-20T20:45:32.401Z | Downloaded reqwest v0.13.2 |
| 1261 | 2026-08-20T20:45:32.404Z | Downloaded mio v1.2.0 |
| 1262 | 2026-08-20T20:45:32.407Z | Downloaded rustls-webpki v0.103.13 |
| 1263 | 2026-08-20T20:45:32.411Z | Downloaded radix_trie v0.2.1 |
| 1264 | 2026-08-20T20:45:32.415Z | Downloaded tough v0.22.0 |
| 1265 | 2026-08-20T20:45:32.419Z | Downloaded itertools v0.14.0 |
| 1266 | 2026-08-20T20:45:32.422Z | Downloaded crossterm v0.28.1 |
| 1267 | 2026-08-20T20:45:32.425Z | Downloaded time v0.3.47 |
| 1268 | 2026-08-20T20:45:32.432Z | Downloaded unicode-normalization v0.1.25 |
| 1269 | 2026-08-20T20:45:32.435Z | Downloaded rayon v1.11.0 |
| 1270 | 2026-08-20T20:45:32.440Z | Downloaded derive_more-impl v2.1.1 |
| 1271 | 2026-08-20T20:45:32.442Z | Downloaded crossterm v0.29.0 |
| 1272 | 2026-08-20T20:45:32.447Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1273 | 2026-08-20T20:45:32.450Z | Downloaded tower-http v0.6.8 |
| 1274 | 2026-08-20T20:45:32.454Z | Downloaded iddqd v0.4.2 |
| 1275 | 2026-08-20T20:45:32.459Z | Downloaded winnow v0.5.40 |
| 1276 | 2026-08-20T20:45:32.463Z | Downloaded regex v1.12.3 |
| 1277 | 2026-08-20T20:45:32.468Z | Downloaded bstr v1.12.1 |
| 1278 | 2026-08-20T20:45:32.473Z | Downloaded dropshot-api-manager v0.8.0 |
| 1279 | 2026-08-20T20:45:32.485Z | Downloaded itertools v0.13.0 |
| 1280 | 2026-08-20T20:45:32.489Z | Downloaded gimli v0.32.3 |
| 1281 | 2026-08-20T20:45:32.493Z | Downloaded serde_with v3.21.0 |
| 1282 | 2026-08-20T20:45:32.500Z | Downloaded zlib-rs v0.6.2 |
| 1283 | 2026-08-20T20:45:32.510Z | Downloaded quinn-proto v0.11.16 |
| 1284 | 2026-08-20T20:45:32.515Z | Downloaded russh v0.62.4 |
| 1285 | 2026-08-20T20:45:32.521Z | Downloaded winnow v1.0.3 |
| 1286 | 2026-08-20T20:45:32.534Z | Downloaded zerocopy v0.8.55 |
| 1287 | 2026-08-20T20:45:32.538Z | Downloaded reqwest v0.12.28 |
| 1288 | 2026-08-20T20:45:32.541Z | Downloaded portable-atomic v1.13.1 |
| 1289 | 2026-08-20T20:45:32.546Z | Downloaded petname v2.0.2 |
| 1290 | 2026-08-20T20:45:32.549Z | Downloaded polar-core v0.27.3 |
| 1291 | 2026-08-20T20:45:32.555Z | Downloaded moka v0.12.13 |
| 1292 | 2026-08-20T20:45:32.559Z | Downloaded itertools v0.15.0 |
| 1293 | 2026-08-20T20:45:32.588Z | Downloaded proptest v1.11.0 |
| 1294 | 2026-08-20T20:45:32.593Z | Downloaded sha3 v0.12.0 |
| 1295 | 2026-08-20T20:45:32.596Z | Downloaded curve25519-dalek v4.1.3 |
| 1296 | 2026-08-20T20:45:32.603Z | Downloaded smoltcp v0.9.1 |
| 1297 | 2026-08-20T20:45:32.607Z | Downloaded regress v0.11.1 |
| 1298 | 2026-08-20T20:45:32.612Z | Downloaded object v0.37.3 |
| 1299 | 2026-08-20T20:45:32.619Z | Downloaded regex-syntax v0.8.10 |
| 1300 | 2026-08-20T20:45:32.625Z | Downloaded regress v0.10.5 |
| 1301 | 2026-08-20T20:45:32.637Z | Downloaded nix v0.31.2 |
| 1302 | 2026-08-20T20:45:32.641Z | Downloaded vcpkg v0.2.15 |
| 1303 | 2026-08-20T20:45:32.663Z | Downloaded object v0.30.4 |
| 1304 | 2026-08-20T20:45:32.668Z | Downloaded nix v0.27.1 |
| 1305 | 2026-08-20T20:45:32.674Z | Downloaded rustix v0.38.44 |
| 1306 | 2026-08-20T20:45:32.687Z | Downloaded nix v0.28.0 |
| 1307 | 2026-08-20T20:45:32.692Z | Downloaded rustls v0.23.41 |
| 1308 | 2026-08-20T20:45:32.699Z | Downloaded sled v0.34.7 |
| 1309 | 2026-08-20T20:45:32.705Z | Downloaded hickory-proto v0.24.4 |
| 1310 | 2026-08-20T20:45:32.714Z | Downloaded hickory-proto v0.25.2 |
| 1311 | 2026-08-20T20:45:32.721Z | Downloaded crypto-bigint v0.7.5 |
| 1312 | 2026-08-20T20:45:32.730Z | Downloaded openssl v0.10.80 |
| 1313 | 2026-08-20T20:45:32.735Z | Downloaded smoltcp v0.11.0 |
| 1314 | 2026-08-20T20:45:32.743Z | Downloaded tracing v0.1.44 |
| 1315 | 2026-08-20T20:45:32.754Z | Downloaded regex-syntax v0.6.29 |
| 1316 | 2026-08-20T20:45:32.759Z | Downloaded sqlparser v0.61.0 |
| 1317 | 2026-08-20T20:45:32.764Z | Downloaded curve25519-dalek v5.0.0 |
| 1318 | 2026-08-20T20:45:32.771Z | Downloaded diesel v2.3.7 |
| 1319 | 2026-08-20T20:45:32.781Z | Downloaded dropshot v0.17.1 |
| 1320 | 2026-08-20T20:45:32.792Z | Downloaded openapiv3 v2.2.0 |
| 1321 | 2026-08-20T20:45:32.799Z | Downloaded typify-impl v0.6.2 |
| 1322 | 2026-08-20T20:45:32.808Z | Downloaded zerocopy-derive v0.6.6 |
| 1323 | 2026-08-20T20:45:32.812Z | Downloaded sha3 v0.11.0 |
| 1324 | 2026-08-20T20:45:32.818Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1325 | 2026-08-20T20:45:32.826Z | Downloaded ratatui v0.29.0 |
| 1326 | 2026-08-20T20:45:32.866Z | Downloaded regex-automata v0.4.14 |
| 1327 | 2026-08-20T20:45:32.874Z | Downloaded chrono-tz v0.10.4 |
| 1328 | 2026-08-20T20:45:32.884Z | Downloaded jiff v0.2.34 |
| 1329 | 2026-08-20T20:45:32.898Z | Downloaded tokio v1.52.1 |
| 1330 | 2026-08-20T20:45:32.916Z | Downloaded csv v1.4.0 |
| 1331 | 2026-08-20T20:45:32.928Z | Downloaded sha3 v0.10.8 |
| 1332 | 2026-08-20T20:45:32.932Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1333 | 2026-08-20T20:45:32.940Z | Downloaded petgraph v0.6.5 |
| 1334 | 2026-08-20T20:45:32.951Z | Downloaded encoding_rs v0.8.35 |
| 1335 | 2026-08-20T20:45:32.964Z | Downloaded petgraph v0.8.3 |
| 1336 | 2026-08-20T20:45:32.977Z | Downloaded libz-sys v1.1.24 |
| 1337 | 2026-08-20T20:45:33.092Z | Downloaded ring v0.17.14 |
| 1338 | 2026-08-20T20:45:33.139Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1339 | 2026-08-20T20:45:33.628Z | Downloaded aws-lc-sys v0.40.0 |
| 1340 | 2026-08-20T20:45:33.886Z | Compiling serde_core v1.0.228 |
| 1341 | 2026-08-20T20:45:33.886Z | Compiling libc v0.2.185 |
| 1342 | 2026-08-20T20:45:33.886Z | Compiling serde v1.0.228 |
| 1343 | 2026-08-20T20:45:33.889Z | Compiling log v0.4.33 |
| 1344 | 2026-08-20T20:45:33.889Z | Compiling smallvec v1.15.1 |
| 1345 | 2026-08-20T20:45:33.889Z | Compiling shlex v1.3.0 |
| 1346 | 2026-08-20T20:45:34.022Z | Compiling find-msvc-tools v0.1.9 |
| 1347 | 2026-08-20T20:45:34.027Z | Compiling syn v2.0.117 |
| 1348 | 2026-08-20T20:45:34.227Z | Compiling subtle v2.6.1 |
| 1349 | 2026-08-20T20:45:34.261Z | Compiling scopeguard v1.2.0 |
| 1350 | 2026-08-20T20:45:34.261Z | Compiling typenum v1.20.1 |
| 1351 | 2026-08-20T20:45:34.315Z | Compiling stable_deref_trait v1.2.1 |
| 1352 | 2026-08-20T20:45:34.463Z | Compiling lock_api v0.4.14 |
| 1353 | 2026-08-20T20:45:34.490Z | Compiling zerocopy v0.8.55 |
| 1354 | 2026-08-20T20:45:34.504Z | Compiling portable-atomic v1.13.1 |
| 1355 | 2026-08-20T20:45:34.530Z | Compiling serde_json v1.0.151 |
| 1356 | 2026-08-20T20:45:34.708Z | Compiling critical-section v1.2.0 |
| 1357 | 2026-08-20T20:45:34.731Z | Compiling libm v0.2.16 |
| 1358 | 2026-08-20T20:45:34.805Z | Compiling num-traits v0.2.19 |
| 1359 | 2026-08-20T20:45:34.916Z | Compiling pkg-config v0.3.32 |
| 1360 | 2026-08-20T20:45:34.979Z | Compiling errno v0.3.14 |
| 1361 | 2026-08-20T20:45:34.993Z | Compiling jobserver v0.1.34 |
| 1362 | 2026-08-20T20:45:35.041Z | Compiling getrandom v0.2.17 |
| 1363 | 2026-08-20T20:45:35.266Z | Compiling cc v1.2.56 |
| 1364 | 2026-08-20T20:45:35.320Z | Compiling rand_core v0.6.4 |
| 1365 | 2026-08-20T20:45:35.363Z | Compiling generic-array v0.14.7 |
| 1366 | 2026-08-20T20:45:35.459Z | Compiling parking_lot_core v0.9.12 |
| 1367 | 2026-08-20T20:45:35.562Z | Compiling once_cell v1.21.3 |
| 1368 | 2026-08-20T20:45:35.577Z | Compiling const-oid v0.9.6 |
| 1369 | 2026-08-20T20:45:35.595Z | Compiling pin-project-lite v0.2.17 |
| 1370 | 2026-08-20T20:45:35.726Z | Compiling getrandom v0.3.4 |
| 1371 | 2026-08-20T20:45:35.776Z | Compiling signal-hook-registry v1.4.8 |
| 1372 | 2026-08-20T20:45:36.063Z | Compiling percent-encoding v2.3.2 |
| 1373 | 2026-08-20T20:45:36.258Z | Compiling bitflags v2.11.0 |
| 1374 | 2026-08-20T20:45:36.333Z | Compiling futures-core v0.3.32 |
| 1375 | 2026-08-20T20:45:36.365Z | Compiling writeable v0.6.2 |
| 1376 | 2026-08-20T20:45:36.398Z | Compiling litemap v0.8.1 |
| 1377 | 2026-08-20T20:45:36.487Z | Compiling semver v1.0.28 |
| 1378 | 2026-08-20T20:45:36.564Z | Compiling parking_lot v0.12.5 |
| 1379 | 2026-08-20T20:45:36.593Z | Compiling mio v1.2.0 |
| 1380 | 2026-08-20T20:45:36.693Z | Compiling icu_normalizer_data v2.1.1 |
| 1381 | 2026-08-20T20:45:36.717Z | Compiling icu_properties_data v2.1.2 |
| 1382 | 2026-08-20T20:45:36.834Z | Compiling socket2 v0.6.3 |
| 1383 | 2026-08-20T20:45:36.849Z | Compiling rustix v1.1.4 |
| 1384 | 2026-08-20T20:45:36.945Z | Compiling synstructure v0.13.2 |
| 1385 | 2026-08-20T20:45:36.970Z | Compiling getrandom v0.4.3 |
| 1386 | 2026-08-20T20:45:37.063Z | Compiling futures-sink v0.3.32 |
| 1387 | 2026-08-20T20:45:37.078Z | Compiling rand_core v0.10.0 |
| 1388 | 2026-08-20T20:45:37.172Z | Compiling futures-channel v0.3.32 |
| 1389 | 2026-08-20T20:45:37.243Z | Compiling indexmap v2.14.0 |
| 1390 | 2026-08-20T20:45:37.257Z | Compiling utf8_iter v1.0.4 |
| 1391 | 2026-08-20T20:45:37.404Z | Compiling futures-task v0.3.32 |
| 1392 | 2026-08-20T20:45:37.404Z | Compiling slab v0.4.12 |
| 1393 | 2026-08-20T20:45:37.435Z | Compiling futures-io v0.3.32 |
| 1394 | 2026-08-20T20:45:37.555Z | Compiling form_urlencoded v1.2.2 |
| 1395 | 2026-08-20T20:45:37.569Z | Compiling rustversion v1.0.22 |
| 1396 | 2026-08-20T20:45:37.588Z | Compiling iana-time-zone v0.1.65 |
| 1397 | 2026-08-20T20:45:37.602Z | Compiling base64ct v1.8.3 |
| 1398 | 2026-08-20T20:45:37.605Z | Compiling cmake v0.1.57 |
| 1399 | 2026-08-20T20:45:37.729Z | Compiling flagset v0.4.7 |
| 1400 | 2026-08-20T20:45:37.785Z | Compiling ident_case v1.0.1 |
| 1401 | 2026-08-20T20:45:37.863Z | Compiling pem-rfc7468 v0.7.0 |
| 1402 | 2026-08-20T20:45:37.892Z | Compiling regex-syntax v0.8.10 |
| 1403 | 2026-08-20T20:45:37.920Z | Compiling fs_extra v1.3.0 |
| 1404 | 2026-08-20T20:45:37.920Z | Compiling dunce v1.0.5 |
| 1405 | 2026-08-20T20:45:38.004Z | Compiling uuid v1.23.4 |
| 1406 | 2026-08-20T20:45:38.027Z | Compiling rand_core v0.9.5 |
| 1407 | 2026-08-20T20:45:38.164Z | Compiling base64 v0.22.1 |
| 1408 | 2026-08-20T20:45:38.190Z | Compiling aws-lc-sys v0.40.0 |
| 1409 | 2026-08-20T20:45:38.307Z | Compiling syn v1.0.109 |
| 1410 | 2026-08-20T20:45:38.506Z | Compiling vcpkg v0.2.15 |
| 1411 | 2026-08-20T20:45:38.538Z | Compiling serde_derive_internals v0.29.1 |
| 1412 | 2026-08-20T20:45:38.571Z | Compiling rustc_version v0.4.1 |
| 1413 | 2026-08-20T20:45:38.663Z | Compiling tracing-core v0.1.36 |
| 1414 | 2026-08-20T20:45:38.697Z | Compiling schemars v0.8.22 |
| 1415 | 2026-08-20T20:45:38.711Z | Compiling serde_derive v1.0.228 |
| 1416 | 2026-08-20T20:45:38.902Z | Compiling zeroize_derive v1.5.0 |
| 1417 | 2026-08-20T20:45:38.917Z | Compiling zerocopy-derive v0.8.55 |
| 1418 | 2026-08-20T20:45:39.212Z | Compiling zerofrom-derive v0.1.6 |
| 1419 | 2026-08-20T20:45:39.232Z | Compiling yoke-derive v0.8.1 |
| 1420 | 2026-08-20T20:45:39.486Z | Compiling zerovec-derive v0.11.2 |
| 1421 | 2026-08-20T20:45:39.609Z | Compiling displaydoc v0.2.5 |
| 1422 | 2026-08-20T20:45:40.258Z | Compiling tokio-macros v2.7.0 |
| 1423 | 2026-08-20T20:45:40.363Z | Compiling futures-macro v0.3.32 |
| 1424 | 2026-08-20T20:45:40.456Z | Compiling der_derive v0.7.3 |
| 1425 | 2026-08-20T20:45:40.618Z | Compiling thiserror-impl v2.0.18 |
| 1426 | 2026-08-20T20:45:40.659Z | Compiling zerofrom v0.1.6 |
| 1427 | 2026-08-20T20:45:40.785Z | Compiling yoke v0.8.1 |
| 1428 | 2026-08-20T20:45:40.972Z | Compiling zerovec v0.11.5 |
| 1429 | 2026-08-20T20:45:40.995Z | Compiling zerotrie v0.2.3 |
| 1430 | 2026-08-20T20:45:41.178Z | Compiling futures-util v0.3.32 |
| 1431 | 2026-08-20T20:45:41.292Z | Compiling openssl-sys v0.9.117 |
| 1432 | 2026-08-20T20:45:41.417Z | Compiling tracing-attributes v0.1.31 |
| 1433 | 2026-08-20T20:45:41.473Z | Compiling tinystr v0.8.2 |
| 1434 | 2026-08-20T20:45:41.679Z | Compiling icu_locale_core v2.1.1 |
| 1435 | 2026-08-20T20:45:41.808Z | Compiling potential_utf v0.1.4 |
| 1436 | 2026-08-20T20:45:41.928Z | Compiling thiserror v2.0.18 |
| 1437 | 2026-08-20T20:45:41.966Z | Compiling icu_collections v2.1.1 |
| 1438 | 2026-08-20T20:45:42.034Z | Compiling cpufeatures v0.2.17 |
| 1439 | 2026-08-20T20:45:42.112Z | Compiling simd-adler32 v0.3.8 |
| 1440 | 2026-08-20T20:45:42.198Z | Compiling zeroize v1.9.0 |
| 1441 | 2026-08-20T20:45:42.364Z | Compiling bytes v1.11.1 |
| 1442 | 2026-08-20T20:45:42.426Z | Compiling icu_provider v2.1.1 |
| 1443 | 2026-08-20T20:45:42.560Z | Compiling chrono v0.4.45 |
| 1444 | 2026-08-20T20:45:42.705Z | Compiling icu_normalizer v2.1.1 |
| 1445 | 2026-08-20T20:45:42.719Z | Compiling icu_properties v2.1.2 |
| 1446 | 2026-08-20T20:45:42.965Z | Compiling block-buffer v0.10.4 |
| 1447 | 2026-08-20T20:45:42.980Z | Compiling crypto-common v0.1.7 |
| 1448 | 2026-08-20T20:45:43.129Z | Compiling tokio v1.52.1 |
| 1449 | 2026-08-20T20:45:43.143Z | Compiling digest v0.10.7 |
| 1450 | 2026-08-20T20:45:43.225Z | Compiling der v0.7.10 |
| 1451 | 2026-08-20T20:45:43.395Z | Compiling ppv-lite86 v0.2.21 |
| 1452 | 2026-08-20T20:45:43.450Z | Compiling http v1.4.2 |
| 1453 | 2026-08-20T20:45:43.463Z | Compiling dyn-clone v1.0.20 |
| 1454 | 2026-08-20T20:45:43.601Z | Compiling idna_adapter v1.2.1 |
| 1455 | 2026-08-20T20:45:43.718Z | Compiling idna v1.1.0 |
| 1456 | 2026-08-20T20:45:43.740Z | Compiling rand_chacha v0.9.0 |
| 1457 | 2026-08-20T20:45:43.800Z | Compiling aws-lc-rs v1.16.3 |
| 1458 | 2026-08-20T20:45:43.928Z | Compiling tracing v0.1.44 |
| 1459 | 2026-08-20T20:45:44.083Z | Compiling url v2.5.8 |
| 1460 | 2026-08-20T20:45:44.192Z | Compiling spki v0.7.3 |
| 1461 | 2026-08-20T20:45:44.335Z | Compiling http-body v1.0.1 |
| 1462 | 2026-08-20T20:45:44.428Z | Compiling pkcs8 v0.10.2 |
| 1463 | 2026-08-20T20:45:44.444Z | Compiling rand v0.9.2 |
| 1464 | 2026-08-20T20:45:44.448Z | Compiling rustls-pki-types v1.14.0 |
| 1465 | 2026-08-20T20:45:44.514Z | Compiling schemars_derive v0.8.22 |
| 1466 | 2026-08-20T20:45:44.679Z | Compiling spin v0.9.8 |
| 1467 | 2026-08-20T20:45:44.887Z | Compiling httparse v1.10.1 |
| 1468 | 2026-08-20T20:45:44.901Z | Compiling adler2 v2.0.1 |
| 1469 | 2026-08-20T20:45:44.917Z | Compiling cmov v0.5.4 |
| 1470 | 2026-08-20T20:45:45.028Z | Compiling crc32fast v1.5.0 |
| 1471 | 2026-08-20T20:45:45.122Z | Compiling tinyvec_macros v0.1.1 |
| 1472 | 2026-08-20T20:45:45.190Z | Compiling openssl-probe v0.2.1 |
| 1473 | 2026-08-20T20:45:45.194Z | Compiling tinyvec v1.10.0 |
| 1474 | 2026-08-20T20:45:45.558Z | Compiling tempfile v3.27.0 |
| 1475 | 2026-08-20T20:45:45.563Z | Compiling ctutils v0.4.2 |
| 1476 | 2026-08-20T20:45:45.563Z | Compiling miniz_oxide v0.8.9 |
| 1477 | 2026-08-20T20:45:45.563Z | Compiling pest_generator v2.8.6 |
| 1478 | 2026-08-20T20:45:45.563Z | Compiling sha2 v0.10.9 |
| 1479 | 2026-08-20T20:45:45.639Z | Compiling terminal_size v0.4.3 |
| 1480 | 2026-08-20T20:45:45.759Z | Compiling aho-corasick v1.1.4 |
| 1481 | 2026-08-20T20:45:45.961Z | Compiling tower-service v0.3.3 |
| 1482 | 2026-08-20T20:45:46.060Z | Compiling radium v0.7.0 |
| 1483 | 2026-08-20T20:45:46.224Z | Compiling tower-layer v0.3.3 |
| 1484 | 2026-08-20T20:45:46.301Z | Compiling try-lock v0.2.5 |
| 1485 | 2026-08-20T20:45:46.385Z | Compiling atomic-waker v1.1.2 |
| 1486 | 2026-08-20T20:45:46.407Z | Compiling untrusted v0.7.1 |
| 1487 | 2026-08-20T20:45:46.509Z | Compiling want v0.3.1 |
| 1488 | 2026-08-20T20:45:46.550Z | Compiling pest_derive v2.8.6 |
| 1489 | 2026-08-20T20:45:46.673Z | Compiling regex-automata v0.4.14 |
| 1490 | 2026-08-20T20:45:46.855Z | Compiling hybrid-array v0.4.13 |
| 1491 | 2026-08-20T20:45:46.979Z | Compiling tokio-util v0.7.18 |
| 1492 | 2026-08-20T20:45:47.402Z | Compiling ipnet v2.12.0 |
| 1493 | 2026-08-20T20:45:47.462Z | Compiling scroll_derive v0.13.1 |
| 1494 | 2026-08-20T20:45:47.619Z | Compiling darling_core v0.20.11 |
| 1495 | 2026-08-20T20:45:47.887Z | Compiling h2 v0.4.15 |
| 1496 | 2026-08-20T20:45:47.982Z | Compiling foreign-types-shared v0.1.1 |
| 1497 | 2026-08-20T20:45:48.063Z | Compiling untrusted v0.9.0 |
| 1498 | 2026-08-20T20:45:48.190Z | Compiling tap v1.0.1 |
| 1499 | 2026-08-20T20:45:48.244Z | Compiling httpdate v1.0.3 |
| 1500 | 2026-08-20T20:45:48.289Z | Compiling openssl v0.10.80 |
| 1501 | 2026-08-20T20:45:48.331Z | Compiling maybe-uninit v2.0.0 |
| 1502 | 2026-08-20T20:45:48.456Z | Compiling rustls v0.23.41 |
| 1503 | 2026-08-20T20:45:48.529Z | Compiling wyz v0.5.1 |
| 1504 | 2026-08-20T20:45:48.622Z | Compiling scroll v0.13.0 |
| 1505 | 2026-08-20T20:45:48.625Z | Compiling foreign-types v0.3.2 |
| 1506 | 2026-08-20T20:45:48.718Z | Compiling unicode-normalization v0.1.25 |
| 1507 | 2026-08-20T20:45:48.880Z | Compiling rand_chacha v0.3.1 |
| 1508 | 2026-08-20T20:45:48.894Z | Compiling signature v2.2.0 |
| 1509 | 2026-08-20T20:45:49.079Z | Compiling hex v0.4.3 |
| 1510 | 2026-08-20T20:45:49.166Z | Compiling openssl-macros v0.1.1 |
| 1511 | 2026-08-20T20:45:49.222Z | Compiling thiserror-impl v1.0.69 |
| 1512 | 2026-08-20T20:45:49.359Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1513 | 2026-08-20T20:45:49.558Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-08-20T20:45:49.660Z | Compiling num-integer v0.1.46 |
| 1515 | 2026-08-20T20:45:49.758Z | Compiling wait-timeout v0.2.1 |
| 1516 | 2026-08-20T20:45:49.834Z | Compiling ahash v0.8.12 |
| 1517 | 2026-08-20T20:45:49.910Z | Compiling darling_macro v0.20.11 |
| 1518 | 2026-08-20T20:45:49.979Z | Compiling bit-vec v0.8.0 |
| 1519 | 2026-08-20T20:45:50.021Z | Compiling num-bigint-dig v0.8.6 |
| 1520 | 2026-08-20T20:45:50.037Z | Compiling packed_struct v0.10.1 |
| 1521 | 2026-08-20T20:45:50.201Z | Compiling funty v2.0.0 |
| 1522 | 2026-08-20T20:45:50.216Z | Compiling num-conv v0.2.0 |
| 1523 | 2026-08-20T20:45:50.274Z | Compiling quick-error v1.2.3 |
| 1524 | 2026-08-20T20:45:50.344Z | Compiling time-core v0.1.8 |
| 1525 | 2026-08-20T20:45:50.384Z | Compiling native-tls v0.2.18 |
| 1526 | 2026-08-20T20:45:50.398Z | Compiling powerfmt v0.2.0 |
| 1527 | 2026-08-20T20:45:50.483Z | Compiling thiserror v1.0.69 |
| 1528 | 2026-08-20T20:45:50.496Z | Compiling time-macros v0.2.27 |
| 1529 | 2026-08-20T20:45:50.595Z | Compiling deranged v0.5.8 |
| 1530 | 2026-08-20T20:45:50.609Z | Compiling bitvec v1.0.1 |
| 1531 | 2026-08-20T20:45:50.623Z | Compiling clap_builder v4.6.0 |
| 1532 | 2026-08-20T20:45:50.740Z | Compiling darling v0.20.11 |
| 1533 | 2026-08-20T20:45:50.777Z | Compiling rusty-fork v0.3.1 |
| 1534 | 2026-08-20T20:45:50.860Z | Compiling bit-set v0.8.0 |
| 1535 | 2026-08-20T20:45:51.020Z | Compiling hyper v1.10.1 |
| 1536 | 2026-08-20T20:45:51.127Z | Compiling num-iter v0.1.45 |
| 1537 | 2026-08-20T20:45:51.984Z | Compiling rand v0.8.6 |
| 1538 | 2026-08-20T20:45:52.004Z | Compiling goblin v0.10.5 |
| 1539 | 2026-08-20T20:45:52.084Z | Compiling hyper-util v0.1.20 |
| 1540 | 2026-08-20T20:45:52.561Z | Compiling packed_struct_codegen v0.10.1 |
| 1541 | 2026-08-20T20:45:52.765Z | Compiling lazy_static v1.5.0 |
| 1542 | 2026-08-20T20:45:52.857Z | Compiling hmac v0.12.1 |
| 1543 | 2026-08-20T20:45:53.014Z | Compiling serde_spanned v0.6.9 |
| 1544 | 2026-08-20T20:45:53.160Z | Compiling toml_datetime v0.6.11 |
| 1545 | 2026-08-20T20:45:53.412Z | Compiling bitfield-macros v0.19.4 |
| 1546 | 2026-08-20T20:45:53.547Z | Compiling clap_derive v4.6.1 |
| 1547 | 2026-08-20T20:45:53.603Z | Compiling zerocopy-derive v0.6.6 |
| 1548 | 2026-08-20T20:45:53.773Z | Compiling rand_xorshift v0.4.0 |
| 1549 | 2026-08-20T20:45:53.935Z | Compiling sync_wrapper v1.0.2 |
| 1550 | 2026-08-20T20:45:54.047Z | Compiling indexmap v1.9.3 |
| 1551 | 2026-08-20T20:45:54.107Z | Compiling object v0.37.3 |
| 1552 | 2026-08-20T20:45:54.229Z | Compiling usdt-impl v0.6.0 |
| 1553 | 2026-08-20T20:45:54.403Z | Compiling crossbeam-utils v0.8.21 |
| 1554 | 2026-08-20T20:45:54.443Z | Compiling crc-catalog v2.4.0 |
| 1555 | 2026-08-20T20:45:54.479Z | Compiling siphasher v1.0.2 |
| 1556 | 2026-08-20T20:45:54.496Z | Compiling nodrop v0.1.14 |
| 1557 | 2026-08-20T20:45:54.536Z | Compiling paste v1.0.15 |
| 1558 | 2026-08-20T20:45:54.588Z | Compiling zlib-rs v0.6.2 |
| 1559 | 2026-08-20T20:45:54.675Z | Compiling unarray v0.1.4 |
| 1560 | 2026-08-20T20:45:54.678Z | Compiling num_threads v0.1.7 |
| 1561 | 2026-08-20T20:45:54.785Z | Compiling proptest v1.11.0 |
| 1562 | 2026-08-20T20:45:54.789Z | Compiling time v0.3.47 |
| 1563 | 2026-08-20T20:45:54.877Z | Compiling dof v0.4.0 |
| 1564 | 2026-08-20T20:45:55.319Z | Compiling clap v4.6.1 |
| 1565 | 2026-08-20T20:45:55.402Z | Compiling array-init v0.0.4 |
| 1566 | 2026-08-20T20:45:55.741Z | Compiling crc v3.4.0 |
| 1567 | 2026-08-20T20:45:55.949Z | Compiling zerocopy v0.6.6 |
| 1568 | 2026-08-20T20:45:56.096Z | Compiling bitfield v0.19.4 |
| 1569 | 2026-08-20T20:45:56.173Z | Compiling tower v0.5.3 |
| 1570 | 2026-08-20T20:45:56.560Z | Compiling smallvec v0.6.14 |
| 1571 | 2026-08-20T20:45:56.754Z | Compiling derive_builder_core v0.20.2 |
| 1572 | 2026-08-20T20:45:56.933Z | Compiling dtrace-parser v0.3.0 |
| 1573 | 2026-08-20T20:45:57.561Z | Compiling flate2 v1.1.9 |
| 1574 | 2026-08-20T20:45:57.576Z | Compiling ipnetwork v0.21.1 |
| 1575 | 2026-08-20T20:45:57.637Z | Compiling pkcs1 v0.7.5 |
| 1576 | 2026-08-20T20:45:57.751Z | Compiling http-body-util v0.1.3 |
| 1577 | 2026-08-20T20:45:57.955Z | Compiling heapless v0.7.17 |
| 1578 | 2026-08-20T20:45:57.969Z | Compiling scroll_derive v0.12.1 |
| 1579 | 2026-08-20T20:45:57.989Z | Compiling structmeta-derive v0.3.0 |
| 1580 | 2026-08-20T20:45:58.025Z | Compiling slog v2.8.2 |
| 1581 | 2026-08-20T20:45:58.040Z | Compiling darling_core v0.23.0 |
| 1582 | 2026-08-20T20:45:58.184Z | Compiling thread-id v5.1.0 |
| 1583 | 2026-08-20T20:45:58.206Z | Compiling cookie v0.18.1 |
| 1584 | 2026-08-20T20:45:58.267Z | Compiling env_filter v2.0.0 |
| 1585 | 2026-08-20T20:45:58.385Z | Compiling signal-hook v0.3.18 |
| 1586 | 2026-08-20T20:45:58.554Z | Compiling hashbrown v0.12.3 |
| 1587 | 2026-08-20T20:45:58.554Z | Compiling gimli v0.32.3 |
| 1588 | 2026-08-20T20:45:58.627Z | Compiling base64 v0.21.7 |
| 1589 | 2026-08-20T20:45:58.937Z | Compiling unicode-bidi v0.3.18 |
| 1590 | 2026-08-20T20:45:59.023Z | Compiling zstd-safe v7.2.4 |
| 1591 | 2026-08-20T20:45:59.056Z | Compiling allocator-api2 v0.2.21 |
| 1592 | 2026-08-20T20:45:59.217Z | Compiling ryu v1.0.23 |
| 1593 | 2026-08-20T20:45:59.418Z | Compiling iri-string v0.7.10 |
| 1594 | 2026-08-20T20:45:59.440Z | Compiling anyhow v1.0.104 |
| 1595 | 2026-08-20T20:45:59.512Z | Compiling unicode-properties v0.1.4 |
| 1596 | 2026-08-20T20:45:59.724Z | Compiling winnow v0.5.40 |
| 1597 | 2026-08-20T20:45:59.964Z | Compiling stringprep v0.1.5 |
| 1598 | 2026-08-20T20:46:00.407Z | Compiling addr2line v0.25.1 |
| 1599 | 2026-08-20T20:46:00.555Z | Compiling serde_urlencoded v0.7.1 |
| 1600 | 2026-08-20T20:46:00.594Z | Compiling darling_macro v0.23.0 |
| 1601 | 2026-08-20T20:46:00.734Z | Compiling tower-http v0.6.8 |
| 1602 | 2026-08-20T20:46:00.821Z | Compiling structmeta v0.3.0 |
| 1603 | 2026-08-20T20:46:01.035Z | Compiling toml_edit v0.19.15 |
| 1604 | 2026-08-20T20:46:01.072Z | Compiling ron v0.8.1 |
| 1605 | 2026-08-20T20:46:01.127Z | Compiling scroll v0.12.0 |
| 1606 | 2026-08-20T20:46:01.169Z | Compiling env_logger v0.11.11 |
| 1607 | 2026-08-20T20:46:01.509Z | Compiling rsa v0.9.10 |
| 1608 | 2026-08-20T20:46:01.577Z | Compiling oxnet v0.1.6 |
| 1609 | 2026-08-20T20:46:01.796Z | Compiling derive_builder_macro v0.20.2 |
| 1610 | 2026-08-20T20:46:01.927Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1611 | 2026-08-20T20:46:01.988Z | Compiling newtype-uuid v1.3.2 |
| 1612 | 2026-08-20T20:46:02.002Z | Compiling hashbrown v0.13.2 |
| 1613 | 2026-08-20T20:46:02.263Z | Compiling serde-hex v0.1.0 |
| 1614 | 2026-08-20T20:46:02.307Z | Compiling bzip2 v0.4.4 |
| 1615 | 2026-08-20T20:46:02.490Z | Compiling tokio-native-tls v0.3.1 |
| 1616 | 2026-08-20T20:46:02.512Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1617 | 2026-08-20T20:46:03.645Z | Compiling camino v1.2.5 |
| 1618 | 2026-08-20T20:46:03.683Z | Compiling bstr v1.12.1 |
| 1619 | 2026-08-20T20:46:03.993Z | Compiling block-buffer v0.12.1 |
| 1620 | 2026-08-20T20:46:04.023Z | Compiling block-padding v0.4.2 |
| 1621 | 2026-08-20T20:46:04.193Z | Compiling crypto-common v0.2.2 |
| 1622 | 2026-08-20T20:46:04.193Z | Compiling rustls-native-certs v0.8.3 |
| 1623 | 2026-08-20T20:46:04.311Z | Compiling x509-cert v0.2.5 |
| 1624 | 2026-08-20T20:46:04.521Z | Compiling md-5 v0.10.6 |
| 1625 | 2026-08-20T20:46:04.558Z | Compiling erased-serde v0.3.31 |
| 1626 | 2026-08-20T20:46:04.691Z | Compiling serde_tokenstream v0.2.3 |
| 1627 | 2026-08-20T20:46:05.009Z | Compiling curve25519-dalek v4.1.3 |
| 1628 | 2026-08-20T20:46:05.046Z | Compiling pin-project-internal v1.1.11 |
| 1629 | 2026-08-20T20:46:05.339Z | Compiling async-trait v0.1.89 |
| 1630 | 2026-08-20T20:46:05.460Z | Compiling zerocopy-derive v0.7.35 |
| 1631 | 2026-08-20T20:46:05.730Z | Compiling daft-derive v0.1.7 |
| 1632 | 2026-08-20T20:46:05.941Z | Compiling vergen-lib v9.1.0 |
| 1633 | 2026-08-20T20:46:05.959Z | Compiling hash32 v0.2.1 |
| 1634 | 2026-08-20T20:46:06.123Z | Compiling memoffset v0.9.1 |
| 1635 | 2026-08-20T20:46:06.139Z | Compiling encoding_rs v0.8.35 |
| 1636 | 2026-08-20T20:46:06.155Z | Compiling crc-any v2.5.0 |
| 1637 | 2026-08-20T20:46:06.300Z | Compiling mime v0.3.17 |
| 1638 | 2026-08-20T20:46:06.321Z | Compiling owo-colors v4.3.0 |
| 1639 | 2026-08-20T20:46:06.347Z | Compiling ref-cast v1.0.25 |
| 1640 | 2026-08-20T20:46:06.374Z | Compiling rustix v0.38.44 |
| 1641 | 2026-08-20T20:46:06.453Z | Compiling smoltcp v0.9.1 |
| 1642 | 2026-08-20T20:46:06.487Z | Compiling litrs v1.0.0 |
| 1643 | 2026-08-20T20:46:06.547Z | Compiling cfg_aliases v0.2.1 |
| 1644 | 2026-08-20T20:46:06.618Z | Compiling fallible-iterator v0.2.0 |
| 1645 | 2026-08-20T20:46:06.633Z | Compiling psl-types v2.0.11 |
| 1646 | 2026-08-20T20:46:06.636Z | Compiling rustc-demangle v0.1.27 |
| 1647 | 2026-08-20T20:46:06.748Z | Compiling publicsuffix v2.3.0 |
| 1648 | 2026-08-20T20:46:06.802Z | Compiling nix v0.31.2 |
| 1649 | 2026-08-20T20:46:06.875Z | Compiling backtrace v0.3.76 |
| 1650 | 2026-08-20T20:46:06.912Z | Compiling postgres-protocol v0.6.10 |
| 1651 | 2026-08-20T20:46:06.926Z | Compiling daft v0.1.7 |
| 1652 | 2026-08-20T20:46:06.981Z | Compiling document-features v0.2.12 |
| 1653 | 2026-08-20T20:46:07.019Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1654 | 2026-08-20T20:46:07.154Z | Compiling zerocopy v0.7.35 |
| 1655 | 2026-08-20T20:46:07.290Z | Compiling pin-project v1.1.11 |
| 1656 | 2026-08-20T20:46:07.545Z | Compiling inout v0.2.2 |
| 1657 | 2026-08-20T20:46:07.606Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1658 | 2026-08-20T20:46:07.685Z | Compiling hyper-tls v0.6.0 |
| 1659 | 2026-08-20T20:46:07.720Z | Compiling zip v0.6.6 |
| 1660 | 2026-08-20T20:46:07.869Z | Compiling object v0.30.4 |
| 1661 | 2026-08-20T20:46:07.883Z | Compiling toml v0.7.8 |
| 1662 | 2026-08-20T20:46:07.899Z | Compiling derive_builder v0.20.2 |
| 1663 | 2026-08-20T20:46:08.023Z | Compiling goblin v0.8.2 |
| 1664 | 2026-08-20T20:46:08.285Z | Compiling darling v0.23.0 |
| 1665 | 2026-08-20T20:46:08.378Z | Compiling derive-ex v0.1.8 |
| 1666 | 2026-08-20T20:46:08.469Z | Compiling phf_shared v0.13.1 |
| 1667 | 2026-08-20T20:46:08.522Z | Compiling regex v1.12.3 |
| 1668 | 2026-08-20T20:46:08.705Z | Compiling hubpack_derive v0.1.1 |
| 1669 | 2026-08-20T20:46:08.735Z | Compiling futures-executor v0.3.32 |
| 1670 | 2026-08-20T20:46:08.937Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1671 | 2026-08-20T20:46:08.992Z | Compiling snafu-derive v0.8.9 |
| 1672 | 2026-08-20T20:46:09.149Z | Compiling strum_macros v0.27.2 |
| 1673 | 2026-08-20T20:46:09.600Z | Compiling ref-cast-impl v1.0.25 |
| 1674 | 2026-08-20T20:46:10.057Z | Compiling vergen v9.1.0 |
| 1675 | 2026-08-20T20:46:10.144Z | Compiling cargo-platform v0.3.2 |
| 1676 | 2026-08-20T20:46:10.236Z | Compiling ff v0.13.1 |
| 1677 | 2026-08-20T20:46:10.377Z | Compiling fs-err v3.3.0 |
| 1678 | 2026-08-20T20:46:10.415Z | Compiling is_ci v1.2.0 |
| 1679 | 2026-08-20T20:46:10.556Z | Compiling either v1.15.0 |
| 1680 | 2026-08-20T20:46:10.571Z | Compiling managed v0.8.0 |
| 1681 | 2026-08-20T20:46:10.745Z | Compiling foldhash v0.1.5 |
| 1682 | 2026-08-20T20:46:10.767Z | Compiling foldhash v0.2.0 |
| 1683 | 2026-08-20T20:46:10.779Z | Compiling bumpalo v3.20.2 |
| 1684 | 2026-08-20T20:46:10.914Z | Compiling jiff-core v0.1.0 |
| 1685 | 2026-08-20T20:46:10.953Z | Compiling path-slash v0.1.5 |
| 1686 | 2026-08-20T20:46:10.983Z | Compiling same-file v1.0.6 |
| 1687 | 2026-08-20T20:46:11.028Z | Compiling unicode-segmentation v1.12.0 |
| 1688 | 2026-08-20T20:46:11.083Z | Compiling bitflags v1.3.2 |
| 1689 | 2026-08-20T20:46:11.134Z | Compiling base16ct v0.2.0 |
| 1690 | 2026-08-20T20:46:11.148Z | Compiling libbz2-rs-sys v0.2.2 |
| 1691 | 2026-08-20T20:46:11.309Z | Compiling sec1 v0.7.3 |
| 1692 | 2026-08-20T20:46:11.407Z | Compiling strum v0.27.2 |
| 1693 | 2026-08-20T20:46:11.536Z | Compiling walkdir v2.5.0 |
| 1694 | 2026-08-20T20:46:11.551Z | Compiling textwrap v0.16.2 |
| 1695 | 2026-08-20T20:46:11.593Z | Compiling bzip2 v0.6.1 |
| 1696 | 2026-08-20T20:46:11.791Z | Compiling jiff v0.2.34 |
| 1697 | 2026-08-20T20:46:11.834Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1698 | 2026-08-20T20:46:11.847Z | Compiling zopfli v0.8.3 |
| 1699 | 2026-08-20T20:46:11.950Z | Compiling snafu v0.8.9 |
| 1700 | 2026-08-20T20:46:11.987Z | Compiling hashbrown v0.16.1 |
| 1701 | 2026-08-20T20:46:12.002Z | Compiling hashbrown v0.15.5 |
| 1702 | 2026-08-20T20:46:12.395Z | Compiling supports-color v3.0.2 |
| 1703 | 2026-08-20T20:46:12.486Z | Compiling group v0.13.0 |
| 1704 | 2026-08-20T20:46:12.548Z | Compiling cargo_metadata v0.23.1 |
| 1705 | 2026-08-20T20:46:12.562Z | Compiling dof v0.3.0 |
| 1706 | 2026-08-20T20:46:12.664Z | Compiling test-strategy v0.4.5 |
| 1707 | 2026-08-20T20:46:13.222Z | Compiling hubpack v0.1.2 |
| 1708 | 2026-08-20T20:46:13.299Z | Compiling futures v0.3.32 |
| 1709 | 2026-08-20T20:46:13.347Z | Compiling phf v0.13.1 |
| 1710 | 2026-08-20T20:46:13.515Z | Compiling serde_with_macros v3.21.0 |
| 1711 | 2026-08-20T20:46:13.818Z | Compiling signal-hook-mio v0.2.5 |
| 1712 | 2026-08-20T20:46:13.898Z | Compiling cookie_store v0.22.1 |
| 1713 | 2026-08-20T20:46:13.921Z | Compiling zstd v0.13.3 |
| 1714 | 2026-08-20T20:46:14.138Z | Compiling reqwest v0.12.28 |
| 1715 | 2026-08-20T20:46:14.191Z | Compiling cipher v0.5.2 |
| 1716 | 2026-08-20T20:46:14.563Z | Compiling backtrace-ext v0.2.1 |
| 1717 | 2026-08-20T20:46:14.624Z | Compiling postgres-types v0.2.12 |
| 1718 | 2026-08-20T20:46:15.179Z | Compiling usdt-macro v0.6.0 |
| 1719 | 2026-08-20T20:46:15.344Z | Compiling usdt-attr-macro v0.6.0 |
| 1720 | 2026-08-20T20:46:15.416Z | Compiling globset v0.4.18 |
| 1721 | 2026-08-20T20:46:15.723Z | Compiling phf_shared v0.11.3 |
| 1722 | 2026-08-20T20:46:15.851Z | Compiling hkdf v0.12.4 |
| 1723 | 2026-08-20T20:46:15.916Z | Compiling dtrace-parser v0.2.0 |
| 1724 | 2026-08-20T20:46:15.937Z | Compiling byte-wrapper v0.1.0 |
| 1725 | 2026-08-20T20:46:16.024Z | Compiling olpc-cjson v0.1.4 |
| 1726 | 2026-08-20T20:46:16.073Z | Compiling ed25519 v2.2.3 |
| 1727 | 2026-08-20T20:46:16.096Z | Compiling crypto-bigint v0.5.5 |
| 1728 | 2026-08-20T20:46:16.138Z | Compiling serde-big-array v0.5.1 |
| 1729 | 2026-08-20T20:46:16.178Z | Compiling serde_plain v1.0.2 |
| 1730 | 2026-08-20T20:46:16.262Z | Compiling serde_repr v0.1.20 |
| 1731 | 2026-08-20T20:46:16.278Z | Compiling async-recursion v1.1.1 |
| 1732 | 2026-08-20T20:46:16.374Z | Compiling miette-derive v7.6.0 |
| 1733 | 2026-08-20T20:46:16.643Z | Compiling enum-as-inner v0.6.1 |
| 1734 | 2026-08-20T20:46:16.794Z | Compiling strum_macros v0.26.4 |
| 1735 | 2026-08-20T20:46:16.928Z | Compiling pem v3.0.6 |
| 1736 | 2026-08-20T20:46:16.971Z | Compiling float-cmp v0.10.0 |
| 1737 | 2026-08-20T20:46:17.120Z | Compiling memmap2 v0.9.10 |
| 1738 | 2026-08-20T20:46:17.149Z | Compiling thread-id v4.2.2 |
| 1739 | 2026-08-20T20:46:17.237Z | Compiling data-encoding v2.10.0 |
| 1740 | 2026-08-20T20:46:17.256Z | Compiling difflib v0.4.0 |
| 1741 | 2026-08-20T20:46:17.335Z | Compiling fixedbitset v0.4.2 |
| 1742 | 2026-08-20T20:46:17.549Z | Compiling cpufeatures v0.3.0 |
| 1743 | 2026-08-20T20:46:17.564Z | Compiling normalize-line-endings v0.3.0 |
| 1744 | 2026-08-20T20:46:17.627Z | Compiling whoami v2.1.0 |
| 1745 | 2026-08-20T20:46:17.662Z | Compiling static_assertions v1.1.0 |
| 1746 | 2026-08-20T20:46:17.739Z | Compiling fixedbitset v0.5.7 |
| 1747 | 2026-08-20T20:46:17.814Z | Compiling supports-hyperlinks v3.2.0 |
| 1748 | 2026-08-20T20:46:17.942Z | Compiling winnow v1.0.3 |
| 1749 | 2026-08-20T20:46:17.957Z | Compiling typed-path v0.9.3 |
| 1750 | 2026-08-20T20:46:17.973Z | Compiling supports-unicode v3.0.0 |
| 1751 | 2026-08-20T20:46:18.003Z | Compiling const-oid v0.10.2 |
| 1752 | 2026-08-20T20:46:18.050Z | Compiling new_debug_unreachable v1.0.6 |
| 1753 | 2026-08-20T20:46:18.115Z | Compiling keccak v0.1.6 |
| 1754 | 2026-08-20T20:46:18.126Z | Compiling precomputed-hash v0.1.1 |
| 1755 | 2026-08-20T20:46:18.202Z | Compiling predicates-core v1.0.10 |
| 1756 | 2026-08-20T20:46:18.216Z | Compiling string_cache v0.8.9 |
| 1757 | 2026-08-20T20:46:18.231Z | Compiling digest v0.11.3 |
| 1758 | 2026-08-20T20:46:18.375Z | Compiling predicates v3.1.4 |
| 1759 | 2026-08-20T20:46:18.448Z | Compiling sha3 v0.10.8 |
| 1760 | 2026-08-20T20:46:18.460Z | Compiling miette v7.6.0 |
| 1761 | 2026-08-20T20:46:18.526Z | Compiling strum v0.26.3 |
| 1762 | 2026-08-20T20:46:18.658Z | Compiling toml_edit v0.22.27 |
| 1763 | 2026-08-20T20:46:18.843Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1764 | 2026-08-20T20:46:18.892Z | Compiling petgraph v0.8.3 |
| 1765 | 2026-08-20T20:46:18.992Z | Compiling tokio-postgres v0.7.16 |
| 1766 | 2026-08-20T20:46:19.012Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1767 | 2026-08-20T20:46:19.169Z | Compiling chacha20 v0.10.0 |
| 1768 | 2026-08-20T20:46:19.531Z | Compiling hickory-proto v0.25.2 |
| 1769 | 2026-08-20T20:46:19.577Z | Compiling petgraph v0.6.5 |
| 1770 | 2026-08-20T20:46:19.675Z | Compiling usdt v0.6.0 |
| 1771 | 2026-08-20T20:46:19.940Z | Compiling usdt-impl v0.5.0 |
| 1772 | 2026-08-20T20:46:20.518Z | Compiling elliptic-curve v0.13.8 |
| 1773 | 2026-08-20T20:46:20.903Z | Compiling ed25519-dalek v2.2.0 |
| 1774 | 2026-08-20T20:46:20.923Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1775 | 2026-08-20T20:46:21.084Z | Compiling crossterm v0.28.1 |
| 1776 | 2026-08-20T20:46:21.423Z | Compiling serde_with v3.21.0 |
| 1777 | 2026-08-20T20:46:21.483Z | Compiling zip v4.6.1 |
| 1778 | 2026-08-20T20:46:22.240Z | Compiling iddqd v0.4.2 |
| 1779 | 2026-08-20T20:46:22.407Z | Compiling similar v2.7.0 |
| 1780 | 2026-08-20T20:46:22.423Z | Compiling heck v0.4.1 |
| 1781 | 2026-08-20T20:46:22.642Z | Compiling itertools v0.13.0 |
| 1782 | 2026-08-20T20:46:22.767Z | Compiling itertools v0.15.0 |
| 1783 | 2026-08-20T20:46:22.979Z | Compiling crossbeam-epoch v0.9.18 |
| 1784 | 2026-08-20T20:46:23.181Z | Compiling tokio-stream v0.1.18 |
| 1785 | 2026-08-20T20:46:23.256Z | Compiling buf-list v1.1.2 |
| 1786 | 2026-08-20T20:46:23.310Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1787 | 2026-08-20T20:46:23.534Z | Compiling openapiv3 v2.2.0 |
| 1788 | 2026-08-20T20:46:23.566Z | Compiling lalrpop-util v0.19.12 |
| 1789 | 2026-08-20T20:46:23.623Z | Compiling peg-runtime v0.8.5 |
| 1790 | 2026-08-20T20:46:23.636Z | Compiling thread_local v1.1.9 |
| 1791 | 2026-08-20T20:46:23.728Z | Compiling slog-async v2.8.0 |
| 1792 | 2026-08-20T20:46:23.887Z | Compiling crossbeam-channel v0.5.15 |
| 1793 | 2026-08-20T20:46:23.901Z | Compiling is-terminal v0.4.17 |
| 1794 | 2026-08-20T20:46:23.914Z | Compiling filetime v0.2.27 |
| 1795 | 2026-08-20T20:46:23.991Z | Compiling xattr v1.6.1 |
| 1796 | 2026-08-20T20:46:24.035Z | Compiling term v1.2.1 |
| 1797 | 2026-08-20T20:46:24.078Z | Compiling take_mut v0.2.2 |
| 1798 | 2026-08-20T20:46:24.106Z | Compiling camino-tempfile v1.4.1 |
| 1799 | 2026-08-20T20:46:24.159Z | Compiling tar v0.4.46 |
| 1800 | 2026-08-20T20:46:24.319Z | Compiling slog-term v2.9.2 |
| 1801 | 2026-08-20T20:46:30.556Z | Compiling rustls-webpki v0.103.13 |
| 1802 | 2026-08-20T20:46:33.227Z | Compiling tokio-rustls v0.26.4 |
| 1803 | 2026-08-20T20:46:33.227Z | Compiling rustls-platform-verifier v0.6.2 |
| 1804 | 2026-08-20T20:46:33.230Z | Compiling tough v0.22.0 |
| 1805 | 2026-08-20T20:46:33.438Z | Compiling hyper-rustls v0.27.7 |
| 1806 | 2026-08-20T20:46:33.635Z | Compiling reqwest v0.13.2 |
| 1807 | 2026-08-20T20:46:35.849Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1808 | 2026-08-20T20:46:36.059Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1809 | 2026-08-20T20:46:39.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1810 | 2026-08-20T20:46:39.226Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1811 | 2026-08-20T20:46:39.284Z | Aug 20 20:46:37.682 INFO Starting download, target: Clickhouse |
| 1812 | 2026-08-20T20:46:39.284Z | Aug 20 20:46:37.683 INFO Starting download, target: Console |
| 1813 | 2026-08-20T20:46:39.285Z | Aug 20 20:46:37.683 INFO Starting download, target: Cockroach |
| 1814 | 2026-08-20T20:46:39.285Z | Aug 20 20:46:37.683 INFO Starting download, target: DendriteStub |
| 1815 | 2026-08-20T20:46:39.289Z | Aug 20 20:46:37.683 INFO Starting download, target: MaghemiteMgd |
| 1816 | 2026-08-20T20:46:39.289Z | Aug 20 20:46:37.683 INFO Starting download, target: MaghemiteDdmd |
| 1817 | 2026-08-20T20:46:39.289Z | Aug 20 20:46:37.683 INFO Starting download, target: TransceiverControl |
| 1818 | 2026-08-20T20:46:39.290Z | Aug 20 20:46:37.683 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1819 | 2026-08-20T20:46:39.290Z | Aug 20 20:46:37.683 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1820 | 2026-08-20T20:46:39.290Z | Aug 20 20:46:37.683 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1821 | 2026-08-20T20:46:39.290Z | Aug 20 20:46:37.683 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1822 | 2026-08-20T20:46:39.290Z | Aug 20 20:46:37.683 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1823 | 2026-08-20T20:46:39.290Z | Aug 20 20:46:37.683 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1824 | 2026-08-20T20:46:39.290Z | Aug 20 20:46:37.683 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1825 | 2026-08-20T20:46:40.144Z | Aug 20 20:46:38.544 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1826 | 2026-08-20T20:46:40.358Z | Aug 20 20:46:38.762 INFO Download complete, target: TransceiverControl |
| 1827 | 2026-08-20T20:46:41.035Z | Aug 20 20:46:39.439 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1828 | 2026-08-20T20:46:41.276Z | Aug 20 20:46:39.679 INFO Download complete, target: Console |
| 1829 | 2026-08-20T20:46:41.614Z | Aug 20 20:46:40.018 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1830 | 2026-08-20T20:46:45.020Z | Aug 20 20:46:43.400 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1831 | 2026-08-20T20:46:45.541Z | Aug 20 20:46:43.912 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1832 | 2026-08-20T20:46:45.644Z | Aug 20 20:46:44.030 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1833 | 2026-08-20T20:46:46.016Z | Aug 20 20:46:44.415 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1834 | 2026-08-20T20:46:46.016Z | Aug 20 20:46:44.415 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1835 | 2026-08-20T20:46:47.482Z | Aug 20 20:46:45.886 INFO Download complete, target: DendriteStub |
| 1836 | 2026-08-20T20:46:47.546Z | Aug 20 20:46:45.950 INFO Download complete, target: MaghemiteDdmd |
| 1837 | 2026-08-20T20:46:48.152Z | Aug 20 20:46:46.556 INFO Download complete, target: MaghemiteMgd |
| 1838 | 2026-08-20T20:46:48.545Z | Aug 20 20:46:46.948 INFO Checking that binary works, target: Clickhouse |
| 1839 | 2026-08-20T20:46:48.657Z | Aug 20 20:46:47.060 INFO Download complete, target: Clickhouse |
| 1840 | 2026-08-20T20:46:50.714Z | Aug 20 20:46:49.117 INFO Checking that binary works, target: Cockroach |
| 1841 | 2026-08-20T20:46:50.842Z | Aug 20 20:46:49.245 INFO Download complete, target: Cockroach |
| 1842 | 2026-08-20T20:46:50.856Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1843 | 2026-08-20T20:46:50.859Z | |
| 1844 | 2026-08-20T20:46:50.859Z | real 2:15.156948874 |
| 1845 | 2026-08-20T20:46:50.859Z | user 7:18.877643675 |
| 1846 | 2026-08-20T20:46:50.859Z | sys 1:26.145309678 |
| 1847 | 2026-08-20T20:46:50.859Z | trap 0.257448185 |
| 1848 | 2026-08-20T20:46:50.859Z | tflt 0.530577190 |
| 1849 | 2026-08-20T20:46:50.859Z | dflt 0.921503138 |
| 1850 | 2026-08-20T20:46:50.859Z | kflt 0.030536139 |
| 1851 | 2026-08-20T20:46:50.859Z | lock 28:55.679653752 |
| 1852 | 2026-08-20T20:46:50.859Z | slp 22:15.283645003 |
| 1853 | 2026-08-20T20:46:50.859Z | lat 47.608339049 |
| 1854 | 2026-08-20T20:46:50.859Z | stop 2:38.386802790 |
| 1855 | 2026-08-20T20:46:50.859Z | + banner hack-check |
| 1856 | 2026-08-20T20:46:50.859Z | |
| 1857 | 2026-08-20T20:46:50.859Z | # # ## #### # # #### # # ###### #### # # |
| 1858 | 2026-08-20T20:46:50.859Z | # # # # # # # # # # # # # # # # # |
| 1859 | 2026-08-20T20:46:50.859Z | ###### # # # #### ##### # ###### ##### # #### |
| 1860 | 2026-08-20T20:46:50.859Z | # # ###### # # # # # # # # # # |
| 1861 | 2026-08-20T20:46:50.859Z | # # # # # # # # # # # # # # # # # |
| 1862 | 2026-08-20T20:46:50.859Z | # # # # #### # # #### # # ###### #### # # |
| 1863 | 2026-08-20T20:46:50.859Z | |
| 1864 | 2026-08-20T20:46:50.859Z | + export CARGO_INCREMENTAL=0 |
| 1865 | 2026-08-20T20:46:50.859Z | + CARGO_INCREMENTAL=0 |
| 1866 | 2026-08-20T20:46:50.859Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1867 | 2026-08-20T20:46:51.345Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1868 | 2026-08-20T20:46:51.626Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1869 | 2026-08-20T20:46:53.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 1870 | 2026-08-20T20:46:53.494Z | Running `target/debug/xtask check-features --ci` |
| 1871 | 2026-08-20T20:46:53.522Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1872 | 2026-08-20T20:46:53.525Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1873 | 2026-08-20T20:46:53.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1874 | 2026-08-20T20:46:53.973Z | Running `target/debug/xtask download cargo-hack` |
| 1875 | 2026-08-20T20:46:54.759Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1876 | 2026-08-20T20:46:55.064Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1877 | 2026-08-20T20:46:57.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
| 1878 | 2026-08-20T20:46:57.842Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1879 | 2026-08-20T20:46:57.876Z | Aug 20 20:46:56.280 INFO Starting download, target: CargoHack |
| 1880 | 2026-08-20T20:46:57.880Z | Aug 20 20:46:56.280 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1881 | 2026-08-20T20:46:58.443Z | Aug 20 20:46:56.847 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1882 | 2026-08-20T20:46:58.493Z | Aug 20 20:46:56.896 INFO Download complete, target: CargoHack |
| 1883 | 2026-08-20T20:46:58.496Z | 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" |
| 1884 | 2026-08-20T20:46:58.509Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1885 | 2026-08-20T20:46:58.671Z | info: running `cargo check --bins` on api_identity (1/337) |
| 1886 | 2026-08-20T20:46:59.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-08-20T20:46:59.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-08-20T20:46:59.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-08-20T20:46:59.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1890 | 2026-08-20T20:46:59.245Z | |
| 1891 | 2026-08-20T20:46:59.245Z | info: running `cargo check --bins` on bootstore (2/337) |
| 1892 | 2026-08-20T20:46:59.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-08-20T20:46:59.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-08-20T20:46:59.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-08-20T20:46:59.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1896 | 2026-08-20T20:46:59.785Z | |
| 1897 | 2026-08-20T20:46:59.785Z | info: running `cargo check --bins` on omicron-ledger (3/337) |
| 1898 | 2026-08-20T20:47:00.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-08-20T20:47:00.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-08-20T20:47:00.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-08-20T20:47:00.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1902 | 2026-08-20T20:47:00.339Z | |
| 1903 | 2026-08-20T20:47:00.339Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337) |
| 1904 | 2026-08-20T20:47:00.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-08-20T20:47:00.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-08-20T20:47:00.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-08-20T20:47:00.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1908 | 2026-08-20T20:47:00.893Z | |
| 1909 | 2026-08-20T20:47:00.893Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337) |
| 1910 | 2026-08-20T20:47:01.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-08-20T20:47:01.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-08-20T20:47:01.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-08-20T20:47:01.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1914 | 2026-08-20T20:47:01.447Z | |
| 1915 | 2026-08-20T20:47:01.447Z | info: running `cargo check --bins` on omicron-certificates (6/337) |
| 1916 | 2026-08-20T20:47:01.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-08-20T20:47:01.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-08-20T20:47:01.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-08-20T20:47:01.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1920 | 2026-08-20T20:47:02.008Z | |
| 1921 | 2026-08-20T20:47:02.008Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/337) |
| 1922 | 2026-08-20T20:47:02.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-08-20T20:47:02.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-08-20T20:47:02.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-08-20T20:47:02.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1926 | 2026-08-20T20:47:02.569Z | |
| 1927 | 2026-08-20T20:47:02.569Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337) |
| 1928 | 2026-08-20T20:47:03.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-08-20T20:47:03.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-08-20T20:47:03.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-08-20T20:47:03.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1932 | 2026-08-20T20:47:03.131Z | |
| 1933 | 2026-08-20T20:47:03.131Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337) |
| 1934 | 2026-08-20T20:47:03.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-08-20T20:47:03.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-08-20T20:47:03.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-08-20T20:47:03.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1938 | 2026-08-20T20:47:03.550Z | |
| 1939 | 2026-08-20T20:47:03.550Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337) |
| 1940 | 2026-08-20T20:47:03.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-08-20T20:47:03.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-08-20T20:47:03.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-08-20T20:47:03.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1944 | 2026-08-20T20:47:03.967Z | |
| 1945 | 2026-08-20T20:47:03.967Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337) |
| 1946 | 2026-08-20T20:47:04.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-08-20T20:47:04.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-08-20T20:47:04.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-08-20T20:47:04.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1950 | 2026-08-20T20:47:04.382Z | |
| 1951 | 2026-08-20T20:47:04.382Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337) |
| 1952 | 2026-08-20T20:47:04.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-08-20T20:47:04.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-08-20T20:47:04.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-08-20T20:47:04.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1956 | 2026-08-20T20:47:04.808Z | |
| 1957 | 2026-08-20T20:47:04.808Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337) |
| 1958 | 2026-08-20T20:47:05.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-08-20T20:47:05.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-08-20T20:47:05.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-08-20T20:47:05.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1962 | 2026-08-20T20:47:05.228Z | |
| 1963 | 2026-08-20T20:47:05.228Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337) |
| 1964 | 2026-08-20T20:47:05.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-08-20T20:47:05.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-08-20T20:47:05.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-08-20T20:47:05.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1968 | 2026-08-20T20:47:05.649Z | |
| 1969 | 2026-08-20T20:47:05.649Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337) |
| 1970 | 2026-08-20T20:47:06.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-08-20T20:47:06.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-08-20T20:47:06.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-08-20T20:47:06.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1974 | 2026-08-20T20:47:06.065Z | |
| 1975 | 2026-08-20T20:47:06.066Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337) |
| 1976 | 2026-08-20T20:47:06.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-08-20T20:47:06.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-08-20T20:47:06.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-08-20T20:47:06.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1980 | 2026-08-20T20:47:06.485Z | |
| 1981 | 2026-08-20T20:47:06.485Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337) |
| 1982 | 2026-08-20T20:47:06.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-08-20T20:47:06.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-08-20T20:47:06.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-08-20T20:47:06.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1986 | 2026-08-20T20:47:06.899Z | |
| 1987 | 2026-08-20T20:47:06.900Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337) |
| 1988 | 2026-08-20T20:47:07.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-08-20T20:47:07.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-08-20T20:47:07.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-08-20T20:47:07.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1992 | 2026-08-20T20:47:07.312Z | |
| 1993 | 2026-08-20T20:47:07.312Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337) |
| 1994 | 2026-08-20T20:47:07.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-08-20T20:47:07.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-08-20T20:47:07.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-08-20T20:47:07.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1998 | 2026-08-20T20:47:07.728Z | |
| 1999 | 2026-08-20T20:47:07.729Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337) |
| 2000 | 2026-08-20T20:47:08.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-08-20T20:47:08.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-08-20T20:47:08.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-08-20T20:47:08.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2004 | 2026-08-20T20:47:08.145Z | |
| 2005 | 2026-08-20T20:47:08.146Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337) |
| 2006 | 2026-08-20T20:47:08.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-08-20T20:47:08.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-08-20T20:47:08.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-08-20T20:47:08.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2010 | 2026-08-20T20:47:08.564Z | |
| 2011 | 2026-08-20T20:47:08.564Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337) |
| 2012 | 2026-08-20T20:47:08.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-08-20T20:47:08.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-08-20T20:47:08.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-08-20T20:47:08.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2016 | 2026-08-20T20:47:08.983Z | |
| 2017 | 2026-08-20T20:47:08.983Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337) |
| 2018 | 2026-08-20T20:47:09.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-08-20T20:47:09.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-08-20T20:47:09.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-08-20T20:47:09.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2022 | 2026-08-20T20:47:09.403Z | |
| 2023 | 2026-08-20T20:47:09.403Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337) |
| 2024 | 2026-08-20T20:47:09.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-08-20T20:47:09.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-08-20T20:47:09.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-08-20T20:47:09.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2028 | 2026-08-20T20:47:09.823Z | |
| 2029 | 2026-08-20T20:47:09.823Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337) |
| 2030 | 2026-08-20T20:47:10.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-08-20T20:47:10.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-08-20T20:47:10.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-08-20T20:47:10.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2034 | 2026-08-20T20:47:10.240Z | |
| 2035 | 2026-08-20T20:47:10.240Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337) |
| 2036 | 2026-08-20T20:47:10.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-08-20T20:47:10.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-08-20T20:47:10.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-08-20T20:47:10.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2040 | 2026-08-20T20:47:10.659Z | |
| 2041 | 2026-08-20T20:47:10.660Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337) |
| 2042 | 2026-08-20T20:47:11.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-08-20T20:47:11.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-08-20T20:47:11.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-08-20T20:47:11.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2046 | 2026-08-20T20:47:11.078Z | |
| 2047 | 2026-08-20T20:47:11.078Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337) |
| 2048 | 2026-08-20T20:47:11.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-08-20T20:47:11.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-08-20T20:47:11.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-08-20T20:47:11.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2052 | 2026-08-20T20:47:11.501Z | |
| 2053 | 2026-08-20T20:47:11.501Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337) |
| 2054 | 2026-08-20T20:47:11.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-08-20T20:47:11.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-08-20T20:47:11.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-08-20T20:47:11.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2058 | 2026-08-20T20:47:11.921Z | |
| 2059 | 2026-08-20T20:47:11.921Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337) |
| 2060 | 2026-08-20T20:47:12.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-08-20T20:47:12.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-08-20T20:47:12.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-08-20T20:47:12.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2064 | 2026-08-20T20:47:12.335Z | |
| 2065 | 2026-08-20T20:47:12.335Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337) |
| 2066 | 2026-08-20T20:47:12.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-08-20T20:47:12.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-08-20T20:47:12.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-08-20T20:47:12.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2070 | 2026-08-20T20:47:12.753Z | |
| 2071 | 2026-08-20T20:47:12.754Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337) |
| 2072 | 2026-08-20T20:47:13.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-08-20T20:47:13.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-08-20T20:47:13.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-08-20T20:47:13.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2076 | 2026-08-20T20:47:13.168Z | |
| 2077 | 2026-08-20T20:47:13.169Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337) |
| 2078 | 2026-08-20T20:47:13.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-08-20T20:47:13.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-08-20T20:47:13.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-08-20T20:47:13.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2082 | 2026-08-20T20:47:13.584Z | |
| 2083 | 2026-08-20T20:47:13.584Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337) |
| 2084 | 2026-08-20T20:47:13.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-08-20T20:47:13.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-08-20T20:47:13.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-08-20T20:47:13.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2088 | 2026-08-20T20:47:14.002Z | |
| 2089 | 2026-08-20T20:47:14.002Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337) |
| 2090 | 2026-08-20T20:47:14.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-08-20T20:47:14.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-08-20T20:47:14.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-08-20T20:47:14.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2094 | 2026-08-20T20:47:14.416Z | |
| 2095 | 2026-08-20T20:47:14.416Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337) |
| 2096 | 2026-08-20T20:47:14.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-08-20T20:47:14.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-08-20T20:47:14.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-08-20T20:47:14.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2100 | 2026-08-20T20:47:14.838Z | |
| 2101 | 2026-08-20T20:47:14.838Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337) |
| 2102 | 2026-08-20T20:47:15.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-08-20T20:47:15.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-08-20T20:47:15.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-08-20T20:47:15.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2106 | 2026-08-20T20:47:15.257Z | |
| 2107 | 2026-08-20T20:47:15.257Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337) |
| 2108 | 2026-08-20T20:47:15.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-08-20T20:47:15.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-08-20T20:47:15.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-08-20T20:47:15.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2112 | 2026-08-20T20:47:15.671Z | |
| 2113 | 2026-08-20T20:47:15.671Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337) |
| 2114 | 2026-08-20T20:47:16.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-08-20T20:47:16.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-08-20T20:47:16.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-08-20T20:47:16.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2118 | 2026-08-20T20:47:16.089Z | |
| 2119 | 2026-08-20T20:47:16.089Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337) |
| 2120 | 2026-08-20T20:47:16.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-08-20T20:47:16.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-08-20T20:47:16.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-08-20T20:47:16.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2124 | 2026-08-20T20:47:16.509Z | |
| 2125 | 2026-08-20T20:47:16.509Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337) |
| 2126 | 2026-08-20T20:47:16.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-08-20T20:47:16.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-08-20T20:47:16.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-08-20T20:47:16.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2130 | 2026-08-20T20:47:16.931Z | |
| 2131 | 2026-08-20T20:47:16.932Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337) |
| 2132 | 2026-08-20T20:47:17.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-08-20T20:47:17.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-08-20T20:47:17.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-08-20T20:47:17.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2136 | 2026-08-20T20:47:17.364Z | |
| 2137 | 2026-08-20T20:47:17.364Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337) |
| 2138 | 2026-08-20T20:47:17.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-08-20T20:47:17.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-08-20T20:47:17.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-08-20T20:47:17.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2142 | 2026-08-20T20:47:17.781Z | |
| 2143 | 2026-08-20T20:47:17.781Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337) |
| 2144 | 2026-08-20T20:47:18.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-08-20T20:47:18.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-08-20T20:47:18.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-08-20T20:47:18.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2148 | 2026-08-20T20:47:18.201Z | |
| 2149 | 2026-08-20T20:47:18.201Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337) |
| 2150 | 2026-08-20T20:47:18.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-08-20T20:47:18.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-08-20T20:47:18.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-08-20T20:47:18.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2154 | 2026-08-20T20:47:18.619Z | |
| 2155 | 2026-08-20T20:47:18.619Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337) |
| 2156 | 2026-08-20T20:47:18.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-08-20T20:47:18.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-08-20T20:47:18.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-08-20T20:47:18.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2160 | 2026-08-20T20:47:19.039Z | |
| 2161 | 2026-08-20T20:47:19.039Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337) |
| 2162 | 2026-08-20T20:47:19.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-08-20T20:47:19.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-08-20T20:47:19.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-08-20T20:47:19.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2166 | 2026-08-20T20:47:19.461Z | |
| 2167 | 2026-08-20T20:47:19.461Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337) |
| 2168 | 2026-08-20T20:47:19.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-08-20T20:47:19.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-08-20T20:47:19.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-08-20T20:47:19.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2172 | 2026-08-20T20:47:19.882Z | |
| 2173 | 2026-08-20T20:47:19.883Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337) |
| 2174 | 2026-08-20T20:47:20.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-08-20T20:47:20.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-08-20T20:47:20.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-08-20T20:47:20.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2178 | 2026-08-20T20:47:20.489Z | |
| 2179 | 2026-08-20T20:47:20.489Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337) |
| 2180 | 2026-08-20T20:47:21.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-08-20T20:47:21.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-08-20T20:47:21.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-08-20T20:47:21.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2184 | 2026-08-20T20:47:21.096Z | |
| 2185 | 2026-08-20T20:47:21.096Z | info: running `cargo check --bins` on nexus-config (51/337) |
| 2186 | 2026-08-20T20:47:21.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-08-20T20:47:21.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-08-20T20:47:21.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-08-20T20:47:21.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2190 | 2026-08-20T20:47:21.698Z | |
| 2191 | 2026-08-20T20:47:21.698Z | info: running `cargo check --bins` on nexus-types (52/337) |
| 2192 | 2026-08-20T20:47:22.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-08-20T20:47:22.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-08-20T20:47:22.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-08-20T20:47:22.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2196 | 2026-08-20T20:47:22.300Z | |
| 2197 | 2026-08-20T20:47:22.300Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337) |
| 2198 | 2026-08-20T20:47:22.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-08-20T20:47:22.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-08-20T20:47:22.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-08-20T20:47:22.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2202 | 2026-08-20T20:47:22.876Z | |
| 2203 | 2026-08-20T20:47:22.876Z | info: running `cargo check --bins` on omicron-passwords (54/337) |
| 2204 | 2026-08-20T20:47:23.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-08-20T20:47:23.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-08-20T20:47:23.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-08-20T20:47:23.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2208 | 2026-08-20T20:47:23.428Z | |
| 2209 | 2026-08-20T20:47:23.428Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/337) |
| 2210 | 2026-08-20T20:47:23.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-08-20T20:47:23.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-08-20T20:47:23.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-08-20T20:47:23.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2214 | 2026-08-20T20:47:23.997Z | |
| 2215 | 2026-08-20T20:47:23.997Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337) |
| 2216 | 2026-08-20T20:47:24.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-08-20T20:47:24.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-08-20T20:47:24.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-08-20T20:47:24.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2220 | 2026-08-20T20:47:24.568Z | |
| 2221 | 2026-08-20T20:47:24.569Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337) |
| 2222 | 2026-08-20T20:47:25.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-08-20T20:47:25.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-08-20T20:47:25.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-08-20T20:47:25.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2226 | 2026-08-20T20:47:25.147Z | |
| 2227 | 2026-08-20T20:47:25.147Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337) |
| 2228 | 2026-08-20T20:47:25.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-08-20T20:47:25.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-08-20T20:47:25.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-08-20T20:47:25.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2232 | 2026-08-20T20:47:25.724Z | |
| 2233 | 2026-08-20T20:47:25.724Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337) |
| 2234 | 2026-08-20T20:47:26.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-08-20T20:47:26.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-08-20T20:47:26.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-08-20T20:47:26.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2238 | 2026-08-20T20:47:26.280Z | |
| 2239 | 2026-08-20T20:47:26.280Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337) |
| 2240 | 2026-08-20T20:47:26.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-08-20T20:47:26.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-08-20T20:47:26.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-08-20T20:47:26.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2244 | 2026-08-20T20:47:26.841Z | |
| 2245 | 2026-08-20T20:47:26.841Z | info: running `cargo check --bins --no-default-features` on gfss (61/337) |
| 2246 | 2026-08-20T20:47:27.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-08-20T20:47:27.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-08-20T20:47:27.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2249 | 2026-08-20T20:47:27.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2250 | 2026-08-20T20:47:27.394Z | |
| 2251 | 2026-08-20T20:47:27.395Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337) |
| 2252 | 2026-08-20T20:47:27.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2253 | 2026-08-20T20:47:27.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2254 | 2026-08-20T20:47:27.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2255 | 2026-08-20T20:47:27.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2256 | 2026-08-20T20:47:27.948Z | |
| 2257 | 2026-08-20T20:47:27.948Z | info: running `cargo check --bins` on trust-quorum-types (63/337) |
| 2258 | 2026-08-20T20:47:28.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2259 | 2026-08-20T20:47:28.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2260 | 2026-08-20T20:47:28.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2261 | 2026-08-20T20:47:28.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2262 | 2026-08-20T20:47:28.499Z | |
| 2263 | 2026-08-20T20:47:28.499Z | info: running `cargo check --bins` on wicketd-commission-types (64/337) |
| 2264 | 2026-08-20T20:47:28.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2265 | 2026-08-20T20:47:28.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2266 | 2026-08-20T20:47:28.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2267 | 2026-08-20T20:47:28.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2268 | 2026-08-20T20:47:29.068Z | |
| 2269 | 2026-08-20T20:47:29.068Z | info: running `cargo check --bins` on wicketd-commission-types-versions (65/337) |
| 2270 | 2026-08-20T20:47:29.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2271 | 2026-08-20T20:47:29.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2272 | 2026-08-20T20:47:29.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2273 | 2026-08-20T20:47:29.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2274 | 2026-08-20T20:47:29.646Z | |
| 2275 | 2026-08-20T20:47:29.646Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337) |
| 2276 | 2026-08-20T20:47:30.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2277 | 2026-08-20T20:47:30.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2278 | 2026-08-20T20:47:30.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2279 | 2026-08-20T20:47:30.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2280 | 2026-08-20T20:47:30.204Z | |
| 2281 | 2026-08-20T20:47:30.204Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337) |
| 2282 | 2026-08-20T20:47:30.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2283 | 2026-08-20T20:47:30.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2284 | 2026-08-20T20:47:30.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2285 | 2026-08-20T20:47:30.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2286 | 2026-08-20T20:47:30.770Z | |
| 2287 | 2026-08-20T20:47:30.770Z | info: running `cargo check --bins` on clickhouse-admin-types (68/337) |
| 2288 | 2026-08-20T20:47:31.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2289 | 2026-08-20T20:47:31.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2290 | 2026-08-20T20:47:31.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2291 | 2026-08-20T20:47:31.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2292 | 2026-08-20T20:47:31.340Z | |
| 2293 | 2026-08-20T20:47:31.340Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (69/337) |
| 2294 | 2026-08-20T20:47:31.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2295 | 2026-08-20T20:47:31.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2296 | 2026-08-20T20:47:31.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2297 | 2026-08-20T20:47:31.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2298 | 2026-08-20T20:47:31.914Z | |
| 2299 | 2026-08-20T20:47:31.914Z | info: running `cargo check --bins` on cockroach-admin-types (70/337) |
| 2300 | 2026-08-20T20:47:32.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2301 | 2026-08-20T20:47:32.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2302 | 2026-08-20T20:47:32.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2303 | 2026-08-20T20:47:32.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2304 | 2026-08-20T20:47:32.468Z | |
| 2305 | 2026-08-20T20:47:32.468Z | info: running `cargo check --bins` on cockroach-admin-types-versions (71/337) |
| 2306 | 2026-08-20T20:47:32.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2307 | 2026-08-20T20:47:32.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2308 | 2026-08-20T20:47:32.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2309 | 2026-08-20T20:47:32.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2310 | 2026-08-20T20:47:33.025Z | |
| 2311 | 2026-08-20T20:47:33.025Z | info: running `cargo check --bins` on ereport-types (72/337) |
| 2312 | 2026-08-20T20:47:33.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2313 | 2026-08-20T20:47:33.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2314 | 2026-08-20T20:47:33.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2315 | 2026-08-20T20:47:33.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2316 | 2026-08-20T20:47:33.583Z | |
| 2317 | 2026-08-20T20:47:33.583Z | info: running `cargo check --bins` on gateway-client (73/337) |
| 2318 | 2026-08-20T20:47:34.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2319 | 2026-08-20T20:47:34.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2320 | 2026-08-20T20:47:34.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2321 | 2026-08-20T20:47:34.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2322 | 2026-08-20T20:47:34.147Z | |
| 2323 | 2026-08-20T20:47:34.147Z | info: running `cargo check --bins --no-default-features` on gateway-types (74/337) |
| 2324 | 2026-08-20T20:47:34.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2325 | 2026-08-20T20:47:34.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2326 | 2026-08-20T20:47:34.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2327 | 2026-08-20T20:47:34.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2328 | 2026-08-20T20:47:34.715Z | |
| 2329 | 2026-08-20T20:47:34.715Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337) |
| 2330 | 2026-08-20T20:47:35.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2331 | 2026-08-20T20:47:35.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2332 | 2026-08-20T20:47:35.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2333 | 2026-08-20T20:47:35.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2334 | 2026-08-20T20:47:35.275Z | |
| 2335 | 2026-08-20T20:47:35.275Z | info: running `cargo check --bins --no-default-features` on illumos-utils (76/337) |
| 2336 | 2026-08-20T20:47:35.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2337 | 2026-08-20T20:47:35.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2338 | 2026-08-20T20:47:35.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2339 | 2026-08-20T20:47:35.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2340 | 2026-08-20T20:47:35.862Z | |
| 2341 | 2026-08-20T20:47:35.862Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337) |
| 2342 | 2026-08-20T20:47:36.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2343 | 2026-08-20T20:47:36.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2344 | 2026-08-20T20:47:36.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2345 | 2026-08-20T20:47:36.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2346 | 2026-08-20T20:47:36.446Z | |
| 2347 | 2026-08-20T20:47:36.446Z | info: running `cargo check --bins` on key-manager-types (78/337) |
| 2348 | 2026-08-20T20:47:36.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2349 | 2026-08-20T20:47:36.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2350 | 2026-08-20T20:47:36.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2351 | 2026-08-20T20:47:36.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2352 | 2026-08-20T20:47:37.009Z | |
| 2353 | 2026-08-20T20:47:37.009Z | info: running `cargo check --bins` on oxlog (79/337) |
| 2354 | 2026-08-20T20:47:37.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2355 | 2026-08-20T20:47:37.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2356 | 2026-08-20T20:47:37.616Z | Checking cfg-if v1.0.4 |
| 2357 | 2026-08-20T20:47:37.619Z | Checking serde_core v1.0.228 |
| 2358 | 2026-08-20T20:47:37.721Z | Checking libc v0.2.185 |
| 2359 | 2026-08-20T20:47:37.732Z | Checking memchr v2.8.0 |
| 2360 | 2026-08-20T20:47:37.742Z | Checking smallvec v1.15.1 |
| 2361 | 2026-08-20T20:47:37.742Z | Checking log v0.4.33 |
| 2362 | 2026-08-20T20:47:37.761Z | Checking subtle v2.6.1 |
| 2363 | 2026-08-20T20:47:37.771Z | Checking itoa v1.0.17 |
| 2364 | 2026-08-20T20:47:37.775Z | Checking scopeguard v1.2.0 |
| 2365 | 2026-08-20T20:47:37.876Z | Checking lock_api v0.4.14 |
| 2366 | 2026-08-20T20:47:37.899Z | Checking typenum v1.20.1 |
| 2367 | 2026-08-20T20:47:37.902Z | Checking stable_deref_trait v1.2.1 |
| 2368 | 2026-08-20T20:47:37.922Z | Checking zerofrom v0.1.6 |
| 2369 | 2026-08-20T20:47:37.933Z | Checking zerocopy v0.8.55 |
| 2370 | 2026-08-20T20:47:37.974Z | Checking portable-atomic v1.13.1 |
| 2371 | 2026-08-20T20:47:38.028Z | Checking yoke v0.8.1 |
| 2372 | 2026-08-20T20:47:38.069Z | Checking critical-section v1.2.0 |
| 2373 | 2026-08-20T20:47:38.098Z | Checking const-oid v0.9.6 |
| 2374 | 2026-08-20T20:47:38.112Z | Checking errno v0.3.14 |
| 2375 | 2026-08-20T20:47:38.157Z | Checking getrandom v0.2.17 |
| 2376 | 2026-08-20T20:47:38.185Z | Checking zerovec v0.11.5 |
| 2377 | 2026-08-20T20:47:38.219Z | Checking pin-project-lite v0.2.17 |
| 2378 | 2026-08-20T20:47:38.294Z | Checking rand_core v0.6.4 |
| 2379 | 2026-08-20T20:47:38.308Z | Checking libm v0.2.16 |
| 2380 | 2026-08-20T20:47:38.382Z | Checking once_cell v1.21.3 |
| 2381 | 2026-08-20T20:47:38.462Z | Checking zmij v1.0.21 |
| 2382 | 2026-08-20T20:47:38.557Z | Checking signal-hook-registry v1.4.8 |
| 2383 | 2026-08-20T20:47:38.609Z | Checking tinystr v0.8.2 |
| 2384 | 2026-08-20T20:47:38.627Z | Checking parking_lot_core v0.9.12 |
| 2385 | 2026-08-20T20:47:38.665Z | Checking percent-encoding v2.3.2 |
| 2386 | 2026-08-20T20:47:38.714Z | Checking litemap v0.8.1 |
| 2387 | 2026-08-20T20:47:38.757Z | Checking writeable v0.6.2 |
| 2388 | 2026-08-20T20:47:38.783Z | Checking futures-core v0.3.32 |
| 2389 | 2026-08-20T20:47:38.799Z | Checking potential_utf v0.1.4 |
| 2390 | 2026-08-20T20:47:38.811Z | Checking parking_lot v0.12.5 |
| 2391 | 2026-08-20T20:47:38.877Z | Checking zerotrie v0.2.3 |
| 2392 | 2026-08-20T20:47:38.900Z | Checking mio v1.2.0 |
| 2393 | 2026-08-20T20:47:38.911Z | Checking icu_locale_core v2.1.1 |
| 2394 | 2026-08-20T20:47:38.925Z | Checking equivalent v1.0.2 |
| 2395 | 2026-08-20T20:47:39.005Z | Checking icu_collections v2.1.1 |
| 2396 | 2026-08-20T20:47:39.009Z | Checking num-traits v0.2.19 |
| 2397 | 2026-08-20T20:47:39.012Z | Checking getrandom v0.3.4 |
| 2398 | 2026-08-20T20:47:39.105Z | Checking socket2 v0.6.3 |
| 2399 | 2026-08-20T20:47:39.170Z | Checking icu_normalizer_data v2.1.1 |
| 2400 | 2026-08-20T20:47:39.170Z | Checking icu_properties_data v2.1.2 |
| 2401 | 2026-08-20T20:47:39.212Z | Checking serde v1.0.228 |
| 2402 | 2026-08-20T20:47:39.246Z | Checking bitflags v2.11.0 |
| 2403 | 2026-08-20T20:47:39.295Z | Checking serde_json v1.0.151 |
| 2404 | 2026-08-20T20:47:39.322Z | Checking byteorder v1.5.0 |
| 2405 | 2026-08-20T20:47:39.342Z | Checking futures-sink v0.3.32 |
| 2406 | 2026-08-20T20:47:39.407Z | Checking rand_core v0.10.0 |
| 2407 | 2026-08-20T20:47:39.436Z | Checking hashbrown v0.17.0 |
| 2408 | 2026-08-20T20:47:39.458Z | Checking icu_provider v2.1.1 |
| 2409 | 2026-08-20T20:47:39.515Z | Checking futures-channel v0.3.32 |
| 2410 | 2026-08-20T20:47:39.540Z | Checking getrandom v0.4.3 |
| 2411 | 2026-08-20T20:47:39.559Z | Checking utf8_iter v1.0.4 |
| 2412 | 2026-08-20T20:47:39.609Z | Checking zeroize v1.9.0 |
| 2413 | 2026-08-20T20:47:39.674Z | Checking bytes v1.11.1 |
| 2414 | 2026-08-20T20:47:39.686Z | Checking icu_properties v2.1.2 |
| 2415 | 2026-08-20T20:47:39.689Z | Checking icu_normalizer v2.1.1 |
| 2416 | 2026-08-20T20:47:39.707Z | Checking slab v0.4.12 |
| 2417 | 2026-08-20T20:47:39.774Z | Checking generic-array v0.14.7 |
| 2418 | 2026-08-20T20:47:39.858Z | Checking futures-task v0.3.32 |
| 2419 | 2026-08-20T20:47:39.898Z | Checking indexmap v2.14.0 |
| 2420 | 2026-08-20T20:47:39.942Z | Checking futures-io v0.3.32 |
| 2421 | 2026-08-20T20:47:39.989Z | Checking rustix v1.1.4 |
| 2422 | 2026-08-20T20:47:40.001Z | Checking form_urlencoded v1.2.2 |
| 2423 | 2026-08-20T20:47:40.050Z | Checking futures-util v0.3.32 |
| 2424 | 2026-08-20T20:47:40.103Z | Checking tokio v1.52.1 |
| 2425 | 2026-08-20T20:47:40.121Z | Checking base64ct v1.8.3 |
| 2426 | 2026-08-20T20:47:40.223Z | Checking crypto-common v0.1.7 |
| 2427 | 2026-08-20T20:47:40.350Z | Checking block-buffer v0.10.4 |
| 2428 | 2026-08-20T20:47:40.354Z | Checking fnv v1.0.7 |
| 2429 | 2026-08-20T20:47:40.440Z | Checking pem-rfc7468 v0.7.0 |
| 2430 | 2026-08-20T20:47:40.469Z | Checking flagset v0.4.7 |
| 2431 | 2026-08-20T20:47:40.497Z | Checking digest v0.10.7 |
| 2432 | 2026-08-20T20:47:40.508Z | Checking idna_adapter v1.2.1 |
| 2433 | 2026-08-20T20:47:40.577Z | Checking iana-time-zone v0.1.65 |
| 2434 | 2026-08-20T20:47:40.594Z | Checking der v0.7.10 |
| 2435 | 2026-08-20T20:47:40.617Z | Checking idna v1.1.0 |
| 2436 | 2026-08-20T20:47:40.676Z | Checking chrono v0.4.45 |
| 2437 | 2026-08-20T20:47:40.689Z | Checking uuid v1.23.4 |
| 2438 | 2026-08-20T20:47:40.715Z | Checking ppv-lite86 v0.2.21 |
| 2439 | 2026-08-20T20:47:40.824Z | Checking rand_core v0.9.5 |
| 2440 | 2026-08-20T20:47:40.859Z | Checking url v2.5.8 |
| 2441 | 2026-08-20T20:47:40.998Z | Checking regex-syntax v0.8.10 |
| 2442 | 2026-08-20T20:47:41.001Z | Checking base64 v0.22.1 |
| 2443 | 2026-08-20T20:47:41.022Z | Checking http v1.4.2 |
| 2444 | 2026-08-20T20:47:41.253Z | Checking rand_chacha v0.9.0 |
| 2445 | 2026-08-20T20:47:41.297Z | Checking tracing-core v0.1.36 |
| 2446 | 2026-08-20T20:47:41.334Z | Checking spki v0.7.3 |
| 2447 | 2026-08-20T20:47:41.455Z | Checking cpufeatures v0.2.17 |
| 2448 | 2026-08-20T20:47:41.502Z | Checking dyn-clone v1.0.20 |
| 2449 | 2026-08-20T20:47:41.522Z | Checking simd-adler32 v0.3.8 |
| 2450 | 2026-08-20T20:47:41.537Z | Checking pkcs8 v0.10.2 |
| 2451 | 2026-08-20T20:47:41.586Z | Checking http-body v1.0.1 |
| 2452 | 2026-08-20T20:47:41.599Z | Checking rand v0.9.2 |
| 2453 | 2026-08-20T20:47:41.612Z | Checking tracing v0.1.44 |
| 2454 | 2026-08-20T20:47:41.685Z | Checking rustls-pki-types v1.14.0 |
| 2455 | 2026-08-20T20:47:41.698Z | Checking semver v1.0.28 |
| 2456 | 2026-08-20T20:47:41.711Z | Checking spin v0.9.8 |
| 2457 | 2026-08-20T20:47:41.810Z | Checking openssl-probe v0.2.1 |
| 2458 | 2026-08-20T20:47:41.886Z | Checking anstyle v1.0.14 |
| 2459 | 2026-08-20T20:47:41.897Z | Checking utf8parse v0.2.2 |
| 2460 | 2026-08-20T20:47:41.911Z | Checking cmov v0.5.4 |
| 2461 | 2026-08-20T20:47:41.966Z | Checking tinyvec_macros v0.1.1 |
| 2462 | 2026-08-20T20:47:41.983Z | Checking adler2 v2.0.1 |
| 2463 | 2026-08-20T20:47:41.996Z | Checking anstyle-parse v1.0.0 |
| 2464 | 2026-08-20T20:47:42.028Z | Checking tinyvec v1.10.0 |
| 2465 | 2026-08-20T20:47:42.057Z | Checking schemars v0.8.22 |
| 2466 | 2026-08-20T20:47:42.071Z | Checking sha2 v0.10.9 |
| 2467 | 2026-08-20T20:47:42.083Z | Checking miniz_oxide v0.8.9 |
| 2468 | 2026-08-20T20:47:42.094Z | Checking ctutils v0.4.2 |
| 2469 | 2026-08-20T20:47:42.144Z | Checking terminal_size v0.4.3 |
| 2470 | 2026-08-20T20:47:42.253Z | Checking aws-lc-sys v0.40.0 |
| 2471 | 2026-08-20T20:47:42.296Z | Checking thiserror v2.0.18 |
| 2472 | 2026-08-20T20:47:42.316Z | Checking tower-service v0.3.3 |
| 2473 | 2026-08-20T20:47:42.336Z | Checking anstyle-query v1.1.5 |
| 2474 | 2026-08-20T20:47:42.336Z | Checking fastrand v2.3.0 |
| 2475 | 2026-08-20T20:47:42.390Z | Checking is_terminal_polyfill v1.70.2 |
| 2476 | 2026-08-20T20:47:42.404Z | Checking atomic-waker v1.1.2 |
| 2477 | 2026-08-20T20:47:42.423Z | Checking untrusted v0.7.1 |
| 2478 | 2026-08-20T20:47:42.436Z | Checking colorchoice v1.0.4 |
| 2479 | 2026-08-20T20:47:42.477Z | Checking try-lock v0.2.5 |
| 2480 | 2026-08-20T20:47:42.494Z | Checking tower-layer v0.3.3 |
| 2481 | 2026-08-20T20:47:42.518Z | Checking tempfile v3.27.0 |
| 2482 | 2026-08-20T20:47:42.530Z | Checking anstream v1.0.0 |
| 2483 | 2026-08-20T20:47:42.542Z | Checking hybrid-array v0.4.13 |
| 2484 | 2026-08-20T20:47:42.570Z | Checking want v0.3.1 |
| 2485 | 2026-08-20T20:47:42.636Z | Checking ipnet v2.12.0 |
| 2486 | 2026-08-20T20:47:42.688Z | Checking httparse v1.10.1 |
| 2487 | 2026-08-20T20:47:42.707Z | Checking crc32fast v1.5.0 |
| 2488 | 2026-08-20T20:47:42.720Z | Checking aho-corasick v1.1.4 |
| 2489 | 2026-08-20T20:47:42.735Z | Checking foreign-types-shared v0.1.1 |
| 2490 | 2026-08-20T20:47:42.745Z | Checking aws-lc-rs v1.16.3 |
| 2491 | 2026-08-20T20:47:42.809Z | Checking tap v1.0.1 |
| 2492 | 2026-08-20T20:47:42.842Z | Checking untrusted v0.9.0 |
| 2493 | 2026-08-20T20:47:42.886Z | Checking httpdate v1.0.3 |
| 2494 | 2026-08-20T20:47:42.899Z | Checking plain v0.2.3 |
| 2495 | 2026-08-20T20:47:42.910Z | Checking wyz v0.5.1 |
| 2496 | 2026-08-20T20:47:42.946Z | Checking foreign-types v0.3.2 |
| 2497 | 2026-08-20T20:47:42.994Z | Checking unicode-normalization v0.1.25 |
| 2498 | 2026-08-20T20:47:43.011Z | Checking rand_chacha v0.3.1 |
| 2499 | 2026-08-20T20:47:43.024Z | Checking signature v2.2.0 |
| 2500 | 2026-08-20T20:47:43.074Z | Checking radium v0.7.0 |
| 2501 | 2026-08-20T20:47:43.153Z | Checking hex v0.4.3 |
| 2502 | 2026-08-20T20:47:43.211Z | Checking num-integer v0.1.46 |
| 2503 | 2026-08-20T20:47:43.245Z | Checking openssl-sys v0.9.117 |
| 2504 | 2026-08-20T20:47:43.287Z | Checking wait-timeout v0.2.1 |
| 2505 | 2026-08-20T20:47:43.370Z | Checking quick-error v1.2.3 |
| 2506 | 2026-08-20T20:47:43.383Z | Checking regex-automata v0.4.14 |
| 2507 | 2026-08-20T20:47:43.396Z | Checking tokio-util v0.7.18 |
| 2508 | 2026-08-20T20:47:43.399Z | Checking bit-vec v0.8.0 |
| 2509 | 2026-08-20T20:47:43.420Z | Checking ucd-trie v0.1.7 |
| 2510 | 2026-08-20T20:47:43.431Z | Checking unicode-ident v1.0.24 |
| 2511 | 2026-08-20T20:47:43.464Z | Checking funty v2.0.0 |
| 2512 | 2026-08-20T20:47:43.533Z | Checking strsim v0.11.1 |
| 2513 | 2026-08-20T20:47:43.545Z | Checking clap_lex v1.0.0 |
| 2514 | 2026-08-20T20:47:43.585Z | Checking rustls-webpki v0.103.13 |
| 2515 | 2026-08-20T20:47:43.598Z | Checking bit-set v0.8.0 |
| 2516 | 2026-08-20T20:47:43.609Z | Checking openssl v0.10.80 |
| 2517 | 2026-08-20T20:47:43.685Z | Checking clap_builder v4.6.0 |
| 2518 | 2026-08-20T20:47:43.686Z | Checking pest v2.8.6 |
| 2519 | 2026-08-20T20:47:43.733Z | Checking proc-macro2 v1.0.106 |
| 2520 | 2026-08-20T20:47:43.773Z | Checking bitvec v1.0.1 |
| 2521 | 2026-08-20T20:47:43.995Z | Checking rustls v0.23.41 |
| 2522 | 2026-08-20T20:47:44.008Z | Checking h2 v0.4.15 |
| 2523 | 2026-08-20T20:47:44.042Z | Checking rusty-fork v0.3.1 |
| 2524 | 2026-08-20T20:47:44.209Z | Checking num-iter v0.1.45 |
| 2525 | 2026-08-20T20:47:44.318Z | Checking rand v0.8.6 |
| 2526 | 2026-08-20T20:47:44.729Z | Checking lazy_static v1.5.0 |
| 2527 | 2026-08-20T20:47:44.818Z | Checking rand_xorshift v0.4.0 |
| 2528 | 2026-08-20T20:47:44.832Z | Checking hmac v0.12.1 |
| 2529 | 2026-08-20T20:47:44.923Z | Checking thiserror v1.0.69 |
| 2530 | 2026-08-20T20:47:44.935Z | Checking maybe-uninit v2.0.0 |
| 2531 | 2026-08-20T20:47:44.962Z | Checking toml_datetime v0.6.11 |
| 2532 | 2026-08-20T20:47:44.996Z | Checking serde_spanned v0.6.9 |
| 2533 | 2026-08-20T20:47:45.017Z | Checking sync_wrapper v1.0.2 |
| 2534 | 2026-08-20T20:47:45.071Z | Checking nodrop v0.1.14 |
| 2535 | 2026-08-20T20:47:45.114Z | Checking powerfmt v0.2.0 |
| 2536 | 2026-08-20T20:47:45.114Z | Checking zlib-rs v0.6.2 |
| 2537 | 2026-08-20T20:47:45.139Z | Checking unarray v0.1.4 |
| 2538 | 2026-08-20T20:47:45.154Z | Checking crc-catalog v2.4.0 |
| 2539 | 2026-08-20T20:47:45.198Z | Checking siphasher v1.0.2 |
| 2540 | 2026-08-20T20:47:45.235Z | Checking pretty-hex v0.4.1 |
| 2541 | 2026-08-20T20:47:45.248Z | Checking crc v3.4.0 |
| 2542 | 2026-08-20T20:47:45.259Z | Checking deranged v0.5.8 |
| 2543 | 2026-08-20T20:47:45.347Z | Checking proptest v1.11.0 |
| 2544 | 2026-08-20T20:47:45.350Z | Checking array-init v0.0.4 |
| 2545 | 2026-08-20T20:47:45.412Z | Checking tower v0.5.3 |
| 2546 | 2026-08-20T20:47:45.616Z | Checking native-tls v0.2.18 |
| 2547 | 2026-08-20T20:47:45.642Z | Checking packed_struct v0.10.1 |
| 2548 | 2026-08-20T20:47:45.788Z | Checking smallvec v0.6.14 |
| 2549 | 2026-08-20T20:47:45.800Z | Checking clap v4.6.1 |
| 2550 | 2026-08-20T20:47:45.875Z | Checking num-bigint-dig v0.8.6 |
| 2551 | 2026-08-20T20:47:45.972Z | Checking quote v1.0.45 |
| 2552 | 2026-08-20T20:47:45.987Z | Checking flate2 v1.1.9 |
| 2553 | 2026-08-20T20:47:46.141Z | Checking ipnetwork v0.21.1 |
| 2554 | 2026-08-20T20:47:46.184Z | Checking http-body-util v0.1.3 |
| 2555 | 2026-08-20T20:47:46.267Z | Checking pkcs1 v0.7.5 |
| 2556 | 2026-08-20T20:47:46.296Z | Checking crossbeam-utils v0.8.21 |
| 2557 | 2026-08-20T20:47:46.352Z | Checking zerocopy v0.6.6 |
| 2558 | 2026-08-20T20:47:46.403Z | Checking bitfield v0.19.4 |
| 2559 | 2026-08-20T20:47:46.471Z | Checking ahash v0.8.12 |
| 2560 | 2026-08-20T20:47:46.641Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2561 | 2026-08-20T20:47:46.644Z | Checking scroll v0.13.0 |
| 2562 | 2026-08-20T20:47:46.673Z | Checking env_filter v2.0.0 |
| 2563 | 2026-08-20T20:47:46.685Z | Checking ryu v1.0.23 |
| 2564 | 2026-08-20T20:47:46.698Z | Checking iri-string v0.7.10 |
| 2565 | 2026-08-20T20:47:46.716Z | Checking num_threads v0.1.7 |
| 2566 | 2026-08-20T20:47:46.719Z | Checking base64 v0.21.7 |
| 2567 | 2026-08-20T20:47:46.799Z | Checking winnow v0.5.40 |
| 2568 | 2026-08-20T20:47:46.813Z | Checking allocator-api2 v0.2.21 |
| 2569 | 2026-08-20T20:47:46.813Z | Checking time-core v0.1.8 |
| 2570 | 2026-08-20T20:47:46.872Z | Checking hyper v1.10.1 |
| 2571 | 2026-08-20T20:47:46.885Z | Checking num-conv v0.2.0 |
| 2572 | 2026-08-20T20:47:46.955Z | Checking unicode-properties v0.1.4 |
| 2573 | 2026-08-20T20:47:46.958Z | Checking unicode-bidi v0.3.18 |
| 2574 | 2026-08-20T20:47:46.994Z | Checking hashbrown v0.12.3 |
| 2575 | 2026-08-20T20:47:47.094Z | Checking gimli v0.32.3 |
| 2576 | 2026-08-20T20:47:47.140Z | Checking time v0.3.47 |
| 2577 | 2026-08-20T20:47:47.178Z | Checking newtype-uuid v1.3.2 |
| 2578 | 2026-08-20T20:47:47.255Z | Checking stringprep v0.1.5 |
| 2579 | 2026-08-20T20:47:47.377Z | Checking ron v0.8.1 |
| 2580 | 2026-08-20T20:47:47.393Z | Checking indexmap v1.9.3 |
| 2581 | 2026-08-20T20:47:47.404Z | Checking goblin v0.10.5 |
| 2582 | 2026-08-20T20:47:47.700Z | Checking serde_urlencoded v0.7.1 |
| 2583 | 2026-08-20T20:47:47.712Z | Checking tower-http v0.6.8 |
| 2584 | 2026-08-20T20:47:47.803Z | Checking hyper-util v0.1.20 |
| 2585 | 2026-08-20T20:47:47.887Z | Checking env_logger v0.11.11 |
| 2586 | 2026-08-20T20:47:47.900Z | Checking rsa v0.9.10 |
| 2587 | 2026-08-20T20:47:47.929Z | Checking toml_edit v0.19.15 |
| 2588 | 2026-08-20T20:47:47.982Z | Checking bzip2 v0.4.4 |
| 2589 | 2026-08-20T20:47:48.075Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2590 | 2026-08-20T20:47:48.146Z | Checking hashbrown v0.13.2 |
| 2591 | 2026-08-20T20:47:48.267Z | Checking crossbeam-epoch v0.9.18 |
| 2592 | 2026-08-20T20:47:48.353Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2593 | 2026-08-20T20:47:48.484Z | Checking oxnet v0.1.6 |
| 2594 | 2026-08-20T20:47:48.505Z | Checking syn v2.0.117 |
| 2595 | 2026-08-20T20:47:48.561Z | Checking serde-hex v0.1.0 |
| 2596 | 2026-08-20T20:47:48.633Z | Checking addr2line v0.25.1 |
| 2597 | 2026-08-20T20:47:48.734Z | Checking tokio-native-tls v0.3.1 |
| 2598 | 2026-08-20T20:47:48.892Z | Checking bstr v1.12.1 |
| 2599 | 2026-08-20T20:47:48.907Z | Checking block-buffer v0.12.1 |
| 2600 | 2026-08-20T20:47:48.947Z | Checking block-padding v0.4.2 |
| 2601 | 2026-08-20T20:47:49.055Z | Checking crypto-common v0.2.2 |
| 2602 | 2026-08-20T20:47:49.073Z | Checking rustls-native-certs v0.8.3 |
| 2603 | 2026-08-20T20:47:49.089Z | Checking x509-cert v0.2.5 |
| 2604 | 2026-08-20T20:47:49.205Z | Checking scroll v0.12.0 |
| 2605 | 2026-08-20T20:47:49.280Z | Checking object v0.37.3 |
| 2606 | 2026-08-20T20:47:49.425Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2607 | 2026-08-20T20:47:49.536Z | Checking md-5 v0.10.6 |
| 2608 | 2026-08-20T20:47:49.647Z | Checking hash32 v0.2.1 |
| 2609 | 2026-08-20T20:47:49.672Z | Checking encoding_rs v0.8.35 |
| 2610 | 2026-08-20T20:47:49.702Z | Checking mime v0.3.17 |
| 2611 | 2026-08-20T20:47:49.749Z | Checking either v1.15.0 |
| 2612 | 2026-08-20T20:47:49.797Z | Checking crc-any v2.5.0 |
| 2613 | 2026-08-20T20:47:49.868Z | Checking rustc-demangle v0.1.27 |
| 2614 | 2026-08-20T20:47:49.929Z | Checking fallible-iterator v0.2.0 |
| 2615 | 2026-08-20T20:47:49.966Z | Checking psl-types v2.0.11 |
| 2616 | 2026-08-20T20:47:50.071Z | Checking heapless v0.7.17 |
| 2617 | 2026-08-20T20:47:50.084Z | Checking publicsuffix v2.3.0 |
| 2618 | 2026-08-20T20:47:50.099Z | Checking dof v0.4.0 |
| 2619 | 2026-08-20T20:47:50.205Z | Checking postgres-protocol v0.6.10 |
| 2620 | 2026-08-20T20:47:50.241Z | Checking zstd-safe v7.2.4 |
| 2621 | 2026-08-20T20:47:50.406Z | Checking goblin v0.8.2 |
| 2622 | 2026-08-20T20:47:50.483Z | Checking inout v0.2.2 |
| 2623 | 2026-08-20T20:47:50.517Z | Checking hyper-tls v0.6.0 |
| 2624 | 2026-08-20T20:47:50.611Z | Checking toml v0.7.8 |
| 2625 | 2026-08-20T20:47:50.635Z | Checking daft v0.1.7 |
| 2626 | 2026-08-20T20:47:50.689Z | Checking object v0.30.4 |
| 2627 | 2026-08-20T20:47:50.730Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2628 | 2026-08-20T20:47:50.747Z | Checking cookie v0.18.1 |
| 2629 | 2026-08-20T20:47:50.874Z | Checking zip v0.6.6 |
| 2630 | 2026-08-20T20:47:50.890Z | Checking tokio-rustls v0.26.4 |
| 2631 | 2026-08-20T20:47:50.928Z | Checking phf_shared v0.13.1 |
| 2632 | 2026-08-20T20:47:50.978Z | Checking dtrace-parser v0.3.0 |
| 2633 | 2026-08-20T20:47:51.112Z | Checking zerocopy v0.7.35 |
| 2634 | 2026-08-20T20:47:51.124Z | Checking pin-project v1.1.11 |
| 2635 | 2026-08-20T20:47:51.128Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2636 | 2026-08-20T20:47:51.201Z | Checking signal-hook v0.3.18 |
| 2637 | 2026-08-20T20:47:51.220Z | Checking futures-executor v0.3.32 |
| 2638 | 2026-08-20T20:47:51.236Z | Checking ff v0.13.1 |
| 2639 | 2026-08-20T20:47:51.362Z | Checking thread-id v5.1.0 |
| 2640 | 2026-08-20T20:47:51.365Z | Checking libbz2-rs-sys v0.2.2 |
| 2641 | 2026-08-20T20:47:51.386Z | Checking path-slash v0.1.5 |
| 2642 | 2026-08-20T20:47:51.439Z | Checking managed v0.8.0 |
| 2643 | 2026-08-20T20:47:51.483Z | Checking base16ct v0.2.0 |
| 2644 | 2026-08-20T20:47:51.609Z | Checking is_ci v1.2.0 |
| 2645 | 2026-08-20T20:47:51.613Z | Checking foldhash v0.2.0 |
| 2646 | 2026-08-20T20:47:51.653Z | Checking smawk v0.3.2 |
| 2647 | 2026-08-20T20:47:51.654Z | Checking backtrace v0.3.76 |
| 2648 | 2026-08-20T20:47:51.709Z | Checking foldhash v0.1.5 |
| 2649 | 2026-08-20T20:47:51.753Z | Compiling rayon-core v1.13.0 |
| 2650 | 2026-08-20T20:47:51.766Z | Checking unicode-linebreak v0.1.5 |
| 2651 | 2026-08-20T20:47:51.769Z | Checking same-file v1.0.6 |
| 2652 | 2026-08-20T20:47:51.837Z | Checking unicode-width v0.2.0 |
| 2653 | 2026-08-20T20:47:51.875Z | Checking bitflags v1.3.2 |
| 2654 | 2026-08-20T20:47:51.923Z | Checking bumpalo v3.20.2 |
| 2655 | 2026-08-20T20:47:51.934Z | Checking jiff-core v0.1.0 |
| 2656 | 2026-08-20T20:47:51.947Z | Checking smoltcp v0.9.1 |
| 2657 | 2026-08-20T20:47:51.971Z | Checking backtrace-ext v0.2.1 |
| 2658 | 2026-08-20T20:47:52.085Z | Checking textwrap v0.16.2 |
| 2659 | 2026-08-20T20:47:52.098Z | Checking walkdir v2.5.0 |
| 2660 | 2026-08-20T20:47:52.101Z | Checking hashbrown v0.15.5 |
| 2661 | 2026-08-20T20:47:52.121Z | Checking zopfli v0.8.3 |
| 2662 | 2026-08-20T20:47:52.258Z | Checking bzip2 v0.6.1 |
| 2663 | 2026-08-20T20:47:52.285Z | Checking hashbrown v0.16.1 |
| 2664 | 2026-08-20T20:47:52.335Z | Checking dof v0.3.0 |
| 2665 | 2026-08-20T20:47:52.412Z | Checking supports-color v3.0.2 |
| 2666 | 2026-08-20T20:47:52.445Z | Checking sec1 v0.7.3 |
| 2667 | 2026-08-20T20:47:52.525Z | Checking usdt-impl v0.6.0 |
| 2668 | 2026-08-20T20:47:52.537Z | Checking signal-hook-mio v0.2.5 |
| 2669 | 2026-08-20T20:47:52.563Z | Checking futures v0.3.32 |
| 2670 | 2026-08-20T20:47:52.609Z | Checking jiff v0.2.34 |
| 2671 | 2026-08-20T20:47:52.620Z | Checking group v0.13.0 |
| 2672 | 2026-08-20T20:47:52.632Z | Checking snafu v0.8.9 |
| 2673 | 2026-08-20T20:47:52.635Z | Checking phf v0.13.1 |
| 2674 | 2026-08-20T20:47:52.653Z | Checking hyper-rustls v0.27.7 |
| 2675 | 2026-08-20T20:47:52.760Z | Checking cookie_store v0.22.1 |
| 2676 | 2026-08-20T20:47:52.778Z | Checking reqwest v0.12.28 |
| 2677 | 2026-08-20T20:47:52.789Z | Checking cipher v0.5.2 |
| 2678 | 2026-08-20T20:47:52.800Z | Checking postgres-types v0.2.12 |
| 2679 | 2026-08-20T20:47:52.812Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2680 | 2026-08-20T20:47:52.850Z | Checking zstd v0.13.3 |
| 2681 | 2026-08-20T20:47:52.863Z | Checking globset v0.4.18 |
| 2682 | 2026-08-20T20:47:53.019Z | Checking rustls-platform-verifier v0.6.2 |
| 2683 | 2026-08-20T20:47:53.029Z | Checking crossbeam-deque v0.8.6 |
| 2684 | 2026-08-20T20:47:53.081Z | Checking phf_shared v0.11.3 |
| 2685 | 2026-08-20T20:47:53.102Z | Checking regex v1.12.3 |
| 2686 | 2026-08-20T20:47:53.105Z | Checking dtrace-parser v0.2.0 |
| 2687 | 2026-08-20T20:47:53.128Z | Checking hkdf v0.12.4 |
| 2688 | 2026-08-20T20:47:53.149Z | Checking olpc-cjson v0.1.4 |
| 2689 | 2026-08-20T20:47:53.197Z | Checking curve25519-dalek v4.1.3 |
| 2690 | 2026-08-20T20:47:53.215Z | Checking ref-cast v1.0.25 |
| 2691 | 2026-08-20T20:47:53.257Z | Checking strum v0.27.2 |
| 2692 | 2026-08-20T20:47:53.273Z | Checking byte-wrapper v0.1.0 |
| 2693 | 2026-08-20T20:47:53.306Z | Checking hubpack v0.1.2 |
| 2694 | 2026-08-20T20:47:53.334Z | Checking ed25519 v2.2.3 |
| 2695 | 2026-08-20T20:47:53.357Z | Checking memoffset v0.9.1 |
| 2696 | 2026-08-20T20:47:53.371Z | Checking rustix v0.38.44 |
| 2697 | 2026-08-20T20:47:53.432Z | Checking owo-colors v4.3.0 |
| 2698 | 2026-08-20T20:47:53.465Z | Checking pem v3.0.6 |
| 2699 | 2026-08-20T20:47:53.479Z | Checking crypto-bigint v0.5.5 |
| 2700 | 2026-08-20T20:47:53.513Z | Checking serde_plain v1.0.2 |
| 2701 | 2026-08-20T20:47:53.530Z | Checking erased-serde v0.3.31 |
| 2702 | 2026-08-20T20:47:53.616Z | Checking serde-big-array v0.5.1 |
| 2703 | 2026-08-20T20:47:53.656Z | Checking float-cmp v0.10.0 |
| 2704 | 2026-08-20T20:47:53.742Z | Checking memmap2 v0.9.10 |
| 2705 | 2026-08-20T20:47:53.777Z | Checking thread-id v4.2.2 |
| 2706 | 2026-08-20T20:47:53.853Z | Checking static_assertions v1.1.0 |
| 2707 | 2026-08-20T20:47:53.899Z | Checking winnow v1.0.3 |
| 2708 | 2026-08-20T20:47:53.912Z | Checking keccak v0.1.6 |
| 2709 | 2026-08-20T20:47:53.922Z | Checking fixedbitset v0.5.7 |
| 2710 | 2026-08-20T20:47:53.968Z | Checking typed-path v0.9.3 |
| 2711 | 2026-08-20T20:47:53.981Z | Checking supports-unicode v3.0.0 |
| 2712 | 2026-08-20T20:47:54.069Z | Checking whoami v2.1.0 |
| 2713 | 2026-08-20T20:47:54.082Z | Checking fixedbitset v0.4.2 |
| 2714 | 2026-08-20T20:47:54.112Z | Checking precomputed-hash v0.1.1 |
| 2715 | 2026-08-20T20:47:54.164Z | Checking unicode-width v0.1.14 |
| 2716 | 2026-08-20T20:47:54.191Z | Checking supports-hyperlinks v3.2.0 |
| 2717 | 2026-08-20T20:47:54.222Z | Checking winnow v0.7.14 |
| 2718 | 2026-08-20T20:47:54.252Z | Checking const-oid v0.10.2 |
| 2719 | 2026-08-20T20:47:54.291Z | Checking toml_write v0.1.2 |
| 2720 | 2026-08-20T20:47:54.386Z | Checking data-encoding v2.10.0 |
| 2721 | 2026-08-20T20:47:54.404Z | Checking difflib v0.4.0 |
| 2722 | 2026-08-20T20:47:54.407Z | Checking predicates-core v1.0.10 |
| 2723 | 2026-08-20T20:47:54.453Z | Checking normalize-line-endings v0.3.0 |
| 2724 | 2026-08-20T20:47:54.510Z | Checking cpufeatures v0.3.0 |
| 2725 | 2026-08-20T20:47:54.528Z | Checking new_debug_unreachable v1.0.6 |
| 2726 | 2026-08-20T20:47:54.540Z | Checking unicode-segmentation v1.12.0 |
| 2727 | 2026-08-20T20:47:54.576Z | Checking chacha20 v0.10.0 |
| 2728 | 2026-08-20T20:47:54.588Z | Checking predicates v3.1.4 |
| 2729 | 2026-08-20T20:47:54.599Z | Checking string_cache v0.8.9 |
| 2730 | 2026-08-20T20:47:54.650Z | Checking hickory-proto v0.25.2 |
| 2731 | 2026-08-20T20:47:54.769Z | Checking zip v4.6.1 |
| 2732 | 2026-08-20T20:47:54.772Z | Checking tough v0.22.0 |
| 2733 | 2026-08-20T20:47:54.772Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2734 | 2026-08-20T20:47:54.841Z | Checking digest v0.11.3 |
| 2735 | 2026-08-20T20:47:54.857Z | Checking similar v2.7.0 |
| 2736 | 2026-08-20T20:47:54.901Z | Checking miette v7.6.0 |
| 2737 | 2026-08-20T20:47:55.029Z | Checking elliptic-curve v0.13.8 |
| 2738 | 2026-08-20T20:47:55.108Z | Checking tokio-postgres v0.7.16 |
| 2739 | 2026-08-20T20:47:55.244Z | Checking petgraph v0.6.5 |
| 2740 | 2026-08-20T20:47:55.337Z | Checking crossterm v0.28.1 |
| 2741 | 2026-08-20T20:47:55.375Z | Checking petgraph v0.8.3 |
| 2742 | 2026-08-20T20:47:55.419Z | Checking sha3 v0.10.8 |
| 2743 | 2026-08-20T20:47:55.431Z | Checking toml_edit v0.22.27 |
| 2744 | 2026-08-20T20:47:55.624Z | Checking ed25519-dalek v2.2.0 |
| 2745 | 2026-08-20T20:47:55.859Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2746 | 2026-08-20T20:47:56.042Z | Checking slog v2.8.2 |
| 2747 | 2026-08-20T20:47:56.324Z | Checking usdt v0.6.0 |
| 2748 | 2026-08-20T20:47:56.372Z | Checking usdt-impl v0.5.0 |
| 2749 | 2026-08-20T20:47:56.493Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2750 | 2026-08-20T20:47:56.524Z | Checking nix v0.31.2 |
| 2751 | 2026-08-20T20:47:56.536Z | Checking iddqd v0.4.2 |
| 2752 | 2026-08-20T20:47:56.804Z | Checking reqwest v0.13.2 |
| 2753 | 2026-08-20T20:47:56.947Z | Checking itertools v0.15.0 |
| 2754 | 2026-08-20T20:47:56.974Z | Checking itertools v0.13.0 |
| 2755 | 2026-08-20T20:47:57.081Z | Checking strum v0.26.3 |
| 2756 | 2026-08-20T20:47:57.192Z | Checking serde_with v3.21.0 |
| 2757 | 2026-08-20T20:47:57.443Z | Checking fs-err v3.3.0 |
| 2758 | 2026-08-20T20:47:57.486Z | Checking tokio-stream v0.1.18 |
| 2759 | 2026-08-20T20:47:57.649Z | Checking buf-list v1.1.2 |
| 2760 | 2026-08-20T20:47:57.716Z | Checking anyhow v1.0.104 |
| 2761 | 2026-08-20T20:47:57.737Z | Checking camino v1.2.5 |
| 2762 | 2026-08-20T20:47:57.825Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2763 | 2026-08-20T20:47:57.863Z | Checking openapiv3 v2.2.0 |
| 2764 | 2026-08-20T20:47:57.911Z | Checking peg-runtime v0.8.5 |
| 2765 | 2026-08-20T20:47:57.989Z | Checking lalrpop-util v0.19.12 |
| 2766 | 2026-08-20T20:47:58.001Z | Checking rayon v1.11.0 |
| 2767 | 2026-08-20T20:47:58.024Z | Checking sigpipe v0.1.3 |
| 2768 | 2026-08-20T20:47:58.046Z | Checking glob v0.3.3 |
| 2769 | 2026-08-20T20:47:59.019Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2770 | 2026-08-20T20:47:59.276Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2771 | 2026-08-20T20:47:59.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.53s |
| 2772 | 2026-08-20T20:47:59.710Z | |
| 2773 | 2026-08-20T20:47:59.711Z | info: running `cargo check --bins` on internal-dns-types (80/337) |
| 2774 | 2026-08-20T20:48:00.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2026-08-20T20:48:00.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2026-08-20T20:48:00.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2777 | 2026-08-20T20:48:00.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2778 | 2026-08-20T20:48:00.282Z | |
| 2779 | 2026-08-20T20:48:00.282Z | info: running `cargo check --bins` on internal-dns-types-versions (81/337) |
| 2780 | 2026-08-20T20:48:00.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-08-20T20:48:00.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-08-20T20:48:00.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2783 | 2026-08-20T20:48:00.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2784 | 2026-08-20T20:48:00.855Z | |
| 2785 | 2026-08-20T20:48:00.855Z | info: running `cargo check --bins` on nexus-types-versions (82/337) |
| 2786 | 2026-08-20T20:48:01.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2026-08-20T20:48:01.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2026-08-20T20:48:01.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2026-08-20T20:48:01.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2790 | 2026-08-20T20:48:01.448Z | |
| 2791 | 2026-08-20T20:48:01.448Z | info: running `cargo check --bins` on oxql-types (83/337) |
| 2792 | 2026-08-20T20:48:01.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2026-08-20T20:48:01.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2026-08-20T20:48:01.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2026-08-20T20:48:01.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2796 | 2026-08-20T20:48:02.018Z | |
| 2797 | 2026-08-20T20:48:02.018Z | info: running `cargo check --bins` on oximeter-types (84/337) |
| 2798 | 2026-08-20T20:48:02.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2026-08-20T20:48:02.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2026-08-20T20:48:02.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2026-08-20T20:48:02.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2802 | 2026-08-20T20:48:02.586Z | |
| 2803 | 2026-08-20T20:48:02.586Z | info: running `cargo check --bins` on oximeter-types-versions (85/337) |
| 2804 | 2026-08-20T20:48:03.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2026-08-20T20:48:03.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2026-08-20T20:48:03.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2807 | 2026-08-20T20:48:03.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2808 | 2026-08-20T20:48:03.160Z | |
| 2809 | 2026-08-20T20:48:03.160Z | info: running `cargo check --bins` on oximeter-macro-impl (86/337) |
| 2810 | 2026-08-20T20:48:03.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2026-08-20T20:48:03.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2026-08-20T20:48:03.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2026-08-20T20:48:03.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2814 | 2026-08-20T20:48:03.724Z | |
| 2815 | 2026-08-20T20:48:03.724Z | info: running `cargo check --bins --no-default-features` on oximeter-db (87/337) |
| 2816 | 2026-08-20T20:48:04.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2026-08-20T20:48:04.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2026-08-20T20:48:04.403Z | Compiling multer v3.1.0 |
| 2819 | 2026-08-20T20:48:04.517Z | Compiling async-stream-impl v0.3.6 |
| 2820 | 2026-08-20T20:48:04.520Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2821 | 2026-08-20T20:48:04.533Z | Compiling dropshot v0.17.1 |
| 2822 | 2026-08-20T20:48:04.546Z | Compiling parse-display-derive v0.10.0 |
| 2823 | 2026-08-20T20:48:04.557Z | Compiling dropshot_endpoint v0.17.1 |
| 2824 | 2026-08-20T20:48:04.561Z | Compiling newtype-uuid-macros v0.1.0 |
| 2825 | 2026-08-20T20:48:04.587Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2826 | 2026-08-20T20:48:04.751Z | Checking thread_local v1.1.9 |
| 2827 | 2026-08-20T20:48:04.754Z | Checking match_cfg v0.1.0 |
| 2828 | 2026-08-20T20:48:04.844Z | Checking compression-core v0.4.31 |
| 2829 | 2026-08-20T20:48:04.891Z | Checking hostname v0.3.1 |
| 2830 | 2026-08-20T20:48:04.932Z | Checking crossbeam-channel v0.5.15 |
| 2831 | 2026-08-20T20:48:04.964Z | Checking compression-codecs v0.4.37 |
| 2832 | 2026-08-20T20:48:04.979Z | Checking atomicwrites v0.4.4 |
| 2833 | 2026-08-20T20:48:04.993Z | Checking slog-json v2.6.1 |
| 2834 | 2026-08-20T20:48:05.088Z | Checking serde_spanned v1.1.1 |
| 2835 | 2026-08-20T20:48:05.101Z | Checking is-terminal v0.4.17 |
| 2836 | 2026-08-20T20:48:05.126Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2837 | 2026-08-20T20:48:05.141Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2838 | 2026-08-20T20:48:05.185Z | Checking term v1.2.1 |
| 2839 | 2026-08-20T20:48:05.214Z | Checking debug-ignore v1.0.5 |
| 2840 | 2026-08-20T20:48:05.261Z | Checking take_mut v0.2.2 |
| 2841 | 2026-08-20T20:48:05.308Z | Checking slog-bunyan v2.5.0 |
| 2842 | 2026-08-20T20:48:05.322Z | Checking async-compression v0.4.41 |
| 2843 | 2026-08-20T20:48:05.324Z | Checking async-stream v0.3.6 |
| 2844 | 2026-08-20T20:48:05.324Z | Checking toml v1.1.2+spec-1.1.0 |
| 2845 | 2026-08-20T20:48:05.357Z | Checking slog-async v2.8.0 |
| 2846 | 2026-08-20T20:48:05.395Z | Checking slog-term v2.9.2 |
| 2847 | 2026-08-20T20:48:05.415Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2848 | 2026-08-20T20:48:05.443Z | Checking progenitor-client v0.14.0 |
| 2849 | 2026-08-20T20:48:05.519Z | Checking sha1 v0.11.0 |
| 2850 | 2026-08-20T20:48:05.580Z | Checking waitgroup v0.1.2 |
| 2851 | 2026-08-20T20:48:05.644Z | Checking rustls-pemfile v2.2.0 |
| 2852 | 2026-08-20T20:48:05.669Z | Checking backon v1.6.0 |
| 2853 | 2026-08-20T20:48:05.682Z | Checking serde_path_to_error v0.1.20 |
| 2854 | 2026-08-20T20:48:05.725Z | Checking hostname v0.4.2 |
| 2855 | 2026-08-20T20:48:05.738Z | Checking instant v0.1.13 |
| 2856 | 2026-08-20T20:48:05.817Z | Checking backoff v0.4.0 |
| 2857 | 2026-08-20T20:48:05.842Z | Checking progenitor-extras v0.2.0 |
| 2858 | 2026-08-20T20:48:05.930Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2859 | 2026-08-20T20:48:05.945Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2860 | 2026-08-20T20:48:05.997Z | Checking regress v0.10.5 |
| 2861 | 2026-08-20T20:48:06.031Z | Checking itertools v0.14.0 |
| 2862 | 2026-08-20T20:48:06.121Z | Checking macaddr v1.0.1 |
| 2863 | 2026-08-20T20:48:06.202Z | Checking parse-display v0.10.0 |
| 2864 | 2026-08-20T20:48:06.309Z | Checking humantime v2.3.0 |
| 2865 | 2026-08-20T20:48:07.158Z | Compiling prettyplease v0.2.37 |
| 2866 | 2026-08-20T20:48:07.424Z | Checking num-rational v0.4.2 |
| 2867 | 2026-08-20T20:48:07.695Z | Checking num-complex v0.4.6 |
| 2868 | 2026-08-20T20:48:08.117Z | Compiling num v0.4.3 |
| 2869 | 2026-08-20T20:48:08.205Z | Compiling usdt-attr-macro v0.5.0 |
| 2870 | 2026-08-20T20:48:08.238Z | Compiling usdt-macro v0.5.0 |
| 2871 | 2026-08-20T20:48:08.260Z | Checking memmap v0.7.0 |
| 2872 | 2026-08-20T20:48:08.276Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2873 | 2026-08-20T20:48:08.290Z | Compiling float-ord v0.3.2 |
| 2874 | 2026-08-20T20:48:08.403Z | Compiling convert_case v0.4.0 |
| 2875 | 2026-08-20T20:48:08.765Z | Compiling derive_more v0.99.20 |
| 2876 | 2026-08-20T20:48:08.786Z | Checking newline-converter v0.3.0 |
| 2877 | 2026-08-20T20:48:08.898Z | Checking console v0.15.11 |
| 2878 | 2026-08-20T20:48:08.968Z | Compiling toml v0.8.23 |
| 2879 | 2026-08-20T20:48:08.971Z | Checking usdt v0.5.0 |
| 2880 | 2026-08-20T20:48:09.147Z | Checking linked-hash-map v0.5.6 |
| 2881 | 2026-08-20T20:48:09.170Z | Compiling minimal-lexical v0.2.1 |
| 2882 | 2026-08-20T20:48:09.317Z | Checking lru-cache v0.1.2 |
| 2883 | 2026-08-20T20:48:09.418Z | Compiling nom v7.1.3 |
| 2884 | 2026-08-20T20:48:09.436Z | Checking expectorate v1.2.0 |
| 2885 | 2026-08-20T20:48:09.621Z | Checking camino-tempfile v1.4.1 |
| 2886 | 2026-08-20T20:48:09.781Z | Checking hickory-proto v0.24.4 |
| 2887 | 2026-08-20T20:48:09.890Z | Checking phf_shared v0.12.1 |
| 2888 | 2026-08-20T20:48:10.029Z | Compiling slog-dtrace v0.3.0 |
| 2889 | 2026-08-20T20:48:10.071Z | Checking resolv-conf v0.7.6 |
| 2890 | 2026-08-20T20:48:10.257Z | Checking heck v0.5.0 |
| 2891 | 2026-08-20T20:48:10.384Z | Compiling unicode-xid v0.2.6 |
| 2892 | 2026-08-20T20:48:10.487Z | Compiling chrono-tz v0.10.4 |
| 2893 | 2026-08-20T20:48:10.508Z | Compiling const_format_proc_macros v0.2.34 |
| 2894 | 2026-08-20T20:48:10.737Z | Checking phf v0.12.1 |
| 2895 | 2026-08-20T20:48:10.756Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2896 | 2026-08-20T20:48:10.877Z | Checking tokio-dtrace v0.1.1 |
| 2897 | 2026-08-20T20:48:11.033Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2898 | 2026-08-20T20:48:11.062Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2899 | 2026-08-20T20:48:11.274Z | Compiling derive-where v1.6.0 |
| 2900 | 2026-08-20T20:48:11.334Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2901 | 2026-08-20T20:48:11.552Z | Checking highway v1.3.0 |
| 2902 | 2026-08-20T20:48:11.634Z | Checking hickory-resolver v0.24.4 |
| 2903 | 2026-08-20T20:48:11.785Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2904 | 2026-08-20T20:48:12.284Z | Checking const_format v0.2.35 |
| 2905 | 2026-08-20T20:48:12.416Z | Checking oxide-tokio-rt v0.1.4 |
| 2906 | 2026-08-20T20:48:12.587Z | Checking qorb v0.4.1 |
| 2907 | 2026-08-20T20:48:12.636Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2908 | 2026-08-20T20:48:12.690Z | Checking gethostname v0.5.0 |
| 2909 | 2026-08-20T20:48:12.777Z | Checking bcs v0.1.6 |
| 2910 | 2026-08-20T20:48:12.790Z | Checking termtree v0.5.1 |
| 2911 | 2026-08-20T20:48:12.901Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2912 | 2026-08-20T20:48:12.916Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2913 | 2026-08-20T20:48:12.919Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2914 | 2026-08-20T20:48:15.994Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2915 | 2026-08-20T20:48:19.083Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2916 | 2026-08-20T20:48:21.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.56s |
| 2917 | 2026-08-20T20:48:21.461Z | |
| 2918 | 2026-08-20T20:48:21.461Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337) |
| 2919 | 2026-08-20T20:48:21.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2920 | 2026-08-20T20:48:21.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2921 | 2026-08-20T20:48:22.141Z | Compiling ar_archive_writer v0.5.1 |
| 2922 | 2026-08-20T20:48:22.251Z | Compiling stacker v0.1.23 |
| 2923 | 2026-08-20T20:48:22.254Z | Compiling cfg_aliases v0.1.1 |
| 2924 | 2026-08-20T20:48:22.263Z | Compiling convert_case v0.10.0 |
| 2925 | 2026-08-20T20:48:22.270Z | Compiling proc-macro-error v1.0.4 |
| 2926 | 2026-08-20T20:48:22.281Z | Checking fd-lock v4.0.4 |
| 2927 | 2026-08-20T20:48:22.281Z | Checking nibble_vec v0.1.0 |
| 2928 | 2026-08-20T20:48:22.281Z | Checking vte v0.14.1 |
| 2929 | 2026-08-20T20:48:22.310Z | Compiling nix v0.28.0 |
| 2930 | 2026-08-20T20:48:22.388Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2931 | 2026-08-20T20:48:22.401Z | Checking bytecount v0.6.9 |
| 2932 | 2026-08-20T20:48:22.437Z | Checking endian-type v0.1.2 |
| 2933 | 2026-08-20T20:48:22.494Z | Checking papergrid v0.11.0 |
| 2934 | 2026-08-20T20:48:22.506Z | Checking strip-ansi-escapes v0.2.1 |
| 2935 | 2026-08-20T20:48:22.541Z | Compiling derive_more-impl v2.1.1 |
| 2936 | 2026-08-20T20:48:22.554Z | Checking radix_trie v0.2.1 |
| 2937 | 2026-08-20T20:48:22.556Z | Compiling tabled_derive v0.7.0 |
| 2938 | 2026-08-20T20:48:22.606Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2939 | 2026-08-20T20:48:22.764Z | Compiling peg-macros v0.8.5 |
| 2940 | 2026-08-20T20:48:22.780Z | Compiling sqlparser_derive v0.5.0 |
| 2941 | 2026-08-20T20:48:23.050Z | Compiling psm v0.1.30 |
| 2942 | 2026-08-20T20:48:23.068Z | Checking winnow v0.6.26 |
| 2943 | 2026-08-20T20:48:23.099Z | Checking home v0.5.12 |
| 2944 | 2026-08-20T20:48:23.200Z | Checking unicode_categories v0.1.1 |
| 2945 | 2026-08-20T20:48:23.345Z | Checking derive_more v2.1.1 |
| 2946 | 2026-08-20T20:48:23.358Z | Checking nu-ansi-term v0.50.3 |
| 2947 | 2026-08-20T20:48:23.421Z | Checking crossterm v0.29.0 |
| 2948 | 2026-08-20T20:48:23.490Z | Checking tabled v0.15.0 |
| 2949 | 2026-08-20T20:48:23.590Z | Checking reedline v0.40.0 |
| 2950 | 2026-08-20T20:48:23.594Z | Checking rustyline v14.0.0 |
| 2951 | 2026-08-20T20:48:23.599Z | Checking display-error-chain v0.2.2 |
| 2952 | 2026-08-20T20:48:23.798Z | Checking recursive v0.1.1 |
| 2953 | 2026-08-20T20:48:23.886Z | Checking sqlparser v0.61.0 |
| 2954 | 2026-08-20T20:48:24.027Z | Checking peg v0.8.5 |
| 2955 | 2026-08-20T20:48:24.197Z | Checking sqlformat v0.3.5 |
| 2956 | 2026-08-20T20:48:35.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s |
| 2957 | 2026-08-20T20:48:35.214Z | |
| 2958 | 2026-08-20T20:48:35.214Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337) |
| 2959 | 2026-08-20T20:48:35.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2960 | 2026-08-20T20:48:35.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2961 | 2026-08-20T20:48:35.884Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2962 | 2026-08-20T20:48:39.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 2963 | 2026-08-20T20:48:39.615Z | |
| 2964 | 2026-08-20T20:48:39.615Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337) |
| 2965 | 2026-08-20T20:48:40.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2966 | 2026-08-20T20:48:40.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2967 | 2026-08-20T20:48:40.284Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2968 | 2026-08-20T20:48:42.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 2969 | 2026-08-20T20:48:43.004Z | |
| 2970 | 2026-08-20T20:48:43.004Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337) |
| 2971 | 2026-08-20T20:48:43.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2972 | 2026-08-20T20:48:43.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2973 | 2026-08-20T20:48:43.668Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2974 | 2026-08-20T20:48:46.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 2975 | 2026-08-20T20:48:47.168Z | |
| 2976 | 2026-08-20T20:48:47.168Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337) |
| 2977 | 2026-08-20T20:48:47.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2978 | 2026-08-20T20:48:47.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2979 | 2026-08-20T20:48:47.843Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2980 | 2026-08-20T20:48:51.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
| 2981 | 2026-08-20T20:48:51.464Z | |
| 2982 | 2026-08-20T20:48:51.464Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337) |
| 2983 | 2026-08-20T20:48:51.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2026-08-20T20:48:51.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2026-08-20T20:48:52.190Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2986 | 2026-08-20T20:48:54.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
| 2987 | 2026-08-20T20:48:55.016Z | |
| 2988 | 2026-08-20T20:48:55.016Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337) |
| 2989 | 2026-08-20T20:48:55.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2026-08-20T20:48:55.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2026-08-20T20:48:55.685Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2992 | 2026-08-20T20:48:58.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
| 2993 | 2026-08-20T20:48:58.649Z | |
| 2994 | 2026-08-20T20:48:58.649Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337) |
| 2995 | 2026-08-20T20:48:59.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2026-08-20T20:48:59.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2026-08-20T20:48:59.381Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2998 | 2026-08-20T20:49:04.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 2999 | 2026-08-20T20:49:04.578Z | |
| 3000 | 2026-08-20T20:49:04.578Z | info: running `cargo check --bins` on oximeter (96/337) |
| 3001 | 2026-08-20T20:49:04.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2026-08-20T20:49:04.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2026-08-20T20:49:04.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3004 | 2026-08-20T20:49:04.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3005 | 2026-08-20T20:49:04.578Z | |
| 3006 | 2026-08-20T20:49:04.578Z | info: running `cargo check --bins` on oximeter-schema (97/337) |
| 3007 | 2026-08-20T20:49:04.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2026-08-20T20:49:04.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2026-08-20T20:49:04.579Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3010 | 2026-08-20T20:49:04.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3011 | 2026-08-20T20:49:04.741Z | |
| 3012 | 2026-08-20T20:49:04.741Z | info: running `cargo check --bins` on oximeter-timeseries-macro (98/337) |
| 3013 | 2026-08-20T20:49:05.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2026-08-20T20:49:05.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2026-08-20T20:49:05.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2026-08-20T20:49:05.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3017 | 2026-08-20T20:49:05.257Z | |
| 3018 | 2026-08-20T20:49:05.257Z | info: running `cargo check --bins` on oximeter-test-utils (99/337) |
| 3019 | 2026-08-20T20:49:05.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2026-08-20T20:49:05.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2026-08-20T20:49:05.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2026-08-20T20:49:05.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3023 | 2026-08-20T20:49:05.868Z | |
| 3024 | 2026-08-20T20:49:05.868Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337) |
| 3025 | 2026-08-20T20:49:06.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-08-20T20:49:06.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-08-20T20:49:06.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2026-08-20T20:49:06.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3029 | 2026-08-20T20:49:06.454Z | |
| 3030 | 2026-08-20T20:49:06.454Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337) |
| 3031 | 2026-08-20T20:49:06.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-08-20T20:49:06.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-08-20T20:49:06.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-08-20T20:49:06.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3035 | 2026-08-20T20:49:07.027Z | |
| 3036 | 2026-08-20T20:49:07.027Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337) |
| 3037 | 2026-08-20T20:49:07.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-08-20T20:49:07.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-08-20T20:49:07.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-08-20T20:49:07.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3041 | 2026-08-20T20:49:07.604Z | |
| 3042 | 2026-08-20T20:49:07.604Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337) |
| 3043 | 2026-08-20T20:49:08.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-08-20T20:49:08.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-08-20T20:49:08.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-08-20T20:49:08.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3047 | 2026-08-20T20:49:08.179Z | |
| 3048 | 2026-08-20T20:49:08.179Z | info: running `cargo check --bins` on trust-quorum-test-utils (104/337) |
| 3049 | 2026-08-20T20:49:08.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-08-20T20:49:08.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-08-20T20:49:08.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2026-08-20T20:49:08.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3053 | 2026-08-20T20:49:08.757Z | |
| 3054 | 2026-08-20T20:49:08.757Z | info: running `cargo check --bins` on reconfigurator-cli (105/337) |
| 3055 | 2026-08-20T20:49:09.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2026-08-20T20:49:09.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2026-08-20T20:49:09.579Z | Compiling crucible-workspace-hack v0.1.0 |
| 3058 | 2026-08-20T20:49:09.579Z | Compiling regress v0.11.1 |
| 3059 | 2026-08-20T20:49:09.583Z | Checking secrecy v0.10.3 |
| 3060 | 2026-08-20T20:49:09.583Z | Checking half v2.7.1 |
| 3061 | 2026-08-20T20:49:09.583Z | Checking ciborium-io v0.2.2 |
| 3062 | 2026-08-20T20:49:09.583Z | Checking inout v0.1.4 |
| 3063 | 2026-08-20T20:49:09.715Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3064 | 2026-08-20T20:49:09.718Z | Checking universal-hash v0.5.1 |
| 3065 | 2026-08-20T20:49:09.790Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3066 | 2026-08-20T20:49:09.842Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3067 | 2026-08-20T20:49:09.860Z | Checking opaque-debug v0.3.1 |
| 3068 | 2026-08-20T20:49:09.887Z | Checking cipher v0.4.4 |
| 3069 | 2026-08-20T20:49:09.940Z | Checking poly1305 v0.8.0 |
| 3070 | 2026-08-20T20:49:09.958Z | Checking ciborium-ll v0.2.2 |
| 3071 | 2026-08-20T20:49:09.972Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3072 | 2026-08-20T20:49:10.013Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3073 | 2026-08-20T20:49:10.081Z | Checking chacha20 v0.9.1 |
| 3074 | 2026-08-20T20:49:10.124Z | Checking ciborium v0.2.2 |
| 3075 | 2026-08-20T20:49:10.204Z | Checking password-hash v0.5.0 |
| 3076 | 2026-08-20T20:49:10.275Z | Checking blake2 v0.10.6 |
| 3077 | 2026-08-20T20:49:10.298Z | Checking aead v0.5.2 |
| 3078 | 2026-08-20T20:49:10.368Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3079 | 2026-08-20T20:49:10.424Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3080 | 2026-08-20T20:49:10.441Z | Checking indent_write v2.2.0 |
| 3081 | 2026-08-20T20:49:10.510Z | Checking argon2 v0.5.3 |
| 3082 | 2026-08-20T20:49:10.539Z | Checking chacha20poly1305 v0.10.1 |
| 3083 | 2026-08-20T20:49:10.569Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3084 | 2026-08-20T20:49:10.668Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3085 | 2026-08-20T20:49:10.672Z | Compiling unsafe-libyaml v0.2.11 |
| 3086 | 2026-08-20T20:49:10.857Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3087 | 2026-08-20T20:49:11.028Z | Checking thiserror-no-std v2.0.2 |
| 3088 | 2026-08-20T20:49:11.060Z | Compiling heapless v0.8.0 |
| 3089 | 2026-08-20T20:49:11.088Z | Checking vsss-rs v3.3.4 |
| 3090 | 2026-08-20T20:49:11.174Z | Compiling ingot-macros v0.2.0 |
| 3091 | 2026-08-20T20:49:11.353Z | Compiling typify-impl v0.6.2 |
| 3092 | 2026-08-20T20:49:11.422Z | Compiling proc-macro-crate v3.4.0 |
| 3093 | 2026-08-20T20:49:11.740Z | Compiling serde_yaml v0.9.34+deprecated |
| 3094 | 2026-08-20T20:49:11.974Z | Compiling num_enum_derive v0.7.6 |
| 3095 | 2026-08-20T20:49:12.044Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3096 | 2026-08-20T20:49:12.210Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3097 | 2026-08-20T20:49:12.320Z | Checking hash32 v0.3.1 |
| 3098 | 2026-08-20T20:49:12.454Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3099 | 2026-08-20T20:49:12.662Z | Compiling smoltcp v0.11.0 |
| 3100 | 2026-08-20T20:49:12.959Z | Checking tabwriter v1.4.1 |
| 3101 | 2026-08-20T20:49:13.025Z | Checking cobs v0.3.0 |
| 3102 | 2026-08-20T20:49:13.040Z | Checking num_enum v0.7.6 |
| 3103 | 2026-08-20T20:49:13.091Z | Checking swrite v0.1.0 |
| 3104 | 2026-08-20T20:49:13.111Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3105 | 2026-08-20T20:49:13.172Z | Checking postcard v1.1.3 |
| 3106 | 2026-08-20T20:49:13.187Z | Compiling proc-macro-crate v1.3.1 |
| 3107 | 2026-08-20T20:49:13.201Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3108 | 2026-08-20T20:49:13.309Z | Compiling foreign-types-macros v0.2.3 |
| 3109 | 2026-08-20T20:49:13.324Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3110 | 2026-08-20T20:49:13.405Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3111 | 2026-08-20T20:49:13.459Z | Checking colored v3.1.1 |
| 3112 | 2026-08-20T20:49:13.594Z | Checking foreign-types-shared v0.3.1 |
| 3113 | 2026-08-20T20:49:13.608Z | Compiling num_enum_derive v0.5.11 |
| 3114 | 2026-08-20T20:49:13.792Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3115 | 2026-08-20T20:49:13.821Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3116 | 2026-08-20T20:49:13.899Z | Checking foreign-types v0.5.0 |
| 3117 | 2026-08-20T20:49:13.977Z | Checking cstr-argument v0.1.2 |
| 3118 | 2026-08-20T20:49:14.007Z | Checking ingot-types v0.2.0 |
| 3119 | 2026-08-20T20:49:14.102Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3120 | 2026-08-20T20:49:14.222Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3121 | 2026-08-20T20:49:14.276Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3122 | 2026-08-20T20:49:14.311Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3123 | 2026-08-20T20:49:14.330Z | Checking rand v0.10.1 |
| 3124 | 2026-08-20T20:49:14.344Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3125 | 2026-08-20T20:49:14.375Z | Checking ingot v0.2.1 |
| 3126 | 2026-08-20T20:49:14.442Z | Compiling zone_cfg_derive v0.3.1 |
| 3127 | 2026-08-20T20:49:14.473Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3128 | 2026-08-20T20:49:14.605Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3129 | 2026-08-20T20:49:14.635Z | Checking num_enum v0.5.11 |
| 3130 | 2026-08-20T20:49:14.660Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3131 | 2026-08-20T20:49:14.747Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3132 | 2026-08-20T20:49:14.840Z | Checking itertools v0.12.1 |
| 3133 | 2026-08-20T20:49:14.923Z | Compiling num-derive v0.4.2 |
| 3134 | 2026-08-20T20:49:15.097Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3135 | 2026-08-20T20:49:15.282Z | Compiling semver v0.1.20 |
| 3136 | 2026-08-20T20:49:15.571Z | Compiling rustc_version v0.1.7 |
| 3137 | 2026-08-20T20:49:15.798Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3138 | 2026-08-20T20:49:15.825Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3139 | 2026-08-20T20:49:15.841Z | Checking smf v0.2.3 |
| 3140 | 2026-08-20T20:49:15.865Z | Checking zone v0.3.1 |
| 3141 | 2026-08-20T20:49:15.913Z | Compiling typify-macro v0.6.2 |
| 3142 | 2026-08-20T20:49:15.954Z | Checking csv-core v0.1.13 |
| 3143 | 2026-08-20T20:49:16.000Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3144 | 2026-08-20T20:49:16.044Z | Checking nom v8.0.0 |
| 3145 | 2026-08-20T20:49:16.066Z | Checking whoami v1.6.1 |
| 3146 | 2026-08-20T20:49:16.132Z | Checking csv v1.4.0 |
| 3147 | 2026-08-20T20:49:16.144Z | Compiling newtype_derive v0.1.6 |
| 3148 | 2026-08-20T20:49:16.269Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3149 | 2026-08-20T20:49:16.284Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3150 | 2026-08-20T20:49:16.345Z | Compiling cancel-safe-futures v0.1.5 |
| 3151 | 2026-08-20T20:49:16.450Z | Compiling libefi-sys v0.1.0 |
| 3152 | 2026-08-20T20:49:16.513Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3153 | 2026-08-20T20:49:16.574Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3154 | 2026-08-20T20:49:16.749Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3155 | 2026-08-20T20:49:16.882Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3156 | 2026-08-20T20:49:16.899Z | Checking oxide-update-engine-types v0.1.2 |
| 3157 | 2026-08-20T20:49:16.938Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3158 | 2026-08-20T20:49:16.955Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3159 | 2026-08-20T20:49:17.114Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3160 | 2026-08-20T20:49:17.186Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3161 | 2026-08-20T20:49:17.306Z | Compiling bitfield-struct v0.6.2 |
| 3162 | 2026-08-20T20:49:17.323Z | Checking linear-map v1.2.0 |
| 3163 | 2026-08-20T20:49:17.500Z | Checking steno v0.4.1 |
| 3164 | 2026-08-20T20:49:17.724Z | Compiling typify v0.6.2 |
| 3165 | 2026-08-20T20:49:17.813Z | Compiling progenitor-impl v0.14.0 |
| 3166 | 2026-08-20T20:49:17.837Z | Checking oxide-update-engine v0.1.2 |
| 3167 | 2026-08-20T20:49:17.950Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3168 | 2026-08-20T20:49:18.057Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3169 | 2026-08-20T20:49:18.189Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3170 | 2026-08-20T20:49:18.229Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3171 | 2026-08-20T20:49:18.260Z | Checking sha1 v0.10.6 |
| 3172 | 2026-08-20T20:49:18.348Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3173 | 2026-08-20T20:49:18.426Z | Checking utf-8 v0.7.6 |
| 3174 | 2026-08-20T20:49:18.441Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3175 | 2026-08-20T20:49:18.455Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3176 | 2026-08-20T20:49:18.515Z | Checking ignore v0.4.25 |
| 3177 | 2026-08-20T20:49:18.562Z | Checking tungstenite v0.21.0 |
| 3178 | 2026-08-20T20:49:18.605Z | Checking anstyle-parse v0.2.7 |
| 3179 | 2026-08-20T20:49:18.675Z | Compiling xshell-macros v0.2.7 |
| 3180 | 2026-08-20T20:49:18.761Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3181 | 2026-08-20T20:49:18.764Z | Checking anstream v0.6.21 |
| 3182 | 2026-08-20T20:49:18.920Z | Checking globwalk v0.9.1 |
| 3183 | 2026-08-20T20:49:18.965Z | Checking predicates-tree v1.0.13 |
| 3184 | 2026-08-20T20:49:18.981Z | Checking filetime v0.2.27 |
| 3185 | 2026-08-20T20:49:18.995Z | Checking tokio-tungstenite v0.21.0 |
| 3186 | 2026-08-20T20:49:19.057Z | Checking xshell v0.2.7 |
| 3187 | 2026-08-20T20:49:19.075Z | Checking tagptr v0.2.0 |
| 3188 | 2026-08-20T20:49:19.099Z | Checking xattr v1.6.1 |
| 3189 | 2026-08-20T20:49:19.114Z | Checking camino-tempfile-ext v0.3.3 |
| 3190 | 2026-08-20T20:49:19.214Z | Checking moka v0.12.13 |
| 3191 | 2026-08-20T20:49:19.231Z | Checking tar v0.4.46 |
| 3192 | 2026-08-20T20:49:19.248Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3193 | 2026-08-20T20:49:19.279Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3194 | 2026-08-20T20:49:19.310Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3195 | 2026-08-20T20:49:19.410Z | Checking rand_seeder v0.4.0 |
| 3196 | 2026-08-20T20:49:19.427Z | Checking half v1.8.3 |
| 3197 | 2026-08-20T20:49:19.449Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3198 | 2026-08-20T20:49:19.557Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3199 | 2026-08-20T20:49:19.615Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3200 | 2026-08-20T20:49:19.630Z | Checking serde_cbor v0.11.2 |
| 3201 | 2026-08-20T20:49:19.862Z | Checking hickory-resolver v0.25.2 |
| 3202 | 2026-08-20T20:49:19.876Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3203 | 2026-08-20T20:49:19.879Z | Checking sha2 v0.11.0 |
| 3204 | 2026-08-20T20:49:20.023Z | Checking digest-io v0.1.0 |
| 3205 | 2026-08-20T20:49:20.158Z | Compiling petname v2.0.2 |
| 3206 | 2026-08-20T20:49:20.442Z | Compiling progenitor-macro v0.14.0 |
| 3207 | 2026-08-20T20:49:20.499Z | Checking rawzip v0.4.4 |
| 3208 | 2026-08-20T20:49:20.543Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3209 | 2026-08-20T20:49:20.562Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3210 | 2026-08-20T20:49:20.934Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3211 | 2026-08-20T20:49:20.949Z | Checking sapling-renderdag v0.1.0 |
| 3212 | 2026-08-20T20:49:21.025Z | Checking subprocess v0.2.15 |
| 3213 | 2026-08-20T20:49:21.115Z | Checking sync-ptr v0.1.4 |
| 3214 | 2026-08-20T20:49:21.220Z | Checking colored v2.2.0 |
| 3215 | 2026-08-20T20:49:21.264Z | Checking assert_matches v1.5.0 |
| 3216 | 2026-08-20T20:49:21.355Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3217 | 2026-08-20T20:49:21.403Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3218 | 2026-08-20T20:49:21.587Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3219 | 2026-08-20T20:49:21.859Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3220 | 2026-08-20T20:49:22.148Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3221 | 2026-08-20T20:49:22.294Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3222 | 2026-08-20T20:49:22.297Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3223 | 2026-08-20T20:49:23.291Z | Checking progenitor v0.14.0 |
| 3224 | 2026-08-20T20:49:23.423Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3225 | 2026-08-20T20:49:23.426Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3226 | 2026-08-20T20:49:23.426Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3227 | 2026-08-20T20:49:23.426Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3228 | 2026-08-20T20:49:23.426Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3229 | 2026-08-20T20:49:23.426Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3230 | 2026-08-20T20:49:23.913Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3231 | 2026-08-20T20:49:23.942Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3232 | 2026-08-20T20:49:24.018Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3233 | 2026-08-20T20:49:24.147Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3234 | 2026-08-20T20:49:24.165Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3235 | 2026-08-20T20:49:24.555Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3236 | 2026-08-20T20:49:25.073Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3237 | 2026-08-20T20:49:25.163Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3238 | 2026-08-20T20:49:25.723Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3239 | 2026-08-20T20:49:26.473Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3240 | 2026-08-20T20:49:35.127Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3241 | 2026-08-20T20:49:42.389Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3242 | 2026-08-20T20:49:42.393Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3243 | 2026-08-20T20:49:42.393Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3244 | 2026-08-20T20:49:43.898Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3245 | 2026-08-20T20:49:45.173Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3246 | 2026-08-20T20:49:47.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.67s |
| 3247 | 2026-08-20T20:49:47.637Z | |
| 3248 | 2026-08-20T20:49:47.637Z | info: running `cargo check --bins` on nexus-inventory (106/337) |
| 3249 | 2026-08-20T20:49:48.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3250 | 2026-08-20T20:49:48.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3251 | 2026-08-20T20:49:48.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3252 | 2026-08-20T20:49:48.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3253 | 2026-08-20T20:49:48.255Z | |
| 3254 | 2026-08-20T20:49:48.255Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337) |
| 3255 | 2026-08-20T20:49:48.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3256 | 2026-08-20T20:49:48.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3257 | 2026-08-20T20:49:48.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3258 | 2026-08-20T20:49:48.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3259 | 2026-08-20T20:49:48.839Z | |
| 3260 | 2026-08-20T20:49:48.839Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/337) |
| 3261 | 2026-08-20T20:49:49.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3262 | 2026-08-20T20:49:49.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3263 | 2026-08-20T20:49:49.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3264 | 2026-08-20T20:49:49.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3265 | 2026-08-20T20:49:49.413Z | |
| 3266 | 2026-08-20T20:49:49.414Z | info: running `cargo check --bins` on dns-service-client (109/337) |
| 3267 | 2026-08-20T20:49:49.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2026-08-20T20:49:49.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2026-08-20T20:49:49.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3270 | 2026-08-20T20:49:49.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3271 | 2026-08-20T20:49:50.004Z | |
| 3272 | 2026-08-20T20:49:50.004Z | info: running `cargo check --bins` on ntp-admin-client (110/337) |
| 3273 | 2026-08-20T20:49:50.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2026-08-20T20:49:50.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2026-08-20T20:49:50.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3276 | 2026-08-20T20:49:50.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3277 | 2026-08-20T20:49:50.555Z | |
| 3278 | 2026-08-20T20:49:50.556Z | info: running `cargo check --bins` on omicron-cockroach-metrics (111/337) |
| 3279 | 2026-08-20T20:49:51.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2026-08-20T20:49:51.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2026-08-20T20:49:51.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3282 | 2026-08-20T20:49:51.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3283 | 2026-08-20T20:49:51.119Z | |
| 3284 | 2026-08-20T20:49:51.119Z | info: running `cargo check --bins` on cockroach-admin-client (112/337) |
| 3285 | 2026-08-20T20:49:51.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3286 | 2026-08-20T20:49:51.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3287 | 2026-08-20T20:49:51.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3288 | 2026-08-20T20:49:51.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3289 | 2026-08-20T20:49:51.690Z | |
| 3290 | 2026-08-20T20:49:51.690Z | info: running `cargo check --bins` on parallel-task-set (113/337) |
| 3291 | 2026-08-20T20:49:52.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3292 | 2026-08-20T20:49:52.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3293 | 2026-08-20T20:49:52.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3294 | 2026-08-20T20:49:52.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3295 | 2026-08-20T20:49:52.243Z | |
| 3296 | 2026-08-20T20:49:52.243Z | info: running `cargo check --bins` on sled-agent-client (114/337) |
| 3297 | 2026-08-20T20:49:52.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3298 | 2026-08-20T20:49:52.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3299 | 2026-08-20T20:49:52.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3300 | 2026-08-20T20:49:52.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3301 | 2026-08-20T20:49:52.841Z | |
| 3302 | 2026-08-20T20:49:52.842Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337) |
| 3303 | 2026-08-20T20:49:53.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2026-08-20T20:49:53.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2026-08-20T20:49:53.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3306 | 2026-08-20T20:49:53.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3307 | 2026-08-20T20:49:53.429Z | |
| 3308 | 2026-08-20T20:49:53.429Z | info: running `cargo check --bins --no-default-features` on sled-storage (116/337) |
| 3309 | 2026-08-20T20:49:53.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2026-08-20T20:49:53.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2026-08-20T20:49:53.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2026-08-20T20:49:53.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3313 | 2026-08-20T20:49:54.025Z | |
| 3314 | 2026-08-20T20:49:54.025Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337) |
| 3315 | 2026-08-20T20:49:54.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2026-08-20T20:49:54.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2026-08-20T20:49:54.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2026-08-20T20:49:54.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3319 | 2026-08-20T20:49:54.619Z | |
| 3320 | 2026-08-20T20:49:54.623Z | info: running `cargo check --bins` on key-manager (118/337) |
| 3321 | 2026-08-20T20:49:55.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2026-08-20T20:49:55.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2026-08-20T20:49:55.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2026-08-20T20:49:55.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3325 | 2026-08-20T20:49:55.527Z | |
| 3326 | 2026-08-20T20:49:55.527Z | info: running `cargo check --bins --no-default-features` on sled-hardware (119/337) |
| 3327 | 2026-08-20T20:49:55.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2026-08-20T20:49:55.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2026-08-20T20:49:55.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3330 | 2026-08-20T20:49:55.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3331 | 2026-08-20T20:49:55.801Z | |
| 3332 | 2026-08-20T20:49:55.801Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337) |
| 3333 | 2026-08-20T20:49:56.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2026-08-20T20:49:56.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2026-08-20T20:49:56.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2026-08-20T20:49:56.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3337 | 2026-08-20T20:49:56.393Z | |
| 3338 | 2026-08-20T20:49:56.393Z | info: running `cargo check --bins` on typed-rng (121/337) |
| 3339 | 2026-08-20T20:49:56.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2026-08-20T20:49:56.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2026-08-20T20:49:56.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2026-08-20T20:49:56.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3343 | 2026-08-20T20:49:56.964Z | |
| 3344 | 2026-08-20T20:49:56.964Z | info: running `cargo check --bins` on gateway-test-utils (122/337) |
| 3345 | 2026-08-20T20:49:57.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2026-08-20T20:49:57.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2026-08-20T20:49:57.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2026-08-20T20:49:57.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3349 | 2026-08-20T20:49:57.581Z | |
| 3350 | 2026-08-20T20:49:57.581Z | info: running `cargo check --bins` on omicron-gateway (123/337) |
| 3351 | 2026-08-20T20:49:58.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2026-08-20T20:49:58.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2026-08-20T20:49:58.321Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3354 | 2026-08-20T20:49:58.329Z | Checking void v1.0.2 |
| 3355 | 2026-08-20T20:49:58.329Z | Checking tungstenite v0.23.0 |
| 3356 | 2026-08-20T20:49:58.329Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3357 | 2026-08-20T20:49:58.439Z | Checking dropshot-api-manager-types v0.8.0 |
| 3358 | 2026-08-20T20:49:58.447Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3359 | 2026-08-20T20:49:58.451Z | Checking nix v0.27.1 |
| 3360 | 2026-08-20T20:49:58.456Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3361 | 2026-08-20T20:49:58.520Z | Checking lzss v0.8.2 |
| 3362 | 2026-08-20T20:49:58.596Z | Checking kstat-rs v0.2.5 |
| 3363 | 2026-08-20T20:49:58.621Z | Checking fxhash v0.2.1 |
| 3364 | 2026-08-20T20:49:58.696Z | Checking serde_bytes v0.11.19 |
| 3365 | 2026-08-20T20:49:58.732Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3366 | 2026-08-20T20:49:58.748Z | Checking signal-hook-tokio v0.3.1 |
| 3367 | 2026-08-20T20:49:58.762Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3368 | 2026-08-20T20:49:58.785Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3369 | 2026-08-20T20:49:58.834Z | Checking tokio-tungstenite v0.23.1 |
| 3370 | 2026-08-20T20:49:58.967Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3371 | 2026-08-20T20:50:00.052Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3372 | 2026-08-20T20:50:00.611Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3373 | 2026-08-20T20:50:02.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s |
| 3374 | 2026-08-20T20:50:02.963Z | |
| 3375 | 2026-08-20T20:50:02.963Z | info: running `cargo check --bins` on gateway-api (124/337) |
| 3376 | 2026-08-20T20:50:03.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-08-20T20:50:03.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-08-20T20:50:03.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-08-20T20:50:03.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3380 | 2026-08-20T20:50:03.538Z | |
| 3381 | 2026-08-20T20:50:03.538Z | info: running `cargo check --bins` on ipcc (125/337) |
| 3382 | 2026-08-20T20:50:04.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-08-20T20:50:04.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-08-20T20:50:04.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-08-20T20:50:04.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3386 | 2026-08-20T20:50:04.397Z | |
| 3387 | 2026-08-20T20:50:04.397Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337) |
| 3388 | 2026-08-20T20:50:04.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-08-20T20:50:04.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-08-20T20:50:04.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-08-20T20:50:04.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3392 | 2026-08-20T20:50:04.679Z | |
| 3393 | 2026-08-20T20:50:04.679Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337) |
| 3394 | 2026-08-20T20:50:05.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-08-20T20:50:05.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-08-20T20:50:05.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-08-20T20:50:05.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3398 | 2026-08-20T20:50:05.275Z | |
| 3399 | 2026-08-20T20:50:05.275Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337) |
| 3400 | 2026-08-20T20:50:05.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-08-20T20:50:05.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-08-20T20:50:05.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-08-20T20:50:05.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3404 | 2026-08-20T20:50:05.854Z | |
| 3405 | 2026-08-20T20:50:05.854Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337) |
| 3406 | 2026-08-20T20:50:06.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-08-20T20:50:06.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-08-20T20:50:06.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-08-20T20:50:06.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3410 | 2026-08-20T20:50:06.438Z | |
| 3411 | 2026-08-20T20:50:06.438Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337) |
| 3412 | 2026-08-20T20:50:06.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-08-20T20:50:06.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-08-20T20:50:06.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-08-20T20:50:06.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3416 | 2026-08-20T20:50:07.022Z | |
| 3417 | 2026-08-20T20:50:07.022Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337) |
| 3418 | 2026-08-20T20:50:07.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-08-20T20:50:07.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-08-20T20:50:07.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-08-20T20:50:07.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3422 | 2026-08-20T20:50:07.625Z | |
| 3423 | 2026-08-20T20:50:07.626Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337) |
| 3424 | 2026-08-20T20:50:08.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-08-20T20:50:08.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-08-20T20:50:08.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-08-20T20:50:08.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3428 | 2026-08-20T20:50:08.210Z | |
| 3429 | 2026-08-20T20:50:08.210Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337) |
| 3430 | 2026-08-20T20:50:11.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-08-20T20:50:12.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-08-20T20:50:12.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-08-20T20:50:12.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3434 | 2026-08-20T20:50:12.023Z | |
| 3435 | 2026-08-20T20:50:12.023Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337) |
| 3436 | 2026-08-20T20:50:12.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-08-20T20:50:12.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-08-20T20:50:12.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3439 | 2026-08-20T20:50:12.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3440 | 2026-08-20T20:50:12.023Z | |
| 3441 | 2026-08-20T20:50:12.023Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337) |
| 3442 | 2026-08-20T20:50:12.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2026-08-20T20:50:12.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2026-08-20T20:50:12.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2026-08-20T20:50:12.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3446 | 2026-08-20T20:50:12.024Z | |
| 3447 | 2026-08-20T20:50:12.024Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337) |
| 3448 | 2026-08-20T20:50:12.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-08-20T20:50:12.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-08-20T20:50:12.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-08-20T20:50:12.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3452 | 2026-08-20T20:50:12.024Z | |
| 3453 | 2026-08-20T20:50:12.024Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337) |
| 3454 | 2026-08-20T20:50:12.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-08-20T20:50:12.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-08-20T20:50:12.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-08-20T20:50:12.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3458 | 2026-08-20T20:50:12.024Z | |
| 3459 | 2026-08-20T20:50:12.024Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337) |
| 3460 | 2026-08-20T20:50:12.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-08-20T20:50:12.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-08-20T20:50:12.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3463 | 2026-08-20T20:50:12.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3464 | 2026-08-20T20:50:12.025Z | |
| 3465 | 2026-08-20T20:50:12.025Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337) |
| 3466 | 2026-08-20T20:50:13.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3467 | 2026-08-20T20:50:13.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3468 | 2026-08-20T20:50:13.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3469 | 2026-08-20T20:50:13.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3470 | 2026-08-20T20:50:13.577Z | |
| 3471 | 2026-08-20T20:50:13.577Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337) |
| 3472 | 2026-08-20T20:50:13.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-08-20T20:50:13.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-08-20T20:50:13.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-08-20T20:50:13.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3476 | 2026-08-20T20:50:13.582Z | |
| 3477 | 2026-08-20T20:50:13.582Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337) |
| 3478 | 2026-08-20T20:50:13.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-08-20T20:50:13.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-08-20T20:50:13.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-08-20T20:50:13.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3482 | 2026-08-20T20:50:13.583Z | |
| 3483 | 2026-08-20T20:50:13.583Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337) |
| 3484 | 2026-08-20T20:50:15.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-08-20T20:50:15.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-08-20T20:50:15.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2026-08-20T20:50:15.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3488 | 2026-08-20T20:50:15.178Z | |
| 3489 | 2026-08-20T20:50:15.178Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337) |
| 3490 | 2026-08-20T20:50:15.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-08-20T20:50:15.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-08-20T20:50:15.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-08-20T20:50:15.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3494 | 2026-08-20T20:50:15.178Z | |
| 3495 | 2026-08-20T20:50:15.178Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337) |
| 3496 | 2026-08-20T20:50:15.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-08-20T20:50:15.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-08-20T20:50:15.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-08-20T20:50:15.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3500 | 2026-08-20T20:50:15.187Z | |
| 3501 | 2026-08-20T20:50:15.187Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337) |
| 3502 | 2026-08-20T20:50:16.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-08-20T20:50:16.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-08-20T20:50:16.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-08-20T20:50:16.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3506 | 2026-08-20T20:50:16.442Z | |
| 3507 | 2026-08-20T20:50:16.442Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337) |
| 3508 | 2026-08-20T20:50:16.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-08-20T20:50:16.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-08-20T20:50:16.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-08-20T20:50:16.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3512 | 2026-08-20T20:50:16.442Z | |
| 3513 | 2026-08-20T20:50:16.442Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337) |
| 3514 | 2026-08-20T20:50:16.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-08-20T20:50:16.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-08-20T20:50:16.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-08-20T20:50:16.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3518 | 2026-08-20T20:50:16.947Z | |
| 3519 | 2026-08-20T20:50:16.947Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337) |
| 3520 | 2026-08-20T20:50:17.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-08-20T20:50:17.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-08-20T20:50:17.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-08-20T20:50:17.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3524 | 2026-08-20T20:50:17.546Z | |
| 3525 | 2026-08-20T20:50:17.546Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337) |
| 3526 | 2026-08-20T20:50:18.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-08-20T20:50:18.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-08-20T20:50:18.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-08-20T20:50:18.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3530 | 2026-08-20T20:50:18.145Z | |
| 3531 | 2026-08-20T20:50:18.145Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337) |
| 3532 | 2026-08-20T20:50:18.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-08-20T20:50:18.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-08-20T20:50:18.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-08-20T20:50:18.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3536 | 2026-08-20T20:50:18.740Z | |
| 3537 | 2026-08-20T20:50:18.741Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337) |
| 3538 | 2026-08-20T20:50:19.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-08-20T20:50:19.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-08-20T20:50:19.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-08-20T20:50:19.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3542 | 2026-08-20T20:50:19.335Z | |
| 3543 | 2026-08-20T20:50:19.336Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337) |
| 3544 | 2026-08-20T20:50:19.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-08-20T20:50:19.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-08-20T20:50:19.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-08-20T20:50:19.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3548 | 2026-08-20T20:50:19.943Z | |
| 3549 | 2026-08-20T20:50:19.943Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337) |
| 3550 | 2026-08-20T20:50:20.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-08-20T20:50:20.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-08-20T20:50:20.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-08-20T20:50:20.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3554 | 2026-08-20T20:50:20.545Z | |
| 3555 | 2026-08-20T20:50:20.545Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337) |
| 3556 | 2026-08-20T20:50:21.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-08-20T20:50:21.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-08-20T20:50:21.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-08-20T20:50:21.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3560 | 2026-08-20T20:50:21.153Z | |
| 3561 | 2026-08-20T20:50:21.154Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337) |
| 3562 | 2026-08-20T20:50:21.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-08-20T20:50:21.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-08-20T20:50:21.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-08-20T20:50:21.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3566 | 2026-08-20T20:50:21.760Z | |
| 3567 | 2026-08-20T20:50:21.760Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337) |
| 3568 | 2026-08-20T20:50:22.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-08-20T20:50:22.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-08-20T20:50:22.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-08-20T20:50:22.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3572 | 2026-08-20T20:50:22.368Z | |
| 3573 | 2026-08-20T20:50:22.368Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337) |
| 3574 | 2026-08-20T20:50:22.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-08-20T20:50:22.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-08-20T20:50:22.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-08-20T20:50:22.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3578 | 2026-08-20T20:50:22.961Z | |
| 3579 | 2026-08-20T20:50:22.961Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337) |
| 3580 | 2026-08-20T20:50:23.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-08-20T20:50:23.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-08-20T20:50:23.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-08-20T20:50:23.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3584 | 2026-08-20T20:50:23.555Z | |
| 3585 | 2026-08-20T20:50:23.555Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337) |
| 3586 | 2026-08-20T20:50:24.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-08-20T20:50:24.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-08-20T20:50:24.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-08-20T20:50:24.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3590 | 2026-08-20T20:50:24.152Z | |
| 3591 | 2026-08-20T20:50:24.152Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337) |
| 3592 | 2026-08-20T20:50:24.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-08-20T20:50:24.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-08-20T20:50:24.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-08-20T20:50:24.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3596 | 2026-08-20T20:50:24.754Z | |
| 3597 | 2026-08-20T20:50:24.758Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337) |
| 3598 | 2026-08-20T20:50:25.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-08-20T20:50:25.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-08-20T20:50:25.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-08-20T20:50:25.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3602 | 2026-08-20T20:50:25.355Z | |
| 3603 | 2026-08-20T20:50:25.355Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337) |
| 3604 | 2026-08-20T20:50:25.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-08-20T20:50:25.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-08-20T20:50:25.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-08-20T20:50:25.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3608 | 2026-08-20T20:50:25.958Z | |
| 3609 | 2026-08-20T20:50:25.958Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337) |
| 3610 | 2026-08-20T20:50:26.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-08-20T20:50:26.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-08-20T20:50:26.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-08-20T20:50:26.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3614 | 2026-08-20T20:50:26.557Z | |
| 3615 | 2026-08-20T20:50:26.557Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337) |
| 3616 | 2026-08-20T20:50:27.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-08-20T20:50:27.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-08-20T20:50:27.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-08-20T20:50:27.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3620 | 2026-08-20T20:50:27.143Z | |
| 3621 | 2026-08-20T20:50:27.143Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337) |
| 3622 | 2026-08-20T20:50:27.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-08-20T20:50:27.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-08-20T20:50:27.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-08-20T20:50:27.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3626 | 2026-08-20T20:50:27.726Z | |
| 3627 | 2026-08-20T20:50:27.726Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337) |
| 3628 | 2026-08-20T20:50:28.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-08-20T20:50:28.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-08-20T20:50:28.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-08-20T20:50:28.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3632 | 2026-08-20T20:50:28.307Z | |
| 3633 | 2026-08-20T20:50:28.307Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337) |
| 3634 | 2026-08-20T20:50:28.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-08-20T20:50:28.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-08-20T20:50:28.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-08-20T20:50:28.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3638 | 2026-08-20T20:50:28.891Z | |
| 3639 | 2026-08-20T20:50:28.891Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337) |
| 3640 | 2026-08-20T20:50:29.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-08-20T20:50:29.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-08-20T20:50:29.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-08-20T20:50:29.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3644 | 2026-08-20T20:50:29.471Z | |
| 3645 | 2026-08-20T20:50:29.471Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337) |
| 3646 | 2026-08-20T20:50:29.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-08-20T20:50:29.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-08-20T20:50:29.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-08-20T20:50:29.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3650 | 2026-08-20T20:50:30.056Z | |
| 3651 | 2026-08-20T20:50:30.056Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337) |
| 3652 | 2026-08-20T20:50:30.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-08-20T20:50:30.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-08-20T20:50:30.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-08-20T20:50:30.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3656 | 2026-08-20T20:50:30.639Z | |
| 3657 | 2026-08-20T20:50:30.639Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337) |
| 3658 | 2026-08-20T20:50:31.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-08-20T20:50:31.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-08-20T20:50:31.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3661 | 2026-08-20T20:50:31.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3662 | 2026-08-20T20:50:31.221Z | |
| 3663 | 2026-08-20T20:50:31.221Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337) |
| 3664 | 2026-08-20T20:50:31.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-08-20T20:50:31.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-08-20T20:50:31.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3667 | 2026-08-20T20:50:31.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3668 | 2026-08-20T20:50:31.809Z | |
| 3669 | 2026-08-20T20:50:31.809Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337) |
| 3670 | 2026-08-20T20:50:32.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-08-20T20:50:32.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-08-20T20:50:32.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3673 | 2026-08-20T20:50:32.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3674 | 2026-08-20T20:50:32.406Z | |
| 3675 | 2026-08-20T20:50:32.406Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337) |
| 3676 | 2026-08-20T20:50:32.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-08-20T20:50:32.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-08-20T20:50:32.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3679 | 2026-08-20T20:50:32.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3680 | 2026-08-20T20:50:32.980Z | |
| 3681 | 2026-08-20T20:50:32.980Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337) |
| 3682 | 2026-08-20T20:50:33.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-08-20T20:50:33.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-08-20T20:50:33.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2026-08-20T20:50:33.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3686 | 2026-08-20T20:50:33.564Z | |
| 3687 | 2026-08-20T20:50:33.564Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337) |
| 3688 | 2026-08-20T20:50:34.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-08-20T20:50:34.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-08-20T20:50:34.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2026-08-20T20:50:34.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3692 | 2026-08-20T20:50:34.147Z | |
| 3693 | 2026-08-20T20:50:34.147Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337) |
| 3694 | 2026-08-20T20:50:34.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-08-20T20:50:34.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-08-20T20:50:34.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2026-08-20T20:50:34.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3698 | 2026-08-20T20:50:34.731Z | |
| 3699 | 2026-08-20T20:50:34.732Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337) |
| 3700 | 2026-08-20T20:50:35.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-08-20T20:50:35.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-08-20T20:50:35.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2026-08-20T20:50:35.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3704 | 2026-08-20T20:50:35.313Z | |
| 3705 | 2026-08-20T20:50:35.313Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337) |
| 3706 | 2026-08-20T20:50:35.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-08-20T20:50:35.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-08-20T20:50:35.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2026-08-20T20:50:35.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3710 | 2026-08-20T20:50:35.895Z | |
| 3711 | 2026-08-20T20:50:35.895Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337) |
| 3712 | 2026-08-20T20:50:36.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-08-20T20:50:36.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-08-20T20:50:36.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2026-08-20T20:50:36.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3716 | 2026-08-20T20:50:36.497Z | |
| 3717 | 2026-08-20T20:50:36.497Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337) |
| 3718 | 2026-08-20T20:50:37.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-08-20T20:50:37.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-08-20T20:50:37.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2026-08-20T20:50:37.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3722 | 2026-08-20T20:50:37.093Z | |
| 3723 | 2026-08-20T20:50:37.093Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337) |
| 3724 | 2026-08-20T20:50:37.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-08-20T20:50:37.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-08-20T20:50:37.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-08-20T20:50:37.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3728 | 2026-08-20T20:50:37.691Z | |
| 3729 | 2026-08-20T20:50:37.692Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337) |
| 3730 | 2026-08-20T20:50:38.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-08-20T20:50:38.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-08-20T20:50:38.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-08-20T20:50:38.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3734 | 2026-08-20T20:50:38.287Z | |
| 3735 | 2026-08-20T20:50:38.287Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337) |
| 3736 | 2026-08-20T20:50:38.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-08-20T20:50:38.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-08-20T20:50:38.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3739 | 2026-08-20T20:50:38.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3740 | 2026-08-20T20:50:38.887Z | |
| 3741 | 2026-08-20T20:50:38.887Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337) |
| 3742 | 2026-08-20T20:50:39.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-08-20T20:50:39.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-08-20T20:50:39.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3745 | 2026-08-20T20:50:39.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3746 | 2026-08-20T20:50:39.487Z | |
| 3747 | 2026-08-20T20:50:39.487Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337) |
| 3748 | 2026-08-20T20:50:39.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-08-20T20:50:39.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-08-20T20:50:39.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3751 | 2026-08-20T20:50:40.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3752 | 2026-08-20T20:50:40.090Z | |
| 3753 | 2026-08-20T20:50:40.090Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337) |
| 3754 | 2026-08-20T20:50:40.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-08-20T20:50:40.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-08-20T20:50:40.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3757 | 2026-08-20T20:50:40.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3758 | 2026-08-20T20:50:40.688Z | |
| 3759 | 2026-08-20T20:50:40.688Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337) |
| 3760 | 2026-08-20T20:50:41.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-08-20T20:50:41.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-08-20T20:50:41.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3763 | 2026-08-20T20:50:41.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3764 | 2026-08-20T20:50:41.291Z | |
| 3765 | 2026-08-20T20:50:41.291Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337) |
| 3766 | 2026-08-20T20:50:41.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-08-20T20:50:41.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-08-20T20:50:41.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3769 | 2026-08-20T20:50:41.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3770 | 2026-08-20T20:50:41.891Z | |
| 3771 | 2026-08-20T20:50:41.891Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337) |
| 3772 | 2026-08-20T20:50:42.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-08-20T20:50:42.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-08-20T20:50:42.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3775 | 2026-08-20T20:50:42.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3776 | 2026-08-20T20:50:42.485Z | |
| 3777 | 2026-08-20T20:50:42.485Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337) |
| 3778 | 2026-08-20T20:50:42.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-08-20T20:50:42.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-08-20T20:50:42.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3781 | 2026-08-20T20:50:42.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3782 | 2026-08-20T20:50:43.084Z | |
| 3783 | 2026-08-20T20:50:43.084Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337) |
| 3784 | 2026-08-20T20:50:43.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-08-20T20:50:43.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-08-20T20:50:43.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-08-20T20:50:43.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3788 | 2026-08-20T20:50:43.684Z | |
| 3789 | 2026-08-20T20:50:43.685Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337) |
| 3790 | 2026-08-20T20:50:44.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-08-20T20:50:44.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-08-20T20:50:44.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-08-20T20:50:44.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3794 | 2026-08-20T20:50:44.285Z | |
| 3795 | 2026-08-20T20:50:44.286Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337) |
| 3796 | 2026-08-20T20:50:44.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-08-20T20:50:44.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-08-20T20:50:44.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-08-20T20:50:44.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3800 | 2026-08-20T20:50:44.887Z | |
| 3801 | 2026-08-20T20:50:44.887Z | info: running `cargo check --bins` on oximeter-producer (195/337) |
| 3802 | 2026-08-20T20:50:45.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-08-20T20:50:45.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-08-20T20:50:45.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-08-20T20:50:45.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3806 | 2026-08-20T20:50:45.506Z | |
| 3807 | 2026-08-20T20:50:45.506Z | info: running `cargo check --bins` on internal-dns-resolver (196/337) |
| 3808 | 2026-08-20T20:50:45.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-08-20T20:50:46.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-08-20T20:50:46.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-08-20T20:50:46.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3812 | 2026-08-20T20:50:46.093Z | |
| 3813 | 2026-08-20T20:50:46.093Z | info: running `cargo check --bins` on dns-server (197/337) |
| 3814 | 2026-08-20T20:50:46.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-08-20T20:50:46.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-08-20T20:50:46.754Z | Compiling parking_lot_core v0.8.6 |
| 3817 | 2026-08-20T20:50:46.758Z | Compiling git-stub v1.0.0 |
| 3818 | 2026-08-20T20:50:46.758Z | Checking prefix-trie v0.7.0 |
| 3819 | 2026-08-20T20:50:46.875Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3820 | 2026-08-20T20:50:46.987Z | Compiling git-stub-vcs v0.1.0 |
| 3821 | 2026-08-20T20:50:47.143Z | Checking hickory-server v0.25.2 |
| 3822 | 2026-08-20T20:50:47.251Z | Checking parking_lot v0.11.2 |
| 3823 | 2026-08-20T20:50:47.287Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3824 | 2026-08-20T20:50:47.418Z | Checking sled v0.34.7 |
| 3825 | 2026-08-20T20:50:49.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 3826 | 2026-08-20T20:50:49.526Z | |
| 3827 | 2026-08-20T20:50:49.526Z | info: running `cargo check --bins` on dns-server-api (198/337) |
| 3828 | 2026-08-20T20:50:50.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3829 | 2026-08-20T20:50:50.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3830 | 2026-08-20T20:50:50.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3831 | 2026-08-20T20:50:50.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3832 | 2026-08-20T20:50:50.101Z | |
| 3833 | 2026-08-20T20:50:50.101Z | info: running `cargo check --bins` on nexus-client (199/337) |
| 3834 | 2026-08-20T20:50:50.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3835 | 2026-08-20T20:50:50.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3836 | 2026-08-20T20:50:50.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3837 | 2026-08-20T20:50:50.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3838 | 2026-08-20T20:50:50.744Z | |
| 3839 | 2026-08-20T20:50:50.744Z | info: running `cargo check --bins` on oximeter-producer-api (200/337) |
| 3840 | 2026-08-20T20:50:51.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2026-08-20T20:50:51.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2026-08-20T20:50:51.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2026-08-20T20:50:51.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3844 | 2026-08-20T20:50:51.296Z | |
| 3845 | 2026-08-20T20:50:51.296Z | info: running `cargo check --bins` on sp-sim (201/337) |
| 3846 | 2026-08-20T20:50:51.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2026-08-20T20:50:51.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2026-08-20T20:50:52.015Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3849 | 2026-08-20T20:50:52.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 3850 | 2026-08-20T20:50:52.719Z | |
| 3851 | 2026-08-20T20:50:52.720Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337) |
| 3852 | 2026-08-20T20:50:53.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2026-08-20T20:50:53.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2026-08-20T20:50:53.549Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3855 | 2026-08-20T20:50:53.681Z | Compiling hashbrown v0.14.5 |
| 3856 | 2026-08-20T20:50:53.681Z | Compiling rfc6979 v0.4.0 |
| 3857 | 2026-08-20T20:50:53.684Z | Compiling salty v0.3.0 |
| 3858 | 2026-08-20T20:50:53.707Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3859 | 2026-08-20T20:50:53.718Z | Compiling primeorder v0.13.6 |
| 3860 | 2026-08-20T20:50:53.733Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3861 | 2026-08-20T20:50:53.800Z | Compiling ecdsa v0.16.9 |
| 3862 | 2026-08-20T20:50:53.857Z | Compiling sha1 v0.10.6 |
| 3863 | 2026-08-20T20:50:53.971Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3864 | 2026-08-20T20:50:54.047Z | Compiling proc-macro-error2 v2.0.1 |
| 3865 | 2026-08-20T20:50:54.156Z | Compiling p384 v0.13.1 |
| 3866 | 2026-08-20T20:50:54.175Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3867 | 2026-08-20T20:50:54.212Z | Compiling chumsky v0.9.3 |
| 3868 | 2026-08-20T20:50:54.227Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3869 | 2026-08-20T20:50:54.359Z | Compiling knus-derive v3.4.0 |
| 3870 | 2026-08-20T20:50:54.388Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3871 | 2026-08-20T20:50:54.421Z | Checking libscf-sys v1.2.0 |
| 3872 | 2026-08-20T20:50:54.471Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3873 | 2026-08-20T20:50:54.546Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3874 | 2026-08-20T20:50:54.697Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3875 | 2026-08-20T20:50:54.749Z | Checking corncobs v0.1.4 |
| 3876 | 2026-08-20T20:50:54.872Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3877 | 2026-08-20T20:50:54.885Z | Checking papergrid v0.18.0 |
| 3878 | 2026-08-20T20:50:54.900Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3879 | 2026-08-20T20:50:54.915Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3880 | 2026-08-20T20:50:54.928Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3881 | 2026-08-20T20:50:55.066Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3882 | 2026-08-20T20:50:55.083Z | Checking secrecy v0.8.0 |
| 3883 | 2026-08-20T20:50:55.147Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3884 | 2026-08-20T20:50:55.206Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3885 | 2026-08-20T20:50:55.389Z | Compiling unicase v2.9.0 |
| 3886 | 2026-08-20T20:50:55.417Z | Compiling progenitor-impl v0.13.0 |
| 3887 | 2026-08-20T20:50:55.436Z | Checking crc8 v0.1.1 |
| 3888 | 2026-08-20T20:50:55.451Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3889 | 2026-08-20T20:50:55.589Z | Compiling mime_guess v2.0.5 |
| 3890 | 2026-08-20T20:50:55.650Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3891 | 2026-08-20T20:50:55.665Z | Checking tabled v0.21.0 |
| 3892 | 2026-08-20T20:50:55.686Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3893 | 2026-08-20T20:50:55.720Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3894 | 2026-08-20T20:50:55.742Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3895 | 2026-08-20T20:50:55.825Z | Compiling knus v3.4.0 |
| 3896 | 2026-08-20T20:50:56.333Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3897 | 2026-08-20T20:50:56.557Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3898 | 2026-08-20T20:50:56.619Z | Checking progenitor-client v0.13.0 |
| 3899 | 2026-08-20T20:50:56.731Z | Checking http-range v0.1.5 |
| 3900 | 2026-08-20T20:50:56.859Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3901 | 2026-08-20T20:50:56.862Z | Checking illumos-nvpair v0.3.0 |
| 3902 | 2026-08-20T20:50:57.038Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3903 | 2026-08-20T20:50:57.052Z | Checking scuffle v0.1.0 |
| 3904 | 2026-08-20T20:50:57.068Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3905 | 2026-08-20T20:50:57.236Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3906 | 2026-08-20T20:50:57.615Z | Checking nanorand v0.7.0 |
| 3907 | 2026-08-20T20:50:57.631Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3908 | 2026-08-20T20:50:57.818Z | Checking flume v0.11.1 |
| 3909 | 2026-08-20T20:50:57.822Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3910 | 2026-08-20T20:50:57.959Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3911 | 2026-08-20T20:50:57.975Z | Checking hyper-staticfile v0.10.1 |
| 3912 | 2026-08-20T20:50:58.022Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3913 | 2026-08-20T20:50:58.061Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3914 | 2026-08-20T20:50:58.078Z | Compiling progenitor-macro v0.13.0 |
| 3915 | 2026-08-20T20:50:58.185Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3916 | 2026-08-20T20:50:58.255Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3917 | 2026-08-20T20:50:58.415Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3918 | 2026-08-20T20:50:58.446Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3919 | 2026-08-20T20:50:58.504Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3920 | 2026-08-20T20:50:58.649Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3921 | 2026-08-20T20:50:58.837Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3922 | 2026-08-20T20:50:58.955Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3923 | 2026-08-20T20:50:58.976Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3924 | 2026-08-20T20:51:00.424Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3925 | 2026-08-20T20:51:01.342Z | Checking progenitor v0.13.0 |
| 3926 | 2026-08-20T20:51:01.478Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3927 | 2026-08-20T20:51:02.405Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3928 | 2026-08-20T20:51:03.474Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3929 | 2026-08-20T20:51:03.846Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3930 | 2026-08-20T20:51:04.042Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3931 | 2026-08-20T20:51:04.042Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3932 | 2026-08-20T20:51:17.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.76s |
| 3933 | 2026-08-20T20:51:17.494Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3934 | 2026-08-20T20:51:17.494Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3935 | 2026-08-20T20:51:17.693Z | |
| 3936 | 2026-08-20T20:51:17.693Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337) |
| 3937 | 2026-08-20T20:51:18.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-08-20T20:51:18.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-08-20T20:51:18.478Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3940 | 2026-08-20T20:51:29.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3941 | 2026-08-20T20:51:29.144Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3942 | 2026-08-20T20:51:29.144Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3943 | 2026-08-20T20:51:29.344Z | |
| 3944 | 2026-08-20T20:51:29.344Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337) |
| 3945 | 2026-08-20T20:51:29.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-08-20T20:51:29.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-08-20T20:51:30.117Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3948 | 2026-08-20T20:51:40.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s |
| 3949 | 2026-08-20T20:51:40.864Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3950 | 2026-08-20T20:51:40.864Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3951 | 2026-08-20T20:51:41.064Z | |
| 3952 | 2026-08-20T20:51:41.064Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337) |
| 3953 | 2026-08-20T20:51:41.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-08-20T20:51:41.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-08-20T20:51:41.845Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3956 | 2026-08-20T20:51:52.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s |
| 3957 | 2026-08-20T20:51:52.439Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3958 | 2026-08-20T20:51:52.439Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3959 | 2026-08-20T20:51:52.642Z | |
| 3960 | 2026-08-20T20:51:52.642Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337) |
| 3961 | 2026-08-20T20:51:53.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2026-08-20T20:51:53.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2026-08-20T20:51:53.417Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3964 | 2026-08-20T20:52:03.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 3965 | 2026-08-20T20:52:03.960Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3966 | 2026-08-20T20:52:03.960Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3967 | 2026-08-20T20:52:04.161Z | |
| 3968 | 2026-08-20T20:52:04.161Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337) |
| 3969 | 2026-08-20T20:52:04.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3970 | 2026-08-20T20:52:04.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3971 | 2026-08-20T20:52:04.960Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3972 | 2026-08-20T20:52:15.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3973 | 2026-08-20T20:52:15.552Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3974 | 2026-08-20T20:52:15.552Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3975 | 2026-08-20T20:52:15.756Z | |
| 3976 | 2026-08-20T20:52:15.756Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337) |
| 3977 | 2026-08-20T20:52:16.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-08-20T20:52:16.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-08-20T20:52:16.533Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3980 | 2026-08-20T20:52:27.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s |
| 3981 | 2026-08-20T20:52:27.136Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3982 | 2026-08-20T20:52:27.136Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3983 | 2026-08-20T20:52:27.331Z | |
| 3984 | 2026-08-20T20:52:27.331Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337) |
| 3985 | 2026-08-20T20:52:27.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2026-08-20T20:52:27.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2026-08-20T20:52:28.108Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3988 | 2026-08-20T20:52:38.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3989 | 2026-08-20T20:52:38.756Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3990 | 2026-08-20T20:52:38.756Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3991 | 2026-08-20T20:52:38.958Z | |
| 3992 | 2026-08-20T20:52:38.958Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337) |
| 3993 | 2026-08-20T20:52:39.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-08-20T20:52:39.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-08-20T20:52:39.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3996 | 2026-08-20T20:52:39.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3997 | 2026-08-20T20:52:39.537Z | |
| 3998 | 2026-08-20T20:52:39.537Z | info: running `cargo check --bins` on installinator-common (211/337) |
| 3999 | 2026-08-20T20:52:40.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4000 | 2026-08-20T20:52:40.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4001 | 2026-08-20T20:52:40.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4002 | 2026-08-20T20:52:40.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4003 | 2026-08-20T20:52:40.125Z | |
| 4004 | 2026-08-20T20:52:40.125Z | info: running `cargo check --bins` on installinator-common-versions (212/337) |
| 4005 | 2026-08-20T20:52:40.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-08-20T20:52:40.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-08-20T20:52:40.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4008 | 2026-08-20T20:52:40.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4009 | 2026-08-20T20:52:40.691Z | |
| 4010 | 2026-08-20T20:52:40.692Z | info: running `cargo check --bins` on nexus-lockstep-client (213/337) |
| 4011 | 2026-08-20T20:52:41.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-08-20T20:52:41.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-08-20T20:52:41.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4014 | 2026-08-20T20:52:41.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4015 | 2026-08-20T20:52:41.308Z | |
| 4016 | 2026-08-20T20:52:41.308Z | info: running `cargo check --bins` on omicron-ddm-admin-client (214/337) |
| 4017 | 2026-08-20T20:52:41.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2026-08-20T20:52:41.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2026-08-20T20:52:41.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4020 | 2026-08-20T20:52:41.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4021 | 2026-08-20T20:52:41.885Z | |
| 4022 | 2026-08-20T20:52:41.885Z | info: running `cargo check --bins` on range-requests (215/337) |
| 4023 | 2026-08-20T20:52:42.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4024 | 2026-08-20T20:52:42.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4025 | 2026-08-20T20:52:42.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4026 | 2026-08-20T20:52:42.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4027 | 2026-08-20T20:52:42.458Z | |
| 4028 | 2026-08-20T20:52:42.458Z | info: running `cargo check --bins` on repo-depot-api (216/337) |
| 4029 | 2026-08-20T20:52:42.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4030 | 2026-08-20T20:52:42.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4031 | 2026-08-20T20:52:42.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4032 | 2026-08-20T20:52:42.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4033 | 2026-08-20T20:52:43.027Z | |
| 4034 | 2026-08-20T20:52:43.027Z | info: running `cargo check --bins` on repo-depot-client (217/337) |
| 4035 | 2026-08-20T20:52:43.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4036 | 2026-08-20T20:52:43.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4037 | 2026-08-20T20:52:43.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4038 | 2026-08-20T20:52:43.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4039 | 2026-08-20T20:52:43.590Z | |
| 4040 | 2026-08-20T20:52:43.590Z | info: running `cargo check --bins` on sled-agent-api (218/337) |
| 4041 | 2026-08-20T20:52:44.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4042 | 2026-08-20T20:52:44.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4043 | 2026-08-20T20:52:44.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4044 | 2026-08-20T20:52:44.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4045 | 2026-08-20T20:52:44.188Z | |
| 4046 | 2026-08-20T20:52:44.188Z | info: running `cargo check --bins` on sled-diagnostics (219/337) |
| 4047 | 2026-08-20T20:52:44.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4048 | 2026-08-20T20:52:44.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4049 | 2026-08-20T20:52:44.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4050 | 2026-08-20T20:52:44.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4051 | 2026-08-20T20:52:44.785Z | |
| 4052 | 2026-08-20T20:52:44.785Z | info: running `cargo check --bins` on zfs-test-harness (220/337) |
| 4053 | 2026-08-20T20:52:45.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-08-20T20:52:45.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-08-20T20:52:45.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-08-20T20:52:45.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4057 | 2026-08-20T20:52:45.381Z | |
| 4058 | 2026-08-20T20:52:45.381Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (221/337) |
| 4059 | 2026-08-20T20:52:45.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-08-20T20:52:45.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-08-20T20:52:45.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-08-20T20:52:45.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4063 | 2026-08-20T20:52:45.987Z | |
| 4064 | 2026-08-20T20:52:45.987Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337) |
| 4065 | 2026-08-20T20:52:46.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-08-20T20:52:46.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-08-20T20:52:46.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-08-20T20:52:46.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4069 | 2026-08-20T20:52:46.588Z | |
| 4070 | 2026-08-20T20:52:46.588Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337) |
| 4071 | 2026-08-20T20:52:47.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-08-20T20:52:47.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-08-20T20:52:47.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4074 | 2026-08-20T20:52:47.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4075 | 2026-08-20T20:52:47.186Z | |
| 4076 | 2026-08-20T20:52:47.186Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337) |
| 4077 | 2026-08-20T20:52:47.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4078 | 2026-08-20T20:52:47.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4079 | 2026-08-20T20:52:47.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4080 | 2026-08-20T20:52:47.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4081 | 2026-08-20T20:52:47.783Z | |
| 4082 | 2026-08-20T20:52:47.783Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337) |
| 4083 | 2026-08-20T20:52:48.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4084 | 2026-08-20T20:52:48.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4085 | 2026-08-20T20:52:48.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4086 | 2026-08-20T20:52:48.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4087 | 2026-08-20T20:52:48.374Z | |
| 4088 | 2026-08-20T20:52:48.374Z | info: running `cargo check --bins` on sled-agent-resolvable-files (226/337) |
| 4089 | 2026-08-20T20:52:48.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4090 | 2026-08-20T20:52:48.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4091 | 2026-08-20T20:52:48.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4092 | 2026-08-20T20:52:48.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4093 | 2026-08-20T20:52:48.974Z | |
| 4094 | 2026-08-20T20:52:48.974Z | info: running `cargo check --bins` on trust-quorum (227/337) |
| 4095 | 2026-08-20T20:52:49.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4096 | 2026-08-20T20:52:49.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4097 | 2026-08-20T20:52:49.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4098 | 2026-08-20T20:52:49.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4099 | 2026-08-20T20:52:49.581Z | |
| 4100 | 2026-08-20T20:52:49.581Z | info: running `cargo check --bins` on sled-agent-early-networking (228/337) |
| 4101 | 2026-08-20T20:52:50.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4102 | 2026-08-20T20:52:50.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4103 | 2026-08-20T20:52:50.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4104 | 2026-08-20T20:52:50.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4105 | 2026-08-20T20:52:50.168Z | |
| 4106 | 2026-08-20T20:52:50.168Z | info: running `cargo check --bins` on sled-agent-health-monitor (229/337) |
| 4107 | 2026-08-20T20:52:50.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4108 | 2026-08-20T20:52:50.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4109 | 2026-08-20T20:52:50.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4110 | 2026-08-20T20:52:50.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4111 | 2026-08-20T20:52:50.758Z | |
| 4112 | 2026-08-20T20:52:50.758Z | info: running `cargo check --bins` on sled-agent-multirack-join (230/337) |
| 4113 | 2026-08-20T20:52:51.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4114 | 2026-08-20T20:52:51.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4115 | 2026-08-20T20:52:51.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4116 | 2026-08-20T20:52:51.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4117 | 2026-08-20T20:52:51.379Z | |
| 4118 | 2026-08-20T20:52:51.379Z | info: running `cargo check --bins` on sled-agent-rack-setup (231/337) |
| 4119 | 2026-08-20T20:52:51.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4120 | 2026-08-20T20:52:51.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4121 | 2026-08-20T20:52:51.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4122 | 2026-08-20T20:52:51.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4123 | 2026-08-20T20:52:52.009Z | |
| 4124 | 2026-08-20T20:52:52.009Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337) |
| 4125 | 2026-08-20T20:52:52.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4126 | 2026-08-20T20:52:52.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4127 | 2026-08-20T20:52:52.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4128 | 2026-08-20T20:52:52.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4129 | 2026-08-20T20:52:52.623Z | |
| 4130 | 2026-08-20T20:52:52.623Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (233/337) |
| 4131 | 2026-08-20T20:52:53.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4132 | 2026-08-20T20:52:53.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4133 | 2026-08-20T20:52:53.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4134 | 2026-08-20T20:52:53.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4135 | 2026-08-20T20:52:53.245Z | |
| 4136 | 2026-08-20T20:52:53.246Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337) |
| 4137 | 2026-08-20T20:52:53.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4138 | 2026-08-20T20:52:53.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4139 | 2026-08-20T20:52:53.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4140 | 2026-08-20T20:52:53.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4141 | 2026-08-20T20:52:53.871Z | |
| 4142 | 2026-08-20T20:52:53.871Z | info: running `cargo check --bins` on omicron-deployment-graph (235/337) |
| 4143 | 2026-08-20T20:52:54.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2026-08-20T20:52:54.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2026-08-20T20:52:54.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4146 | 2026-08-20T20:52:54.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4147 | 2026-08-20T20:52:54.431Z | |
| 4148 | 2026-08-20T20:52:54.431Z | info: running `cargo check --bins` on transient-dns-server (236/337) |
| 4149 | 2026-08-20T20:52:54.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-08-20T20:52:54.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-08-20T20:52:54.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4152 | 2026-08-20T20:52:54.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4153 | 2026-08-20T20:52:55.035Z | |
| 4154 | 2026-08-20T20:52:55.035Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337) |
| 4155 | 2026-08-20T20:52:55.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-08-20T20:52:55.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-08-20T20:52:55.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4158 | 2026-08-20T20:52:55.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4159 | 2026-08-20T20:52:55.627Z | |
| 4160 | 2026-08-20T20:52:55.628Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337) |
| 4161 | 2026-08-20T20:52:56.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-08-20T20:52:56.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-08-20T20:52:56.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4164 | 2026-08-20T20:52:56.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4165 | 2026-08-20T20:52:56.214Z | |
| 4166 | 2026-08-20T20:52:56.215Z | info: running `cargo check --bins` on omicron-rpaths (239/337) |
| 4167 | 2026-08-20T20:52:56.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4168 | 2026-08-20T20:52:56.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4169 | 2026-08-20T20:52:56.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4170 | 2026-08-20T20:52:56.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4171 | 2026-08-20T20:52:56.780Z | |
| 4172 | 2026-08-20T20:52:56.780Z | info: running `cargo check --bins` on omicron-repl-utils (240/337) |
| 4173 | 2026-08-20T20:52:57.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4174 | 2026-08-20T20:52:57.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4175 | 2026-08-20T20:52:57.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4176 | 2026-08-20T20:52:57.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4177 | 2026-08-20T20:52:57.345Z | |
| 4178 | 2026-08-20T20:52:57.345Z | info: running `cargo check --bins` on omicron-clickhouse-admin (241/337) |
| 4179 | 2026-08-20T20:52:57.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4180 | 2026-08-20T20:52:57.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4181 | 2026-08-20T20:52:58.061Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4182 | 2026-08-20T20:52:58.470Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4183 | 2026-08-20T20:52:59.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
| 4184 | 2026-08-20T20:52:59.847Z | |
| 4185 | 2026-08-20T20:52:59.847Z | info: running `cargo check --bins` on clickhouse-admin-api (242/337) |
| 4186 | 2026-08-20T20:53:00.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4187 | 2026-08-20T20:53:00.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4188 | 2026-08-20T20:53:00.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4189 | 2026-08-20T20:53:00.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4190 | 2026-08-20T20:53:00.416Z | |
| 4191 | 2026-08-20T20:53:00.416Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (243/337) |
| 4192 | 2026-08-20T20:53:00.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4193 | 2026-08-20T20:53:00.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4194 | 2026-08-20T20:53:00.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4195 | 2026-08-20T20:53:00.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4196 | 2026-08-20T20:53:00.988Z | |
| 4197 | 2026-08-20T20:53:00.988Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337) |
| 4198 | 2026-08-20T20:53:01.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4199 | 2026-08-20T20:53:01.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4200 | 2026-08-20T20:53:01.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4201 | 2026-08-20T20:53:01.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4202 | 2026-08-20T20:53:01.568Z | |
| 4203 | 2026-08-20T20:53:01.568Z | info: running `cargo check --bins` on clickhouse-admin-single-client (245/337) |
| 4204 | 2026-08-20T20:53:02.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4205 | 2026-08-20T20:53:02.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4206 | 2026-08-20T20:53:02.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4207 | 2026-08-20T20:53:02.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4208 | 2026-08-20T20:53:02.139Z | |
| 4209 | 2026-08-20T20:53:02.139Z | info: running `cargo check --bins` on installinator-client (246/337) |
| 4210 | 2026-08-20T20:53:02.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4211 | 2026-08-20T20:53:02.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4212 | 2026-08-20T20:53:02.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4213 | 2026-08-20T20:53:02.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4214 | 2026-08-20T20:53:02.709Z | |
| 4215 | 2026-08-20T20:53:02.710Z | info: running `cargo check --bins` on oxide-client (247/337) |
| 4216 | 2026-08-20T20:53:03.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4217 | 2026-08-20T20:53:03.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4218 | 2026-08-20T20:53:03.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4219 | 2026-08-20T20:53:03.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4220 | 2026-08-20T20:53:03.268Z | |
| 4221 | 2026-08-20T20:53:03.268Z | info: running `cargo check --bins` on oximeter-client (248/337) |
| 4222 | 2026-08-20T20:53:03.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4223 | 2026-08-20T20:53:03.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4224 | 2026-08-20T20:53:03.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4225 | 2026-08-20T20:53:03.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4226 | 2026-08-20T20:53:03.835Z | |
| 4227 | 2026-08-20T20:53:03.835Z | info: running `cargo check --bins` on wicketd-client (249/337) |
| 4228 | 2026-08-20T20:53:04.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4229 | 2026-08-20T20:53:04.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4230 | 2026-08-20T20:53:04.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4231 | 2026-08-20T20:53:04.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4232 | 2026-08-20T20:53:04.429Z | |
| 4233 | 2026-08-20T20:53:04.429Z | info: running `cargo check --bins` on wicket-common (250/337) |
| 4234 | 2026-08-20T20:53:04.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4235 | 2026-08-20T20:53:04.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4236 | 2026-08-20T20:53:04.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4237 | 2026-08-20T20:53:04.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4238 | 2026-08-20T20:53:05.014Z | |
| 4239 | 2026-08-20T20:53:05.014Z | info: running `cargo check --bins` on wicketd-commission-client (251/337) |
| 4240 | 2026-08-20T20:53:05.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4241 | 2026-08-20T20:53:05.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4242 | 2026-08-20T20:53:05.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4243 | 2026-08-20T20:53:05.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4244 | 2026-08-20T20:53:05.578Z | |
| 4245 | 2026-08-20T20:53:05.578Z | info: running `cargo check --bins` on omicron-cockroach-admin (252/337) |
| 4246 | 2026-08-20T20:53:06.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4247 | 2026-08-20T20:53:06.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4248 | 2026-08-20T20:53:06.242Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4249 | 2026-08-20T20:53:06.352Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4250 | 2026-08-20T20:53:07.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 4251 | 2026-08-20T20:53:07.594Z | |
| 4252 | 2026-08-20T20:53:07.594Z | info: running `cargo check --bins` on cockroach-admin-api (253/337) |
| 4253 | 2026-08-20T20:53:08.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4254 | 2026-08-20T20:53:08.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4255 | 2026-08-20T20:53:08.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4256 | 2026-08-20T20:53:08.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4257 | 2026-08-20T20:53:08.166Z | |
| 4258 | 2026-08-20T20:53:08.166Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337) |
| 4259 | 2026-08-20T20:53:08.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4260 | 2026-08-20T20:53:08.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4261 | 2026-08-20T20:53:08.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4262 | 2026-08-20T20:53:08.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4263 | 2026-08-20T20:53:08.818Z | |
| 4264 | 2026-08-20T20:53:08.818Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337) |
| 4265 | 2026-08-20T20:53:09.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4266 | 2026-08-20T20:53:09.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4267 | 2026-08-20T20:53:09.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4268 | 2026-08-20T20:53:09.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4269 | 2026-08-20T20:53:09.474Z | |
| 4270 | 2026-08-20T20:53:09.474Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337) |
| 4271 | 2026-08-20T20:53:10.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4272 | 2026-08-20T20:53:10.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4273 | 2026-08-20T20:53:10.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4274 | 2026-08-20T20:53:10.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4275 | 2026-08-20T20:53:10.103Z | |
| 4276 | 2026-08-20T20:53:10.103Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337) |
| 4277 | 2026-08-20T20:53:10.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4278 | 2026-08-20T20:53:10.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4279 | 2026-08-20T20:53:10.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4280 | 2026-08-20T20:53:10.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4281 | 2026-08-20T20:53:10.733Z | |
| 4282 | 2026-08-20T20:53:10.733Z | info: running `cargo check --bins` on db-macros (258/337) |
| 4283 | 2026-08-20T20:53:11.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4284 | 2026-08-20T20:53:11.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4285 | 2026-08-20T20:53:11.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4286 | 2026-08-20T20:53:11.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4287 | 2026-08-20T20:53:11.295Z | |
| 4288 | 2026-08-20T20:53:11.295Z | info: running `cargo check --bins` on nexus-macros-common (259/337) |
| 4289 | 2026-08-20T20:53:11.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4290 | 2026-08-20T20:53:11.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4291 | 2026-08-20T20:53:11.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4292 | 2026-08-20T20:53:11.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4293 | 2026-08-20T20:53:11.859Z | |
| 4294 | 2026-08-20T20:53:11.859Z | info: running `cargo check --bins` on nexus-auth (260/337) |
| 4295 | 2026-08-20T20:53:12.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4296 | 2026-08-20T20:53:12.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4297 | 2026-08-20T20:53:12.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4298 | 2026-08-20T20:53:12.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4299 | 2026-08-20T20:53:12.483Z | |
| 4300 | 2026-08-20T20:53:12.483Z | info: running `cargo check --bins` on authz-macros (261/337) |
| 4301 | 2026-08-20T20:53:12.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4302 | 2026-08-20T20:53:12.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4303 | 2026-08-20T20:53:12.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4304 | 2026-08-20T20:53:12.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4305 | 2026-08-20T20:53:13.041Z | |
| 4306 | 2026-08-20T20:53:13.041Z | info: running `cargo check --bins` on nexus-db-fixed-data (262/337) |
| 4307 | 2026-08-20T20:53:13.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4308 | 2026-08-20T20:53:13.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4309 | 2026-08-20T20:53:13.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4310 | 2026-08-20T20:53:13.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4311 | 2026-08-20T20:53:13.641Z | |
| 4312 | 2026-08-20T20:53:13.641Z | info: running `cargo check --bins` on nexus-db-model (263/337) |
| 4313 | 2026-08-20T20:53:14.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4314 | 2026-08-20T20:53:14.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4315 | 2026-08-20T20:53:14.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4316 | 2026-08-20T20:53:14.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4317 | 2026-08-20T20:53:14.247Z | |
| 4318 | 2026-08-20T20:53:14.247Z | info: running `cargo check --bins` on nexus-db-schema (264/337) |
| 4319 | 2026-08-20T20:53:14.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4320 | 2026-08-20T20:53:14.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4321 | 2026-08-20T20:53:14.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4322 | 2026-08-20T20:53:14.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4323 | 2026-08-20T20:53:14.798Z | |
| 4324 | 2026-08-20T20:53:14.798Z | info: running `cargo check --bins` on nexus-defaults (265/337) |
| 4325 | 2026-08-20T20:53:15.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4326 | 2026-08-20T20:53:15.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4327 | 2026-08-20T20:53:15.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4328 | 2026-08-20T20:53:15.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4329 | 2026-08-20T20:53:15.364Z | |
| 4330 | 2026-08-20T20:53:15.364Z | info: running `cargo check --bins` on omicron-git-version (266/337) |
| 4331 | 2026-08-20T20:53:15.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4332 | 2026-08-20T20:53:15.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4333 | 2026-08-20T20:53:15.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4334 | 2026-08-20T20:53:15.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4335 | 2026-08-20T20:53:15.914Z | |
| 4336 | 2026-08-20T20:53:15.914Z | info: running `cargo check --bins` on nexus-db-errors (267/337) |
| 4337 | 2026-08-20T20:53:16.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4338 | 2026-08-20T20:53:16.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4339 | 2026-08-20T20:53:16.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4340 | 2026-08-20T20:53:16.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4341 | 2026-08-20T20:53:16.527Z | |
| 4342 | 2026-08-20T20:53:16.527Z | info: running `cargo check --bins` on nexus-db-lookup (268/337) |
| 4343 | 2026-08-20T20:53:17.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4344 | 2026-08-20T20:53:17.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4345 | 2026-08-20T20:53:17.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4346 | 2026-08-20T20:53:17.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4347 | 2026-08-20T20:53:17.142Z | |
| 4348 | 2026-08-20T20:53:17.142Z | info: running `cargo check --bins` on nexus-test-interface (269/337) |
| 4349 | 2026-08-20T20:53:17.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4350 | 2026-08-20T20:53:17.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4351 | 2026-08-20T20:53:17.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4352 | 2026-08-20T20:53:17.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4353 | 2026-08-20T20:53:17.758Z | |
| 4354 | 2026-08-20T20:53:17.758Z | info: running `cargo check --bins` on oximeter-collector (270/337) |
| 4355 | 2026-08-20T20:53:18.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4356 | 2026-08-20T20:53:18.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4357 | 2026-08-20T20:53:18.464Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4358 | 2026-08-20T20:53:18.467Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4359 | 2026-08-20T20:53:19.127Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4360 | 2026-08-20T20:53:20.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
| 4361 | 2026-08-20T20:53:21.005Z | |
| 4362 | 2026-08-20T20:53:21.005Z | info: running `cargo check --bins` on oximeter-api (271/337) |
| 4363 | 2026-08-20T20:53:21.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4364 | 2026-08-20T20:53:21.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4365 | 2026-08-20T20:53:21.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4366 | 2026-08-20T20:53:21.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4367 | 2026-08-20T20:53:21.567Z | |
| 4368 | 2026-08-20T20:53:21.567Z | info: running `cargo check --bins` on cert-dev (272/337) |
| 4369 | 2026-08-20T20:53:22.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4370 | 2026-08-20T20:53:22.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4371 | 2026-08-20T20:53:22.160Z | Checking yasna v0.5.2 |
| 4372 | 2026-08-20T20:53:22.555Z | Checking rcgen v0.12.1 |
| 4373 | 2026-08-20T20:53:22.802Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4374 | 2026-08-20T20:53:23.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4375 | 2026-08-20T20:53:23.159Z | |
| 4376 | 2026-08-20T20:53:23.159Z | info: running `cargo check --bins` on clickana (273/337) |
| 4377 | 2026-08-20T20:53:23.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-08-20T20:53:23.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-08-20T20:53:23.790Z | Compiling instability v0.3.11 |
| 4380 | 2026-08-20T20:53:23.790Z | Checking castaway v0.2.4 |
| 4381 | 2026-08-20T20:53:23.793Z | Compiling indoc v2.0.7 |
| 4382 | 2026-08-20T20:53:23.793Z | Checking unicode-truncate v1.1.0 |
| 4383 | 2026-08-20T20:53:23.793Z | Checking lru v0.12.5 |
| 4384 | 2026-08-20T20:53:23.793Z | Checking cassowary v0.3.0 |
| 4385 | 2026-08-20T20:53:24.012Z | Checking compact_str v0.8.1 |
| 4386 | 2026-08-20T20:53:24.773Z | Checking ratatui v0.29.0 |
| 4387 | 2026-08-20T20:53:25.823Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4388 | 2026-08-20T20:53:26.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
| 4389 | 2026-08-20T20:53:26.709Z | |
| 4390 | 2026-08-20T20:53:26.709Z | info: running `cargo check --bins` on clickhouse-cluster-dev (274/337) |
| 4391 | 2026-08-20T20:53:27.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4392 | 2026-08-20T20:53:27.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4393 | 2026-08-20T20:53:27.423Z | Checking headers-core v0.3.0 |
| 4394 | 2026-08-20T20:53:27.423Z | Checking port-file v0.1.0 |
| 4395 | 2026-08-20T20:53:27.426Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4396 | 2026-08-20T20:53:27.619Z | Checking headers v0.4.1 |
| 4397 | 2026-08-20T20:53:27.982Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4398 | 2026-08-20T20:53:28.933Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4399 | 2026-08-20T20:53:29.452Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4400 | 2026-08-20T20:53:29.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
| 4401 | 2026-08-20T20:53:30.075Z | |
| 4402 | 2026-08-20T20:53:30.075Z | info: running `cargo check --bins` on ch-dev (275/337) |
| 4403 | 2026-08-20T20:53:30.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4404 | 2026-08-20T20:53:30.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4405 | 2026-08-20T20:53:30.790Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4406 | 2026-08-20T20:53:31.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4407 | 2026-08-20T20:53:31.724Z | |
| 4408 | 2026-08-20T20:53:31.724Z | info: running `cargo check --bins` on dev-tools-common (276/337) |
| 4409 | 2026-08-20T20:53:32.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-08-20T20:53:32.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-08-20T20:53:32.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4412 | 2026-08-20T20:53:32.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4413 | 2026-08-20T20:53:32.140Z | |
| 4414 | 2026-08-20T20:53:32.141Z | info: running `cargo check --bins` on corpus-adjust (277/337) |
| 4415 | 2026-08-20T20:53:32.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4416 | 2026-08-20T20:53:32.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4417 | 2026-08-20T20:53:32.759Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4418 | 2026-08-20T20:53:33.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4419 | 2026-08-20T20:53:33.295Z | |
| 4420 | 2026-08-20T20:53:33.295Z | info: running `cargo check --bins` on crdb-seed (278/337) |
| 4421 | 2026-08-20T20:53:33.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4422 | 2026-08-20T20:53:33.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4423 | 2026-08-20T20:53:34.004Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4424 | 2026-08-20T20:53:35.083Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4425 | 2026-08-20T20:53:35.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 4426 | 2026-08-20T20:53:35.620Z | |
| 4427 | 2026-08-20T20:53:35.620Z | info: running `cargo check --bins` on db-dev (279/337) |
| 4428 | 2026-08-20T20:53:36.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4429 | 2026-08-20T20:53:36.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4430 | 2026-08-20T20:53:36.337Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4431 | 2026-08-20T20:53:37.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4432 | 2026-08-20T20:53:37.267Z | |
| 4433 | 2026-08-20T20:53:37.267Z | info: running `cargo check --bins` on omicron-dev-lib (280/337) |
| 4434 | 2026-08-20T20:53:37.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4435 | 2026-08-20T20:53:37.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4436 | 2026-08-20T20:53:37.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4437 | 2026-08-20T20:53:37.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4438 | 2026-08-20T20:53:37.880Z | |
| 4439 | 2026-08-20T20:53:37.880Z | info: running `cargo check --bins` on xtask-downloader (281/337) |
| 4440 | 2026-08-20T20:53:38.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4441 | 2026-08-20T20:53:38.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4442 | 2026-08-20T20:53:38.494Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4443 | 2026-08-20T20:53:39.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4444 | 2026-08-20T20:53:39.329Z | |
| 4445 | 2026-08-20T20:53:39.330Z | info: running `cargo check --bins` on omicron-dropshot-apis (282/337) |
| 4446 | 2026-08-20T20:53:39.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4447 | 2026-08-20T20:53:39.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4448 | 2026-08-20T20:53:40.071Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4449 | 2026-08-20T20:53:40.071Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4450 | 2026-08-20T20:53:40.076Z | Checking git-stub v1.0.0 |
| 4451 | 2026-08-20T20:53:40.076Z | Compiling trait-variant v0.1.2 |
| 4452 | 2026-08-20T20:53:40.187Z | Checking maplit v1.0.2 |
| 4453 | 2026-08-20T20:53:40.217Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4454 | 2026-08-20T20:53:40.221Z | Checking drift v0.2.0 |
| 4455 | 2026-08-20T20:53:40.221Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4456 | 2026-08-20T20:53:40.266Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4457 | 2026-08-20T20:53:40.325Z | Checking git-stub-vcs v0.1.0 |
| 4458 | 2026-08-20T20:53:40.395Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4459 | 2026-08-20T20:53:40.411Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4460 | 2026-08-20T20:53:40.513Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4461 | 2026-08-20T20:53:40.566Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4462 | 2026-08-20T20:53:40.585Z | Checking dropshot-api-manager v0.8.0 |
| 4463 | 2026-08-20T20:53:40.722Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4464 | 2026-08-20T20:53:40.912Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4465 | 2026-08-20T20:53:41.425Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4466 | 2026-08-20T20:53:42.338Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4467 | 2026-08-20T20:53:43.336Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4468 | 2026-08-20T20:53:44.168Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4469 | 2026-08-20T20:53:44.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s |
| 4470 | 2026-08-20T20:53:44.801Z | |
| 4471 | 2026-08-20T20:53:44.801Z | info: running `cargo check --bins` on installinator-api (283/337) |
| 4472 | 2026-08-20T20:53:45.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4473 | 2026-08-20T20:53:45.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4474 | 2026-08-20T20:53:45.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4475 | 2026-08-20T20:53:45.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4476 | 2026-08-20T20:53:45.371Z | |
| 4477 | 2026-08-20T20:53:45.371Z | info: running `cargo check --bins` on nexus-external-api (284/337) |
| 4478 | 2026-08-20T20:53:45.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4479 | 2026-08-20T20:53:45.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4480 | 2026-08-20T20:53:45.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4481 | 2026-08-20T20:53:45.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4482 | 2026-08-20T20:53:45.968Z | |
| 4483 | 2026-08-20T20:53:45.968Z | info: running `cargo check --bins` on nexus-internal-api (285/337) |
| 4484 | 2026-08-20T20:53:46.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4485 | 2026-08-20T20:53:46.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4486 | 2026-08-20T20:53:46.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4487 | 2026-08-20T20:53:46.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4488 | 2026-08-20T20:53:46.575Z | |
| 4489 | 2026-08-20T20:53:46.575Z | info: running `cargo check --bins` on nexus-lockstep-api (286/337) |
| 4490 | 2026-08-20T20:53:47.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4491 | 2026-08-20T20:53:47.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4492 | 2026-08-20T20:53:47.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4493 | 2026-08-20T20:53:47.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4494 | 2026-08-20T20:53:47.173Z | |
| 4495 | 2026-08-20T20:53:47.173Z | info: running `cargo check --bins` on ntp-admin-api (287/337) |
| 4496 | 2026-08-20T20:53:47.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4497 | 2026-08-20T20:53:47.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4498 | 2026-08-20T20:53:47.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4499 | 2026-08-20T20:53:47.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4500 | 2026-08-20T20:53:47.739Z | |
| 4501 | 2026-08-20T20:53:47.740Z | info: running `cargo check --bins` on ntp-admin-types-versions (288/337) |
| 4502 | 2026-08-20T20:53:48.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4503 | 2026-08-20T20:53:48.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4504 | 2026-08-20T20:53:48.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4505 | 2026-08-20T20:53:48.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4506 | 2026-08-20T20:53:48.298Z | |
| 4507 | 2026-08-20T20:53:48.298Z | info: running `cargo check --bins` on wicketd-api (289/337) |
| 4508 | 2026-08-20T20:53:48.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-08-20T20:53:48.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-08-20T20:53:48.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4511 | 2026-08-20T20:53:48.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4512 | 2026-08-20T20:53:48.872Z | |
| 4513 | 2026-08-20T20:53:48.872Z | info: running `cargo check --bins` on wicketd-commission-api (290/337) |
| 4514 | 2026-08-20T20:53:49.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4515 | 2026-08-20T20:53:49.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4516 | 2026-08-20T20:53:49.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4517 | 2026-08-20T20:53:49.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4518 | 2026-08-20T20:53:49.442Z | |
| 4519 | 2026-08-20T20:53:49.442Z | info: running `cargo check --bins` on omicron-ls-apis (291/337) |
| 4520 | 2026-08-20T20:53:49.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4521 | 2026-08-20T20:53:49.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4522 | 2026-08-20T20:53:50.049Z | Compiling blake3 v1.8.5 |
| 4523 | 2026-08-20T20:53:50.158Z | Checking constant_time_eq v0.4.2 |
| 4524 | 2026-08-20T20:53:50.158Z | Checking arrayvec v0.7.6 |
| 4525 | 2026-08-20T20:53:50.173Z | Checking arrayref v0.3.9 |
| 4526 | 2026-08-20T20:53:50.182Z | Checking cargo-platform v0.3.2 |
| 4527 | 2026-08-20T20:53:50.185Z | Checking topological-sort v0.2.2 |
| 4528 | 2026-08-20T20:53:50.185Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4529 | 2026-08-20T20:53:50.328Z | Checking cargo_metadata v0.23.1 |
| 4530 | 2026-08-20T20:53:51.050Z | Checking omicron-zone-package v0.12.3 |
| 4531 | 2026-08-20T20:53:51.744Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4532 | 2026-08-20T20:53:52.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
| 4533 | 2026-08-20T20:53:52.725Z | |
| 4534 | 2026-08-20T20:53:52.725Z | info: running `cargo check --bins` on mgs-dev (292/337) |
| 4535 | 2026-08-20T20:53:53.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4536 | 2026-08-20T20:53:53.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4537 | 2026-08-20T20:53:53.407Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4538 | 2026-08-20T20:53:54.033Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4539 | 2026-08-20T20:53:54.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 4540 | 2026-08-20T20:53:54.731Z | |
| 4541 | 2026-08-20T20:53:54.731Z | info: running `cargo check --bins` on omicron-omdb (293/337) |
| 4542 | 2026-08-20T20:53:55.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4543 | 2026-08-20T20:53:55.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4544 | 2026-08-20T20:53:55.681Z | Compiling darling_core v0.21.3 |
| 4545 | 2026-08-20T20:53:55.681Z | Compiling vergen-lib v0.1.6 |
| 4546 | 2026-08-20T20:53:55.681Z | Compiling diesel_derives v2.3.7 |
| 4547 | 2026-08-20T20:53:55.684Z | Checking scheduled-thread-pool v0.2.7 |
| 4548 | 2026-08-20T20:53:55.684Z | Compiling vergen-gitcl v1.0.8 |
| 4549 | 2026-08-20T20:53:55.685Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4550 | 2026-08-20T20:53:55.685Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4551 | 2026-08-20T20:53:55.685Z | Compiling dirs-sys-next v0.1.2 |
| 4552 | 2026-08-20T20:53:56.002Z | Compiling glob v0.3.3 |
| 4553 | 2026-08-20T20:53:56.022Z | Compiling crunchy v0.2.4 |
| 4554 | 2026-08-20T20:53:56.057Z | Checking r2d2 v0.8.10 |
| 4555 | 2026-08-20T20:53:56.079Z | Compiling dirs-next v2.0.0 |
| 4556 | 2026-08-20T20:53:56.197Z | Compiling tiny-keccak v2.0.2 |
| 4557 | 2026-08-20T20:53:56.237Z | Checking downcast-rs v2.0.2 |
| 4558 | 2026-08-20T20:53:56.254Z | Compiling term v0.7.0 |
| 4559 | 2026-08-20T20:53:56.332Z | Compiling bit-vec v0.6.3 |
| 4560 | 2026-08-20T20:53:56.391Z | Compiling clang-sys v1.8.1 |
| 4561 | 2026-08-20T20:53:56.528Z | Compiling ascii-canvas v3.0.0 |
| 4562 | 2026-08-20T20:53:56.549Z | Compiling bit-set v0.5.3 |
| 4563 | 2026-08-20T20:53:56.708Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4564 | 2026-08-20T20:53:56.759Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4565 | 2026-08-20T20:53:56.775Z | Compiling itertools v0.10.5 |
| 4566 | 2026-08-20T20:53:56.795Z | Compiling ena v0.14.4 |
| 4567 | 2026-08-20T20:53:56.842Z | Compiling libloading v0.8.9 |
| 4568 | 2026-08-20T20:53:56.888Z | Compiling diff v0.1.13 |
| 4569 | 2026-08-20T20:53:56.911Z | Compiling regex-syntax v0.6.29 |
| 4570 | 2026-08-20T20:53:56.941Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4571 | 2026-08-20T20:53:57.054Z | Compiling bindgen v0.71.1 |
| 4572 | 2026-08-20T20:53:57.168Z | Compiling cexpr v0.6.0 |
| 4573 | 2026-08-20T20:53:57.404Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4574 | 2026-08-20T20:53:57.540Z | Compiling rustc-hash v2.1.1 |
| 4575 | 2026-08-20T20:53:57.589Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4576 | 2026-08-20T20:53:57.831Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4577 | 2026-08-20T20:53:57.855Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4578 | 2026-08-20T20:53:57.874Z | Compiling libxml v0.3.3 |
| 4579 | 2026-08-20T20:53:57.939Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4580 | 2026-08-20T20:53:58.123Z | Compiling strum_macros v0.24.3 |
| 4581 | 2026-08-20T20:53:58.139Z | Compiling indoc v1.0.9 |
| 4582 | 2026-08-20T20:53:58.316Z | Compiling darling_macro v0.21.3 |
| 4583 | 2026-08-20T20:53:58.575Z | Compiling lalrpop v0.19.12 |
| 4584 | 2026-08-20T20:53:58.827Z | Compiling darling v0.21.3 |
| 4585 | 2026-08-20T20:53:58.920Z | Compiling dsl_auto_type v0.2.0 |
| 4586 | 2026-08-20T20:53:58.987Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4587 | 2026-08-20T20:53:59.073Z | Checking derive_builder v0.20.2 |
| 4588 | 2026-08-20T20:53:59.174Z | Compiling oso-derive v0.27.3 |
| 4589 | 2026-08-20T20:53:59.190Z | Checking quick-xml v0.37.5 |
| 4590 | 2026-08-20T20:53:59.462Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4591 | 2026-08-20T20:53:59.668Z | Checking openssl-probe v0.1.6 |
| 4592 | 2026-08-20T20:53:59.808Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4593 | 2026-08-20T20:54:00.061Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4594 | 2026-08-20T20:54:00.250Z | Checking bb8 v0.8.6 |
| 4595 | 2026-08-20T20:54:00.531Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4596 | 2026-08-20T20:54:00.568Z | Checking nonempty v0.12.0 |
| 4597 | 2026-08-20T20:54:00.594Z | Compiling libz-sys v1.1.24 |
| 4598 | 2026-08-20T20:54:00.729Z | Compiling strsim v0.10.0 |
| 4599 | 2026-08-20T20:54:00.770Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4600 | 2026-08-20T20:54:01.001Z | Compiling darling_core v0.13.4 |
| 4601 | 2026-08-20T20:54:01.062Z | Compiling vergen-git2 v9.1.0 |
| 4602 | 2026-08-20T20:54:01.156Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4603 | 2026-08-20T20:54:01.287Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4604 | 2026-08-20T20:54:01.412Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4605 | 2026-08-20T20:54:01.627Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4606 | 2026-08-20T20:54:01.837Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4607 | 2026-08-20T20:54:01.995Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4608 | 2026-08-20T20:54:02.189Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4609 | 2026-08-20T20:54:02.266Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4610 | 2026-08-20T20:54:02.368Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4611 | 2026-08-20T20:54:02.553Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4612 | 2026-08-20T20:54:02.739Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4613 | 2026-08-20T20:54:02.915Z | Compiling darling_macro v0.13.4 |
| 4614 | 2026-08-20T20:54:02.936Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4615 | 2026-08-20T20:54:03.313Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4616 | 2026-08-20T20:54:03.392Z | Compiling darling v0.13.4 |
| 4617 | 2026-08-20T20:54:03.487Z | Compiling serde_with_macros v1.5.2 |
| 4618 | 2026-08-20T20:54:03.681Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4619 | 2026-08-20T20:54:04.254Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4620 | 2026-08-20T20:54:04.317Z | Compiling serde_with v1.14.0 |
| 4621 | 2026-08-20T20:54:04.440Z | Checking twox-hash v2.1.2 |
| 4622 | 2026-08-20T20:54:04.635Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4623 | 2026-08-20T20:54:04.743Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4624 | 2026-08-20T20:54:04.827Z | Checking diesel v2.3.7 |
| 4625 | 2026-08-20T20:54:05.436Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4626 | 2026-08-20T20:54:06.370Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4627 | 2026-08-20T20:54:06.531Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4628 | 2026-08-20T20:54:07.103Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4629 | 2026-08-20T20:54:07.238Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4630 | 2026-08-20T20:54:07.745Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4631 | 2026-08-20T20:54:07.765Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4632 | 2026-08-20T20:54:08.014Z | Checking libsw-core v0.3.2 |
| 4633 | 2026-08-20T20:54:08.172Z | Checking atty v0.2.14 |
| 4634 | 2026-08-20T20:54:08.279Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4635 | 2026-08-20T20:54:08.606Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4636 | 2026-08-20T20:54:08.806Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4637 | 2026-08-20T20:54:08.865Z | Checking libsw v3.5.0 |
| 4638 | 2026-08-20T20:54:08.956Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4639 | 2026-08-20T20:54:09.026Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4640 | 2026-08-20T20:54:10.217Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4641 | 2026-08-20T20:54:10.256Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4642 | 2026-08-20T20:54:10.930Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4643 | 2026-08-20T20:54:10.988Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4644 | 2026-08-20T20:54:11.111Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4645 | 2026-08-20T20:54:11.293Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4646 | 2026-08-20T20:54:11.440Z | Checking fatfs v0.3.6 |
| 4647 | 2026-08-20T20:54:11.894Z | Checking console v0.16.2 |
| 4648 | 2026-08-20T20:54:11.972Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4649 | 2026-08-20T20:54:12.207Z | Compiling seq-macro v0.3.6 |
| 4650 | 2026-08-20T20:54:12.703Z | Checking unit-prefix v0.5.2 |
| 4651 | 2026-08-20T20:54:12.838Z | Checking indicatif v0.18.4 |
| 4652 | 2026-08-20T20:54:13.250Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4653 | 2026-08-20T20:54:13.273Z | Checking oxide-update-engine-display v0.1.2 |
| 4654 | 2026-08-20T20:54:13.578Z | Checking support-bundle-viewer v0.1.2 |
| 4655 | 2026-08-20T20:54:13.830Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4656 | 2026-08-20T20:54:13.917Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4657 | 2026-08-20T20:54:14.236Z | Checking multimap v0.10.1 |
| 4658 | 2026-08-20T20:54:19.910Z | Checking async-bb8-diesel v0.2.1 |
| 4659 | 2026-08-20T20:54:20.272Z | Checking diesel-dtrace v0.5.0 |
| 4660 | 2026-08-20T20:54:23.141Z | Compiling samael v0.0.19 |
| 4661 | 2026-08-20T20:54:26.779Z | Compiling git2 v0.20.4 |
| 4662 | 2026-08-20T20:54:29.495Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4663 | 2026-08-20T20:54:29.930Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4664 | 2026-08-20T20:54:30.903Z | Compiling polar-core v0.27.3 |
| 4665 | 2026-08-20T20:54:35.327Z | Checking oso v0.27.3 |
| 4666 | 2026-08-20T20:55:07.414Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4667 | 2026-08-20T20:56:22.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
| 4668 | 2026-08-20T20:56:22.914Z | |
| 4669 | 2026-08-20T20:56:22.914Z | info: running `cargo check --bins` on nexus-networking (294/337) |
| 4670 | 2026-08-20T20:56:23.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4671 | 2026-08-20T20:56:23.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4672 | 2026-08-20T20:56:23.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4673 | 2026-08-20T20:56:23.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4674 | 2026-08-20T20:56:23.571Z | |
| 4675 | 2026-08-20T20:56:23.571Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337) |
| 4676 | 2026-08-20T20:56:24.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4677 | 2026-08-20T20:56:24.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4678 | 2026-08-20T20:56:24.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4679 | 2026-08-20T20:56:24.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4680 | 2026-08-20T20:56:24.194Z | |
| 4681 | 2026-08-20T20:56:24.194Z | info: running `cargo check --bins` on nexus-saga-recovery (296/337) |
| 4682 | 2026-08-20T20:56:24.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4683 | 2026-08-20T20:56:24.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4684 | 2026-08-20T20:56:24.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4685 | 2026-08-20T20:56:24.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4686 | 2026-08-20T20:56:24.814Z | |
| 4687 | 2026-08-20T20:56:24.814Z | info: running `cargo check --bins` on nexus-test-utils-macros (297/337) |
| 4688 | 2026-08-20T20:56:25.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4689 | 2026-08-20T20:56:25.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4690 | 2026-08-20T20:56:25.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4691 | 2026-08-20T20:56:25.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4692 | 2026-08-20T20:56:25.363Z | |
| 4693 | 2026-08-20T20:56:25.363Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (298/337) |
| 4694 | 2026-08-20T20:56:25.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4695 | 2026-08-20T20:56:25.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4696 | 2026-08-20T20:56:26.186Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4697 | 2026-08-20T20:56:26.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 4698 | 2026-08-20T20:56:27.154Z | |
| 4699 | 2026-08-20T20:56:27.154Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337) |
| 4700 | 2026-08-20T20:56:27.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4701 | 2026-08-20T20:56:27.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4702 | 2026-08-20T20:56:27.963Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4703 | 2026-08-20T20:57:06.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.70s |
| 4704 | 2026-08-20T20:57:07.086Z | |
| 4705 | 2026-08-20T20:57:07.086Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337) |
| 4706 | 2026-08-20T20:57:07.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4707 | 2026-08-20T20:57:07.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4708 | 2026-08-20T20:57:07.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4709 | 2026-08-20T20:57:07.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4710 | 2026-08-20T20:57:07.644Z | |
| 4711 | 2026-08-20T20:57:07.644Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337) |
| 4712 | 2026-08-20T20:57:08.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4713 | 2026-08-20T20:57:08.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4714 | 2026-08-20T20:57:08.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4715 | 2026-08-20T20:57:08.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4716 | 2026-08-20T20:57:08.206Z | |
| 4717 | 2026-08-20T20:57:08.206Z | info: running `cargo check --bins --no-default-features` on nexus-fm (302/337) |
| 4718 | 2026-08-20T20:57:08.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4719 | 2026-08-20T20:57:08.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4720 | 2026-08-20T20:57:08.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4721 | 2026-08-20T20:57:08.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4722 | 2026-08-20T20:57:08.826Z | |
| 4723 | 2026-08-20T20:57:08.826Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337) |
| 4724 | 2026-08-20T20:57:09.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4725 | 2026-08-20T20:57:09.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4726 | 2026-08-20T20:57:09.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4727 | 2026-08-20T20:57:09.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4728 | 2026-08-20T20:57:09.450Z | |
| 4729 | 2026-08-20T20:57:09.450Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (304/337) |
| 4730 | 2026-08-20T20:57:09.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4731 | 2026-08-20T20:57:09.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4732 | 2026-08-20T20:57:09.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4733 | 2026-08-20T20:57:09.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4734 | 2026-08-20T20:57:10.076Z | |
| 4735 | 2026-08-20T20:57:10.077Z | info: running `cargo check --bins` on nexus-mgs-updates (305/337) |
| 4736 | 2026-08-20T20:57:10.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-08-20T20:57:10.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-08-20T20:57:10.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4739 | 2026-08-20T20:57:10.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4740 | 2026-08-20T20:57:10.691Z | |
| 4741 | 2026-08-20T20:57:10.691Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (306/337) |
| 4742 | 2026-08-20T20:57:11.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-08-20T20:57:11.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-08-20T20:57:11.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4745 | 2026-08-20T20:57:11.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4746 | 2026-08-20T20:57:11.315Z | |
| 4747 | 2026-08-20T20:57:11.315Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337) |
| 4748 | 2026-08-20T20:57:11.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-08-20T20:57:11.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-08-20T20:57:11.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4751 | 2026-08-20T20:57:11.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4752 | 2026-08-20T20:57:11.937Z | |
| 4753 | 2026-08-20T20:57:11.937Z | info: running `cargo check --bins` on nexus-switch-config (308/337) |
| 4754 | 2026-08-20T20:57:12.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-08-20T20:57:12.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-08-20T20:57:12.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4757 | 2026-08-20T20:57:12.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4758 | 2026-08-20T20:57:12.544Z | |
| 4759 | 2026-08-20T20:57:12.544Z | info: running `cargo check --bins` on nexus-switch-config-preparation (309/337) |
| 4760 | 2026-08-20T20:57:13.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-08-20T20:57:13.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-08-20T20:57:13.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4763 | 2026-08-20T20:57:13.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4764 | 2026-08-20T20:57:13.168Z | |
| 4765 | 2026-08-20T20:57:13.168Z | info: running `cargo check --bins` on support-bundle-collection (310/337) |
| 4766 | 2026-08-20T20:57:13.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4767 | 2026-08-20T20:57:13.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4768 | 2026-08-20T20:57:13.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4769 | 2026-08-20T20:57:13.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4770 | 2026-08-20T20:57:13.794Z | |
| 4771 | 2026-08-20T20:57:13.794Z | info: running `cargo check --bins` on omicron-dev (311/337) |
| 4772 | 2026-08-20T20:57:14.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4773 | 2026-08-20T20:57:14.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4774 | 2026-08-20T20:57:14.689Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4775 | 2026-08-20T20:57:14.693Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4776 | 2026-08-20T20:57:14.896Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4777 | 2026-08-20T20:57:14.915Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4778 | 2026-08-20T20:57:14.925Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4779 | 2026-08-20T20:57:14.942Z | Checking diff v0.1.13 |
| 4780 | 2026-08-20T20:57:14.952Z | Checking yansi v1.0.1 |
| 4781 | 2026-08-20T20:57:14.952Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4782 | 2026-08-20T20:57:15.015Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4783 | 2026-08-20T20:57:15.188Z | Checking pretty_assertions v1.4.1 |
| 4784 | 2026-08-20T20:57:15.951Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4785 | 2026-08-20T20:57:15.982Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4786 | 2026-08-20T20:57:41.305Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4787 | 2026-08-20T20:57:41.308Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4788 | 2026-08-20T20:57:41.308Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4789 | 2026-08-20T20:57:41.308Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4790 | 2026-08-20T20:57:41.308Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4791 | 2026-08-20T20:57:41.308Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4792 | 2026-08-20T20:57:41.308Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4793 | 2026-08-20T20:57:42.186Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4794 | 2026-08-20T20:57:42.186Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4795 | 2026-08-20T20:57:43.491Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4796 | 2026-08-20T20:58:22.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 4797 | 2026-08-20T20:58:22.898Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4798 | 2026-08-20T20:58:22.898Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4799 | 2026-08-20T20:58:23.108Z | |
| 4800 | 2026-08-20T20:58:23.109Z | info: running `cargo check --bins` on oximeter-load-test (312/337) |
| 4801 | 2026-08-20T20:58:23.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4802 | 2026-08-20T20:58:23.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4803 | 2026-08-20T20:58:23.821Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4804 | 2026-08-20T20:58:24.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4805 | 2026-08-20T20:58:24.664Z | |
| 4806 | 2026-08-20T20:58:24.664Z | info: running `cargo check --bins` on omicron-pins (313/337) |
| 4807 | 2026-08-20T20:58:25.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4808 | 2026-08-20T20:58:25.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4809 | 2026-08-20T20:58:25.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4810 | 2026-08-20T20:58:25.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4811 | 2026-08-20T20:58:25.226Z | |
| 4812 | 2026-08-20T20:58:25.226Z | info: running `cargo check --bins` on rack-init-config (314/337) |
| 4813 | 2026-08-20T20:58:25.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4814 | 2026-08-20T20:58:25.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4815 | 2026-08-20T20:58:25.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4816 | 2026-08-20T20:58:25.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4817 | 2026-08-20T20:58:25.808Z | |
| 4818 | 2026-08-20T20:58:25.808Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337) |
| 4819 | 2026-08-20T20:58:26.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4820 | 2026-08-20T20:58:26.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4821 | 2026-08-20T20:58:26.600Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4822 | 2026-08-20T20:58:26.724Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4823 | 2026-08-20T20:58:26.732Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4824 | 2026-08-20T20:58:53.905Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4825 | 2026-08-20T20:58:54.312Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4826 | 2026-08-20T20:58:56.086Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4827 | 2026-08-20T20:58:56.564Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4828 | 2026-08-20T20:58:59.687Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4829 | 2026-08-20T20:59:23.859Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4830 | 2026-08-20T20:59:24.599Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4831 | 2026-08-20T20:59:26.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 4832 | 2026-08-20T20:59:26.535Z | |
| 4833 | 2026-08-20T20:59:26.535Z | info: running `cargo check --bins` on reconfigurator-sp-updater (316/337) |
| 4834 | 2026-08-20T20:59:27.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4835 | 2026-08-20T20:59:27.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4836 | 2026-08-20T20:59:27.257Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4837 | 2026-08-20T20:59:27.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4838 | 2026-08-20T20:59:28.168Z | |
| 4839 | 2026-08-20T20:59:28.169Z | info: running `cargo check --bins` on omicron-releng (317/337) |
| 4840 | 2026-08-20T20:59:28.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4841 | 2026-08-20T20:59:28.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4842 | 2026-08-20T20:59:28.800Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 4843 | 2026-08-20T20:59:28.803Z | Compiling fs-err v2.11.0 |
| 4844 | 2026-08-20T20:59:28.920Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4845 | 2026-08-20T20:59:28.930Z | Checking parse-size v1.1.0 |
| 4846 | 2026-08-20T20:59:28.939Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4847 | 2026-08-20T20:59:28.939Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4848 | 2026-08-20T20:59:28.943Z | Checking shell-words v1.1.1 |
| 4849 | 2026-08-20T20:59:29.029Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4850 | 2026-08-20T20:59:29.363Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4851 | 2026-08-20T20:59:29.541Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4852 | 2026-08-20T20:59:30.215Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4853 | 2026-08-20T20:59:31.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
| 4854 | 2026-08-20T20:59:31.375Z | |
| 4855 | 2026-08-20T20:59:31.375Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (318/337) |
| 4856 | 2026-08-20T20:59:31.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4857 | 2026-08-20T20:59:31.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4858 | 2026-08-20T20:59:32.015Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4859 | 2026-08-20T20:59:32.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 4860 | 2026-08-20T20:59:32.694Z | |
| 4861 | 2026-08-20T20:59:32.694Z | info: running `cargo check --bins` on schema (319/337) |
| 4862 | 2026-08-20T20:59:33.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4863 | 2026-08-20T20:59:33.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4864 | 2026-08-20T20:59:33.418Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4865 | 2026-08-20T20:59:34.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4866 | 2026-08-20T20:59:34.346Z | |
| 4867 | 2026-08-20T20:59:34.346Z | info: running `cargo check --bins` on xtask (320/337) |
| 4868 | 2026-08-20T20:59:34.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4869 | 2026-08-20T20:59:34.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4870 | 2026-08-20T20:59:34.727Z | Checking serde_core v1.0.228 |
| 4871 | 2026-08-20T20:59:34.727Z | Checking libc v0.2.185 |
| 4872 | 2026-08-20T20:59:34.808Z | Checking bitflags v2.11.0 |
| 4873 | 2026-08-20T20:59:34.814Z | Checking scroll v0.12.0 |
| 4874 | 2026-08-20T20:59:34.818Z | Checking thiserror v1.0.69 |
| 4875 | 2026-08-20T20:59:34.827Z | Checking log v0.4.33 |
| 4876 | 2026-08-20T20:59:34.834Z | Checking zerocopy v0.7.35 |
| 4877 | 2026-08-20T20:59:34.842Z | Checking indexmap v2.14.0 |
| 4878 | 2026-08-20T20:59:34.905Z | Checking syn v2.0.117 |
| 4879 | 2026-08-20T20:59:34.948Z | Checking dtrace-parser v0.2.0 |
| 4880 | 2026-08-20T20:59:34.966Z | Checking once_cell v1.21.3 |
| 4881 | 2026-08-20T20:59:35.024Z | Checking goblin v0.8.2 |
| 4882 | 2026-08-20T20:59:35.082Z | Checking errno v0.3.14 |
| 4883 | 2026-08-20T20:59:35.138Z | Checking getrandom v0.3.4 |
| 4884 | 2026-08-20T20:59:35.173Z | Checking thread-id v4.2.2 |
| 4885 | 2026-08-20T20:59:35.198Z | Checking rustix v1.1.4 |
| 4886 | 2026-08-20T20:59:35.250Z | Checking memmap v0.7.0 |
| 4887 | 2026-08-20T20:59:35.267Z | Checking thiserror v2.0.18 |
| 4888 | 2026-08-20T20:59:35.302Z | Checking fs-err v3.3.0 |
| 4889 | 2026-08-20T20:59:35.366Z | Checking tabled v0.15.0 |
| 4890 | 2026-08-20T20:59:35.376Z | Checking anyhow v1.0.104 |
| 4891 | 2026-08-20T20:59:35.961Z | Checking terminal_size v0.4.3 |
| 4892 | 2026-08-20T20:59:35.961Z | Checking tempfile v3.27.0 |
| 4893 | 2026-08-20T20:59:36.077Z | Checking clap_builder v4.6.0 |
| 4894 | 2026-08-20T20:59:36.077Z | Checking textwrap v0.16.2 |
| 4895 | 2026-08-20T20:59:36.273Z | Checking serde v1.0.228 |
| 4896 | 2026-08-20T20:59:36.276Z | Checking serde_json v1.0.151 |
| 4897 | 2026-08-20T20:59:36.276Z | Checking camino v1.2.5 |
| 4898 | 2026-08-20T20:59:36.300Z | Checking semver v1.0.28 |
| 4899 | 2026-08-20T20:59:36.477Z | Checking cargo-platform v0.3.2 |
| 4900 | 2026-08-20T20:59:36.517Z | Checking camino-tempfile v1.4.1 |
| 4901 | 2026-08-20T20:59:36.673Z | Checking toml_datetime v0.6.11 |
| 4902 | 2026-08-20T20:59:36.677Z | Checking serde_spanned v0.6.9 |
| 4903 | 2026-08-20T20:59:36.678Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4904 | 2026-08-20T20:59:36.678Z | Checking macaddr v1.0.1 |
| 4905 | 2026-08-20T20:59:36.865Z | Checking toml_edit v0.22.27 |
| 4906 | 2026-08-20T20:59:36.889Z | Checking dof v0.3.0 |
| 4907 | 2026-08-20T20:59:36.892Z | Checking cargo_metadata v0.23.1 |
| 4908 | 2026-08-20T20:59:37.152Z | Checking usdt-impl v0.5.0 |
| 4909 | 2026-08-20T20:59:37.275Z | Checking clap v4.6.1 |
| 4910 | 2026-08-20T20:59:37.410Z | Checking usdt v0.5.0 |
| 4911 | 2026-08-20T20:59:37.843Z | Checking toml v0.8.23 |
| 4912 | 2026-08-20T20:59:38.098Z | Checking cargo_toml v0.21.0 |
| 4913 | 2026-08-20T20:59:38.736Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4914 | 2026-08-20T20:59:39.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
| 4915 | 2026-08-20T20:59:39.231Z | |
| 4916 | 2026-08-20T20:59:39.231Z | info: running `cargo check --bins` on dnsadm (321/337) |
| 4917 | 2026-08-20T20:59:39.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4918 | 2026-08-20T20:59:39.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4919 | 2026-08-20T20:59:39.869Z | Checking arc-swap v1.8.2 |
| 4920 | 2026-08-20T20:59:40.147Z | Checking slog-scope v4.4.1 |
| 4921 | 2026-08-20T20:59:40.258Z | Checking slog-stdlog v4.1.1 |
| 4922 | 2026-08-20T20:59:40.354Z | Checking slog-envlogger v2.2.0 |
| 4923 | 2026-08-20T20:59:40.473Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4924 | 2026-08-20T20:59:40.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4925 | 2026-08-20T20:59:41.074Z | |
| 4926 | 2026-08-20T20:59:41.074Z | info: running `cargo check --bins` on end-to-end-tests (322/337) |
| 4927 | 2026-08-20T20:59:41.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4928 | 2026-08-20T20:59:41.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4929 | 2026-08-20T20:59:41.882Z | Checking cpubits v0.1.1 |
| 4930 | 2026-08-20T20:59:42.010Z | Checking pem-rfc7468 v1.0.0 |
| 4931 | 2026-08-20T20:59:42.021Z | Checking hmac v0.13.0 |
| 4932 | 2026-08-20T20:59:42.024Z | Checking universal-hash v0.6.1 |
| 4933 | 2026-08-20T20:59:42.045Z | Checking ctr v0.10.1 |
| 4934 | 2026-08-20T20:59:42.045Z | Checking aead v0.6.1 |
| 4935 | 2026-08-20T20:59:42.072Z | Checking crypto-bigint v0.7.5 |
| 4936 | 2026-08-20T20:59:42.072Z | Checking aes v0.9.1 |
| 4937 | 2026-08-20T20:59:42.099Z | Checking salsa20 v0.11.0 |
| 4938 | 2026-08-20T20:59:42.147Z | Checking der v0.8.0 |
| 4939 | 2026-08-20T20:59:42.150Z | Checking polyval v0.7.1 |
| 4940 | 2026-08-20T20:59:42.175Z | Checking pbkdf2 v0.13.0 |
| 4941 | 2026-08-20T20:59:42.192Z | Checking cbc v0.2.1 |
| 4942 | 2026-08-20T20:59:42.258Z | Checking ff v0.14.0 |
| 4943 | 2026-08-20T20:59:42.279Z | Checking signature v3.0.0 |
| 4944 | 2026-08-20T20:59:42.295Z | Checking scrypt v0.12.0 |
| 4945 | 2026-08-20T20:59:42.328Z | Checking ghash v0.6.0 |
| 4946 | 2026-08-20T20:59:42.368Z | Checking base16ct v1.0.0 |
| 4947 | 2026-08-20T20:59:42.391Z | Checking group v0.14.0 |
| 4948 | 2026-08-20T20:59:42.428Z | Checking hkdf v0.13.0 |
| 4949 | 2026-08-20T20:59:42.452Z | Compiling curve25519-dalek v5.0.0 |
| 4950 | 2026-08-20T20:59:42.468Z | Checking keccak v0.2.0 |
| 4951 | 2026-08-20T20:59:42.483Z | Checking aes-gcm v0.11.0 |
| 4952 | 2026-08-20T20:59:42.497Z | Checking poly1305 v0.9.0 |
| 4953 | 2026-08-20T20:59:42.535Z | Checking wnaf v0.14.0 |
| 4954 | 2026-08-20T20:59:42.561Z | Checking blowfish v0.10.0 |
| 4955 | 2026-08-20T20:59:42.624Z | Checking blake2 v0.11.0-rc.6 |
| 4956 | 2026-08-20T20:59:42.642Z | Checking sha3 v0.11.0 |
| 4957 | 2026-08-20T20:59:42.707Z | Checking kem v0.3.0 |
| 4958 | 2026-08-20T20:59:42.721Z | Checking bcrypt-pbkdf v0.11.0 |
| 4959 | 2026-08-20T20:59:42.764Z | Checking module-lattice v0.2.3 |
| 4960 | 2026-08-20T20:59:42.824Z | Checking sponge-cursor v0.1.0 |
| 4961 | 2026-08-20T20:59:42.875Z | Checking argon2 v0.6.0-rc.8 |
| 4962 | 2026-08-20T20:59:42.892Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4963 | 2026-08-20T20:59:42.947Z | Checking sha3 v0.12.0 |
| 4964 | 2026-08-20T20:59:42.951Z | Checking spki v0.8.0 |
| 4965 | 2026-08-20T20:59:42.985Z | Checking sec1 v0.8.1 |
| 4966 | 2026-08-20T20:59:42.989Z | Checking ml-kem v0.3.2 |
| 4967 | 2026-08-20T20:59:43.069Z | Checking internal-russh-num-bigint v0.5.0 |
| 4968 | 2026-08-20T20:59:43.122Z | Checking pkcs5 v0.8.1 |
| 4969 | 2026-08-20T20:59:43.160Z | Checking pkcs1 v0.8.0-rc.4 |
| 4970 | 2026-08-20T20:59:43.191Z | Checking num-bigint v0.4.6 |
| 4971 | 2026-08-20T20:59:43.191Z | Checking generic-array v1.4.3 |
| 4972 | 2026-08-20T20:59:43.366Z | Checking russh-util v0.52.0 |
| 4973 | 2026-08-20T20:59:43.412Z | Checking pkcs8 v0.11.0 |
| 4974 | 2026-08-20T20:59:43.490Z | Compiling enum_dispatch v0.3.13 |
| 4975 | 2026-08-20T20:59:43.601Z | Compiling delegate v0.13.5 |
| 4976 | 2026-08-20T20:59:43.617Z | Checking ed25519 v3.0.0 |
| 4977 | 2026-08-20T20:59:43.741Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4978 | 2026-08-20T20:59:43.782Z | Checking hex-literal v1.1.0 |
| 4979 | 2026-08-20T20:59:43.818Z | Checking ed25519-dalek v3.0.0 |
| 4980 | 2026-08-20T20:59:43.886Z | Checking md5 v0.8.0 |
| 4981 | 2026-08-20T20:59:43.942Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4982 | 2026-08-20T20:59:44.051Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4983 | 2026-08-20T20:59:44.067Z | Checking socket2 v0.5.10 |
| 4984 | 2026-08-20T20:59:44.138Z | Checking internet-checksum v0.2.1 |
| 4985 | 2026-08-20T20:59:44.153Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4986 | 2026-08-20T20:59:44.298Z | Checking elliptic-curve v0.14.1 |
| 4987 | 2026-08-20T20:59:44.298Z | Checking primefield v0.14.0 |
| 4988 | 2026-08-20T20:59:44.301Z | Checking rfc6979 v0.6.0 |
| 4989 | 2026-08-20T20:59:44.342Z | Checking ssh-encoding v0.3.0 |
| 4990 | 2026-08-20T20:59:44.445Z | Checking crypto-primes v0.7.2 |
| 4991 | 2026-08-20T20:59:44.561Z | Checking ssh-cipher v0.3.0 |
| 4992 | 2026-08-20T20:59:44.561Z | Checking russh-cryptovec v0.62.0 |
| 4993 | 2026-08-20T20:59:44.717Z | Checking primeorder v0.14.0 |
| 4994 | 2026-08-20T20:59:44.728Z | Checking ecdsa v0.17.0 |
| 4995 | 2026-08-20T20:59:45.094Z | Checking p256 v0.14.0 |
| 4996 | 2026-08-20T20:59:45.094Z | Checking p521 v0.14.0 |
| 4997 | 2026-08-20T20:59:45.097Z | Checking p384 v0.14.0 |
| 4998 | 2026-08-20T20:59:45.382Z | Checking rsa v0.10.0-rc.18 |
| 4999 | 2026-08-20T20:59:47.993Z | Checking ssh-key v0.7.0-rc.11 |
| 5000 | 2026-08-20T20:59:48.769Z | Checking russh v0.62.4 |
| 5001 | 2026-08-20T21:00:02.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.28s |
| 5002 | 2026-08-20T21:00:02.369Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5003 | 2026-08-20T21:00:02.369Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5004 | 2026-08-20T21:00:02.571Z | |
| 5005 | 2026-08-20T21:00:02.571Z | info: running `cargo check --bins` on gateway-cli (323/337) |
| 5006 | 2026-08-20T21:00:03.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5007 | 2026-08-20T21:00:03.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5008 | 2026-08-20T21:00:03.217Z | Checking termios v0.3.3 |
| 5009 | 2026-08-20T21:00:03.414Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5010 | 2026-08-20T21:00:04.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 5011 | 2026-08-20T21:00:04.192Z | |
| 5012 | 2026-08-20T21:00:04.192Z | info: running `cargo check --bins --no-default-features` on installinator (324/337) |
| 5013 | 2026-08-20T21:00:04.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5014 | 2026-08-20T21:00:04.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5015 | 2026-08-20T21:00:04.882Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5016 | 2026-08-20T21:00:05.600Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5017 | 2026-08-20T21:00:07.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
| 5018 | 2026-08-20T21:00:07.418Z | |
| 5019 | 2026-08-20T21:00:07.418Z | info: running `cargo check --bins` on internal-dns-cli (325/337) |
| 5020 | 2026-08-20T21:00:07.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5021 | 2026-08-20T21:00:07.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5022 | 2026-08-20T21:00:08.069Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5023 | 2026-08-20T21:00:08.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 5024 | 2026-08-20T21:00:08.695Z | |
| 5025 | 2026-08-20T21:00:08.695Z | info: running `cargo check --bins` on omicron-live-tests (326/337) |
| 5026 | 2026-08-20T21:00:09.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5027 | 2026-08-20T21:00:09.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5028 | 2026-08-20T21:00:09.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5029 | 2026-08-20T21:00:09.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5030 | 2026-08-20T21:00:09.263Z | |
| 5031 | 2026-08-20T21:00:09.263Z | info: running `cargo check --bins` on live-tests-macros (327/337) |
| 5032 | 2026-08-20T21:00:09.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5033 | 2026-08-20T21:00:09.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5034 | 2026-08-20T21:00:09.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5035 | 2026-08-20T21:00:09.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5036 | 2026-08-20T21:00:09.838Z | |
| 5037 | 2026-08-20T21:00:09.838Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337) |
| 5038 | 2026-08-20T21:00:10.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5039 | 2026-08-20T21:00:10.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5040 | 2026-08-20T21:00:10.587Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5041 | 2026-08-20T21:00:11.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 5042 | 2026-08-20T21:00:11.382Z | |
| 5043 | 2026-08-20T21:00:11.382Z | info: running `cargo check --bins` on omicron-ntp-admin (329/337) |
| 5044 | 2026-08-20T21:00:11.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5045 | 2026-08-20T21:00:11.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5046 | 2026-08-20T21:00:12.031Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5047 | 2026-08-20T21:00:12.034Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5048 | 2026-08-20T21:00:12.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
| 5049 | 2026-08-20T21:00:13.148Z | |
| 5050 | 2026-08-20T21:00:13.148Z | info: running `cargo check --bins` on ntp-admin-types (330/337) |
| 5051 | 2026-08-20T21:00:13.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5052 | 2026-08-20T21:00:13.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5053 | 2026-08-20T21:00:13.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5054 | 2026-08-20T21:00:13.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5055 | 2026-08-20T21:00:13.716Z | |
| 5056 | 2026-08-20T21:00:13.716Z | info: running `cargo check --bins` on omicron-package (331/337) |
| 5057 | 2026-08-20T21:00:14.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5058 | 2026-08-20T21:00:14.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5059 | 2026-08-20T21:00:14.397Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5060 | 2026-08-20T21:00:15.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
| 5061 | 2026-08-20T21:00:15.707Z | |
| 5062 | 2026-08-20T21:00:15.707Z | info: running `cargo check --bins` on tqdb (332/337) |
| 5063 | 2026-08-20T21:00:16.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5064 | 2026-08-20T21:00:16.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5065 | 2026-08-20T21:00:16.508Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5066 | 2026-08-20T21:00:16.875Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5067 | 2026-08-20T21:00:17.410Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5068 | 2026-08-20T21:00:17.414Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5069 | 2026-08-20T21:00:24.229Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5070 | 2026-08-20T21:00:24.233Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5071 | 2026-08-20T21:00:24.233Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5072 | 2026-08-20T21:00:24.867Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5073 | 2026-08-20T21:00:24.870Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5074 | 2026-08-20T21:00:24.870Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5075 | 2026-08-20T21:00:24.870Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5076 | 2026-08-20T21:00:25.651Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5077 | 2026-08-20T21:00:26.306Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5078 | 2026-08-20T21:00:26.545Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5079 | 2026-08-20T21:00:26.789Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5080 | 2026-08-20T21:00:27.662Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5081 | 2026-08-20T21:00:28.323Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5082 | 2026-08-20T21:00:33.273Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5083 | 2026-08-20T21:00:40.569Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5084 | 2026-08-20T21:00:40.573Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5085 | 2026-08-20T21:00:40.573Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5086 | 2026-08-20T21:00:40.573Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5087 | 2026-08-20T21:00:42.082Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5088 | 2026-08-20T21:00:43.393Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5089 | 2026-08-20T21:00:44.085Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5090 | 2026-08-20T21:00:45.394Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5091 | 2026-08-20T21:00:45.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.24s |
| 5092 | 2026-08-20T21:00:46.158Z | |
| 5093 | 2026-08-20T21:00:46.159Z | info: running `cargo check --bins` on wicket-dbg (333/337) |
| 5094 | 2026-08-20T21:00:46.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5095 | 2026-08-20T21:00:46.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5096 | 2026-08-20T21:00:46.879Z | Checking rtoolbox v0.0.3 |
| 5097 | 2026-08-20T21:00:46.879Z | Checking tui-tree-widget v0.23.1 |
| 5098 | 2026-08-20T21:00:46.883Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5099 | 2026-08-20T21:00:47.010Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5100 | 2026-08-20T21:00:47.104Z | Checking rpassword v7.5.4 |
| 5101 | 2026-08-20T21:00:49.921Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5102 | 2026-08-20T21:00:51.806Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5103 | 2026-08-20T21:00:52.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s |
| 5104 | 2026-08-20T21:00:52.932Z | |
| 5105 | 2026-08-20T21:00:52.932Z | info: running `cargo check --bins` on wicket (334/337) |
| 5106 | 2026-08-20T21:00:53.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5107 | 2026-08-20T21:00:53.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5108 | 2026-08-20T21:00:53.621Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5109 | 2026-08-20T21:00:53.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 5110 | 2026-08-20T21:00:54.175Z | |
| 5111 | 2026-08-20T21:00:54.175Z | info: running `cargo check --bins` on wicketd (335/337) |
| 5112 | 2026-08-20T21:00:54.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5113 | 2026-08-20T21:00:54.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5114 | 2026-08-20T21:00:54.874Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5115 | 2026-08-20T21:00:58.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
| 5116 | 2026-08-20T21:00:58.635Z | |
| 5117 | 2026-08-20T21:00:58.635Z | info: running `cargo check --bins` on omicron-workspace-hack (336/337) |
| 5118 | 2026-08-20T21:00:59.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5119 | 2026-08-20T21:00:59.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5120 | 2026-08-20T21:00:59.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5121 | 2026-08-20T21:00:59.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5122 | 2026-08-20T21:00:59.192Z | |
| 5123 | 2026-08-20T21:00:59.192Z | info: running `cargo check --bins` on zone-setup (337/337) |
| 5124 | 2026-08-20T21:00:59.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5125 | 2026-08-20T21:00:59.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5126 | 2026-08-20T21:00:59.850Z | Checking uzers v0.12.2 |
| 5127 | 2026-08-20T21:01:00.119Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5128 | 2026-08-20T21:01:00.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 5129 | 2026-08-20T21:01:01.105Z | |
| 5130 | 2026-08-20T21:01:01.105Z | real 14:10.234727708 |
| 5131 | 2026-08-20T21:01:01.105Z | user 21:33.063322468 |
| 5132 | 2026-08-20T21:01:01.105Z | sys 4:21.309277299 |
| 5133 | 2026-08-20T21:01:01.105Z | trap 0.346209871 |
| 5134 | 2026-08-20T21:01:01.105Z | tflt 0.561324715 |
| 5135 | 2026-08-20T21:01:01.105Z | dflt 0.805104911 |
| 5136 | 2026-08-20T21:01:01.105Z | kflt 0.003864642 |
| 5137 | 2026-08-20T21:01:01.105Z | lock 1:30:26.115913876 |
| 5138 | 2026-08-20T21:01:01.105Z | slp 1:41:53.744867395 |
| 5139 | 2026-08-20T21:01:01.105Z | lat 57.209012047 |
| 5140 | 2026-08-20T21:01:01.105Z | stop 4:03.808949379 |
| 5141 | 2026-08-20T21:01:01.109Z | process exited: duration 985445 ms, exit code 0 |
| |
| 5142 | 2026-08-20T21:01:01.115Z | found 0 output files |