|
|
|
| 1 | 2026-08-20T03:15:45.686Z | job assigned to worker 01M0EJMJBQV1G6J6VQ4QQWM36W [factory aws, i-0d0f59da485ad3b29] (queued for 51 s) |
| |
| 2 | 2026-08-20T03:15:52.444Z | starting task 0: "setup" |
| 3 | 2026-08-20T03:15:52.454Z | ++ uname -s |
| 4 | 2026-08-20T03:15:52.454Z | + kern=SunOS |
| 5 | 2026-08-20T03:15:52.454Z | + build_user=build |
| 6 | 2026-08-20T03:15:52.454Z | + build_uid=12345 |
| 7 | 2026-08-20T03:15:52.454Z | + work_dir=/work |
| 8 | 2026-08-20T03:15:52.454Z | + input_dir=/input |
| 9 | 2026-08-20T03:15:52.454Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-20T03:15:52.454Z | + case "$kern" in |
| 11 | 2026-08-20T03:15:52.454Z | + groupadd -g 12345 build |
| 12 | 2026-08-20T03:15:52.461Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-20T03:15:54.461Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-20T03:15:54.550Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-20T03:15:54.559Z | + home_fs=zfs |
| 16 | 2026-08-20T03:15:54.560Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-20T03:15:54.560Z | + mkdir -p /home/build |
| 18 | 2026-08-20T03:15:54.560Z | + chown build:build /home/build /work |
| 19 | 2026-08-20T03:15:56.546Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-20T03:15:56.552Z | process exited: duration 4107 ms, exit code 0 |
| |
| 21 | 2026-08-20T03:15:56.565Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-20T03:15:56.572Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-20T03:15:56.572Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-20T03:15:56.572Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-20T03:15:56.572Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-20T03:15:56.572Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-20T03:15:56.572Z | * rust toolchain profile = "default" |
| 28 | 2026-08-20T03:15:56.572Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-20T03:15:56.572Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-20T03:15:56.675Z | info: downloading installer |
| 31 | 2026-08-20T03:15:58.108Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-20T03:15:58.108Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-20T03:15:58.108Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-20T03:15:58.108Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-20T03:15:58.121Z | info: profile set to default |
| 36 | 2026-08-20T03:15:58.121Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-20T03:15:58.129Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-20T03:15:58.272Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-20T03:15:58.279Z | info: downloading 6 components |
| 40 | 2026-08-20T03:16:14.471Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-20T03:16:14.471Z | |
| 42 | 2026-08-20T03:16:14.500Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-20T03:16:14.500Z | |
| 44 | 2026-08-20T03:16:14.500Z | |
| 45 | 2026-08-20T03:16:14.500Z | Rust is installed now. Great! |
| 46 | 2026-08-20T03:16:14.500Z | |
| 47 | 2026-08-20T03:16:14.500Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-20T03:16:14.500Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-20T03:16:14.500Z | |
| 50 | 2026-08-20T03:16:14.500Z | To configure your current shell, you need to source |
| 51 | 2026-08-20T03:16:14.500Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-20T03:16:14.500Z | |
| 53 | 2026-08-20T03:16:14.500Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-20T03:16:14.500Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-20T03:16:14.500Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-20T03:16:14.500Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-20T03:16:14.501Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-20T03:16:14.501Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-20T03:16:14.501Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-20T03:16:14.503Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-20T03:16:14.503Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-20T03:16:14.601Z | + rustup --version |
| 63 | 2026-08-20T03:16:14.610Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-20T03:16:14.614Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-20T03:16:14.631Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-20T03:16:14.635Z | + cargo --version |
| 67 | 2026-08-20T03:16:15.327Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-20T03:16:15.359Z | + rustc --version |
| 69 | 2026-08-20T03:16:15.359Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-20T03:16:15.359Z | process exited: duration 18107 ms, exit code 0 |
| |
| 71 | 2026-08-20T03:16:15.374Z | starting task 2: "authentication" |
| 72 | 2026-08-20T03:16:15.390Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-20T03:16:47.499Z | process exited: duration 32124 ms, exit code 0 |
| |
| 74 | 2026-08-20T03:16:47.507Z | starting task 3: "clone repository" |
| 75 | 2026-08-20T03:16:47.511Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-08-20T03:16:47.514Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-08-20T03:16:47.551Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-08-20T03:17:00.547Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-08-20T03:17:00.547Z | + git fetch origin 62a063c693976b4f9482088c8b38da11a3a3f4d0 |
| 80 | 2026-08-20T03:17:00.903Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-08-20T03:17:00.903Z | * branch 62a063c693976b4f9482088c8b38da11a3a3f4d0 -> FETCH_HEAD |
| 82 | 2026-08-20T03:17:00.914Z | + [[ -n multirack-join-service-part-3 ]] |
| 83 | 2026-08-20T03:17:00.918Z | ++ git branch --show-current |
| 84 | 2026-08-20T03:17:00.918Z | + current=main |
| 85 | 2026-08-20T03:17:00.918Z | + [[ main != multirack-join-service-part-3 ]] |
| 86 | 2026-08-20T03:17:00.918Z | + git branch -f multirack-join-service-part-3 62a063c693976b4f9482088c8b38da11a3a3f4d0 |
| 87 | 2026-08-20T03:17:00.922Z | + git checkout -f multirack-join-service-part-3 |
| 88 | 2026-08-20T03:17:01.181Z | Switched to branch 'multirack-join-service-part-3' |
| 89 | 2026-08-20T03:17:01.186Z | + git reset --hard 62a063c693976b4f9482088c8b38da11a3a3f4d0 |
| 90 | 2026-08-20T03:17:01.205Z | HEAD is now at 62a063c69 add allow_ddm_traffic to PortConfig |
| 91 | 2026-08-20T03:17:01.208Z | process exited: duration 13699 ms, exit code 0 |
| |
| 92 | 2026-08-20T03:17:01.216Z | starting task 4: "build" |
| 93 | 2026-08-20T03:17:01.220Z | + source .github/buildomat/ci-env.sh |
| 94 | 2026-08-20T03:17:01.220Z | ++ export CARGO_TERM_COLOR=always |
| 95 | 2026-08-20T03:17:01.220Z | ++ CARGO_TERM_COLOR=always |
| 96 | 2026-08-20T03:17:01.223Z | +++ uname -s |
| 97 | 2026-08-20T03:17:01.223Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 98 | 2026-08-20T03:17:01.223Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 99 | 2026-08-20T03:17:01.223Z | + cargo --version |
| 100 | 2026-08-20T03:17:01.232Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 101 | 2026-08-20T03:17:01.235Z | + rustc --version |
| 102 | 2026-08-20T03:17:01.253Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 103 | 2026-08-20T03:17:01.257Z | + source ./env.sh |
| 104 | 2026-08-20T03:17:01.257Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-08-20T03:17:01.257Z | ++ set -o xtrace |
| 106 | 2026-08-20T03:17:01.261Z | ++++ dirname ./env.sh |
| 107 | 2026-08-20T03:17:01.261Z | +++ readlink -f . |
| 108 | 2026-08-20T03:17:01.264Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-08-20T03:17:01.264Z | ++ export 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-20T03:17:01.264Z | ++ PATH=/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-20T03:17:01.264Z | ++ 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 |
| 112 | 2026-08-20T03:17:01.264Z | ++ 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 |
| 113 | 2026-08-20T03:17:01.264Z | ++ 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 |
| 114 | 2026-08-20T03:17:01.265Z | ++ 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 |
| 115 | 2026-08-20T03:17:01.265Z | ++ 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 |
| 116 | 2026-08-20T03:17:01.265Z | ++ 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 |
| 117 | 2026-08-20T03:17:01.265Z | ++ 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 |
| 118 | 2026-08-20T03:17:01.265Z | ++ 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 |
| 119 | 2026-08-20T03:17:01.265Z | ++ case $OLD_SHELL_OPTS in |
| 120 | 2026-08-20T03:17:01.265Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 121 | 2026-08-20T03:17:01.265Z | + 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 |
| 122 | 2026-08-20T03:17:01.265Z | + 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 |
| 123 | 2026-08-20T03:17:01.265Z | + banner prerequisites |
| 124 | 2026-08-20T03:17:01.265Z | |
| 125 | 2026-08-20T03:17:01.265Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 126 | 2026-08-20T03:17:01.265Z | # # # # # # # # # # # # # # # |
| 127 | 2026-08-20T03:17:01.266Z | # # # # ##### # # ##### # # # # # #### # |
| 128 | 2026-08-20T03:17:01.266Z | ##### ##### # ##### # # # # # # # # # |
| 129 | 2026-08-20T03:17:01.266Z | # # # # # # # # # # # # # # # |
| 130 | 2026-08-20T03:17:01.266Z | # # # ###### # # ###### ### # #### # #### # |
| 131 | 2026-08-20T03:17:01.266Z | |
| 132 | 2026-08-20T03:17:01.266Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 133 | 2026-08-20T03:17:03.212Z | Startup: Refreshing catalog 'helios' ... Done |
| 134 | 2026-08-20T03:17:03.544Z | Startup: Caching catalogs ... Done |
| 135 | 2026-08-20T03:17:05.417Z | Planning: Solver setup ... Done (1.764s) |
| 136 | 2026-08-20T03:17:05.472Z | Planning: Running solver ... Done (0.055s) |
| 137 | 2026-08-20T03:17:05.517Z | Planning: Finding local manifests ... Done (0.003s) |
| 138 | 2026-08-20T03:17:05.531Z | Planning: Fetching manifests: 0/2 0% complete |
| 139 | 2026-08-20T03:17:05.549Z | Planning: Fetching manifests: 2/2 100% complete |
| 140 | 2026-08-20T03:17:05.563Z | Planning: Package planning ... Done (0.014s) |
| 141 | 2026-08-20T03:17:05.566Z | Planning: Merging actions ... Done (0.001s) |
| 142 | 2026-08-20T03:17:05.725Z | Planning: Checking for conflicting actions ... Done (0.161s) |
| 143 | 2026-08-20T03:17:05.730Z | Planning: Consolidating action changes ... Done (0.001s) |
| 144 | 2026-08-20T03:17:06.509Z | Planning: Evaluating mediators ... Done (0.782s) |
| 145 | 2026-08-20T03:17:06.513Z | Planning: Planning completed in 2.93 seconds |
| 146 | 2026-08-20T03:17:06.517Z | Packages to install: 2 |
| 147 | 2026-08-20T03:17:06.521Z | Estimated space available: 156.01 GB |
| 148 | 2026-08-20T03:17:06.522Z | Estimated space to be consumed: 72.15 MB |
| 149 | 2026-08-20T03:17:06.522Z | Create boot environment: No |
| 150 | 2026-08-20T03:17:06.522Z | Create backup boot environment: No |
| 151 | 2026-08-20T03:17:06.522Z | Rebuild boot archive: No |
| 152 | 2026-08-20T03:17:06.523Z | |
| 153 | 2026-08-20T03:17:06.523Z | Changed packages: |
| 154 | 2026-08-20T03:17:06.523Z | helios |
| 155 | 2026-08-20T03:17:06.523Z | developer/build-essential |
| 156 | 2026-08-20T03:17:06.523Z | None -> 11-3.0 |
| 157 | 2026-08-20T03:17:06.523Z | library/libxmlsec1 |
| 158 | 2026-08-20T03:17:06.523Z | None -> 1.2.35-3.0 |
| 159 | 2026-08-20T03:17:06.543Z | |
| 160 | 2026-08-20T03:17:06.543Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 161 | 2026-08-20T03:17:06.614Z | Download: Completed 1.28 MB in 0.07 seconds (17.9M/s) |
| 162 | 2026-08-20T03:17:06.690Z | Actions: 1/268 actions (Installing new actions) |
| 163 | 2026-08-20T03:17:06.729Z | Actions: Completed 268 actions in 0.04 seconds. |
| 164 | 2026-08-20T03:17:06.760Z | Finalize: Updating package state database ... Done (0.030s) |
| 165 | 2026-08-20T03:17:06.760Z | Finalize: Updating package cache ... Done (0.000s) |
| 166 | 2026-08-20T03:17:06.835Z | Finalize: Updating image state ... Done (0.077s) |
| 167 | 2026-08-20T03:17:09.369Z | Finalize: Creating fast lookup database ... Done (2.486s) |
| 168 | 2026-08-20T03:17:09.434Z | Finalize: Reading search index ... Done (0.012s) |
| 169 | 2026-08-20T03:17:09.438Z | Finalize: Updating search index ... Done (0.000s) |
| 170 | 2026-08-20T03:17:09.526Z | Finalize: Updating package cache ... Done (0.000s) |
| 171 | 2026-08-20T03:17:09.892Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2026-08-20T03:17:09.995Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2026-08-20T03:17:09.999Z | Planning: Consolidating action changes ... Done |
| 174 | 2026-08-20T03:17:10.151Z | Planning: Evaluating mediators ... Done |
| 175 | 2026-08-20T03:17:10.155Z | Planning: Planning completed in 0.26 seconds |
| 176 | 2026-08-20T03:17:10.175Z | Mediators to change: 2 |
| 177 | 2026-08-20T03:17:10.175Z | Create boot environment: No |
| 178 | 2026-08-20T03:17:10.175Z | Create backup boot environment: No |
| 179 | 2026-08-20T03:17:10.216Z | Finalize: Updating package state database ... Done |
| 180 | 2026-08-20T03:17:10.216Z | Finalize: Updating package cache ... Done |
| 181 | 2026-08-20T03:17:10.264Z | Finalize: Updating image state ... Done |
| 182 | 2026-08-20T03:17:12.207Z | Finalize: Creating fast lookup database ... Done |
| 183 | 2026-08-20T03:17:12.268Z | Finalize: Reading search index ... Done |
| 184 | 2026-08-20T03:17:12.268Z | Finalize: Updating search index ... Done |
| 185 | 2026-08-20T03:17:12.330Z | Finalize: Updating package cache ... Done |
| 186 | 2026-08-20T03:17:12.614Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2026-08-20T03:17:12.718Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2026-08-20T03:17:12.722Z | Planning: Consolidating action changes ... Done |
| 189 | 2026-08-20T03:17:12.875Z | Planning: Evaluating mediators ... Done |
| 190 | 2026-08-20T03:17:12.878Z | Planning: Planning completed in 0.26 seconds |
| 191 | 2026-08-20T03:17:12.898Z | Mediators to change: 1 |
| 192 | 2026-08-20T03:17:12.898Z | Create boot environment: No |
| 193 | 2026-08-20T03:17:12.898Z | Create backup boot environment: No |
| 194 | 2026-08-20T03:17:12.939Z | Finalize: Updating package state database ... Done |
| 195 | 2026-08-20T03:17:12.939Z | Finalize: Updating package cache ... Done |
| 196 | 2026-08-20T03:17:12.985Z | Finalize: Updating image state ... Done |
| 197 | 2026-08-20T03:17:14.919Z | Finalize: Creating fast lookup database ... Done |
| 198 | 2026-08-20T03:17:14.983Z | Finalize: Reading search index ... Done |
| 199 | 2026-08-20T03:17:14.987Z | Finalize: Updating search index ... Done |
| 200 | 2026-08-20T03:17:15.097Z | Finalize: Updating package cache ... Done |
| 201 | 2026-08-20T03:17:15.411Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 202 | 2026-08-20T03:17:15.411Z | apache system 2.4 system |
| 203 | 2026-08-20T03:17:15.411Z | clang system 15 system |
| 204 | 2026-08-20T03:17:15.412Z | csh system system illumos |
| 205 | 2026-08-20T03:17:15.412Z | ctags system system illumos |
| 206 | 2026-08-20T03:17:15.412Z | file vendor vendor darwinsys |
| 207 | 2026-08-20T03:17:15.412Z | file system system illumos |
| 208 | 2026-08-20T03:17:15.412Z | gcc vendor 14 vendor |
| 209 | 2026-08-20T03:17:15.412Z | gcc system 13 system |
| 210 | 2026-08-20T03:17:15.412Z | gcc system 10 system |
| 211 | 2026-08-20T03:17:15.412Z | go system 1.25 system |
| 212 | 2026-08-20T03:17:15.412Z | llvm system 15 system |
| 213 | 2026-08-20T03:17:15.412Z | mariadb system 11.4 system |
| 214 | 2026-08-20T03:17:15.412Z | mta vendor vendor dma |
| 215 | 2026-08-20T03:17:15.413Z | openjdk system 17 system |
| 216 | 2026-08-20T03:17:15.413Z | openjdk system 11 system |
| 217 | 2026-08-20T03:17:15.413Z | openssl vendor 3 vendor |
| 218 | 2026-08-20T03:17:15.413Z | perl system 5.40 system |
| 219 | 2026-08-20T03:17:15.414Z | postgresql system 18 system |
| 220 | 2026-08-20T03:17:15.414Z | postgresql system 17 system |
| 221 | 2026-08-20T03:17:15.414Z | python vendor 3 vendor |
| 222 | 2026-08-20T03:17:15.414Z | python system 2 system |
| 223 | 2026-08-20T03:17:15.414Z | python3 vendor 3.13 vendor |
| 224 | 2026-08-20T03:17:15.414Z | ruby system 3.4 system |
| 225 | 2026-08-20T03:17:15.414Z | ruby system 3.0 system |
| 226 | 2026-08-20T03:17:15.415Z | words vendor vendor american-english |
| 227 | 2026-08-20T03:17:15.415Z | words system system australian-english |
| 228 | 2026-08-20T03:17:15.415Z | words system system british-english |
| 229 | 2026-08-20T03:17:15.415Z | words system system canadian-english |
| 230 | 2026-08-20T03:17:15.415Z | words system system french |
| 231 | 2026-08-20T03:17:15.415Z | words system system italian |
| 232 | 2026-08-20T03:17:15.415Z | words system system ngerman |
| 233 | 2026-08-20T03:17:15.415Z | words system system ogerman |
| 234 | 2026-08-20T03:17:15.415Z | words system system spanish |
| 235 | 2026-08-20T03:17:15.664Z | PUBLISHER TYPE STATUS P LOCATION |
| 236 | 2026-08-20T03:17:15.664Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 237 | 2026-08-20T03:17:16.121Z | FMRI IFO |
| 238 | 2026-08-20T03:17:16.121Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 239 | 2026-08-20T03:17:16.121Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 240 | 2026-08-20T03:17:16.121Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 241 | 2026-08-20T03:17:16.122Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 242 | 2026-08-20T03:17:16.122Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 243 | 2026-08-20T03:17:16.122Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 244 | 2026-08-20T03:17:16.122Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 245 | 2026-08-20T03:17:16.122Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 246 | 2026-08-20T03:17:16.122Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 247 | 2026-08-20T03:17:16.448Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 248 | 2026-08-20T03:17:16.772Z | Updating crates.io index |
| 249 | 2026-08-20T03:17:16.776Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 250 | 2026-08-20T03:17:17.107Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 251 | 2026-08-20T03:17:17.585Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 252 | 2026-08-20T03:17:18.653Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 253 | 2026-08-20T03:17:19.166Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 254 | 2026-08-20T03:17:21.287Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 255 | 2026-08-20T03:17:22.195Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 256 | 2026-08-20T03:17:22.495Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 257 | 2026-08-20T03:17:22.855Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 258 | 2026-08-20T03:17:24.001Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 259 | 2026-08-20T03:17:24.329Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 260 | 2026-08-20T03:17:24.702Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-08-20T03:17:24.952Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-08-20T03:17:25.235Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-08-20T03:17:25.522Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-08-20T03:17:25.861Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 265 | 2026-08-20T03:17:26.123Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 266 | 2026-08-20T03:17:26.445Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 267 | 2026-08-20T03:17:26.931Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-08-20T03:17:27.280Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 269 | 2026-08-20T03:17:27.810Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 270 | 2026-08-20T03:17:28.106Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 271 | 2026-08-20T03:17:28.721Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 272 | 2026-08-20T03:17:29.044Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 273 | 2026-08-20T03:17:29.306Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 274 | 2026-08-20T03:17:29.733Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 275 | 2026-08-20T03:17:30.033Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 276 | 2026-08-20T03:17:30.501Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 277 | 2026-08-20T03:17:31.307Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 278 | 2026-08-20T03:17:31.591Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-08-20T03:17:31.908Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-08-20T03:17:32.268Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 281 | 2026-08-20T03:17:32.853Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 282 | 2026-08-20T03:17:33.460Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-08-20T03:17:33.762Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-08-20T03:17:34.160Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 285 | 2026-08-20T03:17:34.446Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2026-08-20T03:17:34.711Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 287 | 2026-08-20T03:17:34.989Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 288 | 2026-08-20T03:17:36.105Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 289 | 2026-08-20T03:17:36.170Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 290 | 2026-08-20T03:17:36.170Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 291 | 2026-08-20T03:17:38.611Z | Downloading crates ... |
| 292 | 2026-08-20T03:17:38.663Z | Downloaded cfg-if v1.0.4 |
| 293 | 2026-08-20T03:17:38.666Z | Downloaded errno v0.3.14 |
| 294 | 2026-08-20T03:17:38.672Z | Downloaded anstream v1.0.0 |
| 295 | 2026-08-20T03:17:38.675Z | Downloaded toml_write v0.1.2 |
| 296 | 2026-08-20T03:17:38.675Z | Downloaded generic-array v0.14.7 |
| 297 | 2026-08-20T03:17:38.675Z | Downloaded itoa v1.0.17 |
| 298 | 2026-08-20T03:17:38.678Z | Downloaded pest_generator v2.8.6 |
| 299 | 2026-08-20T03:17:38.689Z | Downloaded fnv v1.0.7 |
| 300 | 2026-08-20T03:17:38.692Z | Downloaded zerocopy-derive v0.7.35 |
| 301 | 2026-08-20T03:17:38.692Z | Downloaded zmij v1.0.21 |
| 302 | 2026-08-20T03:17:38.696Z | Downloaded cargo_toml v0.21.0 |
| 303 | 2026-08-20T03:17:38.699Z | Downloaded zerocopy v0.7.35 |
| 304 | 2026-08-20T03:17:38.708Z | Downloaded fastrand v2.3.0 |
| 305 | 2026-08-20T03:17:38.712Z | Downloaded macaddr v1.0.1 |
| 306 | 2026-08-20T03:17:38.712Z | Downloaded anstyle-query v1.1.5 |
| 307 | 2026-08-20T03:17:38.712Z | Downloaded colorchoice v1.0.4 |
| 308 | 2026-08-20T03:17:38.712Z | Downloaded memmap v0.7.0 |
| 309 | 2026-08-20T03:17:38.713Z | Downloaded clap v4.6.1 |
| 310 | 2026-08-20T03:17:38.717Z | Downloaded camino-tempfile v1.4.1 |
| 311 | 2026-08-20T03:17:38.721Z | Downloaded cpufeatures v0.2.17 |
| 312 | 2026-08-20T03:17:38.725Z | Downloaded heck v0.4.1 |
| 313 | 2026-08-20T03:17:38.725Z | Downloaded clap_lex v1.0.0 |
| 314 | 2026-08-20T03:17:38.732Z | Downloaded dtrace-parser v0.2.0 |
| 315 | 2026-08-20T03:17:38.742Z | Downloaded dof v0.3.0 |
| 316 | 2026-08-20T03:17:38.746Z | Downloaded block-buffer v0.10.4 |
| 317 | 2026-08-20T03:17:38.749Z | Downloaded crypto-common v0.1.7 |
| 318 | 2026-08-20T03:17:38.749Z | Downloaded smawk v0.3.2 |
| 319 | 2026-08-20T03:17:38.755Z | Downloaded equivalent v1.0.2 |
| 320 | 2026-08-20T03:17:38.758Z | Downloaded cargo-platform v0.3.2 |
| 321 | 2026-08-20T03:17:38.758Z | Downloaded plain v0.2.3 |
| 322 | 2026-08-20T03:17:38.762Z | Downloaded usdt-attr-macro v0.5.0 |
| 323 | 2026-08-20T03:17:38.762Z | Downloaded swrite v0.1.0 |
| 324 | 2026-08-20T03:17:38.770Z | Downloaded unicode-linebreak v0.1.5 |
| 325 | 2026-08-20T03:17:38.778Z | Downloaded usdt-macro v0.5.0 |
| 326 | 2026-08-20T03:17:38.781Z | Downloaded version_check v0.9.5 |
| 327 | 2026-08-20T03:17:38.784Z | Downloaded usdt v0.5.0 |
| 328 | 2026-08-20T03:17:38.788Z | Downloaded is_terminal_polyfill v1.70.2 |
| 329 | 2026-08-20T03:17:38.791Z | Downloaded anstyle-parse v1.0.0 |
| 330 | 2026-08-20T03:17:38.791Z | Downloaded heck v0.5.0 |
| 331 | 2026-08-20T03:17:38.795Z | Downloaded cargo_metadata v0.23.1 |
| 332 | 2026-08-20T03:17:38.795Z | Downloaded anstyle v1.0.14 |
| 333 | 2026-08-20T03:17:38.798Z | Downloaded camino v1.2.5 |
| 334 | 2026-08-20T03:17:38.802Z | Downloaded bitflags v2.11.0 |
| 335 | 2026-08-20T03:17:38.805Z | Downloaded serde_spanned v0.6.9 |
| 336 | 2026-08-20T03:17:38.809Z | Downloaded utf8parse v0.2.2 |
| 337 | 2026-08-20T03:17:38.809Z | Downloaded scroll_derive v0.12.1 |
| 338 | 2026-08-20T03:17:38.809Z | Downloaded proc-macro-error-attr v1.0.4 |
| 339 | 2026-08-20T03:17:38.812Z | Downloaded strsim v0.11.1 |
| 340 | 2026-08-20T03:17:38.812Z | Downloaded tabled_derive v0.7.0 |
| 341 | 2026-08-20T03:17:38.815Z | Downloaded terminal_size v0.4.3 |
| 342 | 2026-08-20T03:17:38.815Z | Downloaded toml_datetime v0.6.11 |
| 343 | 2026-08-20T03:17:38.818Z | Downloaded thread-id v4.2.2 |
| 344 | 2026-08-20T03:17:38.821Z | Downloaded thiserror v1.0.69 |
| 345 | 2026-08-20T03:17:38.824Z | Downloaded pretty-hex v0.4.1 |
| 346 | 2026-08-20T03:17:38.831Z | Downloaded autocfg v1.5.0 |
| 347 | 2026-08-20T03:17:38.835Z | Downloaded byteorder v1.5.0 |
| 348 | 2026-08-20T03:17:38.838Z | Downloaded bytecount v0.6.9 |
| 349 | 2026-08-20T03:17:38.841Z | Downloaded thiserror-impl v1.0.69 |
| 350 | 2026-08-20T03:17:38.841Z | Downloaded thiserror v2.0.18 |
| 351 | 2026-08-20T03:17:38.849Z | Downloaded once_cell v1.21.3 |
| 352 | 2026-08-20T03:17:38.854Z | Downloaded scroll v0.12.0 |
| 353 | 2026-08-20T03:17:38.854Z | Downloaded sha2 v0.10.9 |
| 354 | 2026-08-20T03:17:38.857Z | Downloaded anyhow v1.0.104 |
| 355 | 2026-08-20T03:17:38.860Z | Downloaded quote v1.0.45 |
| 356 | 2026-08-20T03:17:38.860Z | Downloaded digest v0.10.7 |
| 357 | 2026-08-20T03:17:38.863Z | Downloaded hashbrown v0.17.0 |
| 358 | 2026-08-20T03:17:38.866Z | Downloaded serde_tokenstream v0.2.3 |
| 359 | 2026-08-20T03:17:38.866Z | Downloaded papergrid v0.11.0 |
| 360 | 2026-08-20T03:17:38.870Z | Downloaded proc-macro-error v1.0.4 |
| 361 | 2026-08-20T03:17:38.870Z | Downloaded toml v0.8.23 |
| 362 | 2026-08-20T03:17:38.873Z | Downloaded fs-err v3.3.0 |
| 363 | 2026-08-20T03:17:38.873Z | Downloaded pest_derive v2.8.6 |
| 364 | 2026-08-20T03:17:38.873Z | Downloaded thiserror-impl v2.0.18 |
| 365 | 2026-08-20T03:17:38.873Z | Downloaded usdt-impl v0.5.0 |
| 366 | 2026-08-20T03:17:38.873Z | Downloaded clap_derive v4.6.1 |
| 367 | 2026-08-20T03:17:38.876Z | Downloaded ucd-trie v0.1.7 |
| 368 | 2026-08-20T03:17:38.881Z | Downloaded tempfile v3.27.0 |
| 369 | 2026-08-20T03:17:38.890Z | Downloaded semver v1.0.28 |
| 370 | 2026-08-20T03:17:38.900Z | Downloaded getrandom v0.3.4 |
| 371 | 2026-08-20T03:17:38.904Z | Downloaded serde_derive v1.0.228 |
| 372 | 2026-08-20T03:17:38.911Z | Downloaded serde_core v1.0.228 |
| 373 | 2026-08-20T03:17:38.915Z | Downloaded log v0.4.33 |
| 374 | 2026-08-20T03:17:38.921Z | Downloaded pest_meta v2.8.6 |
| 375 | 2026-08-20T03:17:38.927Z | Downloaded unicode-ident v1.0.24 |
| 376 | 2026-08-20T03:17:38.933Z | Downloaded textwrap v0.16.2 |
| 377 | 2026-08-20T03:17:38.940Z | Downloaded proc-macro2 v1.0.106 |
| 378 | 2026-08-20T03:17:38.944Z | Downloaded memchr v2.8.0 |
| 379 | 2026-08-20T03:17:38.952Z | Downloaded serde v1.0.228 |
| 380 | 2026-08-20T03:17:38.956Z | Downloaded indexmap v2.14.0 |
| 381 | 2026-08-20T03:17:38.961Z | Downloaded toml_edit v0.22.27 |
| 382 | 2026-08-20T03:17:38.968Z | Downloaded pest v2.8.6 |
| 383 | 2026-08-20T03:17:38.971Z | Downloaded typenum v1.20.1 |
| 384 | 2026-08-20T03:17:39.000Z | Downloaded clap_builder v4.6.0 |
| 385 | 2026-08-20T03:17:39.003Z | Downloaded serde_json v1.0.151 |
| 386 | 2026-08-20T03:17:39.019Z | Downloaded winnow v0.7.14 |
| 387 | 2026-08-20T03:17:39.029Z | Downloaded goblin v0.8.2 |
| 388 | 2026-08-20T03:17:39.033Z | Downloaded tabled v0.15.0 |
| 389 | 2026-08-20T03:17:39.057Z | Downloaded syn v1.0.109 |
| 390 | 2026-08-20T03:17:39.065Z | Downloaded unicode-width v0.1.14 |
| 391 | 2026-08-20T03:17:39.070Z | Downloaded unicode-width v0.2.0 |
| 392 | 2026-08-20T03:17:39.074Z | Downloaded syn v2.0.117 |
| 393 | 2026-08-20T03:17:39.084Z | Downloaded rustix v1.1.4 |
| 394 | 2026-08-20T03:17:39.114Z | Downloaded libc v0.2.185 |
| 395 | 2026-08-20T03:17:39.177Z | Compiling proc-macro2 v1.0.106 |
| 396 | 2026-08-20T03:17:39.177Z | Compiling unicode-ident v1.0.24 |
| 397 | 2026-08-20T03:17:39.177Z | Compiling quote v1.0.45 |
| 398 | 2026-08-20T03:17:39.177Z | Compiling serde_core v1.0.228 |
| 399 | 2026-08-20T03:17:39.181Z | Compiling libc v0.2.185 |
| 400 | 2026-08-20T03:17:39.181Z | Compiling version_check v0.9.5 |
| 401 | 2026-08-20T03:17:39.353Z | Compiling memchr v2.8.0 |
| 402 | 2026-08-20T03:17:39.357Z | Compiling serde v1.0.228 |
| 403 | 2026-08-20T03:17:39.502Z | Compiling zmij v1.0.21 |
| 404 | 2026-08-20T03:17:39.742Z | Compiling itoa v1.0.17 |
| 405 | 2026-08-20T03:17:39.799Z | Compiling ucd-trie v0.1.7 |
| 406 | 2026-08-20T03:17:39.923Z | Compiling thiserror v1.0.69 |
| 407 | 2026-08-20T03:17:40.116Z | Compiling pest v2.8.6 |
| 408 | 2026-08-20T03:17:40.146Z | Compiling byteorder v1.5.0 |
| 409 | 2026-08-20T03:17:40.192Z | Compiling rustix v1.1.4 |
| 410 | 2026-08-20T03:17:40.328Z | Compiling errno v0.3.14 |
| 411 | 2026-08-20T03:17:40.450Z | Compiling bitflags v2.11.0 |
| 412 | 2026-08-20T03:17:40.489Z | Compiling serde_json v1.0.151 |
| 413 | 2026-08-20T03:17:40.617Z | Compiling syn v2.0.117 |
| 414 | 2026-08-20T03:17:40.691Z | Compiling thread-id v4.2.2 |
| 415 | 2026-08-20T03:17:40.720Z | Compiling proc-macro-error-attr v1.0.4 |
| 416 | 2026-08-20T03:17:40.785Z | Compiling usdt-impl v0.5.0 |
| 417 | 2026-08-20T03:17:40.908Z | Compiling camino v1.2.5 |
| 418 | 2026-08-20T03:17:41.326Z | Compiling syn v1.0.109 |
| 419 | 2026-08-20T03:17:41.331Z | Compiling pest_meta v2.8.6 |
| 420 | 2026-08-20T03:17:41.331Z | Compiling proc-macro-error v1.0.4 |
| 421 | 2026-08-20T03:17:41.331Z | Compiling equivalent v1.0.2 |
| 422 | 2026-08-20T03:17:41.364Z | Compiling log v0.4.33 |
| 423 | 2026-08-20T03:17:41.417Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-08-20T03:17:41.497Z | Compiling getrandom v0.3.4 |
| 425 | 2026-08-20T03:17:41.694Z | Compiling utf8parse v0.2.2 |
| 426 | 2026-08-20T03:17:41.807Z | Compiling plain v0.2.3 |
| 427 | 2026-08-20T03:17:41.865Z | Compiling anstyle-parse v1.0.0 |
| 428 | 2026-08-20T03:17:41.942Z | Compiling indexmap v2.14.0 |
| 429 | 2026-08-20T03:17:42.022Z | Compiling terminal_size v0.4.3 |
| 430 | 2026-08-20T03:17:42.570Z | Compiling toml_write v0.1.2 |
| 431 | 2026-08-20T03:17:42.602Z | Compiling cfg-if v1.0.4 |
| 432 | 2026-08-20T03:17:42.608Z | Compiling winnow v0.7.14 |
| 433 | 2026-08-20T03:17:42.636Z | Compiling autocfg v1.5.0 |
| 434 | 2026-08-20T03:17:42.676Z | Compiling is_terminal_polyfill v1.70.2 |
| 435 | 2026-08-20T03:17:42.763Z | Compiling thiserror v2.0.18 |
| 436 | 2026-08-20T03:17:42.835Z | Compiling anstyle v1.0.14 |
| 437 | 2026-08-20T03:17:42.871Z | Compiling colorchoice v1.0.4 |
| 438 | 2026-08-20T03:17:43.047Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-20T03:17:43.096Z | Compiling pretty-hex v0.4.1 |
| 440 | 2026-08-20T03:17:43.096Z | Compiling anstyle-query v1.1.5 |
| 441 | 2026-08-20T03:17:43.197Z | Compiling fs-err v3.3.0 |
| 442 | 2026-08-20T03:17:43.197Z | Compiling anstream v1.0.0 |
| 443 | 2026-08-20T03:17:43.319Z | Compiling once_cell v1.21.3 |
| 444 | 2026-08-20T03:17:43.385Z | Compiling strsim v0.11.1 |
| 445 | 2026-08-20T03:17:43.399Z | Compiling fastrand v2.3.0 |
| 446 | 2026-08-20T03:17:43.516Z | Compiling clap_lex v1.0.0 |
| 447 | 2026-08-20T03:17:43.581Z | Compiling fnv v1.0.7 |
| 448 | 2026-08-20T03:17:43.591Z | Compiling bytecount v0.6.9 |
| 449 | 2026-08-20T03:17:43.662Z | Compiling anyhow v1.0.104 |
| 450 | 2026-08-20T03:17:43.674Z | Compiling heck v0.4.1 |
| 451 | 2026-08-20T03:17:43.711Z | Compiling heck v0.5.0 |
| 452 | 2026-08-20T03:17:43.759Z | Compiling unicode-width v0.1.14 |
| 453 | 2026-08-20T03:17:43.764Z | Compiling clap_builder v4.6.0 |
| 454 | 2026-08-20T03:17:43.898Z | Compiling tempfile v3.27.0 |
| 455 | 2026-08-20T03:17:43.943Z | Compiling papergrid v0.11.0 |
| 456 | 2026-08-20T03:17:44.085Z | Compiling semver v1.0.28 |
| 457 | 2026-08-20T03:17:44.103Z | Compiling cargo-platform v0.3.2 |
| 458 | 2026-08-20T03:17:44.144Z | Compiling tabled_derive v0.7.0 |
| 459 | 2026-08-20T03:17:44.174Z | Compiling memmap v0.7.0 |
| 460 | 2026-08-20T03:17:44.265Z | Compiling smawk v0.3.2 |
| 461 | 2026-08-20T03:17:44.356Z | Compiling unicode-linebreak v0.1.5 |
| 462 | 2026-08-20T03:17:44.376Z | Compiling unicode-width v0.2.0 |
| 463 | 2026-08-20T03:17:44.429Z | Compiling camino-tempfile v1.4.1 |
| 464 | 2026-08-20T03:17:44.470Z | Compiling serde_derive v1.0.228 |
| 465 | 2026-08-20T03:17:44.603Z | Compiling thiserror-impl v1.0.69 |
| 466 | 2026-08-20T03:17:44.635Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2026-08-20T03:17:44.656Z | Compiling pest_derive v2.8.6 |
| 468 | 2026-08-20T03:17:44.743Z | Compiling scroll_derive v0.12.1 |
| 469 | 2026-08-20T03:17:45.031Z | Compiling thiserror-impl v2.0.18 |
| 470 | 2026-08-20T03:17:45.114Z | Compiling clap_derive v4.6.1 |
| 471 | 2026-08-20T03:17:45.415Z | Compiling tabled v0.15.0 |
| 472 | 2026-08-20T03:17:45.443Z | Compiling scroll v0.12.0 |
| 473 | 2026-08-20T03:17:45.553Z | Compiling zerocopy v0.7.35 |
| 474 | 2026-08-20T03:17:45.729Z | Compiling goblin v0.8.2 |
| 475 | 2026-08-20T03:17:45.951Z | Compiling dtrace-parser v0.2.0 |
| 476 | 2026-08-20T03:17:46.134Z | Compiling textwrap v0.16.2 |
| 477 | 2026-08-20T03:17:46.615Z | Compiling swrite v0.1.0 |
| 478 | 2026-08-20T03:17:46.870Z | Compiling clap v4.6.1 |
| 479 | 2026-08-20T03:17:47.583Z | Compiling dof v0.3.0 |
| 480 | 2026-08-20T03:17:47.586Z | Compiling serde_tokenstream v0.2.3 |
| 481 | 2026-08-20T03:17:47.603Z | Compiling toml_datetime v0.6.11 |
| 482 | 2026-08-20T03:17:47.616Z | Compiling serde_spanned v0.6.9 |
| 483 | 2026-08-20T03:17:47.619Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 484 | 2026-08-20T03:17:47.664Z | Compiling macaddr v1.0.1 |
| 485 | 2026-08-20T03:17:47.667Z | Compiling cargo_metadata v0.23.1 |
| 486 | 2026-08-20T03:17:47.777Z | Compiling toml_edit v0.22.27 |
| 487 | 2026-08-20T03:17:48.379Z | Compiling usdt-macro v0.5.0 |
| 488 | 2026-08-20T03:17:48.379Z | Compiling usdt-attr-macro v0.5.0 |
| 489 | 2026-08-20T03:17:48.979Z | Compiling usdt v0.5.0 |
| 490 | 2026-08-20T03:17:49.167Z | Compiling toml v0.8.23 |
| 491 | 2026-08-20T03:17:49.447Z | Compiling cargo_toml v0.21.0 |
| 492 | 2026-08-20T03:17:50.726Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 493 | 2026-08-20T03:17:52.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.45s |
| 494 | 2026-08-20T03:17:52.945Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 495 | 2026-08-20T03:17:53.440Z | Downloading crates ... |
| 496 | 2026-08-20T03:17:53.507Z | Downloaded ascii-canvas v3.0.0 |
| 497 | 2026-08-20T03:17:53.521Z | Downloaded aes v0.9.1 |
| 498 | 2026-08-20T03:17:53.524Z | Downloaded blake2 v0.11.0-rc.6 |
| 499 | 2026-08-20T03:17:53.569Z | Downloaded const-oid v0.10.2 |
| 500 | 2026-08-20T03:17:53.584Z | Downloaded bit-set v0.5.3 |
| 501 | 2026-08-20T03:17:53.584Z | Downloaded fallible-iterator v0.2.0 |
| 502 | 2026-08-20T03:17:53.584Z | Downloaded addr2line v0.25.1 |
| 503 | 2026-08-20T03:17:53.584Z | Downloaded enum-as-inner v0.6.1 |
| 504 | 2026-08-20T03:17:53.584Z | Downloaded git-stub v1.0.0 |
| 505 | 2026-08-20T03:17:53.584Z | Downloaded filetime v0.2.27 |
| 506 | 2026-08-20T03:17:53.584Z | Downloaded getrandom v0.2.17 |
| 507 | 2026-08-20T03:17:53.584Z | Downloaded argon2 v0.5.3 |
| 508 | 2026-08-20T03:17:53.584Z | Downloaded bitfield-macros v0.19.4 |
| 509 | 2026-08-20T03:17:53.584Z | Downloaded embedded-io v0.4.0 |
| 510 | 2026-08-20T03:17:53.584Z | Downloaded array-init v0.0.4 |
| 511 | 2026-08-20T03:17:53.584Z | Downloaded bitfield-struct v0.6.2 |
| 512 | 2026-08-20T03:17:53.584Z | Downloaded form_urlencoded v1.2.2 |
| 513 | 2026-08-20T03:17:53.584Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 514 | 2026-08-20T03:17:53.584Z | Downloaded bit-set v0.8.0 |
| 515 | 2026-08-20T03:17:53.584Z | Downloaded foreign-types-macros v0.2.3 |
| 516 | 2026-08-20T03:17:53.584Z | Downloaded funty v2.0.0 |
| 517 | 2026-08-20T03:17:53.584Z | Downloaded base16ct v1.0.0 |
| 518 | 2026-08-20T03:17:53.584Z | Downloaded assert_matches v1.5.0 |
| 519 | 2026-08-20T03:17:53.584Z | Downloaded atomicwrites v0.4.4 |
| 520 | 2026-08-20T03:17:53.597Z | Downloaded home v0.5.12 |
| 521 | 2026-08-20T03:17:53.597Z | Downloaded anstream v0.6.21 |
| 522 | 2026-08-20T03:17:53.597Z | Downloaded arrayref v0.3.9 |
| 523 | 2026-08-20T03:17:53.598Z | Downloaded base16ct v0.2.0 |
| 524 | 2026-08-20T03:17:53.598Z | Downloaded group v0.13.0 |
| 525 | 2026-08-20T03:17:53.598Z | Downloaded atty v0.2.14 |
| 526 | 2026-08-20T03:17:53.608Z | Downloaded bb8 v0.8.6 |
| 527 | 2026-08-20T03:17:53.608Z | Downloaded glob v0.3.3 |
| 528 | 2026-08-20T03:17:53.608Z | Downloaded anstyle-parse v0.2.7 |
| 529 | 2026-08-20T03:17:53.608Z | Downloaded async-stream v0.3.6 |
| 530 | 2026-08-20T03:17:53.608Z | Downloaded aead v0.6.1 |
| 531 | 2026-08-20T03:17:53.624Z | Downloaded foreign-types-shared v0.3.1 |
| 532 | 2026-08-20T03:17:53.624Z | Downloaded futures-io v0.3.32 |
| 533 | 2026-08-20T03:17:53.625Z | Downloaded globwalk v0.9.1 |
| 534 | 2026-08-20T03:17:53.625Z | Downloaded adler2 v2.0.1 |
| 535 | 2026-08-20T03:17:53.625Z | Downloaded foreign-types-shared v0.1.1 |
| 536 | 2026-08-20T03:17:53.625Z | Downloaded futures-core v0.3.32 |
| 537 | 2026-08-20T03:17:53.631Z | Downloaded env_filter v2.0.0 |
| 538 | 2026-08-20T03:17:53.631Z | Downloaded block-padding v0.4.2 |
| 539 | 2026-08-20T03:17:53.631Z | Downloaded http-range v0.1.5 |
| 540 | 2026-08-20T03:17:53.631Z | Downloaded globset v0.4.18 |
| 541 | 2026-08-20T03:17:53.631Z | Downloaded async-recursion v1.1.1 |
| 542 | 2026-08-20T03:17:53.631Z | Downloaded futures-executor v0.3.32 |
| 543 | 2026-08-20T03:17:53.631Z | Downloaded cobs v0.3.0 |
| 544 | 2026-08-20T03:17:53.631Z | Downloaded castaway v0.2.4 |
| 545 | 2026-08-20T03:17:53.631Z | Downloaded atomic-waker v1.1.2 |
| 546 | 2026-08-20T03:17:53.640Z | Downloaded backtrace-ext v0.2.1 |
| 547 | 2026-08-20T03:17:53.640Z | Downloaded block-buffer v0.12.1 |
| 548 | 2026-08-20T03:17:53.640Z | Downloaded hash32 v0.2.1 |
| 549 | 2026-08-20T03:17:53.647Z | Downloaded hubpack v0.1.2 |
| 550 | 2026-08-20T03:17:53.647Z | Downloaded endian-type v0.1.2 |
| 551 | 2026-08-20T03:17:53.647Z | Downloaded float-ord v0.3.2 |
| 552 | 2026-08-20T03:17:53.647Z | Downloaded hostname v0.4.2 |
| 553 | 2026-08-20T03:17:53.647Z | Downloaded compression-core v0.4.31 |
| 554 | 2026-08-20T03:17:53.647Z | Downloaded futures-macro v0.3.32 |
| 555 | 2026-08-20T03:17:53.657Z | Downloaded aead v0.5.2 |
| 556 | 2026-08-20T03:17:53.657Z | Downloaded hostname v0.3.1 |
| 557 | 2026-08-20T03:17:53.657Z | Downloaded foreign-types v0.5.0 |
| 558 | 2026-08-20T03:17:53.657Z | Downloaded headers-core v0.3.0 |
| 559 | 2026-08-20T03:17:53.657Z | Downloaded hubpack_derive v0.1.1 |
| 560 | 2026-08-20T03:17:53.657Z | Downloaded fd-lock v4.0.4 |
| 561 | 2026-08-20T03:17:53.666Z | Downloaded ciborium-ll v0.2.2 |
| 562 | 2026-08-20T03:17:53.666Z | Downloaded futures-task v0.3.32 |
| 563 | 2026-08-20T03:17:53.666Z | Downloaded fxhash v0.2.1 |
| 564 | 2026-08-20T03:17:53.666Z | Downloaded http-body v1.0.1 |
| 565 | 2026-08-20T03:17:53.666Z | Downloaded futures-sink v0.3.32 |
| 566 | 2026-08-20T03:17:53.666Z | Downloaded ghash v0.6.0 |
| 567 | 2026-08-20T03:17:53.666Z | Downloaded cfg_aliases v0.1.1 |
| 568 | 2026-08-20T03:17:53.666Z | Downloaded foreign-types v0.3.2 |
| 569 | 2026-08-20T03:17:53.674Z | Downloaded ciborium-io v0.2.2 |
| 570 | 2026-08-20T03:17:53.674Z | Downloaded newline-converter v0.3.0 |
| 571 | 2026-08-20T03:17:53.675Z | Downloaded embedded-io v0.6.1 |
| 572 | 2026-08-20T03:17:53.675Z | Downloaded async-stream-impl v0.3.6 |
| 573 | 2026-08-20T03:17:53.675Z | Downloaded cfg_aliases v0.2.1 |
| 574 | 2026-08-20T03:17:53.675Z | Downloaded httpdate v1.0.3 |
| 575 | 2026-08-20T03:17:53.740Z | Downloaded backoff v0.4.0 |
| 576 | 2026-08-20T03:17:53.740Z | Downloaded flagset v0.4.7 |
| 577 | 2026-08-20T03:17:53.740Z | Downloaded normalize-line-endings v0.3.0 |
| 578 | 2026-08-20T03:17:53.740Z | Downloaded hash32 v0.3.1 |
| 579 | 2026-08-20T03:17:53.740Z | Downloaded base64ct v1.8.3 |
| 580 | 2026-08-20T03:17:53.740Z | Downloaded gethostname v0.5.0 |
| 581 | 2026-08-20T03:17:53.740Z | Downloaded num_threads v0.1.7 |
| 582 | 2026-08-20T03:17:53.740Z | Downloaded float-cmp v0.10.0 |
| 583 | 2026-08-20T03:17:53.740Z | Downloaded bit-vec v0.6.3 |
| 584 | 2026-08-20T03:17:53.740Z | Downloaded num-derive v0.4.2 |
| 585 | 2026-08-20T03:17:53.740Z | Downloaded olpc-cjson v0.1.4 |
| 586 | 2026-08-20T03:17:53.740Z | Downloaded openssl-macros v0.1.1 |
| 587 | 2026-08-20T03:17:53.741Z | Downloaded nodrop v0.1.14 |
| 588 | 2026-08-20T03:17:53.741Z | Downloaded fixedbitset v0.4.2 |
| 589 | 2026-08-20T03:17:53.741Z | Downloaded nibble_vec v0.1.0 |
| 590 | 2026-08-20T03:17:53.741Z | Downloaded hex v0.4.3 |
| 591 | 2026-08-20T03:17:53.741Z | Downloaded peg-runtime v0.8.5 |
| 592 | 2026-08-20T03:17:53.741Z | Downloaded phf_shared v0.13.1 |
| 593 | 2026-08-20T03:17:53.741Z | Downloaded hmac v0.13.0 |
| 594 | 2026-08-20T03:17:53.741Z | Downloaded precomputed-hash v0.1.1 |
| 595 | 2026-08-20T03:17:53.741Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 596 | 2026-08-20T03:17:53.741Z | Downloaded bitflags v1.3.2 |
| 597 | 2026-08-20T03:17:53.741Z | Downloaded async-trait v0.1.89 |
| 598 | 2026-08-20T03:17:53.741Z | Downloaded bitfield v0.19.4 |
| 599 | 2026-08-20T03:17:53.741Z | Downloaded cassowary v0.3.0 |
| 600 | 2026-08-20T03:17:53.741Z | Downloaded cexpr v0.6.0 |
| 601 | 2026-08-20T03:17:53.741Z | Downloaded compression-codecs v0.4.37 |
| 602 | 2026-08-20T03:17:53.741Z | Downloaded ref-cast-impl v1.0.25 |
| 603 | 2026-08-20T03:17:53.741Z | Downloaded arrayvec v0.7.6 |
| 604 | 2026-08-20T03:17:53.741Z | Downloaded bs58 v0.5.1 |
| 605 | 2026-08-20T03:17:53.742Z | Downloaded cmov v0.5.4 |
| 606 | 2026-08-20T03:17:53.742Z | Downloaded recursive v0.1.1 |
| 607 | 2026-08-20T03:17:53.742Z | Downloaded scroll_derive v0.13.1 |
| 608 | 2026-08-20T03:17:53.742Z | Downloaded chacha20 v0.9.1 |
| 609 | 2026-08-20T03:17:53.742Z | Downloaded cipher v0.4.4 |
| 610 | 2026-08-20T03:17:53.742Z | Downloaded ff v0.14.0 |
| 611 | 2026-08-20T03:17:53.742Z | Downloaded env_logger v0.11.11 |
| 612 | 2026-08-20T03:17:53.742Z | Downloaded group v0.14.0 |
| 613 | 2026-08-20T03:17:53.752Z | Downloaded hex-literal v1.1.0 |
| 614 | 2026-08-20T03:17:53.752Z | Downloaded erased-serde v0.3.31 |
| 615 | 2026-08-20T03:17:53.752Z | Downloaded highway v1.3.0 |
| 616 | 2026-08-20T03:17:53.752Z | Downloaded cbc v0.2.1 |
| 617 | 2026-08-20T03:17:53.752Z | Downloaded cipher v0.5.2 |
| 618 | 2026-08-20T03:17:53.752Z | Downloaded bcs v0.1.6 |
| 619 | 2026-08-20T03:17:53.752Z | Downloaded ff v0.13.1 |
| 620 | 2026-08-20T03:17:53.766Z | Downloaded foldhash v0.1.5 |
| 621 | 2026-08-20T03:17:53.766Z | Downloaded fs-err v2.11.0 |
| 622 | 2026-08-20T03:17:53.766Z | Downloaded git-stub-vcs v0.1.0 |
| 623 | 2026-08-20T03:17:53.766Z | Downloaded http-body-util v0.1.3 |
| 624 | 2026-08-20T03:17:53.766Z | Downloaded ena v0.14.4 |
| 625 | 2026-08-20T03:17:53.766Z | Downloaded enum_dispatch v0.3.13 |
| 626 | 2026-08-20T03:17:53.766Z | Downloaded foldhash v0.2.0 |
| 627 | 2026-08-20T03:17:53.770Z | Downloaded find-msvc-tools v0.1.9 |
| 628 | 2026-08-20T03:17:53.770Z | Downloaded russh-util v0.52.0 |
| 629 | 2026-08-20T03:17:53.770Z | Downloaded serde-big-array v0.5.1 |
| 630 | 2026-08-20T03:17:53.770Z | Downloaded ahash v0.8.12 |
| 631 | 2026-08-20T03:17:53.770Z | Downloaded half v1.8.3 |
| 632 | 2026-08-20T03:17:53.770Z | Downloaded seq-macro v0.3.6 |
| 633 | 2026-08-20T03:17:53.770Z | Downloaded fs_extra v1.3.0 |
| 634 | 2026-08-20T03:17:53.770Z | Downloaded argon2 v0.6.0-rc.8 |
| 635 | 2026-08-20T03:17:53.785Z | Downloaded backon v1.6.0 |
| 636 | 2026-08-20T03:17:53.785Z | Downloaded blowfish v0.10.0 |
| 637 | 2026-08-20T03:17:53.785Z | Downloaded byte-wrapper v0.1.0 |
| 638 | 2026-08-20T03:17:53.785Z | Downloaded oxide-update-engine-display v0.1.2 |
| 639 | 2026-08-20T03:17:53.803Z | Downloaded sapling-renderdag v0.1.0 |
| 640 | 2026-08-20T03:17:53.803Z | Downloaded half v2.7.1 |
| 641 | 2026-08-20T03:17:53.803Z | Downloaded serde_repr v0.1.20 |
| 642 | 2026-08-20T03:17:53.803Z | Downloaded signal-hook-tokio v0.3.1 |
| 643 | 2026-08-20T03:17:53.803Z | Downloaded signature v2.2.0 |
| 644 | 2026-08-20T03:17:53.803Z | Downloaded signature v3.0.0 |
| 645 | 2026-08-20T03:17:53.803Z | Downloaded arc-swap v1.8.2 |
| 646 | 2026-08-20T03:17:53.804Z | Downloaded num_enum v0.5.11 |
| 647 | 2026-08-20T03:17:53.804Z | Downloaded oxide-update-engine v0.1.2 |
| 648 | 2026-08-20T03:17:53.804Z | Downloaded strsim v0.10.0 |
| 649 | 2026-08-20T03:17:53.814Z | Downloaded parking_lot_core v0.8.6 |
| 650 | 2026-08-20T03:17:53.814Z | Downloaded peg-macros v0.8.5 |
| 651 | 2026-08-20T03:17:53.814Z | Downloaded supports-hyperlinks v3.2.0 |
| 652 | 2026-08-20T03:17:53.814Z | Downloaded thread-id v5.1.0 |
| 653 | 2026-08-20T03:17:53.814Z | Downloaded progenitor-client v0.13.0 |
| 654 | 2026-08-20T03:17:53.814Z | Downloaded heapless v0.7.17 |
| 655 | 2026-08-20T03:17:53.814Z | Downloaded psl-types v2.0.11 |
| 656 | 2026-08-20T03:17:53.814Z | Downloaded gimli v0.32.3 |
| 657 | 2026-08-20T03:17:53.814Z | Downloaded paste v1.0.15 |
| 658 | 2026-08-20T03:17:53.814Z | Downloaded phc v0.6.1 |
| 659 | 2026-08-20T03:17:53.814Z | Downloaded psm v0.1.30 |
| 660 | 2026-08-20T03:17:53.814Z | Downloaded strum v0.27.2 |
| 661 | 2026-08-20T03:17:53.814Z | Downloaded testing_table v0.3.0 |
| 662 | 2026-08-20T03:17:53.814Z | Downloaded tokio-macros v2.7.0 |
| 663 | 2026-08-20T03:17:53.825Z | Downloaded usdt v0.6.0 |
| 664 | 2026-08-20T03:17:53.825Z | Downloaded rustc_version v0.4.1 |
| 665 | 2026-08-20T03:17:53.825Z | Downloaded tinyvec_macros v0.1.1 |
| 666 | 2026-08-20T03:17:53.825Z | Downloaded tokio-test v0.4.5 |
| 667 | 2026-08-20T03:17:53.825Z | Downloaded topological-sort v0.2.2 |
| 668 | 2026-08-20T03:17:53.825Z | Downloaded buf-list v1.1.2 |
| 669 | 2026-08-20T03:17:53.825Z | Downloaded console v0.15.11 |
| 670 | 2026-08-20T03:17:53.833Z | Downloaded bzip2 v0.6.1 |
| 671 | 2026-08-20T03:17:53.833Z | Downloaded typify-macro v0.6.2 |
| 672 | 2026-08-20T03:17:53.833Z | Downloaded bit-vec v0.8.0 |
| 673 | 2026-08-20T03:17:53.833Z | Downloaded colored v2.2.0 |
| 674 | 2026-08-20T03:17:53.833Z | Downloaded utf-8 v0.7.6 |
| 675 | 2026-08-20T03:17:53.833Z | Downloaded httparse v1.10.1 |
| 676 | 2026-08-20T03:17:53.839Z | Downloaded chacha20 v0.10.0 |
| 677 | 2026-08-20T03:17:53.839Z | Downloaded const-oid v0.9.6 |
| 678 | 2026-08-20T03:17:53.839Z | Downloaded camino-tempfile-ext v0.3.3 |
| 679 | 2026-08-20T03:17:53.839Z | Downloaded colored v3.1.1 |
| 680 | 2026-08-20T03:17:53.839Z | Downloaded scrypt v0.12.0 |
| 681 | 2026-08-20T03:17:53.839Z | Downloaded async-bb8-diesel v0.2.1 |
| 682 | 2026-08-20T03:17:53.840Z | Downloaded ciborium v0.2.2 |
| 683 | 2026-08-20T03:17:53.840Z | Downloaded console v0.16.2 |
| 684 | 2026-08-20T03:17:53.849Z | Downloaded blake2 v0.10.6 |
| 685 | 2026-08-20T03:17:53.849Z | Downloaded futures-channel v0.3.32 |
| 686 | 2026-08-20T03:17:53.849Z | Downloaded cmake v0.1.57 |
| 687 | 2026-08-20T03:17:53.849Z | Downloaded clang-sys v1.8.1 |
| 688 | 2026-08-20T03:17:53.849Z | Downloaded rustls-pemfile v2.2.0 |
| 689 | 2026-08-20T03:17:53.859Z | Downloaded serdect v0.4.3 |
| 690 | 2026-08-20T03:17:53.861Z | Downloaded fixedbitset v0.5.7 |
| 691 | 2026-08-20T03:17:53.861Z | Downloaded shell-words v1.1.1 |
| 692 | 2026-08-20T03:17:53.861Z | Downloaded slog-dtrace v0.3.0 |
| 693 | 2026-08-20T03:17:53.861Z | Downloaded smf v0.2.3 |
| 694 | 2026-08-20T03:17:53.862Z | Downloaded wnaf v0.14.0 |
| 695 | 2026-08-20T03:17:53.871Z | Downloaded zeroize_derive v1.5.0 |
| 696 | 2026-08-20T03:17:53.881Z | Downloaded darling_macro v0.20.11 |
| 697 | 2026-08-20T03:17:53.881Z | Downloaded debug-ignore v1.0.5 |
| 698 | 2026-08-20T03:17:53.890Z | Downloaded difflib v0.4.0 |
| 699 | 2026-08-20T03:17:53.891Z | Downloaded oxide-tokio-rt v0.1.4 |
| 700 | 2026-08-20T03:17:53.891Z | Downloaded ssh-encoding v0.3.0 |
| 701 | 2026-08-20T03:17:53.891Z | Downloaded dirs-sys-next v0.1.2 |
| 702 | 2026-08-20T03:17:53.891Z | Downloaded parking_lot v0.12.5 |
| 703 | 2026-08-20T03:17:53.891Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 704 | 2026-08-20T03:17:53.891Z | Downloaded postgres-types v0.2.12 |
| 705 | 2026-08-20T03:17:53.892Z | Downloaded quinn-udp v0.5.14 |
| 706 | 2026-08-20T03:17:53.903Z | Downloaded slog-stdlog v4.1.1 |
| 707 | 2026-08-20T03:17:53.904Z | Downloaded getrandom v0.4.3 |
| 708 | 2026-08-20T03:17:53.904Z | Downloaded port-file v0.1.0 |
| 709 | 2026-08-20T03:17:53.904Z | Downloaded synstructure v0.13.2 |
| 710 | 2026-08-20T03:17:53.904Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 711 | 2026-08-20T03:17:53.904Z | Downloaded idna_adapter v1.2.1 |
| 712 | 2026-08-20T03:17:53.908Z | Downloaded kem v0.3.0 |
| 713 | 2026-08-20T03:17:53.908Z | Downloaded uzers v0.12.2 |
| 714 | 2026-08-20T03:17:53.908Z | Downloaded dof v0.4.0 |
| 715 | 2026-08-20T03:17:53.916Z | Downloaded bzip2 v0.4.4 |
| 716 | 2026-08-20T03:17:53.916Z | Downloaded instability v0.3.11 |
| 717 | 2026-08-20T03:17:53.916Z | Downloaded internet-checksum v0.2.1 |
| 718 | 2026-08-20T03:17:53.916Z | Downloaded is_ci v1.2.0 |
| 719 | 2026-08-20T03:17:53.928Z | Downloaded hmac v0.12.1 |
| 720 | 2026-08-20T03:17:53.938Z | Downloaded lalrpop-util v0.19.12 |
| 721 | 2026-08-20T03:17:53.939Z | Downloaded salsa20 v0.11.0 |
| 722 | 2026-08-20T03:17:53.939Z | Downloaded generic-array v1.4.3 |
| 723 | 2026-08-20T03:17:53.939Z | Downloaded rustversion v1.0.22 |
| 724 | 2026-08-20T03:17:53.944Z | Downloaded libscf-sys v1.2.0 |
| 725 | 2026-08-20T03:17:53.944Z | Downloaded lru-slab v0.1.2 |
| 726 | 2026-08-20T03:17:53.944Z | Downloaded lzss v0.8.2 |
| 727 | 2026-08-20T03:17:53.944Z | Downloaded new_debug_unreachable v1.0.6 |
| 728 | 2026-08-20T03:17:53.944Z | Downloaded oso v0.27.3 |
| 729 | 2026-08-20T03:17:53.944Z | Downloaded fatfs v0.3.6 |
| 730 | 2026-08-20T03:17:53.952Z | Downloaded num-conv v0.2.0 |
| 731 | 2026-08-20T03:17:53.952Z | Downloaded walkdir v2.5.0 |
| 732 | 2026-08-20T03:17:53.952Z | Downloaded writeable v0.6.2 |
| 733 | 2026-08-20T03:17:53.952Z | Downloaded mime v0.3.17 |
| 734 | 2026-08-20T03:17:53.959Z | Downloaded openssl-probe v0.1.6 |
| 735 | 2026-08-20T03:17:53.959Z | Downloaded openssl-probe v0.2.1 |
| 736 | 2026-08-20T03:17:53.959Z | Downloaded convert_case v0.4.0 |
| 737 | 2026-08-20T03:17:53.960Z | Downloaded convert_case v0.10.0 |
| 738 | 2026-08-20T03:17:53.960Z | Downloaded phf_shared v0.11.3 |
| 739 | 2026-08-20T03:17:53.969Z | Downloaded defmt v0.3.100 |
| 740 | 2026-08-20T03:17:53.969Z | Downloaded ctr v0.10.1 |
| 741 | 2026-08-20T03:17:53.969Z | Downloaded ctutils v0.4.2 |
| 742 | 2026-08-20T03:17:53.969Z | Downloaded defmt-macros v1.0.1 |
| 743 | 2026-08-20T03:17:53.977Z | Downloaded defmt v1.0.1 |
| 744 | 2026-08-20T03:17:53.981Z | Downloaded term v1.2.1 |
| 745 | 2026-08-20T03:17:53.981Z | Downloaded diesel-dtrace v0.5.0 |
| 746 | 2026-08-20T03:17:53.981Z | Downloaded phf_shared v0.12.1 |
| 747 | 2026-08-20T03:17:53.995Z | Downloaded progenitor-impl v0.14.0 |
| 748 | 2026-08-20T03:17:53.995Z | Downloaded potential_utf v0.1.4 |
| 749 | 2026-08-20T03:17:54.012Z | Downloaded tokio-stream v0.1.18 |
| 750 | 2026-08-20T03:17:54.012Z | Downloaded ref-cast v1.0.25 |
| 751 | 2026-08-20T03:17:54.013Z | Downloaded tiny-keccak v2.0.2 |
| 752 | 2026-08-20T03:17:54.027Z | Downloaded dtrace-parser v0.3.0 |
| 753 | 2026-08-20T03:17:54.027Z | Downloaded humantime v2.3.0 |
| 754 | 2026-08-20T03:17:54.027Z | Downloaded rfc6979 v0.6.0 |
| 755 | 2026-08-20T03:17:54.027Z | Downloaded rustc-hash v2.1.1 |
| 756 | 2026-08-20T03:17:54.027Z | Downloaded rustc_version v0.1.7 |
| 757 | 2026-08-20T03:17:54.027Z | Downloaded allocator-api2 v0.2.21 |
| 758 | 2026-08-20T03:17:54.027Z | Downloaded compact_str v0.8.1 |
| 759 | 2026-08-20T03:17:54.027Z | Downloaded rfc6979 v0.4.0 |
| 760 | 2026-08-20T03:17:54.027Z | Downloaded secrecy v0.8.0 |
| 761 | 2026-08-20T03:17:54.027Z | Downloaded chacha20poly1305 v0.10.1 |
| 762 | 2026-08-20T03:17:54.027Z | Downloaded cancel-safe-futures v0.1.5 |
| 763 | 2026-08-20T03:17:54.027Z | Downloaded chumsky v0.9.3 |
| 764 | 2026-08-20T03:17:54.027Z | Downloaded flume v0.11.1 |
| 765 | 2026-08-20T03:17:54.027Z | Downloaded bumpalo v3.20.2 |
| 766 | 2026-08-20T03:17:54.034Z | Downloaded backtrace v0.3.76 |
| 767 | 2026-08-20T03:17:54.034Z | Downloaded linear-map v1.2.0 |
| 768 | 2026-08-20T03:17:54.034Z | Downloaded elliptic-curve v0.14.1 |
| 769 | 2026-08-20T03:17:54.034Z | Downloaded native-tls v0.2.18 |
| 770 | 2026-08-20T03:17:54.034Z | Downloaded serde_bytes v0.11.19 |
| 771 | 2026-08-20T03:17:54.038Z | Downloaded serde_plain v1.0.2 |
| 772 | 2026-08-20T03:17:54.038Z | Downloaded heapless v0.8.0 |
| 773 | 2026-08-20T03:17:54.038Z | Downloaded signal-hook-mio v0.2.5 |
| 774 | 2026-08-20T03:17:54.043Z | Downloaded newtype-uuid v1.3.2 |
| 775 | 2026-08-20T03:17:54.043Z | Downloaded sqlparser_derive v0.5.0 |
| 776 | 2026-08-20T03:17:54.043Z | Downloaded strip-ansi-escapes v0.2.1 |
| 777 | 2026-08-20T03:17:54.043Z | Downloaded base64 v0.22.1 |
| 778 | 2026-08-20T03:17:54.043Z | Downloaded num-complex v0.4.6 |
| 779 | 2026-08-20T03:17:54.054Z | Downloaded multer v3.1.0 |
| 780 | 2026-08-20T03:17:54.054Z | Downloaded termtree v0.5.1 |
| 781 | 2026-08-20T03:17:54.054Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 782 | 2026-08-20T03:17:54.063Z | Downloaded cookie v0.18.1 |
| 783 | 2026-08-20T03:17:54.063Z | Downloaded crossbeam-utils v0.8.21 |
| 784 | 2026-08-20T03:17:54.063Z | Downloaded pem v3.0.6 |
| 785 | 2026-08-20T03:17:54.063Z | Downloaded packed_struct v0.10.1 |
| 786 | 2026-08-20T03:17:54.063Z | Downloaded tap v1.0.1 |
| 787 | 2026-08-20T03:17:54.076Z | Downloaded tower-service v0.3.3 |
| 788 | 2026-08-20T03:17:54.076Z | Downloaded bytes v1.11.1 |
| 789 | 2026-08-20T03:17:54.076Z | Downloaded darling v0.20.11 |
| 790 | 2026-08-20T03:17:54.086Z | Downloaded pkcs5 v0.8.1 |
| 791 | 2026-08-20T03:17:54.086Z | Downloaded prefix-trie v0.7.0 |
| 792 | 2026-08-20T03:17:54.086Z | Downloaded trait-variant v0.1.2 |
| 793 | 2026-08-20T03:17:54.086Z | Downloaded try-lock v0.2.5 |
| 794 | 2026-08-20T03:17:54.086Z | Downloaded progenitor-extras v0.2.0 |
| 795 | 2026-08-20T03:17:54.088Z | Downloaded rand_seeder v0.4.0 |
| 796 | 2026-08-20T03:17:54.088Z | Downloaded xattr v1.6.1 |
| 797 | 2026-08-20T03:17:54.088Z | Downloaded futures v0.3.32 |
| 798 | 2026-08-20T03:17:54.088Z | Downloaded subprocess v0.2.15 |
| 799 | 2026-08-20T03:17:54.088Z | Downloaded unicode-properties v0.1.4 |
| 800 | 2026-08-20T03:17:54.090Z | Downloaded powerfmt v0.2.0 |
| 801 | 2026-08-20T03:17:54.090Z | Downloaded primefield v0.14.0 |
| 802 | 2026-08-20T03:17:54.090Z | Downloaded pretty_assertions v1.4.1 |
| 803 | 2026-08-20T03:17:54.090Z | Downloaded rand_core v0.6.4 |
| 804 | 2026-08-20T03:17:54.090Z | Downloaded utf8_iter v1.0.4 |
| 805 | 2026-08-20T03:17:54.090Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 806 | 2026-08-20T03:17:54.123Z | Downloaded cc v1.2.56 |
| 807 | 2026-08-20T03:17:54.134Z | Downloaded flate2 v1.1.9 |
| 808 | 2026-08-20T03:17:54.134Z | Downloaded headers v0.4.1 |
| 809 | 2026-08-20T03:17:54.134Z | Downloaded ar_archive_writer v0.5.1 |
| 810 | 2026-08-20T03:17:54.134Z | Downloaded async-compression v0.4.41 |
| 811 | 2026-08-20T03:17:54.134Z | Downloaded base64 v0.21.7 |
| 812 | 2026-08-20T03:17:54.134Z | Downloaded memmap2 v0.9.10 |
| 813 | 2026-08-20T03:17:54.134Z | Downloaded hickory-resolver v0.25.2 |
| 814 | 2026-08-20T03:17:54.134Z | Downloaded hickory-resolver v0.24.4 |
| 815 | 2026-08-20T03:17:54.134Z | Downloaded serde_with_macros v1.5.2 |
| 816 | 2026-08-20T03:17:54.134Z | Downloaded cstr-argument v0.1.2 |
| 817 | 2026-08-20T03:17:54.134Z | Downloaded signal-hook-registry v1.4.8 |
| 818 | 2026-08-20T03:17:54.134Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 819 | 2026-08-20T03:17:54.134Z | Downloaded expectorate v1.2.0 |
| 820 | 2026-08-20T03:17:54.134Z | Downloaded snafu-derive v0.8.9 |
| 821 | 2026-08-20T03:17:54.148Z | Downloaded spki v0.7.3 |
| 822 | 2026-08-20T03:17:54.148Z | Downloaded crunchy v0.2.4 |
| 823 | 2026-08-20T03:17:54.148Z | Downloaded darling_macro v0.23.0 |
| 824 | 2026-08-20T03:17:54.148Z | Downloaded crc32fast v1.5.0 |
| 825 | 2026-08-20T03:17:54.148Z | Downloaded shlex v1.3.0 |
| 826 | 2026-08-20T03:17:54.148Z | Downloaded ssh-cipher v0.3.0 |
| 827 | 2026-08-20T03:17:54.148Z | Downloaded vte v0.14.1 |
| 828 | 2026-08-20T03:17:54.148Z | Downloaded sync_wrapper v1.0.2 |
| 829 | 2026-08-20T03:17:54.157Z | Downloaded derive_builder_macro v0.20.2 |
| 830 | 2026-08-20T03:17:54.157Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 831 | 2026-08-20T03:17:54.157Z | Downloaded illumos-nvpair v0.3.0 |
| 832 | 2026-08-20T03:17:54.157Z | Downloaded digest-io v0.1.0 |
| 833 | 2026-08-20T03:17:54.157Z | Downloaded ident_case v1.0.1 |
| 834 | 2026-08-20T03:17:54.157Z | Downloaded jiff-static v0.2.34 |
| 835 | 2026-08-20T03:17:54.157Z | Downloaded pkg-config v0.3.32 |
| 836 | 2026-08-20T03:17:54.157Z | Downloaded maybe-uninit v2.0.0 |
| 837 | 2026-08-20T03:17:54.164Z | Downloaded inout v0.2.2 |
| 838 | 2026-08-20T03:17:54.164Z | Downloaded tui-tree-widget v0.23.1 |
| 839 | 2026-08-20T03:17:54.165Z | Downloaded hashbrown v0.14.5 |
| 840 | 2026-08-20T03:17:54.176Z | Downloaded rand v0.8.6 |
| 841 | 2026-08-20T03:17:54.176Z | Downloaded strum_macros v0.24.3 |
| 842 | 2026-08-20T03:17:54.176Z | Downloaded support-bundle-viewer v0.1.2 |
| 843 | 2026-08-20T03:17:54.176Z | Downloaded ecdsa v0.17.0 |
| 844 | 2026-08-20T03:17:54.184Z | Downloaded tokio-tungstenite v0.21.0 |
| 845 | 2026-08-20T03:17:54.184Z | Downloaded vergen-git2 v9.1.0 |
| 846 | 2026-08-20T03:17:54.184Z | Downloaded vsss-rs v3.3.4 |
| 847 | 2026-08-20T03:17:54.184Z | Downloaded rustc-demangle v0.1.27 |
| 848 | 2026-08-20T03:17:54.184Z | Downloaded whoami v1.6.1 |
| 849 | 2026-08-20T03:17:54.188Z | Downloaded constant_time_eq v0.4.2 |
| 850 | 2026-08-20T03:17:54.188Z | Downloaded lru v0.12.5 |
| 851 | 2026-08-20T03:17:54.188Z | Downloaded match_cfg v0.1.0 |
| 852 | 2026-08-20T03:17:54.188Z | Downloaded newtype_derive v0.1.6 |
| 853 | 2026-08-20T03:17:54.196Z | Downloaded num v0.4.3 |
| 854 | 2026-08-20T03:17:54.205Z | Downloaded serde_with_macros v3.21.0 |
| 855 | 2026-08-20T03:17:54.205Z | Downloaded const_format_proc_macros v0.2.34 |
| 856 | 2026-08-20T03:17:54.205Z | Downloaded http v1.4.2 |
| 857 | 2026-08-20T03:17:54.211Z | Downloaded crossbeam-deque v0.8.6 |
| 858 | 2026-08-20T03:17:54.212Z | Downloaded hashbrown v0.13.2 |
| 859 | 2026-08-20T03:17:54.212Z | Downloaded ingot-macros v0.2.0 |
| 860 | 2026-08-20T03:17:54.215Z | Downloaded path-slash v0.1.5 |
| 861 | 2026-08-20T03:17:54.215Z | Downloaded proc-macro-crate v3.4.0 |
| 862 | 2026-08-20T03:17:54.223Z | Downloaded slog-term v2.9.2 |
| 863 | 2026-08-20T03:17:54.230Z | Downloaded rand_xorshift v0.4.0 |
| 864 | 2026-08-20T03:17:54.230Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 865 | 2026-08-20T03:17:54.237Z | Downloaded derive-ex v0.1.8 |
| 866 | 2026-08-20T03:17:54.237Z | Downloaded digest v0.11.3 |
| 867 | 2026-08-20T03:17:54.237Z | Downloaded hyper-staticfile v0.10.1 |
| 868 | 2026-08-20T03:17:54.241Z | Downloaded zerotrie v0.2.3 |
| 869 | 2026-08-20T03:17:54.241Z | Downloaded darling_core v0.13.4 |
| 870 | 2026-08-20T03:17:54.241Z | Downloaded omicron-zone-package v0.12.3 |
| 871 | 2026-08-20T03:17:54.241Z | Downloaded slog-bunyan v2.5.0 |
| 872 | 2026-08-20T03:17:54.249Z | Downloaded ipnetwork v0.21.1 |
| 873 | 2026-08-20T03:17:54.249Z | Downloaded supports-unicode v3.0.0 |
| 874 | 2026-08-20T03:17:54.306Z | Downloaded same-file v1.0.6 |
| 875 | 2026-08-20T03:17:54.306Z | Downloaded serde_spanned v1.1.1 |
| 876 | 2026-08-20T03:17:54.306Z | Downloaded supports-color v3.0.2 |
| 877 | 2026-08-20T03:17:54.324Z | Downloaded schemars v1.2.1 |
| 878 | 2026-08-20T03:17:54.324Z | Downloaded steno v0.4.1 |
| 879 | 2026-08-20T03:17:54.324Z | Downloaded h2 v0.4.15 |
| 880 | 2026-08-20T03:17:54.324Z | Downloaded libefi-sys v0.1.0 |
| 881 | 2026-08-20T03:17:54.324Z | Downloaded rand v0.9.2 |
| 882 | 2026-08-20T03:17:54.324Z | Downloaded tokio-rustls v0.26.4 |
| 883 | 2026-08-20T03:17:54.324Z | Downloaded zerocopy v0.6.6 |
| 884 | 2026-08-20T03:17:54.325Z | Downloaded indicatif v0.18.4 |
| 885 | 2026-08-20T03:17:54.325Z | Downloaded owo-colors v4.3.0 |
| 886 | 2026-08-20T03:17:54.325Z | Downloaded icu_locale_core v2.1.1 |
| 887 | 2026-08-20T03:17:54.325Z | Downloaded icu_normalizer v2.1.1 |
| 888 | 2026-08-20T03:17:54.325Z | Downloaded untrusted v0.7.1 |
| 889 | 2026-08-20T03:17:54.325Z | Downloaded parse-display-derive v0.10.0 |
| 890 | 2026-08-20T03:17:54.325Z | Downloaded unsafe-libyaml v0.2.11 |
| 891 | 2026-08-20T03:17:54.325Z | Downloaded miniz_oxide v0.8.9 |
| 892 | 2026-08-20T03:17:54.325Z | Downloaded progenitor v0.13.0 |
| 893 | 2026-08-20T03:17:54.325Z | Downloaded rusty-fork v0.3.1 |
| 894 | 2026-08-20T03:17:54.325Z | Downloaded void v1.0.2 |
| 895 | 2026-08-20T03:17:54.325Z | Downloaded unicode-truncate v1.1.0 |
| 896 | 2026-08-20T03:17:54.325Z | Downloaded schemars v0.8.22 |
| 897 | 2026-08-20T03:17:54.325Z | Downloaded phf v0.13.1 |
| 898 | 2026-08-20T03:17:54.325Z | Downloaded zone v0.3.1 |
| 899 | 2026-08-20T03:17:54.325Z | Downloaded cpubits v0.1.1 |
| 900 | 2026-08-20T03:17:54.325Z | Downloaded rand_chacha v0.9.0 |
| 901 | 2026-08-20T03:17:54.326Z | Downloaded defmt-parser v1.0.0 |
| 902 | 2026-08-20T03:17:54.326Z | Downloaded crucible-workspace-hack v0.1.0 |
| 903 | 2026-08-20T03:17:54.326Z | Downloaded postgres-protocol v0.6.10 |
| 904 | 2026-08-20T03:17:54.326Z | Downloaded ppv-lite86 v0.2.21 |
| 905 | 2026-08-20T03:17:54.344Z | Downloaded proc-macro-error2 v2.0.1 |
| 906 | 2026-08-20T03:17:54.344Z | Downloaded display-error-chain v0.2.2 |
| 907 | 2026-08-20T03:17:54.344Z | Downloaded dirs-next v2.0.0 |
| 908 | 2026-08-20T03:17:54.344Z | Downloaded derive_more v2.1.1 |
| 909 | 2026-08-20T03:17:54.344Z | Downloaded pbkdf2 v0.13.0 |
| 910 | 2026-08-20T03:17:54.344Z | Downloaded test-strategy v0.4.5 |
| 911 | 2026-08-20T03:17:54.344Z | Downloaded hyper-rustls v0.27.7 |
| 912 | 2026-08-20T03:17:54.345Z | Downloaded scroll v0.13.0 |
| 913 | 2026-08-20T03:17:54.345Z | Downloaded string_cache v0.8.9 |
| 914 | 2026-08-20T03:17:54.345Z | Downloaded tungstenite v0.21.0 |
| 915 | 2026-08-20T03:17:54.345Z | Downloaded p384 v0.14.0 |
| 916 | 2026-08-20T03:17:54.357Z | Downloaded rustls-native-certs v0.8.3 |
| 917 | 2026-08-20T03:17:54.357Z | Downloaded stringprep v0.1.5 |
| 918 | 2026-08-20T03:17:54.357Z | Downloaded tls_codec v0.4.2 |
| 919 | 2026-08-20T03:17:54.357Z | Downloaded tungstenite v0.23.0 |
| 920 | 2026-08-20T03:17:54.357Z | Downloaded serde_urlencoded v0.7.1 |
| 921 | 2026-08-20T03:17:54.357Z | Downloaded instant v0.1.13 |
| 922 | 2026-08-20T03:17:54.357Z | Downloaded prettyplease v0.2.37 |
| 923 | 2026-08-20T03:17:54.357Z | Downloaded rand v0.10.1 |
| 924 | 2026-08-20T03:17:54.357Z | Downloaded rsa v0.10.0-rc.18 |
| 925 | 2026-08-20T03:17:54.357Z | Downloaded sqlformat v0.3.5 |
| 926 | 2026-08-20T03:17:54.358Z | Downloaded unicode_categories v0.1.1 |
| 927 | 2026-08-20T03:17:54.366Z | Downloaded nu-ansi-term v0.50.3 |
| 928 | 2026-08-20T03:17:54.366Z | Downloaded zopfli v0.8.3 |
| 929 | 2026-08-20T03:17:54.366Z | Downloaded cookie_store v0.22.1 |
| 930 | 2026-08-20T03:17:54.366Z | Downloaded serde_derive_internals v0.29.1 |
| 931 | 2026-08-20T03:17:54.366Z | Downloaded serde_path_to_error v0.1.20 |
| 932 | 2026-08-20T03:17:54.366Z | Downloaded memoffset v0.9.1 |
| 933 | 2026-08-20T03:17:54.366Z | Downloaded md5 v0.8.0 |
| 934 | 2026-08-20T03:17:54.368Z | Downloaded hickory-server v0.25.2 |
| 935 | 2026-08-20T03:17:54.377Z | Downloaded rayon-core v1.13.0 |
| 936 | 2026-08-20T03:17:54.377Z | Downloaded hashbrown v0.12.3 |
| 937 | 2026-08-20T03:17:54.377Z | Downloaded lru-cache v0.1.2 |
| 938 | 2026-08-20T03:17:54.377Z | Downloaded unarray v0.1.4 |
| 939 | 2026-08-20T03:17:54.377Z | Downloaded progenitor v0.14.0 |
| 940 | 2026-08-20T03:17:54.377Z | Downloaded multimap v0.10.1 |
| 941 | 2026-08-20T03:17:54.377Z | Downloaded opaque-debug v0.3.1 |
| 942 | 2026-08-20T03:17:54.378Z | Downloaded nonempty v0.12.0 |
| 943 | 2026-08-20T03:17:54.384Z | Downloaded xshell v0.2.7 |
| 944 | 2026-08-20T03:17:54.384Z | Downloaded oso-derive v0.27.3 |
| 945 | 2026-08-20T03:17:54.384Z | Downloaded signal-hook v0.3.18 |
| 946 | 2026-08-20T03:17:54.394Z | Downloaded zeroize v1.9.0 |
| 947 | 2026-08-20T03:17:54.394Z | Downloaded data-encoding v2.10.0 |
| 948 | 2026-08-20T03:17:54.394Z | Downloaded zerocopy-derive v0.8.55 |
| 949 | 2026-08-20T03:17:54.394Z | Downloaded corncobs v0.1.4 |
| 950 | 2026-08-20T03:17:54.394Z | Downloaded radium v0.7.0 |
| 951 | 2026-08-20T03:17:54.400Z | Downloaded diff v0.1.13 |
| 952 | 2026-08-20T03:17:54.400Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 953 | 2026-08-20T03:17:54.400Z | Downloaded csv-core v0.1.13 |
| 954 | 2026-08-20T03:17:54.400Z | Downloaded derive_builder_core v0.20.2 |
| 955 | 2026-08-20T03:17:54.400Z | Downloaded pin-project-lite v0.2.17 |
| 956 | 2026-08-20T03:17:54.405Z | Downloaded displaydoc v0.2.5 |
| 957 | 2026-08-20T03:17:54.405Z | Downloaded ecdsa v0.16.9 |
| 958 | 2026-08-20T03:17:54.413Z | Downloaded ignore v0.4.25 |
| 959 | 2026-08-20T03:17:54.413Z | Downloaded take_mut v0.2.2 |
| 960 | 2026-08-20T03:17:54.413Z | Downloaded spin v0.9.8 |
| 961 | 2026-08-20T03:17:54.413Z | Downloaded term v0.7.0 |
| 962 | 2026-08-20T03:17:54.422Z | Downloaded tower v0.5.3 |
| 963 | 2026-08-20T03:17:54.422Z | Downloaded ed25519-dalek v2.2.0 |
| 964 | 2026-08-20T03:17:54.422Z | Downloaded scheduled-thread-pool v0.2.7 |
| 965 | 2026-08-20T03:17:54.427Z | Downloaded libbz2-rs-sys v0.2.2 |
| 966 | 2026-08-20T03:17:54.427Z | Downloaded knus-derive v3.4.0 |
| 967 | 2026-08-20T03:17:54.427Z | Downloaded libsw v3.5.0 |
| 968 | 2026-08-20T03:17:54.427Z | Downloaded num-bigint-dig v0.8.6 |
| 969 | 2026-08-20T03:17:54.427Z | Downloaded typed-path v0.9.3 |
| 970 | 2026-08-20T03:17:54.442Z | Downloaded stable_deref_trait v1.2.1 |
| 971 | 2026-08-20T03:17:54.442Z | Downloaded time-core v0.1.8 |
| 972 | 2026-08-20T03:17:54.442Z | Downloaded papergrid v0.18.0 |
| 973 | 2026-08-20T03:17:54.442Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 974 | 2026-08-20T03:17:54.450Z | Downloaded tokio-tungstenite v0.23.1 |
| 975 | 2026-08-20T03:17:54.450Z | Downloaded hashbrown v0.15.5 |
| 976 | 2026-08-20T03:17:54.450Z | Downloaded subtle v2.6.1 |
| 977 | 2026-08-20T03:17:54.450Z | Downloaded unit-prefix v0.5.2 |
| 978 | 2026-08-20T03:17:54.450Z | Downloaded publicsuffix v2.3.0 |
| 979 | 2026-08-20T03:17:54.450Z | Downloaded usdt-attr-macro v0.6.0 |
| 980 | 2026-08-20T03:17:54.450Z | Downloaded xshell-macros v0.2.7 |
| 981 | 2026-08-20T03:17:54.450Z | Downloaded qorb v0.4.1 |
| 982 | 2026-08-20T03:17:54.450Z | Downloaded whoami v2.1.0 |
| 983 | 2026-08-20T03:17:54.450Z | Downloaded yoke v0.8.1 |
| 984 | 2026-08-20T03:17:54.465Z | Downloaded num_enum v0.7.6 |
| 985 | 2026-08-20T03:17:54.465Z | Downloaded pem-rfc7468 v1.0.0 |
| 986 | 2026-08-20T03:17:54.465Z | Downloaded nanorand v0.7.0 |
| 987 | 2026-08-20T03:17:54.476Z | Downloaded password-hash v0.5.0 |
| 988 | 2026-08-20T03:17:54.476Z | Downloaded downcast-rs v2.0.2 |
| 989 | 2026-08-20T03:17:54.476Z | Downloaded darling_macro v0.13.4 |
| 990 | 2026-08-20T03:17:54.476Z | Downloaded pkcs8 v0.10.2 |
| 991 | 2026-08-20T03:17:54.477Z | Downloaded pkcs1 v0.7.5 |
| 992 | 2026-08-20T03:17:54.482Z | Downloaded smallvec v1.15.1 |
| 993 | 2026-08-20T03:17:54.482Z | Downloaded hybrid-array v0.4.13 |
| 994 | 2026-08-20T03:17:54.482Z | Downloaded indoc v2.0.7 |
| 995 | 2026-08-20T03:17:54.482Z | Downloaded darling_core v0.21.3 |
| 996 | 2026-08-20T03:17:54.482Z | Downloaded pin-project-internal v1.1.11 |
| 997 | 2026-08-20T03:17:54.482Z | Downloaded linked-hash-map v0.5.6 |
| 998 | 2026-08-20T03:17:54.482Z | Downloaded is-terminal v0.4.17 |
| 999 | 2026-08-20T03:17:54.482Z | Downloaded managed v0.8.0 |
| 1000 | 2026-08-20T03:17:54.498Z | Downloaded lazy_static v1.5.0 |
| 1001 | 2026-08-20T03:17:54.498Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1002 | 2026-08-20T03:17:54.498Z | Downloaded schemars v0.9.0 |
| 1003 | 2026-08-20T03:17:54.504Z | Downloaded url v2.5.8 |
| 1004 | 2026-08-20T03:17:54.504Z | Downloaded ed25519-dalek v3.0.0 |
| 1005 | 2026-08-20T03:17:54.514Z | Downloaded slog-async v2.8.0 |
| 1006 | 2026-08-20T03:17:54.524Z | Downloaded itertools v0.10.5 |
| 1007 | 2026-08-20T03:17:54.524Z | Downloaded hashbrown v0.16.1 |
| 1008 | 2026-08-20T03:17:54.524Z | Downloaded schemars_derive v0.8.22 |
| 1009 | 2026-08-20T03:17:54.524Z | Downloaded progenitor-macro v0.13.0 |
| 1010 | 2026-08-20T03:17:54.524Z | Downloaded progenitor-macro v0.14.0 |
| 1011 | 2026-08-20T03:17:54.524Z | Downloaded tinystr v0.8.2 |
| 1012 | 2026-08-20T03:17:54.524Z | Downloaded scopeguard v1.2.0 |
| 1013 | 2026-08-20T03:17:54.528Z | Downloaded tagptr v0.2.0 |
| 1014 | 2026-08-20T03:17:54.528Z | Downloaded hkdf v0.13.0 |
| 1015 | 2026-08-20T03:17:54.528Z | Downloaded tracing-core v0.1.36 |
| 1016 | 2026-08-20T03:17:54.528Z | Downloaded uuid v1.23.4 |
| 1017 | 2026-08-20T03:17:54.541Z | Downloaded usdt-impl v0.6.0 |
| 1018 | 2026-08-20T03:17:54.541Z | Downloaded vergen-lib v9.1.0 |
| 1019 | 2026-08-20T03:17:54.541Z | Downloaded siphasher v1.0.2 |
| 1020 | 2026-08-20T03:17:54.552Z | Downloaded darling v0.13.4 |
| 1021 | 2026-08-20T03:17:54.552Z | Downloaded zerofrom v0.1.6 |
| 1022 | 2026-08-20T03:17:54.564Z | Downloaded pkcs8 v0.11.0 |
| 1023 | 2026-08-20T03:17:54.564Z | Downloaded scuffle v0.1.0 |
| 1024 | 2026-08-20T03:17:54.564Z | Downloaded elliptic-curve v0.13.8 |
| 1025 | 2026-08-20T03:17:54.570Z | Downloaded crc-catalog v2.4.0 |
| 1026 | 2026-08-20T03:17:54.570Z | Downloaded unicode-xid v0.2.6 |
| 1027 | 2026-08-20T03:17:54.570Z | Downloaded usdt-macro v0.6.0 |
| 1028 | 2026-08-20T03:17:54.570Z | Downloaded p521 v0.14.0 |
| 1029 | 2026-08-20T03:17:54.570Z | Downloaded zstd v0.13.3 |
| 1030 | 2026-08-20T03:17:54.571Z | Downloaded ed25519 v3.0.0 |
| 1031 | 2026-08-20T03:17:54.571Z | Downloaded ingot-types v0.2.0 |
| 1032 | 2026-08-20T03:17:54.571Z | Downloaded zerofrom-derive v0.1.6 |
| 1033 | 2026-08-20T03:17:54.571Z | Downloaded inout v0.1.4 |
| 1034 | 2026-08-20T03:17:54.575Z | Downloaded der_derive v0.7.3 |
| 1035 | 2026-08-20T03:17:54.576Z | Downloaded ed25519 v2.2.3 |
| 1036 | 2026-08-20T03:17:54.576Z | Downloaded num-integer v0.1.46 |
| 1037 | 2026-08-20T03:17:54.590Z | Downloaded x509-cert v0.2.5 |
| 1038 | 2026-08-20T03:17:54.590Z | Downloaded dsl_auto_type v0.2.0 |
| 1039 | 2026-08-20T03:17:54.590Z | Downloaded num-bigint v0.4.6 |
| 1040 | 2026-08-20T03:17:54.590Z | Downloaded der v0.7.10 |
| 1041 | 2026-08-20T03:17:54.591Z | Downloaded zerovec v0.11.5 |
| 1042 | 2026-08-20T03:17:54.605Z | Downloaded tar v0.4.46 |
| 1043 | 2026-08-20T03:17:54.639Z | Downloaded time-macros v0.2.27 |
| 1044 | 2026-08-20T03:17:54.639Z | Downloaded indent_write v2.2.0 |
| 1045 | 2026-08-20T03:17:54.639Z | Downloaded poly1305 v0.8.0 |
| 1046 | 2026-08-20T03:17:54.639Z | Downloaded rand_core v0.10.0 |
| 1047 | 2026-08-20T03:17:54.639Z | Downloaded md-5 v0.10.6 |
| 1048 | 2026-08-20T03:17:54.639Z | Downloaded parse-size v1.1.0 |
| 1049 | 2026-08-20T03:17:54.639Z | Downloaded num_enum_derive v0.5.11 |
| 1050 | 2026-08-20T03:17:54.639Z | Downloaded miette-derive v7.6.0 |
| 1051 | 2026-08-20T03:17:54.639Z | Downloaded progenitor-client v0.14.0 |
| 1052 | 2026-08-20T03:17:54.639Z | Downloaded pem-rfc7468 v0.7.0 |
| 1053 | 2026-08-20T03:17:54.639Z | Downloaded slog-scope v4.4.1 |
| 1054 | 2026-08-20T03:17:54.639Z | Downloaded static_assertions v1.1.0 |
| 1055 | 2026-08-20T03:17:54.652Z | Downloaded hkdf v0.12.4 |
| 1056 | 2026-08-20T03:17:54.652Z | Downloaded progenitor-impl v0.13.0 |
| 1057 | 2026-08-20T03:17:54.652Z | Downloaded knus v3.4.0 |
| 1058 | 2026-08-20T03:17:54.652Z | Downloaded primeorder v0.13.6 |
| 1059 | 2026-08-20T03:17:54.652Z | Downloaded rpassword v7.5.4 |
| 1060 | 2026-08-20T03:17:54.652Z | Downloaded crossbeam-epoch v0.9.18 |
| 1061 | 2026-08-20T03:17:54.652Z | Downloaded strum_macros v0.27.2 |
| 1062 | 2026-08-20T03:17:54.652Z | Downloaded rtoolbox v0.0.3 |
| 1063 | 2026-08-20T03:17:54.652Z | Downloaded tls_codec_derive v0.4.2 |
| 1064 | 2026-08-20T03:17:54.652Z | Downloaded minimal-lexical v0.2.1 |
| 1065 | 2026-08-20T03:17:54.652Z | Downloaded spki v0.8.0 |
| 1066 | 2026-08-20T03:17:54.652Z | Downloaded crossterm v0.28.1 |
| 1067 | 2026-08-20T03:17:54.652Z | Downloaded reqwest v0.13.2 |
| 1068 | 2026-08-20T03:17:54.652Z | Downloaded aes-gcm v0.11.0 |
| 1069 | 2026-08-20T03:17:54.657Z | Downloaded parking_lot v0.11.2 |
| 1070 | 2026-08-20T03:17:54.657Z | Downloaded tracing-attributes v0.1.31 |
| 1071 | 2026-08-20T03:17:54.658Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1072 | 2026-08-20T03:17:54.658Z | Downloaded vergen-gitcl v1.0.8 |
| 1073 | 2026-08-20T03:17:54.658Z | Downloaded libloading v0.8.9 |
| 1074 | 2026-08-20T03:17:54.676Z | Downloaded pin-project v1.1.11 |
| 1075 | 2026-08-20T03:17:54.676Z | Downloaded crc8 v0.1.1 |
| 1076 | 2026-08-20T03:17:54.676Z | Downloaded daft v0.1.7 |
| 1077 | 2026-08-20T03:17:54.676Z | Downloaded dyn-clone v1.0.20 |
| 1078 | 2026-08-20T03:17:54.676Z | Downloaded darling_core v0.20.11 |
| 1079 | 2026-08-20T03:17:54.681Z | Downloaded tough v0.22.0 |
| 1080 | 2026-08-20T03:17:54.681Z | Downloaded itertools v0.12.1 |
| 1081 | 2026-08-20T03:17:54.687Z | Downloaded kstat-rs v0.2.5 |
| 1082 | 2026-08-20T03:17:54.687Z | Downloaded postcard v1.1.3 |
| 1083 | 2026-08-20T03:17:54.697Z | Downloaded num-iter v0.1.45 |
| 1084 | 2026-08-20T03:17:54.697Z | Downloaded percent-encoding v2.3.2 |
| 1085 | 2026-08-20T03:17:54.697Z | Downloaded semver v0.1.20 |
| 1086 | 2026-08-20T03:17:54.700Z | Downloaded oxnet v0.1.6 |
| 1087 | 2026-08-20T03:17:54.700Z | Downloaded predicates v3.1.4 |
| 1088 | 2026-08-20T03:17:54.700Z | Downloaded slog v2.8.2 |
| 1089 | 2026-08-20T03:17:54.718Z | Downloaded sec1 v0.7.3 |
| 1090 | 2026-08-20T03:17:54.718Z | Downloaded serde-hex v0.1.0 |
| 1091 | 2026-08-20T03:17:54.729Z | Downloaded tokio-postgres v0.7.16 |
| 1092 | 2026-08-20T03:17:54.729Z | Downloaded toml_edit v0.19.15 |
| 1093 | 2026-08-20T03:17:54.729Z | Downloaded quick-error v1.2.3 |
| 1094 | 2026-08-20T03:17:54.729Z | Downloaded sponge-cursor v0.1.0 |
| 1095 | 2026-08-20T03:17:54.729Z | Downloaded socket2 v0.5.10 |
| 1096 | 2026-08-20T03:17:54.738Z | Downloaded drift v0.2.0 |
| 1097 | 2026-08-20T03:17:54.738Z | Downloaded stacker v0.1.23 |
| 1098 | 2026-08-20T03:17:54.738Z | Downloaded strum_macros v0.26.4 |
| 1099 | 2026-08-20T03:17:54.738Z | Downloaded aho-corasick v1.1.4 |
| 1100 | 2026-08-20T03:17:54.738Z | Downloaded slog-envlogger v2.2.0 |
| 1101 | 2026-08-20T03:17:54.745Z | Downloaded universal-hash v0.5.1 |
| 1102 | 2026-08-20T03:17:54.746Z | Downloaded ron v0.8.1 |
| 1103 | 2026-08-20T03:17:54.746Z | Downloaded wait-timeout v0.2.1 |
| 1104 | 2026-08-20T03:17:54.746Z | Downloaded zone_cfg_derive v0.3.1 |
| 1105 | 2026-08-20T03:17:54.746Z | Downloaded smallvec v0.6.14 |
| 1106 | 2026-08-20T03:17:54.746Z | Downloaded thiserror-no-std v2.0.2 |
| 1107 | 2026-08-20T03:17:54.746Z | Downloaded sync-ptr v0.1.4 |
| 1108 | 2026-08-20T03:17:54.746Z | Downloaded icu_provider v2.1.1 |
| 1109 | 2026-08-20T03:17:54.746Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1110 | 2026-08-20T03:17:54.755Z | Downloaded rawzip v0.4.4 |
| 1111 | 2026-08-20T03:17:54.755Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1112 | 2026-08-20T03:17:54.755Z | Downloaded vergen v9.1.0 |
| 1113 | 2026-08-20T03:17:54.755Z | Downloaded icu_properties v2.1.2 |
| 1114 | 2026-08-20T03:17:54.755Z | Downloaded tokio-native-tls v0.3.1 |
| 1115 | 2026-08-20T03:17:54.755Z | Downloaded const_format v0.2.35 |
| 1116 | 2026-08-20T03:17:54.769Z | Downloaded des v0.9.0 |
| 1117 | 2026-08-20T03:17:54.769Z | Downloaded unicase v2.9.0 |
| 1118 | 2026-08-20T03:17:54.770Z | Downloaded crc v3.4.0 |
| 1119 | 2026-08-20T03:17:54.770Z | Downloaded derive_more v0.99.20 |
| 1120 | 2026-08-20T03:17:54.770Z | Downloaded deranged v0.5.8 |
| 1121 | 2026-08-20T03:17:54.775Z | Downloaded maplit v1.0.2 |
| 1122 | 2026-08-20T03:17:54.775Z | Downloaded packed_struct_codegen v0.10.1 |
| 1123 | 2026-08-20T03:17:54.775Z | Downloaded rand_chacha v0.3.1 |
| 1124 | 2026-08-20T03:17:54.775Z | Downloaded proc-macro-crate v1.3.1 |
| 1125 | 2026-08-20T03:17:54.775Z | Downloaded structmeta-derive v0.3.0 |
| 1126 | 2026-08-20T03:17:54.775Z | Downloaded winnow v0.6.26 |
| 1127 | 2026-08-20T03:17:54.775Z | Downloaded nom v7.1.3 |
| 1128 | 2026-08-20T03:17:54.785Z | Downloaded diesel_derives v2.3.7 |
| 1129 | 2026-08-20T03:17:54.785Z | Downloaded rcgen v0.12.1 |
| 1130 | 2026-08-20T03:17:54.791Z | Downloaded ipnet v2.12.0 |
| 1131 | 2026-08-20T03:17:54.791Z | Downloaded sha1 v0.11.0 |
| 1132 | 2026-08-20T03:17:54.791Z | Downloaded tower-layer v0.3.3 |
| 1133 | 2026-08-20T03:17:54.791Z | Downloaded futures-util v0.3.32 |
| 1134 | 2026-08-20T03:17:54.795Z | Downloaded want v0.3.1 |
| 1135 | 2026-08-20T03:17:54.795Z | Downloaded untrusted v0.9.0 |
| 1136 | 2026-08-20T03:17:54.796Z | Downloaded cpufeatures v0.3.0 |
| 1137 | 2026-08-20T03:17:54.796Z | Downloaded dunce v1.0.5 |
| 1138 | 2026-08-20T03:17:54.796Z | Downloaded dropshot-api-manager v0.8.0 |
| 1139 | 2026-08-20T03:17:54.799Z | Downloaded mime_guess v2.0.5 |
| 1140 | 2026-08-20T03:17:54.799Z | Downloaded keccak v0.2.0 |
| 1141 | 2026-08-20T03:17:54.799Z | Downloaded libsw-core v0.3.2 |
| 1142 | 2026-08-20T03:17:54.799Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1143 | 2026-08-20T03:17:54.802Z | Downloaded phf v0.12.1 |
| 1144 | 2026-08-20T03:17:54.802Z | Downloaded rand_core v0.9.5 |
| 1145 | 2026-08-20T03:17:54.813Z | Downloaded zip v4.6.1 |
| 1146 | 2026-08-20T03:17:54.814Z | Downloaded yansi v1.0.1 |
| 1147 | 2026-08-20T03:17:54.814Z | Downloaded zip v0.6.6 |
| 1148 | 2026-08-20T03:17:54.814Z | Downloaded mio v1.2.0 |
| 1149 | 2026-08-20T03:17:54.822Z | Downloaded predicates-core v1.0.10 |
| 1150 | 2026-08-20T03:17:54.822Z | Downloaded secrecy v0.10.3 |
| 1151 | 2026-08-20T03:17:54.826Z | Downloaded zstd-safe v7.2.4 |
| 1152 | 2026-08-20T03:17:54.826Z | Downloaded crc-any v2.5.0 |
| 1153 | 2026-08-20T03:17:54.835Z | Downloaded wyz v0.5.1 |
| 1154 | 2026-08-20T03:17:54.835Z | Downloaded daft-derive v0.1.7 |
| 1155 | 2026-08-20T03:17:54.835Z | Downloaded structmeta v0.3.0 |
| 1156 | 2026-08-20T03:17:54.848Z | Downloaded yasna v0.5.2 |
| 1157 | 2026-08-20T03:17:54.858Z | Downloaded sec1 v0.8.1 |
| 1158 | 2026-08-20T03:17:54.859Z | Downloaded typify v0.6.2 |
| 1159 | 2026-08-20T03:17:54.859Z | Downloaded r2d2 v0.8.10 |
| 1160 | 2026-08-20T03:17:54.859Z | Downloaded jobserver v0.1.34 |
| 1161 | 2026-08-20T03:17:54.869Z | Downloaded parse-display v0.10.0 |
| 1162 | 2026-08-20T03:17:54.869Z | Downloaded universal-hash v0.6.1 |
| 1163 | 2026-08-20T03:17:54.869Z | Downloaded iana-time-zone v0.1.65 |
| 1164 | 2026-08-20T03:17:54.874Z | Downloaded hyper-tls v0.6.0 |
| 1165 | 2026-08-20T03:17:54.874Z | Downloaded indoc v1.0.9 |
| 1166 | 2026-08-20T03:17:54.874Z | Downloaded password-hash v0.6.1 |
| 1167 | 2026-08-20T03:17:54.874Z | Downloaded dropshot_endpoint v0.17.1 |
| 1168 | 2026-08-20T03:17:54.878Z | Downloaded sha1 v0.10.6 |
| 1169 | 2026-08-20T03:17:54.878Z | Downloaded crypto-common v0.2.2 |
| 1170 | 2026-08-20T03:17:54.891Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1171 | 2026-08-20T03:17:54.957Z | Downloaded critical-section v1.2.0 |
| 1172 | 2026-08-20T03:17:54.957Z | Downloaded predicates-tree v1.0.13 |
| 1173 | 2026-08-20T03:17:54.957Z | Downloaded rustls-pki-types v1.14.0 |
| 1174 | 2026-08-20T03:17:54.957Z | Downloaded p256 v0.14.0 |
| 1175 | 2026-08-20T03:17:54.958Z | Downloaded parking_lot_core v0.9.12 |
| 1176 | 2026-08-20T03:17:54.958Z | Downloaded sha2 v0.11.0 |
| 1177 | 2026-08-20T03:17:54.958Z | Downloaded delegate v0.13.5 |
| 1178 | 2026-08-20T03:17:54.958Z | Downloaded rand_pcg v0.10.2 |
| 1179 | 2026-08-20T03:17:54.958Z | Downloaded unicode-segmentation v1.12.0 |
| 1180 | 2026-08-20T03:17:54.958Z | Downloaded darling_macro v0.21.3 |
| 1181 | 2026-08-20T03:17:54.958Z | Downloaded poly1305 v0.9.0 |
| 1182 | 2026-08-20T03:17:54.958Z | Downloaded idna v1.1.0 |
| 1183 | 2026-08-20T03:17:54.958Z | Downloaded ryu v1.0.23 |
| 1184 | 2026-08-20T03:17:54.958Z | Downloaded similar v2.7.0 |
| 1185 | 2026-08-20T03:17:54.958Z | Downloaded thread_local v1.1.9 |
| 1186 | 2026-08-20T03:17:54.958Z | Downloaded yoke-derive v0.8.1 |
| 1187 | 2026-08-20T03:17:54.958Z | Downloaded resolv-conf v0.7.6 |
| 1188 | 2026-08-20T03:17:54.958Z | Downloaded russh-cryptovec v0.62.0 |
| 1189 | 2026-08-20T03:17:54.959Z | Downloaded sigpipe v0.1.3 |
| 1190 | 2026-08-20T03:17:54.959Z | Downloaded tabwriter v1.4.1 |
| 1191 | 2026-08-20T03:17:54.959Z | Downloaded toml v0.7.8 |
| 1192 | 2026-08-20T03:17:54.959Z | Downloaded either v1.15.0 |
| 1193 | 2026-08-20T03:17:54.959Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1194 | 2026-08-20T03:17:54.959Z | Downloaded derive_builder v0.20.2 |
| 1195 | 2026-08-20T03:17:54.959Z | Downloaded strum v0.26.3 |
| 1196 | 2026-08-20T03:17:54.959Z | Downloaded document-features v0.2.12 |
| 1197 | 2026-08-20T03:17:54.959Z | Downloaded waitgroup v0.1.2 |
| 1198 | 2026-08-20T03:17:54.959Z | Downloaded unicode-bidi v0.3.18 |
| 1199 | 2026-08-20T03:17:54.959Z | Downloaded keccak v0.1.6 |
| 1200 | 2026-08-20T03:17:54.959Z | Downloaded slog-json v2.6.1 |
| 1201 | 2026-08-20T03:17:54.960Z | Downloaded tokio-dtrace v0.1.1 |
| 1202 | 2026-08-20T03:17:54.960Z | Downloaded derive-where v1.6.0 |
| 1203 | 2026-08-20T03:17:54.960Z | Downloaded litrs v1.0.0 |
| 1204 | 2026-08-20T03:17:54.960Z | Downloaded lock_api v0.4.14 |
| 1205 | 2026-08-20T03:17:54.960Z | Downloaded darling_core v0.23.0 |
| 1206 | 2026-08-20T03:17:54.960Z | Downloaded darling v0.21.3 |
| 1207 | 2026-08-20T03:17:54.960Z | Downloaded indexmap v1.9.3 |
| 1208 | 2026-08-20T03:17:54.960Z | Downloaded polyval v0.7.1 |
| 1209 | 2026-08-20T03:17:54.960Z | Downloaded slab v0.4.12 |
| 1210 | 2026-08-20T03:17:54.960Z | Downloaded termios v0.3.3 |
| 1211 | 2026-08-20T03:17:54.960Z | Downloaded zerovec-derive v0.11.2 |
| 1212 | 2026-08-20T03:17:54.960Z | Downloaded winnow v1.0.3 |
| 1213 | 2026-08-20T03:17:54.972Z | Downloaded samael v0.0.19 |
| 1214 | 2026-08-20T03:17:54.972Z | Downloaded git2 v0.20.4 |
| 1215 | 2026-08-20T03:17:54.972Z | Downloaded itertools v0.14.0 |
| 1216 | 2026-08-20T03:17:54.990Z | Downloaded ml-kem v0.3.2 |
| 1217 | 2026-08-20T03:17:54.990Z | Downloaded primeorder v0.14.0 |
| 1218 | 2026-08-20T03:17:54.990Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1219 | 2026-08-20T03:17:54.990Z | Downloaded crypto-bigint v0.5.5 |
| 1220 | 2026-08-20T03:17:55.004Z | Downloaded crypto-primes v0.7.2 |
| 1221 | 2026-08-20T03:17:55.004Z | Downloaded rustls-webpki v0.103.13 |
| 1222 | 2026-08-20T03:17:55.004Z | Downloaded num-rational v0.4.2 |
| 1223 | 2026-08-20T03:17:55.004Z | Downloaded num_enum_derive v0.7.6 |
| 1224 | 2026-08-20T03:17:55.004Z | Downloaded simd-adler32 v0.3.8 |
| 1225 | 2026-08-20T03:17:55.004Z | Downloaded blake3 v1.8.5 |
| 1226 | 2026-08-20T03:17:55.004Z | Downloaded serde_with v1.14.0 |
| 1227 | 2026-08-20T03:17:55.007Z | Downloaded darling v0.23.0 |
| 1228 | 2026-08-20T03:17:55.007Z | Downloaded petname v2.0.2 |
| 1229 | 2026-08-20T03:17:55.007Z | Downloaded jiff-core v0.1.0 |
| 1230 | 2026-08-20T03:17:55.007Z | Downloaded salty v0.3.0 |
| 1231 | 2026-08-20T03:17:55.023Z | Downloaded goblin v0.10.5 |
| 1232 | 2026-08-20T03:17:55.043Z | Downloaded peg v0.8.5 |
| 1233 | 2026-08-20T03:17:55.043Z | Downloaded ingot v0.2.1 |
| 1234 | 2026-08-20T03:17:55.043Z | Downloaded litemap v0.8.1 |
| 1235 | 2026-08-20T03:17:55.043Z | Downloaded p384 v0.13.1 |
| 1236 | 2026-08-20T03:17:55.055Z | Downloaded hyper v1.10.1 |
| 1237 | 2026-08-20T03:17:55.055Z | Downloaded serde_cbor v0.11.2 |
| 1238 | 2026-08-20T03:17:55.055Z | Downloaded twox-hash v2.1.2 |
| 1239 | 2026-08-20T03:17:55.055Z | Downloaded tinyvec v1.10.0 |
| 1240 | 2026-08-20T03:17:55.067Z | Downloaded bitvec v1.0.1 |
| 1241 | 2026-08-20T03:17:55.067Z | Downloaded rustyline v14.0.0 |
| 1242 | 2026-08-20T03:17:55.079Z | Downloaded icu_collections v2.1.1 |
| 1243 | 2026-08-20T03:17:55.079Z | Downloaded vergen-lib v0.1.6 |
| 1244 | 2026-08-20T03:17:55.079Z | Downloaded bindgen v0.71.1 |
| 1245 | 2026-08-20T03:17:55.079Z | Downloaded module-lattice v0.2.3 |
| 1246 | 2026-08-20T03:17:55.079Z | Downloaded aws-lc-rs v1.16.3 |
| 1247 | 2026-08-20T03:17:55.084Z | Downloaded socket2 v0.6.3 |
| 1248 | 2026-08-20T03:17:55.084Z | Downloaded reedline v0.40.0 |
| 1249 | 2026-08-20T03:17:55.084Z | Downloaded serde_with v3.21.0 |
| 1250 | 2026-08-20T03:17:55.098Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1251 | 2026-08-20T03:17:55.098Z | Downloaded icu_properties_data v2.1.2 |
| 1252 | 2026-08-20T03:17:55.098Z | Downloaded tabled v0.21.0 |
| 1253 | 2026-08-20T03:17:55.106Z | Downloaded chrono v0.4.45 |
| 1254 | 2026-08-20T03:17:55.113Z | Downloaded icu_normalizer_data v2.1.1 |
| 1255 | 2026-08-20T03:17:55.113Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1256 | 2026-08-20T03:17:55.122Z | Downloaded num-traits v0.2.19 |
| 1257 | 2026-08-20T03:17:55.132Z | Downloaded crossterm v0.29.0 |
| 1258 | 2026-08-20T03:17:55.138Z | Downloaded crossbeam-channel v0.5.15 |
| 1259 | 2026-08-20T03:17:55.151Z | Downloaded proptest v1.11.0 |
| 1260 | 2026-08-20T03:17:55.159Z | Downloaded hyper-util v0.1.20 |
| 1261 | 2026-08-20T03:17:55.160Z | Downloaded libm v0.2.16 |
| 1262 | 2026-08-20T03:17:55.160Z | Downloaded der v0.8.0 |
| 1263 | 2026-08-20T03:17:55.160Z | Downloaded vcpkg v0.2.15 |
| 1264 | 2026-08-20T03:17:55.178Z | Downloaded rsa v0.9.10 |
| 1265 | 2026-08-20T03:17:55.192Z | Downloaded snafu v0.8.9 |
| 1266 | 2026-08-20T03:17:55.192Z | Downloaded quinn v0.11.11 |
| 1267 | 2026-08-20T03:17:55.192Z | Downloaded iri-string v0.7.10 |
| 1268 | 2026-08-20T03:17:55.192Z | Downloaded smoltcp v0.9.1 |
| 1269 | 2026-08-20T03:17:55.205Z | Downloaded miette v7.6.0 |
| 1270 | 2026-08-20T03:17:55.205Z | Downloaded itertools v0.13.0 |
| 1271 | 2026-08-20T03:17:55.214Z | Downloaded reqwest v0.12.28 |
| 1272 | 2026-08-20T03:17:55.214Z | Downloaded openssl-sys v0.9.117 |
| 1273 | 2026-08-20T03:17:55.214Z | Downloaded unicode-normalization v0.1.25 |
| 1274 | 2026-08-20T03:17:55.214Z | Downloaded nom v8.0.0 |
| 1275 | 2026-08-20T03:17:55.214Z | Downloaded lalrpop v0.19.12 |
| 1276 | 2026-08-20T03:17:55.233Z | Downloaded tower-http v0.6.8 |
| 1277 | 2026-08-20T03:17:55.243Z | Downloaded derive_more-impl v2.1.1 |
| 1278 | 2026-08-20T03:17:55.243Z | Downloaded regex v1.12.3 |
| 1279 | 2026-08-20T03:17:55.256Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1280 | 2026-08-20T03:17:55.271Z | Downloaded libxml v0.3.3 |
| 1281 | 2026-08-20T03:17:55.279Z | Downloaded russh v0.62.4 |
| 1282 | 2026-08-20T03:17:55.291Z | Downloaded polar-core v0.27.3 |
| 1283 | 2026-08-20T03:17:55.300Z | Downloaded sha3 v0.12.0 |
| 1284 | 2026-08-20T03:17:55.301Z | Downloaded quick-xml v0.37.5 |
| 1285 | 2026-08-20T03:17:55.301Z | Downloaded tokio-util v0.7.18 |
| 1286 | 2026-08-20T03:17:55.320Z | Downloaded object v0.30.4 |
| 1287 | 2026-08-20T03:17:55.320Z | Downloaded itertools v0.15.0 |
| 1288 | 2026-08-20T03:17:55.321Z | Downloaded portable-atomic v1.13.1 |
| 1289 | 2026-08-20T03:17:55.327Z | Downloaded smoltcp v0.11.0 |
| 1290 | 2026-08-20T03:17:55.327Z | Downloaded bstr v1.12.1 |
| 1291 | 2026-08-20T03:17:55.336Z | Downloaded zerocopy v0.8.55 |
| 1292 | 2026-08-20T03:17:55.351Z | Downloaded radix_trie v0.2.1 |
| 1293 | 2026-08-20T03:17:55.375Z | Downloaded time v0.3.47 |
| 1294 | 2026-08-20T03:17:55.393Z | Downloaded winnow v0.5.40 |
| 1295 | 2026-08-20T03:17:55.393Z | Downloaded regex-syntax v0.8.10 |
| 1296 | 2026-08-20T03:17:55.398Z | Downloaded zlib-rs v0.6.2 |
| 1297 | 2026-08-20T03:17:55.398Z | Downloaded moka v0.12.13 |
| 1298 | 2026-08-20T03:17:55.398Z | Downloaded iddqd v0.4.2 |
| 1299 | 2026-08-20T03:17:55.398Z | Downloaded hickory-proto v0.24.4 |
| 1300 | 2026-08-20T03:17:55.409Z | Downloaded rayon v1.11.0 |
| 1301 | 2026-08-20T03:17:55.419Z | Downloaded openssl v0.10.80 |
| 1302 | 2026-08-20T03:17:55.419Z | Downloaded regress v0.10.5 |
| 1303 | 2026-08-20T03:17:55.455Z | Downloaded curve25519-dalek v5.0.0 |
| 1304 | 2026-08-20T03:17:55.459Z | Downloaded quinn-proto v0.11.16 |
| 1305 | 2026-08-20T03:17:55.481Z | Downloaded hickory-proto v0.25.2 |
| 1306 | 2026-08-20T03:17:55.495Z | Downloaded regex-syntax v0.6.29 |
| 1307 | 2026-08-20T03:17:55.501Z | Downloaded sqlparser v0.61.0 |
| 1308 | 2026-08-20T03:17:55.508Z | Downloaded nix v0.27.1 |
| 1309 | 2026-08-20T03:17:55.537Z | Downloaded regress v0.11.1 |
| 1310 | 2026-08-20T03:17:55.541Z | Downloaded rustls v0.23.41 |
| 1311 | 2026-08-20T03:17:55.541Z | Downloaded crypto-bigint v0.7.5 |
| 1312 | 2026-08-20T03:17:55.550Z | Downloaded object v0.37.3 |
| 1313 | 2026-08-20T03:17:55.556Z | Downloaded nix v0.28.0 |
| 1314 | 2026-08-20T03:17:55.575Z | Downloaded rustix v0.38.44 |
| 1315 | 2026-08-20T03:17:55.579Z | Downloaded curve25519-dalek v4.1.3 |
| 1316 | 2026-08-20T03:17:55.579Z | Downloaded nix v0.31.2 |
| 1317 | 2026-08-20T03:17:55.583Z | Downloaded diesel v2.3.7 |
| 1318 | 2026-08-20T03:17:55.613Z | Downloaded openapiv3 v2.2.0 |
| 1319 | 2026-08-20T03:17:55.617Z | Downloaded dropshot v0.17.1 |
| 1320 | 2026-08-20T03:17:55.628Z | Downloaded typify-impl v0.6.2 |
| 1321 | 2026-08-20T03:17:55.636Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1322 | 2026-08-20T03:17:55.696Z | Downloaded tracing v0.1.44 |
| 1323 | 2026-08-20T03:17:55.728Z | Downloaded sled v0.34.7 |
| 1324 | 2026-08-20T03:17:55.732Z | Downloaded jiff v0.2.34 |
| 1325 | 2026-08-20T03:17:55.732Z | Downloaded chrono-tz v0.10.4 |
| 1326 | 2026-08-20T03:17:55.740Z | Downloaded zerocopy-derive v0.6.6 |
| 1327 | 2026-08-20T03:17:55.750Z | Downloaded sha3 v0.11.0 |
| 1328 | 2026-08-20T03:17:55.754Z | Downloaded libz-sys v1.1.24 |
| 1329 | 2026-08-20T03:17:55.762Z | Downloaded sha3 v0.10.8 |
| 1330 | 2026-08-20T03:17:55.772Z | Downloaded petgraph v0.6.5 |
| 1331 | 2026-08-20T03:17:55.777Z | Downloaded csv v1.4.0 |
| 1332 | 2026-08-20T03:17:55.788Z | Downloaded ratatui v0.29.0 |
| 1333 | 2026-08-20T03:17:55.798Z | Downloaded regex-automata v0.4.14 |
| 1334 | 2026-08-20T03:17:55.804Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1335 | 2026-08-20T03:17:55.868Z | Downloaded petgraph v0.8.3 |
| 1336 | 2026-08-20T03:17:55.896Z | Downloaded tokio v1.52.1 |
| 1337 | 2026-08-20T03:17:56.151Z | Downloaded encoding_rs v0.8.35 |
| 1338 | 2026-08-20T03:17:56.213Z | Downloaded ring v0.17.14 |
| 1339 | 2026-08-20T03:17:56.213Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1340 | 2026-08-20T03:17:56.395Z | Downloaded aws-lc-sys v0.40.0 |
| 1341 | 2026-08-20T03:17:56.652Z | Compiling serde_core v1.0.228 |
| 1342 | 2026-08-20T03:17:56.652Z | Compiling libc v0.2.185 |
| 1343 | 2026-08-20T03:17:56.652Z | Compiling serde v1.0.228 |
| 1344 | 2026-08-20T03:17:56.667Z | Compiling log v0.4.33 |
| 1345 | 2026-08-20T03:17:56.667Z | Compiling smallvec v1.15.1 |
| 1346 | 2026-08-20T03:17:56.834Z | Compiling find-msvc-tools v0.1.9 |
| 1347 | 2026-08-20T03:17:56.835Z | Compiling shlex v1.3.0 |
| 1348 | 2026-08-20T03:17:56.844Z | Compiling syn v2.0.117 |
| 1349 | 2026-08-20T03:17:57.028Z | Compiling subtle v2.6.1 |
| 1350 | 2026-08-20T03:17:57.037Z | Compiling scopeguard v1.2.0 |
| 1351 | 2026-08-20T03:17:57.052Z | Compiling typenum v1.20.1 |
| 1352 | 2026-08-20T03:17:57.113Z | Compiling stable_deref_trait v1.2.1 |
| 1353 | 2026-08-20T03:17:57.145Z | Compiling lock_api v0.4.14 |
| 1354 | 2026-08-20T03:17:57.238Z | Compiling zerocopy v0.8.55 |
| 1355 | 2026-08-20T03:17:57.253Z | Compiling portable-atomic v1.13.1 |
| 1356 | 2026-08-20T03:17:57.254Z | Compiling serde_json v1.0.151 |
| 1357 | 2026-08-20T03:17:57.366Z | Compiling critical-section v1.2.0 |
| 1358 | 2026-08-20T03:17:57.397Z | Compiling libm v0.2.16 |
| 1359 | 2026-08-20T03:17:57.470Z | Compiling num-traits v0.2.19 |
| 1360 | 2026-08-20T03:17:57.574Z | Compiling pkg-config v0.3.32 |
| 1361 | 2026-08-20T03:17:57.627Z | Compiling errno v0.3.14 |
| 1362 | 2026-08-20T03:17:57.654Z | Compiling jobserver v0.1.34 |
| 1363 | 2026-08-20T03:17:57.688Z | Compiling getrandom v0.2.17 |
| 1364 | 2026-08-20T03:17:57.934Z | Compiling cc v1.2.56 |
| 1365 | 2026-08-20T03:17:57.991Z | Compiling rand_core v0.6.4 |
| 1366 | 2026-08-20T03:17:58.032Z | Compiling generic-array v0.14.7 |
| 1367 | 2026-08-20T03:17:58.114Z | Compiling const-oid v0.9.6 |
| 1368 | 2026-08-20T03:17:58.224Z | Compiling once_cell v1.21.3 |
| 1369 | 2026-08-20T03:17:58.234Z | Compiling parking_lot_core v0.9.12 |
| 1370 | 2026-08-20T03:17:58.260Z | Compiling pin-project-lite v0.2.17 |
| 1371 | 2026-08-20T03:17:58.401Z | Compiling getrandom v0.3.4 |
| 1372 | 2026-08-20T03:17:58.433Z | Compiling signal-hook-registry v1.4.8 |
| 1373 | 2026-08-20T03:17:58.933Z | Compiling litemap v0.8.1 |
| 1374 | 2026-08-20T03:17:58.986Z | Compiling bitflags v2.11.0 |
| 1375 | 2026-08-20T03:17:59.002Z | Compiling futures-core v0.3.32 |
| 1376 | 2026-08-20T03:17:59.003Z | Compiling percent-encoding v2.3.2 |
| 1377 | 2026-08-20T03:17:59.041Z | Compiling writeable v0.6.2 |
| 1378 | 2026-08-20T03:17:59.090Z | Compiling semver v1.0.28 |
| 1379 | 2026-08-20T03:17:59.135Z | Compiling parking_lot v0.12.5 |
| 1380 | 2026-08-20T03:17:59.219Z | Compiling mio v1.2.0 |
| 1381 | 2026-08-20T03:17:59.256Z | Compiling icu_properties_data v2.1.2 |
| 1382 | 2026-08-20T03:17:59.304Z | Compiling icu_normalizer_data v2.1.1 |
| 1383 | 2026-08-20T03:17:59.401Z | Compiling socket2 v0.6.3 |
| 1384 | 2026-08-20T03:17:59.456Z | Compiling rustix v1.1.4 |
| 1385 | 2026-08-20T03:17:59.504Z | Compiling getrandom v0.4.3 |
| 1386 | 2026-08-20T03:17:59.596Z | Compiling synstructure v0.13.2 |
| 1387 | 2026-08-20T03:17:59.612Z | Compiling rand_core v0.10.0 |
| 1388 | 2026-08-20T03:17:59.685Z | Compiling futures-sink v0.3.32 |
| 1389 | 2026-08-20T03:17:59.775Z | Compiling futures-channel v0.3.32 |
| 1390 | 2026-08-20T03:17:59.827Z | Compiling indexmap v2.14.0 |
| 1391 | 2026-08-20T03:17:59.842Z | Compiling futures-io v0.3.32 |
| 1392 | 2026-08-20T03:17:59.960Z | Compiling slab v0.4.12 |
| 1393 | 2026-08-20T03:17:59.975Z | Compiling utf8_iter v1.0.4 |
| 1394 | 2026-08-20T03:17:59.998Z | Compiling futures-task v0.3.32 |
| 1395 | 2026-08-20T03:18:00.092Z | Compiling form_urlencoded v1.2.2 |
| 1396 | 2026-08-20T03:18:00.186Z | Compiling rustversion v1.0.22 |
| 1397 | 2026-08-20T03:18:00.215Z | Compiling base64ct v1.8.3 |
| 1398 | 2026-08-20T03:18:00.221Z | Compiling iana-time-zone v0.1.65 |
| 1399 | 2026-08-20T03:18:00.281Z | Compiling cmake v0.1.57 |
| 1400 | 2026-08-20T03:18:00.298Z | Compiling fs_extra v1.3.0 |
| 1401 | 2026-08-20T03:18:00.421Z | Compiling dunce v1.0.5 |
| 1402 | 2026-08-20T03:18:00.477Z | Compiling pem-rfc7468 v0.7.0 |
| 1403 | 2026-08-20T03:18:00.499Z | Compiling flagset v0.4.7 |
| 1404 | 2026-08-20T03:18:00.515Z | Compiling ident_case v1.0.1 |
| 1405 | 2026-08-20T03:18:00.568Z | Compiling regex-syntax v0.8.10 |
| 1406 | 2026-08-20T03:18:00.629Z | Compiling uuid v1.23.4 |
| 1407 | 2026-08-20T03:18:00.638Z | Compiling rand_core v0.9.5 |
| 1408 | 2026-08-20T03:18:00.688Z | Compiling aws-lc-sys v0.40.0 |
| 1409 | 2026-08-20T03:18:00.796Z | Compiling base64 v0.22.1 |
| 1410 | 2026-08-20T03:18:00.995Z | Compiling vcpkg v0.2.15 |
| 1411 | 2026-08-20T03:18:01.167Z | Compiling syn v1.0.109 |
| 1412 | 2026-08-20T03:18:01.174Z | Compiling serde_derive_internals v0.29.1 |
| 1413 | 2026-08-20T03:18:01.242Z | Compiling rustc_version v0.4.1 |
| 1414 | 2026-08-20T03:18:01.317Z | Compiling tracing-core v0.1.36 |
| 1415 | 2026-08-20T03:18:01.353Z | Compiling serde_derive v1.0.228 |
| 1416 | 2026-08-20T03:18:01.446Z | Compiling zeroize_derive v1.5.0 |
| 1417 | 2026-08-20T03:18:01.569Z | Compiling zerofrom-derive v0.1.6 |
| 1418 | 2026-08-20T03:18:01.673Z | Compiling zerocopy-derive v0.8.55 |
| 1419 | 2026-08-20T03:18:01.878Z | Compiling yoke-derive v0.8.1 |
| 1420 | 2026-08-20T03:18:02.109Z | Compiling zerovec-derive v0.11.2 |
| 1421 | 2026-08-20T03:18:02.121Z | Compiling displaydoc v0.2.5 |
| 1422 | 2026-08-20T03:18:02.888Z | Compiling tokio-macros v2.7.0 |
| 1423 | 2026-08-20T03:18:02.969Z | Compiling futures-macro v0.3.32 |
| 1424 | 2026-08-20T03:18:03.009Z | Compiling zerofrom v0.1.6 |
| 1425 | 2026-08-20T03:18:03.105Z | Compiling thiserror-impl v2.0.18 |
| 1426 | 2026-08-20T03:18:03.129Z | Compiling yoke v0.8.1 |
| 1427 | 2026-08-20T03:18:03.267Z | Compiling der_derive v0.7.3 |
| 1428 | 2026-08-20T03:18:03.312Z | Compiling zerovec v0.11.5 |
| 1429 | 2026-08-20T03:18:03.695Z | Compiling zerotrie v0.2.3 |
| 1430 | 2026-08-20T03:18:03.791Z | Compiling tinystr v0.8.2 |
| 1431 | 2026-08-20T03:18:03.820Z | Compiling potential_utf v0.1.4 |
| 1432 | 2026-08-20T03:18:03.967Z | Compiling futures-util v0.3.32 |
| 1433 | 2026-08-20T03:18:03.987Z | Compiling icu_locale_core v2.1.1 |
| 1434 | 2026-08-20T03:18:03.987Z | Compiling icu_collections v2.1.1 |
| 1435 | 2026-08-20T03:18:04.193Z | Compiling openssl-sys v0.9.117 |
| 1436 | 2026-08-20T03:18:04.399Z | Compiling thiserror v2.0.18 |
| 1437 | 2026-08-20T03:18:04.484Z | Compiling tracing-attributes v0.1.31 |
| 1438 | 2026-08-20T03:18:04.505Z | Compiling aws-lc-rs v1.16.3 |
| 1439 | 2026-08-20T03:18:04.705Z | Compiling icu_provider v2.1.1 |
| 1440 | 2026-08-20T03:18:04.790Z | Compiling zeroize v1.9.0 |
| 1441 | 2026-08-20T03:18:04.848Z | Compiling bytes v1.11.1 |
| 1442 | 2026-08-20T03:18:04.868Z | Compiling chrono v0.4.45 |
| 1443 | 2026-08-20T03:18:05.006Z | Compiling icu_normalizer v2.1.1 |
| 1444 | 2026-08-20T03:18:05.511Z | Compiling tokio v1.52.1 |
| 1445 | 2026-08-20T03:18:05.537Z | Compiling crypto-common v0.1.7 |
| 1446 | 2026-08-20T03:18:05.595Z | Compiling block-buffer v0.10.4 |
| 1447 | 2026-08-20T03:18:05.690Z | Compiling icu_properties v2.1.2 |
| 1448 | 2026-08-20T03:18:05.785Z | Compiling digest v0.10.7 |
| 1449 | 2026-08-20T03:18:05.842Z | Compiling der v0.7.10 |
| 1450 | 2026-08-20T03:18:06.038Z | Compiling http v1.4.2 |
| 1451 | 2026-08-20T03:18:06.372Z | Compiling ppv-lite86 v0.2.21 |
| 1452 | 2026-08-20T03:18:06.409Z | Compiling simd-adler32 v0.3.8 |
| 1453 | 2026-08-20T03:18:06.409Z | Compiling schemars v0.8.22 |
| 1454 | 2026-08-20T03:18:06.561Z | Compiling cpufeatures v0.2.17 |
| 1455 | 2026-08-20T03:18:06.575Z | Compiling idna_adapter v1.2.1 |
| 1456 | 2026-08-20T03:18:06.595Z | Compiling rand_chacha v0.9.0 |
| 1457 | 2026-08-20T03:18:06.618Z | Compiling dyn-clone v1.0.20 |
| 1458 | 2026-08-20T03:18:06.702Z | Compiling idna v1.1.0 |
| 1459 | 2026-08-20T03:18:06.740Z | Compiling spki v0.7.3 |
| 1460 | 2026-08-20T03:18:06.791Z | Compiling rand v0.9.2 |
| 1461 | 2026-08-20T03:18:06.948Z | Compiling pkcs8 v0.10.2 |
| 1462 | 2026-08-20T03:18:06.958Z | Compiling http-body v1.0.1 |
| 1463 | 2026-08-20T03:18:07.041Z | Compiling url v2.5.8 |
| 1464 | 2026-08-20T03:18:07.131Z | Compiling tracing v0.1.44 |
| 1465 | 2026-08-20T03:18:07.192Z | Compiling rustls-pki-types v1.14.0 |
| 1466 | 2026-08-20T03:18:07.338Z | Compiling schemars_derive v0.8.22 |
| 1467 | 2026-08-20T03:18:07.374Z | Compiling spin v0.9.8 |
| 1468 | 2026-08-20T03:18:07.522Z | Compiling cmov v0.5.4 |
| 1469 | 2026-08-20T03:18:07.577Z | Compiling adler2 v2.0.1 |
| 1470 | 2026-08-20T03:18:07.626Z | Compiling httparse v1.10.1 |
| 1471 | 2026-08-20T03:18:07.708Z | Compiling openssl-probe v0.2.1 |
| 1472 | 2026-08-20T03:18:07.722Z | Compiling tinyvec_macros v0.1.1 |
| 1473 | 2026-08-20T03:18:07.789Z | Compiling crc32fast v1.5.0 |
| 1474 | 2026-08-20T03:18:07.803Z | Compiling tinyvec v1.10.0 |
| 1475 | 2026-08-20T03:18:07.871Z | Compiling ctutils v0.4.2 |
| 1476 | 2026-08-20T03:18:07.991Z | Compiling miniz_oxide v0.8.9 |
| 1477 | 2026-08-20T03:18:08.090Z | Compiling tempfile v3.27.0 |
| 1478 | 2026-08-20T03:18:08.104Z | Compiling pest_generator v2.8.6 |
| 1479 | 2026-08-20T03:18:08.135Z | Compiling sha2 v0.10.9 |
| 1480 | 2026-08-20T03:18:08.455Z | Compiling terminal_size v0.4.3 |
| 1481 | 2026-08-20T03:18:08.579Z | Compiling aho-corasick v1.1.4 |
| 1482 | 2026-08-20T03:18:08.604Z | Compiling radium v0.7.0 |
| 1483 | 2026-08-20T03:18:08.771Z | Compiling tower-service v0.3.3 |
| 1484 | 2026-08-20T03:18:08.829Z | Compiling atomic-waker v1.1.2 |
| 1485 | 2026-08-20T03:18:08.865Z | Compiling tower-layer v0.3.3 |
| 1486 | 2026-08-20T03:18:08.987Z | Compiling try-lock v0.2.5 |
| 1487 | 2026-08-20T03:18:09.018Z | Compiling untrusted v0.7.1 |
| 1488 | 2026-08-20T03:18:09.050Z | Compiling want v0.3.1 |
| 1489 | 2026-08-20T03:18:09.157Z | Compiling pest_derive v2.8.6 |
| 1490 | 2026-08-20T03:18:09.389Z | Compiling tokio-util v0.7.18 |
| 1491 | 2026-08-20T03:18:09.408Z | Compiling regex-automata v0.4.14 |
| 1492 | 2026-08-20T03:18:09.588Z | Compiling hybrid-array v0.4.13 |
| 1493 | 2026-08-20T03:18:10.114Z | Compiling h2 v0.4.15 |
| 1494 | 2026-08-20T03:18:10.206Z | Compiling ipnet v2.12.0 |
| 1495 | 2026-08-20T03:18:10.391Z | Compiling scroll_derive v0.13.1 |
| 1496 | 2026-08-20T03:18:10.434Z | Compiling darling_core v0.20.11 |
| 1497 | 2026-08-20T03:18:10.695Z | Compiling rustls v0.23.41 |
| 1498 | 2026-08-20T03:18:10.867Z | Compiling foreign-types-shared v0.1.1 |
| 1499 | 2026-08-20T03:18:10.960Z | Compiling openssl v0.10.80 |
| 1500 | 2026-08-20T03:18:11.099Z | Compiling maybe-uninit v2.0.0 |
| 1501 | 2026-08-20T03:18:11.179Z | Compiling tap v1.0.1 |
| 1502 | 2026-08-20T03:18:11.183Z | Compiling httpdate v1.0.3 |
| 1503 | 2026-08-20T03:18:11.209Z | Compiling untrusted v0.9.0 |
| 1504 | 2026-08-20T03:18:11.302Z | Compiling wyz v0.5.1 |
| 1505 | 2026-08-20T03:18:11.346Z | Compiling scroll v0.13.0 |
| 1506 | 2026-08-20T03:18:11.400Z | Compiling foreign-types v0.3.2 |
| 1507 | 2026-08-20T03:18:11.470Z | Compiling unicode-normalization v0.1.25 |
| 1508 | 2026-08-20T03:18:11.606Z | Compiling rand_chacha v0.3.1 |
| 1509 | 2026-08-20T03:18:11.610Z | Compiling signature v2.2.0 |
| 1510 | 2026-08-20T03:18:11.807Z | Compiling hex v0.4.3 |
| 1511 | 2026-08-20T03:18:11.881Z | Compiling openssl-macros v0.1.1 |
| 1512 | 2026-08-20T03:18:11.942Z | Compiling thiserror-impl v1.0.69 |
| 1513 | 2026-08-20T03:18:12.171Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-08-20T03:18:12.268Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1515 | 2026-08-20T03:18:12.497Z | Compiling num-integer v0.1.46 |
| 1516 | 2026-08-20T03:18:12.567Z | Compiling wait-timeout v0.2.1 |
| 1517 | 2026-08-20T03:18:12.631Z | Compiling ahash v0.8.12 |
| 1518 | 2026-08-20T03:18:12.651Z | Compiling num-conv v0.2.0 |
| 1519 | 2026-08-20T03:18:12.699Z | Compiling bit-vec v0.8.0 |
| 1520 | 2026-08-20T03:18:12.726Z | Compiling darling_macro v0.20.11 |
| 1521 | 2026-08-20T03:18:12.763Z | Compiling packed_struct v0.10.1 |
| 1522 | 2026-08-20T03:18:12.818Z | Compiling funty v2.0.0 |
| 1523 | 2026-08-20T03:18:12.891Z | Compiling time-core v0.1.8 |
| 1524 | 2026-08-20T03:18:12.998Z | Compiling native-tls v0.2.18 |
| 1525 | 2026-08-20T03:18:13.027Z | Compiling powerfmt v0.2.0 |
| 1526 | 2026-08-20T03:18:13.157Z | Compiling num-bigint-dig v0.8.6 |
| 1527 | 2026-08-20T03:18:13.183Z | Compiling quick-error v1.2.3 |
| 1528 | 2026-08-20T03:18:13.196Z | Compiling hyper v1.10.1 |
| 1529 | 2026-08-20T03:18:13.254Z | Compiling rusty-fork v0.3.1 |
| 1530 | 2026-08-20T03:18:13.280Z | Compiling deranged v0.5.8 |
| 1531 | 2026-08-20T03:18:13.331Z | Compiling darling v0.20.11 |
| 1532 | 2026-08-20T03:18:13.380Z | Compiling thiserror v1.0.69 |
| 1533 | 2026-08-20T03:18:13.440Z | Compiling bitvec v1.0.1 |
| 1534 | 2026-08-20T03:18:13.464Z | Compiling time-macros v0.2.27 |
| 1535 | 2026-08-20T03:18:13.499Z | Compiling clap_builder v4.6.0 |
| 1536 | 2026-08-20T03:18:13.568Z | Compiling bit-set v0.8.0 |
| 1537 | 2026-08-20T03:18:14.259Z | Compiling num-iter v0.1.45 |
| 1538 | 2026-08-20T03:18:14.327Z | Compiling hyper-util v0.1.20 |
| 1539 | 2026-08-20T03:18:14.746Z | Compiling rand v0.8.6 |
| 1540 | 2026-08-20T03:18:14.813Z | Compiling goblin v0.10.5 |
| 1541 | 2026-08-20T03:18:15.335Z | Compiling packed_struct_codegen v0.10.1 |
| 1542 | 2026-08-20T03:18:15.596Z | Compiling lazy_static v1.5.0 |
| 1543 | 2026-08-20T03:18:15.694Z | Compiling hmac v0.12.1 |
| 1544 | 2026-08-20T03:18:15.918Z | Compiling toml_datetime v0.6.11 |
| 1545 | 2026-08-20T03:18:16.114Z | Compiling serde_spanned v0.6.9 |
| 1546 | 2026-08-20T03:18:16.180Z | Compiling zerocopy-derive v0.6.6 |
| 1547 | 2026-08-20T03:18:16.256Z | Compiling clap_derive v4.6.1 |
| 1548 | 2026-08-20T03:18:16.274Z | Compiling bitfield-macros v0.19.4 |
| 1549 | 2026-08-20T03:18:16.428Z | Compiling rand_xorshift v0.4.0 |
| 1550 | 2026-08-20T03:18:16.603Z | Compiling sync_wrapper v1.0.2 |
| 1551 | 2026-08-20T03:18:16.738Z | Compiling indexmap v1.9.3 |
| 1552 | 2026-08-20T03:18:16.891Z | Compiling usdt-impl v0.6.0 |
| 1553 | 2026-08-20T03:18:16.891Z | Compiling num_threads v0.1.7 |
| 1554 | 2026-08-20T03:18:16.941Z | Compiling crc-catalog v2.4.0 |
| 1555 | 2026-08-20T03:18:16.999Z | Compiling nodrop v0.1.14 |
| 1556 | 2026-08-20T03:18:17.021Z | Compiling zlib-rs v0.6.2 |
| 1557 | 2026-08-20T03:18:17.092Z | Compiling unarray v0.1.4 |
| 1558 | 2026-08-20T03:18:17.151Z | Compiling crossbeam-utils v0.8.21 |
| 1559 | 2026-08-20T03:18:17.189Z | Compiling paste v1.0.15 |
| 1560 | 2026-08-20T03:18:17.369Z | Compiling object v0.37.3 |
| 1561 | 2026-08-20T03:18:17.464Z | Compiling siphasher v1.0.2 |
| 1562 | 2026-08-20T03:18:17.526Z | Compiling dof v0.4.0 |
| 1563 | 2026-08-20T03:18:17.665Z | Compiling proptest v1.11.0 |
| 1564 | 2026-08-20T03:18:17.717Z | Compiling array-init v0.0.4 |
| 1565 | 2026-08-20T03:18:18.053Z | Compiling clap v4.6.1 |
| 1566 | 2026-08-20T03:18:18.146Z | Compiling crc v3.4.0 |
| 1567 | 2026-08-20T03:18:18.146Z | Compiling time v0.3.47 |
| 1568 | 2026-08-20T03:18:18.217Z | Compiling zerocopy v0.6.6 |
| 1569 | 2026-08-20T03:18:21.985Z | Compiling bitfield v0.19.4 |
| 1570 | 2026-08-20T03:18:22.030Z | Compiling tower v0.5.3 |
| 1571 | 2026-08-20T03:18:22.030Z | Compiling smallvec v0.6.14 |
| 1572 | 2026-08-20T03:18:22.031Z | Compiling derive_builder_core v0.20.2 |
| 1573 | 2026-08-20T03:18:22.031Z | Compiling dtrace-parser v0.3.0 |
| 1574 | 2026-08-20T03:18:22.031Z | Compiling flate2 v1.1.9 |
| 1575 | 2026-08-20T03:18:22.031Z | Compiling ipnetwork v0.21.1 |
| 1576 | 2026-08-20T03:18:22.031Z | Compiling pkcs1 v0.7.5 |
| 1577 | 2026-08-20T03:18:22.031Z | Compiling http-body-util v0.1.3 |
| 1578 | 2026-08-20T03:18:22.031Z | Compiling heapless v0.7.17 |
| 1579 | 2026-08-20T03:18:22.031Z | Compiling scroll_derive v0.12.1 |
| 1580 | 2026-08-20T03:18:22.031Z | Compiling structmeta-derive v0.3.0 |
| 1581 | 2026-08-20T03:18:22.031Z | Compiling slog v2.8.2 |
| 1582 | 2026-08-20T03:18:22.031Z | Compiling darling_core v0.23.0 |
| 1583 | 2026-08-20T03:18:22.031Z | Compiling thread-id v5.1.0 |
| 1584 | 2026-08-20T03:18:22.031Z | Compiling cookie v0.18.1 |
| 1585 | 2026-08-20T03:18:22.031Z | Compiling env_filter v2.0.0 |
| 1586 | 2026-08-20T03:18:22.031Z | Compiling zstd-safe v7.2.4 |
| 1587 | 2026-08-20T03:18:22.031Z | Compiling anyhow v1.0.104 |
| 1588 | 2026-08-20T03:18:22.031Z | Compiling allocator-api2 v0.2.21 |
| 1589 | 2026-08-20T03:18:22.031Z | Compiling signal-hook v0.3.18 |
| 1590 | 2026-08-20T03:18:22.031Z | Compiling winnow v0.5.40 |
| 1591 | 2026-08-20T03:18:22.031Z | Compiling hashbrown v0.12.3 |
| 1592 | 2026-08-20T03:18:22.031Z | Compiling base64 v0.21.7 |
| 1593 | 2026-08-20T03:18:22.031Z | Compiling gimli v0.32.3 |
| 1594 | 2026-08-20T03:18:22.031Z | Compiling unicode-properties v0.1.4 |
| 1595 | 2026-08-20T03:18:22.091Z | Compiling iri-string v0.7.10 |
| 1596 | 2026-08-20T03:18:22.124Z | Compiling ryu v1.0.23 |
| 1597 | 2026-08-20T03:18:22.287Z | Compiling unicode-bidi v0.3.18 |
| 1598 | 2026-08-20T03:18:22.815Z | Compiling toml_edit v0.19.15 |
| 1599 | 2026-08-20T03:18:22.869Z | Compiling stringprep v0.1.5 |
| 1600 | 2026-08-20T03:18:23.267Z | Compiling darling_macro v0.23.0 |
| 1601 | 2026-08-20T03:18:23.299Z | Compiling tower-http v0.6.8 |
| 1602 | 2026-08-20T03:18:23.518Z | Compiling addr2line v0.25.1 |
| 1603 | 2026-08-20T03:18:23.609Z | Compiling serde_urlencoded v0.7.1 |
| 1604 | 2026-08-20T03:18:23.746Z | Compiling ron v0.8.1 |
| 1605 | 2026-08-20T03:18:23.848Z | Compiling structmeta v0.3.0 |
| 1606 | 2026-08-20T03:18:24.072Z | Compiling scroll v0.12.0 |
| 1607 | 2026-08-20T03:18:24.101Z | Compiling env_logger v0.11.11 |
| 1608 | 2026-08-20T03:18:24.377Z | Compiling rsa v0.9.10 |
| 1609 | 2026-08-20T03:18:24.436Z | Compiling oxnet v0.1.6 |
| 1610 | 2026-08-20T03:18:24.516Z | Compiling derive_builder_macro v0.20.2 |
| 1611 | 2026-08-20T03:18:24.666Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1612 | 2026-08-20T03:18:24.750Z | Compiling newtype-uuid v1.3.2 |
| 1613 | 2026-08-20T03:18:24.863Z | Compiling hashbrown v0.13.2 |
| 1614 | 2026-08-20T03:18:24.983Z | Compiling bzip2 v0.4.4 |
| 1615 | 2026-08-20T03:18:25.130Z | Compiling serde-hex v0.1.0 |
| 1616 | 2026-08-20T03:18:25.245Z | Compiling tokio-native-tls v0.3.1 |
| 1617 | 2026-08-20T03:18:25.350Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1618 | 2026-08-20T03:18:25.417Z | Compiling camino v1.2.5 |
| 1619 | 2026-08-20T03:18:26.027Z | Compiling bstr v1.12.1 |
| 1620 | 2026-08-20T03:18:26.331Z | Compiling block-buffer v0.12.1 |
| 1621 | 2026-08-20T03:18:26.538Z | Compiling block-padding v0.4.2 |
| 1622 | 2026-08-20T03:18:26.661Z | Compiling crypto-common v0.2.2 |
| 1623 | 2026-08-20T03:18:26.706Z | Compiling rustls-native-certs v0.8.3 |
| 1624 | 2026-08-20T03:18:26.856Z | Compiling x509-cert v0.2.5 |
| 1625 | 2026-08-20T03:18:27.000Z | Compiling md-5 v0.10.6 |
| 1626 | 2026-08-20T03:18:27.171Z | Compiling erased-serde v0.3.31 |
| 1627 | 2026-08-20T03:18:27.458Z | Compiling serde_tokenstream v0.2.3 |
| 1628 | 2026-08-20T03:18:27.662Z | Compiling curve25519-dalek v4.1.3 |
| 1629 | 2026-08-20T03:18:27.775Z | Compiling pin-project-internal v1.1.11 |
| 1630 | 2026-08-20T03:18:27.989Z | Compiling async-trait v0.1.89 |
| 1631 | 2026-08-20T03:18:28.224Z | Compiling daft-derive v0.1.7 |
| 1632 | 2026-08-20T03:18:28.360Z | Compiling zerocopy-derive v0.7.35 |
| 1633 | 2026-08-20T03:18:28.462Z | Compiling vergen-lib v9.1.0 |
| 1634 | 2026-08-20T03:18:28.516Z | Compiling hash32 v0.2.1 |
| 1635 | 2026-08-20T03:18:28.639Z | Compiling memoffset v0.9.1 |
| 1636 | 2026-08-20T03:18:28.705Z | Compiling encoding_rs v0.8.35 |
| 1637 | 2026-08-20T03:18:28.828Z | Compiling cfg_aliases v0.2.1 |
| 1638 | 2026-08-20T03:18:28.863Z | Compiling crc-any v2.5.0 |
| 1639 | 2026-08-20T03:18:28.903Z | Compiling mime v0.3.17 |
| 1640 | 2026-08-20T03:18:28.976Z | Compiling rustix v0.38.44 |
| 1641 | 2026-08-20T03:18:29.006Z | Compiling ref-cast v1.0.25 |
| 1642 | 2026-08-20T03:18:29.087Z | Compiling litrs v1.0.0 |
| 1643 | 2026-08-20T03:18:29.158Z | Compiling rustc-demangle v0.1.27 |
| 1644 | 2026-08-20T03:18:29.221Z | Compiling fallible-iterator v0.2.0 |
| 1645 | 2026-08-20T03:18:29.236Z | Compiling psl-types v2.0.11 |
| 1646 | 2026-08-20T03:18:29.273Z | Compiling smoltcp v0.9.1 |
| 1647 | 2026-08-20T03:18:29.304Z | Compiling owo-colors v4.3.0 |
| 1648 | 2026-08-20T03:18:29.352Z | Compiling publicsuffix v2.3.0 |
| 1649 | 2026-08-20T03:18:29.516Z | Compiling postgres-protocol v0.6.10 |
| 1650 | 2026-08-20T03:18:29.529Z | Compiling backtrace v0.3.76 |
| 1651 | 2026-08-20T03:18:29.579Z | Compiling document-features v0.2.12 |
| 1652 | 2026-08-20T03:18:29.634Z | Compiling zerocopy v0.7.35 |
| 1653 | 2026-08-20T03:18:29.660Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1654 | 2026-08-20T03:18:29.674Z | Compiling daft v0.1.7 |
| 1655 | 2026-08-20T03:18:29.948Z | Compiling nix v0.31.2 |
| 1656 | 2026-08-20T03:18:30.041Z | Compiling pin-project v1.1.11 |
| 1657 | 2026-08-20T03:18:30.260Z | Compiling inout v0.2.2 |
| 1658 | 2026-08-20T03:18:30.302Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1659 | 2026-08-20T03:18:30.349Z | Compiling hyper-tls v0.6.0 |
| 1660 | 2026-08-20T03:18:30.432Z | Compiling object v0.30.4 |
| 1661 | 2026-08-20T03:18:30.573Z | Compiling zip v0.6.6 |
| 1662 | 2026-08-20T03:18:30.587Z | Compiling derive_builder v0.20.2 |
| 1663 | 2026-08-20T03:18:30.645Z | Compiling goblin v0.8.2 |
| 1664 | 2026-08-20T03:18:30.695Z | Compiling toml v0.7.8 |
| 1665 | 2026-08-20T03:18:31.128Z | Compiling derive-ex v0.1.8 |
| 1666 | 2026-08-20T03:18:31.238Z | Compiling darling v0.23.0 |
| 1667 | 2026-08-20T03:18:31.285Z | Compiling phf_shared v0.13.1 |
| 1668 | 2026-08-20T03:18:31.319Z | Compiling regex v1.12.3 |
| 1669 | 2026-08-20T03:18:31.471Z | Compiling hubpack_derive v0.1.1 |
| 1670 | 2026-08-20T03:18:31.518Z | Compiling futures-executor v0.3.32 |
| 1671 | 2026-08-20T03:18:31.729Z | Compiling ref-cast-impl v1.0.25 |
| 1672 | 2026-08-20T03:18:31.774Z | Compiling snafu-derive v0.8.9 |
| 1673 | 2026-08-20T03:18:31.915Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1674 | 2026-08-20T03:18:32.266Z | Compiling strum_macros v0.27.2 |
| 1675 | 2026-08-20T03:18:32.541Z | Compiling vergen v9.1.0 |
| 1676 | 2026-08-20T03:18:32.724Z | Compiling cargo-platform v0.3.2 |
| 1677 | 2026-08-20T03:18:32.787Z | Compiling ff v0.13.1 |
| 1678 | 2026-08-20T03:18:32.926Z | Compiling fs-err v3.3.0 |
| 1679 | 2026-08-20T03:18:32.991Z | Compiling foldhash v0.1.5 |
| 1680 | 2026-08-20T03:18:33.118Z | Compiling jiff-core v0.1.0 |
| 1681 | 2026-08-20T03:18:33.168Z | Compiling bumpalo v3.20.2 |
| 1682 | 2026-08-20T03:18:33.251Z | Compiling bitflags v1.3.2 |
| 1683 | 2026-08-20T03:18:33.328Z | Compiling libbz2-rs-sys v0.2.2 |
| 1684 | 2026-08-20T03:18:33.416Z | Compiling managed v0.8.0 |
| 1685 | 2026-08-20T03:18:33.636Z | Compiling same-file v1.0.6 |
| 1686 | 2026-08-20T03:18:33.669Z | Compiling either v1.15.0 |
| 1687 | 2026-08-20T03:18:33.800Z | Compiling is_ci v1.2.0 |
| 1688 | 2026-08-20T03:18:33.882Z | Compiling base16ct v0.2.0 |
| 1689 | 2026-08-20T03:18:33.937Z | Compiling foldhash v0.2.0 |
| 1690 | 2026-08-20T03:18:33.997Z | Compiling unicode-segmentation v1.12.0 |
| 1691 | 2026-08-20T03:18:34.069Z | Compiling path-slash v0.1.5 |
| 1692 | 2026-08-20T03:18:34.085Z | Compiling hashbrown v0.16.1 |
| 1693 | 2026-08-20T03:18:34.160Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1694 | 2026-08-20T03:18:34.164Z | Compiling sec1 v0.7.3 |
| 1695 | 2026-08-20T03:18:34.208Z | Compiling textwrap v0.16.2 |
| 1696 | 2026-08-20T03:18:34.208Z | Compiling strum v0.27.2 |
| 1697 | 2026-08-20T03:18:34.348Z | Compiling supports-color v3.0.2 |
| 1698 | 2026-08-20T03:18:34.385Z | Compiling jiff v0.2.34 |
| 1699 | 2026-08-20T03:18:34.453Z | Compiling walkdir v2.5.0 |
| 1700 | 2026-08-20T03:18:34.509Z | Compiling bzip2 v0.6.1 |
| 1701 | 2026-08-20T03:18:34.652Z | Compiling snafu v0.8.9 |
| 1702 | 2026-08-20T03:18:34.714Z | Compiling zopfli v0.8.3 |
| 1703 | 2026-08-20T03:18:34.855Z | Compiling hashbrown v0.15.5 |
| 1704 | 2026-08-20T03:18:35.005Z | Compiling group v0.13.0 |
| 1705 | 2026-08-20T03:18:35.215Z | Compiling cargo_metadata v0.23.1 |
| 1706 | 2026-08-20T03:18:35.423Z | Compiling dof v0.3.0 |
| 1707 | 2026-08-20T03:18:35.459Z | Compiling test-strategy v0.4.5 |
| 1708 | 2026-08-20T03:18:35.675Z | Compiling hubpack v0.1.2 |
| 1709 | 2026-08-20T03:18:35.896Z | Compiling futures v0.3.32 |
| 1710 | 2026-08-20T03:18:35.980Z | Compiling phf v0.13.1 |
| 1711 | 2026-08-20T03:18:36.145Z | Compiling serde_with_macros v3.21.0 |
| 1712 | 2026-08-20T03:18:36.512Z | Compiling signal-hook-mio v0.2.5 |
| 1713 | 2026-08-20T03:18:36.571Z | Compiling cookie_store v0.22.1 |
| 1714 | 2026-08-20T03:18:36.632Z | Compiling zstd v0.13.3 |
| 1715 | 2026-08-20T03:18:36.893Z | Compiling reqwest v0.12.28 |
| 1716 | 2026-08-20T03:18:36.929Z | Compiling cipher v0.5.2 |
| 1717 | 2026-08-20T03:18:37.251Z | Compiling backtrace-ext v0.2.1 |
| 1718 | 2026-08-20T03:18:37.300Z | Compiling postgres-types v0.2.12 |
| 1719 | 2026-08-20T03:18:37.850Z | Compiling usdt-attr-macro v0.6.0 |
| 1720 | 2026-08-20T03:18:37.961Z | Compiling usdt-macro v0.6.0 |
| 1721 | 2026-08-20T03:18:38.129Z | Compiling globset v0.4.18 |
| 1722 | 2026-08-20T03:18:38.405Z | Compiling phf_shared v0.11.3 |
| 1723 | 2026-08-20T03:18:38.480Z | Compiling hkdf v0.12.4 |
| 1724 | 2026-08-20T03:18:38.593Z | Compiling dtrace-parser v0.2.0 |
| 1725 | 2026-08-20T03:18:38.649Z | Compiling byte-wrapper v0.1.0 |
| 1726 | 2026-08-20T03:18:38.666Z | Compiling olpc-cjson v0.1.4 |
| 1727 | 2026-08-20T03:18:38.719Z | Compiling ed25519 v2.2.3 |
| 1728 | 2026-08-20T03:18:38.745Z | Compiling crypto-bigint v0.5.5 |
| 1729 | 2026-08-20T03:18:38.803Z | Compiling serde-big-array v0.5.1 |
| 1730 | 2026-08-20T03:18:38.819Z | Compiling serde_plain v1.0.2 |
| 1731 | 2026-08-20T03:18:38.943Z | Compiling serde_repr v0.1.20 |
| 1732 | 2026-08-20T03:18:38.973Z | Compiling strum_macros v0.26.4 |
| 1733 | 2026-08-20T03:18:39.010Z | Compiling async-recursion v1.1.1 |
| 1734 | 2026-08-20T03:18:39.330Z | Compiling enum-as-inner v0.6.1 |
| 1735 | 2026-08-20T03:18:39.471Z | Compiling miette-derive v7.6.0 |
| 1736 | 2026-08-20T03:18:39.619Z | Compiling pem v3.0.6 |
| 1737 | 2026-08-20T03:18:39.653Z | Compiling float-cmp v0.10.0 |
| 1738 | 2026-08-20T03:18:39.802Z | Compiling thread-id v4.2.2 |
| 1739 | 2026-08-20T03:18:39.846Z | Compiling memmap2 v0.9.10 |
| 1740 | 2026-08-20T03:18:39.889Z | Compiling cpufeatures v0.3.0 |
| 1741 | 2026-08-20T03:18:39.945Z | Compiling supports-hyperlinks v3.2.0 |
| 1742 | 2026-08-20T03:18:39.968Z | Compiling const-oid v0.10.2 |
| 1743 | 2026-08-20T03:18:40.114Z | Compiling precomputed-hash v0.1.1 |
| 1744 | 2026-08-20T03:18:40.114Z | Compiling difflib v0.4.0 |
| 1745 | 2026-08-20T03:18:40.206Z | Compiling fixedbitset v0.5.7 |
| 1746 | 2026-08-20T03:18:40.206Z | Compiling new_debug_unreachable v1.0.6 |
| 1747 | 2026-08-20T03:18:40.294Z | Compiling predicates-core v1.0.10 |
| 1748 | 2026-08-20T03:18:40.475Z | Compiling keccak v0.1.6 |
| 1749 | 2026-08-20T03:18:40.513Z | Compiling typed-path v0.9.3 |
| 1750 | 2026-08-20T03:18:40.613Z | Compiling normalize-line-endings v0.3.0 |
| 1751 | 2026-08-20T03:18:40.679Z | Compiling static_assertions v1.1.0 |
| 1752 | 2026-08-20T03:18:40.680Z | Compiling whoami v2.1.0 |
| 1753 | 2026-08-20T03:18:40.710Z | Compiling data-encoding v2.10.0 |
| 1754 | 2026-08-20T03:18:40.753Z | Compiling supports-unicode v3.0.0 |
| 1755 | 2026-08-20T03:18:40.785Z | Compiling fixedbitset v0.4.2 |
| 1756 | 2026-08-20T03:18:40.901Z | Compiling winnow v1.0.3 |
| 1757 | 2026-08-20T03:18:40.916Z | Compiling tokio-postgres v0.7.16 |
| 1758 | 2026-08-20T03:18:41.009Z | Compiling hickory-proto v0.25.2 |
| 1759 | 2026-08-20T03:18:41.057Z | Compiling petgraph v0.6.5 |
| 1760 | 2026-08-20T03:18:41.225Z | Compiling miette v7.6.0 |
| 1761 | 2026-08-20T03:18:41.403Z | Compiling strum v0.26.3 |
| 1762 | 2026-08-20T03:18:41.535Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1763 | 2026-08-20T03:18:41.730Z | Compiling predicates v3.1.4 |
| 1764 | 2026-08-20T03:18:41.958Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1765 | 2026-08-20T03:18:42.365Z | Compiling toml_edit v0.22.27 |
| 1766 | 2026-08-20T03:18:42.379Z | Compiling sha3 v0.10.8 |
| 1767 | 2026-08-20T03:18:42.556Z | Compiling petgraph v0.8.3 |
| 1768 | 2026-08-20T03:18:42.593Z | Compiling string_cache v0.8.9 |
| 1769 | 2026-08-20T03:18:42.821Z | Compiling digest v0.11.3 |
| 1770 | 2026-08-20T03:18:42.835Z | Compiling usdt v0.6.0 |
| 1771 | 2026-08-20T03:18:43.044Z | Compiling chacha20 v0.10.0 |
| 1772 | 2026-08-20T03:18:43.111Z | Compiling usdt-impl v0.5.0 |
| 1773 | 2026-08-20T03:18:43.141Z | Compiling elliptic-curve v0.13.8 |
| 1774 | 2026-08-20T03:18:43.416Z | Compiling ed25519-dalek v2.2.0 |
| 1775 | 2026-08-20T03:18:43.540Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1776 | 2026-08-20T03:18:43.661Z | Compiling crossterm v0.28.1 |
| 1777 | 2026-08-20T03:18:44.325Z | Compiling serde_with v3.21.0 |
| 1778 | 2026-08-20T03:18:44.463Z | Compiling zip v4.6.1 |
| 1779 | 2026-08-20T03:18:45.025Z | Compiling iddqd v0.4.2 |
| 1780 | 2026-08-20T03:18:45.328Z | Compiling similar v2.7.0 |
| 1781 | 2026-08-20T03:18:45.435Z | Compiling heck v0.4.1 |
| 1782 | 2026-08-20T03:18:45.499Z | Compiling itertools v0.13.0 |
| 1783 | 2026-08-20T03:18:45.646Z | Compiling itertools v0.15.0 |
| 1784 | 2026-08-20T03:18:45.662Z | Compiling crossbeam-epoch v0.9.18 |
| 1785 | 2026-08-20T03:18:45.675Z | Compiling tokio-stream v0.1.18 |
| 1786 | 2026-08-20T03:18:45.996Z | Compiling buf-list v1.1.2 |
| 1787 | 2026-08-20T03:18:46.131Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1788 | 2026-08-20T03:18:46.154Z | Compiling openapiv3 v2.2.0 |
| 1789 | 2026-08-20T03:18:46.168Z | Compiling peg-runtime v0.8.5 |
| 1790 | 2026-08-20T03:18:46.265Z | Compiling lalrpop-util v0.19.12 |
| 1791 | 2026-08-20T03:18:46.357Z | Compiling thread_local v1.1.9 |
| 1792 | 2026-08-20T03:18:46.421Z | Compiling slog-async v2.8.0 |
| 1793 | 2026-08-20T03:18:46.437Z | Compiling crossbeam-channel v0.5.15 |
| 1794 | 2026-08-20T03:18:46.453Z | Compiling is-terminal v0.4.17 |
| 1795 | 2026-08-20T03:18:46.550Z | Compiling filetime v0.2.27 |
| 1796 | 2026-08-20T03:18:46.612Z | Compiling term v1.2.1 |
| 1797 | 2026-08-20T03:18:46.722Z | Compiling xattr v1.6.1 |
| 1798 | 2026-08-20T03:18:46.737Z | Compiling take_mut v0.2.2 |
| 1799 | 2026-08-20T03:18:46.741Z | Compiling camino-tempfile v1.4.1 |
| 1800 | 2026-08-20T03:18:46.877Z | Compiling slog-term v2.9.2 |
| 1801 | 2026-08-20T03:18:46.891Z | Compiling tar v0.4.46 |
| 1802 | 2026-08-20T03:18:53.186Z | Compiling rustls-webpki v0.103.13 |
| 1803 | 2026-08-20T03:18:55.891Z | Compiling tokio-rustls v0.26.4 |
| 1804 | 2026-08-20T03:18:55.891Z | Compiling rustls-platform-verifier v0.6.2 |
| 1805 | 2026-08-20T03:18:55.891Z | Compiling tough v0.22.0 |
| 1806 | 2026-08-20T03:18:56.105Z | Compiling hyper-rustls v0.27.7 |
| 1807 | 2026-08-20T03:18:56.284Z | Compiling reqwest v0.13.2 |
| 1808 | 2026-08-20T03:18:58.634Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1809 | 2026-08-20T03:18:58.792Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1810 | 2026-08-20T03:19:01.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1811 | 2026-08-20T03:19:01.988Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1812 | 2026-08-20T03:19:02.228Z | Aug 20 03:19:00.214 INFO Starting download, target: Cockroach |
| 1813 | 2026-08-20T03:19:02.228Z | Aug 20 03:19:00.215 INFO Starting download, target: Console |
| 1814 | 2026-08-20T03:19:02.228Z | Aug 20 03:19:00.215 INFO Starting download, target: Clickhouse |
| 1815 | 2026-08-20T03:19:02.228Z | Aug 20 03:19:00.215 INFO Starting download, target: DendriteStub |
| 1816 | 2026-08-20T03:19:02.228Z | Aug 20 03:19:00.215 INFO Starting download, target: MaghemiteMgd |
| 1817 | 2026-08-20T03:19:02.228Z | Aug 20 03:19:00.215 INFO Starting download, target: MaghemiteDdmd |
| 1818 | 2026-08-20T03:19:02.229Z | Aug 20 03:19:00.215 INFO Starting download, target: TransceiverControl |
| 1819 | 2026-08-20T03:19:02.229Z | Aug 20 03:19:00.215 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1820 | 2026-08-20T03:19:02.229Z | Aug 20 03:19:00.215 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1821 | 2026-08-20T03:19:02.229Z | Aug 20 03:19:00.215 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1822 | 2026-08-20T03:19:02.229Z | Aug 20 03:19:00.215 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1823 | 2026-08-20T03:19:02.229Z | Aug 20 03:19:00.215 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1824 | 2026-08-20T03:19:02.229Z | Aug 20 03:19:00.215 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1825 | 2026-08-20T03:19:02.229Z | Aug 20 03:19:00.215 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1826 | 2026-08-20T03:19:03.660Z | Aug 20 03:19:01.883 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1827 | 2026-08-20T03:19:03.688Z | Aug 20 03:19:01.955 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1828 | 2026-08-20T03:19:03.748Z | Aug 20 03:19:02.141 INFO Download complete, target: TransceiverControl |
| 1829 | 2026-08-20T03:19:03.804Z | Aug 20 03:19:02.201 INFO Download complete, target: Console |
| 1830 | 2026-08-20T03:19:04.230Z | Aug 20 03:19:02.634 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1831 | 2026-08-20T03:19:05.321Z | Aug 20 03:19:03.720 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1832 | 2026-08-20T03:19:05.969Z | Aug 20 03:19:04.369 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1833 | 2026-08-20T03:19:06.125Z | Aug 20 03:19:04.538 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1834 | 2026-08-20T03:19:07.206Z | Aug 20 03:19:05.619 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1835 | 2026-08-20T03:19:07.206Z | Aug 20 03:19:05.619 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1836 | 2026-08-20T03:19:07.299Z | Aug 20 03:19:05.712 INFO Download complete, target: MaghemiteDdmd |
| 1837 | 2026-08-20T03:19:08.697Z | Aug 20 03:19:07.109 INFO Download complete, target: DendriteStub |
| 1838 | 2026-08-20T03:19:08.718Z | Aug 20 03:19:07.131 INFO Download complete, target: MaghemiteMgd |
| 1839 | 2026-08-20T03:19:11.255Z | Aug 20 03:19:09.666 INFO Checking that binary works, target: Clickhouse |
| 1840 | 2026-08-20T03:19:11.361Z | Aug 20 03:19:09.774 INFO Download complete, target: Clickhouse |
| 1841 | 2026-08-20T03:19:11.995Z | Aug 20 03:19:10.407 INFO Checking that binary works, target: Cockroach |
| 1842 | 2026-08-20T03:19:12.109Z | Aug 20 03:19:10.521 INFO Download complete, target: Cockroach |
| 1843 | 2026-08-20T03:19:12.125Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1844 | 2026-08-20T03:19:12.130Z | |
| 1845 | 2026-08-20T03:19:12.131Z | real 2:10.857500048 |
| 1846 | 2026-08-20T03:19:12.131Z | user 7:17.036522541 |
| 1847 | 2026-08-20T03:19:12.131Z | sys 1:27.049149098 |
| 1848 | 2026-08-20T03:19:12.131Z | trap 0.250898008 |
| 1849 | 2026-08-20T03:19:12.131Z | tflt 0.557203657 |
| 1850 | 2026-08-20T03:19:12.131Z | dflt 0.960449340 |
| 1851 | 2026-08-20T03:19:12.131Z | kflt 0.024607114 |
| 1852 | 2026-08-20T03:19:12.131Z | lock 27:55.475565041 |
| 1853 | 2026-08-20T03:19:12.132Z | slp 22:02.946796847 |
| 1854 | 2026-08-20T03:19:12.132Z | lat 47.513401939 |
| 1855 | 2026-08-20T03:19:12.132Z | stop 2:39.007064224 |
| 1856 | 2026-08-20T03:19:12.132Z | + banner hack-check |
| 1857 | 2026-08-20T03:19:12.132Z | |
| 1858 | 2026-08-20T03:19:12.132Z | # # ## #### # # #### # # ###### #### # # |
| 1859 | 2026-08-20T03:19:12.132Z | # # # # # # # # # # # # # # # # # |
| 1860 | 2026-08-20T03:19:12.132Z | ###### # # # #### ##### # ###### ##### # #### |
| 1861 | 2026-08-20T03:19:12.132Z | # # ###### # # # # # # # # # # |
| 1862 | 2026-08-20T03:19:12.132Z | # # # # # # # # # # # # # # # # # |
| 1863 | 2026-08-20T03:19:12.132Z | # # # # #### # # #### # # ###### #### # # |
| 1864 | 2026-08-20T03:19:12.132Z | |
| 1865 | 2026-08-20T03:19:12.132Z | + export CARGO_INCREMENTAL=0 |
| 1866 | 2026-08-20T03:19:12.132Z | + CARGO_INCREMENTAL=0 |
| 1867 | 2026-08-20T03:19:12.133Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1868 | 2026-08-20T03:19:12.593Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1869 | 2026-08-20T03:19:12.871Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1870 | 2026-08-20T03:19:14.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 1871 | 2026-08-20T03:19:14.724Z | Running `target/debug/xtask check-features --ci` |
| 1872 | 2026-08-20T03:19:14.747Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1873 | 2026-08-20T03:19:14.749Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1874 | 2026-08-20T03:19:15.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1875 | 2026-08-20T03:19:15.187Z | Running `target/debug/xtask download cargo-hack` |
| 1876 | 2026-08-20T03:19:15.977Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1877 | 2026-08-20T03:19:16.278Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1878 | 2026-08-20T03:19:18.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s |
| 1879 | 2026-08-20T03:19:19.002Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1880 | 2026-08-20T03:19:19.040Z | Aug 20 03:19:17.452 INFO Starting download, target: CargoHack |
| 1881 | 2026-08-20T03:19:19.044Z | Aug 20 03:19:17.453 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1882 | 2026-08-20T03:19:19.376Z | Aug 20 03:19:17.790 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1883 | 2026-08-20T03:19:19.427Z | Aug 20 03:19:17.840 INFO Download complete, target: CargoHack |
| 1884 | 2026-08-20T03:19:19.430Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1885 | 2026-08-20T03:19:19.443Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1886 | 2026-08-20T03:19:19.604Z | info: running `cargo check --bins` on api_identity (1/337) |
| 1887 | 2026-08-20T03:19:20.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2026-08-20T03:19:20.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2026-08-20T03:19:20.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2026-08-20T03:19:20.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1891 | 2026-08-20T03:19:20.150Z | |
| 1892 | 2026-08-20T03:19:20.151Z | info: running `cargo check --bins` on bootstore (2/337) |
| 1893 | 2026-08-20T03:19:20.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-08-20T03:19:20.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-08-20T03:19:20.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-08-20T03:19:20.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1897 | 2026-08-20T03:19:20.705Z | |
| 1898 | 2026-08-20T03:19:20.705Z | info: running `cargo check --bins` on omicron-ledger (3/337) |
| 1899 | 2026-08-20T03:19:21.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-08-20T03:19:21.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-08-20T03:19:21.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-08-20T03:19:21.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1903 | 2026-08-20T03:19:21.250Z | |
| 1904 | 2026-08-20T03:19:21.250Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337) |
| 1905 | 2026-08-20T03:19:21.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-08-20T03:19:21.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-08-20T03:19:21.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-08-20T03:19:21.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1909 | 2026-08-20T03:19:21.793Z | |
| 1910 | 2026-08-20T03:19:21.793Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337) |
| 1911 | 2026-08-20T03:19:22.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-08-20T03:19:22.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-08-20T03:19:22.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-08-20T03:19:22.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1915 | 2026-08-20T03:19:22.337Z | |
| 1916 | 2026-08-20T03:19:22.337Z | info: running `cargo check --bins` on omicron-certificates (6/337) |
| 1917 | 2026-08-20T03:19:22.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-08-20T03:19:22.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-08-20T03:19:22.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-08-20T03:19:22.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1921 | 2026-08-20T03:19:22.897Z | |
| 1922 | 2026-08-20T03:19:22.897Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/337) |
| 1923 | 2026-08-20T03:19:23.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-08-20T03:19:23.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-08-20T03:19:23.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-08-20T03:19:23.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1927 | 2026-08-20T03:19:23.450Z | |
| 1928 | 2026-08-20T03:19:23.450Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337) |
| 1929 | 2026-08-20T03:19:23.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-08-20T03:19:23.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-08-20T03:19:23.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-08-20T03:19:23.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1933 | 2026-08-20T03:19:24.007Z | |
| 1934 | 2026-08-20T03:19:24.007Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337) |
| 1935 | 2026-08-20T03:19:24.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-08-20T03:19:24.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-08-20T03:19:24.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-08-20T03:19:24.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1939 | 2026-08-20T03:19:24.417Z | |
| 1940 | 2026-08-20T03:19:24.417Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337) |
| 1941 | 2026-08-20T03:19:24.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-08-20T03:19:24.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-08-20T03:19:24.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-08-20T03:19:24.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1945 | 2026-08-20T03:19:24.833Z | |
| 1946 | 2026-08-20T03:19:24.833Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337) |
| 1947 | 2026-08-20T03:19:25.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-08-20T03:19:25.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-08-20T03:19:25.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-08-20T03:19:25.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1951 | 2026-08-20T03:19:25.246Z | |
| 1952 | 2026-08-20T03:19:25.246Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337) |
| 1953 | 2026-08-20T03:19:25.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-08-20T03:19:25.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-08-20T03:19:25.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-08-20T03:19:25.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1957 | 2026-08-20T03:19:25.658Z | |
| 1958 | 2026-08-20T03:19:25.658Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337) |
| 1959 | 2026-08-20T03:19:26.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-08-20T03:19:26.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-08-20T03:19:26.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-08-20T03:19:26.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1963 | 2026-08-20T03:19:26.068Z | |
| 1964 | 2026-08-20T03:19:26.068Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337) |
| 1965 | 2026-08-20T03:19:26.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-08-20T03:19:26.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-08-20T03:19:26.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-08-20T03:19:26.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1969 | 2026-08-20T03:19:26.482Z | |
| 1970 | 2026-08-20T03:19:26.482Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337) |
| 1971 | 2026-08-20T03:19:26.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-08-20T03:19:26.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-08-20T03:19:26.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-08-20T03:19:26.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1975 | 2026-08-20T03:19:26.893Z | |
| 1976 | 2026-08-20T03:19:26.893Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337) |
| 1977 | 2026-08-20T03:19:27.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-08-20T03:19:27.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-08-20T03:19:27.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-08-20T03:19:27.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1981 | 2026-08-20T03:19:27.305Z | |
| 1982 | 2026-08-20T03:19:27.305Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337) |
| 1983 | 2026-08-20T03:19:27.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-08-20T03:19:27.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-08-20T03:19:27.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-08-20T03:19:27.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1987 | 2026-08-20T03:19:27.717Z | |
| 1988 | 2026-08-20T03:19:27.718Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337) |
| 1989 | 2026-08-20T03:19:28.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-08-20T03:19:28.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-08-20T03:19:28.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-08-20T03:19:28.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1993 | 2026-08-20T03:19:28.644Z | |
| 1994 | 2026-08-20T03:19:28.644Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337) |
| 1995 | 2026-08-20T03:19:28.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-08-20T03:19:28.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-08-20T03:19:28.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-08-20T03:19:28.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1999 | 2026-08-20T03:19:28.644Z | |
| 2000 | 2026-08-20T03:19:28.644Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337) |
| 2001 | 2026-08-20T03:19:28.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-08-20T03:19:28.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-08-20T03:19:28.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-08-20T03:19:28.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2005 | 2026-08-20T03:19:28.955Z | |
| 2006 | 2026-08-20T03:19:28.955Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337) |
| 2007 | 2026-08-20T03:19:29.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-08-20T03:19:29.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-08-20T03:19:29.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-08-20T03:19:29.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2011 | 2026-08-20T03:19:29.373Z | |
| 2012 | 2026-08-20T03:19:29.373Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337) |
| 2013 | 2026-08-20T03:19:29.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-08-20T03:19:29.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-08-20T03:19:29.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-08-20T03:19:29.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2017 | 2026-08-20T03:19:29.789Z | |
| 2018 | 2026-08-20T03:19:29.789Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337) |
| 2019 | 2026-08-20T03:19:30.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-08-20T03:19:30.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-08-20T03:19:30.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-08-20T03:19:30.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2023 | 2026-08-20T03:19:30.201Z | |
| 2024 | 2026-08-20T03:19:30.201Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337) |
| 2025 | 2026-08-20T03:19:30.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-08-20T03:19:30.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-08-20T03:19:30.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-08-20T03:19:30.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2029 | 2026-08-20T03:19:30.649Z | |
| 2030 | 2026-08-20T03:19:30.649Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337) |
| 2031 | 2026-08-20T03:19:30.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-08-20T03:19:30.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-08-20T03:19:30.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-08-20T03:19:30.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2035 | 2026-08-20T03:19:31.031Z | |
| 2036 | 2026-08-20T03:19:31.031Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337) |
| 2037 | 2026-08-20T03:19:31.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-08-20T03:19:31.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-08-20T03:19:31.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-08-20T03:19:31.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2041 | 2026-08-20T03:19:31.443Z | |
| 2042 | 2026-08-20T03:19:31.443Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337) |
| 2043 | 2026-08-20T03:19:31.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-08-20T03:19:31.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-08-20T03:19:31.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-08-20T03:19:31.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2047 | 2026-08-20T03:19:31.857Z | |
| 2048 | 2026-08-20T03:19:31.857Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337) |
| 2049 | 2026-08-20T03:19:32.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-08-20T03:19:32.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-08-20T03:19:32.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-08-20T03:19:32.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2053 | 2026-08-20T03:19:32.274Z | |
| 2054 | 2026-08-20T03:19:32.275Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337) |
| 2055 | 2026-08-20T03:19:32.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-08-20T03:19:32.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-08-20T03:19:32.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-08-20T03:19:32.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2059 | 2026-08-20T03:19:32.687Z | |
| 2060 | 2026-08-20T03:19:32.687Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337) |
| 2061 | 2026-08-20T03:19:33.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-08-20T03:19:33.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-08-20T03:19:33.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-08-20T03:19:33.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2065 | 2026-08-20T03:19:33.102Z | |
| 2066 | 2026-08-20T03:19:33.102Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337) |
| 2067 | 2026-08-20T03:19:33.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-08-20T03:19:33.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-08-20T03:19:33.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-08-20T03:19:33.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2071 | 2026-08-20T03:19:33.514Z | |
| 2072 | 2026-08-20T03:19:33.514Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337) |
| 2073 | 2026-08-20T03:19:33.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-08-20T03:19:33.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-08-20T03:19:33.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-08-20T03:19:33.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2077 | 2026-08-20T03:19:33.931Z | |
| 2078 | 2026-08-20T03:19:33.931Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337) |
| 2079 | 2026-08-20T03:19:34.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-08-20T03:19:34.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-08-20T03:19:34.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-08-20T03:19:34.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2083 | 2026-08-20T03:19:34.345Z | |
| 2084 | 2026-08-20T03:19:34.345Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337) |
| 2085 | 2026-08-20T03:19:34.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-08-20T03:19:34.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-08-20T03:19:34.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-08-20T03:19:34.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2089 | 2026-08-20T03:19:34.760Z | |
| 2090 | 2026-08-20T03:19:34.760Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337) |
| 2091 | 2026-08-20T03:19:35.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-08-20T03:19:35.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-08-20T03:19:35.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-08-20T03:19:35.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2095 | 2026-08-20T03:19:35.175Z | |
| 2096 | 2026-08-20T03:19:35.175Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337) |
| 2097 | 2026-08-20T03:19:35.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-08-20T03:19:35.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-08-20T03:19:35.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-08-20T03:19:35.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2101 | 2026-08-20T03:19:35.586Z | |
| 2102 | 2026-08-20T03:19:35.586Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337) |
| 2103 | 2026-08-20T03:19:35.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-08-20T03:19:35.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-08-20T03:19:35.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-08-20T03:19:35.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2107 | 2026-08-20T03:19:35.997Z | |
| 2108 | 2026-08-20T03:19:35.997Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337) |
| 2109 | 2026-08-20T03:19:36.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-08-20T03:19:36.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-08-20T03:19:36.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-08-20T03:19:36.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2113 | 2026-08-20T03:19:36.411Z | |
| 2114 | 2026-08-20T03:19:36.411Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337) |
| 2115 | 2026-08-20T03:19:36.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-08-20T03:19:36.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-08-20T03:19:36.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-08-20T03:19:36.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2119 | 2026-08-20T03:19:36.824Z | |
| 2120 | 2026-08-20T03:19:36.824Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337) |
| 2121 | 2026-08-20T03:19:37.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-08-20T03:19:37.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-08-20T03:19:37.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-08-20T03:19:37.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2125 | 2026-08-20T03:19:37.239Z | |
| 2126 | 2026-08-20T03:19:37.239Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337) |
| 2127 | 2026-08-20T03:19:37.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-08-20T03:19:37.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-08-20T03:19:37.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-08-20T03:19:37.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2131 | 2026-08-20T03:19:37.657Z | |
| 2132 | 2026-08-20T03:19:37.657Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337) |
| 2133 | 2026-08-20T03:19:38.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-08-20T03:19:38.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-08-20T03:19:38.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-08-20T03:19:38.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2137 | 2026-08-20T03:19:38.071Z | |
| 2138 | 2026-08-20T03:19:38.071Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337) |
| 2139 | 2026-08-20T03:19:38.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-08-20T03:19:38.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-08-20T03:19:38.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-08-20T03:19:38.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2143 | 2026-08-20T03:19:38.486Z | |
| 2144 | 2026-08-20T03:19:38.486Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337) |
| 2145 | 2026-08-20T03:19:38.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-08-20T03:19:38.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-08-20T03:19:38.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-08-20T03:19:38.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2149 | 2026-08-20T03:19:38.902Z | |
| 2150 | 2026-08-20T03:19:38.902Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337) |
| 2151 | 2026-08-20T03:19:39.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-08-20T03:19:39.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-08-20T03:19:39.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-08-20T03:19:39.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2155 | 2026-08-20T03:19:39.317Z | |
| 2156 | 2026-08-20T03:19:39.317Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337) |
| 2157 | 2026-08-20T03:19:39.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-08-20T03:19:39.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-08-20T03:19:39.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-08-20T03:19:39.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2161 | 2026-08-20T03:19:39.737Z | |
| 2162 | 2026-08-20T03:19:39.737Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337) |
| 2163 | 2026-08-20T03:19:40.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-08-20T03:19:40.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-08-20T03:19:40.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-08-20T03:19:40.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2167 | 2026-08-20T03:19:40.153Z | |
| 2168 | 2026-08-20T03:19:40.153Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337) |
| 2169 | 2026-08-20T03:19:40.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-08-20T03:19:40.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-08-20T03:19:40.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-08-20T03:19:40.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2173 | 2026-08-20T03:19:40.568Z | |
| 2174 | 2026-08-20T03:19:40.568Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337) |
| 2175 | 2026-08-20T03:19:41.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-08-20T03:19:41.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-08-20T03:19:41.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-08-20T03:19:41.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2179 | 2026-08-20T03:19:41.165Z | |
| 2180 | 2026-08-20T03:19:41.165Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337) |
| 2181 | 2026-08-20T03:19:41.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-08-20T03:19:41.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-08-20T03:19:41.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-08-20T03:19:41.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2185 | 2026-08-20T03:19:41.762Z | |
| 2186 | 2026-08-20T03:19:41.762Z | info: running `cargo check --bins` on nexus-config (51/337) |
| 2187 | 2026-08-20T03:19:42.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-08-20T03:19:42.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-08-20T03:19:42.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-08-20T03:19:42.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2191 | 2026-08-20T03:19:42.357Z | |
| 2192 | 2026-08-20T03:19:42.357Z | info: running `cargo check --bins` on nexus-types (52/337) |
| 2193 | 2026-08-20T03:19:42.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-08-20T03:19:42.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-08-20T03:19:42.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-08-20T03:19:42.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2197 | 2026-08-20T03:19:42.949Z | |
| 2198 | 2026-08-20T03:19:42.949Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337) |
| 2199 | 2026-08-20T03:19:43.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-08-20T03:19:43.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-08-20T03:19:43.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-08-20T03:19:43.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2203 | 2026-08-20T03:19:43.510Z | |
| 2204 | 2026-08-20T03:19:43.510Z | info: running `cargo check --bins` on omicron-passwords (54/337) |
| 2205 | 2026-08-20T03:19:43.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-08-20T03:19:43.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-08-20T03:19:43.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-08-20T03:19:43.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2209 | 2026-08-20T03:19:44.052Z | |
| 2210 | 2026-08-20T03:19:44.052Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/337) |
| 2211 | 2026-08-20T03:19:44.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-08-20T03:19:44.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-08-20T03:19:44.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-08-20T03:19:44.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2215 | 2026-08-20T03:19:44.618Z | |
| 2216 | 2026-08-20T03:19:44.618Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337) |
| 2217 | 2026-08-20T03:19:45.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-08-20T03:19:45.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-08-20T03:19:45.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-08-20T03:19:45.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2221 | 2026-08-20T03:19:45.186Z | |
| 2222 | 2026-08-20T03:19:45.186Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337) |
| 2223 | 2026-08-20T03:19:45.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-08-20T03:19:45.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-08-20T03:19:45.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-08-20T03:19:45.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2227 | 2026-08-20T03:19:45.757Z | |
| 2228 | 2026-08-20T03:19:45.757Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337) |
| 2229 | 2026-08-20T03:19:46.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-08-20T03:19:46.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-08-20T03:19:46.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-08-20T03:19:46.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2233 | 2026-08-20T03:19:46.320Z | |
| 2234 | 2026-08-20T03:19:46.320Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337) |
| 2235 | 2026-08-20T03:19:46.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-08-20T03:19:46.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-08-20T03:19:46.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-08-20T03:19:46.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2239 | 2026-08-20T03:19:46.866Z | |
| 2240 | 2026-08-20T03:19:46.866Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337) |
| 2241 | 2026-08-20T03:19:47.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-08-20T03:19:47.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-08-20T03:19:47.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2244 | 2026-08-20T03:19:47.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2245 | 2026-08-20T03:19:47.410Z | |
| 2246 | 2026-08-20T03:19:47.410Z | info: running `cargo check --bins --no-default-features` on gfss (61/337) |
| 2247 | 2026-08-20T03:19:47.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2248 | 2026-08-20T03:19:47.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2249 | 2026-08-20T03:19:47.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2250 | 2026-08-20T03:19:47.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2251 | 2026-08-20T03:19:47.950Z | |
| 2252 | 2026-08-20T03:19:47.950Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337) |
| 2253 | 2026-08-20T03:19:48.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2254 | 2026-08-20T03:19:48.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2255 | 2026-08-20T03:19:48.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2256 | 2026-08-20T03:19:48.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2257 | 2026-08-20T03:19:48.493Z | |
| 2258 | 2026-08-20T03:19:48.493Z | info: running `cargo check --bins` on trust-quorum-types (63/337) |
| 2259 | 2026-08-20T03:19:48.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2260 | 2026-08-20T03:19:48.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2261 | 2026-08-20T03:19:48.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2262 | 2026-08-20T03:19:48.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2263 | 2026-08-20T03:19:49.045Z | |
| 2264 | 2026-08-20T03:19:49.045Z | info: running `cargo check --bins` on wicketd-commission-types (64/337) |
| 2265 | 2026-08-20T03:19:49.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2266 | 2026-08-20T03:19:49.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2267 | 2026-08-20T03:19:49.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2268 | 2026-08-20T03:19:49.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2269 | 2026-08-20T03:19:49.604Z | |
| 2270 | 2026-08-20T03:19:49.604Z | info: running `cargo check --bins` on wicketd-commission-types-versions (65/337) |
| 2271 | 2026-08-20T03:19:50.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2272 | 2026-08-20T03:19:50.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2273 | 2026-08-20T03:19:50.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2274 | 2026-08-20T03:19:50.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2275 | 2026-08-20T03:19:50.168Z | |
| 2276 | 2026-08-20T03:19:50.168Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337) |
| 2277 | 2026-08-20T03:19:50.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2278 | 2026-08-20T03:19:50.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2279 | 2026-08-20T03:19:50.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2280 | 2026-08-20T03:19:50.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2281 | 2026-08-20T03:19:50.723Z | |
| 2282 | 2026-08-20T03:19:50.723Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337) |
| 2283 | 2026-08-20T03:19:51.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2284 | 2026-08-20T03:19:51.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2285 | 2026-08-20T03:19:51.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2286 | 2026-08-20T03:19:51.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2287 | 2026-08-20T03:19:51.271Z | |
| 2288 | 2026-08-20T03:19:51.271Z | info: running `cargo check --bins` on clickhouse-admin-types (68/337) |
| 2289 | 2026-08-20T03:19:51.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2290 | 2026-08-20T03:19:51.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2291 | 2026-08-20T03:19:51.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2292 | 2026-08-20T03:19:51.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2293 | 2026-08-20T03:19:51.831Z | |
| 2294 | 2026-08-20T03:19:51.831Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (69/337) |
| 2295 | 2026-08-20T03:19:52.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2296 | 2026-08-20T03:19:52.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2297 | 2026-08-20T03:19:52.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2298 | 2026-08-20T03:19:52.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2299 | 2026-08-20T03:19:52.393Z | |
| 2300 | 2026-08-20T03:19:52.393Z | info: running `cargo check --bins` on cockroach-admin-types (70/337) |
| 2301 | 2026-08-20T03:19:52.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2302 | 2026-08-20T03:19:52.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2303 | 2026-08-20T03:19:52.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2304 | 2026-08-20T03:19:52.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2305 | 2026-08-20T03:19:52.937Z | |
| 2306 | 2026-08-20T03:19:52.938Z | info: running `cargo check --bins` on cockroach-admin-types-versions (71/337) |
| 2307 | 2026-08-20T03:19:53.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2308 | 2026-08-20T03:19:53.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2309 | 2026-08-20T03:19:53.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2310 | 2026-08-20T03:19:53.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2311 | 2026-08-20T03:19:53.484Z | |
| 2312 | 2026-08-20T03:19:53.484Z | info: running `cargo check --bins` on ereport-types (72/337) |
| 2313 | 2026-08-20T03:19:53.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2314 | 2026-08-20T03:19:53.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2315 | 2026-08-20T03:19:53.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2316 | 2026-08-20T03:19:53.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2317 | 2026-08-20T03:19:54.037Z | |
| 2318 | 2026-08-20T03:19:54.037Z | info: running `cargo check --bins` on gateway-client (73/337) |
| 2319 | 2026-08-20T03:19:54.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2320 | 2026-08-20T03:19:54.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2321 | 2026-08-20T03:19:54.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2322 | 2026-08-20T03:19:54.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2323 | 2026-08-20T03:19:54.599Z | |
| 2324 | 2026-08-20T03:19:54.599Z | info: running `cargo check --bins --no-default-features` on gateway-types (74/337) |
| 2325 | 2026-08-20T03:19:55.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2326 | 2026-08-20T03:19:55.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2327 | 2026-08-20T03:19:55.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2328 | 2026-08-20T03:19:55.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2329 | 2026-08-20T03:19:55.154Z | |
| 2330 | 2026-08-20T03:19:55.154Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337) |
| 2331 | 2026-08-20T03:19:55.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2332 | 2026-08-20T03:19:55.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2333 | 2026-08-20T03:19:55.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2334 | 2026-08-20T03:19:55.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2335 | 2026-08-20T03:19:55.710Z | |
| 2336 | 2026-08-20T03:19:55.710Z | info: running `cargo check --bins --no-default-features` on illumos-utils (76/337) |
| 2337 | 2026-08-20T03:19:56.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2338 | 2026-08-20T03:19:56.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2339 | 2026-08-20T03:19:56.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2340 | 2026-08-20T03:19:56.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2341 | 2026-08-20T03:19:56.283Z | |
| 2342 | 2026-08-20T03:19:56.283Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337) |
| 2343 | 2026-08-20T03:19:56.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2344 | 2026-08-20T03:19:56.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2345 | 2026-08-20T03:19:56.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2346 | 2026-08-20T03:19:56.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2347 | 2026-08-20T03:19:56.859Z | |
| 2348 | 2026-08-20T03:19:56.859Z | info: running `cargo check --bins` on key-manager-types (78/337) |
| 2349 | 2026-08-20T03:19:57.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2350 | 2026-08-20T03:19:57.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2351 | 2026-08-20T03:19:57.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2352 | 2026-08-20T03:19:57.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2353 | 2026-08-20T03:19:57.405Z | |
| 2354 | 2026-08-20T03:19:57.405Z | info: running `cargo check --bins` on oxlog (79/337) |
| 2355 | 2026-08-20T03:19:57.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2356 | 2026-08-20T03:19:57.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2357 | 2026-08-20T03:19:57.999Z | Checking cfg-if v1.0.4 |
| 2358 | 2026-08-20T03:19:58.003Z | Checking serde_core v1.0.228 |
| 2359 | 2026-08-20T03:19:58.003Z | Checking libc v0.2.185 |
| 2360 | 2026-08-20T03:19:58.119Z | Checking memchr v2.8.0 |
| 2361 | 2026-08-20T03:19:58.128Z | Checking log v0.4.33 |
| 2362 | 2026-08-20T03:19:58.128Z | Checking smallvec v1.15.1 |
| 2363 | 2026-08-20T03:19:58.147Z | Checking subtle v2.6.1 |
| 2364 | 2026-08-20T03:19:58.157Z | Checking itoa v1.0.17 |
| 2365 | 2026-08-20T03:19:58.160Z | Checking scopeguard v1.2.0 |
| 2366 | 2026-08-20T03:19:58.258Z | Checking lock_api v0.4.14 |
| 2367 | 2026-08-20T03:19:58.276Z | Checking stable_deref_trait v1.2.1 |
| 2368 | 2026-08-20T03:19:58.287Z | Checking typenum v1.20.1 |
| 2369 | 2026-08-20T03:19:58.298Z | Checking zerofrom v0.1.6 |
| 2370 | 2026-08-20T03:19:58.310Z | Checking zerocopy v0.8.55 |
| 2371 | 2026-08-20T03:19:58.340Z | Checking portable-atomic v1.13.1 |
| 2372 | 2026-08-20T03:19:58.402Z | Checking yoke v0.8.1 |
| 2373 | 2026-08-20T03:19:58.453Z | Checking critical-section v1.2.0 |
| 2374 | 2026-08-20T03:19:58.484Z | Checking pin-project-lite v0.2.17 |
| 2375 | 2026-08-20T03:19:58.497Z | Checking errno v0.3.14 |
| 2376 | 2026-08-20T03:19:58.544Z | Checking getrandom v0.2.17 |
| 2377 | 2026-08-20T03:19:58.577Z | Checking zerovec v0.11.5 |
| 2378 | 2026-08-20T03:19:58.583Z | Checking const-oid v0.9.6 |
| 2379 | 2026-08-20T03:19:58.604Z | Checking libm v0.2.16 |
| 2380 | 2026-08-20T03:19:58.680Z | Checking rand_core v0.6.4 |
| 2381 | 2026-08-20T03:19:58.740Z | Checking once_cell v1.21.3 |
| 2382 | 2026-08-20T03:19:58.851Z | Checking zmij v1.0.21 |
| 2383 | 2026-08-20T03:19:58.907Z | Checking signal-hook-registry v1.4.8 |
| 2384 | 2026-08-20T03:19:58.985Z | Checking tinystr v0.8.2 |
| 2385 | 2026-08-20T03:19:59.005Z | Checking parking_lot_core v0.9.12 |
| 2386 | 2026-08-20T03:19:59.054Z | Checking writeable v0.6.2 |
| 2387 | 2026-08-20T03:19:59.066Z | Checking percent-encoding v2.3.2 |
| 2388 | 2026-08-20T03:19:59.153Z | Checking futures-core v0.3.32 |
| 2389 | 2026-08-20T03:19:59.186Z | Checking litemap v0.8.1 |
| 2390 | 2026-08-20T03:19:59.198Z | Checking parking_lot v0.12.5 |
| 2391 | 2026-08-20T03:19:59.210Z | Checking potential_utf v0.1.4 |
| 2392 | 2026-08-20T03:19:59.238Z | Checking zerotrie v0.2.3 |
| 2393 | 2026-08-20T03:19:59.269Z | Checking mio v1.2.0 |
| 2394 | 2026-08-20T03:19:59.281Z | Checking num-traits v0.2.19 |
| 2395 | 2026-08-20T03:19:59.330Z | Checking equivalent v1.0.2 |
| 2396 | 2026-08-20T03:19:59.349Z | Checking icu_locale_core v2.1.1 |
| 2397 | 2026-08-20T03:19:59.380Z | Checking icu_collections v2.1.1 |
| 2398 | 2026-08-20T03:19:59.408Z | Checking getrandom v0.3.4 |
| 2399 | 2026-08-20T03:19:59.469Z | Checking socket2 v0.6.3 |
| 2400 | 2026-08-20T03:19:59.545Z | Checking icu_normalizer_data v2.1.1 |
| 2401 | 2026-08-20T03:19:59.545Z | Checking icu_properties_data v2.1.2 |
| 2402 | 2026-08-20T03:19:59.594Z | Checking serde v1.0.228 |
| 2403 | 2026-08-20T03:19:59.622Z | Checking bitflags v2.11.0 |
| 2404 | 2026-08-20T03:19:59.669Z | Checking serde_json v1.0.151 |
| 2405 | 2026-08-20T03:19:59.681Z | Checking byteorder v1.5.0 |
| 2406 | 2026-08-20T03:19:59.703Z | Checking hashbrown v0.17.0 |
| 2407 | 2026-08-20T03:19:59.781Z | Checking rand_core v0.10.0 |
| 2408 | 2026-08-20T03:19:59.822Z | Checking futures-sink v0.3.32 |
| 2409 | 2026-08-20T03:19:59.877Z | Checking futures-task v0.3.32 |
| 2410 | 2026-08-20T03:19:59.885Z | Checking icu_provider v2.1.1 |
| 2411 | 2026-08-20T03:19:59.914Z | Checking getrandom v0.4.3 |
| 2412 | 2026-08-20T03:19:59.917Z | Checking futures-channel v0.3.32 |
| 2413 | 2026-08-20T03:19:59.988Z | Checking zeroize v1.9.0 |
| 2414 | 2026-08-20T03:20:00.002Z | Checking bytes v1.11.1 |
| 2415 | 2026-08-20T03:20:00.063Z | Checking futures-io v0.3.32 |
| 2416 | 2026-08-20T03:20:00.100Z | Checking slab v0.4.12 |
| 2417 | 2026-08-20T03:20:00.112Z | Checking icu_normalizer v2.1.1 |
| 2418 | 2026-08-20T03:20:00.154Z | Checking generic-array v0.14.7 |
| 2419 | 2026-08-20T03:20:00.167Z | Checking icu_properties v2.1.2 |
| 2420 | 2026-08-20T03:20:00.178Z | Checking indexmap v2.14.0 |
| 2421 | 2026-08-20T03:20:00.249Z | Checking utf8_iter v1.0.4 |
| 2422 | 2026-08-20T03:20:00.318Z | Checking futures-util v0.3.32 |
| 2423 | 2026-08-20T03:20:00.365Z | Checking rustix v1.1.4 |
| 2424 | 2026-08-20T03:20:00.403Z | Checking form_urlencoded v1.2.2 |
| 2425 | 2026-08-20T03:20:00.435Z | Checking tokio v1.52.1 |
| 2426 | 2026-08-20T03:20:00.527Z | Checking fnv v1.0.7 |
| 2427 | 2026-08-20T03:20:00.603Z | Checking crypto-common v0.1.7 |
| 2428 | 2026-08-20T03:20:00.618Z | Checking block-buffer v0.10.4 |
| 2429 | 2026-08-20T03:20:00.727Z | Checking base64ct v1.8.3 |
| 2430 | 2026-08-20T03:20:00.740Z | Checking flagset v0.4.7 |
| 2431 | 2026-08-20T03:20:00.753Z | Checking digest v0.10.7 |
| 2432 | 2026-08-20T03:20:00.859Z | Checking iana-time-zone v0.1.65 |
| 2433 | 2026-08-20T03:20:00.951Z | Checking uuid v1.23.4 |
| 2434 | 2026-08-20T03:20:00.963Z | Checking chrono v0.4.45 |
| 2435 | 2026-08-20T03:20:00.966Z | Checking pem-rfc7468 v0.7.0 |
| 2436 | 2026-08-20T03:20:00.988Z | Checking idna_adapter v1.2.1 |
| 2437 | 2026-08-20T03:20:01.080Z | Checking ppv-lite86 v0.2.21 |
| 2438 | 2026-08-20T03:20:01.101Z | Checking idna v1.1.0 |
| 2439 | 2026-08-20T03:20:01.111Z | Checking der v0.7.10 |
| 2440 | 2026-08-20T03:20:01.216Z | Checking rand_core v0.9.5 |
| 2441 | 2026-08-20T03:20:01.263Z | Checking base64 v0.22.1 |
| 2442 | 2026-08-20T03:20:01.339Z | Checking url v2.5.8 |
| 2443 | 2026-08-20T03:20:01.365Z | Checking regex-syntax v0.8.10 |
| 2444 | 2026-08-20T03:20:01.388Z | Checking http v1.4.2 |
| 2445 | 2026-08-20T03:20:01.503Z | Checking rand_chacha v0.9.0 |
| 2446 | 2026-08-20T03:20:01.704Z | Checking tracing-core v0.1.36 |
| 2447 | 2026-08-20T03:20:01.769Z | Checking cpufeatures v0.2.17 |
| 2448 | 2026-08-20T03:20:01.820Z | Checking simd-adler32 v0.3.8 |
| 2449 | 2026-08-20T03:20:01.833Z | Checking spki v0.7.3 |
| 2450 | 2026-08-20T03:20:01.844Z | Checking dyn-clone v1.0.20 |
| 2451 | 2026-08-20T03:20:01.940Z | Checking rand v0.9.2 |
| 2452 | 2026-08-20T03:20:01.953Z | Checking http-body v1.0.1 |
| 2453 | 2026-08-20T03:20:01.983Z | Checking rustls-pki-types v1.14.0 |
| 2454 | 2026-08-20T03:20:01.995Z | Checking pkcs8 v0.10.2 |
| 2455 | 2026-08-20T03:20:02.014Z | Checking tracing v0.1.44 |
| 2456 | 2026-08-20T03:20:02.080Z | Checking semver v1.0.28 |
| 2457 | 2026-08-20T03:20:02.149Z | Checking spin v0.9.8 |
| 2458 | 2026-08-20T03:20:02.211Z | Checking cmov v0.5.4 |
| 2459 | 2026-08-20T03:20:02.234Z | Checking utf8parse v0.2.2 |
| 2460 | 2026-08-20T03:20:02.279Z | Checking anstyle v1.0.14 |
| 2461 | 2026-08-20T03:20:02.289Z | Checking openssl-probe v0.2.1 |
| 2462 | 2026-08-20T03:20:02.324Z | Checking tinyvec_macros v0.1.1 |
| 2463 | 2026-08-20T03:20:02.335Z | Checking adler2 v2.0.1 |
| 2464 | 2026-08-20T03:20:02.384Z | Checking tinyvec v1.10.0 |
| 2465 | 2026-08-20T03:20:02.384Z | Checking anstyle-parse v1.0.0 |
| 2466 | 2026-08-20T03:20:02.406Z | Checking ctutils v0.4.2 |
| 2467 | 2026-08-20T03:20:02.418Z | Checking schemars v0.8.22 |
| 2468 | 2026-08-20T03:20:02.431Z | Checking miniz_oxide v0.8.9 |
| 2469 | 2026-08-20T03:20:02.449Z | Checking sha2 v0.10.9 |
| 2470 | 2026-08-20T03:20:02.529Z | Checking terminal_size v0.4.3 |
| 2471 | 2026-08-20T03:20:02.611Z | Checking aws-lc-sys v0.40.0 |
| 2472 | 2026-08-20T03:20:02.639Z | Checking thiserror v2.0.18 |
| 2473 | 2026-08-20T03:20:02.656Z | Checking try-lock v0.2.5 |
| 2474 | 2026-08-20T03:20:02.695Z | Checking colorchoice v1.0.4 |
| 2475 | 2026-08-20T03:20:02.719Z | Checking fastrand v2.3.0 |
| 2476 | 2026-08-20T03:20:02.733Z | Checking atomic-waker v1.1.2 |
| 2477 | 2026-08-20T03:20:02.750Z | Checking tower-service v0.3.3 |
| 2478 | 2026-08-20T03:20:02.787Z | Checking untrusted v0.7.1 |
| 2479 | 2026-08-20T03:20:02.791Z | Checking is_terminal_polyfill v1.70.2 |
| 2480 | 2026-08-20T03:20:02.823Z | Checking anstyle-query v1.1.5 |
| 2481 | 2026-08-20T03:20:02.835Z | Checking tower-layer v0.3.3 |
| 2482 | 2026-08-20T03:20:02.882Z | Checking want v0.3.1 |
| 2483 | 2026-08-20T03:20:02.896Z | Checking tempfile v3.27.0 |
| 2484 | 2026-08-20T03:20:02.905Z | Checking hybrid-array v0.4.13 |
| 2485 | 2026-08-20T03:20:02.917Z | Checking anstream v1.0.0 |
| 2486 | 2026-08-20T03:20:02.979Z | Checking ipnet v2.12.0 |
| 2487 | 2026-08-20T03:20:02.997Z | Checking crc32fast v1.5.0 |
| 2488 | 2026-08-20T03:20:03.053Z | Checking httparse v1.10.1 |
| 2489 | 2026-08-20T03:20:03.086Z | Checking aho-corasick v1.1.4 |
| 2490 | 2026-08-20T03:20:03.104Z | Checking aws-lc-rs v1.16.3 |
| 2491 | 2026-08-20T03:20:03.119Z | Checking foreign-types-shared v0.1.1 |
| 2492 | 2026-08-20T03:20:03.132Z | Checking untrusted v0.9.0 |
| 2493 | 2026-08-20T03:20:03.197Z | Checking plain v0.2.3 |
| 2494 | 2026-08-20T03:20:03.234Z | Checking tap v1.0.1 |
| 2495 | 2026-08-20T03:20:03.234Z | Checking httpdate v1.0.3 |
| 2496 | 2026-08-20T03:20:03.257Z | Checking foreign-types v0.3.2 |
| 2497 | 2026-08-20T03:20:03.295Z | Checking unicode-normalization v0.1.25 |
| 2498 | 2026-08-20T03:20:03.319Z | Checking rand_chacha v0.3.1 |
| 2499 | 2026-08-20T03:20:03.331Z | Checking wyz v0.5.1 |
| 2500 | 2026-08-20T03:20:03.382Z | Checking signature v2.2.0 |
| 2501 | 2026-08-20T03:20:03.497Z | Checking radium v0.7.0 |
| 2502 | 2026-08-20T03:20:03.512Z | Checking hex v0.4.3 |
| 2503 | 2026-08-20T03:20:03.524Z | Checking num-integer v0.1.46 |
| 2504 | 2026-08-20T03:20:03.653Z | Checking openssl-sys v0.9.117 |
| 2505 | 2026-08-20T03:20:03.666Z | Checking wait-timeout v0.2.1 |
| 2506 | 2026-08-20T03:20:03.750Z | Checking tokio-util v0.7.18 |
| 2507 | 2026-08-20T03:20:03.750Z | Checking funty v2.0.0 |
| 2508 | 2026-08-20T03:20:03.750Z | Checking unicode-ident v1.0.24 |
| 2509 | 2026-08-20T03:20:03.750Z | Checking ucd-trie v0.1.7 |
| 2510 | 2026-08-20T03:20:03.753Z | Checking regex-automata v0.4.14 |
| 2511 | 2026-08-20T03:20:03.778Z | Checking clap_lex v1.0.0 |
| 2512 | 2026-08-20T03:20:03.827Z | Checking bit-vec v0.8.0 |
| 2513 | 2026-08-20T03:20:03.861Z | Checking quick-error v1.2.3 |
| 2514 | 2026-08-20T03:20:03.925Z | Checking strsim v0.11.1 |
| 2515 | 2026-08-20T03:20:03.939Z | Checking rustls-webpki v0.103.13 |
| 2516 | 2026-08-20T03:20:03.956Z | Checking rusty-fork v0.3.1 |
| 2517 | 2026-08-20T03:20:03.995Z | Checking bitvec v1.0.1 |
| 2518 | 2026-08-20T03:20:04.008Z | Checking openssl v0.10.80 |
| 2519 | 2026-08-20T03:20:04.018Z | Checking bit-set v0.8.0 |
| 2520 | 2026-08-20T03:20:04.083Z | Checking clap_builder v4.6.0 |
| 2521 | 2026-08-20T03:20:04.117Z | Checking pest v2.8.6 |
| 2522 | 2026-08-20T03:20:04.157Z | Checking proc-macro2 v1.0.106 |
| 2523 | 2026-08-20T03:20:04.293Z | Checking h2 v0.4.15 |
| 2524 | 2026-08-20T03:20:04.350Z | Checking rustls v0.23.41 |
| 2525 | 2026-08-20T03:20:04.459Z | Checking num-iter v0.1.45 |
| 2526 | 2026-08-20T03:20:04.566Z | Checking rand v0.8.6 |
| 2527 | 2026-08-20T03:20:05.069Z | Checking lazy_static v1.5.0 |
| 2528 | 2026-08-20T03:20:05.155Z | Checking rand_xorshift v0.4.0 |
| 2529 | 2026-08-20T03:20:05.155Z | Checking hmac v0.12.1 |
| 2530 | 2026-08-20T03:20:05.275Z | Checking thiserror v1.0.69 |
| 2531 | 2026-08-20T03:20:05.278Z | Checking maybe-uninit v2.0.0 |
| 2532 | 2026-08-20T03:20:05.297Z | Checking toml_datetime v0.6.11 |
| 2533 | 2026-08-20T03:20:05.310Z | Checking serde_spanned v0.6.9 |
| 2534 | 2026-08-20T03:20:05.345Z | Checking sync_wrapper v1.0.2 |
| 2535 | 2026-08-20T03:20:05.366Z | Checking siphasher v1.0.2 |
| 2536 | 2026-08-20T03:20:05.434Z | Checking crc-catalog v2.4.0 |
| 2537 | 2026-08-20T03:20:05.442Z | Checking pretty-hex v0.4.1 |
| 2538 | 2026-08-20T03:20:05.469Z | Checking nodrop v0.1.14 |
| 2539 | 2026-08-20T03:20:05.510Z | Checking zlib-rs v0.6.2 |
| 2540 | 2026-08-20T03:20:05.521Z | Checking powerfmt v0.2.0 |
| 2541 | 2026-08-20T03:20:05.548Z | Checking unarray v0.1.4 |
| 2542 | 2026-08-20T03:20:05.560Z | Checking array-init v0.0.4 |
| 2543 | 2026-08-20T03:20:05.564Z | Checking crc v3.4.0 |
| 2544 | 2026-08-20T03:20:05.662Z | Checking proptest v1.11.0 |
| 2545 | 2026-08-20T03:20:05.676Z | Checking deranged v0.5.8 |
| 2546 | 2026-08-20T03:20:05.743Z | Checking tower v0.5.3 |
| 2547 | 2026-08-20T03:20:05.865Z | Checking smallvec v0.6.14 |
| 2548 | 2026-08-20T03:20:06.000Z | Checking native-tls v0.2.18 |
| 2549 | 2026-08-20T03:20:06.052Z | Checking packed_struct v0.10.1 |
| 2550 | 2026-08-20T03:20:06.129Z | Checking clap v4.6.1 |
| 2551 | 2026-08-20T03:20:06.178Z | Checking num-bigint-dig v0.8.6 |
| 2552 | 2026-08-20T03:20:06.205Z | Checking quote v1.0.45 |
| 2553 | 2026-08-20T03:20:06.372Z | Checking ipnetwork v0.21.1 |
| 2554 | 2026-08-20T03:20:06.399Z | Checking flate2 v1.1.9 |
| 2555 | 2026-08-20T03:20:06.584Z | Checking pkcs1 v0.7.5 |
| 2556 | 2026-08-20T03:20:06.596Z | Checking http-body-util v0.1.3 |
| 2557 | 2026-08-20T03:20:06.607Z | Checking crossbeam-utils v0.8.21 |
| 2558 | 2026-08-20T03:20:06.689Z | Checking zerocopy v0.6.6 |
| 2559 | 2026-08-20T03:20:06.789Z | Checking bitfield v0.19.4 |
| 2560 | 2026-08-20T03:20:06.803Z | Checking ahash v0.8.12 |
| 2561 | 2026-08-20T03:20:06.939Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2562 | 2026-08-20T03:20:06.972Z | Checking scroll v0.13.0 |
| 2563 | 2026-08-20T03:20:06.985Z | Checking env_filter v2.0.0 |
| 2564 | 2026-08-20T03:20:06.997Z | Checking unicode-bidi v0.3.18 |
| 2565 | 2026-08-20T03:20:07.016Z | Checking hashbrown v0.12.3 |
| 2566 | 2026-08-20T03:20:07.049Z | Checking num_threads v0.1.7 |
| 2567 | 2026-08-20T03:20:07.068Z | Checking gimli v0.32.3 |
| 2568 | 2026-08-20T03:20:07.086Z | Checking hyper v1.10.1 |
| 2569 | 2026-08-20T03:20:07.167Z | Checking ryu v1.0.23 |
| 2570 | 2026-08-20T03:20:07.172Z | Checking base64 v0.21.7 |
| 2571 | 2026-08-20T03:20:07.194Z | Checking allocator-api2 v0.2.21 |
| 2572 | 2026-08-20T03:20:07.250Z | Checking iri-string v0.7.10 |
| 2573 | 2026-08-20T03:20:07.279Z | Checking unicode-properties v0.1.4 |
| 2574 | 2026-08-20T03:20:07.356Z | Checking num-conv v0.2.0 |
| 2575 | 2026-08-20T03:20:07.417Z | Checking time-core v0.1.8 |
| 2576 | 2026-08-20T03:20:07.450Z | Checking winnow v0.5.40 |
| 2577 | 2026-08-20T03:20:07.461Z | Checking stringprep v0.1.5 |
| 2578 | 2026-08-20T03:20:07.472Z | Checking newtype-uuid v1.3.2 |
| 2579 | 2026-08-20T03:20:07.472Z | Checking indexmap v1.9.3 |
| 2580 | 2026-08-20T03:20:07.549Z | Checking time v0.3.47 |
| 2581 | 2026-08-20T03:20:07.606Z | Checking ron v0.8.1 |
| 2582 | 2026-08-20T03:20:07.658Z | Checking serde_urlencoded v0.7.1 |
| 2583 | 2026-08-20T03:20:07.784Z | Checking goblin v0.10.5 |
| 2584 | 2026-08-20T03:20:07.861Z | Checking env_logger v0.11.11 |
| 2585 | 2026-08-20T03:20:08.007Z | Checking hyper-util v0.1.20 |
| 2586 | 2026-08-20T03:20:08.045Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2587 | 2026-08-20T03:20:08.110Z | Checking bzip2 v0.4.4 |
| 2588 | 2026-08-20T03:20:08.245Z | Checking tower-http v0.6.8 |
| 2589 | 2026-08-20T03:20:08.272Z | Checking hashbrown v0.13.2 |
| 2590 | 2026-08-20T03:20:08.515Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2591 | 2026-08-20T03:20:08.571Z | Checking addr2line v0.25.1 |
| 2592 | 2026-08-20T03:20:08.576Z | Checking toml_edit v0.19.15 |
| 2593 | 2026-08-20T03:20:08.655Z | Checking rsa v0.9.10 |
| 2594 | 2026-08-20T03:20:08.666Z | Checking crossbeam-epoch v0.9.18 |
| 2595 | 2026-08-20T03:20:08.683Z | Checking oxnet v0.1.6 |
| 2596 | 2026-08-20T03:20:08.833Z | Checking syn v2.0.117 |
| 2597 | 2026-08-20T03:20:08.878Z | Checking tokio-native-tls v0.3.1 |
| 2598 | 2026-08-20T03:20:08.930Z | Checking serde-hex v0.1.0 |
| 2599 | 2026-08-20T03:20:09.032Z | Checking bstr v1.12.1 |
| 2600 | 2026-08-20T03:20:09.109Z | Checking block-padding v0.4.2 |
| 2601 | 2026-08-20T03:20:09.241Z | Checking block-buffer v0.12.1 |
| 2602 | 2026-08-20T03:20:09.245Z | Checking crypto-common v0.2.2 |
| 2603 | 2026-08-20T03:20:09.405Z | Checking rustls-native-certs v0.8.3 |
| 2604 | 2026-08-20T03:20:09.422Z | Checking x509-cert v0.2.5 |
| 2605 | 2026-08-20T03:20:09.541Z | Checking scroll v0.12.0 |
| 2606 | 2026-08-20T03:20:09.587Z | Checking object v0.37.3 |
| 2607 | 2026-08-20T03:20:09.762Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2608 | 2026-08-20T03:20:09.841Z | Checking md-5 v0.10.6 |
| 2609 | 2026-08-20T03:20:09.868Z | Checking hash32 v0.2.1 |
| 2610 | 2026-08-20T03:20:10.060Z | Checking encoding_rs v0.8.35 |
| 2611 | 2026-08-20T03:20:10.067Z | Checking crc-any v2.5.0 |
| 2612 | 2026-08-20T03:20:10.067Z | Checking rustc-demangle v0.1.27 |
| 2613 | 2026-08-20T03:20:10.117Z | Checking fallible-iterator v0.2.0 |
| 2614 | 2026-08-20T03:20:10.188Z | Checking psl-types v2.0.11 |
| 2615 | 2026-08-20T03:20:10.273Z | Checking mime v0.3.17 |
| 2616 | 2026-08-20T03:20:10.301Z | Checking either v1.15.0 |
| 2617 | 2026-08-20T03:20:10.386Z | Checking postgres-protocol v0.6.10 |
| 2618 | 2026-08-20T03:20:10.411Z | Checking publicsuffix v2.3.0 |
| 2619 | 2026-08-20T03:20:10.446Z | Checking dof v0.4.0 |
| 2620 | 2026-08-20T03:20:10.484Z | Checking heapless v0.7.17 |
| 2621 | 2026-08-20T03:20:10.566Z | Checking zstd-safe v7.2.4 |
| 2622 | 2026-08-20T03:20:10.721Z | Checking goblin v0.8.2 |
| 2623 | 2026-08-20T03:20:10.734Z | Checking toml v0.7.8 |
| 2624 | 2026-08-20T03:20:10.912Z | Checking inout v0.2.2 |
| 2625 | 2026-08-20T03:20:10.938Z | Checking hyper-tls v0.6.0 |
| 2626 | 2026-08-20T03:20:11.046Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2627 | 2026-08-20T03:20:11.060Z | Checking daft v0.1.7 |
| 2628 | 2026-08-20T03:20:11.072Z | Checking object v0.30.4 |
| 2629 | 2026-08-20T03:20:11.099Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-08-20T03:20:11.111Z | Checking cookie v0.18.1 |
| 2631 | 2026-08-20T03:20:11.116Z | Checking zip v0.6.6 |
| 2632 | 2026-08-20T03:20:11.249Z | Checking tokio-rustls v0.26.4 |
| 2633 | 2026-08-20T03:20:11.298Z | Checking phf_shared v0.13.1 |
| 2634 | 2026-08-20T03:20:11.329Z | Checking dtrace-parser v0.3.0 |
| 2635 | 2026-08-20T03:20:11.431Z | Checking zerocopy v0.7.35 |
| 2636 | 2026-08-20T03:20:11.466Z | Checking pin-project v1.1.11 |
| 2637 | 2026-08-20T03:20:11.489Z | Checking signal-hook v0.3.18 |
| 2638 | 2026-08-20T03:20:11.556Z | Checking futures-executor v0.3.32 |
| 2639 | 2026-08-20T03:20:11.569Z | Checking ff v0.13.1 |
| 2640 | 2026-08-20T03:20:11.672Z | Checking thread-id v5.1.0 |
| 2641 | 2026-08-20T03:20:11.688Z | Checking bitflags v1.3.2 |
| 2642 | 2026-08-20T03:20:11.700Z | Checking same-file v1.0.6 |
| 2643 | 2026-08-20T03:20:11.745Z | Checking smawk v0.3.2 |
| 2644 | 2026-08-20T03:20:11.760Z | Checking unicode-linebreak v0.1.5 |
| 2645 | 2026-08-20T03:20:11.810Z | Checking base16ct v0.2.0 |
| 2646 | 2026-08-20T03:20:11.865Z | Checking unicode-width v0.2.0 |
| 2647 | 2026-08-20T03:20:11.912Z | Checking libbz2-rs-sys v0.2.2 |
| 2648 | 2026-08-20T03:20:11.934Z | Compiling rayon-core v1.13.0 |
| 2649 | 2026-08-20T03:20:11.945Z | Checking backtrace v0.3.76 |
| 2650 | 2026-08-20T03:20:11.957Z | Checking bumpalo v3.20.2 |
| 2651 | 2026-08-20T03:20:12.002Z | Checking foldhash v0.2.0 |
| 2652 | 2026-08-20T03:20:12.099Z | Checking path-slash v0.1.5 |
| 2653 | 2026-08-20T03:20:12.099Z | Checking jiff-core v0.1.0 |
| 2654 | 2026-08-20T03:20:12.145Z | Checking managed v0.8.0 |
| 2655 | 2026-08-20T03:20:12.157Z | Checking is_ci v1.2.0 |
| 2656 | 2026-08-20T03:20:12.194Z | Checking foldhash v0.1.5 |
| 2657 | 2026-08-20T03:20:12.226Z | Checking backtrace-ext v0.2.1 |
| 2658 | 2026-08-20T03:20:12.246Z | Checking supports-color v3.0.2 |
| 2659 | 2026-08-20T03:20:12.294Z | Checking bzip2 v0.6.1 |
| 2660 | 2026-08-20T03:20:12.321Z | Checking smoltcp v0.9.1 |
| 2661 | 2026-08-20T03:20:12.325Z | Checking hashbrown v0.15.5 |
| 2662 | 2026-08-20T03:20:12.344Z | Checking hashbrown v0.16.1 |
| 2663 | 2026-08-20T03:20:12.358Z | Checking zopfli v0.8.3 |
| 2664 | 2026-08-20T03:20:12.468Z | Checking textwrap v0.16.2 |
| 2665 | 2026-08-20T03:20:12.626Z | Checking dof v0.3.0 |
| 2666 | 2026-08-20T03:20:12.672Z | Checking sec1 v0.7.3 |
| 2667 | 2026-08-20T03:20:12.684Z | Checking walkdir v2.5.0 |
| 2668 | 2026-08-20T03:20:12.778Z | Checking jiff v0.2.34 |
| 2669 | 2026-08-20T03:20:12.791Z | Checking usdt-impl v0.6.0 |
| 2670 | 2026-08-20T03:20:12.822Z | Checking futures v0.3.32 |
| 2671 | 2026-08-20T03:20:12.835Z | Checking group v0.13.0 |
| 2672 | 2026-08-20T03:20:12.869Z | Checking signal-hook-mio v0.2.5 |
| 2673 | 2026-08-20T03:20:12.889Z | Checking snafu v0.8.9 |
| 2674 | 2026-08-20T03:20:12.904Z | Checking phf v0.13.1 |
| 2675 | 2026-08-20T03:20:12.907Z | Checking hyper-rustls v0.27.7 |
| 2676 | 2026-08-20T03:20:12.964Z | Checking cookie_store v0.22.1 |
| 2677 | 2026-08-20T03:20:12.976Z | Checking reqwest v0.12.28 |
| 2678 | 2026-08-20T03:20:13.042Z | Checking cipher v0.5.2 |
| 2679 | 2026-08-20T03:20:13.057Z | Checking zstd v0.13.3 |
| 2680 | 2026-08-20T03:20:13.109Z | Checking postgres-types v0.2.12 |
| 2681 | 2026-08-20T03:20:13.120Z | Checking rustls-platform-verifier v0.6.2 |
| 2682 | 2026-08-20T03:20:13.136Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2683 | 2026-08-20T03:20:13.235Z | Checking globset v0.4.18 |
| 2684 | 2026-08-20T03:20:13.253Z | Checking crossbeam-deque v0.8.6 |
| 2685 | 2026-08-20T03:20:13.276Z | Checking regex v1.12.3 |
| 2686 | 2026-08-20T03:20:13.289Z | Checking phf_shared v0.11.3 |
| 2687 | 2026-08-20T03:20:13.413Z | Checking dtrace-parser v0.2.0 |
| 2688 | 2026-08-20T03:20:13.426Z | Checking hkdf v0.12.4 |
| 2689 | 2026-08-20T03:20:13.429Z | Checking byte-wrapper v0.1.0 |
| 2690 | 2026-08-20T03:20:13.459Z | Checking curve25519-dalek v4.1.3 |
| 2691 | 2026-08-20T03:20:13.474Z | Checking ref-cast v1.0.25 |
| 2692 | 2026-08-20T03:20:13.550Z | Checking strum v0.27.2 |
| 2693 | 2026-08-20T03:20:13.561Z | Checking olpc-cjson v0.1.4 |
| 2694 | 2026-08-20T03:20:13.572Z | Checking hubpack v0.1.2 |
| 2695 | 2026-08-20T03:20:13.631Z | Checking ed25519 v2.2.3 |
| 2696 | 2026-08-20T03:20:13.643Z | Checking memoffset v0.9.1 |
| 2697 | 2026-08-20T03:20:13.654Z | Checking owo-colors v4.3.0 |
| 2698 | 2026-08-20T03:20:13.686Z | Checking rustix v0.38.44 |
| 2699 | 2026-08-20T03:20:13.714Z | Checking pem v3.0.6 |
| 2700 | 2026-08-20T03:20:13.726Z | Checking crypto-bigint v0.5.5 |
| 2701 | 2026-08-20T03:20:13.738Z | Checking erased-serde v0.3.31 |
| 2702 | 2026-08-20T03:20:13.813Z | Checking serde-big-array v0.5.1 |
| 2703 | 2026-08-20T03:20:13.864Z | Checking serde_plain v1.0.2 |
| 2704 | 2026-08-20T03:20:13.940Z | Checking float-cmp v0.10.0 |
| 2705 | 2026-08-20T03:20:14.003Z | Checking memmap2 v0.9.10 |
| 2706 | 2026-08-20T03:20:14.062Z | Checking thread-id v4.2.2 |
| 2707 | 2026-08-20T03:20:14.109Z | Checking toml_write v0.1.2 |
| 2708 | 2026-08-20T03:20:14.137Z | Checking predicates-core v1.0.10 |
| 2709 | 2026-08-20T03:20:14.159Z | Checking unicode-segmentation v1.12.0 |
| 2710 | 2026-08-20T03:20:14.190Z | Checking const-oid v0.10.2 |
| 2711 | 2026-08-20T03:20:14.222Z | Checking normalize-line-endings v0.3.0 |
| 2712 | 2026-08-20T03:20:14.252Z | Checking static_assertions v1.1.0 |
| 2713 | 2026-08-20T03:20:14.268Z | Checking precomputed-hash v0.1.1 |
| 2714 | 2026-08-20T03:20:14.305Z | Checking fixedbitset v0.4.2 |
| 2715 | 2026-08-20T03:20:14.318Z | Checking keccak v0.1.6 |
| 2716 | 2026-08-20T03:20:14.340Z | Checking new_debug_unreachable v1.0.6 |
| 2717 | 2026-08-20T03:20:14.351Z | Checking winnow v0.7.14 |
| 2718 | 2026-08-20T03:20:14.406Z | Checking supports-unicode v3.0.0 |
| 2719 | 2026-08-20T03:20:14.462Z | Checking typed-path v0.9.3 |
| 2720 | 2026-08-20T03:20:14.462Z | Checking supports-hyperlinks v3.2.0 |
| 2721 | 2026-08-20T03:20:14.471Z | Checking winnow v1.0.3 |
| 2722 | 2026-08-20T03:20:14.474Z | Checking fixedbitset v0.5.7 |
| 2723 | 2026-08-20T03:20:14.503Z | Checking difflib v0.4.0 |
| 2724 | 2026-08-20T03:20:14.557Z | Checking data-encoding v2.10.0 |
| 2725 | 2026-08-20T03:20:14.636Z | Checking unicode-width v0.1.14 |
| 2726 | 2026-08-20T03:20:14.669Z | Checking whoami v2.1.0 |
| 2727 | 2026-08-20T03:20:14.680Z | Checking cpufeatures v0.3.0 |
| 2728 | 2026-08-20T03:20:14.683Z | Checking zip v4.6.1 |
| 2729 | 2026-08-20T03:20:14.744Z | Checking chacha20 v0.10.0 |
| 2730 | 2026-08-20T03:20:14.813Z | Checking hickory-proto v0.25.2 |
| 2731 | 2026-08-20T03:20:14.851Z | Checking tokio-postgres v0.7.16 |
| 2732 | 2026-08-20T03:20:14.873Z | Checking miette v7.6.0 |
| 2733 | 2026-08-20T03:20:14.991Z | Checking predicates v3.1.4 |
| 2734 | 2026-08-20T03:20:15.210Z | Checking tough v0.22.0 |
| 2735 | 2026-08-20T03:20:15.245Z | Checking petgraph v0.8.3 |
| 2736 | 2026-08-20T03:20:15.288Z | Checking elliptic-curve v0.13.8 |
| 2737 | 2026-08-20T03:20:15.301Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2738 | 2026-08-20T03:20:15.376Z | Checking sha3 v0.10.8 |
| 2739 | 2026-08-20T03:20:15.526Z | Checking toml_edit v0.22.27 |
| 2740 | 2026-08-20T03:20:15.584Z | Checking crossterm v0.28.1 |
| 2741 | 2026-08-20T03:20:15.600Z | Checking similar v2.7.0 |
| 2742 | 2026-08-20T03:20:15.620Z | Checking petgraph v0.6.5 |
| 2743 | 2026-08-20T03:20:15.985Z | Checking string_cache v0.8.9 |
| 2744 | 2026-08-20T03:20:16.155Z | Checking digest v0.11.3 |
| 2745 | 2026-08-20T03:20:16.167Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2746 | 2026-08-20T03:20:16.298Z | Checking ed25519-dalek v2.2.0 |
| 2747 | 2026-08-20T03:20:16.331Z | Checking usdt v0.6.0 |
| 2748 | 2026-08-20T03:20:16.499Z | Checking usdt-impl v0.5.0 |
| 2749 | 2026-08-20T03:20:16.527Z | Checking slog v2.8.2 |
| 2750 | 2026-08-20T03:20:16.615Z | Checking nix v0.31.2 |
| 2751 | 2026-08-20T03:20:16.772Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2752 | 2026-08-20T03:20:16.783Z | Checking iddqd v0.4.2 |
| 2753 | 2026-08-20T03:20:16.860Z | Checking reqwest v0.13.2 |
| 2754 | 2026-08-20T03:20:17.153Z | Checking itertools v0.13.0 |
| 2755 | 2026-08-20T03:20:17.238Z | Checking itertools v0.15.0 |
| 2756 | 2026-08-20T03:20:17.340Z | Checking strum v0.26.3 |
| 2757 | 2026-08-20T03:20:17.451Z | Checking serde_with v3.21.0 |
| 2758 | 2026-08-20T03:20:17.597Z | Checking fs-err v3.3.0 |
| 2759 | 2026-08-20T03:20:17.678Z | Checking tokio-stream v0.1.18 |
| 2760 | 2026-08-20T03:20:17.700Z | Checking buf-list v1.1.2 |
| 2761 | 2026-08-20T03:20:17.789Z | Checking anyhow v1.0.104 |
| 2762 | 2026-08-20T03:20:17.878Z | Checking camino v1.2.5 |
| 2763 | 2026-08-20T03:20:17.890Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2764 | 2026-08-20T03:20:17.982Z | Checking openapiv3 v2.2.0 |
| 2765 | 2026-08-20T03:20:18.049Z | Checking peg-runtime v0.8.5 |
| 2766 | 2026-08-20T03:20:18.129Z | Checking lalrpop-util v0.19.12 |
| 2767 | 2026-08-20T03:20:18.149Z | Checking rayon v1.11.0 |
| 2768 | 2026-08-20T03:20:18.165Z | Checking sigpipe v0.1.3 |
| 2769 | 2026-08-20T03:20:18.185Z | Checking glob v0.3.3 |
| 2770 | 2026-08-20T03:20:19.149Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2771 | 2026-08-20T03:20:19.437Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2772 | 2026-08-20T03:20:19.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.30s |
| 2773 | 2026-08-20T03:20:19.864Z | |
| 2774 | 2026-08-20T03:20:19.864Z | info: running `cargo check --bins` on internal-dns-types (80/337) |
| 2775 | 2026-08-20T03:20:20.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2776 | 2026-08-20T03:20:20.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2777 | 2026-08-20T03:20:20.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2778 | 2026-08-20T03:20:20.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2779 | 2026-08-20T03:20:20.427Z | |
| 2780 | 2026-08-20T03:20:20.427Z | info: running `cargo check --bins` on internal-dns-types-versions (81/337) |
| 2781 | 2026-08-20T03:20:20.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2026-08-20T03:20:20.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2026-08-20T03:20:20.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2784 | 2026-08-20T03:20:20.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2785 | 2026-08-20T03:20:20.993Z | |
| 2786 | 2026-08-20T03:20:20.994Z | info: running `cargo check --bins` on nexus-types-versions (82/337) |
| 2787 | 2026-08-20T03:20:21.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2026-08-20T03:20:21.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2026-08-20T03:20:21.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2790 | 2026-08-20T03:20:21.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2791 | 2026-08-20T03:20:21.567Z | |
| 2792 | 2026-08-20T03:20:21.568Z | info: running `cargo check --bins` on oxql-types (83/337) |
| 2793 | 2026-08-20T03:20:22.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2026-08-20T03:20:22.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2026-08-20T03:20:22.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2796 | 2026-08-20T03:20:22.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2797 | 2026-08-20T03:20:22.131Z | |
| 2798 | 2026-08-20T03:20:22.131Z | info: running `cargo check --bins` on oximeter-types (84/337) |
| 2799 | 2026-08-20T03:20:22.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2800 | 2026-08-20T03:20:22.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2801 | 2026-08-20T03:20:22.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2802 | 2026-08-20T03:20:22.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2803 | 2026-08-20T03:20:22.697Z | |
| 2804 | 2026-08-20T03:20:22.697Z | info: running `cargo check --bins` on oximeter-types-versions (85/337) |
| 2805 | 2026-08-20T03:20:23.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2806 | 2026-08-20T03:20:23.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2807 | 2026-08-20T03:20:23.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2808 | 2026-08-20T03:20:23.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2809 | 2026-08-20T03:20:23.264Z | |
| 2810 | 2026-08-20T03:20:23.264Z | info: running `cargo check --bins` on oximeter-macro-impl (86/337) |
| 2811 | 2026-08-20T03:20:23.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2812 | 2026-08-20T03:20:23.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2813 | 2026-08-20T03:20:23.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2814 | 2026-08-20T03:20:23.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2815 | 2026-08-20T03:20:23.811Z | |
| 2816 | 2026-08-20T03:20:23.811Z | info: running `cargo check --bins --no-default-features` on oximeter-db (87/337) |
| 2817 | 2026-08-20T03:20:24.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2818 | 2026-08-20T03:20:24.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2819 | 2026-08-20T03:20:24.486Z | Compiling multer v3.1.0 |
| 2820 | 2026-08-20T03:20:24.489Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2821 | 2026-08-20T03:20:24.489Z | Compiling async-stream-impl v0.3.6 |
| 2822 | 2026-08-20T03:20:24.620Z | Compiling dropshot v0.17.1 |
| 2823 | 2026-08-20T03:20:24.633Z | Compiling parse-display-derive v0.10.0 |
| 2824 | 2026-08-20T03:20:24.645Z | Compiling newtype-uuid-macros v0.1.0 |
| 2825 | 2026-08-20T03:20:24.645Z | Compiling dropshot_endpoint v0.17.1 |
| 2826 | 2026-08-20T03:20:24.674Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2827 | 2026-08-20T03:20:24.813Z | Checking thread_local v1.1.9 |
| 2828 | 2026-08-20T03:20:24.837Z | Checking match_cfg v0.1.0 |
| 2829 | 2026-08-20T03:20:24.909Z | Checking compression-core v0.4.31 |
| 2830 | 2026-08-20T03:20:25.004Z | Checking hostname v0.3.1 |
| 2831 | 2026-08-20T03:20:25.004Z | Checking crossbeam-channel v0.5.15 |
| 2832 | 2026-08-20T03:20:25.040Z | Checking compression-codecs v0.4.37 |
| 2833 | 2026-08-20T03:20:25.064Z | Checking atomicwrites v0.4.4 |
| 2834 | 2026-08-20T03:20:25.104Z | Checking slog-json v2.6.1 |
| 2835 | 2026-08-20T03:20:25.172Z | Checking is-terminal v0.4.17 |
| 2836 | 2026-08-20T03:20:25.186Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2837 | 2026-08-20T03:20:25.203Z | Checking serde_spanned v1.1.1 |
| 2838 | 2026-08-20T03:20:25.254Z | Checking take_mut v0.2.2 |
| 2839 | 2026-08-20T03:20:25.267Z | Checking debug-ignore v1.0.5 |
| 2840 | 2026-08-20T03:20:25.398Z | Checking term v1.2.1 |
| 2841 | 2026-08-20T03:20:25.405Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2842 | 2026-08-20T03:20:25.405Z | Checking slog-async v2.8.0 |
| 2843 | 2026-08-20T03:20:25.405Z | Checking slog-bunyan v2.5.0 |
| 2844 | 2026-08-20T03:20:25.405Z | Checking async-compression v0.4.41 |
| 2845 | 2026-08-20T03:20:25.405Z | Checking async-stream v0.3.6 |
| 2846 | 2026-08-20T03:20:25.476Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2847 | 2026-08-20T03:20:25.510Z | Checking toml v1.1.2+spec-1.1.0 |
| 2848 | 2026-08-20T03:20:25.523Z | Checking progenitor-client v0.14.0 |
| 2849 | 2026-08-20T03:20:25.535Z | Checking sha1 v0.11.0 |
| 2850 | 2026-08-20T03:20:25.548Z | Checking slog-term v2.9.2 |
| 2851 | 2026-08-20T03:20:25.625Z | Checking waitgroup v0.1.2 |
| 2852 | 2026-08-20T03:20:25.734Z | Checking rustls-pemfile v2.2.0 |
| 2853 | 2026-08-20T03:20:25.747Z | Checking backon v1.6.0 |
| 2854 | 2026-08-20T03:20:25.763Z | Checking serde_path_to_error v0.1.20 |
| 2855 | 2026-08-20T03:20:25.809Z | Checking hostname v0.4.2 |
| 2856 | 2026-08-20T03:20:25.823Z | Checking instant v0.1.13 |
| 2857 | 2026-08-20T03:20:25.902Z | Checking progenitor-extras v0.2.0 |
| 2858 | 2026-08-20T03:20:25.902Z | Checking backoff v0.4.0 |
| 2859 | 2026-08-20T03:20:26.056Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2860 | 2026-08-20T03:20:26.071Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2861 | 2026-08-20T03:20:26.097Z | Checking regress v0.10.5 |
| 2862 | 2026-08-20T03:20:26.111Z | Checking itertools v0.14.0 |
| 2863 | 2026-08-20T03:20:26.258Z | Checking macaddr v1.0.1 |
| 2864 | 2026-08-20T03:20:26.290Z | Checking parse-display v0.10.0 |
| 2865 | 2026-08-20T03:20:26.424Z | Checking humantime v2.3.0 |
| 2866 | 2026-08-20T03:20:27.220Z | Compiling prettyplease v0.2.37 |
| 2867 | 2026-08-20T03:20:27.486Z | Checking num-rational v0.4.2 |
| 2868 | 2026-08-20T03:20:27.760Z | Checking num-complex v0.4.6 |
| 2869 | 2026-08-20T03:20:28.206Z | Compiling num v0.4.3 |
| 2870 | 2026-08-20T03:20:28.276Z | Compiling usdt-attr-macro v0.5.0 |
| 2871 | 2026-08-20T03:20:28.301Z | Compiling usdt-macro v0.5.0 |
| 2872 | 2026-08-20T03:20:28.340Z | Checking memmap v0.7.0 |
| 2873 | 2026-08-20T03:20:28.353Z | Checking float-ord v0.3.2 |
| 2874 | 2026-08-20T03:20:28.366Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2875 | 2026-08-20T03:20:28.467Z | Compiling convert_case v0.4.0 |
| 2876 | 2026-08-20T03:20:28.738Z | Checking newline-converter v0.3.0 |
| 2877 | 2026-08-20T03:20:28.832Z | Compiling derive_more v0.99.20 |
| 2878 | 2026-08-20T03:20:28.846Z | Checking console v0.15.11 |
| 2879 | 2026-08-20T03:20:29.015Z | Compiling toml v0.8.23 |
| 2880 | 2026-08-20T03:20:29.059Z | Checking usdt v0.5.0 |
| 2881 | 2026-08-20T03:20:29.122Z | Compiling minimal-lexical v0.2.1 |
| 2882 | 2026-08-20T03:20:29.228Z | Checking linked-hash-map v0.5.6 |
| 2883 | 2026-08-20T03:20:29.375Z | Compiling nom v7.1.3 |
| 2884 | 2026-08-20T03:20:29.398Z | Checking lru-cache v0.1.2 |
| 2885 | 2026-08-20T03:20:29.516Z | Checking expectorate v1.2.0 |
| 2886 | 2026-08-20T03:20:29.693Z | Checking camino-tempfile v1.4.1 |
| 2887 | 2026-08-20T03:20:29.855Z | Checking hickory-proto v0.24.4 |
| 2888 | 2026-08-20T03:20:29.963Z | Checking phf_shared v0.12.1 |
| 2889 | 2026-08-20T03:20:30.104Z | Compiling slog-dtrace v0.3.0 |
| 2890 | 2026-08-20T03:20:30.118Z | Compiling unicode-xid v0.2.6 |
| 2891 | 2026-08-20T03:20:30.292Z | Checking resolv-conf v0.7.6 |
| 2892 | 2026-08-20T03:20:30.474Z | Compiling chrono-tz v0.10.4 |
| 2893 | 2026-08-20T03:20:30.576Z | Checking heck v0.5.0 |
| 2894 | 2026-08-20T03:20:30.733Z | Compiling const_format_proc_macros v0.2.34 |
| 2895 | 2026-08-20T03:20:30.756Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2896 | 2026-08-20T03:20:30.769Z | Checking phf v0.12.1 |
| 2897 | 2026-08-20T03:20:30.910Z | Checking tokio-dtrace v0.1.1 |
| 2898 | 2026-08-20T03:20:31.179Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2899 | 2026-08-20T03:20:31.192Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2900 | 2026-08-20T03:20:31.231Z | Compiling derive-where v1.6.0 |
| 2901 | 2026-08-20T03:20:31.393Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2902 | 2026-08-20T03:20:31.554Z | Checking highway v1.3.0 |
| 2903 | 2026-08-20T03:20:31.707Z | Checking hickory-resolver v0.24.4 |
| 2904 | 2026-08-20T03:20:31.789Z | Checking const_format v0.2.35 |
| 2905 | 2026-08-20T03:20:32.017Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2906 | 2026-08-20T03:20:32.460Z | Checking oxide-tokio-rt v0.1.4 |
| 2907 | 2026-08-20T03:20:32.541Z | Checking qorb v0.4.1 |
| 2908 | 2026-08-20T03:20:32.738Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2909 | 2026-08-20T03:20:32.857Z | Checking gethostname v0.5.0 |
| 2910 | 2026-08-20T03:20:32.874Z | Checking bcs v0.1.6 |
| 2911 | 2026-08-20T03:20:32.905Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2912 | 2026-08-20T03:20:32.922Z | Checking termtree v0.5.1 |
| 2913 | 2026-08-20T03:20:33.011Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2914 | 2026-08-20T03:20:33.011Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2915 | 2026-08-20T03:20:36.004Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2916 | 2026-08-20T03:20:39.084Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2917 | 2026-08-20T03:20:41.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.48s |
| 2918 | 2026-08-20T03:20:41.473Z | |
| 2919 | 2026-08-20T03:20:41.473Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337) |
| 2920 | 2026-08-20T03:20:41.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2026-08-20T03:20:41.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2026-08-20T03:20:42.149Z | Compiling ar_archive_writer v0.5.1 |
| 2923 | 2026-08-20T03:20:42.259Z | Compiling stacker v0.1.23 |
| 2924 | 2026-08-20T03:20:42.265Z | Compiling cfg_aliases v0.1.1 |
| 2925 | 2026-08-20T03:20:42.271Z | Compiling convert_case v0.10.0 |
| 2926 | 2026-08-20T03:20:42.282Z | Compiling proc-macro-error v1.0.4 |
| 2927 | 2026-08-20T03:20:42.289Z | Checking fd-lock v4.0.4 |
| 2928 | 2026-08-20T03:20:42.292Z | Checking nibble_vec v0.1.0 |
| 2929 | 2026-08-20T03:20:42.292Z | Checking vte v0.14.1 |
| 2930 | 2026-08-20T03:20:42.321Z | Compiling nix v0.28.0 |
| 2931 | 2026-08-20T03:20:42.393Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2932 | 2026-08-20T03:20:42.421Z | Checking endian-type v0.1.2 |
| 2933 | 2026-08-20T03:20:42.436Z | Checking bytecount v0.6.9 |
| 2934 | 2026-08-20T03:20:42.506Z | Checking strip-ansi-escapes v0.2.1 |
| 2935 | 2026-08-20T03:20:42.532Z | Checking papergrid v0.11.0 |
| 2936 | 2026-08-20T03:20:42.545Z | Checking radix_trie v0.2.1 |
| 2937 | 2026-08-20T03:20:42.559Z | Compiling derive_more-impl v2.1.1 |
| 2938 | 2026-08-20T03:20:42.563Z | Compiling tabled_derive v0.7.0 |
| 2939 | 2026-08-20T03:20:42.605Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2940 | 2026-08-20T03:20:42.748Z | Compiling peg-macros v0.8.5 |
| 2941 | 2026-08-20T03:20:42.809Z | Checking winnow v0.6.26 |
| 2942 | 2026-08-20T03:20:43.065Z | Compiling psm v0.1.30 |
| 2943 | 2026-08-20T03:20:43.078Z | Compiling sqlparser_derive v0.5.0 |
| 2944 | 2026-08-20T03:20:43.122Z | Checking unicode_categories v0.1.1 |
| 2945 | 2026-08-20T03:20:43.273Z | Checking home v0.5.12 |
| 2946 | 2026-08-20T03:20:43.346Z | Checking derive_more v2.1.1 |
| 2947 | 2026-08-20T03:20:43.375Z | Checking nu-ansi-term v0.50.3 |
| 2948 | 2026-08-20T03:20:43.423Z | Checking crossterm v0.29.0 |
| 2949 | 2026-08-20T03:20:43.510Z | Checking tabled v0.15.0 |
| 2950 | 2026-08-20T03:20:43.581Z | Checking rustyline v14.0.0 |
| 2951 | 2026-08-20T03:20:43.587Z | Checking reedline v0.40.0 |
| 2952 | 2026-08-20T03:20:43.814Z | Checking recursive v0.1.1 |
| 2953 | 2026-08-20T03:20:43.848Z | Checking display-error-chain v0.2.2 |
| 2954 | 2026-08-20T03:20:43.904Z | Checking sqlparser v0.61.0 |
| 2955 | 2026-08-20T03:20:43.948Z | Checking sqlformat v0.3.5 |
| 2956 | 2026-08-20T03:20:44.070Z | Checking peg v0.8.5 |
| 2957 | 2026-08-20T03:20:55.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s |
| 2958 | 2026-08-20T03:20:55.313Z | |
| 2959 | 2026-08-20T03:20:55.313Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337) |
| 2960 | 2026-08-20T03:20:55.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2961 | 2026-08-20T03:20:55.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2962 | 2026-08-20T03:20:55.986Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2963 | 2026-08-20T03:20:59.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 2964 | 2026-08-20T03:20:59.684Z | |
| 2965 | 2026-08-20T03:20:59.684Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337) |
| 2966 | 2026-08-20T03:21:00.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2967 | 2026-08-20T03:21:00.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2968 | 2026-08-20T03:21:00.343Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2969 | 2026-08-20T03:21:02.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 2970 | 2026-08-20T03:21:03.055Z | |
| 2971 | 2026-08-20T03:21:03.055Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337) |
| 2972 | 2026-08-20T03:21:03.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2973 | 2026-08-20T03:21:03.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2974 | 2026-08-20T03:21:03.712Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2975 | 2026-08-20T03:21:07.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
| 2976 | 2026-08-20T03:21:07.212Z | |
| 2977 | 2026-08-20T03:21:07.212Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337) |
| 2978 | 2026-08-20T03:21:07.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2979 | 2026-08-20T03:21:07.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2980 | 2026-08-20T03:21:07.880Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2981 | 2026-08-20T03:21:11.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
| 2982 | 2026-08-20T03:21:11.400Z | |
| 2983 | 2026-08-20T03:21:11.400Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337) |
| 2984 | 2026-08-20T03:21:11.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2985 | 2026-08-20T03:21:11.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2986 | 2026-08-20T03:21:12.072Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2987 | 2026-08-20T03:21:14.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
| 2988 | 2026-08-20T03:21:14.963Z | |
| 2989 | 2026-08-20T03:21:14.970Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337) |
| 2990 | 2026-08-20T03:21:15.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2991 | 2026-08-20T03:21:15.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2992 | 2026-08-20T03:21:15.596Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2993 | 2026-08-20T03:21:18.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
| 2994 | 2026-08-20T03:21:18.439Z | |
| 2995 | 2026-08-20T03:21:18.439Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337) |
| 2996 | 2026-08-20T03:21:18.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2997 | 2026-08-20T03:21:18.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2998 | 2026-08-20T03:21:19.111Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2999 | 2026-08-20T03:21:22.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 3000 | 2026-08-20T03:21:22.977Z | |
| 3001 | 2026-08-20T03:21:22.977Z | info: running `cargo check --bins` on oximeter (96/337) |
| 3002 | 2026-08-20T03:21:23.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3003 | 2026-08-20T03:21:23.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3004 | 2026-08-20T03:21:23.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3005 | 2026-08-20T03:21:23.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3006 | 2026-08-20T03:21:23.368Z | |
| 3007 | 2026-08-20T03:21:23.368Z | info: running `cargo check --bins` on oximeter-schema (97/337) |
| 3008 | 2026-08-20T03:21:23.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3009 | 2026-08-20T03:21:23.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3010 | 2026-08-20T03:21:23.993Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3011 | 2026-08-20T03:21:24.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3012 | 2026-08-20T03:21:24.534Z | |
| 3013 | 2026-08-20T03:21:24.534Z | info: running `cargo check --bins` on oximeter-timeseries-macro (98/337) |
| 3014 | 2026-08-20T03:21:25.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3015 | 2026-08-20T03:21:25.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3016 | 2026-08-20T03:21:25.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3017 | 2026-08-20T03:21:25.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3018 | 2026-08-20T03:21:25.110Z | |
| 3019 | 2026-08-20T03:21:25.110Z | info: running `cargo check --bins` on oximeter-test-utils (99/337) |
| 3020 | 2026-08-20T03:21:25.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3021 | 2026-08-20T03:21:25.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3022 | 2026-08-20T03:21:25.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3023 | 2026-08-20T03:21:25.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3024 | 2026-08-20T03:21:25.892Z | |
| 3025 | 2026-08-20T03:21:25.892Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337) |
| 3026 | 2026-08-20T03:21:26.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2026-08-20T03:21:26.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2026-08-20T03:21:26.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2026-08-20T03:21:26.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3030 | 2026-08-20T03:21:26.327Z | |
| 3031 | 2026-08-20T03:21:26.327Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337) |
| 3032 | 2026-08-20T03:21:26.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2026-08-20T03:21:26.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2026-08-20T03:21:26.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2026-08-20T03:21:26.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3036 | 2026-08-20T03:21:26.895Z | |
| 3037 | 2026-08-20T03:21:26.895Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337) |
| 3038 | 2026-08-20T03:21:27.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2026-08-20T03:21:27.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2026-08-20T03:21:27.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2026-08-20T03:21:27.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3042 | 2026-08-20T03:21:27.461Z | |
| 3043 | 2026-08-20T03:21:27.461Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337) |
| 3044 | 2026-08-20T03:21:27.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-08-20T03:21:32.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-08-20T03:21:32.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-08-20T03:21:32.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3048 | 2026-08-20T03:21:32.214Z | |
| 3049 | 2026-08-20T03:21:32.214Z | info: running `cargo check --bins` on trust-quorum-test-utils (104/337) |
| 3050 | 2026-08-20T03:21:32.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-08-20T03:21:32.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-08-20T03:21:32.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-08-20T03:21:32.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3054 | 2026-08-20T03:21:32.215Z | |
| 3055 | 2026-08-20T03:21:32.215Z | info: running `cargo check --bins` on reconfigurator-cli (105/337) |
| 3056 | 2026-08-20T03:21:32.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-08-20T03:21:32.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-08-20T03:21:32.216Z | Compiling crucible-workspace-hack v0.1.0 |
| 3059 | 2026-08-20T03:21:32.216Z | Compiling regress v0.11.1 |
| 3060 | 2026-08-20T03:21:32.216Z | Checking secrecy v0.10.3 |
| 3061 | 2026-08-20T03:21:32.216Z | Checking half v2.7.1 |
| 3062 | 2026-08-20T03:21:32.216Z | Checking ciborium-io v0.2.2 |
| 3063 | 2026-08-20T03:21:32.216Z | Checking inout v0.1.4 |
| 3064 | 2026-08-20T03:21:32.216Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3065 | 2026-08-20T03:21:32.216Z | Checking universal-hash v0.5.1 |
| 3066 | 2026-08-20T03:21:32.216Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3067 | 2026-08-20T03:21:32.216Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3068 | 2026-08-20T03:21:32.216Z | Checking cipher v0.4.4 |
| 3069 | 2026-08-20T03:21:32.216Z | Checking opaque-debug v0.3.1 |
| 3070 | 2026-08-20T03:21:32.216Z | Checking poly1305 v0.8.0 |
| 3071 | 2026-08-20T03:21:32.216Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3072 | 2026-08-20T03:21:32.216Z | Checking ciborium-ll v0.2.2 |
| 3073 | 2026-08-20T03:21:32.216Z | Checking chacha20 v0.9.1 |
| 3074 | 2026-08-20T03:21:32.217Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3075 | 2026-08-20T03:21:32.217Z | Checking ciborium v0.2.2 |
| 3076 | 2026-08-20T03:21:32.217Z | Checking password-hash v0.5.0 |
| 3077 | 2026-08-20T03:21:32.217Z | Checking blake2 v0.10.6 |
| 3078 | 2026-08-20T03:21:32.217Z | Checking aead v0.5.2 |
| 3079 | 2026-08-20T03:21:32.217Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3080 | 2026-08-20T03:21:32.217Z | Checking indent_write v2.2.0 |
| 3081 | 2026-08-20T03:21:32.217Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3082 | 2026-08-20T03:21:32.217Z | Checking argon2 v0.5.3 |
| 3083 | 2026-08-20T03:21:32.217Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3084 | 2026-08-20T03:21:32.217Z | Checking chacha20poly1305 v0.10.1 |
| 3085 | 2026-08-20T03:21:32.217Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3086 | 2026-08-20T03:21:32.217Z | Compiling unsafe-libyaml v0.2.11 |
| 3087 | 2026-08-20T03:21:32.217Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3088 | 2026-08-20T03:21:32.217Z | Checking thiserror-no-std v2.0.2 |
| 3089 | 2026-08-20T03:21:32.217Z | Compiling heapless v0.8.0 |
| 3090 | 2026-08-20T03:21:32.217Z | Checking vsss-rs v3.3.4 |
| 3091 | 2026-08-20T03:21:32.217Z | Compiling typify-impl v0.6.2 |
| 3092 | 2026-08-20T03:21:32.217Z | Compiling serde_yaml v0.9.34+deprecated |
| 3093 | 2026-08-20T03:21:32.218Z | Compiling proc-macro-crate v3.4.0 |
| 3094 | 2026-08-20T03:21:32.218Z | Compiling ingot-macros v0.2.0 |
| 3095 | 2026-08-20T03:21:32.218Z | Compiling num_enum_derive v0.7.6 |
| 3096 | 2026-08-20T03:21:32.218Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3097 | 2026-08-20T03:21:32.218Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3098 | 2026-08-20T03:21:32.218Z | Checking hash32 v0.3.1 |
| 3099 | 2026-08-20T03:21:32.311Z | Compiling smoltcp v0.11.0 |
| 3100 | 2026-08-20T03:21:32.686Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3101 | 2026-08-20T03:21:32.697Z | Checking tabwriter v1.4.1 |
| 3102 | 2026-08-20T03:21:32.735Z | Checking cobs v0.3.0 |
| 3103 | 2026-08-20T03:21:32.751Z | Checking swrite v0.1.0 |
| 3104 | 2026-08-20T03:21:32.786Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3105 | 2026-08-20T03:21:32.844Z | Compiling proc-macro-crate v1.3.1 |
| 3106 | 2026-08-20T03:21:32.878Z | Checking num_enum v0.7.6 |
| 3107 | 2026-08-20T03:21:32.882Z | Checking postcard v1.1.3 |
| 3108 | 2026-08-20T03:21:32.993Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3109 | 2026-08-20T03:21:33.007Z | Compiling foreign-types-macros v0.2.3 |
| 3110 | 2026-08-20T03:21:33.154Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3111 | 2026-08-20T03:21:33.184Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3112 | 2026-08-20T03:21:33.199Z | Checking foreign-types-shared v0.3.1 |
| 3113 | 2026-08-20T03:21:33.250Z | Checking colored v3.1.1 |
| 3114 | 2026-08-20T03:21:33.288Z | Compiling num_enum_derive v0.5.11 |
| 3115 | 2026-08-20T03:21:33.527Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3116 | 2026-08-20T03:21:33.560Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3117 | 2026-08-20T03:21:33.598Z | Checking foreign-types v0.5.0 |
| 3118 | 2026-08-20T03:21:33.680Z | Checking cstr-argument v0.1.2 |
| 3119 | 2026-08-20T03:21:33.804Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3120 | 2026-08-20T03:21:33.960Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3121 | 2026-08-20T03:21:34.010Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3122 | 2026-08-20T03:21:34.025Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3123 | 2026-08-20T03:21:34.068Z | Checking rand v0.10.1 |
| 3124 | 2026-08-20T03:21:34.136Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3125 | 2026-08-20T03:21:34.179Z | Compiling zone_cfg_derive v0.3.1 |
| 3126 | 2026-08-20T03:21:34.194Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3127 | 2026-08-20T03:21:34.308Z | Checking num_enum v0.5.11 |
| 3128 | 2026-08-20T03:21:34.324Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3129 | 2026-08-20T03:21:34.422Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3130 | 2026-08-20T03:21:34.457Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3131 | 2026-08-20T03:21:34.473Z | Checking ingot-types v0.2.0 |
| 3132 | 2026-08-20T03:21:34.593Z | Checking itertools v0.12.1 |
| 3133 | 2026-08-20T03:21:34.631Z | Compiling num-derive v0.4.2 |
| 3134 | 2026-08-20T03:21:34.827Z | Compiling semver v0.1.20 |
| 3135 | 2026-08-20T03:21:34.849Z | Checking ingot v0.2.1 |
| 3136 | 2026-08-20T03:21:35.120Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3137 | 2026-08-20T03:21:35.328Z | Compiling rustc_version v0.1.7 |
| 3138 | 2026-08-20T03:21:35.396Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3139 | 2026-08-20T03:21:35.550Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3140 | 2026-08-20T03:21:35.579Z | Checking smf v0.2.3 |
| 3141 | 2026-08-20T03:21:35.609Z | Compiling typify-macro v0.6.2 |
| 3142 | 2026-08-20T03:21:35.624Z | Checking zone v0.3.1 |
| 3143 | 2026-08-20T03:21:35.763Z | Checking nom v8.0.0 |
| 3144 | 2026-08-20T03:21:35.821Z | Checking csv-core v0.1.13 |
| 3145 | 2026-08-20T03:21:35.837Z | Checking whoami v1.6.1 |
| 3146 | 2026-08-20T03:21:35.924Z | Compiling newtype_derive v0.1.6 |
| 3147 | 2026-08-20T03:21:36.002Z | Checking csv v1.4.0 |
| 3148 | 2026-08-20T03:21:36.017Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3149 | 2026-08-20T03:21:36.052Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3150 | 2026-08-20T03:21:36.118Z | Compiling cancel-safe-futures v0.1.5 |
| 3151 | 2026-08-20T03:21:36.199Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3152 | 2026-08-20T03:21:36.297Z | Compiling libefi-sys v0.1.0 |
| 3153 | 2026-08-20T03:21:36.371Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3154 | 2026-08-20T03:21:36.546Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3155 | 2026-08-20T03:21:36.563Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3156 | 2026-08-20T03:21:36.593Z | Checking oxide-update-engine-types v0.1.2 |
| 3157 | 2026-08-20T03:21:36.624Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3158 | 2026-08-20T03:21:36.759Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3159 | 2026-08-20T03:21:36.795Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3160 | 2026-08-20T03:21:36.976Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3161 | 2026-08-20T03:21:37.070Z | Compiling bitfield-struct v0.6.2 |
| 3162 | 2026-08-20T03:21:37.109Z | Checking linear-map v1.2.0 |
| 3163 | 2026-08-20T03:21:37.288Z | Checking steno v0.4.1 |
| 3164 | 2026-08-20T03:21:37.355Z | Compiling typify v0.6.2 |
| 3165 | 2026-08-20T03:21:37.455Z | Compiling progenitor-impl v0.14.0 |
| 3166 | 2026-08-20T03:21:37.486Z | Checking oxide-update-engine v0.1.2 |
| 3167 | 2026-08-20T03:21:37.654Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3168 | 2026-08-20T03:21:37.708Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3169 | 2026-08-20T03:21:37.724Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3170 | 2026-08-20T03:21:37.948Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3171 | 2026-08-20T03:21:38.088Z | Checking sha1 v0.10.6 |
| 3172 | 2026-08-20T03:21:38.113Z | Checking utf-8 v0.7.6 |
| 3173 | 2026-08-20T03:21:38.254Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3174 | 2026-08-20T03:21:38.268Z | Checking tungstenite v0.21.0 |
| 3175 | 2026-08-20T03:21:38.283Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3176 | 2026-08-20T03:21:38.331Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3177 | 2026-08-20T03:21:38.434Z | Checking ignore v0.4.25 |
| 3178 | 2026-08-20T03:21:38.478Z | Checking anstyle-parse v0.2.7 |
| 3179 | 2026-08-20T03:21:38.570Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3180 | 2026-08-20T03:21:38.641Z | Compiling xshell-macros v0.2.7 |
| 3181 | 2026-08-20T03:21:38.672Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3182 | 2026-08-20T03:21:38.696Z | Checking tokio-tungstenite v0.21.0 |
| 3183 | 2026-08-20T03:21:38.773Z | Checking anstream v0.6.21 |
| 3184 | 2026-08-20T03:21:38.834Z | Checking globwalk v0.9.1 |
| 3185 | 2026-08-20T03:21:38.891Z | Checking predicates-tree v1.0.13 |
| 3186 | 2026-08-20T03:21:38.976Z | Checking filetime v0.2.27 |
| 3187 | 2026-08-20T03:21:38.980Z | Checking tagptr v0.2.0 |
| 3188 | 2026-08-20T03:21:39.006Z | Checking xattr v1.6.1 |
| 3189 | 2026-08-20T03:21:39.019Z | Checking camino-tempfile-ext v0.3.3 |
| 3190 | 2026-08-20T03:21:39.022Z | Checking xshell v0.2.7 |
| 3191 | 2026-08-20T03:21:39.114Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3192 | 2026-08-20T03:21:39.130Z | Checking tar v0.4.46 |
| 3193 | 2026-08-20T03:21:39.133Z | Checking moka v0.12.13 |
| 3194 | 2026-08-20T03:21:39.210Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3195 | 2026-08-20T03:21:39.225Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3196 | 2026-08-20T03:21:39.292Z | Checking rand_seeder v0.4.0 |
| 3197 | 2026-08-20T03:21:39.345Z | Checking half v1.8.3 |
| 3198 | 2026-08-20T03:21:39.366Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3199 | 2026-08-20T03:21:39.440Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3200 | 2026-08-20T03:21:39.511Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3201 | 2026-08-20T03:21:39.545Z | Checking serde_cbor v0.11.2 |
| 3202 | 2026-08-20T03:21:39.743Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3203 | 2026-08-20T03:21:39.764Z | Checking digest-io v0.1.0 |
| 3204 | 2026-08-20T03:21:39.779Z | Checking hickory-resolver v0.25.2 |
| 3205 | 2026-08-20T03:21:39.897Z | Checking sha2 v0.11.0 |
| 3206 | 2026-08-20T03:21:39.928Z | Compiling petname v2.0.2 |
| 3207 | 2026-08-20T03:21:40.029Z | Compiling progenitor-macro v0.14.0 |
| 3208 | 2026-08-20T03:21:40.372Z | Checking rawzip v0.4.4 |
| 3209 | 2026-08-20T03:21:40.404Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3210 | 2026-08-20T03:21:40.490Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3211 | 2026-08-20T03:21:40.833Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3212 | 2026-08-20T03:21:40.837Z | Checking sapling-renderdag v0.1.0 |
| 3213 | 2026-08-20T03:21:40.964Z | Checking subprocess v0.2.15 |
| 3214 | 2026-08-20T03:21:41.018Z | Checking sync-ptr v0.1.4 |
| 3215 | 2026-08-20T03:21:41.130Z | Checking colored v2.2.0 |
| 3216 | 2026-08-20T03:21:41.145Z | Checking assert_matches v1.5.0 |
| 3217 | 2026-08-20T03:21:41.258Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3218 | 2026-08-20T03:21:41.331Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3219 | 2026-08-20T03:21:41.356Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3220 | 2026-08-20T03:21:41.405Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3221 | 2026-08-20T03:21:41.778Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3222 | 2026-08-20T03:21:42.060Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3223 | 2026-08-20T03:21:42.060Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3224 | 2026-08-20T03:21:43.188Z | Checking progenitor v0.14.0 |
| 3225 | 2026-08-20T03:21:43.324Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3226 | 2026-08-20T03:21:43.324Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3227 | 2026-08-20T03:21:43.327Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3228 | 2026-08-20T03:21:43.327Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3229 | 2026-08-20T03:21:43.327Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3230 | 2026-08-20T03:21:43.327Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3231 | 2026-08-20T03:21:43.482Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3232 | 2026-08-20T03:21:43.721Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3233 | 2026-08-20T03:21:43.847Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3234 | 2026-08-20T03:21:43.930Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3235 | 2026-08-20T03:21:44.424Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3236 | 2026-08-20T03:21:44.460Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3237 | 2026-08-20T03:21:44.764Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3238 | 2026-08-20T03:21:45.047Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3239 | 2026-08-20T03:21:45.419Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3240 | 2026-08-20T03:21:46.319Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3241 | 2026-08-20T03:21:54.945Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3242 | 2026-08-20T03:22:02.197Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3243 | 2026-08-20T03:22:02.200Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3244 | 2026-08-20T03:22:02.201Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3245 | 2026-08-20T03:22:03.691Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3246 | 2026-08-20T03:22:04.949Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3247 | 2026-08-20T03:22:07.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.56s |
| 3248 | 2026-08-20T03:22:07.393Z | |
| 3249 | 2026-08-20T03:22:07.393Z | info: running `cargo check --bins` on nexus-inventory (106/337) |
| 3250 | 2026-08-20T03:22:07.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3251 | 2026-08-20T03:22:07.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3252 | 2026-08-20T03:22:07.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3253 | 2026-08-20T03:22:07.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3254 | 2026-08-20T03:22:07.998Z | |
| 3255 | 2026-08-20T03:22:07.998Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337) |
| 3256 | 2026-08-20T03:22:08.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3257 | 2026-08-20T03:22:08.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3258 | 2026-08-20T03:22:08.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3259 | 2026-08-20T03:22:08.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3260 | 2026-08-20T03:22:08.564Z | |
| 3261 | 2026-08-20T03:22:08.564Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/337) |
| 3262 | 2026-08-20T03:22:09.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3263 | 2026-08-20T03:22:09.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3264 | 2026-08-20T03:22:09.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3265 | 2026-08-20T03:22:09.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3266 | 2026-08-20T03:22:09.134Z | |
| 3267 | 2026-08-20T03:22:09.134Z | info: running `cargo check --bins` on dns-service-client (109/337) |
| 3268 | 2026-08-20T03:22:09.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3269 | 2026-08-20T03:22:09.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3270 | 2026-08-20T03:22:09.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3271 | 2026-08-20T03:22:09.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3272 | 2026-08-20T03:22:09.711Z | |
| 3273 | 2026-08-20T03:22:09.711Z | info: running `cargo check --bins` on ntp-admin-client (110/337) |
| 3274 | 2026-08-20T03:22:10.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3275 | 2026-08-20T03:22:10.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3276 | 2026-08-20T03:22:10.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3277 | 2026-08-20T03:22:10.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3278 | 2026-08-20T03:22:10.261Z | |
| 3279 | 2026-08-20T03:22:10.261Z | info: running `cargo check --bins` on omicron-cockroach-metrics (111/337) |
| 3280 | 2026-08-20T03:22:10.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2026-08-20T03:22:10.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2026-08-20T03:22:10.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3283 | 2026-08-20T03:22:10.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3284 | 2026-08-20T03:22:10.825Z | |
| 3285 | 2026-08-20T03:22:10.825Z | info: running `cargo check --bins` on cockroach-admin-client (112/337) |
| 3286 | 2026-08-20T03:22:11.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2026-08-20T03:22:11.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2026-08-20T03:22:11.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3289 | 2026-08-20T03:22:11.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3290 | 2026-08-20T03:22:11.384Z | |
| 3291 | 2026-08-20T03:22:11.384Z | info: running `cargo check --bins` on parallel-task-set (113/337) |
| 3292 | 2026-08-20T03:22:11.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3293 | 2026-08-20T03:22:11.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3294 | 2026-08-20T03:22:11.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3295 | 2026-08-20T03:22:11.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3296 | 2026-08-20T03:22:11.945Z | |
| 3297 | 2026-08-20T03:22:11.945Z | info: running `cargo check --bins` on sled-agent-client (114/337) |
| 3298 | 2026-08-20T03:22:12.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2026-08-20T03:22:12.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2026-08-20T03:22:12.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3301 | 2026-08-20T03:22:12.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3302 | 2026-08-20T03:22:12.529Z | |
| 3303 | 2026-08-20T03:22:12.529Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337) |
| 3304 | 2026-08-20T03:22:13.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2026-08-20T03:22:13.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2026-08-20T03:22:13.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3307 | 2026-08-20T03:22:13.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3308 | 2026-08-20T03:22:13.120Z | |
| 3309 | 2026-08-20T03:22:13.120Z | info: running `cargo check --bins --no-default-features` on sled-storage (116/337) |
| 3310 | 2026-08-20T03:22:13.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3311 | 2026-08-20T03:22:13.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3312 | 2026-08-20T03:22:13.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3313 | 2026-08-20T03:22:13.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3314 | 2026-08-20T03:22:13.708Z | |
| 3315 | 2026-08-20T03:22:13.708Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337) |
| 3316 | 2026-08-20T03:22:14.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3317 | 2026-08-20T03:22:14.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3318 | 2026-08-20T03:22:14.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3319 | 2026-08-20T03:22:14.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3320 | 2026-08-20T03:22:14.301Z | |
| 3321 | 2026-08-20T03:22:14.301Z | info: running `cargo check --bins` on key-manager (118/337) |
| 3322 | 2026-08-20T03:22:14.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2026-08-20T03:22:14.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2026-08-20T03:22:14.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2026-08-20T03:22:14.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3326 | 2026-08-20T03:22:14.878Z | |
| 3327 | 2026-08-20T03:22:14.878Z | info: running `cargo check --bins --no-default-features` on sled-hardware (119/337) |
| 3328 | 2026-08-20T03:22:15.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2026-08-20T03:22:15.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2026-08-20T03:22:15.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2026-08-20T03:22:15.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3332 | 2026-08-20T03:22:15.464Z | |
| 3333 | 2026-08-20T03:22:15.464Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337) |
| 3334 | 2026-08-20T03:22:15.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2026-08-20T03:22:15.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2026-08-20T03:22:15.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2026-08-20T03:22:15.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3338 | 2026-08-20T03:22:16.058Z | |
| 3339 | 2026-08-20T03:22:16.058Z | info: running `cargo check --bins` on typed-rng (121/337) |
| 3340 | 2026-08-20T03:22:16.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2026-08-20T03:22:16.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2026-08-20T03:22:16.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2026-08-20T03:22:16.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3344 | 2026-08-20T03:22:16.614Z | |
| 3345 | 2026-08-20T03:22:16.615Z | info: running `cargo check --bins` on gateway-test-utils (122/337) |
| 3346 | 2026-08-20T03:22:17.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2026-08-20T03:22:17.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2026-08-20T03:22:17.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2026-08-20T03:22:17.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3350 | 2026-08-20T03:22:17.230Z | |
| 3351 | 2026-08-20T03:22:17.230Z | info: running `cargo check --bins` on omicron-gateway (123/337) |
| 3352 | 2026-08-20T03:22:17.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2026-08-20T03:22:17.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2026-08-20T03:22:17.962Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3355 | 2026-08-20T03:22:17.965Z | Checking void v1.0.2 |
| 3356 | 2026-08-20T03:22:17.965Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3357 | 2026-08-20T03:22:17.965Z | Checking dropshot-api-manager-types v0.8.0 |
| 3358 | 2026-08-20T03:22:17.965Z | Checking tungstenite v0.23.0 |
| 3359 | 2026-08-20T03:22:17.965Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3360 | 2026-08-20T03:22:17.965Z | Checking nix v0.27.1 |
| 3361 | 2026-08-20T03:22:18.080Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3362 | 2026-08-20T03:22:18.161Z | Checking lzss v0.8.2 |
| 3363 | 2026-08-20T03:22:18.230Z | Checking kstat-rs v0.2.5 |
| 3364 | 2026-08-20T03:22:18.283Z | Checking fxhash v0.2.1 |
| 3365 | 2026-08-20T03:22:18.336Z | Checking serde_bytes v0.11.19 |
| 3366 | 2026-08-20T03:22:18.359Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3367 | 2026-08-20T03:22:18.384Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3368 | 2026-08-20T03:22:18.397Z | Checking signal-hook-tokio v0.3.1 |
| 3369 | 2026-08-20T03:22:18.409Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3370 | 2026-08-20T03:22:18.516Z | Checking tokio-tungstenite v0.23.1 |
| 3371 | 2026-08-20T03:22:18.579Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3372 | 2026-08-20T03:22:19.639Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3373 | 2026-08-20T03:22:20.181Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3374 | 2026-08-20T03:22:22.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s |
| 3375 | 2026-08-20T03:22:22.492Z | |
| 3376 | 2026-08-20T03:22:22.492Z | info: running `cargo check --bins` on gateway-api (124/337) |
| 3377 | 2026-08-20T03:22:22.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-08-20T03:22:22.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-08-20T03:22:22.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-08-20T03:22:22.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3381 | 2026-08-20T03:22:23.062Z | |
| 3382 | 2026-08-20T03:22:23.062Z | info: running `cargo check --bins` on ipcc (125/337) |
| 3383 | 2026-08-20T03:22:23.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-08-20T03:22:23.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-08-20T03:22:23.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-08-20T03:22:23.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3387 | 2026-08-20T03:22:23.636Z | |
| 3388 | 2026-08-20T03:22:23.636Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337) |
| 3389 | 2026-08-20T03:22:24.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-08-20T03:22:24.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-08-20T03:22:24.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-08-20T03:22:24.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3393 | 2026-08-20T03:22:24.195Z | |
| 3394 | 2026-08-20T03:22:24.195Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337) |
| 3395 | 2026-08-20T03:22:24.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-08-20T03:22:24.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-08-20T03:22:24.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-08-20T03:22:24.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3399 | 2026-08-20T03:22:24.786Z | |
| 3400 | 2026-08-20T03:22:24.786Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337) |
| 3401 | 2026-08-20T03:22:25.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-08-20T03:22:25.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-08-20T03:22:25.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-08-20T03:22:25.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3405 | 2026-08-20T03:22:25.362Z | |
| 3406 | 2026-08-20T03:22:25.362Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337) |
| 3407 | 2026-08-20T03:22:25.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-08-20T03:22:25.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-08-20T03:22:25.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-08-20T03:22:25.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3411 | 2026-08-20T03:22:25.945Z | |
| 3412 | 2026-08-20T03:22:25.945Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337) |
| 3413 | 2026-08-20T03:22:26.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-08-20T03:22:26.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-08-20T03:22:26.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-08-20T03:22:26.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3417 | 2026-08-20T03:22:26.512Z | |
| 3418 | 2026-08-20T03:22:26.512Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337) |
| 3419 | 2026-08-20T03:22:27.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-08-20T03:22:27.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-08-20T03:22:27.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-08-20T03:22:27.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3423 | 2026-08-20T03:22:27.099Z | |
| 3424 | 2026-08-20T03:22:27.099Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337) |
| 3425 | 2026-08-20T03:22:27.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-08-20T03:22:27.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-08-20T03:22:27.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-08-20T03:22:27.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3429 | 2026-08-20T03:22:27.674Z | |
| 3430 | 2026-08-20T03:22:27.674Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337) |
| 3431 | 2026-08-20T03:22:28.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-08-20T03:22:28.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-08-20T03:22:28.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-08-20T03:22:28.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3435 | 2026-08-20T03:22:28.245Z | |
| 3436 | 2026-08-20T03:22:28.246Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337) |
| 3437 | 2026-08-20T03:22:28.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-08-20T03:22:28.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-08-20T03:22:28.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-08-20T03:22:28.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3441 | 2026-08-20T03:22:28.821Z | |
| 3442 | 2026-08-20T03:22:28.821Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337) |
| 3443 | 2026-08-20T03:22:29.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-08-20T03:22:29.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-08-20T03:22:29.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-08-20T03:22:29.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3447 | 2026-08-20T03:22:29.392Z | |
| 3448 | 2026-08-20T03:22:29.392Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337) |
| 3449 | 2026-08-20T03:22:29.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-08-20T03:22:29.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-08-20T03:22:29.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-08-20T03:22:29.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3453 | 2026-08-20T03:22:29.966Z | |
| 3454 | 2026-08-20T03:22:29.966Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337) |
| 3455 | 2026-08-20T03:22:30.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-08-20T03:22:30.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-08-20T03:22:30.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-08-20T03:22:30.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3459 | 2026-08-20T03:22:30.542Z | |
| 3460 | 2026-08-20T03:22:30.543Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337) |
| 3461 | 2026-08-20T03:22:31.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-08-20T03:22:31.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-08-20T03:22:31.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-08-20T03:22:31.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3465 | 2026-08-20T03:22:31.115Z | |
| 3466 | 2026-08-20T03:22:31.115Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337) |
| 3467 | 2026-08-20T03:22:31.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-08-20T03:22:31.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-08-20T03:22:31.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-08-20T03:22:31.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3471 | 2026-08-20T03:22:31.692Z | |
| 3472 | 2026-08-20T03:22:31.692Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337) |
| 3473 | 2026-08-20T03:22:32.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-08-20T03:22:32.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-08-20T03:22:32.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-08-20T03:22:32.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3477 | 2026-08-20T03:22:32.267Z | |
| 3478 | 2026-08-20T03:22:32.267Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337) |
| 3479 | 2026-08-20T03:22:32.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-08-20T03:22:32.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-08-20T03:22:32.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-08-20T03:22:32.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3483 | 2026-08-20T03:22:32.848Z | |
| 3484 | 2026-08-20T03:22:32.848Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337) |
| 3485 | 2026-08-20T03:22:33.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-08-20T03:22:33.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-08-20T03:22:33.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-08-20T03:22:33.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3489 | 2026-08-20T03:22:33.424Z | |
| 3490 | 2026-08-20T03:22:33.424Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337) |
| 3491 | 2026-08-20T03:22:33.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-08-20T03:22:33.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-08-20T03:22:33.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-08-20T03:22:33.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3495 | 2026-08-20T03:22:34.003Z | |
| 3496 | 2026-08-20T03:22:34.004Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337) |
| 3497 | 2026-08-20T03:22:34.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-08-20T03:22:34.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-08-20T03:22:34.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-08-20T03:22:34.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3501 | 2026-08-20T03:22:34.578Z | |
| 3502 | 2026-08-20T03:22:34.578Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337) |
| 3503 | 2026-08-20T03:22:35.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-08-20T03:22:35.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-08-20T03:22:35.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-08-20T03:22:35.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3507 | 2026-08-20T03:22:35.145Z | |
| 3508 | 2026-08-20T03:22:35.145Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337) |
| 3509 | 2026-08-20T03:22:35.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-08-20T03:22:35.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-08-20T03:22:35.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-08-20T03:22:35.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3513 | 2026-08-20T03:22:35.730Z | |
| 3514 | 2026-08-20T03:22:35.730Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337) |
| 3515 | 2026-08-20T03:22:36.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-08-20T03:22:36.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-08-20T03:22:36.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-08-20T03:22:36.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3519 | 2026-08-20T03:22:36.321Z | |
| 3520 | 2026-08-20T03:22:36.321Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337) |
| 3521 | 2026-08-20T03:22:36.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-08-20T03:22:36.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-08-20T03:22:36.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-08-20T03:22:36.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3525 | 2026-08-20T03:22:36.918Z | |
| 3526 | 2026-08-20T03:22:36.918Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337) |
| 3527 | 2026-08-20T03:22:37.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-08-20T03:22:37.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-08-20T03:22:37.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-08-20T03:22:37.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3531 | 2026-08-20T03:22:37.510Z | |
| 3532 | 2026-08-20T03:22:37.510Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337) |
| 3533 | 2026-08-20T03:22:38.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-08-20T03:22:38.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-08-20T03:22:38.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-08-20T03:22:38.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3537 | 2026-08-20T03:22:38.100Z | |
| 3538 | 2026-08-20T03:22:38.100Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337) |
| 3539 | 2026-08-20T03:22:38.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-08-20T03:22:38.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-08-20T03:22:38.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-08-20T03:22:38.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3543 | 2026-08-20T03:22:38.690Z | |
| 3544 | 2026-08-20T03:22:38.691Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337) |
| 3545 | 2026-08-20T03:22:39.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-08-20T03:22:39.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-08-20T03:22:39.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-08-20T03:22:39.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3549 | 2026-08-20T03:22:39.282Z | |
| 3550 | 2026-08-20T03:22:39.283Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337) |
| 3551 | 2026-08-20T03:22:39.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-08-20T03:22:39.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-08-20T03:22:39.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-08-20T03:22:39.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3555 | 2026-08-20T03:22:39.874Z | |
| 3556 | 2026-08-20T03:22:39.874Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337) |
| 3557 | 2026-08-20T03:22:40.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-08-20T03:22:40.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-08-20T03:22:40.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-08-20T03:22:40.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3561 | 2026-08-20T03:22:40.465Z | |
| 3562 | 2026-08-20T03:22:40.465Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337) |
| 3563 | 2026-08-20T03:22:40.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-08-20T03:22:40.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-08-20T03:22:40.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3566 | 2026-08-20T03:22:40.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3567 | 2026-08-20T03:22:41.058Z | |
| 3568 | 2026-08-20T03:22:41.059Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337) |
| 3569 | 2026-08-20T03:22:41.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3570 | 2026-08-20T03:22:41.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3571 | 2026-08-20T03:22:41.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3572 | 2026-08-20T03:22:41.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3573 | 2026-08-20T03:22:41.654Z | |
| 3574 | 2026-08-20T03:22:41.655Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337) |
| 3575 | 2026-08-20T03:22:42.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3576 | 2026-08-20T03:22:42.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3577 | 2026-08-20T03:22:42.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3578 | 2026-08-20T03:22:42.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3579 | 2026-08-20T03:22:42.246Z | |
| 3580 | 2026-08-20T03:22:42.247Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337) |
| 3581 | 2026-08-20T03:22:42.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3582 | 2026-08-20T03:22:42.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3583 | 2026-08-20T03:22:42.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3584 | 2026-08-20T03:22:42.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3585 | 2026-08-20T03:22:42.838Z | |
| 3586 | 2026-08-20T03:22:42.838Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337) |
| 3587 | 2026-08-20T03:22:43.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3588 | 2026-08-20T03:22:43.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3589 | 2026-08-20T03:22:43.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3590 | 2026-08-20T03:22:43.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3591 | 2026-08-20T03:22:43.430Z | |
| 3592 | 2026-08-20T03:22:43.430Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337) |
| 3593 | 2026-08-20T03:22:43.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3594 | 2026-08-20T03:22:43.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3595 | 2026-08-20T03:22:43.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3596 | 2026-08-20T03:22:43.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3597 | 2026-08-20T03:22:44.024Z | |
| 3598 | 2026-08-20T03:22:44.024Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337) |
| 3599 | 2026-08-20T03:22:44.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3600 | 2026-08-20T03:22:44.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3601 | 2026-08-20T03:22:44.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3602 | 2026-08-20T03:22:44.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3603 | 2026-08-20T03:22:44.616Z | |
| 3604 | 2026-08-20T03:22:44.616Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337) |
| 3605 | 2026-08-20T03:22:45.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2026-08-20T03:22:45.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2026-08-20T03:22:45.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3608 | 2026-08-20T03:22:45.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3609 | 2026-08-20T03:22:45.212Z | |
| 3610 | 2026-08-20T03:22:45.212Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337) |
| 3611 | 2026-08-20T03:22:45.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2026-08-20T03:22:45.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2026-08-20T03:22:45.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3614 | 2026-08-20T03:22:45.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3615 | 2026-08-20T03:22:45.807Z | |
| 3616 | 2026-08-20T03:22:45.807Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337) |
| 3617 | 2026-08-20T03:22:46.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3618 | 2026-08-20T03:22:46.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3619 | 2026-08-20T03:22:46.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3620 | 2026-08-20T03:22:46.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3621 | 2026-08-20T03:22:46.384Z | |
| 3622 | 2026-08-20T03:22:46.384Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337) |
| 3623 | 2026-08-20T03:22:46.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2026-08-20T03:22:46.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2026-08-20T03:22:46.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3626 | 2026-08-20T03:22:46.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3627 | 2026-08-20T03:22:46.959Z | |
| 3628 | 2026-08-20T03:22:46.959Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337) |
| 3629 | 2026-08-20T03:22:47.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-08-20T03:22:47.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-08-20T03:22:47.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-08-20T03:22:47.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3633 | 2026-08-20T03:22:47.536Z | |
| 3634 | 2026-08-20T03:22:47.536Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337) |
| 3635 | 2026-08-20T03:22:48.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-08-20T03:22:48.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-08-20T03:22:48.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-08-20T03:22:48.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3639 | 2026-08-20T03:22:48.113Z | |
| 3640 | 2026-08-20T03:22:48.113Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337) |
| 3641 | 2026-08-20T03:22:48.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-08-20T03:22:48.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-08-20T03:22:48.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-08-20T03:22:48.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3645 | 2026-08-20T03:22:48.687Z | |
| 3646 | 2026-08-20T03:22:48.687Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337) |
| 3647 | 2026-08-20T03:22:49.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-08-20T03:22:49.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-08-20T03:22:49.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-08-20T03:22:49.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3651 | 2026-08-20T03:22:49.263Z | |
| 3652 | 2026-08-20T03:22:49.263Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337) |
| 3653 | 2026-08-20T03:22:49.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-08-20T03:22:49.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-08-20T03:22:49.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-08-20T03:22:49.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3657 | 2026-08-20T03:22:49.838Z | |
| 3658 | 2026-08-20T03:22:49.838Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337) |
| 3659 | 2026-08-20T03:22:50.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-08-20T03:22:50.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-08-20T03:22:50.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2026-08-20T03:22:50.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3663 | 2026-08-20T03:22:50.409Z | |
| 3664 | 2026-08-20T03:22:50.409Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337) |
| 3665 | 2026-08-20T03:22:50.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-08-20T03:22:50.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-08-20T03:22:50.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2026-08-20T03:22:50.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3669 | 2026-08-20T03:22:50.985Z | |
| 3670 | 2026-08-20T03:22:50.986Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337) |
| 3671 | 2026-08-20T03:22:51.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-08-20T03:22:51.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-08-20T03:22:51.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2026-08-20T03:22:51.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3675 | 2026-08-20T03:22:51.561Z | |
| 3676 | 2026-08-20T03:22:51.561Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337) |
| 3677 | 2026-08-20T03:22:52.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-08-20T03:22:52.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-08-20T03:22:52.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2026-08-20T03:22:52.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3681 | 2026-08-20T03:22:52.134Z | |
| 3682 | 2026-08-20T03:22:52.134Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337) |
| 3683 | 2026-08-20T03:22:52.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-08-20T03:22:52.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-08-20T03:22:52.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-08-20T03:22:52.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3687 | 2026-08-20T03:22:52.708Z | |
| 3688 | 2026-08-20T03:22:52.708Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337) |
| 3689 | 2026-08-20T03:22:53.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-08-20T03:22:53.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-08-20T03:22:53.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-08-20T03:22:53.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3693 | 2026-08-20T03:22:53.285Z | |
| 3694 | 2026-08-20T03:22:53.285Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337) |
| 3695 | 2026-08-20T03:22:53.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-08-20T03:22:53.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-08-20T03:22:53.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2026-08-20T03:22:53.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3699 | 2026-08-20T03:22:53.857Z | |
| 3700 | 2026-08-20T03:22:53.857Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337) |
| 3701 | 2026-08-20T03:22:54.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2026-08-20T03:22:54.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2026-08-20T03:22:54.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3704 | 2026-08-20T03:22:54.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3705 | 2026-08-20T03:22:54.418Z | |
| 3706 | 2026-08-20T03:22:54.418Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337) |
| 3707 | 2026-08-20T03:22:54.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2026-08-20T03:22:54.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2026-08-20T03:22:54.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2026-08-20T03:22:54.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3711 | 2026-08-20T03:22:54.990Z | |
| 3712 | 2026-08-20T03:22:54.990Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337) |
| 3713 | 2026-08-20T03:22:55.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2026-08-20T03:22:55.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2026-08-20T03:22:55.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3716 | 2026-08-20T03:22:55.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3717 | 2026-08-20T03:22:55.576Z | |
| 3718 | 2026-08-20T03:22:55.576Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337) |
| 3719 | 2026-08-20T03:22:56.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2026-08-20T03:22:56.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2026-08-20T03:22:56.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3722 | 2026-08-20T03:22:56.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3723 | 2026-08-20T03:22:56.153Z | |
| 3724 | 2026-08-20T03:22:56.153Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337) |
| 3725 | 2026-08-20T03:22:56.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2026-08-20T03:22:56.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2026-08-20T03:22:56.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2026-08-20T03:22:56.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3729 | 2026-08-20T03:22:56.735Z | |
| 3730 | 2026-08-20T03:22:56.735Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337) |
| 3731 | 2026-08-20T03:22:57.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2026-08-20T03:22:57.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2026-08-20T03:22:57.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2026-08-20T03:22:57.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3735 | 2026-08-20T03:22:57.321Z | |
| 3736 | 2026-08-20T03:22:57.321Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337) |
| 3737 | 2026-08-20T03:22:57.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2026-08-20T03:22:57.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2026-08-20T03:22:57.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3740 | 2026-08-20T03:22:57.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3741 | 2026-08-20T03:22:57.908Z | |
| 3742 | 2026-08-20T03:22:57.908Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337) |
| 3743 | 2026-08-20T03:22:58.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3744 | 2026-08-20T03:22:58.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3745 | 2026-08-20T03:22:58.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3746 | 2026-08-20T03:22:58.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3747 | 2026-08-20T03:22:58.487Z | |
| 3748 | 2026-08-20T03:22:58.487Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337) |
| 3749 | 2026-08-20T03:22:58.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3750 | 2026-08-20T03:22:58.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3751 | 2026-08-20T03:22:58.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3752 | 2026-08-20T03:22:58.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3753 | 2026-08-20T03:22:59.069Z | |
| 3754 | 2026-08-20T03:22:59.069Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337) |
| 3755 | 2026-08-20T03:22:59.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3756 | 2026-08-20T03:22:59.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3757 | 2026-08-20T03:22:59.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3758 | 2026-08-20T03:22:59.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3759 | 2026-08-20T03:22:59.667Z | |
| 3760 | 2026-08-20T03:22:59.667Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337) |
| 3761 | 2026-08-20T03:23:00.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3762 | 2026-08-20T03:23:00.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3763 | 2026-08-20T03:23:00.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3764 | 2026-08-20T03:23:00.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3765 | 2026-08-20T03:23:00.233Z | |
| 3766 | 2026-08-20T03:23:00.234Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337) |
| 3767 | 2026-08-20T03:23:00.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3768 | 2026-08-20T03:23:00.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3769 | 2026-08-20T03:23:00.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3770 | 2026-08-20T03:23:00.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3771 | 2026-08-20T03:23:00.820Z | |
| 3772 | 2026-08-20T03:23:00.821Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337) |
| 3773 | 2026-08-20T03:23:01.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3774 | 2026-08-20T03:23:01.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3775 | 2026-08-20T03:23:01.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3776 | 2026-08-20T03:23:01.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3777 | 2026-08-20T03:23:01.400Z | |
| 3778 | 2026-08-20T03:23:01.400Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337) |
| 3779 | 2026-08-20T03:23:01.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3780 | 2026-08-20T03:23:02.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3781 | 2026-08-20T03:23:02.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3782 | 2026-08-20T03:23:02.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3783 | 2026-08-20T03:23:02.105Z | |
| 3784 | 2026-08-20T03:23:02.105Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337) |
| 3785 | 2026-08-20T03:23:02.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2026-08-20T03:23:02.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2026-08-20T03:23:02.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3788 | 2026-08-20T03:23:02.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3789 | 2026-08-20T03:23:02.564Z | |
| 3790 | 2026-08-20T03:23:02.564Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337) |
| 3791 | 2026-08-20T03:23:03.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3792 | 2026-08-20T03:23:03.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3793 | 2026-08-20T03:23:03.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3794 | 2026-08-20T03:23:03.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3795 | 2026-08-20T03:23:03.146Z | |
| 3796 | 2026-08-20T03:23:03.146Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337) |
| 3797 | 2026-08-20T03:23:03.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3798 | 2026-08-20T03:23:03.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3799 | 2026-08-20T03:23:03.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3800 | 2026-08-20T03:23:03.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3801 | 2026-08-20T03:23:03.729Z | |
| 3802 | 2026-08-20T03:23:03.730Z | info: running `cargo check --bins` on oximeter-producer (195/337) |
| 3803 | 2026-08-20T03:23:04.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3804 | 2026-08-20T03:23:04.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3805 | 2026-08-20T03:23:04.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3806 | 2026-08-20T03:23:04.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3807 | 2026-08-20T03:23:04.331Z | |
| 3808 | 2026-08-20T03:23:04.331Z | info: running `cargo check --bins` on internal-dns-resolver (196/337) |
| 3809 | 2026-08-20T03:23:04.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3810 | 2026-08-20T03:23:04.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3811 | 2026-08-20T03:23:04.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3812 | 2026-08-20T03:23:04.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3813 | 2026-08-20T03:23:04.906Z | |
| 3814 | 2026-08-20T03:23:04.906Z | info: running `cargo check --bins` on dns-server (197/337) |
| 3815 | 2026-08-20T03:23:05.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3816 | 2026-08-20T03:23:05.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3817 | 2026-08-20T03:23:05.544Z | Compiling parking_lot_core v0.8.6 |
| 3818 | 2026-08-20T03:23:05.544Z | Compiling git-stub v1.0.0 |
| 3819 | 2026-08-20T03:23:05.548Z | Checking prefix-trie v0.7.0 |
| 3820 | 2026-08-20T03:23:05.676Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3821 | 2026-08-20T03:23:05.776Z | Compiling git-stub-vcs v0.1.0 |
| 3822 | 2026-08-20T03:23:05.932Z | Checking hickory-server v0.25.2 |
| 3823 | 2026-08-20T03:23:06.042Z | Checking parking_lot v0.11.2 |
| 3824 | 2026-08-20T03:23:06.078Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3825 | 2026-08-20T03:23:06.208Z | Checking sled v0.34.7 |
| 3826 | 2026-08-20T03:23:08.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 3827 | 2026-08-20T03:23:08.307Z | |
| 3828 | 2026-08-20T03:23:08.307Z | info: running `cargo check --bins` on dns-server-api (198/337) |
| 3829 | 2026-08-20T03:23:08.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3830 | 2026-08-20T03:23:08.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3831 | 2026-08-20T03:23:08.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3832 | 2026-08-20T03:23:08.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3833 | 2026-08-20T03:23:08.873Z | |
| 3834 | 2026-08-20T03:23:08.873Z | info: running `cargo check --bins` on nexus-client (199/337) |
| 3835 | 2026-08-20T03:23:09.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3836 | 2026-08-20T03:23:09.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3837 | 2026-08-20T03:23:09.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3838 | 2026-08-20T03:23:09.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3839 | 2026-08-20T03:23:09.480Z | |
| 3840 | 2026-08-20T03:23:09.480Z | info: running `cargo check --bins` on oximeter-producer-api (200/337) |
| 3841 | 2026-08-20T03:23:09.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3842 | 2026-08-20T03:23:09.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3843 | 2026-08-20T03:23:09.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3844 | 2026-08-20T03:23:09.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3845 | 2026-08-20T03:23:10.054Z | |
| 3846 | 2026-08-20T03:23:10.054Z | info: running `cargo check --bins` on sp-sim (201/337) |
| 3847 | 2026-08-20T03:23:10.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3848 | 2026-08-20T03:23:10.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3849 | 2026-08-20T03:23:10.770Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3850 | 2026-08-20T03:23:11.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 3851 | 2026-08-20T03:23:11.487Z | |
| 3852 | 2026-08-20T03:23:11.487Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337) |
| 3853 | 2026-08-20T03:23:12.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3854 | 2026-08-20T03:23:12.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3855 | 2026-08-20T03:23:12.304Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3856 | 2026-08-20T03:23:12.433Z | Compiling hashbrown v0.14.5 |
| 3857 | 2026-08-20T03:23:12.433Z | Compiling rfc6979 v0.4.0 |
| 3858 | 2026-08-20T03:23:12.441Z | Compiling salty v0.3.0 |
| 3859 | 2026-08-20T03:23:12.459Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3860 | 2026-08-20T03:23:12.470Z | Compiling primeorder v0.13.6 |
| 3861 | 2026-08-20T03:23:12.538Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3862 | 2026-08-20T03:23:12.557Z | Compiling ecdsa v0.16.9 |
| 3863 | 2026-08-20T03:23:12.616Z | Compiling sha1 v0.10.6 |
| 3864 | 2026-08-20T03:23:12.734Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3865 | 2026-08-20T03:23:12.797Z | Compiling proc-macro-error2 v2.0.1 |
| 3866 | 2026-08-20T03:23:12.917Z | Compiling chumsky v0.9.3 |
| 3867 | 2026-08-20T03:23:12.934Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3868 | 2026-08-20T03:23:12.953Z | Compiling p384 v0.13.1 |
| 3869 | 2026-08-20T03:23:12.979Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3870 | 2026-08-20T03:23:13.107Z | Compiling knus-derive v3.4.0 |
| 3871 | 2026-08-20T03:23:13.143Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3872 | 2026-08-20T03:23:13.185Z | Checking libscf-sys v1.2.0 |
| 3873 | 2026-08-20T03:23:13.220Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3874 | 2026-08-20T03:23:13.313Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3875 | 2026-08-20T03:23:13.493Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3876 | 2026-08-20T03:23:13.519Z | Checking corncobs v0.1.4 |
| 3877 | 2026-08-20T03:23:13.619Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3878 | 2026-08-20T03:23:13.719Z | Checking papergrid v0.18.0 |
| 3879 | 2026-08-20T03:23:13.723Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3880 | 2026-08-20T03:23:13.724Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3881 | 2026-08-20T03:23:13.724Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3882 | 2026-08-20T03:23:13.862Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3883 | 2026-08-20T03:23:13.912Z | Checking secrecy v0.8.0 |
| 3884 | 2026-08-20T03:23:13.939Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3885 | 2026-08-20T03:23:13.966Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3886 | 2026-08-20T03:23:14.114Z | Compiling unicase v2.9.0 |
| 3887 | 2026-08-20T03:23:14.165Z | Compiling progenitor-impl v0.13.0 |
| 3888 | 2026-08-20T03:23:14.179Z | Checking crc8 v0.1.1 |
| 3889 | 2026-08-20T03:23:14.192Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3890 | 2026-08-20T03:23:14.313Z | Compiling mime_guess v2.0.5 |
| 3891 | 2026-08-20T03:23:14.393Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3892 | 2026-08-20T03:23:14.407Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3893 | 2026-08-20T03:23:14.425Z | Checking tabled v0.21.0 |
| 3894 | 2026-08-20T03:23:14.477Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3895 | 2026-08-20T03:23:14.492Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3896 | 2026-08-20T03:23:14.557Z | Compiling knus v3.4.0 |
| 3897 | 2026-08-20T03:23:15.057Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3898 | 2026-08-20T03:23:15.273Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3899 | 2026-08-20T03:23:15.348Z | Checking progenitor-client v0.13.0 |
| 3900 | 2026-08-20T03:23:15.460Z | Checking http-range v0.1.5 |
| 3901 | 2026-08-20T03:23:15.668Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3902 | 2026-08-20T03:23:15.677Z | Checking illumos-nvpair v0.3.0 |
| 3903 | 2026-08-20T03:23:15.763Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3904 | 2026-08-20T03:23:15.779Z | Checking scuffle v0.1.0 |
| 3905 | 2026-08-20T03:23:15.808Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3906 | 2026-08-20T03:23:15.955Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3907 | 2026-08-20T03:23:16.349Z | Checking nanorand v0.7.0 |
| 3908 | 2026-08-20T03:23:16.353Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3909 | 2026-08-20T03:23:16.546Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3910 | 2026-08-20T03:23:16.568Z | Checking flume v0.11.1 |
| 3911 | 2026-08-20T03:23:16.699Z | Checking hyper-staticfile v0.10.1 |
| 3912 | 2026-08-20T03:23:16.713Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3913 | 2026-08-20T03:23:16.748Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3914 | 2026-08-20T03:23:16.762Z | Compiling progenitor-macro v0.13.0 |
| 3915 | 2026-08-20T03:23:16.799Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3916 | 2026-08-20T03:23:16.910Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3917 | 2026-08-20T03:23:16.984Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3918 | 2026-08-20T03:23:17.155Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3919 | 2026-08-20T03:23:17.171Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3920 | 2026-08-20T03:23:17.245Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3921 | 2026-08-20T03:23:17.369Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3922 | 2026-08-20T03:23:17.574Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3923 | 2026-08-20T03:23:17.673Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3924 | 2026-08-20T03:23:17.728Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3925 | 2026-08-20T03:23:19.127Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3926 | 2026-08-20T03:23:20.067Z | Checking progenitor v0.13.0 |
| 3927 | 2026-08-20T03:23:20.185Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3928 | 2026-08-20T03:23:21.123Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3929 | 2026-08-20T03:23:22.167Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3930 | 2026-08-20T03:23:22.456Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3931 | 2026-08-20T03:23:22.744Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3932 | 2026-08-20T03:23:22.747Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3933 | 2026-08-20T03:23:36.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.58s |
| 3934 | 2026-08-20T03:23:36.084Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3935 | 2026-08-20T03:23:36.084Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3936 | 2026-08-20T03:23:36.279Z | |
| 3937 | 2026-08-20T03:23:36.279Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337) |
| 3938 | 2026-08-20T03:23:36.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-08-20T03:23:36.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-08-20T03:23:37.057Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3941 | 2026-08-20T03:23:47.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3942 | 2026-08-20T03:23:47.643Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3943 | 2026-08-20T03:23:47.643Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3944 | 2026-08-20T03:23:47.838Z | |
| 3945 | 2026-08-20T03:23:47.838Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337) |
| 3946 | 2026-08-20T03:23:48.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3947 | 2026-08-20T03:23:48.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3948 | 2026-08-20T03:23:48.604Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3949 | 2026-08-20T03:23:59.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s |
| 3950 | 2026-08-20T03:23:59.156Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3951 | 2026-08-20T03:23:59.156Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3952 | 2026-08-20T03:23:59.346Z | |
| 3953 | 2026-08-20T03:23:59.346Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337) |
| 3954 | 2026-08-20T03:23:59.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3955 | 2026-08-20T03:23:59.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3956 | 2026-08-20T03:24:00.115Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3957 | 2026-08-20T03:24:10.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s |
| 3958 | 2026-08-20T03:24:10.745Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3959 | 2026-08-20T03:24:10.745Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3960 | 2026-08-20T03:24:10.917Z | |
| 3961 | 2026-08-20T03:24:10.918Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337) |
| 3962 | 2026-08-20T03:24:11.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-08-20T03:24:11.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-08-20T03:24:11.681Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3965 | 2026-08-20T03:24:22.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s |
| 3966 | 2026-08-20T03:24:22.242Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3967 | 2026-08-20T03:24:22.242Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3968 | 2026-08-20T03:24:22.418Z | |
| 3969 | 2026-08-20T03:24:22.418Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337) |
| 3970 | 2026-08-20T03:24:22.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3971 | 2026-08-20T03:24:22.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3972 | 2026-08-20T03:24:23.933Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3973 | 2026-08-20T03:24:33.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s |
| 3974 | 2026-08-20T03:24:33.723Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3975 | 2026-08-20T03:24:33.724Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3976 | 2026-08-20T03:24:33.918Z | |
| 3977 | 2026-08-20T03:24:33.918Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337) |
| 3978 | 2026-08-20T03:24:34.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3979 | 2026-08-20T03:24:34.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3980 | 2026-08-20T03:24:34.687Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3981 | 2026-08-20T03:24:45.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s |
| 3982 | 2026-08-20T03:24:45.272Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3983 | 2026-08-20T03:24:45.272Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3984 | 2026-08-20T03:24:45.471Z | |
| 3985 | 2026-08-20T03:24:45.471Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337) |
| 3986 | 2026-08-20T03:24:45.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-08-20T03:24:45.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-08-20T03:24:46.227Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3989 | 2026-08-20T03:24:56.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3990 | 2026-08-20T03:24:56.893Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3991 | 2026-08-20T03:24:56.893Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3992 | 2026-08-20T03:24:57.085Z | |
| 3993 | 2026-08-20T03:24:57.085Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337) |
| 3994 | 2026-08-20T03:24:57.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3995 | 2026-08-20T03:24:57.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3996 | 2026-08-20T03:24:57.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3997 | 2026-08-20T03:24:57.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3998 | 2026-08-20T03:24:57.664Z | |
| 3999 | 2026-08-20T03:24:57.665Z | info: running `cargo check --bins` on installinator-common (211/337) |
| 4000 | 2026-08-20T03:24:58.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4001 | 2026-08-20T03:24:58.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4002 | 2026-08-20T03:24:58.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4003 | 2026-08-20T03:24:58.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4004 | 2026-08-20T03:24:58.244Z | |
| 4005 | 2026-08-20T03:24:58.244Z | info: running `cargo check --bins` on installinator-common-versions (212/337) |
| 4006 | 2026-08-20T03:24:58.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4007 | 2026-08-20T03:24:58.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4008 | 2026-08-20T03:24:58.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4009 | 2026-08-20T03:24:58.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4010 | 2026-08-20T03:24:58.800Z | |
| 4011 | 2026-08-20T03:24:58.800Z | info: running `cargo check --bins` on nexus-lockstep-client (213/337) |
| 4012 | 2026-08-20T03:24:59.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4013 | 2026-08-20T03:24:59.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4014 | 2026-08-20T03:24:59.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4015 | 2026-08-20T03:24:59.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4016 | 2026-08-20T03:24:59.420Z | |
| 4017 | 2026-08-20T03:24:59.420Z | info: running `cargo check --bins` on omicron-ddm-admin-client (214/337) |
| 4018 | 2026-08-20T03:24:59.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-08-20T03:24:59.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-08-20T03:24:59.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4021 | 2026-08-20T03:24:59.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4022 | 2026-08-20T03:24:59.981Z | |
| 4023 | 2026-08-20T03:24:59.981Z | info: running `cargo check --bins` on range-requests (215/337) |
| 4024 | 2026-08-20T03:25:00.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-08-20T03:25:00.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-08-20T03:25:00.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4027 | 2026-08-20T03:25:00.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4028 | 2026-08-20T03:25:00.561Z | |
| 4029 | 2026-08-20T03:25:00.561Z | info: running `cargo check --bins` on repo-depot-api (216/337) |
| 4030 | 2026-08-20T03:25:01.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-08-20T03:25:01.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-08-20T03:25:01.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4033 | 2026-08-20T03:25:01.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4034 | 2026-08-20T03:25:01.111Z | |
| 4035 | 2026-08-20T03:25:01.111Z | info: running `cargo check --bins` on repo-depot-client (217/337) |
| 4036 | 2026-08-20T03:25:01.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4037 | 2026-08-20T03:25:01.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4038 | 2026-08-20T03:25:01.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4039 | 2026-08-20T03:25:01.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4040 | 2026-08-20T03:25:01.657Z | |
| 4041 | 2026-08-20T03:25:01.657Z | info: running `cargo check --bins` on sled-agent-api (218/337) |
| 4042 | 2026-08-20T03:25:02.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4043 | 2026-08-20T03:25:02.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4044 | 2026-08-20T03:25:02.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4045 | 2026-08-20T03:25:02.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4046 | 2026-08-20T03:25:02.246Z | |
| 4047 | 2026-08-20T03:25:02.247Z | info: running `cargo check --bins` on sled-diagnostics (219/337) |
| 4048 | 2026-08-20T03:25:02.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4049 | 2026-08-20T03:25:02.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4050 | 2026-08-20T03:25:02.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4051 | 2026-08-20T03:25:02.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4052 | 2026-08-20T03:25:02.826Z | |
| 4053 | 2026-08-20T03:25:02.826Z | info: running `cargo check --bins` on zfs-test-harness (220/337) |
| 4054 | 2026-08-20T03:25:03.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4055 | 2026-08-20T03:25:03.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4056 | 2026-08-20T03:25:03.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4057 | 2026-08-20T03:25:03.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4058 | 2026-08-20T03:25:03.413Z | |
| 4059 | 2026-08-20T03:25:03.414Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (221/337) |
| 4060 | 2026-08-20T03:25:03.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4061 | 2026-08-20T03:25:03.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4062 | 2026-08-20T03:25:03.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4063 | 2026-08-20T03:25:03.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4064 | 2026-08-20T03:25:04.014Z | |
| 4065 | 2026-08-20T03:25:04.014Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337) |
| 4066 | 2026-08-20T03:25:04.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4067 | 2026-08-20T03:25:04.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4068 | 2026-08-20T03:25:04.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4069 | 2026-08-20T03:25:04.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4070 | 2026-08-20T03:25:04.599Z | |
| 4071 | 2026-08-20T03:25:04.599Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337) |
| 4072 | 2026-08-20T03:25:05.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4073 | 2026-08-20T03:25:05.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4074 | 2026-08-20T03:25:05.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4075 | 2026-08-20T03:25:05.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4076 | 2026-08-20T03:25:05.902Z | |
| 4077 | 2026-08-20T03:25:05.916Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337) |
| 4078 | 2026-08-20T03:25:05.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-08-20T03:25:05.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-08-20T03:25:05.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4081 | 2026-08-20T03:25:05.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4082 | 2026-08-20T03:25:05.917Z | |
| 4083 | 2026-08-20T03:25:05.917Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337) |
| 4084 | 2026-08-20T03:25:06.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-08-20T03:25:06.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-08-20T03:25:06.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-08-20T03:25:06.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4088 | 2026-08-20T03:25:06.363Z | |
| 4089 | 2026-08-20T03:25:06.364Z | info: running `cargo check --bins` on sled-agent-resolvable-files (226/337) |
| 4090 | 2026-08-20T03:25:06.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-08-20T03:25:06.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-08-20T03:25:06.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-08-20T03:25:06.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4094 | 2026-08-20T03:25:06.965Z | |
| 4095 | 2026-08-20T03:25:06.965Z | info: running `cargo check --bins` on trust-quorum (227/337) |
| 4096 | 2026-08-20T03:25:07.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-08-20T03:25:07.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-08-20T03:25:07.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4099 | 2026-08-20T03:25:07.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4100 | 2026-08-20T03:25:07.689Z | |
| 4101 | 2026-08-20T03:25:07.689Z | info: running `cargo check --bins` on sled-agent-early-networking (228/337) |
| 4102 | 2026-08-20T03:25:08.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-08-20T03:25:08.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-08-20T03:25:08.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4105 | 2026-08-20T03:25:08.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4106 | 2026-08-20T03:25:08.155Z | |
| 4107 | 2026-08-20T03:25:08.155Z | info: running `cargo check --bins` on sled-agent-health-monitor (229/337) |
| 4108 | 2026-08-20T03:25:08.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-08-20T03:25:08.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-08-20T03:25:08.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4111 | 2026-08-20T03:25:08.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4112 | 2026-08-20T03:25:08.723Z | |
| 4113 | 2026-08-20T03:25:08.723Z | info: running `cargo check --bins` on sled-agent-multirack-join (230/337) |
| 4114 | 2026-08-20T03:25:09.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4115 | 2026-08-20T03:25:09.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4116 | 2026-08-20T03:25:09.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4117 | 2026-08-20T03:25:09.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4118 | 2026-08-20T03:25:09.327Z | |
| 4119 | 2026-08-20T03:25:09.327Z | info: running `cargo check --bins` on sled-agent-rack-setup (231/337) |
| 4120 | 2026-08-20T03:25:09.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4121 | 2026-08-20T03:25:09.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4122 | 2026-08-20T03:25:09.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4123 | 2026-08-20T03:25:09.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4124 | 2026-08-20T03:25:09.950Z | |
| 4125 | 2026-08-20T03:25:09.950Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337) |
| 4126 | 2026-08-20T03:25:10.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4127 | 2026-08-20T03:25:10.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4128 | 2026-08-20T03:25:10.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4129 | 2026-08-20T03:25:10.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4130 | 2026-08-20T03:25:10.546Z | |
| 4131 | 2026-08-20T03:25:10.546Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (233/337) |
| 4132 | 2026-08-20T03:25:11.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4133 | 2026-08-20T03:25:11.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4134 | 2026-08-20T03:25:11.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4135 | 2026-08-20T03:25:11.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4136 | 2026-08-20T03:25:11.167Z | |
| 4137 | 2026-08-20T03:25:11.167Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337) |
| 4138 | 2026-08-20T03:25:11.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4139 | 2026-08-20T03:25:11.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4140 | 2026-08-20T03:25:11.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4141 | 2026-08-20T03:25:11.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4142 | 2026-08-20T03:25:11.777Z | |
| 4143 | 2026-08-20T03:25:11.777Z | info: running `cargo check --bins` on omicron-deployment-graph (235/337) |
| 4144 | 2026-08-20T03:25:12.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2026-08-20T03:25:12.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2026-08-20T03:25:12.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4147 | 2026-08-20T03:25:12.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4148 | 2026-08-20T03:25:12.335Z | |
| 4149 | 2026-08-20T03:25:12.335Z | info: running `cargo check --bins` on transient-dns-server (236/337) |
| 4150 | 2026-08-20T03:25:12.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4151 | 2026-08-20T03:25:12.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4152 | 2026-08-20T03:25:12.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4153 | 2026-08-20T03:25:12.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4154 | 2026-08-20T03:25:12.915Z | |
| 4155 | 2026-08-20T03:25:12.915Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337) |
| 4156 | 2026-08-20T03:25:13.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4157 | 2026-08-20T03:25:13.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4158 | 2026-08-20T03:25:13.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4159 | 2026-08-20T03:25:13.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4160 | 2026-08-20T03:25:13.496Z | |
| 4161 | 2026-08-20T03:25:13.496Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337) |
| 4162 | 2026-08-20T03:25:14.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4163 | 2026-08-20T03:25:14.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4164 | 2026-08-20T03:25:14.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4165 | 2026-08-20T03:25:14.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4166 | 2026-08-20T03:25:14.086Z | |
| 4167 | 2026-08-20T03:25:14.086Z | info: running `cargo check --bins` on omicron-rpaths (239/337) |
| 4168 | 2026-08-20T03:25:14.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4169 | 2026-08-20T03:25:14.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4170 | 2026-08-20T03:25:14.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4171 | 2026-08-20T03:25:14.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4172 | 2026-08-20T03:25:14.635Z | |
| 4173 | 2026-08-20T03:25:14.635Z | info: running `cargo check --bins` on omicron-repl-utils (240/337) |
| 4174 | 2026-08-20T03:25:15.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4175 | 2026-08-20T03:25:15.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4176 | 2026-08-20T03:25:15.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4177 | 2026-08-20T03:25:15.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4178 | 2026-08-20T03:25:15.189Z | |
| 4179 | 2026-08-20T03:25:15.190Z | info: running `cargo check --bins` on omicron-clickhouse-admin (241/337) |
| 4180 | 2026-08-20T03:25:15.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4181 | 2026-08-20T03:25:15.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4182 | 2026-08-20T03:25:15.886Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4183 | 2026-08-20T03:25:16.300Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4184 | 2026-08-20T03:25:17.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
| 4185 | 2026-08-20T03:25:17.669Z | |
| 4186 | 2026-08-20T03:25:17.669Z | info: running `cargo check --bins` on clickhouse-admin-api (242/337) |
| 4187 | 2026-08-20T03:25:18.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4188 | 2026-08-20T03:25:18.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4189 | 2026-08-20T03:25:18.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4190 | 2026-08-20T03:25:18.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4191 | 2026-08-20T03:25:18.236Z | |
| 4192 | 2026-08-20T03:25:18.237Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (243/337) |
| 4193 | 2026-08-20T03:25:18.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4194 | 2026-08-20T03:25:19.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4195 | 2026-08-20T03:25:19.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4196 | 2026-08-20T03:25:19.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4197 | 2026-08-20T03:25:19.454Z | |
| 4198 | 2026-08-20T03:25:19.454Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337) |
| 4199 | 2026-08-20T03:25:19.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4200 | 2026-08-20T03:25:19.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4201 | 2026-08-20T03:25:19.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4202 | 2026-08-20T03:25:19.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4203 | 2026-08-20T03:25:19.454Z | |
| 4204 | 2026-08-20T03:25:19.454Z | info: running `cargo check --bins` on clickhouse-admin-single-client (245/337) |
| 4205 | 2026-08-20T03:25:19.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4206 | 2026-08-20T03:25:19.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4207 | 2026-08-20T03:25:19.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4208 | 2026-08-20T03:25:19.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4209 | 2026-08-20T03:25:19.948Z | |
| 4210 | 2026-08-20T03:25:19.948Z | info: running `cargo check --bins` on installinator-client (246/337) |
| 4211 | 2026-08-20T03:25:20.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4212 | 2026-08-20T03:25:20.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4213 | 2026-08-20T03:25:20.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4214 | 2026-08-20T03:25:20.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4215 | 2026-08-20T03:25:20.556Z | |
| 4216 | 2026-08-20T03:25:20.556Z | info: running `cargo check --bins` on oxide-client (247/337) |
| 4217 | 2026-08-20T03:25:20.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4218 | 2026-08-20T03:25:21.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4219 | 2026-08-20T03:25:21.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4220 | 2026-08-20T03:25:21.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4221 | 2026-08-20T03:25:21.085Z | |
| 4222 | 2026-08-20T03:25:21.085Z | info: running `cargo check --bins` on oximeter-client (248/337) |
| 4223 | 2026-08-20T03:25:21.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4224 | 2026-08-20T03:25:21.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4225 | 2026-08-20T03:25:21.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4226 | 2026-08-20T03:25:21.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4227 | 2026-08-20T03:25:21.645Z | |
| 4228 | 2026-08-20T03:25:21.646Z | info: running `cargo check --bins` on wicketd-client (249/337) |
| 4229 | 2026-08-20T03:25:22.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-08-20T03:25:22.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-08-20T03:25:22.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4232 | 2026-08-20T03:25:22.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4233 | 2026-08-20T03:25:22.237Z | |
| 4234 | 2026-08-20T03:25:22.237Z | info: running `cargo check --bins` on wicket-common (250/337) |
| 4235 | 2026-08-20T03:25:22.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-08-20T03:25:22.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-08-20T03:25:22.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4238 | 2026-08-20T03:25:22.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4239 | 2026-08-20T03:25:22.822Z | |
| 4240 | 2026-08-20T03:25:22.822Z | info: running `cargo check --bins` on wicketd-commission-client (251/337) |
| 4241 | 2026-08-20T03:25:23.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-08-20T03:25:23.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-08-20T03:25:23.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4244 | 2026-08-20T03:25:23.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4245 | 2026-08-20T03:25:23.395Z | |
| 4246 | 2026-08-20T03:25:23.396Z | info: running `cargo check --bins` on omicron-cockroach-admin (252/337) |
| 4247 | 2026-08-20T03:25:23.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-08-20T03:25:23.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-08-20T03:25:24.063Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4250 | 2026-08-20T03:25:24.086Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4251 | 2026-08-20T03:25:25.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 4252 | 2026-08-20T03:25:25.430Z | |
| 4253 | 2026-08-20T03:25:25.430Z | info: running `cargo check --bins` on cockroach-admin-api (253/337) |
| 4254 | 2026-08-20T03:25:25.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-08-20T03:25:25.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-08-20T03:25:25.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4257 | 2026-08-20T03:25:25.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4258 | 2026-08-20T03:25:25.989Z | |
| 4259 | 2026-08-20T03:25:25.989Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337) |
| 4260 | 2026-08-20T03:25:28.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4261 | 2026-08-20T03:25:28.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4262 | 2026-08-20T03:25:28.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4263 | 2026-08-20T03:25:28.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4264 | 2026-08-20T03:25:28.752Z | |
| 4265 | 2026-08-20T03:25:28.752Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337) |
| 4266 | 2026-08-20T03:25:28.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4267 | 2026-08-20T03:25:28.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4268 | 2026-08-20T03:25:28.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4269 | 2026-08-20T03:25:28.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4270 | 2026-08-20T03:25:28.765Z | |
| 4271 | 2026-08-20T03:25:28.765Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337) |
| 4272 | 2026-08-20T03:25:28.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4273 | 2026-08-20T03:25:28.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4274 | 2026-08-20T03:25:28.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4275 | 2026-08-20T03:25:28.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4276 | 2026-08-20T03:25:28.876Z | |
| 4277 | 2026-08-20T03:25:28.876Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337) |
| 4278 | 2026-08-20T03:25:28.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4279 | 2026-08-20T03:25:28.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4280 | 2026-08-20T03:25:28.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4281 | 2026-08-20T03:25:28.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4282 | 2026-08-20T03:25:28.877Z | |
| 4283 | 2026-08-20T03:25:28.877Z | info: running `cargo check --bins` on db-macros (258/337) |
| 4284 | 2026-08-20T03:25:29.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4285 | 2026-08-20T03:25:30.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4286 | 2026-08-20T03:25:30.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4287 | 2026-08-20T03:25:30.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4288 | 2026-08-20T03:25:31.014Z | |
| 4289 | 2026-08-20T03:25:31.014Z | info: running `cargo check --bins` on nexus-macros-common (259/337) |
| 4290 | 2026-08-20T03:25:31.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4291 | 2026-08-20T03:25:31.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4292 | 2026-08-20T03:25:31.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4293 | 2026-08-20T03:25:31.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4294 | 2026-08-20T03:25:31.015Z | |
| 4295 | 2026-08-20T03:25:31.015Z | info: running `cargo check --bins` on nexus-auth (260/337) |
| 4296 | 2026-08-20T03:25:31.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4297 | 2026-08-20T03:25:31.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4298 | 2026-08-20T03:25:31.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4299 | 2026-08-20T03:25:31.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4300 | 2026-08-20T03:25:31.015Z | |
| 4301 | 2026-08-20T03:25:31.015Z | info: running `cargo check --bins` on authz-macros (261/337) |
| 4302 | 2026-08-20T03:25:31.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4303 | 2026-08-20T03:25:31.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4304 | 2026-08-20T03:25:31.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4305 | 2026-08-20T03:25:31.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4306 | 2026-08-20T03:25:31.081Z | |
| 4307 | 2026-08-20T03:25:31.081Z | info: running `cargo check --bins` on nexus-db-fixed-data (262/337) |
| 4308 | 2026-08-20T03:25:31.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4309 | 2026-08-20T03:25:31.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4310 | 2026-08-20T03:25:31.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4311 | 2026-08-20T03:25:31.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4312 | 2026-08-20T03:25:31.471Z | |
| 4313 | 2026-08-20T03:25:31.471Z | info: running `cargo check --bins` on nexus-db-model (263/337) |
| 4314 | 2026-08-20T03:25:31.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4315 | 2026-08-20T03:25:32.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4316 | 2026-08-20T03:25:32.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4317 | 2026-08-20T03:25:32.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4318 | 2026-08-20T03:25:32.091Z | |
| 4319 | 2026-08-20T03:25:32.092Z | info: running `cargo check --bins` on nexus-db-schema (264/337) |
| 4320 | 2026-08-20T03:25:32.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4321 | 2026-08-20T03:25:32.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4322 | 2026-08-20T03:25:32.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4323 | 2026-08-20T03:25:32.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4324 | 2026-08-20T03:25:32.658Z | |
| 4325 | 2026-08-20T03:25:32.658Z | info: running `cargo check --bins` on nexus-defaults (265/337) |
| 4326 | 2026-08-20T03:25:33.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4327 | 2026-08-20T03:25:33.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4328 | 2026-08-20T03:25:33.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4329 | 2026-08-20T03:25:33.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4330 | 2026-08-20T03:25:33.780Z | |
| 4331 | 2026-08-20T03:25:33.780Z | info: running `cargo check --bins` on omicron-git-version (266/337) |
| 4332 | 2026-08-20T03:25:33.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4333 | 2026-08-20T03:25:33.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4334 | 2026-08-20T03:25:33.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4335 | 2026-08-20T03:25:33.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4336 | 2026-08-20T03:25:33.822Z | |
| 4337 | 2026-08-20T03:25:33.822Z | info: running `cargo check --bins` on nexus-db-errors (267/337) |
| 4338 | 2026-08-20T03:25:34.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4339 | 2026-08-20T03:25:34.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4340 | 2026-08-20T03:25:34.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4341 | 2026-08-20T03:25:34.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4342 | 2026-08-20T03:25:34.453Z | |
| 4343 | 2026-08-20T03:25:34.453Z | info: running `cargo check --bins` on nexus-db-lookup (268/337) |
| 4344 | 2026-08-20T03:25:34.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4345 | 2026-08-20T03:25:34.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4346 | 2026-08-20T03:25:34.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4347 | 2026-08-20T03:25:34.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4348 | 2026-08-20T03:25:35.055Z | |
| 4349 | 2026-08-20T03:25:35.056Z | info: running `cargo check --bins` on nexus-test-interface (269/337) |
| 4350 | 2026-08-20T03:25:35.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4351 | 2026-08-20T03:25:35.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4352 | 2026-08-20T03:25:35.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4353 | 2026-08-20T03:25:35.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4354 | 2026-08-20T03:25:35.686Z | |
| 4355 | 2026-08-20T03:25:35.686Z | info: running `cargo check --bins` on oximeter-collector (270/337) |
| 4356 | 2026-08-20T03:25:36.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4357 | 2026-08-20T03:25:36.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4358 | 2026-08-20T03:25:36.408Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4359 | 2026-08-20T03:25:36.417Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4360 | 2026-08-20T03:25:37.083Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4361 | 2026-08-20T03:25:38.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 4362 | 2026-08-20T03:25:38.972Z | |
| 4363 | 2026-08-20T03:25:38.972Z | info: running `cargo check --bins` on oximeter-api (271/337) |
| 4364 | 2026-08-20T03:25:39.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4365 | 2026-08-20T03:25:39.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4366 | 2026-08-20T03:25:39.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4367 | 2026-08-20T03:25:39.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4368 | 2026-08-20T03:25:39.545Z | |
| 4369 | 2026-08-20T03:25:39.545Z | info: running `cargo check --bins` on cert-dev (272/337) |
| 4370 | 2026-08-20T03:25:40.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4371 | 2026-08-20T03:25:40.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4372 | 2026-08-20T03:25:40.145Z | Checking yasna v0.5.2 |
| 4373 | 2026-08-20T03:25:40.556Z | Checking rcgen v0.12.1 |
| 4374 | 2026-08-20T03:25:40.813Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4375 | 2026-08-20T03:25:40.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4376 | 2026-08-20T03:25:41.177Z | |
| 4377 | 2026-08-20T03:25:41.177Z | info: running `cargo check --bins` on clickana (273/337) |
| 4378 | 2026-08-20T03:25:41.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4379 | 2026-08-20T03:25:41.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4380 | 2026-08-20T03:25:41.821Z | Compiling instability v0.3.11 |
| 4381 | 2026-08-20T03:25:41.828Z | Checking castaway v0.2.4 |
| 4382 | 2026-08-20T03:25:41.828Z | Compiling indoc v2.0.7 |
| 4383 | 2026-08-20T03:25:41.837Z | Checking unicode-truncate v1.1.0 |
| 4384 | 2026-08-20T03:25:41.837Z | Checking lru v0.12.5 |
| 4385 | 2026-08-20T03:25:41.837Z | Checking cassowary v0.3.0 |
| 4386 | 2026-08-20T03:25:42.052Z | Checking compact_str v0.8.1 |
| 4387 | 2026-08-20T03:25:45.010Z | Checking ratatui v0.29.0 |
| 4388 | 2026-08-20T03:25:45.130Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4389 | 2026-08-20T03:25:45.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s |
| 4390 | 2026-08-20T03:25:45.162Z | |
| 4391 | 2026-08-20T03:25:45.162Z | info: running `cargo check --bins` on clickhouse-cluster-dev (274/337) |
| 4392 | 2026-08-20T03:25:45.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4393 | 2026-08-20T03:25:45.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4394 | 2026-08-20T03:25:45.843Z | Checking headers-core v0.3.0 |
| 4395 | 2026-08-20T03:25:45.843Z | Checking port-file v0.1.0 |
| 4396 | 2026-08-20T03:25:45.843Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4397 | 2026-08-20T03:25:45.843Z | Checking headers v0.4.1 |
| 4398 | 2026-08-20T03:25:46.047Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4399 | 2026-08-20T03:25:46.992Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4400 | 2026-08-20T03:25:47.505Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4401 | 2026-08-20T03:25:47.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 4402 | 2026-08-20T03:25:48.143Z | |
| 4403 | 2026-08-20T03:25:48.143Z | info: running `cargo check --bins` on ch-dev (275/337) |
| 4404 | 2026-08-20T03:25:48.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4405 | 2026-08-20T03:25:48.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4406 | 2026-08-20T03:25:48.850Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4407 | 2026-08-20T03:25:49.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4408 | 2026-08-20T03:25:49.800Z | |
| 4409 | 2026-08-20T03:25:49.801Z | info: running `cargo check --bins` on dev-tools-common (276/337) |
| 4410 | 2026-08-20T03:25:50.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4411 | 2026-08-20T03:25:50.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4412 | 2026-08-20T03:25:50.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4413 | 2026-08-20T03:25:50.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4414 | 2026-08-20T03:25:50.226Z | |
| 4415 | 2026-08-20T03:25:50.226Z | info: running `cargo check --bins` on corpus-adjust (277/337) |
| 4416 | 2026-08-20T03:25:50.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4417 | 2026-08-20T03:25:50.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4418 | 2026-08-20T03:25:50.853Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4419 | 2026-08-20T03:25:51.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4420 | 2026-08-20T03:25:51.394Z | |
| 4421 | 2026-08-20T03:25:51.396Z | info: running `cargo check --bins` on crdb-seed (278/337) |
| 4422 | 2026-08-20T03:25:52.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4423 | 2026-08-20T03:25:52.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4424 | 2026-08-20T03:25:52.268Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4425 | 2026-08-20T03:25:53.197Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4426 | 2026-08-20T03:25:53.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
| 4427 | 2026-08-20T03:25:53.733Z | |
| 4428 | 2026-08-20T03:25:53.733Z | info: running `cargo check --bins` on db-dev (279/337) |
| 4429 | 2026-08-20T03:25:54.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4430 | 2026-08-20T03:25:54.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4431 | 2026-08-20T03:25:54.455Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4432 | 2026-08-20T03:25:55.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4433 | 2026-08-20T03:25:55.930Z | |
| 4434 | 2026-08-20T03:25:55.930Z | info: running `cargo check --bins` on omicron-dev-lib (280/337) |
| 4435 | 2026-08-20T03:25:55.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4436 | 2026-08-20T03:25:55.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4437 | 2026-08-20T03:25:55.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4438 | 2026-08-20T03:25:55.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4439 | 2026-08-20T03:25:56.449Z | |
| 4440 | 2026-08-20T03:25:56.449Z | info: running `cargo check --bins` on xtask-downloader (281/337) |
| 4441 | 2026-08-20T03:25:56.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4442 | 2026-08-20T03:25:56.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4443 | 2026-08-20T03:25:56.959Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4444 | 2026-08-20T03:25:57.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4445 | 2026-08-20T03:25:57.483Z | |
| 4446 | 2026-08-20T03:25:57.483Z | info: running `cargo check --bins` on omicron-dropshot-apis (282/337) |
| 4447 | 2026-08-20T03:25:58.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4448 | 2026-08-20T03:25:58.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4449 | 2026-08-20T03:25:58.195Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4450 | 2026-08-20T03:25:58.195Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4451 | 2026-08-20T03:25:58.201Z | Checking git-stub v1.0.0 |
| 4452 | 2026-08-20T03:25:58.201Z | Compiling trait-variant v0.1.2 |
| 4453 | 2026-08-20T03:25:58.201Z | Checking maplit v1.0.2 |
| 4454 | 2026-08-20T03:25:58.201Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4455 | 2026-08-20T03:25:58.201Z | Checking drift v0.2.0 |
| 4456 | 2026-08-20T03:25:58.314Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4457 | 2026-08-20T03:25:58.391Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4458 | 2026-08-20T03:25:58.454Z | Checking git-stub-vcs v0.1.0 |
| 4459 | 2026-08-20T03:25:58.524Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4460 | 2026-08-20T03:25:58.546Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4461 | 2026-08-20T03:25:58.650Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4462 | 2026-08-20T03:25:58.667Z | Checking dropshot-api-manager v0.8.0 |
| 4463 | 2026-08-20T03:25:58.684Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4464 | 2026-08-20T03:25:58.881Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4465 | 2026-08-20T03:25:59.120Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4466 | 2026-08-20T03:25:59.576Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4467 | 2026-08-20T03:26:00.541Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4468 | 2026-08-20T03:26:01.557Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4469 | 2026-08-20T03:26:02.337Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4470 | 2026-08-20T03:26:05.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
| 4471 | 2026-08-20T03:26:05.618Z | |
| 4472 | 2026-08-20T03:26:05.618Z | info: running `cargo check --bins` on installinator-api (283/337) |
| 4473 | 2026-08-20T03:26:05.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4474 | 2026-08-20T03:26:05.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4475 | 2026-08-20T03:26:05.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4476 | 2026-08-20T03:26:05.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4477 | 2026-08-20T03:26:05.618Z | |
| 4478 | 2026-08-20T03:26:05.618Z | info: running `cargo check --bins` on nexus-external-api (284/337) |
| 4479 | 2026-08-20T03:26:05.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4480 | 2026-08-20T03:26:05.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4481 | 2026-08-20T03:26:05.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4482 | 2026-08-20T03:26:05.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4483 | 2026-08-20T03:26:05.619Z | |
| 4484 | 2026-08-20T03:26:05.619Z | info: running `cargo check --bins` on nexus-internal-api (285/337) |
| 4485 | 2026-08-20T03:26:05.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4486 | 2026-08-20T03:26:05.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4487 | 2026-08-20T03:26:05.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4488 | 2026-08-20T03:26:05.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4489 | 2026-08-20T03:26:05.620Z | |
| 4490 | 2026-08-20T03:26:05.620Z | info: running `cargo check --bins` on nexus-lockstep-api (286/337) |
| 4491 | 2026-08-20T03:26:05.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4492 | 2026-08-20T03:26:05.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4493 | 2026-08-20T03:26:05.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4494 | 2026-08-20T03:26:05.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4495 | 2026-08-20T03:26:05.620Z | |
| 4496 | 2026-08-20T03:26:05.620Z | info: running `cargo check --bins` on ntp-admin-api (287/337) |
| 4497 | 2026-08-20T03:26:05.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4498 | 2026-08-20T03:26:05.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4499 | 2026-08-20T03:26:05.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4500 | 2026-08-20T03:26:05.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4501 | 2026-08-20T03:26:05.944Z | |
| 4502 | 2026-08-20T03:26:05.944Z | info: running `cargo check --bins` on ntp-admin-types-versions (288/337) |
| 4503 | 2026-08-20T03:26:06.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4504 | 2026-08-20T03:26:06.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4505 | 2026-08-20T03:26:06.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4506 | 2026-08-20T03:26:06.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4507 | 2026-08-20T03:26:06.498Z | |
| 4508 | 2026-08-20T03:26:06.498Z | info: running `cargo check --bins` on wicketd-api (289/337) |
| 4509 | 2026-08-20T03:26:06.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4510 | 2026-08-20T03:26:06.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4511 | 2026-08-20T03:26:06.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4512 | 2026-08-20T03:26:06.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4513 | 2026-08-20T03:26:07.085Z | |
| 4514 | 2026-08-20T03:26:07.085Z | info: running `cargo check --bins` on wicketd-commission-api (290/337) |
| 4515 | 2026-08-20T03:26:07.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4516 | 2026-08-20T03:26:07.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4517 | 2026-08-20T03:26:07.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4518 | 2026-08-20T03:26:07.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4519 | 2026-08-20T03:26:07.664Z | |
| 4520 | 2026-08-20T03:26:07.664Z | info: running `cargo check --bins` on omicron-ls-apis (291/337) |
| 4521 | 2026-08-20T03:26:08.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4522 | 2026-08-20T03:26:08.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4523 | 2026-08-20T03:26:08.270Z | Compiling blake3 v1.8.5 |
| 4524 | 2026-08-20T03:26:08.379Z | Checking arrayvec v0.7.6 |
| 4525 | 2026-08-20T03:26:08.382Z | Checking constant_time_eq v0.4.2 |
| 4526 | 2026-08-20T03:26:08.382Z | Checking arrayref v0.3.9 |
| 4527 | 2026-08-20T03:26:08.401Z | Checking cargo-platform v0.3.2 |
| 4528 | 2026-08-20T03:26:08.401Z | Checking topological-sort v0.2.2 |
| 4529 | 2026-08-20T03:26:08.405Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4530 | 2026-08-20T03:26:08.550Z | Checking cargo_metadata v0.23.1 |
| 4531 | 2026-08-20T03:26:09.150Z | Checking omicron-zone-package v0.12.3 |
| 4532 | 2026-08-20T03:26:09.851Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4533 | 2026-08-20T03:26:10.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
| 4534 | 2026-08-20T03:26:10.856Z | |
| 4535 | 2026-08-20T03:26:10.856Z | info: running `cargo check --bins` on mgs-dev (292/337) |
| 4536 | 2026-08-20T03:26:11.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4537 | 2026-08-20T03:26:11.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4538 | 2026-08-20T03:26:11.580Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4539 | 2026-08-20T03:26:12.205Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4540 | 2026-08-20T03:26:12.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4541 | 2026-08-20T03:26:12.908Z | |
| 4542 | 2026-08-20T03:26:12.908Z | info: running `cargo check --bins` on omicron-omdb (293/337) |
| 4543 | 2026-08-20T03:26:13.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-08-20T03:26:13.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-08-20T03:26:13.873Z | Compiling darling_core v0.21.3 |
| 4546 | 2026-08-20T03:26:13.873Z | Compiling vergen-lib v0.1.6 |
| 4547 | 2026-08-20T03:26:13.873Z | Compiling diesel_derives v2.3.7 |
| 4548 | 2026-08-20T03:26:13.876Z | Checking scheduled-thread-pool v0.2.7 |
| 4549 | 2026-08-20T03:26:13.876Z | Compiling vergen-gitcl v1.0.8 |
| 4550 | 2026-08-20T03:26:13.876Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4551 | 2026-08-20T03:26:13.876Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4552 | 2026-08-20T03:26:13.876Z | Compiling dirs-sys-next v0.1.2 |
| 4553 | 2026-08-20T03:26:14.204Z | Compiling crunchy v0.2.4 |
| 4554 | 2026-08-20T03:26:14.207Z | Compiling glob v0.3.3 |
| 4555 | 2026-08-20T03:26:14.274Z | Checking r2d2 v0.8.10 |
| 4556 | 2026-08-20T03:26:14.287Z | Compiling dirs-next v2.0.0 |
| 4557 | 2026-08-20T03:26:14.382Z | Compiling tiny-keccak v2.0.2 |
| 4558 | 2026-08-20T03:26:14.462Z | Checking downcast-rs v2.0.2 |
| 4559 | 2026-08-20T03:26:14.559Z | Compiling term v0.7.0 |
| 4560 | 2026-08-20T03:26:14.591Z | Compiling clang-sys v1.8.1 |
| 4561 | 2026-08-20T03:26:14.591Z | Compiling bit-vec v0.6.3 |
| 4562 | 2026-08-20T03:26:14.706Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4563 | 2026-08-20T03:26:14.824Z | Compiling ascii-canvas v3.0.0 |
| 4564 | 2026-08-20T03:26:14.894Z | Compiling bit-set v0.5.3 |
| 4565 | 2026-08-20T03:26:14.954Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4566 | 2026-08-20T03:26:15.031Z | Compiling itertools v0.10.5 |
| 4567 | 2026-08-20T03:26:15.053Z | Compiling ena v0.14.4 |
| 4568 | 2026-08-20T03:26:15.071Z | Compiling libloading v0.8.9 |
| 4569 | 2026-08-20T03:26:15.088Z | Compiling regex-syntax v0.6.29 |
| 4570 | 2026-08-20T03:26:15.103Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4571 | 2026-08-20T03:26:15.120Z | Compiling bindgen v0.71.1 |
| 4572 | 2026-08-20T03:26:15.262Z | Compiling diff v0.1.13 |
| 4573 | 2026-08-20T03:26:15.528Z | Compiling cexpr v0.6.0 |
| 4574 | 2026-08-20T03:26:15.548Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4575 | 2026-08-20T03:26:15.720Z | Compiling rustc-hash v2.1.1 |
| 4576 | 2026-08-20T03:26:15.774Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4577 | 2026-08-20T03:26:16.021Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4578 | 2026-08-20T03:26:16.109Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4579 | 2026-08-20T03:26:16.128Z | Compiling libxml v0.3.3 |
| 4580 | 2026-08-20T03:26:16.221Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4581 | 2026-08-20T03:26:16.376Z | Compiling strum_macros v0.24.3 |
| 4582 | 2026-08-20T03:26:16.400Z | Compiling indoc v1.0.9 |
| 4583 | 2026-08-20T03:26:16.417Z | Compiling lalrpop v0.19.12 |
| 4584 | 2026-08-20T03:26:16.511Z | Compiling darling_macro v0.21.3 |
| 4585 | 2026-08-20T03:26:17.022Z | Compiling darling v0.21.3 |
| 4586 | 2026-08-20T03:26:17.120Z | Compiling dsl_auto_type v0.2.0 |
| 4587 | 2026-08-20T03:26:17.291Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4588 | 2026-08-20T03:26:17.475Z | Checking derive_builder v0.20.2 |
| 4589 | 2026-08-20T03:26:17.638Z | Compiling oso-derive v0.27.3 |
| 4590 | 2026-08-20T03:26:17.723Z | Checking quick-xml v0.37.5 |
| 4591 | 2026-08-20T03:26:17.789Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4592 | 2026-08-20T03:26:18.100Z | Checking openssl-probe v0.1.6 |
| 4593 | 2026-08-20T03:26:18.234Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4594 | 2026-08-20T03:26:18.594Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4595 | 2026-08-20T03:26:18.792Z | Checking bb8 v0.8.6 |
| 4596 | 2026-08-20T03:26:18.901Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4597 | 2026-08-20T03:26:18.957Z | Checking nonempty v0.12.0 |
| 4598 | 2026-08-20T03:26:19.070Z | Compiling libz-sys v1.1.24 |
| 4599 | 2026-08-20T03:26:19.125Z | Compiling strsim v0.10.0 |
| 4600 | 2026-08-20T03:26:19.162Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4601 | 2026-08-20T03:26:19.303Z | Compiling darling_core v0.13.4 |
| 4602 | 2026-08-20T03:26:19.442Z | Compiling vergen-git2 v9.1.0 |
| 4603 | 2026-08-20T03:26:19.662Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4604 | 2026-08-20T03:26:19.676Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4605 | 2026-08-20T03:26:19.877Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4606 | 2026-08-20T03:26:20.082Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4607 | 2026-08-20T03:26:20.261Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4608 | 2026-08-20T03:26:20.447Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4609 | 2026-08-20T03:26:20.627Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4610 | 2026-08-20T03:26:20.689Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4611 | 2026-08-20T03:26:20.966Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4612 | 2026-08-20T03:26:21.066Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4613 | 2026-08-20T03:26:21.179Z | Compiling darling_macro v0.13.4 |
| 4614 | 2026-08-20T03:26:21.253Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4615 | 2026-08-20T03:26:21.440Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4616 | 2026-08-20T03:26:21.686Z | Compiling darling v0.13.4 |
| 4617 | 2026-08-20T03:26:21.797Z | Compiling serde_with_macros v1.5.2 |
| 4618 | 2026-08-20T03:26:21.867Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4619 | 2026-08-20T03:26:22.255Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4620 | 2026-08-20T03:26:22.621Z | Compiling serde_with v1.14.0 |
| 4621 | 2026-08-20T03:26:22.837Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4622 | 2026-08-20T03:26:22.964Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4623 | 2026-08-20T03:26:22.981Z | Checking diesel v2.3.7 |
| 4624 | 2026-08-20T03:26:23.020Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4625 | 2026-08-20T03:26:23.776Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4626 | 2026-08-20T03:26:24.671Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4627 | 2026-08-20T03:26:24.801Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4628 | 2026-08-20T03:26:25.365Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4629 | 2026-08-20T03:26:25.497Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4630 | 2026-08-20T03:26:25.899Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4631 | 2026-08-20T03:26:26.271Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4632 | 2026-08-20T03:26:26.678Z | Checking twox-hash v2.1.2 |
| 4633 | 2026-08-20T03:26:26.739Z | Checking libsw-core v0.3.2 |
| 4634 | 2026-08-20T03:26:26.897Z | Checking atty v0.2.14 |
| 4635 | 2026-08-20T03:26:26.934Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4636 | 2026-08-20T03:26:26.974Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4637 | 2026-08-20T03:26:26.998Z | Checking libsw v3.5.0 |
| 4638 | 2026-08-20T03:26:27.085Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4639 | 2026-08-20T03:26:27.154Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4640 | 2026-08-20T03:26:27.236Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4641 | 2026-08-20T03:26:28.521Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4642 | 2026-08-20T03:26:28.575Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4643 | 2026-08-20T03:26:29.171Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4644 | 2026-08-20T03:26:29.229Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4645 | 2026-08-20T03:26:29.887Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4646 | 2026-08-20T03:26:30.074Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4647 | 2026-08-20T03:26:30.178Z | Checking fatfs v0.3.6 |
| 4648 | 2026-08-20T03:26:30.222Z | Checking console v0.16.2 |
| 4649 | 2026-08-20T03:26:30.533Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4650 | 2026-08-20T03:26:30.627Z | Checking unit-prefix v0.5.2 |
| 4651 | 2026-08-20T03:26:30.766Z | Compiling seq-macro v0.3.6 |
| 4652 | 2026-08-20T03:26:31.278Z | Checking indicatif v0.18.4 |
| 4653 | 2026-08-20T03:26:31.723Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4654 | 2026-08-20T03:26:31.846Z | Checking oxide-update-engine-display v0.1.2 |
| 4655 | 2026-08-20T03:26:31.864Z | Checking support-bundle-viewer v0.1.2 |
| 4656 | 2026-08-20T03:26:32.108Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4657 | 2026-08-20T03:26:32.150Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4658 | 2026-08-20T03:26:32.378Z | Checking multimap v0.10.1 |
| 4659 | 2026-08-20T03:26:38.187Z | Checking async-bb8-diesel v0.2.1 |
| 4660 | 2026-08-20T03:26:38.548Z | Checking diesel-dtrace v0.5.0 |
| 4661 | 2026-08-20T03:26:41.652Z | Compiling samael v0.0.19 |
| 4662 | 2026-08-20T03:26:46.296Z | Compiling git2 v0.20.4 |
| 4663 | 2026-08-20T03:26:47.785Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4664 | 2026-08-20T03:26:48.790Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4665 | 2026-08-20T03:26:48.969Z | Compiling polar-core v0.27.3 |
| 4666 | 2026-08-20T03:26:53.439Z | Checking oso v0.27.3 |
| 4667 | 2026-08-20T03:27:25.309Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4668 | 2026-08-20T03:28:39.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
| 4669 | 2026-08-20T03:28:40.049Z | |
| 4670 | 2026-08-20T03:28:40.049Z | info: running `cargo check --bins` on nexus-networking (294/337) |
| 4671 | 2026-08-20T03:28:40.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4672 | 2026-08-20T03:28:40.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4673 | 2026-08-20T03:28:40.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4674 | 2026-08-20T03:28:40.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4675 | 2026-08-20T03:28:40.715Z | |
| 4676 | 2026-08-20T03:28:40.716Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337) |
| 4677 | 2026-08-20T03:28:41.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4678 | 2026-08-20T03:28:41.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4679 | 2026-08-20T03:28:41.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4680 | 2026-08-20T03:28:41.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4681 | 2026-08-20T03:28:41.341Z | |
| 4682 | 2026-08-20T03:28:41.341Z | info: running `cargo check --bins` on nexus-saga-recovery (296/337) |
| 4683 | 2026-08-20T03:28:41.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4684 | 2026-08-20T03:28:41.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4685 | 2026-08-20T03:28:41.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4686 | 2026-08-20T03:28:41.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4687 | 2026-08-20T03:28:41.970Z | |
| 4688 | 2026-08-20T03:28:41.970Z | info: running `cargo check --bins` on nexus-test-utils-macros (297/337) |
| 4689 | 2026-08-20T03:28:42.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4690 | 2026-08-20T03:28:42.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4691 | 2026-08-20T03:28:42.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4692 | 2026-08-20T03:28:42.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4693 | 2026-08-20T03:28:42.555Z | |
| 4694 | 2026-08-20T03:28:42.555Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (298/337) |
| 4695 | 2026-08-20T03:28:43.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4696 | 2026-08-20T03:28:43.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4697 | 2026-08-20T03:28:43.352Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4698 | 2026-08-20T03:28:45.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 4699 | 2026-08-20T03:28:45.729Z | |
| 4700 | 2026-08-20T03:28:45.729Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337) |
| 4701 | 2026-08-20T03:28:45.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4702 | 2026-08-20T03:28:45.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4703 | 2026-08-20T03:28:45.729Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4704 | 2026-08-20T03:29:24.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.72s |
| 4705 | 2026-08-20T03:29:24.255Z | |
| 4706 | 2026-08-20T03:29:24.255Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337) |
| 4707 | 2026-08-20T03:29:24.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4708 | 2026-08-20T03:29:24.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4709 | 2026-08-20T03:29:24.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4710 | 2026-08-20T03:29:24.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4711 | 2026-08-20T03:29:24.825Z | |
| 4712 | 2026-08-20T03:29:24.825Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337) |
| 4713 | 2026-08-20T03:29:25.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4714 | 2026-08-20T03:29:25.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4715 | 2026-08-20T03:29:25.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4716 | 2026-08-20T03:29:25.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4717 | 2026-08-20T03:29:25.383Z | |
| 4718 | 2026-08-20T03:29:25.383Z | info: running `cargo check --bins --no-default-features` on nexus-fm (302/337) |
| 4719 | 2026-08-20T03:29:25.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4720 | 2026-08-20T03:29:25.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4721 | 2026-08-20T03:29:25.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4722 | 2026-08-20T03:29:25.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4723 | 2026-08-20T03:29:25.995Z | |
| 4724 | 2026-08-20T03:29:25.996Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337) |
| 4725 | 2026-08-20T03:29:26.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4726 | 2026-08-20T03:29:26.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4727 | 2026-08-20T03:29:26.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4728 | 2026-08-20T03:29:26.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4729 | 2026-08-20T03:29:26.626Z | |
| 4730 | 2026-08-20T03:29:26.626Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (304/337) |
| 4731 | 2026-08-20T03:29:27.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4732 | 2026-08-20T03:29:27.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4733 | 2026-08-20T03:29:27.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4734 | 2026-08-20T03:29:27.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4735 | 2026-08-20T03:29:27.260Z | |
| 4736 | 2026-08-20T03:29:27.260Z | info: running `cargo check --bins` on nexus-mgs-updates (305/337) |
| 4737 | 2026-08-20T03:29:27.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4738 | 2026-08-20T03:29:27.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4739 | 2026-08-20T03:29:27.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4740 | 2026-08-20T03:29:27.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4741 | 2026-08-20T03:29:27.884Z | |
| 4742 | 2026-08-20T03:29:27.884Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (306/337) |
| 4743 | 2026-08-20T03:29:28.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4744 | 2026-08-20T03:29:28.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4745 | 2026-08-20T03:29:28.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4746 | 2026-08-20T03:29:28.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4747 | 2026-08-20T03:29:28.522Z | |
| 4748 | 2026-08-20T03:29:28.522Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337) |
| 4749 | 2026-08-20T03:29:29.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4750 | 2026-08-20T03:29:29.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4751 | 2026-08-20T03:29:29.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4752 | 2026-08-20T03:29:29.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4753 | 2026-08-20T03:29:29.152Z | |
| 4754 | 2026-08-20T03:29:29.152Z | info: running `cargo check --bins` on nexus-switch-config (308/337) |
| 4755 | 2026-08-20T03:29:29.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4756 | 2026-08-20T03:29:29.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4757 | 2026-08-20T03:29:29.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4758 | 2026-08-20T03:29:29.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4759 | 2026-08-20T03:29:29.766Z | |
| 4760 | 2026-08-20T03:29:29.766Z | info: running `cargo check --bins` on nexus-switch-config-preparation (309/337) |
| 4761 | 2026-08-20T03:29:30.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4762 | 2026-08-20T03:29:30.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4763 | 2026-08-20T03:29:30.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4764 | 2026-08-20T03:29:30.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4765 | 2026-08-20T03:29:30.397Z | |
| 4766 | 2026-08-20T03:29:30.397Z | info: running `cargo check --bins` on support-bundle-collection (310/337) |
| 4767 | 2026-08-20T03:29:30.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4768 | 2026-08-20T03:29:30.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4769 | 2026-08-20T03:29:30.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4770 | 2026-08-20T03:29:30.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4771 | 2026-08-20T03:29:31.036Z | |
| 4772 | 2026-08-20T03:29:31.036Z | info: running `cargo check --bins` on omicron-dev (311/337) |
| 4773 | 2026-08-20T03:29:31.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4774 | 2026-08-20T03:29:31.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4775 | 2026-08-20T03:29:31.936Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4776 | 2026-08-20T03:29:31.936Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4777 | 2026-08-20T03:29:32.127Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4778 | 2026-08-20T03:29:32.155Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4779 | 2026-08-20T03:29:32.171Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4780 | 2026-08-20T03:29:32.189Z | Checking yansi v1.0.1 |
| 4781 | 2026-08-20T03:29:32.192Z | Checking diff v0.1.13 |
| 4782 | 2026-08-20T03:29:32.219Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4783 | 2026-08-20T03:29:32.259Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4784 | 2026-08-20T03:29:32.451Z | Checking pretty_assertions v1.4.1 |
| 4785 | 2026-08-20T03:29:33.207Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4786 | 2026-08-20T03:29:33.239Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4787 | 2026-08-20T03:29:58.283Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4788 | 2026-08-20T03:29:58.286Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4789 | 2026-08-20T03:29:58.287Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4790 | 2026-08-20T03:29:58.287Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4791 | 2026-08-20T03:29:58.287Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4792 | 2026-08-20T03:29:58.287Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4793 | 2026-08-20T03:29:58.301Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4794 | 2026-08-20T03:29:59.167Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4795 | 2026-08-20T03:29:59.170Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4796 | 2026-08-20T03:30:00.444Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4797 | 2026-08-20T03:30:38.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 4798 | 2026-08-20T03:30:38.933Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4799 | 2026-08-20T03:30:38.934Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4800 | 2026-08-20T03:30:39.136Z | |
| 4801 | 2026-08-20T03:30:39.136Z | info: running `cargo check --bins` on oximeter-load-test (312/337) |
| 4802 | 2026-08-20T03:30:39.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4803 | 2026-08-20T03:30:39.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4804 | 2026-08-20T03:30:39.859Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4805 | 2026-08-20T03:30:40.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4806 | 2026-08-20T03:30:40.700Z | |
| 4807 | 2026-08-20T03:30:40.700Z | info: running `cargo check --bins` on omicron-pins (313/337) |
| 4808 | 2026-08-20T03:30:41.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4809 | 2026-08-20T03:30:41.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4810 | 2026-08-20T03:30:41.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4811 | 2026-08-20T03:30:41.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4812 | 2026-08-20T03:30:41.259Z | |
| 4813 | 2026-08-20T03:30:41.259Z | info: running `cargo check --bins` on rack-init-config (314/337) |
| 4814 | 2026-08-20T03:30:41.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4815 | 2026-08-20T03:30:41.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4816 | 2026-08-20T03:30:41.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4817 | 2026-08-20T03:30:41.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4818 | 2026-08-20T03:30:41.852Z | |
| 4819 | 2026-08-20T03:30:41.852Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337) |
| 4820 | 2026-08-20T03:30:42.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4821 | 2026-08-20T03:30:42.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4822 | 2026-08-20T03:30:42.636Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4823 | 2026-08-20T03:30:46.607Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4824 | 2026-08-20T03:30:46.630Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4825 | 2026-08-20T03:31:09.588Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4826 | 2026-08-20T03:31:09.996Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4827 | 2026-08-20T03:31:11.762Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4828 | 2026-08-20T03:31:12.233Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4829 | 2026-08-20T03:31:15.333Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4830 | 2026-08-20T03:31:39.069Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4831 | 2026-08-20T03:31:39.804Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4832 | 2026-08-20T03:31:41.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.66s |
| 4833 | 2026-08-20T03:31:41.723Z | |
| 4834 | 2026-08-20T03:31:41.723Z | info: running `cargo check --bins` on reconfigurator-sp-updater (316/337) |
| 4835 | 2026-08-20T03:31:42.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4836 | 2026-08-20T03:31:42.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4837 | 2026-08-20T03:31:42.449Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4838 | 2026-08-20T03:31:43.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4839 | 2026-08-20T03:31:43.333Z | |
| 4840 | 2026-08-20T03:31:43.334Z | info: running `cargo check --bins` on omicron-releng (317/337) |
| 4841 | 2026-08-20T03:31:43.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4842 | 2026-08-20T03:31:43.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4843 | 2026-08-20T03:31:43.963Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 4844 | 2026-08-20T03:31:43.965Z | Compiling fs-err v2.11.0 |
| 4845 | 2026-08-20T03:31:44.081Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4846 | 2026-08-20T03:31:44.091Z | Checking parse-size v1.1.0 |
| 4847 | 2026-08-20T03:31:44.100Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4848 | 2026-08-20T03:31:44.103Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4849 | 2026-08-20T03:31:44.103Z | Checking shell-words v1.1.1 |
| 4850 | 2026-08-20T03:31:44.190Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4851 | 2026-08-20T03:31:44.513Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4852 | 2026-08-20T03:31:44.691Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4853 | 2026-08-20T03:31:45.364Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4854 | 2026-08-20T03:31:46.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 4855 | 2026-08-20T03:31:46.506Z | |
| 4856 | 2026-08-20T03:31:46.506Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (318/337) |
| 4857 | 2026-08-20T03:31:46.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4858 | 2026-08-20T03:31:46.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4859 | 2026-08-20T03:31:47.143Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4860 | 2026-08-20T03:31:47.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 4861 | 2026-08-20T03:31:47.815Z | |
| 4862 | 2026-08-20T03:31:47.815Z | info: running `cargo check --bins` on schema (319/337) |
| 4863 | 2026-08-20T03:31:48.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4864 | 2026-08-20T03:31:48.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4865 | 2026-08-20T03:31:48.548Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4866 | 2026-08-20T03:31:49.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4867 | 2026-08-20T03:31:49.443Z | |
| 4868 | 2026-08-20T03:31:49.443Z | info: running `cargo check --bins` on xtask (320/337) |
| 4869 | 2026-08-20T03:31:49.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4870 | 2026-08-20T03:31:49.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4871 | 2026-08-20T03:31:49.854Z | Checking serde_core v1.0.228 |
| 4872 | 2026-08-20T03:31:49.857Z | Checking libc v0.2.185 |
| 4873 | 2026-08-20T03:31:49.857Z | Checking bitflags v2.11.0 |
| 4874 | 2026-08-20T03:31:49.941Z | Checking scroll v0.12.0 |
| 4875 | 2026-08-20T03:31:49.945Z | Checking thiserror v1.0.69 |
| 4876 | 2026-08-20T03:31:49.954Z | Checking log v0.4.33 |
| 4877 | 2026-08-20T03:31:49.962Z | Checking indexmap v2.14.0 |
| 4878 | 2026-08-20T03:31:49.965Z | Checking zerocopy v0.7.35 |
| 4879 | 2026-08-20T03:31:50.034Z | Checking syn v2.0.117 |
| 4880 | 2026-08-20T03:31:50.071Z | Checking dtrace-parser v0.2.0 |
| 4881 | 2026-08-20T03:31:50.092Z | Checking once_cell v1.21.3 |
| 4882 | 2026-08-20T03:31:50.150Z | Checking goblin v0.8.2 |
| 4883 | 2026-08-20T03:31:50.212Z | Checking errno v0.3.14 |
| 4884 | 2026-08-20T03:31:50.260Z | Checking thread-id v4.2.2 |
| 4885 | 2026-08-20T03:31:50.296Z | Checking getrandom v0.3.4 |
| 4886 | 2026-08-20T03:31:50.325Z | Checking rustix v1.1.4 |
| 4887 | 2026-08-20T03:31:50.335Z | Checking memmap v0.7.0 |
| 4888 | 2026-08-20T03:31:50.423Z | Checking thiserror v2.0.18 |
| 4889 | 2026-08-20T03:31:50.440Z | Checking fs-err v3.3.0 |
| 4890 | 2026-08-20T03:31:50.457Z | Checking anyhow v1.0.104 |
| 4891 | 2026-08-20T03:31:50.489Z | Checking tabled v0.15.0 |
| 4892 | 2026-08-20T03:31:51.090Z | Checking terminal_size v0.4.3 |
| 4893 | 2026-08-20T03:31:51.090Z | Checking tempfile v3.27.0 |
| 4894 | 2026-08-20T03:31:51.198Z | Checking clap_builder v4.6.0 |
| 4895 | 2026-08-20T03:31:51.201Z | Checking textwrap v0.16.2 |
| 4896 | 2026-08-20T03:31:51.368Z | Checking serde v1.0.228 |
| 4897 | 2026-08-20T03:31:51.371Z | Checking serde_json v1.0.151 |
| 4898 | 2026-08-20T03:31:51.371Z | Checking camino v1.2.5 |
| 4899 | 2026-08-20T03:31:51.399Z | Checking cargo-platform v0.3.2 |
| 4900 | 2026-08-20T03:31:51.568Z | Checking semver v1.0.28 |
| 4901 | 2026-08-20T03:31:51.614Z | Checking camino-tempfile v1.4.1 |
| 4902 | 2026-08-20T03:31:51.780Z | Checking serde_spanned v0.6.9 |
| 4903 | 2026-08-20T03:31:51.780Z | Checking toml_datetime v0.6.11 |
| 4904 | 2026-08-20T03:31:51.783Z | Checking macaddr v1.0.1 |
| 4905 | 2026-08-20T03:31:51.783Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4906 | 2026-08-20T03:31:51.962Z | Checking cargo_metadata v0.23.1 |
| 4907 | 2026-08-20T03:31:51.965Z | Checking dof v0.3.0 |
| 4908 | 2026-08-20T03:31:51.978Z | Checking toml_edit v0.22.27 |
| 4909 | 2026-08-20T03:31:52.225Z | Checking usdt-impl v0.5.0 |
| 4910 | 2026-08-20T03:31:52.379Z | Checking clap v4.6.1 |
| 4911 | 2026-08-20T03:31:52.483Z | Checking usdt v0.5.0 |
| 4912 | 2026-08-20T03:31:52.970Z | Checking toml v0.8.23 |
| 4913 | 2026-08-20T03:31:53.230Z | Checking cargo_toml v0.21.0 |
| 4914 | 2026-08-20T03:31:53.860Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4915 | 2026-08-20T03:31:54.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
| 4916 | 2026-08-20T03:31:54.355Z | |
| 4917 | 2026-08-20T03:31:54.355Z | info: running `cargo check --bins` on dnsadm (321/337) |
| 4918 | 2026-08-20T03:31:54.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4919 | 2026-08-20T03:31:54.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4920 | 2026-08-20T03:31:55.002Z | Checking arc-swap v1.8.2 |
| 4921 | 2026-08-20T03:31:55.282Z | Checking slog-scope v4.4.1 |
| 4922 | 2026-08-20T03:31:55.393Z | Checking slog-stdlog v4.1.1 |
| 4923 | 2026-08-20T03:31:55.490Z | Checking slog-envlogger v2.2.0 |
| 4924 | 2026-08-20T03:31:55.611Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4925 | 2026-08-20T03:31:56.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4926 | 2026-08-20T03:31:56.199Z | |
| 4927 | 2026-08-20T03:31:56.199Z | info: running `cargo check --bins` on end-to-end-tests (322/337) |
| 4928 | 2026-08-20T03:31:56.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4929 | 2026-08-20T03:31:56.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4930 | 2026-08-20T03:31:57.022Z | Checking cpubits v0.1.1 |
| 4931 | 2026-08-20T03:31:57.149Z | Checking pem-rfc7468 v1.0.0 |
| 4932 | 2026-08-20T03:31:57.164Z | Checking hmac v0.13.0 |
| 4933 | 2026-08-20T03:31:57.168Z | Checking universal-hash v0.6.1 |
| 4934 | 2026-08-20T03:31:57.190Z | Checking ctr v0.10.1 |
| 4935 | 2026-08-20T03:31:57.190Z | Checking aead v0.6.1 |
| 4936 | 2026-08-20T03:31:57.220Z | Checking aes v0.9.1 |
| 4937 | 2026-08-20T03:31:57.220Z | Checking crypto-bigint v0.7.5 |
| 4938 | 2026-08-20T03:31:57.246Z | Checking salsa20 v0.11.0 |
| 4939 | 2026-08-20T03:31:57.292Z | Checking der v0.8.0 |
| 4940 | 2026-08-20T03:31:57.293Z | Checking polyval v0.7.1 |
| 4941 | 2026-08-20T03:31:57.320Z | Checking pbkdf2 v0.13.0 |
| 4942 | 2026-08-20T03:31:57.336Z | Checking cbc v0.2.1 |
| 4943 | 2026-08-20T03:31:57.374Z | Checking ff v0.14.0 |
| 4944 | 2026-08-20T03:31:57.429Z | Checking signature v3.0.0 |
| 4945 | 2026-08-20T03:31:57.454Z | Checking scrypt v0.12.0 |
| 4946 | 2026-08-20T03:31:57.471Z | Checking base16ct v1.0.0 |
| 4947 | 2026-08-20T03:31:57.484Z | Checking ghash v0.6.0 |
| 4948 | 2026-08-20T03:31:57.504Z | Checking group v0.14.0 |
| 4949 | 2026-08-20T03:31:57.588Z | Checking hkdf v0.13.0 |
| 4950 | 2026-08-20T03:31:57.606Z | Compiling curve25519-dalek v5.0.0 |
| 4951 | 2026-08-20T03:31:57.622Z | Checking aes-gcm v0.11.0 |
| 4952 | 2026-08-20T03:31:57.638Z | Checking keccak v0.2.0 |
| 4953 | 2026-08-20T03:31:57.652Z | Checking wnaf v0.14.0 |
| 4954 | 2026-08-20T03:31:57.665Z | Checking poly1305 v0.9.0 |
| 4955 | 2026-08-20T03:31:57.719Z | Checking blowfish v0.10.0 |
| 4956 | 2026-08-20T03:31:57.778Z | Checking blake2 v0.11.0-rc.6 |
| 4957 | 2026-08-20T03:31:57.794Z | Checking sha3 v0.11.0 |
| 4958 | 2026-08-20T03:31:57.817Z | Checking kem v0.3.0 |
| 4959 | 2026-08-20T03:31:57.872Z | Checking bcrypt-pbkdf v0.11.0 |
| 4960 | 2026-08-20T03:31:57.930Z | Checking module-lattice v0.2.3 |
| 4961 | 2026-08-20T03:31:57.930Z | Checking sponge-cursor v0.1.0 |
| 4962 | 2026-08-20T03:31:58.030Z | Checking argon2 v0.6.0-rc.8 |
| 4963 | 2026-08-20T03:31:58.047Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4964 | 2026-08-20T03:31:58.075Z | Checking sha3 v0.12.0 |
| 4965 | 2026-08-20T03:31:58.091Z | Checking spki v0.8.0 |
| 4966 | 2026-08-20T03:31:58.133Z | Checking sec1 v0.8.1 |
| 4967 | 2026-08-20T03:31:58.154Z | Checking ml-kem v0.3.2 |
| 4968 | 2026-08-20T03:31:58.224Z | Checking internal-russh-num-bigint v0.5.0 |
| 4969 | 2026-08-20T03:31:58.262Z | Checking pkcs5 v0.8.1 |
| 4970 | 2026-08-20T03:31:58.277Z | Checking pkcs1 v0.8.0-rc.4 |
| 4971 | 2026-08-20T03:31:58.337Z | Checking num-bigint v0.4.6 |
| 4972 | 2026-08-20T03:31:58.337Z | Checking generic-array v1.4.3 |
| 4973 | 2026-08-20T03:31:58.482Z | Checking russh-util v0.52.0 |
| 4974 | 2026-08-20T03:31:58.550Z | Checking pkcs8 v0.11.0 |
| 4975 | 2026-08-20T03:31:58.606Z | Compiling enum_dispatch v0.3.13 |
| 4976 | 2026-08-20T03:31:58.738Z | Compiling delegate v0.13.5 |
| 4977 | 2026-08-20T03:31:58.752Z | Checking ed25519 v3.0.0 |
| 4978 | 2026-08-20T03:31:58.888Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4979 | 2026-08-20T03:31:58.916Z | Checking hex-literal v1.1.0 |
| 4980 | 2026-08-20T03:31:58.948Z | Checking ed25519-dalek v3.0.0 |
| 4981 | 2026-08-20T03:31:59.015Z | Checking md5 v0.8.0 |
| 4982 | 2026-08-20T03:31:59.078Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4983 | 2026-08-20T03:31:59.183Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4984 | 2026-08-20T03:31:59.189Z | Checking socket2 v0.5.10 |
| 4985 | 2026-08-20T03:31:59.266Z | Checking internet-checksum v0.2.1 |
| 4986 | 2026-08-20T03:31:59.298Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4987 | 2026-08-20T03:31:59.446Z | Checking elliptic-curve v0.14.1 |
| 4988 | 2026-08-20T03:31:59.446Z | Checking rfc6979 v0.6.0 |
| 4989 | 2026-08-20T03:31:59.450Z | Checking primefield v0.14.0 |
| 4990 | 2026-08-20T03:31:59.452Z | Checking ssh-encoding v0.3.0 |
| 4991 | 2026-08-20T03:31:59.534Z | Checking crypto-primes v0.7.2 |
| 4992 | 2026-08-20T03:31:59.706Z | Checking ssh-cipher v0.3.0 |
| 4993 | 2026-08-20T03:31:59.706Z | Checking russh-cryptovec v0.62.0 |
| 4994 | 2026-08-20T03:31:59.837Z | Checking ecdsa v0.17.0 |
| 4995 | 2026-08-20T03:31:59.837Z | Checking primeorder v0.14.0 |
| 4996 | 2026-08-20T03:32:00.220Z | Checking p384 v0.14.0 |
| 4997 | 2026-08-20T03:32:00.223Z | Checking p256 v0.14.0 |
| 4998 | 2026-08-20T03:32:00.223Z | Checking p521 v0.14.0 |
| 4999 | 2026-08-20T03:32:00.472Z | Checking rsa v0.10.0-rc.18 |
| 5000 | 2026-08-20T03:32:03.043Z | Checking ssh-key v0.7.0-rc.11 |
| 5001 | 2026-08-20T03:32:03.790Z | Checking russh v0.62.4 |
| 5002 | 2026-08-20T03:32:17.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.04s |
| 5003 | 2026-08-20T03:32:17.250Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5004 | 2026-08-20T03:32:17.250Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5005 | 2026-08-20T03:32:17.458Z | |
| 5006 | 2026-08-20T03:32:17.458Z | info: running `cargo check --bins` on gateway-cli (323/337) |
| 5007 | 2026-08-20T03:32:17.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5008 | 2026-08-20T03:32:17.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5009 | 2026-08-20T03:32:18.090Z | Checking termios v0.3.3 |
| 5010 | 2026-08-20T03:32:18.298Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5011 | 2026-08-20T03:32:18.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 5012 | 2026-08-20T03:32:19.054Z | |
| 5013 | 2026-08-20T03:32:19.054Z | info: running `cargo check --bins --no-default-features` on installinator (324/337) |
| 5014 | 2026-08-20T03:32:19.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5015 | 2026-08-20T03:32:19.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5016 | 2026-08-20T03:32:19.741Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5017 | 2026-08-20T03:32:20.434Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5018 | 2026-08-20T03:32:22.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
| 5019 | 2026-08-20T03:32:22.207Z | |
| 5020 | 2026-08-20T03:32:22.208Z | info: running `cargo check --bins` on internal-dns-cli (325/337) |
| 5021 | 2026-08-20T03:32:22.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5022 | 2026-08-20T03:32:22.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5023 | 2026-08-20T03:32:22.845Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5024 | 2026-08-20T03:32:23.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 5025 | 2026-08-20T03:32:23.454Z | |
| 5026 | 2026-08-20T03:32:23.454Z | info: running `cargo check --bins` on omicron-live-tests (326/337) |
| 5027 | 2026-08-20T03:32:23.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5028 | 2026-08-20T03:32:23.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5029 | 2026-08-20T03:32:23.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5030 | 2026-08-20T03:32:23.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5031 | 2026-08-20T03:32:24.019Z | |
| 5032 | 2026-08-20T03:32:24.019Z | info: running `cargo check --bins` on live-tests-macros (327/337) |
| 5033 | 2026-08-20T03:32:24.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5034 | 2026-08-20T03:32:24.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5035 | 2026-08-20T03:32:24.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5036 | 2026-08-20T03:32:24.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5037 | 2026-08-20T03:32:24.585Z | |
| 5038 | 2026-08-20T03:32:24.585Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337) |
| 5039 | 2026-08-20T03:32:25.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5040 | 2026-08-20T03:32:25.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5041 | 2026-08-20T03:32:25.323Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5042 | 2026-08-20T03:32:25.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 5043 | 2026-08-20T03:32:26.106Z | |
| 5044 | 2026-08-20T03:32:26.106Z | info: running `cargo check --bins` on omicron-ntp-admin (329/337) |
| 5045 | 2026-08-20T03:32:26.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5046 | 2026-08-20T03:32:26.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5047 | 2026-08-20T03:32:26.754Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5048 | 2026-08-20T03:32:26.754Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5049 | 2026-08-20T03:32:27.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 5050 | 2026-08-20T03:32:27.846Z | |
| 5051 | 2026-08-20T03:32:27.846Z | info: running `cargo check --bins` on ntp-admin-types (330/337) |
| 5052 | 2026-08-20T03:32:28.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5053 | 2026-08-20T03:32:28.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5054 | 2026-08-20T03:32:28.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5055 | 2026-08-20T03:32:28.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5056 | 2026-08-20T03:32:28.410Z | |
| 5057 | 2026-08-20T03:32:28.410Z | info: running `cargo check --bins` on omicron-package (331/337) |
| 5058 | 2026-08-20T03:32:28.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5059 | 2026-08-20T03:32:28.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5060 | 2026-08-20T03:32:29.089Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5061 | 2026-08-20T03:32:30.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 5062 | 2026-08-20T03:32:30.363Z | |
| 5063 | 2026-08-20T03:32:30.363Z | info: running `cargo check --bins` on tqdb (332/337) |
| 5064 | 2026-08-20T03:32:30.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5065 | 2026-08-20T03:32:30.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5066 | 2026-08-20T03:32:31.145Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5067 | 2026-08-20T03:32:31.496Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5068 | 2026-08-20T03:32:32.003Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5069 | 2026-08-20T03:32:32.003Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5070 | 2026-08-20T03:32:38.702Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5071 | 2026-08-20T03:32:38.705Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5072 | 2026-08-20T03:32:38.705Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5073 | 2026-08-20T03:32:39.321Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5074 | 2026-08-20T03:32:39.325Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5075 | 2026-08-20T03:32:39.325Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5076 | 2026-08-20T03:32:39.325Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5077 | 2026-08-20T03:32:40.120Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5078 | 2026-08-20T03:32:40.751Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5079 | 2026-08-20T03:32:40.984Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5080 | 2026-08-20T03:32:41.144Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5081 | 2026-08-20T03:32:42.010Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5082 | 2026-08-20T03:32:42.669Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5083 | 2026-08-20T03:32:47.513Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5084 | 2026-08-20T03:32:54.732Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5085 | 2026-08-20T03:32:54.735Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5086 | 2026-08-20T03:32:54.735Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5087 | 2026-08-20T03:32:54.735Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5088 | 2026-08-20T03:32:56.260Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5089 | 2026-08-20T03:32:57.537Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5090 | 2026-08-20T03:32:58.223Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5091 | 2026-08-20T03:32:59.513Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5092 | 2026-08-20T03:33:00.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.70s |
| 5093 | 2026-08-20T03:33:00.264Z | |
| 5094 | 2026-08-20T03:33:00.265Z | info: running `cargo check --bins` on wicket-dbg (333/337) |
| 5095 | 2026-08-20T03:33:00.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5096 | 2026-08-20T03:33:00.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5097 | 2026-08-20T03:33:00.973Z | Checking rtoolbox v0.0.3 |
| 5098 | 2026-08-20T03:33:00.977Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5099 | 2026-08-20T03:33:00.977Z | Checking tui-tree-widget v0.23.1 |
| 5100 | 2026-08-20T03:33:01.106Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5101 | 2026-08-20T03:33:01.193Z | Checking rpassword v7.5.4 |
| 5102 | 2026-08-20T03:33:04.036Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5103 | 2026-08-20T03:33:05.901Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5104 | 2026-08-20T03:33:06.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.56s |
| 5105 | 2026-08-20T03:33:07.017Z | |
| 5106 | 2026-08-20T03:33:07.017Z | info: running `cargo check --bins` on wicket (334/337) |
| 5107 | 2026-08-20T03:33:07.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5108 | 2026-08-20T03:33:07.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5109 | 2026-08-20T03:33:07.713Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5110 | 2026-08-20T03:33:08.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 5111 | 2026-08-20T03:33:08.260Z | |
| 5112 | 2026-08-20T03:33:08.261Z | info: running `cargo check --bins` on wicketd (335/337) |
| 5113 | 2026-08-20T03:33:08.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5114 | 2026-08-20T03:33:08.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5115 | 2026-08-20T03:33:08.965Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5116 | 2026-08-20T03:33:12.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
| 5117 | 2026-08-20T03:33:12.768Z | |
| 5118 | 2026-08-20T03:33:12.768Z | info: running `cargo check --bins` on omicron-workspace-hack (336/337) |
| 5119 | 2026-08-20T03:33:13.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5120 | 2026-08-20T03:33:13.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5121 | 2026-08-20T03:33:13.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5122 | 2026-08-20T03:33:13.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5123 | 2026-08-20T03:33:13.337Z | |
| 5124 | 2026-08-20T03:33:13.337Z | info: running `cargo check --bins` on zone-setup (337/337) |
| 5125 | 2026-08-20T03:33:13.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5126 | 2026-08-20T03:33:13.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5127 | 2026-08-20T03:33:14.011Z | Checking uzers v0.12.2 |
| 5128 | 2026-08-20T03:33:14.282Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5129 | 2026-08-20T03:33:15.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 5130 | 2026-08-20T03:33:15.260Z | |
| 5131 | 2026-08-20T03:33:15.260Z | real 14:03.126997127 |
| 5132 | 2026-08-20T03:33:15.260Z | user 21:21.961418068 |
| 5133 | 2026-08-20T03:33:15.260Z | sys 4:22.114505608 |
| 5134 | 2026-08-20T03:33:15.260Z | trap 0.338722997 |
| 5135 | 2026-08-20T03:33:15.260Z | tflt 0.620056102 |
| 5136 | 2026-08-20T03:33:15.260Z | dflt 0.844973598 |
| 5137 | 2026-08-20T03:33:15.260Z | kflt 0.005142684 |
| 5138 | 2026-08-20T03:33:15.260Z | lock 1:29:41.677219717 |
| 5139 | 2026-08-20T03:33:15.260Z | slp 1:41:13.855783793 |
| 5140 | 2026-08-20T03:33:15.260Z | lat 57.008925345 |
| 5141 | 2026-08-20T03:33:15.260Z | stop 4:01.323903033 |
| 5142 | 2026-08-20T03:33:15.264Z | process exited: duration 974038 ms, exit code 0 |
| |
| 5143 | 2026-08-20T03:33:15.270Z | found 0 output files |