|
|
|
| 1 | 2026-08-18T23:14:38.713Z | job assigned to worker 01M0BJE8J2GKQE4HRXZ3031830 [factory aws, i-0809540395fbeaba8] (queued for 46 s) |
| |
| 2 | 2026-08-18T23:14:45.413Z | starting task 0: "setup" |
| 3 | 2026-08-18T23:14:45.419Z | ++ uname -s |
| 4 | 2026-08-18T23:14:45.422Z | + kern=SunOS |
| 5 | 2026-08-18T23:14:45.422Z | + build_user=build |
| 6 | 2026-08-18T23:14:45.422Z | + build_uid=12345 |
| 7 | 2026-08-18T23:14:45.422Z | + work_dir=/work |
| 8 | 2026-08-18T23:14:45.422Z | + input_dir=/input |
| 9 | 2026-08-18T23:14:45.422Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-18T23:14:45.422Z | + case "$kern" in |
| 11 | 2026-08-18T23:14:45.422Z | + groupadd -g 12345 build |
| 12 | 2026-08-18T23:14:45.450Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-18T23:14:47.427Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-18T23:14:47.577Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-18T23:14:47.580Z | + home_fs=zfs |
| 16 | 2026-08-18T23:14:47.580Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-18T23:14:47.580Z | + mkdir -p /home/build |
| 18 | 2026-08-18T23:14:47.580Z | + chown build:build /home/build /work |
| 19 | 2026-08-18T23:14:49.581Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-18T23:14:49.585Z | process exited: duration 4168 ms, exit code 0 |
| |
| 21 | 2026-08-18T23:14:49.591Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-18T23:14:49.595Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-18T23:14:49.595Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-18T23:14:49.595Z | * rust toolchain profile = "default" |
| 25 | 2026-08-18T23:14:49.595Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-18T23:14:49.595Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-18T23:14:49.595Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-18T23:14:49.598Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-18T23:14:49.598Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-18T23:14:49.689Z | info: downloading installer |
| 31 | 2026-08-18T23:14:51.191Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-18T23:14:51.191Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-18T23:14:51.191Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-18T23:14:51.191Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-18T23:14:51.203Z | info: profile set to default |
| 36 | 2026-08-18T23:14:51.203Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-18T23:14:51.206Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-18T23:14:51.352Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-18T23:14:51.355Z | info: downloading 6 components |
| 40 | 2026-08-18T23:15:06.497Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-18T23:15:06.497Z | |
| 42 | 2026-08-18T23:15:06.527Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-18T23:15:06.527Z | |
| 44 | 2026-08-18T23:15:06.527Z | |
| 45 | 2026-08-18T23:15:06.527Z | Rust is installed now. Great! |
| 46 | 2026-08-18T23:15:06.527Z | |
| 47 | 2026-08-18T23:15:06.527Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-18T23:15:06.527Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-18T23:15:06.527Z | |
| 50 | 2026-08-18T23:15:06.527Z | To configure your current shell, you need to source |
| 51 | 2026-08-18T23:15:06.528Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-18T23:15:06.528Z | |
| 53 | 2026-08-18T23:15:06.528Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-18T23:15:06.534Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-18T23:15:06.534Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-18T23:15:06.534Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-18T23:15:06.534Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-18T23:15:06.534Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-18T23:15:06.534Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-18T23:15:06.534Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-18T23:15:06.534Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-18T23:15:06.617Z | + rustup --version |
| 63 | 2026-08-18T23:15:06.625Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-18T23:15:06.631Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-18T23:15:06.646Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-18T23:15:06.652Z | + cargo --version |
| 67 | 2026-08-18T23:15:06.665Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-18T23:15:06.668Z | + rustc --version |
| 69 | 2026-08-18T23:15:06.686Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-18T23:15:06.689Z | process exited: duration 17096 ms, exit code 0 |
| |
| 71 | 2026-08-18T23:15:06.699Z | starting task 2: "authentication" |
| 72 | 2026-08-18T23:15:06.715Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-18T23:15:06.725Z | starting task 3: "clone repository" |
| 74 | 2026-08-18T23:15:06.728Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-18T23:15:06.732Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-18T23:15:06.755Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-18T23:15:26.897Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-18T23:15:26.897Z | + git fetch origin 12dda4eba70c3ad2f9e51c17b979798487ea7522 |
| 79 | 2026-08-18T23:15:27.241Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-18T23:15:27.241Z | * branch 12dda4eba70c3ad2f9e51c17b979798487ea7522 -> FETCH_HEAD |
| 81 | 2026-08-18T23:15:27.259Z | + [[ -n '' ]] |
| 82 | 2026-08-18T23:15:27.259Z | + git reset --hard 12dda4eba70c3ad2f9e51c17b979798487ea7522 |
| 83 | 2026-08-18T23:15:27.465Z | HEAD is now at 12dda4eba Update Maghemite dependency and RA status fields |
| 84 | 2026-08-18T23:15:27.479Z | process exited: duration 20735 ms, exit code 0 |
| |
| 85 | 2026-08-18T23:15:27.492Z | starting task 4: "build" |
| 86 | 2026-08-18T23:15:27.500Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-18T23:15:27.500Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-18T23:15:27.500Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-18T23:15:27.500Z | +++ uname -s |
| 90 | 2026-08-18T23:15:27.500Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-18T23:15:27.500Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-18T23:15:27.500Z | + cargo --version |
| 93 | 2026-08-18T23:15:27.513Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-18T23:15:27.521Z | + rustc --version |
| 95 | 2026-08-18T23:15:27.539Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-18T23:15:27.539Z | + source ./env.sh |
| 97 | 2026-08-18T23:15:27.539Z | ++ OLD_SHELL_OPTS=ehxB |
| 98 | 2026-08-18T23:15:27.539Z | ++ set -o xtrace |
| 99 | 2026-08-18T23:15:27.539Z | ++++ dirname ./env.sh |
| 100 | 2026-08-18T23:15:27.539Z | +++ readlink -f . |
| 101 | 2026-08-18T23:15:27.539Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2026-08-18T23:15:27.539Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-08-18T23:15:27.539Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-08-18T23:15:27.539Z | ++ 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 |
| 105 | 2026-08-18T23:15:27.539Z | ++ 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 |
| 106 | 2026-08-18T23:15:27.540Z | ++ 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 |
| 107 | 2026-08-18T23:15:27.540Z | ++ 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 |
| 108 | 2026-08-18T23:15:27.540Z | ++ 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 |
| 109 | 2026-08-18T23:15:27.540Z | ++ 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 |
| 110 | 2026-08-18T23:15:27.540Z | ++ 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 |
| 111 | 2026-08-18T23:15:27.548Z | ++ 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 |
| 112 | 2026-08-18T23:15:27.548Z | ++ case $OLD_SHELL_OPTS in |
| 113 | 2026-08-18T23:15:27.548Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 114 | 2026-08-18T23:15:27.548Z | + 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 |
| 115 | 2026-08-18T23:15:27.548Z | + 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 |
| 116 | 2026-08-18T23:15:27.548Z | + banner prerequisites |
| 117 | 2026-08-18T23:15:27.565Z | |
| 118 | 2026-08-18T23:15:27.565Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 119 | 2026-08-18T23:15:27.565Z | # # # # # # # # # # # # # # # |
| 120 | 2026-08-18T23:15:27.565Z | # # # # ##### # # ##### # # # # # #### # |
| 121 | 2026-08-18T23:15:27.565Z | ##### ##### # ##### # # # # # # # # # |
| 122 | 2026-08-18T23:15:27.565Z | # # # # # # # # # # # # # # # |
| 123 | 2026-08-18T23:15:27.565Z | # # # ###### # # ###### ### # #### # #### # |
| 124 | 2026-08-18T23:15:27.565Z | |
| 125 | 2026-08-18T23:15:27.565Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 126 | 2026-08-18T23:15:33.171Z | Startup: Refreshing catalog 'helios' ... Done |
| 127 | 2026-08-18T23:15:33.237Z | Startup: Caching catalogs ... Done |
| 128 | 2026-08-18T23:15:33.237Z | Planning: Solver setup ... Done (1.678s) |
| 129 | 2026-08-18T23:15:33.237Z | Planning: Running solver ... Done (0.053s) |
| 130 | 2026-08-18T23:15:33.237Z | Planning: Finding local manifests ... Done (0.003s) |
| 131 | 2026-08-18T23:15:33.237Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-08-18T23:15:33.237Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-08-18T23:15:33.238Z | Planning: Package planning ... Done (0.014s) |
| 134 | 2026-08-18T23:15:33.238Z | Planning: Merging actions ... Done (0.001s) |
| 135 | 2026-08-18T23:15:33.238Z | Planning: Checking for conflicting actions ... Done (0.160s) |
| 136 | 2026-08-18T23:15:33.238Z | Planning: Consolidating action changes ... Done (0.001s) |
| 137 | 2026-08-18T23:15:33.238Z | Planning: Evaluating mediators ... Done (0.780s) |
| 138 | 2026-08-18T23:15:33.240Z | Planning: Planning completed in 2.83 seconds |
| 139 | 2026-08-18T23:15:33.240Z | Packages to install: 2 |
| 140 | 2026-08-18T23:15:33.240Z | Estimated space available: 156.01 GB |
| 141 | 2026-08-18T23:15:33.240Z | Estimated space to be consumed: 69.36 MB |
| 142 | 2026-08-18T23:15:33.240Z | Create boot environment: No |
| 143 | 2026-08-18T23:15:33.240Z | Create backup boot environment: No |
| 144 | 2026-08-18T23:15:33.240Z | Rebuild boot archive: No |
| 145 | 2026-08-18T23:15:33.240Z | |
| 146 | 2026-08-18T23:15:33.240Z | Changed packages: |
| 147 | 2026-08-18T23:15:33.240Z | helios |
| 148 | 2026-08-18T23:15:33.240Z | developer/build-essential |
| 149 | 2026-08-18T23:15:33.241Z | None -> 11-3.0 |
| 150 | 2026-08-18T23:15:33.241Z | library/libxmlsec1 |
| 151 | 2026-08-18T23:15:33.241Z | None -> 1.2.35-3.0 |
| 152 | 2026-08-18T23:15:33.241Z | |
| 153 | 2026-08-18T23:15:33.241Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 154 | 2026-08-18T23:15:33.241Z | Download: Completed 1.28 MB in 0.07 seconds (19.1M/s) |
| 155 | 2026-08-18T23:15:33.241Z | Actions: 1/268 actions (Installing new actions) |
| 156 | 2026-08-18T23:15:33.241Z | Actions: Completed 268 actions in 0.04 seconds. |
| 157 | 2026-08-18T23:15:33.241Z | Finalize: Updating package state database ... Done (0.030s) |
| 158 | 2026-08-18T23:15:33.241Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-08-18T23:15:33.241Z | Finalize: Updating image state ... Done (0.076s) |
| 160 | 2026-08-18T23:15:35.317Z | Finalize: Creating fast lookup database ... Done (2.385s) |
| 161 | 2026-08-18T23:15:35.384Z | Finalize: Reading search index ... Done (0.012s) |
| 162 | 2026-08-18T23:15:35.387Z | Finalize: Updating search index ... Done (0.000s) |
| 163 | 2026-08-18T23:15:35.466Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-08-18T23:15:35.834Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2026-08-18T23:15:35.941Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2026-08-18T23:15:35.944Z | Planning: Consolidating action changes ... Done |
| 167 | 2026-08-18T23:15:36.101Z | Planning: Evaluating mediators ... Done |
| 168 | 2026-08-18T23:15:36.107Z | Planning: Planning completed in 0.27 seconds |
| 169 | 2026-08-18T23:15:36.122Z | Mediators to change: 2 |
| 170 | 2026-08-18T23:15:36.122Z | Create boot environment: No |
| 171 | 2026-08-18T23:15:36.126Z | Create backup boot environment: No |
| 172 | 2026-08-18T23:15:36.171Z | Finalize: Updating package state database ... Done |
| 173 | 2026-08-18T23:15:36.171Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-18T23:15:36.216Z | Finalize: Updating image state ... Done |
| 175 | 2026-08-18T23:15:38.150Z | Finalize: Creating fast lookup database ... Done |
| 176 | 2026-08-18T23:15:38.208Z | Finalize: Reading search index ... Done |
| 177 | 2026-08-18T23:15:38.212Z | Finalize: Updating search index ... Done |
| 178 | 2026-08-18T23:15:38.365Z | Finalize: Updating package cache ... Done |
| 179 | 2026-08-18T23:15:38.652Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-18T23:15:38.758Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-18T23:15:38.762Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-18T23:15:38.917Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-18T23:15:38.921Z | Planning: Planning completed in 0.27 seconds |
| 184 | 2026-08-18T23:15:38.940Z | Mediators to change: 1 |
| 185 | 2026-08-18T23:15:38.940Z | Create boot environment: No |
| 186 | 2026-08-18T23:15:38.940Z | Create backup boot environment: No |
| 187 | 2026-08-18T23:15:38.992Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-18T23:15:38.996Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-18T23:15:39.036Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-18T23:15:40.996Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-18T23:15:41.057Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-18T23:15:41.062Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-18T23:15:41.135Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-18T23:15:41.446Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-08-18T23:15:41.446Z | apache system 2.4 system |
| 196 | 2026-08-18T23:15:41.446Z | clang system 15 system |
| 197 | 2026-08-18T23:15:41.447Z | csh system system illumos |
| 198 | 2026-08-18T23:15:41.447Z | ctags system system illumos |
| 199 | 2026-08-18T23:15:41.447Z | file vendor vendor darwinsys |
| 200 | 2026-08-18T23:15:41.447Z | file system system illumos |
| 201 | 2026-08-18T23:15:41.447Z | gcc vendor 14 vendor |
| 202 | 2026-08-18T23:15:41.447Z | gcc system 13 system |
| 203 | 2026-08-18T23:15:41.447Z | gcc system 10 system |
| 204 | 2026-08-18T23:15:41.447Z | go system 1.25 system |
| 205 | 2026-08-18T23:15:41.447Z | llvm system 15 system |
| 206 | 2026-08-18T23:15:41.447Z | mariadb system 11.4 system |
| 207 | 2026-08-18T23:15:41.447Z | mta vendor vendor dma |
| 208 | 2026-08-18T23:15:41.447Z | openjdk system 17 system |
| 209 | 2026-08-18T23:15:41.447Z | openjdk system 11 system |
| 210 | 2026-08-18T23:15:41.447Z | openssl vendor 3 vendor |
| 211 | 2026-08-18T23:15:41.447Z | perl system 5.40 system |
| 212 | 2026-08-18T23:15:41.447Z | postgresql system 18 system |
| 213 | 2026-08-18T23:15:41.447Z | postgresql system 17 system |
| 214 | 2026-08-18T23:15:41.447Z | python vendor 3 vendor |
| 215 | 2026-08-18T23:15:41.447Z | python system 2 system |
| 216 | 2026-08-18T23:15:41.447Z | python3 vendor 3.13 vendor |
| 217 | 2026-08-18T23:15:41.447Z | ruby system 3.4 system |
| 218 | 2026-08-18T23:15:41.447Z | ruby system 3.0 system |
| 219 | 2026-08-18T23:15:41.448Z | words vendor vendor american-english |
| 220 | 2026-08-18T23:15:41.448Z | words system system australian-english |
| 221 | 2026-08-18T23:15:41.448Z | words system system british-english |
| 222 | 2026-08-18T23:15:41.448Z | words system system canadian-english |
| 223 | 2026-08-18T23:15:41.448Z | words system system french |
| 224 | 2026-08-18T23:15:41.448Z | words system system italian |
| 225 | 2026-08-18T23:15:41.449Z | words system system ngerman |
| 226 | 2026-08-18T23:15:41.449Z | words system system ogerman |
| 227 | 2026-08-18T23:15:41.449Z | words system system spanish |
| 228 | 2026-08-18T23:15:41.696Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-08-18T23:15:41.696Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 230 | 2026-08-18T23:15:42.140Z | FMRI IFO |
| 231 | 2026-08-18T23:15:42.140Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 232 | 2026-08-18T23:15:42.140Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 233 | 2026-08-18T23:15:42.140Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 234 | 2026-08-18T23:15:42.140Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 235 | 2026-08-18T23:15:42.140Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 236 | 2026-08-18T23:15:42.140Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 237 | 2026-08-18T23:15:42.141Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 238 | 2026-08-18T23:15:42.141Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 239 | 2026-08-18T23:15:42.141Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 240 | 2026-08-18T23:15:42.459Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 241 | 2026-08-18T23:15:42.815Z | Updating crates.io index |
| 242 | 2026-08-18T23:15:42.819Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-08-18T23:15:43.329Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-08-18T23:15:43.747Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-08-18T23:15:44.815Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-08-18T23:15:45.353Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-08-18T23:15:47.056Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-08-18T23:15:48.059Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-08-18T23:15:48.353Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 250 | 2026-08-18T23:15:48.705Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 251 | 2026-08-18T23:15:50.026Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 252 | 2026-08-18T23:15:50.314Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 253 | 2026-08-18T23:15:50.698Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 254 | 2026-08-18T23:15:50.975Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 255 | 2026-08-18T23:15:51.511Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 256 | 2026-08-18T23:15:51.807Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 257 | 2026-08-18T23:15:52.099Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 258 | 2026-08-18T23:15:52.347Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 259 | 2026-08-18T23:15:52.673Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 260 | 2026-08-18T23:15:53.138Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 261 | 2026-08-18T23:15:53.516Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 262 | 2026-08-18T23:15:54.007Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 263 | 2026-08-18T23:15:54.331Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 264 | 2026-08-18T23:15:54.907Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 265 | 2026-08-18T23:15:55.233Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 266 | 2026-08-18T23:15:55.511Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-08-18T23:15:55.983Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-08-18T23:15:56.273Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 269 | 2026-08-18T23:15:56.694Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-08-18T23:15:57.026Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-08-18T23:15:57.303Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 272 | 2026-08-18T23:15:57.625Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-08-18T23:15:58.000Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 274 | 2026-08-18T23:15:58.577Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-08-18T23:15:59.190Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-08-18T23:15:59.464Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-08-18T23:15:59.765Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 278 | 2026-08-18T23:16:00.376Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 279 | 2026-08-18T23:16:00.639Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-08-18T23:16:00.947Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-08-18T23:16:01.338Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-08-18T23:16:01.632Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-08-18T23:16:01.926Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-08-18T23:16:04.807Z | Downloading crates ... |
| 285 | 2026-08-18T23:16:04.870Z | Downloaded colorchoice v1.0.4 |
| 286 | 2026-08-18T23:16:04.950Z | Downloaded anstream v1.0.0 |
| 287 | 2026-08-18T23:16:04.950Z | Downloaded clap_derive v4.6.1 |
| 288 | 2026-08-18T23:16:04.950Z | Downloaded cfg-if v1.0.4 |
| 289 | 2026-08-18T23:16:04.950Z | Downloaded clap_lex v1.0.0 |
| 290 | 2026-08-18T23:16:04.950Z | Downloaded heck v0.5.0 |
| 291 | 2026-08-18T23:16:04.951Z | Downloaded heck v0.4.1 |
| 292 | 2026-08-18T23:16:04.951Z | Downloaded zmij v1.0.21 |
| 293 | 2026-08-18T23:16:04.951Z | Downloaded is_terminal_polyfill v1.70.2 |
| 294 | 2026-08-18T23:16:04.951Z | Downloaded zerocopy-derive v0.7.35 |
| 295 | 2026-08-18T23:16:04.951Z | Downloaded equivalent v1.0.2 |
| 296 | 2026-08-18T23:16:04.951Z | Downloaded cargo-platform v0.3.2 |
| 297 | 2026-08-18T23:16:04.951Z | Downloaded cargo_metadata v0.23.1 |
| 298 | 2026-08-18T23:16:04.951Z | Downloaded zerocopy v0.7.35 |
| 299 | 2026-08-18T23:16:04.998Z | Downloaded memmap v0.7.0 |
| 300 | 2026-08-18T23:16:04.998Z | Downloaded dtrace-parser v0.2.0 |
| 301 | 2026-08-18T23:16:04.998Z | Downloaded block-buffer v0.10.4 |
| 302 | 2026-08-18T23:16:04.998Z | Downloaded cpufeatures v0.2.17 |
| 303 | 2026-08-18T23:16:04.998Z | Downloaded winnow v0.7.14 |
| 304 | 2026-08-18T23:16:04.998Z | Downloaded fastrand v2.3.0 |
| 305 | 2026-08-18T23:16:04.998Z | Downloaded errno v0.3.14 |
| 306 | 2026-08-18T23:16:04.998Z | Downloaded dof v0.3.0 |
| 307 | 2026-08-18T23:16:04.998Z | Downloaded fnv v1.0.7 |
| 308 | 2026-08-18T23:16:04.998Z | Downloaded macaddr v1.0.1 |
| 309 | 2026-08-18T23:16:04.998Z | Downloaded generic-array v0.14.7 |
| 310 | 2026-08-18T23:16:04.999Z | Downloaded autocfg v1.5.0 |
| 311 | 2026-08-18T23:16:04.999Z | Downloaded camino-tempfile v1.4.1 |
| 312 | 2026-08-18T23:16:04.999Z | Downloaded anstyle v1.0.14 |
| 313 | 2026-08-18T23:16:04.999Z | Downloaded anstyle-parse v1.0.0 |
| 314 | 2026-08-18T23:16:04.999Z | Downloaded camino v1.2.5 |
| 315 | 2026-08-18T23:16:04.999Z | Downloaded anstyle-query v1.1.5 |
| 316 | 2026-08-18T23:16:04.999Z | Downloaded itoa v1.0.17 |
| 317 | 2026-08-18T23:16:04.999Z | Downloaded crypto-common v0.1.7 |
| 318 | 2026-08-18T23:16:04.999Z | Downloaded thread-id v4.2.2 |
| 319 | 2026-08-18T23:16:04.999Z | Downloaded unicode-linebreak v0.1.5 |
| 320 | 2026-08-18T23:16:04.999Z | Downloaded usdt v0.5.0 |
| 321 | 2026-08-18T23:16:05.000Z | Downloaded plain v0.2.3 |
| 322 | 2026-08-18T23:16:05.001Z | Downloaded digest v0.10.7 |
| 323 | 2026-08-18T23:16:05.001Z | Downloaded pretty-hex v0.4.1 |
| 324 | 2026-08-18T23:16:05.002Z | Downloaded strsim v0.11.1 |
| 325 | 2026-08-18T23:16:05.002Z | Downloaded usdt-attr-macro v0.5.0 |
| 326 | 2026-08-18T23:16:05.002Z | Downloaded terminal_size v0.4.3 |
| 327 | 2026-08-18T23:16:05.002Z | Downloaded scroll_derive v0.12.1 |
| 328 | 2026-08-18T23:16:05.002Z | Downloaded serde_spanned v0.6.9 |
| 329 | 2026-08-18T23:16:05.002Z | Downloaded version_check v0.9.5 |
| 330 | 2026-08-18T23:16:05.059Z | Downloaded swrite v0.1.0 |
| 331 | 2026-08-18T23:16:05.059Z | Downloaded smawk v0.3.2 |
| 332 | 2026-08-18T23:16:05.059Z | Downloaded proc-macro-error-attr v1.0.4 |
| 333 | 2026-08-18T23:16:05.059Z | Downloaded tabled_derive v0.7.0 |
| 334 | 2026-08-18T23:16:05.060Z | Downloaded usdt-macro v0.5.0 |
| 335 | 2026-08-18T23:16:05.061Z | Downloaded utf8parse v0.2.2 |
| 336 | 2026-08-18T23:16:05.061Z | Downloaded fs-err v3.3.0 |
| 337 | 2026-08-18T23:16:05.061Z | Downloaded proc-macro-error v1.0.4 |
| 338 | 2026-08-18T23:16:05.061Z | Downloaded cargo_toml v0.21.0 |
| 339 | 2026-08-18T23:16:05.061Z | Downloaded bytecount v0.6.9 |
| 340 | 2026-08-18T23:16:05.061Z | Downloaded clap v4.6.1 |
| 341 | 2026-08-18T23:16:05.061Z | Downloaded getrandom v0.3.4 |
| 342 | 2026-08-18T23:16:05.061Z | Downloaded pest_derive v2.8.6 |
| 343 | 2026-08-18T23:16:05.061Z | Downloaded bitflags v2.11.0 |
| 344 | 2026-08-18T23:16:05.061Z | Downloaded thiserror-impl v1.0.69 |
| 345 | 2026-08-18T23:16:05.061Z | Downloaded toml_datetime v0.6.11 |
| 346 | 2026-08-18T23:16:05.061Z | Downloaded scroll v0.12.0 |
| 347 | 2026-08-18T23:16:05.067Z | Downloaded toml_write v0.1.2 |
| 348 | 2026-08-18T23:16:05.067Z | Downloaded thiserror v1.0.69 |
| 349 | 2026-08-18T23:16:05.067Z | Downloaded usdt-impl v0.5.0 |
| 350 | 2026-08-18T23:16:05.067Z | Downloaded byteorder v1.5.0 |
| 351 | 2026-08-18T23:16:05.108Z | Downloaded serde_tokenstream v0.2.3 |
| 352 | 2026-08-18T23:16:05.108Z | Downloaded thiserror-impl v2.0.18 |
| 353 | 2026-08-18T23:16:05.108Z | Downloaded thiserror v2.0.18 |
| 354 | 2026-08-18T23:16:05.108Z | Downloaded log v0.4.33 |
| 355 | 2026-08-18T23:16:05.108Z | Downloaded once_cell v1.21.3 |
| 356 | 2026-08-18T23:16:05.108Z | Downloaded anyhow v1.0.104 |
| 357 | 2026-08-18T23:16:05.109Z | Downloaded papergrid v0.11.0 |
| 358 | 2026-08-18T23:16:05.109Z | Downloaded quote v1.0.45 |
| 359 | 2026-08-18T23:16:05.109Z | Downloaded semver v1.0.28 |
| 360 | 2026-08-18T23:16:05.109Z | Downloaded toml v0.8.23 |
| 361 | 2026-08-18T23:16:05.109Z | Downloaded pest_generator v2.8.6 |
| 362 | 2026-08-18T23:16:05.109Z | Downloaded sha2 v0.10.9 |
| 363 | 2026-08-18T23:16:05.109Z | Downloaded tempfile v3.27.0 |
| 364 | 2026-08-18T23:16:05.109Z | Downloaded pest_meta v2.8.6 |
| 365 | 2026-08-18T23:16:05.140Z | Downloaded textwrap v0.16.2 |
| 366 | 2026-08-18T23:16:05.140Z | Downloaded unicode-ident v1.0.24 |
| 367 | 2026-08-18T23:16:05.140Z | Downloaded proc-macro2 v1.0.106 |
| 368 | 2026-08-18T23:16:05.140Z | Downloaded serde_derive v1.0.229 |
| 369 | 2026-08-18T23:16:05.141Z | Downloaded toml_edit v0.22.27 |
| 370 | 2026-08-18T23:16:05.141Z | Downloaded ucd-trie v0.1.7 |
| 371 | 2026-08-18T23:16:05.151Z | Downloaded serde_core v1.0.229 |
| 372 | 2026-08-18T23:16:05.151Z | Downloaded memchr v2.8.0 |
| 373 | 2026-08-18T23:16:05.151Z | Downloaded clap_builder v4.6.0 |
| 374 | 2026-08-18T23:16:05.151Z | Downloaded indexmap v2.14.0 |
| 375 | 2026-08-18T23:16:05.151Z | Downloaded serde v1.0.229 |
| 376 | 2026-08-18T23:16:05.160Z | Downloaded typenum v1.20.1 |
| 377 | 2026-08-18T23:16:05.174Z | Downloaded hashbrown v0.17.0 |
| 378 | 2026-08-18T23:16:05.186Z | Downloaded pest v2.8.6 |
| 379 | 2026-08-18T23:16:05.205Z | Downloaded serde_json v1.0.151 |
| 380 | 2026-08-18T23:16:05.247Z | Downloaded goblin v0.8.2 |
| 381 | 2026-08-18T23:16:05.277Z | Downloaded tabled v0.15.0 |
| 382 | 2026-08-18T23:16:05.297Z | Downloaded syn v1.0.109 |
| 383 | 2026-08-18T23:16:05.297Z | Downloaded unicode-width v0.1.14 |
| 384 | 2026-08-18T23:16:05.297Z | Downloaded unicode-width v0.2.0 |
| 385 | 2026-08-18T23:16:05.297Z | Downloaded syn v2.0.117 |
| 386 | 2026-08-18T23:16:05.297Z | Downloaded syn v3.0.3 |
| 387 | 2026-08-18T23:16:05.310Z | Downloaded rustix v1.1.4 |
| 388 | 2026-08-18T23:16:05.352Z | Downloaded libc v0.2.185 |
| 389 | 2026-08-18T23:16:05.401Z | Compiling proc-macro2 v1.0.106 |
| 390 | 2026-08-18T23:16:05.401Z | Compiling quote v1.0.45 |
| 391 | 2026-08-18T23:16:05.401Z | Compiling unicode-ident v1.0.24 |
| 392 | 2026-08-18T23:16:05.401Z | Compiling serde_core v1.0.229 |
| 393 | 2026-08-18T23:16:05.413Z | Compiling libc v0.2.185 |
| 394 | 2026-08-18T23:16:05.413Z | Compiling version_check v0.9.5 |
| 395 | 2026-08-18T23:16:05.413Z | Compiling memchr v2.8.0 |
| 396 | 2026-08-18T23:16:05.413Z | Compiling serde v1.0.229 |
| 397 | 2026-08-18T23:16:05.711Z | Compiling zmij v1.0.21 |
| 398 | 2026-08-18T23:16:05.953Z | Compiling thiserror v1.0.69 |
| 399 | 2026-08-18T23:16:05.957Z | Compiling itoa v1.0.17 |
| 400 | 2026-08-18T23:16:05.984Z | Compiling ucd-trie v0.1.7 |
| 401 | 2026-08-18T23:16:06.233Z | Compiling pest v2.8.6 |
| 402 | 2026-08-18T23:16:06.281Z | Compiling rustix v1.1.4 |
| 403 | 2026-08-18T23:16:06.347Z | Compiling byteorder v1.5.0 |
| 404 | 2026-08-18T23:16:06.463Z | Compiling errno v0.3.14 |
| 405 | 2026-08-18T23:16:06.615Z | Compiling serde_json v1.0.151 |
| 406 | 2026-08-18T23:16:06.789Z | Compiling syn v2.0.117 |
| 407 | 2026-08-18T23:16:06.827Z | Compiling syn v3.0.3 |
| 408 | 2026-08-18T23:16:06.851Z | Compiling bitflags v2.11.0 |
| 409 | 2026-08-18T23:16:06.903Z | Compiling thread-id v4.2.2 |
| 410 | 2026-08-18T23:16:06.995Z | Compiling proc-macro-error-attr v1.0.4 |
| 411 | 2026-08-18T23:16:07.117Z | Compiling usdt-impl v0.5.0 |
| 412 | 2026-08-18T23:16:07.174Z | Compiling syn v1.0.109 |
| 413 | 2026-08-18T23:16:07.328Z | Compiling pest_meta v2.8.6 |
| 414 | 2026-08-18T23:16:07.474Z | Compiling camino v1.2.5 |
| 415 | 2026-08-18T23:16:07.704Z | Compiling proc-macro-error v1.0.4 |
| 416 | 2026-08-18T23:16:07.901Z | Compiling log v0.4.33 |
| 417 | 2026-08-18T23:16:07.942Z | Compiling getrandom v0.3.4 |
| 418 | 2026-08-18T23:16:08.086Z | Compiling plain v0.2.3 |
| 419 | 2026-08-18T23:16:08.169Z | Compiling utf8parse v0.2.2 |
| 420 | 2026-08-18T23:16:08.201Z | Compiling hashbrown v0.17.0 |
| 421 | 2026-08-18T23:16:08.372Z | Compiling equivalent v1.0.2 |
| 422 | 2026-08-18T23:16:08.469Z | Compiling anstyle-parse v1.0.0 |
| 423 | 2026-08-18T23:16:08.579Z | Compiling terminal_size v0.4.3 |
| 424 | 2026-08-18T23:16:08.725Z | Compiling indexmap v2.14.0 |
| 425 | 2026-08-18T23:16:08.956Z | Compiling serde_derive v1.0.229 |
| 426 | 2026-08-18T23:16:09.127Z | Compiling pest_generator v2.8.6 |
| 427 | 2026-08-18T23:16:09.145Z | Compiling anstyle-query v1.1.5 |
| 428 | 2026-08-18T23:16:09.161Z | Compiling toml_write v0.1.2 |
| 429 | 2026-08-18T23:16:09.257Z | Compiling pretty-hex v0.4.1 |
| 430 | 2026-08-18T23:16:09.288Z | Compiling is_terminal_polyfill v1.70.2 |
| 431 | 2026-08-18T23:16:09.348Z | Compiling colorchoice v1.0.4 |
| 432 | 2026-08-18T23:16:09.364Z | Compiling cfg-if v1.0.4 |
| 433 | 2026-08-18T23:16:09.386Z | Compiling thiserror v2.0.18 |
| 434 | 2026-08-18T23:16:09.403Z | Compiling autocfg v1.5.0 |
| 435 | 2026-08-18T23:16:09.437Z | Compiling anstyle v1.0.14 |
| 436 | 2026-08-18T23:16:09.466Z | Compiling winnow v0.7.14 |
| 437 | 2026-08-18T23:16:09.665Z | Compiling anstream v1.0.0 |
| 438 | 2026-08-18T23:16:09.830Z | Compiling fs-err v3.3.0 |
| 439 | 2026-08-18T23:16:10.001Z | Compiling fastrand v2.3.0 |
| 440 | 2026-08-18T23:16:10.017Z | Compiling heck v0.4.1 |
| 441 | 2026-08-18T23:16:10.084Z | Compiling fnv v1.0.7 |
| 442 | 2026-08-18T23:16:10.193Z | Compiling strsim v0.11.1 |
| 443 | 2026-08-18T23:16:10.221Z | Compiling anyhow v1.0.104 |
| 444 | 2026-08-18T23:16:10.238Z | Compiling unicode-width v0.1.14 |
| 445 | 2026-08-18T23:16:10.259Z | Compiling heck v0.5.0 |
| 446 | 2026-08-18T23:16:10.494Z | Compiling once_cell v1.21.3 |
| 447 | 2026-08-18T23:16:10.510Z | Compiling clap_lex v1.0.0 |
| 448 | 2026-08-18T23:16:10.526Z | Compiling bytecount v0.6.9 |
| 449 | 2026-08-18T23:16:10.630Z | Compiling thiserror-impl v1.0.69 |
| 450 | 2026-08-18T23:16:10.661Z | Compiling zerocopy-derive v0.7.35 |
| 451 | 2026-08-18T23:16:10.708Z | Compiling pest_derive v2.8.6 |
| 452 | 2026-08-18T23:16:10.730Z | Compiling scroll_derive v0.12.1 |
| 453 | 2026-08-18T23:16:10.754Z | Compiling thiserror-impl v2.0.18 |
| 454 | 2026-08-18T23:16:10.822Z | Compiling tabled_derive v0.7.0 |
| 455 | 2026-08-18T23:16:10.936Z | Compiling tempfile v3.27.0 |
| 456 | 2026-08-18T23:16:11.167Z | Compiling clap_builder v4.6.0 |
| 457 | 2026-08-18T23:16:11.377Z | Compiling clap_derive v4.6.1 |
| 458 | 2026-08-18T23:16:11.407Z | Compiling scroll v0.12.0 |
| 459 | 2026-08-18T23:16:11.574Z | Compiling zerocopy v0.7.35 |
| 460 | 2026-08-18T23:16:11.716Z | Compiling goblin v0.8.2 |
| 461 | 2026-08-18T23:16:11.754Z | Compiling papergrid v0.11.0 |
| 462 | 2026-08-18T23:16:12.104Z | Compiling dtrace-parser v0.2.0 |
| 463 | 2026-08-18T23:16:12.244Z | Compiling serde_spanned v0.6.9 |
| 464 | 2026-08-18T23:16:12.288Z | Compiling toml_datetime v0.6.11 |
| 465 | 2026-08-18T23:16:12.870Z | Compiling dof v0.3.0 |
| 466 | 2026-08-18T23:16:12.889Z | Compiling serde_tokenstream v0.2.3 |
| 467 | 2026-08-18T23:16:12.889Z | Compiling toml_edit v0.22.27 |
| 468 | 2026-08-18T23:16:12.903Z | Compiling semver v1.0.28 |
| 469 | 2026-08-18T23:16:12.903Z | Compiling cargo-platform v0.3.2 |
| 470 | 2026-08-18T23:16:13.113Z | Compiling memmap v0.7.0 |
| 471 | 2026-08-18T23:16:13.162Z | Compiling unicode-width v0.2.0 |
| 472 | 2026-08-18T23:16:13.162Z | Compiling unicode-linebreak v0.1.5 |
| 473 | 2026-08-18T23:16:13.234Z | Compiling smawk v0.3.2 |
| 474 | 2026-08-18T23:16:13.294Z | Compiling clap v4.6.1 |
| 475 | 2026-08-18T23:16:13.338Z | Compiling cargo_metadata v0.23.1 |
| 476 | 2026-08-18T23:16:13.407Z | Compiling textwrap v0.16.2 |
| 477 | 2026-08-18T23:16:13.450Z | Compiling tabled v0.15.0 |
| 478 | 2026-08-18T23:16:13.469Z | Compiling usdt-attr-macro v0.5.0 |
| 479 | 2026-08-18T23:16:13.675Z | Compiling usdt-macro v0.5.0 |
| 480 | 2026-08-18T23:16:13.858Z | Compiling macaddr v1.0.1 |
| 481 | 2026-08-18T23:16:14.139Z | Compiling toml v0.8.23 |
| 482 | 2026-08-18T23:16:14.181Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-08-18T23:16:14.296Z | Compiling camino-tempfile v1.4.1 |
| 484 | 2026-08-18T23:16:14.609Z | Compiling cargo_toml v0.21.0 |
| 485 | 2026-08-18T23:16:14.731Z | Compiling swrite v0.1.0 |
| 486 | 2026-08-18T23:16:14.924Z | Compiling usdt v0.5.0 |
| 487 | 2026-08-18T23:16:15.966Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 488 | 2026-08-18T23:16:18.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.91s |
| 489 | 2026-08-18T23:16:18.413Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 490 | 2026-08-18T23:16:18.927Z | Downloading crates ... |
| 491 | 2026-08-18T23:16:18.986Z | Downloaded backtrace-ext v0.2.1 |
| 492 | 2026-08-18T23:16:18.990Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 493 | 2026-08-18T23:16:18.994Z | Downloaded adler2 v2.0.1 |
| 494 | 2026-08-18T23:16:18.997Z | Downloaded cfg_aliases v0.2.1 |
| 495 | 2026-08-18T23:16:19.001Z | Downloaded atty v0.2.14 |
| 496 | 2026-08-18T23:16:19.001Z | Downloaded block-padding v0.4.2 |
| 497 | 2026-08-18T23:16:19.004Z | Downloaded cobs v0.3.0 |
| 498 | 2026-08-18T23:16:19.007Z | Downloaded assert_matches v1.5.0 |
| 499 | 2026-08-18T23:16:19.009Z | Downloaded async-stream-impl v0.3.6 |
| 500 | 2026-08-18T23:16:19.010Z | Downloaded bitfield-struct v0.6.2 |
| 501 | 2026-08-18T23:16:19.010Z | Downloaded aead v0.6.1 |
| 502 | 2026-08-18T23:16:19.010Z | Downloaded argon2 v0.5.3 |
| 503 | 2026-08-18T23:16:19.014Z | Downloaded env_filter v2.0.0 |
| 504 | 2026-08-18T23:16:19.014Z | Downloaded foreign-types-shared v0.1.1 |
| 505 | 2026-08-18T23:16:19.014Z | Downloaded enum-as-inner v0.6.1 |
| 506 | 2026-08-18T23:16:19.018Z | Downloaded enum_dispatch v0.3.13 |
| 507 | 2026-08-18T23:16:19.018Z | Downloaded foreign-types v0.3.2 |
| 508 | 2026-08-18T23:16:19.019Z | Downloaded embedded-io v0.6.1 |
| 509 | 2026-08-18T23:16:19.019Z | Downloaded futures-io v0.3.32 |
| 510 | 2026-08-18T23:16:19.019Z | Downloaded base16ct v1.0.0 |
| 511 | 2026-08-18T23:16:19.023Z | Downloaded aead v0.5.2 |
| 512 | 2026-08-18T23:16:19.023Z | Downloaded base16ct v0.2.0 |
| 513 | 2026-08-18T23:16:19.023Z | Downloaded env_logger v0.11.11 |
| 514 | 2026-08-18T23:16:19.023Z | Downloaded foreign-types-shared v0.3.1 |
| 515 | 2026-08-18T23:16:19.026Z | Downloaded bitfield-macros v0.19.4 |
| 516 | 2026-08-18T23:16:19.026Z | Downloaded bs58 v0.5.1 |
| 517 | 2026-08-18T23:16:19.026Z | Downloaded camino-tempfile-ext v0.3.3 |
| 518 | 2026-08-18T23:16:19.026Z | Downloaded cipher v0.5.2 |
| 519 | 2026-08-18T23:16:19.029Z | Downloaded futures-task v0.3.32 |
| 520 | 2026-08-18T23:16:19.029Z | Downloaded fxhash v0.2.1 |
| 521 | 2026-08-18T23:16:19.035Z | Downloaded funty v2.0.0 |
| 522 | 2026-08-18T23:16:19.035Z | Downloaded block-buffer v0.12.1 |
| 523 | 2026-08-18T23:16:19.035Z | Downloaded ciborium-ll v0.2.2 |
| 524 | 2026-08-18T23:16:19.035Z | Downloaded endian-type v0.1.2 |
| 525 | 2026-08-18T23:16:19.035Z | Downloaded float-cmp v0.10.0 |
| 526 | 2026-08-18T23:16:19.038Z | Downloaded gethostname v0.5.0 |
| 527 | 2026-08-18T23:16:19.038Z | Downloaded futures-sink v0.3.32 |
| 528 | 2026-08-18T23:16:19.041Z | Downloaded async-stream v0.3.6 |
| 529 | 2026-08-18T23:16:19.041Z | Downloaded futures-core v0.3.32 |
| 530 | 2026-08-18T23:16:19.041Z | Downloaded async-recursion v1.1.1 |
| 531 | 2026-08-18T23:16:19.044Z | Downloaded atomicwrites v0.4.4 |
| 532 | 2026-08-18T23:16:19.044Z | Downloaded foreign-types v0.5.0 |
| 533 | 2026-08-18T23:16:19.044Z | Downloaded foreign-types-macros v0.2.3 |
| 534 | 2026-08-18T23:16:19.047Z | Downloaded futures-macro v0.3.32 |
| 535 | 2026-08-18T23:16:19.047Z | Downloaded bb8 v0.8.6 |
| 536 | 2026-08-18T23:16:19.047Z | Downloaded elliptic-curve v0.14.1 |
| 537 | 2026-08-18T23:16:19.050Z | Downloaded embedded-io v0.4.0 |
| 538 | 2026-08-18T23:16:19.050Z | Downloaded form_urlencoded v1.2.2 |
| 539 | 2026-08-18T23:16:19.050Z | Downloaded const-oid v0.10.2 |
| 540 | 2026-08-18T23:16:19.052Z | Downloaded float-ord v0.3.2 |
| 541 | 2026-08-18T23:16:19.053Z | Downloaded globwalk v0.9.1 |
| 542 | 2026-08-18T23:16:19.055Z | Downloaded async-trait v0.1.89 |
| 543 | 2026-08-18T23:16:19.058Z | Downloaded base64ct v1.8.3 |
| 544 | 2026-08-18T23:16:19.058Z | Downloaded bit-vec v0.8.0 |
| 545 | 2026-08-18T23:16:19.061Z | Downloaded fd-lock v4.0.4 |
| 546 | 2026-08-18T23:16:19.061Z | Downloaded fixedbitset v0.4.2 |
| 547 | 2026-08-18T23:16:19.061Z | Downloaded hash32 v0.3.1 |
| 548 | 2026-08-18T23:16:19.064Z | Downloaded atomic-waker v1.1.2 |
| 549 | 2026-08-18T23:16:19.064Z | Downloaded compression-core v0.4.31 |
| 550 | 2026-08-18T23:16:19.064Z | Downloaded cfg_aliases v0.1.1 |
| 551 | 2026-08-18T23:16:19.064Z | Downloaded array-init v0.0.4 |
| 552 | 2026-08-18T23:16:19.064Z | Downloaded bit-set v0.5.3 |
| 553 | 2026-08-18T23:16:19.067Z | Downloaded flagset v0.4.7 |
| 554 | 2026-08-18T23:16:19.067Z | Downloaded fs-err v2.11.0 |
| 555 | 2026-08-18T23:16:19.069Z | Downloaded ciborium-io v0.2.2 |
| 556 | 2026-08-18T23:16:19.072Z | Downloaded foldhash v0.1.5 |
| 557 | 2026-08-18T23:16:19.075Z | Downloaded fallible-iterator v0.2.0 |
| 558 | 2026-08-18T23:16:19.078Z | Downloaded foldhash v0.2.0 |
| 559 | 2026-08-18T23:16:19.080Z | Downloaded futures v0.3.32 |
| 560 | 2026-08-18T23:16:19.083Z | Downloaded hash32 v0.2.1 |
| 561 | 2026-08-18T23:16:19.083Z | Downloaded arrayref v0.3.9 |
| 562 | 2026-08-18T23:16:19.086Z | Downloaded home v0.5.12 |
| 563 | 2026-08-18T23:16:19.089Z | Downloaded nodrop v0.1.14 |
| 564 | 2026-08-18T23:16:19.089Z | Downloaded ascii-canvas v3.0.0 |
| 565 | 2026-08-18T23:16:19.091Z | Downloaded castaway v0.2.4 |
| 566 | 2026-08-18T23:16:19.094Z | Downloaded headers-core v0.3.0 |
| 567 | 2026-08-18T23:16:19.094Z | Downloaded http-body v1.0.1 |
| 568 | 2026-08-18T23:16:19.098Z | Downloaded hubpack v0.1.2 |
| 569 | 2026-08-18T23:16:19.101Z | Downloaded http-range v0.1.5 |
| 570 | 2026-08-18T23:16:19.106Z | Downloaded hostname v0.3.1 |
| 571 | 2026-08-18T23:16:19.106Z | Downloaded hubpack_derive v0.1.1 |
| 572 | 2026-08-18T23:16:19.106Z | Downloaded hex v0.4.3 |
| 573 | 2026-08-18T23:16:19.111Z | Downloaded hostname v0.4.2 |
| 574 | 2026-08-18T23:16:19.111Z | Downloaded bit-set v0.8.0 |
| 575 | 2026-08-18T23:16:19.111Z | Downloaded bitfield v0.19.4 |
| 576 | 2026-08-18T23:16:19.111Z | Downloaded backoff v0.4.0 |
| 577 | 2026-08-18T23:16:19.115Z | Downloaded bitflags v1.3.2 |
| 578 | 2026-08-18T23:16:19.117Z | Downloaded git-stub v1.0.0 |
| 579 | 2026-08-18T23:16:19.117Z | Downloaded ghash v0.6.0 |
| 580 | 2026-08-18T23:16:19.121Z | Downloaded httpdate v1.0.3 |
| 581 | 2026-08-18T23:16:19.121Z | Downloaded cbc v0.2.1 |
| 582 | 2026-08-18T23:16:19.121Z | Downloaded peg-runtime v0.8.5 |
| 583 | 2026-08-18T23:16:19.121Z | Downloaded parse-size v1.1.0 |
| 584 | 2026-08-18T23:16:19.124Z | Downloaded async-bb8-diesel v0.2.1 |
| 585 | 2026-08-18T23:16:19.124Z | Downloaded addr2line v0.25.1 |
| 586 | 2026-08-18T23:16:19.124Z | Downloaded ena v0.14.4 |
| 587 | 2026-08-18T23:16:19.124Z | Downloaded filetime v0.2.27 |
| 588 | 2026-08-18T23:16:19.127Z | Downloaded fs_extra v1.3.0 |
| 589 | 2026-08-18T23:16:19.127Z | Downloaded newline-converter v0.3.0 |
| 590 | 2026-08-18T23:16:19.127Z | Downloaded nibble_vec v0.1.0 |
| 591 | 2026-08-18T23:16:19.127Z | Downloaded normalize-line-endings v0.3.0 |
| 592 | 2026-08-18T23:16:19.127Z | Downloaded oso-derive v0.27.3 |
| 593 | 2026-08-18T23:16:19.130Z | Downloaded ff v0.13.1 |
| 594 | 2026-08-18T23:16:19.130Z | Downloaded group v0.14.0 |
| 595 | 2026-08-18T23:16:19.130Z | Downloaded http-body-util v0.1.3 |
| 596 | 2026-08-18T23:16:19.132Z | Downloaded bit-vec v0.6.3 |
| 597 | 2026-08-18T23:16:19.133Z | Downloaded num_threads v0.1.7 |
| 598 | 2026-08-18T23:16:19.135Z | Downloaded phf_shared v0.11.3 |
| 599 | 2026-08-18T23:16:19.135Z | Downloaded progenitor-client v0.14.0 |
| 600 | 2026-08-18T23:16:19.138Z | Downloaded progenitor-macro v0.14.0 |
| 601 | 2026-08-18T23:16:19.140Z | Downloaded futures-channel v0.3.32 |
| 602 | 2026-08-18T23:16:19.143Z | Downloaded httparse v1.10.1 |
| 603 | 2026-08-18T23:16:19.146Z | Downloaded progenitor-macro v0.13.0 |
| 604 | 2026-08-18T23:16:19.146Z | Downloaded recursive v0.1.1 |
| 605 | 2026-08-18T23:16:19.146Z | Downloaded rtoolbox v0.0.3 |
| 606 | 2026-08-18T23:16:19.146Z | Downloaded futures-executor v0.3.32 |
| 607 | 2026-08-18T23:16:19.146Z | Downloaded bcs v0.1.6 |
| 608 | 2026-08-18T23:16:19.149Z | Downloaded rfc6979 v0.4.0 |
| 609 | 2026-08-18T23:16:19.149Z | Downloaded rand_xorshift v0.4.0 |
| 610 | 2026-08-18T23:16:19.151Z | Downloaded blowfish v0.10.0 |
| 611 | 2026-08-18T23:16:19.151Z | Downloaded cassowary v0.3.0 |
| 612 | 2026-08-18T23:16:19.151Z | Downloaded radium v0.7.0 |
| 613 | 2026-08-18T23:16:19.154Z | Downloaded buf-list v1.1.2 |
| 614 | 2026-08-18T23:16:19.155Z | Downloaded anstream v0.6.21 |
| 615 | 2026-08-18T23:16:19.160Z | Downloaded rustc-hash v2.1.1 |
| 616 | 2026-08-18T23:16:19.160Z | Downloaded scheduled-thread-pool v0.2.7 |
| 617 | 2026-08-18T23:16:19.160Z | Downloaded rustc_version v0.1.7 |
| 618 | 2026-08-18T23:16:19.160Z | Downloaded serde-big-array v0.5.1 |
| 619 | 2026-08-18T23:16:19.163Z | Downloaded anstyle-parse v0.2.7 |
| 620 | 2026-08-18T23:16:19.163Z | Downloaded serde_spanned v1.1.1 |
| 621 | 2026-08-18T23:16:19.166Z | Downloaded hex-literal v1.1.0 |
| 622 | 2026-08-18T23:16:19.166Z | Downloaded ff v0.14.0 |
| 623 | 2026-08-18T23:16:19.171Z | Downloaded byte-wrapper v0.1.0 |
| 624 | 2026-08-18T23:16:19.174Z | Downloaded cmake v0.1.57 |
| 625 | 2026-08-18T23:16:19.174Z | Downloaded scopeguard v1.2.0 |
| 626 | 2026-08-18T23:16:19.176Z | Downloaded globset v0.4.18 |
| 627 | 2026-08-18T23:16:19.176Z | Downloaded group v0.13.0 |
| 628 | 2026-08-18T23:16:19.176Z | Downloaded highway v1.3.0 |
| 629 | 2026-08-18T23:16:19.176Z | Downloaded parse-display-derive v0.10.0 |
| 630 | 2026-08-18T23:16:19.179Z | Downloaded fixedbitset v0.5.7 |
| 631 | 2026-08-18T23:16:19.179Z | Downloaded signal-hook-mio v0.2.5 |
| 632 | 2026-08-18T23:16:19.182Z | Downloaded bzip2 v0.4.4 |
| 633 | 2026-08-18T23:16:19.182Z | Downloaded num_enum v0.5.11 |
| 634 | 2026-08-18T23:16:19.184Z | Downloaded arrayvec v0.7.6 |
| 635 | 2026-08-18T23:16:19.187Z | Downloaded glob v0.3.3 |
| 636 | 2026-08-18T23:16:19.187Z | Downloaded num-integer v0.1.46 |
| 637 | 2026-08-18T23:16:19.187Z | Downloaded colored v3.1.1 |
| 638 | 2026-08-18T23:16:19.190Z | Downloaded console v0.16.2 |
| 639 | 2026-08-18T23:16:19.190Z | Downloaded blake2 v0.11.0-rc.6 |
| 640 | 2026-08-18T23:16:19.193Z | Downloaded argon2 v0.6.0-rc.8 |
| 641 | 2026-08-18T23:16:19.194Z | Downloaded find-msvc-tools v0.1.9 |
| 642 | 2026-08-18T23:16:19.194Z | Downloaded sqlparser_derive v0.5.0 |
| 643 | 2026-08-18T23:16:19.197Z | Downloaded git-stub-vcs v0.1.0 |
| 644 | 2026-08-18T23:16:19.197Z | Downloaded slog-envlogger v2.2.0 |
| 645 | 2026-08-18T23:16:19.199Z | Downloaded stable_deref_trait v1.2.1 |
| 646 | 2026-08-18T23:16:19.200Z | Downloaded strum v0.27.2 |
| 647 | 2026-08-18T23:16:19.200Z | Downloaded compact_str v0.8.1 |
| 648 | 2026-08-18T23:16:19.202Z | Downloaded peg-macros v0.8.5 |
| 649 | 2026-08-18T23:16:19.205Z | Downloaded supports-hyperlinks v3.2.0 |
| 650 | 2026-08-18T23:16:19.208Z | Downloaded generic-array v1.4.3 |
| 651 | 2026-08-18T23:16:19.210Z | Downloaded pin-project-internal v1.1.11 |
| 652 | 2026-08-18T23:16:19.210Z | Downloaded rand_seeder v0.4.0 |
| 653 | 2026-08-18T23:16:19.210Z | Downloaded port-file v0.1.0 |
| 654 | 2026-08-18T23:16:19.213Z | Downloaded primeorder v0.13.6 |
| 655 | 2026-08-18T23:16:19.213Z | Downloaded proc-macro-error2 v2.0.1 |
| 656 | 2026-08-18T23:16:19.216Z | Downloaded structmeta v0.3.0 |
| 657 | 2026-08-18T23:16:19.216Z | Downloaded tap v1.0.1 |
| 658 | 2026-08-18T23:16:19.216Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 659 | 2026-08-18T23:16:19.219Z | Downloaded unicode-xid v0.2.6 |
| 660 | 2026-08-18T23:16:19.223Z | Downloaded rand_core v0.6.4 |
| 661 | 2026-08-18T23:16:19.226Z | Downloaded universal-hash v0.5.1 |
| 662 | 2026-08-18T23:16:19.226Z | Downloaded resolv-conf v0.7.6 |
| 663 | 2026-08-18T23:16:19.228Z | Downloaded rustc-demangle v0.1.27 |
| 664 | 2026-08-18T23:16:19.228Z | Downloaded rusty-fork v0.3.1 |
| 665 | 2026-08-18T23:16:19.232Z | Downloaded cexpr v0.6.0 |
| 666 | 2026-08-18T23:16:19.235Z | Downloaded chacha20 v0.9.1 |
| 667 | 2026-08-18T23:16:19.235Z | Downloaded ciborium v0.2.2 |
| 668 | 2026-08-18T23:16:19.237Z | Downloaded chacha20 v0.10.0 |
| 669 | 2026-08-18T23:16:19.237Z | Downloaded clang-sys v1.8.1 |
| 670 | 2026-08-18T23:16:19.240Z | Downloaded ahash v0.8.12 |
| 671 | 2026-08-18T23:16:19.240Z | Downloaded cipher v0.4.4 |
| 672 | 2026-08-18T23:16:19.240Z | Downloaded usdt v0.6.0 |
| 673 | 2026-08-18T23:16:19.243Z | Downloaded usdt-attr-macro v0.6.0 |
| 674 | 2026-08-18T23:16:19.243Z | Downloaded bzip2 v0.6.1 |
| 675 | 2026-08-18T23:16:19.243Z | Downloaded cmov v0.5.4 |
| 676 | 2026-08-18T23:16:19.243Z | Downloaded compression-codecs v0.4.37 |
| 677 | 2026-08-18T23:16:19.247Z | Downloaded blake2 v0.10.6 |
| 678 | 2026-08-18T23:16:19.249Z | Downloaded colored v2.2.0 |
| 679 | 2026-08-18T23:16:19.249Z | Downloaded const-oid v0.9.6 |
| 680 | 2026-08-18T23:16:19.249Z | Downloaded getrandom v0.2.17 |
| 681 | 2026-08-18T23:16:19.252Z | Downloaded schemars_derive v0.8.22 |
| 682 | 2026-08-18T23:16:19.256Z | Downloaded hmac v0.12.1 |
| 683 | 2026-08-18T23:16:19.258Z | Downloaded cancel-safe-futures v0.1.5 |
| 684 | 2026-08-18T23:16:19.262Z | Downloaded erased-serde v0.3.31 |
| 685 | 2026-08-18T23:16:19.265Z | Downloaded cpubits v0.1.1 |
| 686 | 2026-08-18T23:16:19.267Z | Downloaded crucible-workspace-hack v0.1.0 |
| 687 | 2026-08-18T23:16:19.267Z | Downloaded darling_macro v0.13.4 |
| 688 | 2026-08-18T23:16:19.267Z | Downloaded fatfs v0.3.6 |
| 689 | 2026-08-18T23:16:19.267Z | Downloaded chacha20poly1305 v0.10.1 |
| 690 | 2026-08-18T23:16:19.270Z | Downloaded hmac v0.13.0 |
| 691 | 2026-08-18T23:16:19.270Z | Downloaded slog-term v2.9.2 |
| 692 | 2026-08-18T23:16:19.273Z | Downloaded spki v0.8.0 |
| 693 | 2026-08-18T23:16:19.273Z | Downloaded crypto-common v0.2.2 |
| 694 | 2026-08-18T23:16:19.276Z | Downloaded parking_lot v0.12.5 |
| 695 | 2026-08-18T23:16:19.279Z | Downloaded string_cache v0.8.9 |
| 696 | 2026-08-18T23:16:19.283Z | Downloaded postgres-protocol v0.6.10 |
| 697 | 2026-08-18T23:16:19.285Z | Downloaded postgres-types v0.2.12 |
| 698 | 2026-08-18T23:16:19.288Z | Downloaded scroll v0.13.0 |
| 699 | 2026-08-18T23:16:19.288Z | Downloaded subtle v2.6.1 |
| 700 | 2026-08-18T23:16:19.291Z | Downloaded dirs-next v2.0.0 |
| 701 | 2026-08-18T23:16:19.294Z | Downloaded ident_case v1.0.1 |
| 702 | 2026-08-18T23:16:19.294Z | Downloaded vergen-gitcl v1.0.8 |
| 703 | 2026-08-18T23:16:19.297Z | Downloaded is-terminal v0.4.17 |
| 704 | 2026-08-18T23:16:19.297Z | Downloaded dsl_auto_type v0.2.0 |
| 705 | 2026-08-18T23:16:19.301Z | Downloaded is_ci v1.2.0 |
| 706 | 2026-08-18T23:16:19.305Z | Downloaded termios v0.3.3 |
| 707 | 2026-08-18T23:16:19.305Z | Downloaded tinystr v0.8.2 |
| 708 | 2026-08-18T23:16:19.305Z | Downloaded kstat-rs v0.2.5 |
| 709 | 2026-08-18T23:16:19.308Z | Downloaded lru-slab v0.1.2 |
| 710 | 2026-08-18T23:16:19.308Z | Downloaded thiserror-no-std v2.0.2 |
| 711 | 2026-08-18T23:16:19.308Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 712 | 2026-08-18T23:16:19.311Z | Downloaded typify-macro v0.6.2 |
| 713 | 2026-08-18T23:16:19.311Z | Downloaded console v0.15.11 |
| 714 | 2026-08-18T23:16:19.314Z | Downloaded allocator-api2 v0.2.21 |
| 715 | 2026-08-18T23:16:19.320Z | Downloaded serde_with_macros v1.5.2 |
| 716 | 2026-08-18T23:16:19.322Z | Downloaded vsss-rs v3.3.4 |
| 717 | 2026-08-18T23:16:19.322Z | Downloaded wyz v0.5.1 |
| 718 | 2026-08-18T23:16:19.326Z | Downloaded new_debug_unreachable v1.0.6 |
| 719 | 2026-08-18T23:16:19.326Z | Downloaded getrandom v0.4.3 |
| 720 | 2026-08-18T23:16:19.328Z | Downloaded lzss v0.8.2 |
| 721 | 2026-08-18T23:16:19.329Z | Downloaded sha2 v0.11.0 |
| 722 | 2026-08-18T23:16:19.331Z | Downloaded zerovec-derive v0.11.2 |
| 723 | 2026-08-18T23:16:19.331Z | Downloaded zstd-safe v7.2.4 |
| 724 | 2026-08-18T23:16:19.334Z | Downloaded backon v1.6.0 |
| 725 | 2026-08-18T23:16:19.334Z | Downloaded half v1.8.3 |
| 726 | 2026-08-18T23:16:19.337Z | Downloaded lru-cache v0.1.2 |
| 727 | 2026-08-18T23:16:19.340Z | Downloaded corncobs v0.1.4 |
| 728 | 2026-08-18T23:16:19.340Z | Downloaded backtrace v0.3.76 |
| 729 | 2026-08-18T23:16:19.342Z | Downloaded darling v0.13.4 |
| 730 | 2026-08-18T23:16:19.345Z | Downloaded constant_time_eq v0.4.2 |
| 731 | 2026-08-18T23:16:19.345Z | Downloaded csv-core v0.1.13 |
| 732 | 2026-08-18T23:16:19.345Z | Downloaded defmt v1.0.1 |
| 733 | 2026-08-18T23:16:19.348Z | Downloaded num v0.4.3 |
| 734 | 2026-08-18T23:16:19.348Z | Downloaded openssl-macros v0.1.1 |
| 735 | 2026-08-18T23:16:19.351Z | Downloaded percent-encoding v2.3.2 |
| 736 | 2026-08-18T23:16:19.354Z | Downloaded oso v0.27.3 |
| 737 | 2026-08-18T23:16:19.357Z | Downloaded data-encoding v2.10.0 |
| 738 | 2026-08-18T23:16:19.357Z | Downloaded password-hash v0.6.1 |
| 739 | 2026-08-18T23:16:19.360Z | Downloaded prefix-trie v0.7.0 |
| 740 | 2026-08-18T23:16:19.362Z | Downloaded rcgen v0.12.1 |
| 741 | 2026-08-18T23:16:19.362Z | Downloaded tokio-native-tls v0.3.1 |
| 742 | 2026-08-18T23:16:19.365Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 743 | 2026-08-18T23:16:19.365Z | Downloaded twox-hash v2.1.2 |
| 744 | 2026-08-18T23:16:19.368Z | Downloaded dtrace-parser v0.3.0 |
| 745 | 2026-08-18T23:16:19.370Z | Downloaded ingot v0.2.1 |
| 746 | 2026-08-18T23:16:19.370Z | Downloaded keccak v0.2.0 |
| 747 | 2026-08-18T23:16:19.373Z | Downloaded document-features v0.2.12 |
| 748 | 2026-08-18T23:16:19.373Z | Downloaded ref-cast-impl v1.0.25 |
| 749 | 2026-08-18T23:16:19.378Z | Downloaded russh-util v0.52.0 |
| 750 | 2026-08-18T23:16:19.380Z | Downloaded rustc_version v0.4.1 |
| 751 | 2026-08-18T23:16:19.380Z | Downloaded rand_chacha v0.3.1 |
| 752 | 2026-08-18T23:16:19.380Z | Downloaded rfc6979 v0.6.0 |
| 753 | 2026-08-18T23:16:19.380Z | Downloaded secrecy v0.8.0 |
| 754 | 2026-08-18T23:16:19.383Z | Downloaded secrecy v0.10.3 |
| 755 | 2026-08-18T23:16:19.386Z | Downloaded r2d2 v0.8.10 |
| 756 | 2026-08-18T23:16:19.389Z | Downloaded tracing-attributes v0.1.31 |
| 757 | 2026-08-18T23:16:19.392Z | Downloaded serde_cbor v0.11.2 |
| 758 | 2026-08-18T23:16:19.392Z | Downloaded writeable v0.6.2 |
| 759 | 2026-08-18T23:16:19.395Z | Downloaded arc-swap v1.8.2 |
| 760 | 2026-08-18T23:16:19.398Z | Downloaded bytes v1.11.1 |
| 761 | 2026-08-18T23:16:19.400Z | Downloaded humantime v2.3.0 |
| 762 | 2026-08-18T23:16:19.400Z | Downloaded miette-derive v7.6.0 |
| 763 | 2026-08-18T23:16:19.400Z | Downloaded serde_with_macros v3.21.0 |
| 764 | 2026-08-18T23:16:19.403Z | Downloaded semver v0.1.20 |
| 765 | 2026-08-18T23:16:19.406Z | Downloaded sha1 v0.11.0 |
| 766 | 2026-08-18T23:16:19.406Z | Downloaded heapless v0.8.0 |
| 767 | 2026-08-18T23:16:19.408Z | Downloaded native-tls v0.2.18 |
| 768 | 2026-08-18T23:16:19.413Z | Downloaded bumpalo v3.20.2 |
| 769 | 2026-08-18T23:16:19.415Z | Downloaded chumsky v0.9.3 |
| 770 | 2026-08-18T23:16:19.418Z | Downloaded siphasher v1.0.2 |
| 771 | 2026-08-18T23:16:19.418Z | Downloaded heapless v0.7.17 |
| 772 | 2026-08-18T23:16:19.421Z | Downloaded signal-hook v0.3.18 |
| 773 | 2026-08-18T23:16:19.421Z | Downloaded darling v0.20.11 |
| 774 | 2026-08-18T23:16:19.424Z | Downloaded similar v2.7.0 |
| 775 | 2026-08-18T23:16:19.427Z | Downloaded crossbeam-epoch v0.9.18 |
| 776 | 2026-08-18T23:16:19.430Z | Downloaded num_enum v0.7.6 |
| 777 | 2026-08-18T23:16:19.432Z | Downloaded owo-colors v4.3.0 |
| 778 | 2026-08-18T23:16:19.432Z | Downloaded pkcs8 v0.10.2 |
| 779 | 2026-08-18T23:16:19.435Z | Downloaded strum v0.26.3 |
| 780 | 2026-08-18T23:16:19.435Z | Downloaded termtree v0.5.1 |
| 781 | 2026-08-18T23:16:19.435Z | Downloaded testing_table v0.3.0 |
| 782 | 2026-08-18T23:16:19.435Z | Downloaded half v2.7.1 |
| 783 | 2026-08-18T23:16:19.438Z | Downloaded flate2 v1.1.9 |
| 784 | 2026-08-18T23:16:19.441Z | Downloaded flume v0.11.1 |
| 785 | 2026-08-18T23:16:19.441Z | Downloaded base64 v0.22.1 |
| 786 | 2026-08-18T23:16:19.443Z | Downloaded diff v0.1.13 |
| 787 | 2026-08-18T23:16:19.446Z | Downloaded pkcs5 v0.8.1 |
| 788 | 2026-08-18T23:16:19.449Z | Downloaded oxnet v0.1.6 |
| 789 | 2026-08-18T23:16:19.449Z | Downloaded paste v1.0.15 |
| 790 | 2026-08-18T23:16:19.449Z | Downloaded progenitor-extras v0.2.0 |
| 791 | 2026-08-18T23:16:19.452Z | Downloaded parking_lot_core v0.8.6 |
| 792 | 2026-08-18T23:16:19.452Z | Downloaded primefield v0.14.0 |
| 793 | 2026-08-18T23:16:19.452Z | Downloaded toml v0.7.8 |
| 794 | 2026-08-18T23:16:19.454Z | Downloaded tower-layer v0.3.3 |
| 795 | 2026-08-18T23:16:19.454Z | Downloaded ingot-macros v0.2.0 |
| 796 | 2026-08-18T23:16:19.455Z | Downloaded strip-ansi-escapes v0.2.1 |
| 797 | 2026-08-18T23:16:19.457Z | Downloaded sync_wrapper v1.0.2 |
| 798 | 2026-08-18T23:16:19.457Z | Downloaded hybrid-array v0.4.13 |
| 799 | 2026-08-18T23:16:19.457Z | Downloaded convert_case v0.4.0 |
| 800 | 2026-08-18T23:16:19.458Z | Downloaded try-lock v0.2.5 |
| 801 | 2026-08-18T23:16:19.460Z | Downloaded unicode-truncate v1.1.0 |
| 802 | 2026-08-18T23:16:19.460Z | Downloaded universal-hash v0.6.1 |
| 803 | 2026-08-18T23:16:19.460Z | Downloaded untrusted v0.7.1 |
| 804 | 2026-08-18T23:16:19.460Z | Downloaded waitgroup v0.1.2 |
| 805 | 2026-08-18T23:16:19.467Z | Downloaded vte v0.14.1 |
| 806 | 2026-08-18T23:16:19.470Z | Downloaded ar_archive_writer v0.5.1 |
| 807 | 2026-08-18T23:16:19.473Z | Downloaded base64 v0.21.7 |
| 808 | 2026-08-18T23:16:19.473Z | Downloaded unicode-bidi v0.3.18 |
| 809 | 2026-08-18T23:16:19.477Z | Downloaded litemap v0.8.1 |
| 810 | 2026-08-18T23:16:19.482Z | Downloaded wnaf v0.14.0 |
| 811 | 2026-08-18T23:16:19.487Z | Downloaded crc v3.4.0 |
| 812 | 2026-08-18T23:16:19.489Z | Downloaded scrypt v0.12.0 |
| 813 | 2026-08-18T23:16:19.492Z | Downloaded downcast-rs v2.0.2 |
| 814 | 2026-08-18T23:16:19.493Z | Downloaded dof v0.4.0 |
| 815 | 2026-08-18T23:16:19.493Z | Downloaded slog-stdlog v4.1.1 |
| 816 | 2026-08-18T23:16:19.493Z | Downloaded crc8 v0.1.1 |
| 817 | 2026-08-18T23:16:19.496Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 818 | 2026-08-18T23:16:19.496Z | Downloaded shell-words v1.1.1 |
| 819 | 2026-08-18T23:16:19.496Z | Downloaded async-compression v0.4.41 |
| 820 | 2026-08-18T23:16:19.498Z | Downloaded headers v0.4.1 |
| 821 | 2026-08-18T23:16:19.501Z | Downloaded cookie_store v0.22.1 |
| 822 | 2026-08-18T23:16:19.501Z | Downloaded hickory-resolver v0.25.2 |
| 823 | 2026-08-18T23:16:19.504Z | Downloaded shlex v1.3.0 |
| 824 | 2026-08-18T23:16:19.504Z | Downloaded spki v0.7.3 |
| 825 | 2026-08-18T23:16:19.507Z | Downloaded postcard v1.1.3 |
| 826 | 2026-08-18T23:16:19.507Z | Downloaded darling_macro v0.20.11 |
| 827 | 2026-08-18T23:16:19.507Z | Downloaded digest-io v0.1.0 |
| 828 | 2026-08-18T23:16:19.509Z | Downloaded idna_adapter v1.2.1 |
| 829 | 2026-08-18T23:16:19.509Z | Downloaded pkcs8 v0.11.0 |
| 830 | 2026-08-18T23:16:19.509Z | Downloaded slog-async v2.8.0 |
| 831 | 2026-08-18T23:16:19.512Z | Downloaded synstructure v0.13.2 |
| 832 | 2026-08-18T23:16:19.512Z | Downloaded instant v0.1.13 |
| 833 | 2026-08-18T23:16:19.512Z | Downloaded hickory-resolver v0.24.4 |
| 834 | 2026-08-18T23:16:19.515Z | Downloaded ignore v0.4.25 |
| 835 | 2026-08-18T23:16:19.515Z | Downloaded strum_macros v0.24.3 |
| 836 | 2026-08-18T23:16:19.517Z | Downloaded indent_write v2.2.0 |
| 837 | 2026-08-18T23:16:19.522Z | Downloaded p256 v0.14.0 |
| 838 | 2026-08-18T23:16:19.526Z | Downloaded derive-where v1.6.0 |
| 839 | 2026-08-18T23:16:19.528Z | Downloaded derive_more v0.99.20 |
| 840 | 2026-08-18T23:16:19.531Z | Downloaded hickory-server v0.25.2 |
| 841 | 2026-08-18T23:16:19.534Z | Downloaded managed v0.8.0 |
| 842 | 2026-08-18T23:16:19.534Z | Downloaded md-5 v0.10.6 |
| 843 | 2026-08-18T23:16:19.537Z | Downloaded md5 v0.8.0 |
| 844 | 2026-08-18T23:16:19.537Z | Downloaded newtype_derive v0.1.6 |
| 845 | 2026-08-18T23:16:19.537Z | Downloaded newtype-uuid-macros v0.1.0 |
| 846 | 2026-08-18T23:16:19.537Z | Downloaded num_enum_derive v0.5.11 |
| 847 | 2026-08-18T23:16:19.537Z | Downloaded openssl-probe v0.1.6 |
| 848 | 2026-08-18T23:16:19.540Z | Downloaded indexmap v1.9.3 |
| 849 | 2026-08-18T23:16:19.540Z | Downloaded psl-types v2.0.11 |
| 850 | 2026-08-18T23:16:19.540Z | Downloaded vergen-lib v0.1.6 |
| 851 | 2026-08-18T23:16:19.540Z | Downloaded multimap v0.10.1 |
| 852 | 2026-08-18T23:16:19.542Z | Downloaded num-conv v0.2.0 |
| 853 | 2026-08-18T23:16:19.542Z | Downloaded whoami v2.1.0 |
| 854 | 2026-08-18T23:16:19.545Z | Downloaded packed_struct_codegen v0.10.1 |
| 855 | 2026-08-18T23:16:19.545Z | Downloaded cc v1.2.56 |
| 856 | 2026-08-18T23:16:19.548Z | Downloaded phf_shared v0.13.1 |
| 857 | 2026-08-18T23:16:19.548Z | Downloaded tinyvec v1.10.0 |
| 858 | 2026-08-18T23:16:19.551Z | Downloaded zstd v0.13.3 |
| 859 | 2026-08-18T23:16:19.570Z | Downloaded oxide-update-engine-types v0.1.2 |
| 860 | 2026-08-18T23:16:19.572Z | Downloaded spin v0.9.8 |
| 861 | 2026-08-18T23:16:19.575Z | Downloaded daft v0.1.7 |
| 862 | 2026-08-18T23:16:19.576Z | Downloaded delegate v0.13.5 |
| 863 | 2026-08-18T23:16:19.576Z | Downloaded derive-ex v0.1.8 |
| 864 | 2026-08-18T23:16:19.579Z | Downloaded ecdsa v0.16.9 |
| 865 | 2026-08-18T23:16:19.579Z | Downloaded hyper-staticfile v0.10.1 |
| 866 | 2026-08-18T23:16:19.581Z | Downloaded sapling-renderdag v0.1.0 |
| 867 | 2026-08-18T23:16:19.586Z | Downloaded omicron-zone-package v0.12.3 |
| 868 | 2026-08-18T23:16:19.589Z | Downloaded thread-id v5.1.0 |
| 869 | 2026-08-18T23:16:19.594Z | Downloaded expectorate v1.2.0 |
| 870 | 2026-08-18T23:16:19.596Z | Downloaded tokio-postgres v0.7.16 |
| 871 | 2026-08-18T23:16:19.601Z | Downloaded progenitor-impl v0.13.0 |
| 872 | 2026-08-18T23:16:19.603Z | Downloaded ingot-types v0.2.0 |
| 873 | 2026-08-18T23:16:19.603Z | Downloaded linked-hash-map v0.5.6 |
| 874 | 2026-08-18T23:16:19.606Z | Downloaded jobserver v0.1.34 |
| 875 | 2026-08-18T23:16:19.609Z | Downloaded libefi-sys v0.1.0 |
| 876 | 2026-08-18T23:16:19.609Z | Downloaded strsim v0.10.0 |
| 877 | 2026-08-18T23:16:19.609Z | Downloaded sync-ptr v0.1.4 |
| 878 | 2026-08-18T23:16:19.612Z | Downloaded tabwriter v1.4.1 |
| 879 | 2026-08-18T23:16:19.612Z | Downloaded progenitor-impl v0.14.0 |
| 880 | 2026-08-18T23:16:19.612Z | Downloaded tokio-stream v0.1.18 |
| 881 | 2026-08-18T23:16:19.615Z | Downloaded knus-derive v3.4.0 |
| 882 | 2026-08-18T23:16:19.617Z | Downloaded tower-service v0.3.3 |
| 883 | 2026-08-18T23:16:19.617Z | Downloaded usdt-macro v0.6.0 |
| 884 | 2026-08-18T23:16:19.617Z | Downloaded tokio-test v0.4.5 |
| 885 | 2026-08-18T23:16:19.620Z | Downloaded xshell-macros v0.2.7 |
| 886 | 2026-08-18T23:16:19.623Z | Downloaded libsw v3.5.0 |
| 887 | 2026-08-18T23:16:19.623Z | Downloaded zeroize v1.9.0 |
| 888 | 2026-08-18T23:16:19.623Z | Downloaded yasna v0.5.2 |
| 889 | 2026-08-18T23:16:19.626Z | Downloaded topological-sort v0.2.2 |
| 890 | 2026-08-18T23:16:19.626Z | Downloaded want v0.3.1 |
| 891 | 2026-08-18T23:16:19.629Z | Downloaded icu_locale_core v2.1.1 |
| 892 | 2026-08-18T23:16:19.631Z | Downloaded schemars v0.8.22 |
| 893 | 2026-08-18T23:16:19.636Z | Downloaded url v2.5.8 |
| 894 | 2026-08-18T23:16:19.639Z | Downloaded miniz_oxide v0.8.9 |
| 895 | 2026-08-18T23:16:19.641Z | Downloaded zeroize_derive v1.5.0 |
| 896 | 2026-08-18T23:16:19.644Z | Downloaded phc v0.6.1 |
| 897 | 2026-08-18T23:16:19.647Z | Downloaded xattr v1.6.1 |
| 898 | 2026-08-18T23:16:19.647Z | Downloaded defmt-parser v1.0.0 |
| 899 | 2026-08-18T23:16:19.650Z | Downloaded progenitor v0.13.0 |
| 900 | 2026-08-18T23:16:19.653Z | Downloaded hyper-tls v0.6.0 |
| 901 | 2026-08-18T23:16:19.657Z | Downloaded dunce v1.0.5 |
| 902 | 2026-08-18T23:16:19.657Z | Downloaded dyn-clone v1.0.20 |
| 903 | 2026-08-18T23:16:19.661Z | Downloaded indoc v1.0.9 |
| 904 | 2026-08-18T23:16:19.661Z | Downloaded derive_builder v0.20.2 |
| 905 | 2026-08-18T23:16:19.665Z | Downloaded progenitor v0.14.0 |
| 906 | 2026-08-18T23:16:19.665Z | Downloaded hashbrown v0.12.3 |
| 907 | 2026-08-18T23:16:19.668Z | Downloaded ecdsa v0.17.0 |
| 908 | 2026-08-18T23:16:19.668Z | Downloaded rpassword v7.5.4 |
| 909 | 2026-08-18T23:16:19.668Z | Downloaded scroll_derive v0.13.1 |
| 910 | 2026-08-18T23:16:19.668Z | Downloaded signal-hook-registry v1.4.8 |
| 911 | 2026-08-18T23:16:19.668Z | Downloaded snafu-derive v0.8.9 |
| 912 | 2026-08-18T23:16:19.671Z | Downloaded sqlformat v0.3.5 |
| 913 | 2026-08-18T23:16:19.676Z | Downloaded maybe-uninit v2.0.0 |
| 914 | 2026-08-18T23:16:19.679Z | Downloaded mime v0.3.17 |
| 915 | 2026-08-18T23:16:19.679Z | Downloaded ed25519-dalek v2.2.0 |
| 916 | 2026-08-18T23:16:19.682Z | Downloaded slog-json v2.6.1 |
| 917 | 2026-08-18T23:16:19.685Z | Downloaded test-strategy v0.4.5 |
| 918 | 2026-08-18T23:16:19.687Z | Downloaded typify v0.6.2 |
| 919 | 2026-08-18T23:16:19.690Z | Downloaded derive_more v2.1.1 |
| 920 | 2026-08-18T23:16:19.696Z | Downloaded tokio-dtrace v0.1.1 |
| 921 | 2026-08-18T23:16:19.698Z | Downloaded nonempty v0.12.0 |
| 922 | 2026-08-18T23:16:19.698Z | Downloaded rayon-core v1.13.0 |
| 923 | 2026-08-18T23:16:19.701Z | Downloaded num-derive v0.4.2 |
| 924 | 2026-08-18T23:16:19.701Z | Downloaded aes-gcm v0.11.0 |
| 925 | 2026-08-18T23:16:19.704Z | Downloaded vergen-lib v9.1.0 |
| 926 | 2026-08-18T23:16:19.707Z | Downloaded zerocopy-derive v0.8.55 |
| 927 | 2026-08-18T23:16:19.710Z | Downloaded x509-cert v0.2.5 |
| 928 | 2026-08-18T23:16:19.713Z | Downloaded rustyline v14.0.0 |
| 929 | 2026-08-18T23:16:19.716Z | Downloaded poly1305 v0.8.0 |
| 930 | 2026-08-18T23:16:19.719Z | Downloaded poly1305 v0.9.0 |
| 931 | 2026-08-18T23:16:19.719Z | Downloaded crossbeam-utils v0.8.21 |
| 932 | 2026-08-18T23:16:19.722Z | Downloaded aes v0.9.1 |
| 933 | 2026-08-18T23:16:19.724Z | Downloaded xshell v0.2.7 |
| 934 | 2026-08-18T23:16:19.727Z | Downloaded num-bigint-dig v0.8.6 |
| 935 | 2026-08-18T23:16:19.730Z | Downloaded powerfmt v0.2.0 |
| 936 | 2026-08-18T23:16:19.732Z | Downloaded derive_builder_core v0.20.2 |
| 937 | 2026-08-18T23:16:19.732Z | Downloaded digest v0.11.3 |
| 938 | 2026-08-18T23:16:19.736Z | Downloaded http v1.4.2 |
| 939 | 2026-08-18T23:16:19.742Z | Downloaded hashbrown v0.13.2 |
| 940 | 2026-08-18T23:16:19.752Z | Downloaded ipnetwork v0.21.1 |
| 941 | 2026-08-18T23:16:19.759Z | Downloaded serde_bytes v0.11.19 |
| 942 | 2026-08-18T23:16:19.762Z | Downloaded libloading v0.8.9 |
| 943 | 2026-08-18T23:16:19.763Z | Downloaded snafu v0.8.9 |
| 944 | 2026-08-18T23:16:19.765Z | Downloaded utf-8 v0.7.6 |
| 945 | 2026-08-18T23:16:19.768Z | Downloaded hashbrown v0.14.5 |
| 946 | 2026-08-18T23:16:19.771Z | Downloaded take_mut v0.2.2 |
| 947 | 2026-08-18T23:16:19.778Z | Downloaded rsa v0.9.10 |
| 948 | 2026-08-18T23:16:19.781Z | Downloaded ml-kem v0.3.2 |
| 949 | 2026-08-18T23:16:19.784Z | Downloaded num-traits v0.2.19 |
| 950 | 2026-08-18T23:16:19.784Z | Downloaded unicase v2.9.0 |
| 951 | 2026-08-18T23:16:19.787Z | Downloaded unsafe-libyaml v0.2.11 |
| 952 | 2026-08-18T23:16:19.787Z | Downloaded multer v3.1.0 |
| 953 | 2026-08-18T23:16:19.793Z | Downloaded num-iter v0.1.45 |
| 954 | 2026-08-18T23:16:19.794Z | Downloaded tinyvec_macros v0.1.1 |
| 955 | 2026-08-18T23:16:19.794Z | Downloaded difflib v0.4.0 |
| 956 | 2026-08-18T23:16:19.794Z | Downloaded parking_lot v0.11.2 |
| 957 | 2026-08-18T23:16:19.794Z | Downloaded pem v3.0.6 |
| 958 | 2026-08-18T23:16:19.794Z | Downloaded zone v0.3.1 |
| 959 | 2026-08-18T23:16:19.794Z | Downloaded p521 v0.14.0 |
| 960 | 2026-08-18T23:16:19.797Z | Downloaded pin-project v1.1.11 |
| 961 | 2026-08-18T23:16:19.800Z | Downloaded ppv-lite86 v0.2.21 |
| 962 | 2026-08-18T23:16:19.803Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 963 | 2026-08-18T23:16:19.807Z | Downloaded password-hash v0.5.0 |
| 964 | 2026-08-18T23:16:19.807Z | Downloaded oxide-tokio-rt v0.1.4 |
| 965 | 2026-08-18T23:16:19.807Z | Downloaded phf v0.13.1 |
| 966 | 2026-08-18T23:16:19.807Z | Downloaded papergrid v0.18.0 |
| 967 | 2026-08-18T23:16:19.810Z | Downloaded darling_macro v0.23.0 |
| 968 | 2026-08-18T23:16:19.810Z | Downloaded debug-ignore v1.0.5 |
| 969 | 2026-08-18T23:16:19.813Z | Downloaded cstr-argument v0.1.2 |
| 970 | 2026-08-18T23:16:19.813Z | Downloaded darling_core v0.23.0 |
| 971 | 2026-08-18T23:16:19.816Z | Downloaded crc32fast v1.5.0 |
| 972 | 2026-08-18T23:16:19.817Z | Downloaded cookie v0.18.1 |
| 973 | 2026-08-18T23:16:19.819Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 974 | 2026-08-18T23:16:19.819Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 975 | 2026-08-18T23:16:19.826Z | Downloaded progenitor-client v0.13.0 |
| 976 | 2026-08-18T23:16:19.826Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 977 | 2026-08-18T23:16:19.826Z | Downloaded keccak v0.1.6 |
| 978 | 2026-08-18T23:16:19.826Z | Downloaded iana-time-zone v0.1.65 |
| 979 | 2026-08-18T23:16:19.829Z | Downloaded maplit v1.0.2 |
| 980 | 2026-08-18T23:16:19.829Z | Downloaded serdect v0.4.3 |
| 981 | 2026-08-18T23:16:19.832Z | Downloaded num-bigint v0.4.6 |
| 982 | 2026-08-18T23:16:19.832Z | Downloaded slog v2.8.2 |
| 983 | 2026-08-18T23:16:19.836Z | Downloaded hashbrown v0.15.5 |
| 984 | 2026-08-18T23:16:19.839Z | Downloaded serde_repr v0.1.20 |
| 985 | 2026-08-18T23:16:19.842Z | Downloaded simd-adler32 v0.3.8 |
| 986 | 2026-08-18T23:16:19.843Z | Downloaded stringprep v0.1.5 |
| 987 | 2026-08-18T23:16:19.843Z | Downloaded thread_local v1.1.9 |
| 988 | 2026-08-18T23:16:19.846Z | Downloaded lazy_static v1.5.0 |
| 989 | 2026-08-18T23:16:19.849Z | Downloaded smallvec v0.6.14 |
| 990 | 2026-08-18T23:16:19.849Z | Downloaded ssh-encoding v0.3.0 |
| 991 | 2026-08-18T23:16:19.857Z | Downloaded support-bundle-viewer v0.1.2 |
| 992 | 2026-08-18T23:16:19.858Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 993 | 2026-08-18T23:16:19.861Z | Downloaded subprocess v0.2.15 |
| 994 | 2026-08-18T23:16:19.861Z | Downloaded der v0.8.0 |
| 995 | 2026-08-18T23:16:19.864Z | Downloaded lock_api v0.4.14 |
| 996 | 2026-08-18T23:16:19.864Z | Downloaded predicates-tree v1.0.13 |
| 997 | 2026-08-18T23:16:19.864Z | Downloaded prettyplease v0.2.37 |
| 998 | 2026-08-18T23:16:19.867Z | Downloaded futures-util v0.3.32 |
| 999 | 2026-08-18T23:16:19.874Z | Downloaded parse-display v0.10.0 |
| 1000 | 2026-08-18T23:16:19.877Z | Downloaded itertools v0.10.5 |
| 1001 | 2026-08-18T23:16:19.877Z | Downloaded tungstenite v0.21.0 |
| 1002 | 2026-08-18T23:16:19.880Z | Downloaded walkdir v2.5.0 |
| 1003 | 2026-08-18T23:16:19.880Z | Downloaded uuid v1.23.4 |
| 1004 | 2026-08-18T23:16:19.883Z | Downloaded zone_cfg_derive v0.3.1 |
| 1005 | 2026-08-18T23:16:19.888Z | Downloaded nom v7.1.3 |
| 1006 | 2026-08-18T23:16:19.891Z | Downloaded crossbeam-deque v0.8.6 |
| 1007 | 2026-08-18T23:16:19.895Z | Downloaded pretty_assertions v1.4.1 |
| 1008 | 2026-08-18T23:16:19.895Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1009 | 2026-08-18T23:16:19.898Z | Downloaded rustls-pemfile v2.2.0 |
| 1010 | 2026-08-18T23:16:19.898Z | Downloaded signal-hook-tokio v0.3.1 |
| 1011 | 2026-08-18T23:16:19.901Z | Downloaded slog-bunyan v2.5.0 |
| 1012 | 2026-08-18T23:16:19.901Z | Downloaded structmeta-derive v0.3.0 |
| 1013 | 2026-08-18T23:16:19.916Z | Downloaded inout v0.2.2 |
| 1014 | 2026-08-18T23:16:19.918Z | Downloaded serde_urlencoded v0.7.1 |
| 1015 | 2026-08-18T23:16:19.919Z | Downloaded tagptr v0.2.0 |
| 1016 | 2026-08-18T23:16:19.919Z | Downloaded quinn-udp v0.5.14 |
| 1017 | 2026-08-18T23:16:19.919Z | Downloaded scuffle v0.1.0 |
| 1018 | 2026-08-18T23:16:19.919Z | Downloaded term v1.2.1 |
| 1019 | 2026-08-18T23:16:19.919Z | Downloaded hashbrown v0.16.1 |
| 1020 | 2026-08-18T23:16:19.923Z | Downloaded newtype-uuid v1.3.2 |
| 1021 | 2026-08-18T23:16:19.923Z | Downloaded icu_collections v2.1.1 |
| 1022 | 2026-08-18T23:16:19.926Z | Downloaded nanorand v0.7.0 |
| 1023 | 2026-08-18T23:16:19.926Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1024 | 2026-08-18T23:16:19.928Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1025 | 2026-08-18T23:16:19.928Z | Downloaded slog-scope v4.4.1 |
| 1026 | 2026-08-18T23:16:19.931Z | Downloaded tokio-rustls v0.26.4 |
| 1027 | 2026-08-18T23:16:19.935Z | Downloaded unit-prefix v0.5.2 |
| 1028 | 2026-08-18T23:16:19.935Z | Downloaded untrusted v0.9.0 |
| 1029 | 2026-08-18T23:16:19.937Z | Downloaded toml_edit v0.19.15 |
| 1030 | 2026-08-18T23:16:19.945Z | Downloaded crunchy v0.2.4 |
| 1031 | 2026-08-18T23:16:19.948Z | Downloaded hkdf v0.13.0 |
| 1032 | 2026-08-18T23:16:19.948Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1033 | 2026-08-18T23:16:19.950Z | Downloaded instability v0.3.11 |
| 1034 | 2026-08-18T23:16:19.951Z | Downloaded match_cfg v0.1.0 |
| 1035 | 2026-08-18T23:16:19.951Z | Downloaded rand v0.10.1 |
| 1036 | 2026-08-18T23:16:19.953Z | Downloaded pin-project-lite v0.2.17 |
| 1037 | 2026-08-18T23:16:19.957Z | Downloaded jiff-static v0.2.34 |
| 1038 | 2026-08-18T23:16:19.957Z | Downloaded libscf-sys v1.2.0 |
| 1039 | 2026-08-18T23:16:19.957Z | Downloaded opaque-debug v0.3.1 |
| 1040 | 2026-08-18T23:16:19.957Z | Downloaded darling v0.21.3 |
| 1041 | 2026-08-18T23:16:19.962Z | Downloaded pem-rfc7468 v0.7.0 |
| 1042 | 2026-08-18T23:16:19.962Z | Downloaded same-file v1.0.6 |
| 1043 | 2026-08-18T23:16:19.967Z | Downloaded rand_core v0.9.5 |
| 1044 | 2026-08-18T23:16:19.967Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1045 | 2026-08-18T23:16:19.967Z | Downloaded mio v1.2.0 |
| 1046 | 2026-08-18T23:16:19.971Z | Downloaded precomputed-hash v0.1.1 |
| 1047 | 2026-08-18T23:16:19.971Z | Downloaded crypto-bigint v0.5.5 |
| 1048 | 2026-08-18T23:16:19.974Z | Downloaded rand v0.8.6 |
| 1049 | 2026-08-18T23:16:19.976Z | Downloaded ryu v1.0.23 |
| 1050 | 2026-08-18T23:16:19.976Z | Downloaded drift v0.2.0 |
| 1051 | 2026-08-18T23:16:19.982Z | Downloaded salsa20 v0.11.0 |
| 1052 | 2026-08-18T23:16:19.985Z | Downloaded darling_core v0.13.4 |
| 1053 | 2026-08-18T23:16:19.988Z | Downloaded darling_core v0.20.11 |
| 1054 | 2026-08-18T23:16:19.990Z | Downloaded slog-dtrace v0.3.0 |
| 1055 | 2026-08-18T23:16:19.990Z | Downloaded time-core v0.1.8 |
| 1056 | 2026-08-18T23:16:19.990Z | Downloaded hyper-rustls v0.27.7 |
| 1057 | 2026-08-18T23:16:20.017Z | Downloaded serde-hex v0.1.0 |
| 1058 | 2026-08-18T23:16:20.017Z | Downloaded ref-cast v1.0.25 |
| 1059 | 2026-08-18T23:16:20.017Z | Downloaded schemars v0.9.0 |
| 1060 | 2026-08-18T23:16:20.017Z | Downloaded supports-unicode v3.0.0 |
| 1061 | 2026-08-18T23:16:20.017Z | Downloaded serde_plain v1.0.2 |
| 1062 | 2026-08-18T23:16:20.017Z | Downloaded sponge-cursor v0.1.0 |
| 1063 | 2026-08-18T23:16:20.017Z | Downloaded indicatif v0.18.4 |
| 1064 | 2026-08-18T23:16:20.017Z | Downloaded h2 v0.4.15 |
| 1065 | 2026-08-18T23:16:20.017Z | Downloaded hkdf v0.12.4 |
| 1066 | 2026-08-18T23:16:20.018Z | Downloaded rustls-webpki v0.103.13 |
| 1067 | 2026-08-18T23:16:20.018Z | Downloaded const_format_proc_macros v0.2.34 |
| 1068 | 2026-08-18T23:16:20.018Z | Downloaded convert_case v0.10.0 |
| 1069 | 2026-08-18T23:16:20.018Z | Downloaded daft-derive v0.1.7 |
| 1070 | 2026-08-18T23:16:20.021Z | Downloaded tiny-keccak v2.0.2 |
| 1071 | 2026-08-18T23:16:20.021Z | Downloaded trait-variant v0.1.2 |
| 1072 | 2026-08-18T23:16:20.021Z | Downloaded tls_codec v0.4.2 |
| 1073 | 2026-08-18T23:16:20.021Z | Downloaded tls_codec_derive v0.4.2 |
| 1074 | 2026-08-18T23:16:20.021Z | Downloaded wait-timeout v0.2.1 |
| 1075 | 2026-08-18T23:16:20.021Z | Downloaded zerofrom v0.1.6 |
| 1076 | 2026-08-18T23:16:20.023Z | Downloaded usdt-impl v0.6.0 |
| 1077 | 2026-08-18T23:16:20.024Z | Downloaded derive_builder_macro v0.20.2 |
| 1078 | 2026-08-18T23:16:20.024Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1079 | 2026-08-18T23:16:20.025Z | Downloaded inout v0.1.4 |
| 1080 | 2026-08-18T23:16:20.028Z | Downloaded num-complex v0.4.6 |
| 1081 | 2026-08-18T23:16:20.030Z | Downloaded tracing-core v0.1.36 |
| 1082 | 2026-08-18T23:16:20.033Z | Downloaded pkcs1 v0.7.5 |
| 1083 | 2026-08-18T23:16:20.033Z | Downloaded either v1.15.0 |
| 1084 | 2026-08-18T23:16:20.036Z | Downloaded display-error-chain v0.2.2 |
| 1085 | 2026-08-18T23:16:20.036Z | Downloaded vergen v9.1.0 |
| 1086 | 2026-08-18T23:16:20.039Z | Downloaded winnow v0.5.40 |
| 1087 | 2026-08-18T23:16:20.044Z | Downloaded aws-lc-rs v1.16.3 |
| 1088 | 2026-08-18T23:16:20.049Z | Downloaded typed-path v0.9.3 |
| 1089 | 2026-08-18T23:16:20.053Z | Downloaded internet-checksum v0.2.1 |
| 1090 | 2026-08-18T23:16:20.056Z | Downloaded path-slash v0.1.5 |
| 1091 | 2026-08-18T23:16:20.056Z | Downloaded pbkdf2 v0.13.0 |
| 1092 | 2026-08-18T23:16:20.056Z | Downloaded peg v0.8.5 |
| 1093 | 2026-08-18T23:16:20.059Z | Downloaded aho-corasick v1.1.4 |
| 1094 | 2026-08-18T23:16:20.061Z | Downloaded libxml v0.3.3 |
| 1095 | 2026-08-18T23:16:20.064Z | Downloaded rand v0.9.2 |
| 1096 | 2026-08-18T23:16:20.067Z | Downloaded rand_chacha v0.9.0 |
| 1097 | 2026-08-18T23:16:20.067Z | Downloaded sec1 v0.7.3 |
| 1098 | 2026-08-18T23:16:20.069Z | Downloaded icu_provider v2.1.1 |
| 1099 | 2026-08-18T23:16:20.070Z | Downloaded quick-error v1.2.3 |
| 1100 | 2026-08-18T23:16:20.070Z | Downloaded russh-cryptovec v0.62.0 |
| 1101 | 2026-08-18T23:16:20.072Z | Downloaded sigpipe v0.1.3 |
| 1102 | 2026-08-18T23:16:20.072Z | Downloaded utf8_iter v1.0.4 |
| 1103 | 2026-08-18T23:16:20.072Z | Downloaded rsa v0.10.0-rc.18 |
| 1104 | 2026-08-18T23:16:20.075Z | Downloaded serde_path_to_error v0.1.20 |
| 1105 | 2026-08-18T23:16:20.076Z | Downloaded tui-tree-widget v0.23.1 |
| 1106 | 2026-08-18T23:16:20.078Z | Downloaded schemars v1.2.1 |
| 1107 | 2026-08-18T23:16:20.085Z | Downloaded tokio-tungstenite v0.23.1 |
| 1108 | 2026-08-18T23:16:20.088Z | Downloaded zerofrom-derive v0.1.6 |
| 1109 | 2026-08-18T23:16:20.088Z | Downloaded crc-catalog v2.4.0 |
| 1110 | 2026-08-18T23:16:20.088Z | Downloaded diesel_derives v2.3.7 |
| 1111 | 2026-08-18T23:16:20.091Z | Downloaded whoami v1.6.1 |
| 1112 | 2026-08-18T23:16:20.094Z | Downloaded critical-section v1.2.0 |
| 1113 | 2026-08-18T23:16:20.094Z | Downloaded ctr v0.10.1 |
| 1114 | 2026-08-18T23:16:20.094Z | Downloaded lalrpop-util v0.19.12 |
| 1115 | 2026-08-18T23:16:20.097Z | Downloaded openssl-probe v0.2.1 |
| 1116 | 2026-08-18T23:16:20.101Z | Downloaded signature v2.2.0 |
| 1117 | 2026-08-18T23:16:20.103Z | Downloaded signature v3.0.0 |
| 1118 | 2026-08-18T23:16:20.107Z | Downloaded defmt-macros v1.0.1 |
| 1119 | 2026-08-18T23:16:20.110Z | Downloaded hyper v1.10.1 |
| 1120 | 2026-08-18T23:16:20.114Z | Downloaded p384 v0.14.0 |
| 1121 | 2026-08-18T23:16:20.117Z | Downloaded zerocopy v0.6.6 |
| 1122 | 2026-08-18T23:16:20.120Z | Downloaded sha1 v0.10.6 |
| 1123 | 2026-08-18T23:16:20.120Z | Downloaded yansi v1.0.1 |
| 1124 | 2026-08-18T23:16:20.120Z | Downloaded zip v0.6.6 |
| 1125 | 2026-08-18T23:16:20.123Z | Downloaded libsw-core v0.3.2 |
| 1126 | 2026-08-18T23:16:20.127Z | Downloaded ron v0.8.1 |
| 1127 | 2026-08-18T23:16:20.127Z | Downloaded zip v4.6.1 |
| 1128 | 2026-08-18T23:16:20.130Z | Downloaded litrs v1.0.0 |
| 1129 | 2026-08-18T23:16:20.132Z | Downloaded module-lattice v0.2.3 |
| 1130 | 2026-08-18T23:16:20.132Z | Downloaded rustls-pki-types v1.14.0 |
| 1131 | 2026-08-18T23:16:20.135Z | Downloaded proc-macro-crate v1.3.1 |
| 1132 | 2026-08-18T23:16:20.135Z | Downloaded dirs-sys-next v0.1.2 |
| 1133 | 2026-08-18T23:16:20.135Z | Downloaded predicates v3.1.4 |
| 1134 | 2026-08-18T23:16:20.135Z | Downloaded defmt v0.3.100 |
| 1135 | 2026-08-18T23:16:20.138Z | Downloaded phf_shared v0.12.1 |
| 1136 | 2026-08-18T23:16:20.138Z | Downloaded void v1.0.2 |
| 1137 | 2026-08-18T23:16:20.138Z | Downloaded num-rational v0.4.2 |
| 1138 | 2026-08-18T23:16:20.138Z | Downloaded pkg-config v0.3.32 |
| 1139 | 2026-08-18T23:16:20.138Z | Downloaded illumos-nvpair v0.3.0 |
| 1140 | 2026-08-18T23:16:20.141Z | Downloaded sec1 v0.8.1 |
| 1141 | 2026-08-18T23:16:20.141Z | Downloaded tokio-tungstenite v0.21.0 |
| 1142 | 2026-08-18T23:16:20.144Z | Downloaded predicates-core v1.0.10 |
| 1143 | 2026-08-18T23:16:20.144Z | Downloaded seq-macro v0.3.6 |
| 1144 | 2026-08-18T23:16:20.147Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1145 | 2026-08-18T23:16:20.152Z | Downloaded quinn v0.11.11 |
| 1146 | 2026-08-18T23:16:20.154Z | Downloaded darling v0.23.0 |
| 1147 | 2026-08-18T23:16:20.157Z | Downloaded ssh-cipher v0.3.0 |
| 1148 | 2026-08-18T23:16:20.160Z | Downloaded stacker v0.1.23 |
| 1149 | 2026-08-18T23:16:20.160Z | Downloaded memoffset v0.9.1 |
| 1150 | 2026-08-18T23:16:20.160Z | Downloaded bindgen v0.71.1 |
| 1151 | 2026-08-18T23:16:20.163Z | Downloaded unarray v0.1.4 |
| 1152 | 2026-08-18T23:16:20.166Z | Downloaded cpufeatures v0.3.0 |
| 1153 | 2026-08-18T23:16:20.166Z | Downloaded kem v0.3.0 |
| 1154 | 2026-08-18T23:16:20.175Z | Downloaded tokio-util v0.7.18 |
| 1155 | 2026-08-18T23:16:20.180Z | Downloaded diesel-dtrace v0.5.0 |
| 1156 | 2026-08-18T23:16:20.182Z | Downloaded dropshot_endpoint v0.17.1 |
| 1157 | 2026-08-18T23:16:20.182Z | Downloaded ed25519 v3.0.0 |
| 1158 | 2026-08-18T23:16:20.185Z | Downloaded icu_properties v2.1.2 |
| 1159 | 2026-08-18T23:16:20.185Z | Downloaded pem-rfc7468 v1.0.0 |
| 1160 | 2026-08-18T23:16:20.188Z | Downloaded phf v0.12.1 |
| 1161 | 2026-08-18T23:16:20.188Z | Downloaded darling_macro v0.21.3 |
| 1162 | 2026-08-18T23:16:20.191Z | Downloaded blake3 v1.8.5 |
| 1163 | 2026-08-18T23:16:20.195Z | Downloaded linear-map v1.2.0 |
| 1164 | 2026-08-18T23:16:20.198Z | Downloaded proptest v1.11.0 |
| 1165 | 2026-08-18T23:16:20.207Z | Downloaded yoke-derive v0.8.1 |
| 1166 | 2026-08-18T23:16:20.212Z | Downloaded supports-color v3.0.2 |
| 1167 | 2026-08-18T23:16:20.215Z | Downloaded zerotrie v0.2.3 |
| 1168 | 2026-08-18T23:16:20.215Z | Downloaded polyval v0.7.1 |
| 1169 | 2026-08-18T23:16:20.217Z | Downloaded smf v0.2.3 |
| 1170 | 2026-08-18T23:16:20.217Z | Downloaded ipnet v2.12.0 |
| 1171 | 2026-08-18T23:16:20.226Z | Downloaded hyper-util v0.1.20 |
| 1172 | 2026-08-18T23:16:20.229Z | Downloaded socket2 v0.6.3 |
| 1173 | 2026-08-18T23:16:20.236Z | Downloaded ctutils v0.4.2 |
| 1174 | 2026-08-18T23:16:20.239Z | Downloaded primeorder v0.14.0 |
| 1175 | 2026-08-18T23:16:20.239Z | Downloaded uzers v0.12.2 |
| 1176 | 2026-08-18T23:16:20.242Z | Downloaded tokio-macros v2.7.0 |
| 1177 | 2026-08-18T23:16:20.242Z | Downloaded rand_pcg v0.10.2 |
| 1178 | 2026-08-18T23:16:20.245Z | Downloaded potential_utf v0.1.4 |
| 1179 | 2026-08-18T23:16:20.245Z | Downloaded olpc-cjson v0.1.4 |
| 1180 | 2026-08-18T23:16:20.250Z | Downloaded rand_core v0.10.0 |
| 1181 | 2026-08-18T23:16:20.252Z | Downloaded rustversion v1.0.22 |
| 1182 | 2026-08-18T23:16:20.252Z | Downloaded unicode-segmentation v1.12.0 |
| 1183 | 2026-08-18T23:16:20.255Z | Downloaded oxide-update-engine v0.1.2 |
| 1184 | 2026-08-18T23:16:20.261Z | Downloaded unicode-normalization v0.1.25 |
| 1185 | 2026-08-18T23:16:20.265Z | Downloaded strum_macros v0.26.4 |
| 1186 | 2026-08-18T23:16:20.268Z | Downloaded strum_macros v0.27.2 |
| 1187 | 2026-08-18T23:16:20.268Z | Downloaded displaydoc v0.2.5 |
| 1188 | 2026-08-18T23:16:20.271Z | Downloaded serde_derive_internals v0.29.1 |
| 1189 | 2026-08-18T23:16:20.271Z | Downloaded slab v0.4.12 |
| 1190 | 2026-08-18T23:16:20.274Z | Downloaded indoc v2.0.7 |
| 1191 | 2026-08-18T23:16:20.274Z | Downloaded lru v0.12.5 |
| 1192 | 2026-08-18T23:16:20.277Z | Downloaded memmap2 v0.9.10 |
| 1193 | 2026-08-18T23:16:20.280Z | Downloaded derive_more-impl v2.1.1 |
| 1194 | 2026-08-18T23:16:20.283Z | Downloaded psm v0.1.30 |
| 1195 | 2026-08-18T23:16:20.286Z | Downloaded smallvec v1.15.1 |
| 1196 | 2026-08-18T23:16:20.288Z | Downloaded steno v0.4.1 |
| 1197 | 2026-08-18T23:16:20.294Z | Downloaded num_enum_derive v0.7.6 |
| 1198 | 2026-08-18T23:16:20.297Z | Downloaded static_assertions v1.1.0 |
| 1199 | 2026-08-18T23:16:20.297Z | Downloaded ed25519 v2.2.3 |
| 1200 | 2026-08-18T23:16:20.307Z | Downloaded crossterm v0.28.1 |
| 1201 | 2026-08-18T23:16:20.311Z | Downloaded packed_struct v0.10.1 |
| 1202 | 2026-08-18T23:16:20.314Z | Downloaded der_derive v0.7.3 |
| 1203 | 2026-08-18T23:16:20.314Z | Downloaded yoke v0.8.1 |
| 1204 | 2026-08-18T23:16:20.317Z | Downloaded darling_core v0.21.3 |
| 1205 | 2026-08-18T23:16:20.319Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1206 | 2026-08-18T23:16:20.319Z | Downloaded deranged v0.5.8 |
| 1207 | 2026-08-18T23:16:20.322Z | Downloaded iri-string v0.7.10 |
| 1208 | 2026-08-18T23:16:20.325Z | Downloaded vergen-git2 v9.1.0 |
| 1209 | 2026-08-18T23:16:20.330Z | Downloaded time-macros v0.2.27 |
| 1210 | 2026-08-18T23:16:20.330Z | Downloaded mime_guess v2.0.5 |
| 1211 | 2026-08-18T23:16:20.330Z | Downloaded des v0.9.0 |
| 1212 | 2026-08-18T23:16:20.333Z | Downloaded chrono v0.4.45 |
| 1213 | 2026-08-18T23:16:20.336Z | Downloaded openssl-sys v0.9.117 |
| 1214 | 2026-08-18T23:16:20.338Z | Downloaded parking_lot_core v0.9.12 |
| 1215 | 2026-08-18T23:16:20.341Z | Downloaded rustls-native-certs v0.8.3 |
| 1216 | 2026-08-18T23:16:20.341Z | Downloaded unicode-properties v0.1.4 |
| 1217 | 2026-08-18T23:16:20.341Z | Downloaded term v0.7.0 |
| 1218 | 2026-08-18T23:16:20.345Z | Downloaded nu-ansi-term v0.50.3 |
| 1219 | 2026-08-18T23:16:20.345Z | Downloaded tungstenite v0.23.0 |
| 1220 | 2026-08-18T23:16:20.347Z | Downloaded publicsuffix v2.3.0 |
| 1221 | 2026-08-18T23:16:20.352Z | Downloaded zopfli v0.8.3 |
| 1222 | 2026-08-18T23:16:20.358Z | Downloaded crc-any v2.5.0 |
| 1223 | 2026-08-18T23:16:20.368Z | Downloaded regex v1.12.3 |
| 1224 | 2026-08-18T23:16:20.371Z | Downloaded socket2 v0.5.10 |
| 1225 | 2026-08-18T23:16:20.374Z | Downloaded const_format v0.2.35 |
| 1226 | 2026-08-18T23:16:20.377Z | Downloaded portable-atomic v1.13.1 |
| 1227 | 2026-08-18T23:16:20.380Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1228 | 2026-08-18T23:16:20.386Z | Downloaded jiff-core v0.1.0 |
| 1229 | 2026-08-18T23:16:20.388Z | Downloaded zlib-rs v0.6.2 |
| 1230 | 2026-08-18T23:16:20.392Z | Downloaded icu_properties_data v2.1.2 |
| 1231 | 2026-08-18T23:16:20.397Z | Downloaded rayon v1.11.0 |
| 1232 | 2026-08-18T23:16:20.402Z | Downloaded itertools v0.14.0 |
| 1233 | 2026-08-18T23:16:20.406Z | Downloaded miette v7.6.0 |
| 1234 | 2026-08-18T23:16:20.408Z | Downloaded icu_normalizer_data v2.1.1 |
| 1235 | 2026-08-18T23:16:20.411Z | Downloaded der v0.7.10 |
| 1236 | 2026-08-18T23:16:20.414Z | Downloaded tabled v0.21.0 |
| 1237 | 2026-08-18T23:16:20.424Z | Downloaded icu_normalizer v2.1.1 |
| 1238 | 2026-08-18T23:16:20.427Z | Downloaded elliptic-curve v0.13.8 |
| 1239 | 2026-08-18T23:16:20.430Z | Downloaded qorb v0.4.1 |
| 1240 | 2026-08-18T23:16:20.433Z | Downloaded samael v0.0.19 |
| 1241 | 2026-08-18T23:16:20.436Z | Downloaded tar v0.4.46 |
| 1242 | 2026-08-18T23:16:20.439Z | Downloaded reqwest v0.12.28 |
| 1243 | 2026-08-18T23:16:20.442Z | Downloaded bitvec v1.0.1 |
| 1244 | 2026-08-18T23:16:20.449Z | Downloaded serde_with v1.14.0 |
| 1245 | 2026-08-18T23:16:20.452Z | Downloaded git2 v0.20.4 |
| 1246 | 2026-08-18T23:16:20.457Z | Downloaded salty v0.3.0 |
| 1247 | 2026-08-18T23:16:20.460Z | Downloaded knus v3.4.0 |
| 1248 | 2026-08-18T23:16:20.463Z | Downloaded goblin v0.10.5 |
| 1249 | 2026-08-18T23:16:20.466Z | Downloaded object v0.30.4 |
| 1250 | 2026-08-18T23:16:20.474Z | Downloaded ed25519-dalek v3.0.0 |
| 1251 | 2026-08-18T23:16:20.477Z | Downloaded lalrpop v0.19.12 |
| 1252 | 2026-08-18T23:16:20.482Z | Downloaded dropshot-api-manager v0.8.0 |
| 1253 | 2026-08-18T23:16:20.485Z | Downloaded serde_with v3.21.0 |
| 1254 | 2026-08-18T23:16:20.492Z | Downloaded libm v0.2.16 |
| 1255 | 2026-08-18T23:16:20.498Z | Downloaded tower-http v0.6.8 |
| 1256 | 2026-08-18T23:16:20.502Z | Downloaded itertools v0.12.1 |
| 1257 | 2026-08-18T23:16:20.506Z | Downloaded minimal-lexical v0.2.1 |
| 1258 | 2026-08-18T23:16:20.509Z | Downloaded petname v2.0.2 |
| 1259 | 2026-08-18T23:16:20.512Z | Downloaded radix_trie v0.2.1 |
| 1260 | 2026-08-18T23:16:20.515Z | Downloaded unicode_categories v0.1.1 |
| 1261 | 2026-08-18T23:16:20.520Z | Downloaded quick-xml v0.37.5 |
| 1262 | 2026-08-18T23:16:20.520Z | Downloaded crossbeam-channel v0.5.15 |
| 1263 | 2026-08-18T23:16:20.523Z | Downloaded crypto-primes v0.7.2 |
| 1264 | 2026-08-18T23:16:20.534Z | Downloaded gimli v0.32.3 |
| 1265 | 2026-08-18T23:16:20.544Z | Downloaded rawzip v0.4.4 |
| 1266 | 2026-08-18T23:16:20.547Z | Downloaded sha3 v0.12.0 |
| 1267 | 2026-08-18T23:16:20.555Z | Downloaded polar-core v0.27.3 |
| 1268 | 2026-08-18T23:16:20.559Z | Downloaded idna v1.1.0 |
| 1269 | 2026-08-18T23:16:20.568Z | Downloaded tower v0.5.3 |
| 1270 | 2026-08-18T23:16:20.573Z | Downloaded smoltcp v0.9.1 |
| 1271 | 2026-08-18T23:16:20.579Z | Downloaded winnow v0.6.26 |
| 1272 | 2026-08-18T23:16:20.593Z | Downloaded reedline v0.40.0 |
| 1273 | 2026-08-18T23:16:20.598Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1274 | 2026-08-18T23:16:20.606Z | Downloaded itertools v0.15.0 |
| 1275 | 2026-08-18T23:16:20.610Z | Downloaded itertools v0.13.0 |
| 1276 | 2026-08-18T23:16:20.621Z | Downloaded zerovec v0.11.5 |
| 1277 | 2026-08-18T23:16:20.626Z | Downloaded object v0.37.3 |
| 1278 | 2026-08-18T23:16:20.635Z | Downloaded bstr v1.12.1 |
| 1279 | 2026-08-18T23:16:20.640Z | Downloaded moka v0.12.13 |
| 1280 | 2026-08-18T23:16:20.645Z | Downloaded smoltcp v0.11.0 |
| 1281 | 2026-08-18T23:16:20.652Z | Downloaded nom v8.0.0 |
| 1282 | 2026-08-18T23:16:20.655Z | Downloaded tough v0.22.0 |
| 1283 | 2026-08-18T23:16:20.669Z | Downloaded crossterm v0.29.0 |
| 1284 | 2026-08-18T23:16:20.672Z | Downloaded vcpkg v0.2.15 |
| 1285 | 2026-08-18T23:16:20.697Z | Downloaded openssl v0.10.80 |
| 1286 | 2026-08-18T23:16:20.702Z | Downloaded reqwest v0.13.2 |
| 1287 | 2026-08-18T23:16:20.706Z | Downloaded nix v0.27.1 |
| 1288 | 2026-08-18T23:16:20.712Z | Downloaded iddqd v0.4.2 |
| 1289 | 2026-08-18T23:16:20.717Z | Downloaded p384 v0.13.1 |
| 1290 | 2026-08-18T23:16:20.720Z | Downloaded regress v0.10.5 |
| 1291 | 2026-08-18T23:16:20.725Z | Downloaded quinn-proto v0.11.16 |
| 1292 | 2026-08-18T23:16:20.729Z | Downloaded zerocopy v0.8.55 |
| 1293 | 2026-08-18T23:16:20.741Z | Downloaded curve25519-dalek v5.0.0 |
| 1294 | 2026-08-18T23:16:20.747Z | Downloaded winnow v1.0.3 |
| 1295 | 2026-08-18T23:16:20.752Z | Downloaded hickory-proto v0.24.4 |
| 1296 | 2026-08-18T23:16:20.761Z | Downloaded dropshot v0.17.1 |
| 1297 | 2026-08-18T23:16:20.781Z | Downloaded time v0.3.47 |
| 1298 | 2026-08-18T23:16:20.787Z | Downloaded russh v0.62.4 |
| 1299 | 2026-08-18T23:16:20.793Z | Downloaded hickory-proto v0.25.2 |
| 1300 | 2026-08-18T23:16:20.801Z | Downloaded crypto-bigint v0.7.5 |
| 1301 | 2026-08-18T23:16:20.811Z | Downloaded rustix v0.38.44 |
| 1302 | 2026-08-18T23:16:20.825Z | Downloaded regex-syntax v0.8.10 |
| 1303 | 2026-08-18T23:16:20.829Z | Downloaded curve25519-dalek v4.1.3 |
| 1304 | 2026-08-18T23:16:20.833Z | Downloaded rustls v0.23.41 |
| 1305 | 2026-08-18T23:16:20.840Z | Downloaded nix v0.28.0 |
| 1306 | 2026-08-18T23:16:20.847Z | Downloaded regex-syntax v0.6.29 |
| 1307 | 2026-08-18T23:16:20.851Z | Downloaded openapiv3 v2.2.0 |
| 1308 | 2026-08-18T23:16:20.858Z | Downloaded sqlparser v0.61.0 |
| 1309 | 2026-08-18T23:16:20.864Z | Downloaded diesel v2.3.7 |
| 1310 | 2026-08-18T23:16:20.876Z | Downloaded tracing v0.1.44 |
| 1311 | 2026-08-18T23:16:20.890Z | Downloaded nix v0.31.2 |
| 1312 | 2026-08-18T23:16:20.897Z | Downloaded sled v0.34.7 |
| 1313 | 2026-08-18T23:16:20.903Z | Downloaded typify-impl v0.6.2 |
| 1314 | 2026-08-18T23:16:20.912Z | Downloaded zerocopy-derive v0.6.6 |
| 1315 | 2026-08-18T23:16:20.918Z | Downloaded regress v0.11.1 |
| 1316 | 2026-08-18T23:16:20.923Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1317 | 2026-08-18T23:16:20.939Z | Downloaded sha3 v0.11.0 |
| 1318 | 2026-08-18T23:16:20.963Z | Downloaded petgraph v0.6.5 |
| 1319 | 2026-08-18T23:16:20.975Z | Downloaded ratatui v0.29.0 |
| 1320 | 2026-08-18T23:16:20.986Z | Downloaded regex-automata v0.4.14 |
| 1321 | 2026-08-18T23:16:20.996Z | Downloaded jiff v0.2.34 |
| 1322 | 2026-08-18T23:16:21.007Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1323 | 2026-08-18T23:16:21.024Z | Downloaded chrono-tz v0.10.4 |
| 1324 | 2026-08-18T23:16:21.034Z | Downloaded petgraph v0.8.3 |
| 1325 | 2026-08-18T23:16:21.048Z | Downloaded libz-sys v1.1.24 |
| 1326 | 2026-08-18T23:16:21.066Z | Downloaded csv v1.4.0 |
| 1327 | 2026-08-18T23:16:21.102Z | Downloaded tokio v1.52.1 |
| 1328 | 2026-08-18T23:16:21.132Z | Downloaded sha3 v0.10.8 |
| 1329 | 2026-08-18T23:16:21.136Z | Downloaded encoding_rs v0.8.35 |
| 1330 | 2026-08-18T23:16:21.145Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1331 | 2026-08-18T23:16:21.175Z | Downloaded ring v0.17.14 |
| 1332 | 2026-08-18T23:16:21.742Z | Downloaded aws-lc-sys v0.40.0 |
| 1333 | 2026-08-18T23:16:22.003Z | Compiling libc v0.2.185 |
| 1334 | 2026-08-18T23:16:22.003Z | Compiling serde_core v1.0.229 |
| 1335 | 2026-08-18T23:16:22.003Z | Compiling serde v1.0.229 |
| 1336 | 2026-08-18T23:16:22.007Z | Compiling log v0.4.33 |
| 1337 | 2026-08-18T23:16:22.007Z | Compiling smallvec v1.15.1 |
| 1338 | 2026-08-18T23:16:22.007Z | Compiling find-msvc-tools v0.1.9 |
| 1339 | 2026-08-18T23:16:22.007Z | Compiling shlex v1.3.0 |
| 1340 | 2026-08-18T23:16:22.143Z | Compiling syn v2.0.117 |
| 1341 | 2026-08-18T23:16:22.353Z | Compiling subtle v2.6.1 |
| 1342 | 2026-08-18T23:16:22.394Z | Compiling scopeguard v1.2.0 |
| 1343 | 2026-08-18T23:16:22.418Z | Compiling stable_deref_trait v1.2.1 |
| 1344 | 2026-08-18T23:16:22.432Z | Compiling typenum v1.20.1 |
| 1345 | 2026-08-18T23:16:22.500Z | Compiling lock_api v0.4.14 |
| 1346 | 2026-08-18T23:16:22.503Z | Compiling zerocopy v0.8.55 |
| 1347 | 2026-08-18T23:16:22.525Z | Compiling portable-atomic v1.13.1 |
| 1348 | 2026-08-18T23:16:22.528Z | Compiling serde_json v1.0.151 |
| 1349 | 2026-08-18T23:16:22.738Z | Compiling critical-section v1.2.0 |
| 1350 | 2026-08-18T23:16:22.772Z | Compiling libm v0.2.16 |
| 1351 | 2026-08-18T23:16:22.848Z | Compiling num-traits v0.2.19 |
| 1352 | 2026-08-18T23:16:22.924Z | Compiling pkg-config v0.3.32 |
| 1353 | 2026-08-18T23:16:22.983Z | Compiling errno v0.3.14 |
| 1354 | 2026-08-18T23:16:23.030Z | Compiling jobserver v0.1.34 |
| 1355 | 2026-08-18T23:16:23.065Z | Compiling getrandom v0.2.17 |
| 1356 | 2026-08-18T23:16:23.226Z | Compiling rand_core v0.6.4 |
| 1357 | 2026-08-18T23:16:23.295Z | Compiling cc v1.2.56 |
| 1358 | 2026-08-18T23:16:23.506Z | Compiling generic-array v0.14.7 |
| 1359 | 2026-08-18T23:16:23.526Z | Compiling once_cell v1.21.3 |
| 1360 | 2026-08-18T23:16:23.585Z | Compiling pin-project-lite v0.2.17 |
| 1361 | 2026-08-18T23:16:23.615Z | Compiling const-oid v0.9.6 |
| 1362 | 2026-08-18T23:16:23.682Z | Compiling parking_lot_core v0.9.12 |
| 1363 | 2026-08-18T23:16:23.735Z | Compiling getrandom v0.3.4 |
| 1364 | 2026-08-18T23:16:23.751Z | Compiling signal-hook-registry v1.4.8 |
| 1365 | 2026-08-18T23:16:24.315Z | Compiling bitflags v2.11.0 |
| 1366 | 2026-08-18T23:16:24.395Z | Compiling futures-core v0.3.32 |
| 1367 | 2026-08-18T23:16:24.408Z | Compiling litemap v0.8.1 |
| 1368 | 2026-08-18T23:16:24.543Z | Compiling percent-encoding v2.3.2 |
| 1369 | 2026-08-18T23:16:24.558Z | Compiling writeable v0.6.2 |
| 1370 | 2026-08-18T23:16:24.600Z | Compiling semver v1.0.28 |
| 1371 | 2026-08-18T23:16:24.742Z | Compiling bytes v1.11.1 |
| 1372 | 2026-08-18T23:16:24.757Z | Compiling parking_lot v0.12.5 |
| 1373 | 2026-08-18T23:16:24.786Z | Compiling mio v1.2.0 |
| 1374 | 2026-08-18T23:16:24.789Z | Compiling icu_normalizer_data v2.1.1 |
| 1375 | 2026-08-18T23:16:24.878Z | Compiling icu_properties_data v2.1.2 |
| 1376 | 2026-08-18T23:16:24.928Z | Compiling socket2 v0.6.3 |
| 1377 | 2026-08-18T23:16:25.004Z | Compiling synstructure v0.13.2 |
| 1378 | 2026-08-18T23:16:25.195Z | Compiling getrandom v0.4.3 |
| 1379 | 2026-08-18T23:16:25.212Z | Compiling rustix v1.1.4 |
| 1380 | 2026-08-18T23:16:25.234Z | Compiling rand_core v0.10.0 |
| 1381 | 2026-08-18T23:16:25.319Z | Compiling futures-sink v0.3.32 |
| 1382 | 2026-08-18T23:16:25.341Z | Compiling indexmap v2.14.0 |
| 1383 | 2026-08-18T23:16:25.398Z | Compiling futures-channel v0.3.32 |
| 1384 | 2026-08-18T23:16:25.426Z | Compiling slab v0.4.12 |
| 1385 | 2026-08-18T23:16:25.480Z | Compiling futures-task v0.3.32 |
| 1386 | 2026-08-18T23:16:25.576Z | Compiling futures-io v0.3.32 |
| 1387 | 2026-08-18T23:16:25.594Z | Compiling utf8_iter v1.0.4 |
| 1388 | 2026-08-18T23:16:25.615Z | Compiling form_urlencoded v1.2.2 |
| 1389 | 2026-08-18T23:16:25.642Z | Compiling rustversion v1.0.22 |
| 1390 | 2026-08-18T23:16:25.722Z | Compiling iana-time-zone v0.1.65 |
| 1391 | 2026-08-18T23:16:25.738Z | Compiling base64ct v1.8.3 |
| 1392 | 2026-08-18T23:16:25.767Z | Compiling cmake v0.1.57 |
| 1393 | 2026-08-18T23:16:25.781Z | Compiling dunce v1.0.5 |
| 1394 | 2026-08-18T23:16:25.876Z | Compiling chrono v0.4.45 |
| 1395 | 2026-08-18T23:16:25.916Z | Compiling regex-syntax v0.8.10 |
| 1396 | 2026-08-18T23:16:25.974Z | Compiling pem-rfc7468 v0.7.0 |
| 1397 | 2026-08-18T23:16:26.013Z | Compiling fs_extra v1.3.0 |
| 1398 | 2026-08-18T23:16:26.205Z | Compiling flagset v0.4.7 |
| 1399 | 2026-08-18T23:16:26.307Z | Compiling ident_case v1.0.1 |
| 1400 | 2026-08-18T23:16:26.321Z | Compiling aws-lc-sys v0.40.0 |
| 1401 | 2026-08-18T23:16:26.335Z | Compiling uuid v1.23.4 |
| 1402 | 2026-08-18T23:16:26.433Z | Compiling rand_core v0.9.5 |
| 1403 | 2026-08-18T23:16:26.658Z | Compiling base64 v0.22.1 |
| 1404 | 2026-08-18T23:16:26.711Z | Compiling http v1.4.2 |
| 1405 | 2026-08-18T23:16:26.731Z | Compiling zeroize_derive v1.5.0 |
| 1406 | 2026-08-18T23:16:26.960Z | Compiling zerocopy-derive v0.8.55 |
| 1407 | 2026-08-18T23:16:26.986Z | Compiling zerofrom-derive v0.1.6 |
| 1408 | 2026-08-18T23:16:27.026Z | Compiling yoke-derive v0.8.1 |
| 1409 | 2026-08-18T23:16:27.335Z | Compiling zerovec-derive v0.11.2 |
| 1410 | 2026-08-18T23:16:27.390Z | Compiling zeroize v1.9.0 |
| 1411 | 2026-08-18T23:16:27.604Z | Compiling displaydoc v0.2.5 |
| 1412 | 2026-08-18T23:16:28.202Z | Compiling tokio-macros v2.7.0 |
| 1413 | 2026-08-18T23:16:28.219Z | Compiling crypto-common v0.1.7 |
| 1414 | 2026-08-18T23:16:28.277Z | Compiling block-buffer v0.10.4 |
| 1415 | 2026-08-18T23:16:28.357Z | Compiling futures-macro v0.3.32 |
| 1416 | 2026-08-18T23:16:28.370Z | Compiling thiserror-impl v2.0.18 |
| 1417 | 2026-08-18T23:16:28.392Z | Compiling zerofrom v0.1.6 |
| 1418 | 2026-08-18T23:16:28.443Z | Compiling digest v0.10.7 |
| 1419 | 2026-08-18T23:16:28.457Z | Compiling der_derive v0.7.3 |
| 1420 | 2026-08-18T23:16:28.524Z | Compiling yoke v0.8.1 |
| 1421 | 2026-08-18T23:16:28.690Z | Compiling zerovec v0.11.5 |
| 1422 | 2026-08-18T23:16:28.705Z | Compiling zerotrie v0.2.3 |
| 1423 | 2026-08-18T23:16:28.925Z | Compiling tokio v1.52.1 |
| 1424 | 2026-08-18T23:16:28.995Z | Compiling vcpkg v0.2.15 |
| 1425 | 2026-08-18T23:16:29.155Z | Compiling tinystr v0.8.2 |
| 1426 | 2026-08-18T23:16:29.197Z | Compiling potential_utf v0.1.4 |
| 1427 | 2026-08-18T23:16:29.356Z | Compiling icu_locale_core v2.1.1 |
| 1428 | 2026-08-18T23:16:29.371Z | Compiling icu_collections v2.1.1 |
| 1429 | 2026-08-18T23:16:29.407Z | Compiling futures-util v0.3.32 |
| 1430 | 2026-08-18T23:16:29.697Z | Compiling thiserror v2.0.18 |
| 1431 | 2026-08-18T23:16:29.713Z | Compiling der v0.7.10 |
| 1432 | 2026-08-18T23:16:29.804Z | Compiling syn v1.0.109 |
| 1433 | 2026-08-18T23:16:29.850Z | Compiling openssl-sys v0.9.117 |
| 1434 | 2026-08-18T23:16:30.103Z | Compiling icu_provider v2.1.1 |
| 1435 | 2026-08-18T23:16:30.271Z | Compiling tracing-attributes v0.1.31 |
| 1436 | 2026-08-18T23:16:30.359Z | Compiling icu_normalizer v2.1.1 |
| 1437 | 2026-08-18T23:16:30.397Z | Compiling icu_properties v2.1.2 |
| 1438 | 2026-08-18T23:16:30.878Z | Compiling spki v0.7.3 |
| 1439 | 2026-08-18T23:16:30.910Z | Compiling serde_derive_internals v0.29.1 |
| 1440 | 2026-08-18T23:16:31.085Z | Compiling rustc_version v0.4.1 |
| 1441 | 2026-08-18T23:16:31.467Z | Compiling ppv-lite86 v0.2.21 |
| 1442 | 2026-08-18T23:16:31.483Z | Compiling idna_adapter v1.2.1 |
| 1443 | 2026-08-18T23:16:31.519Z | Compiling tracing-core v0.1.36 |
| 1444 | 2026-08-18T23:16:31.600Z | Compiling idna v1.1.0 |
| 1445 | 2026-08-18T23:16:31.620Z | Compiling cpufeatures v0.2.17 |
| 1446 | 2026-08-18T23:16:31.696Z | Compiling schemars v0.8.22 |
| 1447 | 2026-08-18T23:16:31.734Z | Compiling simd-adler32 v0.3.8 |
| 1448 | 2026-08-18T23:16:31.792Z | Compiling rand_chacha v0.9.0 |
| 1449 | 2026-08-18T23:16:31.836Z | Compiling aws-lc-rs v1.16.3 |
| 1450 | 2026-08-18T23:16:31.894Z | Compiling url v2.5.8 |
| 1451 | 2026-08-18T23:16:31.983Z | Compiling dyn-clone v1.0.20 |
| 1452 | 2026-08-18T23:16:32.079Z | Compiling rand v0.9.2 |
| 1453 | 2026-08-18T23:16:32.131Z | Compiling tracing v0.1.44 |
| 1454 | 2026-08-18T23:16:32.148Z | Compiling schemars_derive v0.8.22 |
| 1455 | 2026-08-18T23:16:32.247Z | Compiling pkcs8 v0.10.2 |
| 1456 | 2026-08-18T23:16:32.497Z | Compiling rustls-pki-types v1.14.0 |
| 1457 | 2026-08-18T23:16:32.512Z | Compiling http-body v1.0.1 |
| 1458 | 2026-08-18T23:16:32.659Z | Compiling spin v0.9.8 |
| 1459 | 2026-08-18T23:16:32.683Z | Compiling tinyvec_macros v0.1.1 |
| 1460 | 2026-08-18T23:16:32.752Z | Compiling tokio-util v0.7.18 |
| 1461 | 2026-08-18T23:16:32.820Z | Compiling cmov v0.5.4 |
| 1462 | 2026-08-18T23:16:32.867Z | Compiling adler2 v2.0.1 |
| 1463 | 2026-08-18T23:16:32.935Z | Compiling openssl-probe v0.2.1 |
| 1464 | 2026-08-18T23:16:32.994Z | Compiling crc32fast v1.5.0 |
| 1465 | 2026-08-18T23:16:33.018Z | Compiling httparse v1.10.1 |
| 1466 | 2026-08-18T23:16:33.105Z | Compiling tempfile v3.27.0 |
| 1467 | 2026-08-18T23:16:33.297Z | Compiling ctutils v0.4.2 |
| 1468 | 2026-08-18T23:16:33.388Z | Compiling miniz_oxide v0.8.9 |
| 1469 | 2026-08-18T23:16:33.461Z | Compiling tinyvec v1.10.0 |
| 1470 | 2026-08-18T23:16:33.527Z | Compiling pest_generator v2.8.6 |
| 1471 | 2026-08-18T23:16:33.753Z | Compiling sha2 v0.10.9 |
| 1472 | 2026-08-18T23:16:33.799Z | Compiling terminal_size v0.4.3 |
| 1473 | 2026-08-18T23:16:33.934Z | Compiling aho-corasick v1.1.4 |
| 1474 | 2026-08-18T23:16:33.964Z | Compiling tower-layer v0.3.3 |
| 1475 | 2026-08-18T23:16:34.126Z | Compiling atomic-waker v1.1.2 |
| 1476 | 2026-08-18T23:16:34.193Z | Compiling try-lock v0.2.5 |
| 1477 | 2026-08-18T23:16:34.246Z | Compiling radium v0.7.0 |
| 1478 | 2026-08-18T23:16:34.300Z | Compiling untrusted v0.7.1 |
| 1479 | 2026-08-18T23:16:34.427Z | Compiling tower-service v0.3.3 |
| 1480 | 2026-08-18T23:16:34.506Z | Compiling want v0.3.1 |
| 1481 | 2026-08-18T23:16:34.525Z | Compiling h2 v0.4.15 |
| 1482 | 2026-08-18T23:16:34.618Z | Compiling pest_derive v2.8.6 |
| 1483 | 2026-08-18T23:16:34.665Z | Compiling hybrid-array v0.4.13 |
| 1484 | 2026-08-18T23:16:34.994Z | Compiling regex-automata v0.4.14 |
| 1485 | 2026-08-18T23:16:35.041Z | Compiling scroll_derive v0.13.1 |
| 1486 | 2026-08-18T23:16:35.200Z | Compiling darling_core v0.20.11 |
| 1487 | 2026-08-18T23:16:35.412Z | Compiling ipnet v2.12.0 |
| 1488 | 2026-08-18T23:16:35.556Z | Compiling maybe-uninit v2.0.0 |
| 1489 | 2026-08-18T23:16:35.818Z | Compiling untrusted v0.9.0 |
| 1490 | 2026-08-18T23:16:35.832Z | Compiling rustls v0.23.41 |
| 1491 | 2026-08-18T23:16:35.888Z | Compiling httpdate v1.0.3 |
| 1492 | 2026-08-18T23:16:35.937Z | Compiling openssl v0.10.80 |
| 1493 | 2026-08-18T23:16:35.996Z | Compiling tap v1.0.1 |
| 1494 | 2026-08-18T23:16:36.132Z | Compiling foreign-types-shared v0.1.1 |
| 1495 | 2026-08-18T23:16:36.168Z | Compiling wyz v0.5.1 |
| 1496 | 2026-08-18T23:16:36.200Z | Compiling scroll v0.13.0 |
| 1497 | 2026-08-18T23:16:36.215Z | Compiling foreign-types v0.3.2 |
| 1498 | 2026-08-18T23:16:36.287Z | Compiling unicode-normalization v0.1.25 |
| 1499 | 2026-08-18T23:16:36.465Z | Compiling rand_chacha v0.3.1 |
| 1500 | 2026-08-18T23:16:36.479Z | Compiling signature v2.2.0 |
| 1501 | 2026-08-18T23:16:36.658Z | Compiling thiserror-impl v1.0.69 |
| 1502 | 2026-08-18T23:16:36.740Z | Compiling openssl-macros v0.1.1 |
| 1503 | 2026-08-18T23:16:36.755Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1504 | 2026-08-18T23:16:37.029Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1505 | 2026-08-18T23:16:37.140Z | Compiling hex v0.4.3 |
| 1506 | 2026-08-18T23:16:37.238Z | Compiling num-integer v0.1.46 |
| 1507 | 2026-08-18T23:16:37.407Z | Compiling socket2 v0.5.10 |
| 1508 | 2026-08-18T23:16:37.421Z | Compiling wait-timeout v0.2.1 |
| 1509 | 2026-08-18T23:16:37.515Z | Compiling darling_macro v0.20.11 |
| 1510 | 2026-08-18T23:16:37.555Z | Compiling ahash v0.8.12 |
| 1511 | 2026-08-18T23:16:37.677Z | Compiling hyper v1.10.1 |
| 1512 | 2026-08-18T23:16:37.753Z | Compiling bit-vec v0.8.0 |
| 1513 | 2026-08-18T23:16:37.793Z | Compiling time-core v0.1.8 |
| 1514 | 2026-08-18T23:16:37.896Z | Compiling powerfmt v0.2.0 |
| 1515 | 2026-08-18T23:16:37.935Z | Compiling funty v2.0.0 |
| 1516 | 2026-08-18T23:16:37.980Z | Compiling num-conv v0.2.0 |
| 1517 | 2026-08-18T23:16:37.997Z | Compiling quick-error v1.2.3 |
| 1518 | 2026-08-18T23:16:38.095Z | Compiling num-bigint-dig v0.8.6 |
| 1519 | 2026-08-18T23:16:38.107Z | Compiling packed_struct v0.10.1 |
| 1520 | 2026-08-18T23:16:38.110Z | Compiling native-tls v0.2.18 |
| 1521 | 2026-08-18T23:16:38.289Z | Compiling bitvec v1.0.1 |
| 1522 | 2026-08-18T23:16:38.333Z | Compiling time-macros v0.2.27 |
| 1523 | 2026-08-18T23:16:38.366Z | Compiling rusty-fork v0.3.1 |
| 1524 | 2026-08-18T23:16:38.512Z | Compiling deranged v0.5.8 |
| 1525 | 2026-08-18T23:16:38.602Z | Compiling darling v0.20.11 |
| 1526 | 2026-08-18T23:16:38.672Z | Compiling clap_builder v4.6.0 |
| 1527 | 2026-08-18T23:16:38.685Z | Compiling bit-set v0.8.0 |
| 1528 | 2026-08-18T23:16:38.844Z | Compiling hyper-util v0.1.20 |
| 1529 | 2026-08-18T23:16:39.046Z | Compiling thiserror v1.0.69 |
| 1530 | 2026-08-18T23:16:39.193Z | Compiling num-iter v0.1.45 |
| 1531 | 2026-08-18T23:16:39.445Z | Compiling rand v0.8.6 |
| 1532 | 2026-08-18T23:16:39.700Z | Compiling goblin v0.10.5 |
| 1533 | 2026-08-18T23:16:40.173Z | Compiling packed_struct_codegen v0.10.1 |
| 1534 | 2026-08-18T23:16:40.208Z | Compiling lazy_static v1.5.0 |
| 1535 | 2026-08-18T23:16:40.301Z | Compiling hmac v0.12.1 |
| 1536 | 2026-08-18T23:16:40.458Z | Compiling zerocopy-derive v0.6.6 |
| 1537 | 2026-08-18T23:16:40.530Z | Compiling clap_derive v4.6.1 |
| 1538 | 2026-08-18T23:16:41.245Z | Compiling bitfield-macros v0.19.4 |
| 1539 | 2026-08-18T23:16:41.289Z | Compiling rand_xorshift v0.4.0 |
| 1540 | 2026-08-18T23:16:41.453Z | Compiling serde_spanned v0.6.9 |
| 1541 | 2026-08-18T23:16:41.599Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-08-18T23:16:41.615Z | Compiling sync_wrapper v1.0.2 |
| 1543 | 2026-08-18T23:16:41.725Z | Compiling indexmap v1.9.3 |
| 1544 | 2026-08-18T23:16:41.853Z | Compiling zlib-rs v0.6.2 |
| 1545 | 2026-08-18T23:16:41.913Z | Compiling siphasher v1.0.2 |
| 1546 | 2026-08-18T23:16:41.952Z | Compiling crc-catalog v2.4.0 |
| 1547 | 2026-08-18T23:16:42.046Z | Compiling num_threads v0.1.7 |
| 1548 | 2026-08-18T23:16:42.099Z | Compiling object v0.37.3 |
| 1549 | 2026-08-18T23:16:42.145Z | Compiling crossbeam-utils v0.8.21 |
| 1550 | 2026-08-18T23:16:42.258Z | Compiling nodrop v0.1.14 |
| 1551 | 2026-08-18T23:16:42.287Z | Compiling paste v1.0.15 |
| 1552 | 2026-08-18T23:16:42.352Z | Compiling usdt-impl v0.6.0 |
| 1553 | 2026-08-18T23:16:42.366Z | Compiling unarray v0.1.4 |
| 1554 | 2026-08-18T23:16:42.424Z | Compiling unicode-segmentation v1.12.0 |
| 1555 | 2026-08-18T23:16:42.470Z | Compiling proptest v1.11.0 |
| 1556 | 2026-08-18T23:16:42.597Z | Compiling dof v0.4.0 |
| 1557 | 2026-08-18T23:16:42.657Z | Compiling array-init v0.0.4 |
| 1558 | 2026-08-18T23:16:42.798Z | Compiling clap v4.6.1 |
| 1559 | 2026-08-18T23:16:42.899Z | Compiling time v0.3.47 |
| 1560 | 2026-08-18T23:16:42.995Z | Compiling crc v3.4.0 |
| 1561 | 2026-08-18T23:16:43.188Z | Compiling bitfield v0.19.4 |
| 1562 | 2026-08-18T23:16:43.497Z | Compiling tower v0.5.3 |
| 1563 | 2026-08-18T23:16:43.921Z | Compiling zerocopy v0.6.6 |
| 1564 | 2026-08-18T23:16:44.230Z | Compiling smallvec v0.6.14 |
| 1565 | 2026-08-18T23:16:44.476Z | Compiling derive_builder_core v0.20.2 |
| 1566 | 2026-08-18T23:16:44.644Z | Compiling dtrace-parser v0.3.0 |
| 1567 | 2026-08-18T23:16:45.026Z | Compiling flate2 v1.1.9 |
| 1568 | 2026-08-18T23:16:45.201Z | Compiling ipnetwork v0.21.1 |
| 1569 | 2026-08-18T23:16:45.299Z | Compiling http-body-util v0.1.3 |
| 1570 | 2026-08-18T23:16:45.362Z | Compiling pkcs1 v0.7.5 |
| 1571 | 2026-08-18T23:16:45.422Z | Compiling heapless v0.7.17 |
| 1572 | 2026-08-18T23:16:45.539Z | Compiling structmeta-derive v0.3.0 |
| 1573 | 2026-08-18T23:16:45.579Z | Compiling scroll_derive v0.12.1 |
| 1574 | 2026-08-18T23:16:45.656Z | Compiling slog v2.8.2 |
| 1575 | 2026-08-18T23:16:45.741Z | Compiling darling_core v0.23.0 |
| 1576 | 2026-08-18T23:16:45.757Z | Compiling thread-id v5.1.0 |
| 1577 | 2026-08-18T23:16:45.837Z | Compiling env_filter v2.0.0 |
| 1578 | 2026-08-18T23:16:45.852Z | Compiling cookie v0.18.1 |
| 1579 | 2026-08-18T23:16:46.034Z | Compiling zstd-safe v7.2.4 |
| 1580 | 2026-08-18T23:16:46.175Z | Compiling iri-string v0.7.10 |
| 1581 | 2026-08-18T23:16:46.247Z | Compiling unicode-properties v0.1.4 |
| 1582 | 2026-08-18T23:16:46.262Z | Compiling allocator-api2 v0.2.21 |
| 1583 | 2026-08-18T23:16:46.458Z | Compiling hashbrown v0.12.3 |
| 1584 | 2026-08-18T23:16:46.587Z | Compiling signal-hook v0.3.18 |
| 1585 | 2026-08-18T23:16:46.663Z | Compiling winnow v0.5.40 |
| 1586 | 2026-08-18T23:16:46.756Z | Compiling anyhow v1.0.104 |
| 1587 | 2026-08-18T23:16:46.938Z | Compiling ryu v1.0.23 |
| 1588 | 2026-08-18T23:16:47.061Z | Compiling unicode-bidi v0.3.18 |
| 1589 | 2026-08-18T23:16:47.123Z | Compiling gimli v0.32.3 |
| 1590 | 2026-08-18T23:16:47.603Z | Compiling base64 v0.21.7 |
| 1591 | 2026-08-18T23:16:47.711Z | Compiling stringprep v0.1.5 |
| 1592 | 2026-08-18T23:16:47.941Z | Compiling ron v0.8.1 |
| 1593 | 2026-08-18T23:16:48.100Z | Compiling toml_edit v0.19.15 |
| 1594 | 2026-08-18T23:16:48.147Z | Compiling tower-http v0.6.8 |
| 1595 | 2026-08-18T23:16:48.281Z | Compiling darling_macro v0.23.0 |
| 1596 | 2026-08-18T23:16:48.533Z | Compiling serde_urlencoded v0.7.1 |
| 1597 | 2026-08-18T23:16:48.785Z | Compiling addr2line v0.25.1 |
| 1598 | 2026-08-18T23:16:48.997Z | Compiling structmeta v0.3.0 |
| 1599 | 2026-08-18T23:16:49.062Z | Compiling scroll v0.12.0 |
| 1600 | 2026-08-18T23:16:49.155Z | Compiling env_logger v0.11.11 |
| 1601 | 2026-08-18T23:16:49.361Z | Compiling rsa v0.9.10 |
| 1602 | 2026-08-18T23:16:49.376Z | Compiling oxnet v0.1.6 |
| 1603 | 2026-08-18T23:16:49.379Z | Compiling derive_builder_macro v0.20.2 |
| 1604 | 2026-08-18T23:16:49.493Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1605 | 2026-08-18T23:16:49.788Z | Compiling newtype-uuid v1.3.2 |
| 1606 | 2026-08-18T23:16:49.791Z | Compiling hashbrown v0.13.2 |
| 1607 | 2026-08-18T23:16:49.851Z | Compiling bzip2 v0.4.4 |
| 1608 | 2026-08-18T23:16:50.059Z | Compiling serde-hex v0.1.0 |
| 1609 | 2026-08-18T23:16:50.120Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1610 | 2026-08-18T23:16:50.275Z | Compiling tokio-native-tls v0.3.1 |
| 1611 | 2026-08-18T23:16:50.305Z | Compiling camino v1.2.5 |
| 1612 | 2026-08-18T23:16:50.449Z | Compiling heck v0.4.1 |
| 1613 | 2026-08-18T23:16:51.199Z | Compiling bstr v1.12.1 |
| 1614 | 2026-08-18T23:16:51.214Z | Compiling block-padding v0.4.2 |
| 1615 | 2026-08-18T23:16:51.384Z | Compiling crypto-common v0.2.2 |
| 1616 | 2026-08-18T23:16:51.797Z | Compiling block-buffer v0.12.1 |
| 1617 | 2026-08-18T23:16:51.850Z | Compiling rustls-native-certs v0.8.3 |
| 1618 | 2026-08-18T23:16:51.998Z | Compiling curve25519-dalek v4.1.3 |
| 1619 | 2026-08-18T23:16:52.142Z | Compiling x509-cert v0.2.5 |
| 1620 | 2026-08-18T23:16:52.332Z | Compiling md-5 v0.10.6 |
| 1621 | 2026-08-18T23:16:52.425Z | Compiling pin-project-internal v1.1.11 |
| 1622 | 2026-08-18T23:16:52.501Z | Compiling async-trait v0.1.89 |
| 1623 | 2026-08-18T23:16:53.117Z | Compiling zerocopy-derive v0.7.35 |
| 1624 | 2026-08-18T23:16:53.365Z | Compiling daft-derive v0.1.7 |
| 1625 | 2026-08-18T23:16:53.490Z | Compiling vergen-lib v9.1.0 |
| 1626 | 2026-08-18T23:16:53.505Z | Compiling serde_tokenstream v0.2.3 |
| 1627 | 2026-08-18T23:16:53.508Z | Compiling hash32 v0.2.1 |
| 1628 | 2026-08-18T23:16:53.665Z | Compiling erased-serde v0.3.31 |
| 1629 | 2026-08-18T23:16:53.708Z | Compiling memoffset v0.9.1 |
| 1630 | 2026-08-18T23:16:53.723Z | Compiling encoding_rs v0.8.35 |
| 1631 | 2026-08-18T23:16:53.817Z | Compiling psl-types v2.0.11 |
| 1632 | 2026-08-18T23:16:53.899Z | Compiling ref-cast v1.0.25 |
| 1633 | 2026-08-18T23:16:53.939Z | Compiling mime v0.3.17 |
| 1634 | 2026-08-18T23:16:53.971Z | Compiling cfg_aliases v0.2.1 |
| 1635 | 2026-08-18T23:16:54.037Z | Compiling fallible-iterator v0.2.0 |
| 1636 | 2026-08-18T23:16:54.050Z | Compiling smoltcp v0.9.1 |
| 1637 | 2026-08-18T23:16:54.078Z | Compiling rustix v0.38.44 |
| 1638 | 2026-08-18T23:16:54.141Z | Compiling rustc-demangle v0.1.27 |
| 1639 | 2026-08-18T23:16:54.186Z | Compiling owo-colors v4.3.0 |
| 1640 | 2026-08-18T23:16:54.189Z | Compiling crc-any v2.5.0 |
| 1641 | 2026-08-18T23:16:54.343Z | Compiling litrs v1.0.0 |
| 1642 | 2026-08-18T23:16:54.386Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1643 | 2026-08-18T23:16:54.419Z | Compiling backtrace v0.3.76 |
| 1644 | 2026-08-18T23:16:54.483Z | Compiling postgres-protocol v0.6.10 |
| 1645 | 2026-08-18T23:16:54.542Z | Compiling daft v0.1.7 |
| 1646 | 2026-08-18T23:16:54.815Z | Compiling nix v0.31.2 |
| 1647 | 2026-08-18T23:16:54.831Z | Compiling document-features v0.2.12 |
| 1648 | 2026-08-18T23:16:54.934Z | Compiling zerocopy v0.7.35 |
| 1649 | 2026-08-18T23:16:55.002Z | Compiling publicsuffix v2.3.0 |
| 1650 | 2026-08-18T23:16:55.212Z | Compiling pin-project v1.1.11 |
| 1651 | 2026-08-18T23:16:55.307Z | Compiling inout v0.2.2 |
| 1652 | 2026-08-18T23:16:55.331Z | Compiling snafu-derive v0.8.9 |
| 1653 | 2026-08-18T23:16:55.404Z | Compiling hyper-tls v0.6.0 |
| 1654 | 2026-08-18T23:16:55.477Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1655 | 2026-08-18T23:16:55.490Z | Compiling object v0.30.4 |
| 1656 | 2026-08-18T23:16:55.540Z | Compiling zip v0.6.6 |
| 1657 | 2026-08-18T23:16:55.611Z | Compiling derive_builder v0.20.2 |
| 1658 | 2026-08-18T23:16:55.654Z | Compiling toml v0.7.8 |
| 1659 | 2026-08-18T23:16:55.753Z | Compiling goblin v0.8.2 |
| 1660 | 2026-08-18T23:16:55.939Z | Compiling derive-ex v0.1.8 |
| 1661 | 2026-08-18T23:16:56.666Z | Compiling darling v0.23.0 |
| 1662 | 2026-08-18T23:16:56.753Z | Compiling phf_shared v0.13.1 |
| 1663 | 2026-08-18T23:16:56.889Z | Compiling regex v1.12.3 |
| 1664 | 2026-08-18T23:16:56.995Z | Compiling hubpack_derive v0.1.1 |
| 1665 | 2026-08-18T23:16:57.262Z | Compiling futures-executor v0.3.32 |
| 1666 | 2026-08-18T23:16:57.319Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1667 | 2026-08-18T23:16:57.446Z | Compiling ref-cast-impl v1.0.25 |
| 1668 | 2026-08-18T23:16:57.518Z | Compiling strum_macros v0.27.2 |
| 1669 | 2026-08-18T23:16:57.639Z | Compiling vergen v9.1.0 |
| 1670 | 2026-08-18T23:16:57.816Z | Compiling cargo-platform v0.3.2 |
| 1671 | 2026-08-18T23:16:57.950Z | Compiling ff v0.13.1 |
| 1672 | 2026-08-18T23:16:57.989Z | Compiling fs-err v3.3.0 |
| 1673 | 2026-08-18T23:16:58.084Z | Compiling managed v0.8.0 |
| 1674 | 2026-08-18T23:16:58.084Z | Compiling libbz2-rs-sys v0.2.2 |
| 1675 | 2026-08-18T23:16:58.173Z | Compiling foldhash v0.2.0 |
| 1676 | 2026-08-18T23:16:58.313Z | Compiling jiff-core v0.1.0 |
| 1677 | 2026-08-18T23:16:58.347Z | Compiling foldhash v0.1.5 |
| 1678 | 2026-08-18T23:16:58.386Z | Compiling path-slash v0.1.5 |
| 1679 | 2026-08-18T23:16:58.513Z | Compiling either v1.15.0 |
| 1680 | 2026-08-18T23:16:58.516Z | Compiling bitflags v1.3.2 |
| 1681 | 2026-08-18T23:16:58.604Z | Compiling is_ci v1.2.0 |
| 1682 | 2026-08-18T23:16:58.719Z | Compiling bumpalo v3.20.2 |
| 1683 | 2026-08-18T23:16:58.734Z | Compiling base16ct v0.2.0 |
| 1684 | 2026-08-18T23:16:58.747Z | Compiling same-file v1.0.6 |
| 1685 | 2026-08-18T23:16:58.904Z | Compiling walkdir v2.5.0 |
| 1686 | 2026-08-18T23:16:58.904Z | Compiling sec1 v0.7.3 |
| 1687 | 2026-08-18T23:16:58.964Z | Compiling zopfli v0.8.3 |
| 1688 | 2026-08-18T23:16:59.187Z | Compiling jiff v0.2.34 |
| 1689 | 2026-08-18T23:16:59.202Z | Compiling textwrap v0.16.2 |
| 1690 | 2026-08-18T23:16:59.219Z | Compiling supports-color v3.0.2 |
| 1691 | 2026-08-18T23:16:59.389Z | Compiling bzip2 v0.6.1 |
| 1692 | 2026-08-18T23:16:59.456Z | Compiling strum v0.27.2 |
| 1693 | 2026-08-18T23:16:59.584Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1694 | 2026-08-18T23:16:59.602Z | Compiling hashbrown v0.15.5 |
| 1695 | 2026-08-18T23:16:59.615Z | Compiling hashbrown v0.16.1 |
| 1696 | 2026-08-18T23:16:59.741Z | Compiling group v0.13.0 |
| 1697 | 2026-08-18T23:17:00.024Z | Compiling cargo_metadata v0.23.1 |
| 1698 | 2026-08-18T23:17:00.150Z | Compiling dof v0.3.0 |
| 1699 | 2026-08-18T23:17:00.215Z | Compiling test-strategy v0.4.5 |
| 1700 | 2026-08-18T23:17:00.848Z | Compiling hubpack v0.1.2 |
| 1701 | 2026-08-18T23:17:00.969Z | Compiling futures v0.3.32 |
| 1702 | 2026-08-18T23:17:01.073Z | Compiling snafu v0.8.9 |
| 1703 | 2026-08-18T23:17:01.092Z | Compiling phf v0.13.1 |
| 1704 | 2026-08-18T23:17:01.397Z | Compiling serde_with_macros v3.21.0 |
| 1705 | 2026-08-18T23:17:01.457Z | Compiling signal-hook-mio v0.2.5 |
| 1706 | 2026-08-18T23:17:01.580Z | Compiling cookie_store v0.22.1 |
| 1707 | 2026-08-18T23:17:01.627Z | Compiling zstd v0.13.3 |
| 1708 | 2026-08-18T23:17:01.700Z | Compiling reqwest v0.12.28 |
| 1709 | 2026-08-18T23:17:01.891Z | Compiling cipher v0.5.2 |
| 1710 | 2026-08-18T23:17:02.269Z | Compiling postgres-types v0.2.12 |
| 1711 | 2026-08-18T23:17:02.292Z | Compiling backtrace-ext v0.2.1 |
| 1712 | 2026-08-18T23:17:02.746Z | Compiling usdt-attr-macro v0.6.0 |
| 1713 | 2026-08-18T23:17:02.809Z | Compiling usdt-macro v0.6.0 |
| 1714 | 2026-08-18T23:17:03.167Z | Compiling globset v0.4.18 |
| 1715 | 2026-08-18T23:17:03.171Z | Compiling phf_shared v0.11.3 |
| 1716 | 2026-08-18T23:17:03.365Z | Compiling hkdf v0.12.4 |
| 1717 | 2026-08-18T23:17:03.407Z | Compiling dtrace-parser v0.2.0 |
| 1718 | 2026-08-18T23:17:03.539Z | Compiling byte-wrapper v0.1.0 |
| 1719 | 2026-08-18T23:17:03.549Z | Compiling olpc-cjson v0.1.4 |
| 1720 | 2026-08-18T23:17:03.565Z | Compiling ed25519 v2.2.3 |
| 1721 | 2026-08-18T23:17:03.612Z | Compiling crypto-bigint v0.5.5 |
| 1722 | 2026-08-18T23:17:03.708Z | Compiling pem v3.0.6 |
| 1723 | 2026-08-18T23:17:03.823Z | Compiling miette-derive v7.6.0 |
| 1724 | 2026-08-18T23:17:03.856Z | Compiling enum-as-inner v0.6.1 |
| 1725 | 2026-08-18T23:17:04.032Z | Compiling strum_macros v0.26.4 |
| 1726 | 2026-08-18T23:17:04.142Z | Compiling serde_repr v0.1.20 |
| 1727 | 2026-08-18T23:17:04.361Z | Compiling async-recursion v1.1.1 |
| 1728 | 2026-08-18T23:17:04.450Z | Compiling serde_plain v1.0.2 |
| 1729 | 2026-08-18T23:17:04.645Z | Compiling serde-big-array v0.5.1 |
| 1730 | 2026-08-18T23:17:04.680Z | Compiling float-cmp v0.10.0 |
| 1731 | 2026-08-18T23:17:04.792Z | Compiling memmap2 v0.9.10 |
| 1732 | 2026-08-18T23:17:04.830Z | Compiling thread-id v4.2.2 |
| 1733 | 2026-08-18T23:17:04.917Z | Compiling difflib v0.4.0 |
| 1734 | 2026-08-18T23:17:04.979Z | Compiling cpufeatures v0.3.0 |
| 1735 | 2026-08-18T23:17:05.005Z | Compiling winnow v1.0.3 |
| 1736 | 2026-08-18T23:17:05.018Z | Compiling typed-path v0.9.3 |
| 1737 | 2026-08-18T23:17:05.057Z | Compiling static_assertions v1.1.0 |
| 1738 | 2026-08-18T23:17:05.134Z | Compiling new_debug_unreachable v1.0.6 |
| 1739 | 2026-08-18T23:17:05.208Z | Compiling normalize-line-endings v0.3.0 |
| 1740 | 2026-08-18T23:17:05.328Z | Compiling supports-hyperlinks v3.2.0 |
| 1741 | 2026-08-18T23:17:05.429Z | Compiling predicates-core v1.0.10 |
| 1742 | 2026-08-18T23:17:05.474Z | Compiling fixedbitset v0.5.7 |
| 1743 | 2026-08-18T23:17:05.493Z | Compiling const-oid v0.10.2 |
| 1744 | 2026-08-18T23:17:05.604Z | Compiling data-encoding v2.10.0 |
| 1745 | 2026-08-18T23:17:05.690Z | Compiling keccak v0.1.6 |
| 1746 | 2026-08-18T23:17:05.707Z | Compiling fixedbitset v0.4.2 |
| 1747 | 2026-08-18T23:17:05.758Z | Compiling supports-unicode v3.0.0 |
| 1748 | 2026-08-18T23:17:05.782Z | Compiling precomputed-hash v0.1.1 |
| 1749 | 2026-08-18T23:17:05.870Z | Compiling whoami v2.1.0 |
| 1750 | 2026-08-18T23:17:05.903Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1751 | 2026-08-18T23:17:05.917Z | Compiling hickory-proto v0.25.2 |
| 1752 | 2026-08-18T23:17:06.051Z | Compiling string_cache v0.8.9 |
| 1753 | 2026-08-18T23:17:06.244Z | Compiling tokio-postgres v0.7.16 |
| 1754 | 2026-08-18T23:17:06.271Z | Compiling petgraph v0.6.5 |
| 1755 | 2026-08-18T23:17:06.319Z | Compiling miette v7.6.0 |
| 1756 | 2026-08-18T23:17:06.343Z | Compiling sha3 v0.10.8 |
| 1757 | 2026-08-18T23:17:06.453Z | Compiling strum v0.26.3 |
| 1758 | 2026-08-18T23:17:06.553Z | Compiling toml_edit v0.22.27 |
| 1759 | 2026-08-18T23:17:06.581Z | Compiling petgraph v0.8.3 |
| 1760 | 2026-08-18T23:17:06.808Z | Compiling digest v0.11.3 |
| 1761 | 2026-08-18T23:17:07.035Z | Compiling predicates v3.1.4 |
| 1762 | 2026-08-18T23:17:07.498Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1763 | 2026-08-18T23:17:07.686Z | Compiling chacha20 v0.10.0 |
| 1764 | 2026-08-18T23:17:07.763Z | Compiling usdt v0.6.0 |
| 1765 | 2026-08-18T23:17:08.022Z | Compiling usdt-impl v0.5.0 |
| 1766 | 2026-08-18T23:17:08.048Z | Compiling elliptic-curve v0.13.8 |
| 1767 | 2026-08-18T23:17:08.449Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1768 | 2026-08-18T23:17:08.467Z | Compiling ed25519-dalek v2.2.0 |
| 1769 | 2026-08-18T23:17:08.516Z | Compiling crossterm v0.28.1 |
| 1770 | 2026-08-18T23:17:08.586Z | Compiling serde_with v3.21.0 |
| 1771 | 2026-08-18T23:17:09.327Z | Compiling zip v4.6.1 |
| 1772 | 2026-08-18T23:17:09.954Z | Compiling iddqd v0.4.2 |
| 1773 | 2026-08-18T23:17:10.263Z | Compiling itertools v0.15.0 |
| 1774 | 2026-08-18T23:17:10.287Z | Compiling itertools v0.13.0 |
| 1775 | 2026-08-18T23:17:10.375Z | Compiling similar v2.7.0 |
| 1776 | 2026-08-18T23:17:10.550Z | Compiling crossbeam-epoch v0.9.18 |
| 1777 | 2026-08-18T23:17:10.647Z | Compiling tokio-stream v0.1.18 |
| 1778 | 2026-08-18T23:17:10.666Z | Compiling buf-list v1.1.2 |
| 1779 | 2026-08-18T23:17:10.873Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1780 | 2026-08-18T23:17:10.925Z | Compiling openapiv3 v2.2.0 |
| 1781 | 2026-08-18T23:17:11.105Z | Compiling lalrpop-util v0.19.12 |
| 1782 | 2026-08-18T23:17:11.184Z | Compiling peg-runtime v0.8.5 |
| 1783 | 2026-08-18T23:17:11.218Z | Compiling thread_local v1.1.9 |
| 1784 | 2026-08-18T23:17:11.260Z | Compiling slog-async v2.8.0 |
| 1785 | 2026-08-18T23:17:11.312Z | Compiling crossbeam-channel v0.5.15 |
| 1786 | 2026-08-18T23:17:11.471Z | Compiling filetime v0.2.27 |
| 1787 | 2026-08-18T23:17:11.499Z | Compiling is-terminal v0.4.17 |
| 1788 | 2026-08-18T23:17:11.544Z | Compiling xattr v1.6.1 |
| 1789 | 2026-08-18T23:17:11.560Z | Compiling take_mut v0.2.2 |
| 1790 | 2026-08-18T23:17:11.578Z | Compiling term v1.2.1 |
| 1791 | 2026-08-18T23:17:11.587Z | Compiling camino-tempfile v1.4.1 |
| 1792 | 2026-08-18T23:17:11.717Z | Compiling tar v0.4.46 |
| 1793 | 2026-08-18T23:17:12.095Z | Compiling slog-term v2.9.2 |
| 1794 | 2026-08-18T23:17:17.965Z | Compiling rustls-webpki v0.103.13 |
| 1795 | 2026-08-18T23:17:20.627Z | Compiling tokio-rustls v0.26.4 |
| 1796 | 2026-08-18T23:17:20.627Z | Compiling rustls-platform-verifier v0.6.2 |
| 1797 | 2026-08-18T23:17:20.627Z | Compiling tough v0.22.0 |
| 1798 | 2026-08-18T23:17:20.834Z | Compiling hyper-rustls v0.27.7 |
| 1799 | 2026-08-18T23:17:21.027Z | Compiling reqwest v0.13.2 |
| 1800 | 2026-08-18T23:17:23.258Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1801 | 2026-08-18T23:17:23.470Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1802 | 2026-08-18T23:17:26.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1803 | 2026-08-18T23:17:26.569Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1804 | 2026-08-18T23:17:26.628Z | Aug 18 23:17:24.952 INFO Starting download, target: Cockroach |
| 1805 | 2026-08-18T23:17:26.628Z | Aug 18 23:17:24.953 INFO Starting download, target: Clickhouse |
| 1806 | 2026-08-18T23:17:26.629Z | Aug 18 23:17:24.953 INFO Starting download, target: Console |
| 1807 | 2026-08-18T23:17:26.629Z | Aug 18 23:17:24.953 INFO Starting download, target: DendriteStub |
| 1808 | 2026-08-18T23:17:26.629Z | Aug 18 23:17:24.953 INFO Starting download, target: MaghemiteMgd |
| 1809 | 2026-08-18T23:17:26.687Z | Aug 18 23:17:24.953 INFO Starting download, target: MaghemiteDdmd |
| 1810 | 2026-08-18T23:17:26.687Z | Aug 18 23:17:24.953 INFO Starting download, target: TransceiverControl |
| 1811 | 2026-08-18T23:17:26.687Z | Aug 18 23:17:24.953 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1812 | 2026-08-18T23:17:26.687Z | Aug 18 23:17:24.953 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1813 | 2026-08-18T23:17:26.688Z | Aug 18 23:17:24.953 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1814 | 2026-08-18T23:17:26.688Z | Aug 18 23:17:24.953 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1815 | 2026-08-18T23:17:26.688Z | Aug 18 23:17:24.953 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1816 | 2026-08-18T23:17:26.688Z | Aug 18 23:17:24.953 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1817 | 2026-08-18T23:17:26.688Z | Aug 18 23:17:24.953 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1818 | 2026-08-18T23:17:27.193Z | Aug 18 23:17:25.513 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1819 | 2026-08-18T23:17:27.406Z | Aug 18 23:17:25.728 INFO Download complete, target: TransceiverControl |
| 1820 | 2026-08-18T23:17:28.632Z | Aug 18 23:17:26.953 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1821 | 2026-08-18T23:17:28.919Z | Aug 18 23:17:27.238 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1822 | 2026-08-18T23:17:28.933Z | Aug 18 23:17:27.253 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1823 | 2026-08-18T23:17:29.188Z | Aug 18 23:17:27.509 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1824 | 2026-08-18T23:17:29.188Z | Aug 18 23:17:27.509 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1825 | 2026-08-18T23:17:30.126Z | Aug 18 23:17:28.450 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1826 | 2026-08-18T23:17:30.629Z | Aug 18 23:17:28.954 INFO Download complete, target: MaghemiteDdmd |
| 1827 | 2026-08-18T23:17:30.851Z | Aug 18 23:17:29.175 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1828 | 2026-08-18T23:17:31.094Z | Aug 18 23:17:29.418 INFO Download complete, target: Console |
| 1829 | 2026-08-18T23:17:31.545Z | Aug 18 23:17:29.868 INFO Download complete, target: MaghemiteMgd |
| 1830 | 2026-08-18T23:17:32.539Z | Aug 18 23:17:30.865 INFO Download complete, target: DendriteStub |
| 1831 | 2026-08-18T23:17:33.892Z | Aug 18 23:17:32.217 INFO Checking that binary works, target: Cockroach |
| 1832 | 2026-08-18T23:17:34.008Z | Aug 18 23:17:32.333 INFO Download complete, target: Cockroach |
| 1833 | 2026-08-18T23:17:35.661Z | Aug 18 23:17:33.986 INFO Checking that binary works, target: Clickhouse |
| 1834 | 2026-08-18T23:17:35.798Z | Aug 18 23:17:34.123 INFO Download complete, target: Clickhouse |
| 1835 | 2026-08-18T23:17:35.814Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1836 | 2026-08-18T23:17:35.818Z | |
| 1837 | 2026-08-18T23:17:35.818Z | real 2:08.270159707 |
| 1838 | 2026-08-18T23:17:35.819Z | user 7:16.128784490 |
| 1839 | 2026-08-18T23:17:35.819Z | sys 1:26.488078695 |
| 1840 | 2026-08-18T23:17:35.819Z | trap 0.249436187 |
| 1841 | 2026-08-18T23:17:35.819Z | tflt 0.498049459 |
| 1842 | 2026-08-18T23:17:35.819Z | dflt 0.727755677 |
| 1843 | 2026-08-18T23:17:35.819Z | kflt 0.024728014 |
| 1844 | 2026-08-18T23:17:35.820Z | lock 27:11.432410386 |
| 1845 | 2026-08-18T23:17:35.820Z | slp 21:58.976581547 |
| 1846 | 2026-08-18T23:17:35.820Z | lat 49.233997036 |
| 1847 | 2026-08-18T23:17:35.820Z | stop 2:44.566458785 |
| 1848 | 2026-08-18T23:17:35.820Z | + banner hack-check |
| 1849 | 2026-08-18T23:17:35.820Z | |
| 1850 | 2026-08-18T23:17:35.820Z | # # ## #### # # #### # # ###### #### # # |
| 1851 | 2026-08-18T23:17:35.820Z | # # # # # # # # # # # # # # # # # |
| 1852 | 2026-08-18T23:17:35.821Z | ###### # # # #### ##### # ###### ##### # #### |
| 1853 | 2026-08-18T23:17:35.821Z | # # ###### # # # # # # # # # # |
| 1854 | 2026-08-18T23:17:35.821Z | # # # # # # # # # # # # # # # # # |
| 1855 | 2026-08-18T23:17:35.821Z | # # # # #### # # #### # # ###### #### # # |
| 1856 | 2026-08-18T23:17:35.821Z | |
| 1857 | 2026-08-18T23:17:35.821Z | + export CARGO_INCREMENTAL=0 |
| 1858 | 2026-08-18T23:17:35.821Z | + CARGO_INCREMENTAL=0 |
| 1859 | 2026-08-18T23:17:35.821Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1860 | 2026-08-18T23:17:36.296Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1861 | 2026-08-18T23:17:36.614Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1862 | 2026-08-18T23:17:38.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
| 1863 | 2026-08-18T23:17:38.485Z | Running `target/debug/xtask check-features --ci` |
| 1864 | 2026-08-18T23:17:38.485Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1865 | 2026-08-18T23:17:38.485Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1866 | 2026-08-18T23:17:38.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1867 | 2026-08-18T23:17:38.906Z | Running `target/debug/xtask download cargo-hack` |
| 1868 | 2026-08-18T23:17:39.683Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1869 | 2026-08-18T23:17:39.991Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1870 | 2026-08-18T23:17:42.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s |
| 1871 | 2026-08-18T23:17:42.738Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1872 | 2026-08-18T23:17:42.776Z | Aug 18 23:17:41.101 INFO Starting download, target: CargoHack |
| 1873 | 2026-08-18T23:17:42.791Z | Aug 18 23:17:41.101 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1874 | 2026-08-18T23:17:43.135Z | Aug 18 23:17:41.460 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1875 | 2026-08-18T23:17:43.185Z | Aug 18 23:17:41.509 INFO Download complete, target: CargoHack |
| 1876 | 2026-08-18T23:17:43.188Z | 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" |
| 1877 | 2026-08-18T23:17:43.200Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1878 | 2026-08-18T23:17:43.362Z | info: running `cargo check --bins` on api_identity (1/337) |
| 1879 | 2026-08-18T23:17:43.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2026-08-18T23:17:43.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2026-08-18T23:17:43.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2026-08-18T23:17:43.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1883 | 2026-08-18T23:17:43.928Z | |
| 1884 | 2026-08-18T23:17:43.928Z | info: running `cargo check --bins` on bootstore (2/337) |
| 1885 | 2026-08-18T23:17:44.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2026-08-18T23:17:44.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2026-08-18T23:17:44.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2026-08-18T23:17:44.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1889 | 2026-08-18T23:17:44.495Z | |
| 1890 | 2026-08-18T23:17:44.495Z | info: running `cargo check --bins` on omicron-ledger (3/337) |
| 1891 | 2026-08-18T23:17:44.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2026-08-18T23:17:44.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2026-08-18T23:17:44.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2026-08-18T23:17:44.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1895 | 2026-08-18T23:17:45.041Z | |
| 1896 | 2026-08-18T23:17:45.041Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337) |
| 1897 | 2026-08-18T23:17:45.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2026-08-18T23:17:45.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2026-08-18T23:17:45.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2026-08-18T23:17:45.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1901 | 2026-08-18T23:17:45.585Z | |
| 1902 | 2026-08-18T23:17:45.585Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337) |
| 1903 | 2026-08-18T23:17:46.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2026-08-18T23:17:46.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2026-08-18T23:17:46.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2026-08-18T23:17:46.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1907 | 2026-08-18T23:17:46.123Z | |
| 1908 | 2026-08-18T23:17:46.123Z | info: running `cargo check --bins` on omicron-certificates (6/337) |
| 1909 | 2026-08-18T23:17:46.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2026-08-18T23:17:46.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2026-08-18T23:17:46.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2026-08-18T23:17:46.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1913 | 2026-08-18T23:17:46.686Z | |
| 1914 | 2026-08-18T23:17:46.686Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/337) |
| 1915 | 2026-08-18T23:17:47.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2026-08-18T23:17:47.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2026-08-18T23:17:47.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2026-08-18T23:17:47.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1919 | 2026-08-18T23:17:47.236Z | |
| 1920 | 2026-08-18T23:17:47.236Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337) |
| 1921 | 2026-08-18T23:17:47.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2026-08-18T23:17:47.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2026-08-18T23:17:47.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2026-08-18T23:17:47.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1925 | 2026-08-18T23:17:47.797Z | |
| 1926 | 2026-08-18T23:17:47.797Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337) |
| 1927 | 2026-08-18T23:17:48.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2026-08-18T23:17:48.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2026-08-18T23:17:48.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2026-08-18T23:17:48.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1931 | 2026-08-18T23:17:48.220Z | |
| 1932 | 2026-08-18T23:17:48.220Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337) |
| 1933 | 2026-08-18T23:17:48.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2026-08-18T23:17:48.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2026-08-18T23:17:48.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2026-08-18T23:17:48.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1937 | 2026-08-18T23:17:48.619Z | |
| 1938 | 2026-08-18T23:17:48.620Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337) |
| 1939 | 2026-08-18T23:17:48.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2026-08-18T23:17:48.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2026-08-18T23:17:48.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2026-08-18T23:17:48.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1943 | 2026-08-18T23:17:49.047Z | |
| 1944 | 2026-08-18T23:17:49.047Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337) |
| 1945 | 2026-08-18T23:17:49.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2026-08-18T23:17:49.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2026-08-18T23:17:49.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2026-08-18T23:17:49.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1949 | 2026-08-18T23:17:49.451Z | |
| 1950 | 2026-08-18T23:17:49.452Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337) |
| 1951 | 2026-08-18T23:17:49.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2026-08-18T23:17:49.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2026-08-18T23:17:49.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2026-08-18T23:17:49.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1955 | 2026-08-18T23:17:49.875Z | |
| 1956 | 2026-08-18T23:17:49.875Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337) |
| 1957 | 2026-08-18T23:17:50.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2026-08-18T23:17:50.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2026-08-18T23:17:50.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2026-08-18T23:17:50.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1961 | 2026-08-18T23:17:50.276Z | |
| 1962 | 2026-08-18T23:17:50.276Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337) |
| 1963 | 2026-08-18T23:17:50.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2026-08-18T23:17:50.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2026-08-18T23:17:50.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2026-08-18T23:17:50.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1967 | 2026-08-18T23:17:50.691Z | |
| 1968 | 2026-08-18T23:17:50.691Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337) |
| 1969 | 2026-08-18T23:17:51.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2026-08-18T23:17:51.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2026-08-18T23:17:51.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2026-08-18T23:17:51.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1973 | 2026-08-18T23:17:51.150Z | |
| 1974 | 2026-08-18T23:17:51.150Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337) |
| 1975 | 2026-08-18T23:17:51.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2026-08-18T23:17:51.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2026-08-18T23:17:51.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2026-08-18T23:17:51.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1979 | 2026-08-18T23:17:51.528Z | |
| 1980 | 2026-08-18T23:17:51.528Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337) |
| 1981 | 2026-08-18T23:17:51.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2026-08-18T23:17:51.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2026-08-18T23:17:51.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2026-08-18T23:17:51.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1985 | 2026-08-18T23:17:51.941Z | |
| 1986 | 2026-08-18T23:17:51.941Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337) |
| 1987 | 2026-08-18T23:17:52.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2026-08-18T23:17:52.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2026-08-18T23:17:52.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2026-08-18T23:17:52.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1991 | 2026-08-18T23:17:52.359Z | |
| 1992 | 2026-08-18T23:17:52.359Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337) |
| 1993 | 2026-08-18T23:17:52.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2026-08-18T23:17:52.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2026-08-18T23:17:52.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2026-08-18T23:17:52.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1997 | 2026-08-18T23:17:52.776Z | |
| 1998 | 2026-08-18T23:17:52.776Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337) |
| 1999 | 2026-08-18T23:17:53.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2026-08-18T23:17:53.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2026-08-18T23:17:53.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2026-08-18T23:17:53.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2003 | 2026-08-18T23:17:53.198Z | |
| 2004 | 2026-08-18T23:17:53.198Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337) |
| 2005 | 2026-08-18T23:17:53.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2026-08-18T23:17:53.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2026-08-18T23:17:53.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2026-08-18T23:17:53.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2009 | 2026-08-18T23:17:53.633Z | |
| 2010 | 2026-08-18T23:17:53.633Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337) |
| 2011 | 2026-08-18T23:17:53.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2026-08-18T23:17:53.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2026-08-18T23:17:53.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2026-08-18T23:17:53.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2015 | 2026-08-18T23:17:54.037Z | |
| 2016 | 2026-08-18T23:17:54.037Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337) |
| 2017 | 2026-08-18T23:17:54.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2026-08-18T23:17:54.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2026-08-18T23:17:54.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2026-08-18T23:17:54.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2021 | 2026-08-18T23:17:54.452Z | |
| 2022 | 2026-08-18T23:17:54.452Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337) |
| 2023 | 2026-08-18T23:17:54.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2026-08-18T23:17:54.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2026-08-18T23:17:54.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2026-08-18T23:17:54.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2027 | 2026-08-18T23:17:54.873Z | |
| 2028 | 2026-08-18T23:17:54.873Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337) |
| 2029 | 2026-08-18T23:17:55.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2026-08-18T23:17:55.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2026-08-18T23:17:55.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2026-08-18T23:17:55.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2033 | 2026-08-18T23:17:55.294Z | |
| 2034 | 2026-08-18T23:17:55.294Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337) |
| 2035 | 2026-08-18T23:17:55.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2026-08-18T23:17:55.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2026-08-18T23:17:55.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2026-08-18T23:17:55.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2039 | 2026-08-18T23:17:55.711Z | |
| 2040 | 2026-08-18T23:17:55.711Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337) |
| 2041 | 2026-08-18T23:17:56.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2026-08-18T23:17:56.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2026-08-18T23:17:56.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2026-08-18T23:17:56.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2045 | 2026-08-18T23:17:56.129Z | |
| 2046 | 2026-08-18T23:17:56.129Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337) |
| 2047 | 2026-08-18T23:17:56.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2026-08-18T23:17:56.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2026-08-18T23:17:56.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2026-08-18T23:17:56.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2051 | 2026-08-18T23:17:56.547Z | |
| 2052 | 2026-08-18T23:17:56.547Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337) |
| 2053 | 2026-08-18T23:17:56.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2026-08-18T23:17:56.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2026-08-18T23:17:56.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2026-08-18T23:17:56.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2057 | 2026-08-18T23:17:56.960Z | |
| 2058 | 2026-08-18T23:17:56.960Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337) |
| 2059 | 2026-08-18T23:17:57.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2026-08-18T23:17:57.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2026-08-18T23:17:57.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2026-08-18T23:17:57.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2063 | 2026-08-18T23:17:57.370Z | |
| 2064 | 2026-08-18T23:17:57.370Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337) |
| 2065 | 2026-08-18T23:17:57.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2026-08-18T23:17:57.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2026-08-18T23:17:57.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2026-08-18T23:17:57.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2069 | 2026-08-18T23:17:57.780Z | |
| 2070 | 2026-08-18T23:17:57.780Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337) |
| 2071 | 2026-08-18T23:17:58.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2026-08-18T23:17:58.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2026-08-18T23:17:58.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2026-08-18T23:17:58.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2075 | 2026-08-18T23:17:58.195Z | |
| 2076 | 2026-08-18T23:17:58.195Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337) |
| 2077 | 2026-08-18T23:17:58.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2026-08-18T23:17:58.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2026-08-18T23:17:58.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2026-08-18T23:17:58.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2081 | 2026-08-18T23:17:58.612Z | |
| 2082 | 2026-08-18T23:17:58.612Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337) |
| 2083 | 2026-08-18T23:17:58.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2026-08-18T23:17:58.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2026-08-18T23:17:58.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2026-08-18T23:17:58.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2087 | 2026-08-18T23:17:59.026Z | |
| 2088 | 2026-08-18T23:17:59.026Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337) |
| 2089 | 2026-08-18T23:17:59.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2026-08-18T23:17:59.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2026-08-18T23:17:59.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2026-08-18T23:17:59.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2093 | 2026-08-18T23:17:59.439Z | |
| 2094 | 2026-08-18T23:17:59.439Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337) |
| 2095 | 2026-08-18T23:17:59.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2026-08-18T23:17:59.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2026-08-18T23:17:59.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2026-08-18T23:17:59.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2099 | 2026-08-18T23:17:59.856Z | |
| 2100 | 2026-08-18T23:17:59.856Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337) |
| 2101 | 2026-08-18T23:18:00.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2026-08-18T23:18:00.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2026-08-18T23:18:00.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2104 | 2026-08-18T23:18:00.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2105 | 2026-08-18T23:18:00.273Z | |
| 2106 | 2026-08-18T23:18:00.273Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337) |
| 2107 | 2026-08-18T23:18:00.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2108 | 2026-08-18T23:18:00.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2109 | 2026-08-18T23:18:00.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2110 | 2026-08-18T23:18:00.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2111 | 2026-08-18T23:18:00.694Z | |
| 2112 | 2026-08-18T23:18:00.694Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337) |
| 2113 | 2026-08-18T23:18:01.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2114 | 2026-08-18T23:18:01.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2115 | 2026-08-18T23:18:01.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2116 | 2026-08-18T23:18:01.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2117 | 2026-08-18T23:18:01.111Z | |
| 2118 | 2026-08-18T23:18:01.112Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337) |
| 2119 | 2026-08-18T23:18:01.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2120 | 2026-08-18T23:18:01.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2121 | 2026-08-18T23:18:01.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2122 | 2026-08-18T23:18:01.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2123 | 2026-08-18T23:18:01.527Z | |
| 2124 | 2026-08-18T23:18:01.528Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337) |
| 2125 | 2026-08-18T23:18:01.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2126 | 2026-08-18T23:18:01.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2127 | 2026-08-18T23:18:01.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2128 | 2026-08-18T23:18:01.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2129 | 2026-08-18T23:18:01.939Z | |
| 2130 | 2026-08-18T23:18:01.939Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337) |
| 2131 | 2026-08-18T23:18:02.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2132 | 2026-08-18T23:18:02.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2133 | 2026-08-18T23:18:02.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2134 | 2026-08-18T23:18:02.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2135 | 2026-08-18T23:18:02.351Z | |
| 2136 | 2026-08-18T23:18:02.351Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337) |
| 2137 | 2026-08-18T23:18:02.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2138 | 2026-08-18T23:18:02.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2139 | 2026-08-18T23:18:02.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2140 | 2026-08-18T23:18:02.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2141 | 2026-08-18T23:18:02.768Z | |
| 2142 | 2026-08-18T23:18:02.768Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337) |
| 2143 | 2026-08-18T23:18:03.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2144 | 2026-08-18T23:18:03.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2145 | 2026-08-18T23:18:03.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2146 | 2026-08-18T23:18:03.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2147 | 2026-08-18T23:18:03.191Z | |
| 2148 | 2026-08-18T23:18:03.191Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337) |
| 2149 | 2026-08-18T23:18:03.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2150 | 2026-08-18T23:18:03.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2151 | 2026-08-18T23:18:03.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2152 | 2026-08-18T23:18:03.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2153 | 2026-08-18T23:18:03.608Z | |
| 2154 | 2026-08-18T23:18:03.608Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337) |
| 2155 | 2026-08-18T23:18:03.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2156 | 2026-08-18T23:18:03.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2157 | 2026-08-18T23:18:03.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2158 | 2026-08-18T23:18:03.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2159 | 2026-08-18T23:18:04.029Z | |
| 2160 | 2026-08-18T23:18:04.029Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337) |
| 2161 | 2026-08-18T23:18:04.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2162 | 2026-08-18T23:18:04.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2163 | 2026-08-18T23:18:04.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2164 | 2026-08-18T23:18:04.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2165 | 2026-08-18T23:18:04.447Z | |
| 2166 | 2026-08-18T23:18:04.447Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337) |
| 2167 | 2026-08-18T23:18:04.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2168 | 2026-08-18T23:18:04.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2169 | 2026-08-18T23:18:04.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2170 | 2026-08-18T23:18:04.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2171 | 2026-08-18T23:18:05.039Z | |
| 2172 | 2026-08-18T23:18:05.039Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337) |
| 2173 | 2026-08-18T23:18:05.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2174 | 2026-08-18T23:18:05.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2175 | 2026-08-18T23:18:05.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2176 | 2026-08-18T23:18:05.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2177 | 2026-08-18T23:18:05.648Z | |
| 2178 | 2026-08-18T23:18:05.648Z | info: running `cargo check --bins` on nexus-config (51/337) |
| 2179 | 2026-08-18T23:18:06.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2180 | 2026-08-18T23:18:06.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2181 | 2026-08-18T23:18:06.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2182 | 2026-08-18T23:18:06.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2183 | 2026-08-18T23:18:06.230Z | |
| 2184 | 2026-08-18T23:18:06.230Z | info: running `cargo check --bins` on nexus-types (52/337) |
| 2185 | 2026-08-18T23:18:06.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2186 | 2026-08-18T23:18:06.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2187 | 2026-08-18T23:18:06.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2188 | 2026-08-18T23:18:06.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2189 | 2026-08-18T23:18:06.839Z | |
| 2190 | 2026-08-18T23:18:06.839Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337) |
| 2191 | 2026-08-18T23:18:07.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2192 | 2026-08-18T23:18:07.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2193 | 2026-08-18T23:18:07.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2194 | 2026-08-18T23:18:07.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2195 | 2026-08-18T23:18:07.392Z | |
| 2196 | 2026-08-18T23:18:07.392Z | info: running `cargo check --bins` on omicron-passwords (54/337) |
| 2197 | 2026-08-18T23:18:08.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2198 | 2026-08-18T23:18:08.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2199 | 2026-08-18T23:18:08.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2200 | 2026-08-18T23:18:08.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2201 | 2026-08-18T23:18:08.134Z | |
| 2202 | 2026-08-18T23:18:08.134Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/337) |
| 2203 | 2026-08-18T23:18:08.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2204 | 2026-08-18T23:18:08.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2205 | 2026-08-18T23:18:08.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2206 | 2026-08-18T23:18:08.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2207 | 2026-08-18T23:18:08.512Z | |
| 2208 | 2026-08-18T23:18:08.512Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337) |
| 2209 | 2026-08-18T23:18:08.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2210 | 2026-08-18T23:18:09.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2211 | 2026-08-18T23:18:09.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2212 | 2026-08-18T23:18:09.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2213 | 2026-08-18T23:18:09.086Z | |
| 2214 | 2026-08-18T23:18:09.086Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337) |
| 2215 | 2026-08-18T23:18:09.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2216 | 2026-08-18T23:18:09.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2217 | 2026-08-18T23:18:09.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2218 | 2026-08-18T23:18:09.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2219 | 2026-08-18T23:18:09.654Z | |
| 2220 | 2026-08-18T23:18:09.654Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337) |
| 2221 | 2026-08-18T23:18:10.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2222 | 2026-08-18T23:18:10.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2223 | 2026-08-18T23:18:10.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2224 | 2026-08-18T23:18:10.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2225 | 2026-08-18T23:18:10.236Z | |
| 2226 | 2026-08-18T23:18:10.236Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337) |
| 2227 | 2026-08-18T23:18:10.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2228 | 2026-08-18T23:18:10.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2229 | 2026-08-18T23:18:10.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2230 | 2026-08-18T23:18:10.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2231 | 2026-08-18T23:18:10.782Z | |
| 2232 | 2026-08-18T23:18:10.782Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337) |
| 2233 | 2026-08-18T23:18:11.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2234 | 2026-08-18T23:18:11.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2235 | 2026-08-18T23:18:11.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2236 | 2026-08-18T23:18:11.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2237 | 2026-08-18T23:18:11.594Z | |
| 2238 | 2026-08-18T23:18:11.594Z | info: running `cargo check --bins --no-default-features` on gfss (61/337) |
| 2239 | 2026-08-18T23:18:11.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2240 | 2026-08-18T23:18:11.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2241 | 2026-08-18T23:18:11.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2242 | 2026-08-18T23:18:11.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2243 | 2026-08-18T23:18:11.883Z | |
| 2244 | 2026-08-18T23:18:11.883Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337) |
| 2245 | 2026-08-18T23:18:12.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2246 | 2026-08-18T23:18:12.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2247 | 2026-08-18T23:18:12.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2248 | 2026-08-18T23:18:12.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2249 | 2026-08-18T23:18:12.427Z | |
| 2250 | 2026-08-18T23:18:12.427Z | info: running `cargo check --bins` on trust-quorum-types (63/337) |
| 2251 | 2026-08-18T23:18:12.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2252 | 2026-08-18T23:18:12.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2253 | 2026-08-18T23:18:12.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2254 | 2026-08-18T23:18:12.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2255 | 2026-08-18T23:18:12.984Z | |
| 2256 | 2026-08-18T23:18:12.984Z | info: running `cargo check --bins` on wicketd-commission-types (64/337) |
| 2257 | 2026-08-18T23:18:13.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2258 | 2026-08-18T23:18:13.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2259 | 2026-08-18T23:18:13.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2260 | 2026-08-18T23:18:13.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2261 | 2026-08-18T23:18:13.539Z | |
| 2262 | 2026-08-18T23:18:13.539Z | info: running `cargo check --bins` on wicketd-commission-types-versions (65/337) |
| 2263 | 2026-08-18T23:18:14.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2264 | 2026-08-18T23:18:14.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2265 | 2026-08-18T23:18:14.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2266 | 2026-08-18T23:18:14.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2267 | 2026-08-18T23:18:14.131Z | |
| 2268 | 2026-08-18T23:18:14.131Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337) |
| 2269 | 2026-08-18T23:18:14.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2270 | 2026-08-18T23:18:14.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2271 | 2026-08-18T23:18:14.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2272 | 2026-08-18T23:18:14.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2273 | 2026-08-18T23:18:14.664Z | |
| 2274 | 2026-08-18T23:18:14.664Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337) |
| 2275 | 2026-08-18T23:18:15.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2276 | 2026-08-18T23:18:15.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2277 | 2026-08-18T23:18:15.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2278 | 2026-08-18T23:18:15.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2279 | 2026-08-18T23:18:15.223Z | |
| 2280 | 2026-08-18T23:18:15.223Z | info: running `cargo check --bins` on clickhouse-admin-types (68/337) |
| 2281 | 2026-08-18T23:18:15.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2282 | 2026-08-18T23:18:15.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2283 | 2026-08-18T23:18:15.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2284 | 2026-08-18T23:18:15.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2285 | 2026-08-18T23:18:15.777Z | |
| 2286 | 2026-08-18T23:18:15.788Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (69/337) |
| 2287 | 2026-08-18T23:18:16.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2288 | 2026-08-18T23:18:16.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2289 | 2026-08-18T23:18:16.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2290 | 2026-08-18T23:18:16.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2291 | 2026-08-18T23:18:16.962Z | |
| 2292 | 2026-08-18T23:18:16.962Z | info: running `cargo check --bins` on cockroach-admin-types (70/337) |
| 2293 | 2026-08-18T23:18:17.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2294 | 2026-08-18T23:18:17.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2295 | 2026-08-18T23:18:17.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2296 | 2026-08-18T23:18:17.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2297 | 2026-08-18T23:18:17.052Z | |
| 2298 | 2026-08-18T23:18:17.052Z | info: running `cargo check --bins` on cockroach-admin-types-versions (71/337) |
| 2299 | 2026-08-18T23:18:17.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2300 | 2026-08-18T23:18:17.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2301 | 2026-08-18T23:18:17.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2302 | 2026-08-18T23:18:17.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2303 | 2026-08-18T23:18:17.447Z | |
| 2304 | 2026-08-18T23:18:17.462Z | info: running `cargo check --bins` on ereport-types (72/337) |
| 2305 | 2026-08-18T23:18:17.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2306 | 2026-08-18T23:18:17.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2307 | 2026-08-18T23:18:17.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2308 | 2026-08-18T23:18:17.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2309 | 2026-08-18T23:18:18.008Z | |
| 2310 | 2026-08-18T23:18:18.008Z | info: running `cargo check --bins` on gateway-client (73/337) |
| 2311 | 2026-08-18T23:18:21.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2312 | 2026-08-18T23:18:21.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2313 | 2026-08-18T23:18:21.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2314 | 2026-08-18T23:18:21.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2315 | 2026-08-18T23:18:21.421Z | |
| 2316 | 2026-08-18T23:18:21.421Z | info: running `cargo check --bins --no-default-features` on gateway-types (74/337) |
| 2317 | 2026-08-18T23:18:21.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2318 | 2026-08-18T23:18:21.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2319 | 2026-08-18T23:18:21.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2320 | 2026-08-18T23:18:21.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2321 | 2026-08-18T23:18:21.425Z | |
| 2322 | 2026-08-18T23:18:21.425Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337) |
| 2323 | 2026-08-18T23:18:21.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2324 | 2026-08-18T23:18:21.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2325 | 2026-08-18T23:18:21.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2326 | 2026-08-18T23:18:21.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2327 | 2026-08-18T23:18:21.426Z | |
| 2328 | 2026-08-18T23:18:21.426Z | info: running `cargo check --bins --no-default-features` on illumos-utils (76/337) |
| 2329 | 2026-08-18T23:18:21.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2330 | 2026-08-18T23:18:21.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2331 | 2026-08-18T23:18:21.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2332 | 2026-08-18T23:18:21.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2333 | 2026-08-18T23:18:21.426Z | |
| 2334 | 2026-08-18T23:18:21.426Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337) |
| 2335 | 2026-08-18T23:18:21.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2336 | 2026-08-18T23:18:21.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2337 | 2026-08-18T23:18:21.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2338 | 2026-08-18T23:18:21.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2339 | 2026-08-18T23:18:21.428Z | |
| 2340 | 2026-08-18T23:18:21.428Z | info: running `cargo check --bins` on key-manager-types (78/337) |
| 2341 | 2026-08-18T23:18:21.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2342 | 2026-08-18T23:18:21.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2343 | 2026-08-18T23:18:21.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2344 | 2026-08-18T23:18:21.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2345 | 2026-08-18T23:18:21.428Z | |
| 2346 | 2026-08-18T23:18:21.428Z | info: running `cargo check --bins` on oxlog (79/337) |
| 2347 | 2026-08-18T23:18:21.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2348 | 2026-08-18T23:18:21.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2349 | 2026-08-18T23:18:21.984Z | Checking cfg-if v1.0.4 |
| 2350 | 2026-08-18T23:18:21.987Z | Checking libc v0.2.185 |
| 2351 | 2026-08-18T23:18:22.088Z | Checking serde_core v1.0.229 |
| 2352 | 2026-08-18T23:18:22.101Z | Checking memchr v2.8.0 |
| 2353 | 2026-08-18T23:18:22.109Z | Checking zeroize v1.9.0 |
| 2354 | 2026-08-18T23:18:22.119Z | Checking smallvec v1.15.1 |
| 2355 | 2026-08-18T23:18:22.128Z | Checking log v0.4.33 |
| 2356 | 2026-08-18T23:18:22.139Z | Checking subtle v2.6.1 |
| 2357 | 2026-08-18T23:18:22.151Z | Checking itoa v1.0.17 |
| 2358 | 2026-08-18T23:18:22.255Z | Checking scopeguard v1.2.0 |
| 2359 | 2026-08-18T23:18:22.279Z | Checking typenum v1.20.1 |
| 2360 | 2026-08-18T23:18:22.282Z | Checking stable_deref_trait v1.2.1 |
| 2361 | 2026-08-18T23:18:22.303Z | Checking zerofrom v0.1.6 |
| 2362 | 2026-08-18T23:18:22.317Z | Checking portable-atomic v1.13.1 |
| 2363 | 2026-08-18T23:18:22.349Z | Checking lock_api v0.4.14 |
| 2364 | 2026-08-18T23:18:22.362Z | Checking zerocopy v0.8.55 |
| 2365 | 2026-08-18T23:18:22.414Z | Checking yoke v0.8.1 |
| 2366 | 2026-08-18T23:18:22.472Z | Checking critical-section v1.2.0 |
| 2367 | 2026-08-18T23:18:22.484Z | Checking errno v0.3.14 |
| 2368 | 2026-08-18T23:18:22.547Z | Checking getrandom v0.2.17 |
| 2369 | 2026-08-18T23:18:22.568Z | Checking const-oid v0.9.6 |
| 2370 | 2026-08-18T23:18:22.579Z | Checking zerovec v0.11.5 |
| 2371 | 2026-08-18T23:18:22.595Z | Checking pin-project-lite v0.2.17 |
| 2372 | 2026-08-18T23:18:22.688Z | Checking libm v0.2.16 |
| 2373 | 2026-08-18T23:18:22.697Z | Checking rand_core v0.6.4 |
| 2374 | 2026-08-18T23:18:22.715Z | Checking once_cell v1.21.3 |
| 2375 | 2026-08-18T23:18:22.864Z | Checking zmij v1.0.21 |
| 2376 | 2026-08-18T23:18:22.887Z | Checking signal-hook-registry v1.4.8 |
| 2377 | 2026-08-18T23:18:23.005Z | Checking generic-array v0.14.7 |
| 2378 | 2026-08-18T23:18:23.011Z | Checking tinystr v0.8.2 |
| 2379 | 2026-08-18T23:18:23.045Z | Checking parking_lot_core v0.9.12 |
| 2380 | 2026-08-18T23:18:23.071Z | Checking futures-core v0.3.32 |
| 2381 | 2026-08-18T23:18:23.188Z | Checking percent-encoding v2.3.2 |
| 2382 | 2026-08-18T23:18:23.201Z | Checking litemap v0.8.1 |
| 2383 | 2026-08-18T23:18:23.377Z | Checking writeable v0.6.2 |
| 2384 | 2026-08-18T23:18:23.385Z | Checking parking_lot v0.12.5 |
| 2385 | 2026-08-18T23:18:23.385Z | Checking potential_utf v0.1.4 |
| 2386 | 2026-08-18T23:18:23.385Z | Checking zerotrie v0.2.3 |
| 2387 | 2026-08-18T23:18:23.385Z | Checking num-traits v0.2.19 |
| 2388 | 2026-08-18T23:18:23.396Z | Checking icu_locale_core v2.1.1 |
| 2389 | 2026-08-18T23:18:23.426Z | Checking mio v1.2.0 |
| 2390 | 2026-08-18T23:18:23.444Z | Checking equivalent v1.0.2 |
| 2391 | 2026-08-18T23:18:23.458Z | Checking icu_collections v2.1.1 |
| 2392 | 2026-08-18T23:18:23.525Z | Checking getrandom v0.3.4 |
| 2393 | 2026-08-18T23:18:23.561Z | Checking serde v1.0.229 |
| 2394 | 2026-08-18T23:18:23.631Z | Checking bitflags v2.11.0 |
| 2395 | 2026-08-18T23:18:23.668Z | Checking serde_json v1.0.151 |
| 2396 | 2026-08-18T23:18:23.703Z | Checking socket2 v0.6.3 |
| 2397 | 2026-08-18T23:18:23.761Z | Checking icu_properties_data v2.1.2 |
| 2398 | 2026-08-18T23:18:23.793Z | Checking icu_normalizer_data v2.1.1 |
| 2399 | 2026-08-18T23:18:23.865Z | Checking byteorder v1.5.0 |
| 2400 | 2026-08-18T23:18:23.887Z | Checking block-buffer v0.10.4 |
| 2401 | 2026-08-18T23:18:23.929Z | Checking crypto-common v0.1.7 |
| 2402 | 2026-08-18T23:18:23.942Z | Checking icu_provider v2.1.1 |
| 2403 | 2026-08-18T23:18:23.943Z | Checking rand_core v0.10.0 |
| 2404 | 2026-08-18T23:18:23.966Z | Checking bytes v1.11.1 |
| 2405 | 2026-08-18T23:18:24.020Z | Checking futures-sink v0.3.32 |
| 2406 | 2026-08-18T23:18:24.045Z | Checking hashbrown v0.17.0 |
| 2407 | 2026-08-18T23:18:24.061Z | Checking digest v0.10.7 |
| 2408 | 2026-08-18T23:18:24.087Z | Checking getrandom v0.4.3 |
| 2409 | 2026-08-18T23:18:24.113Z | Checking futures-channel v0.3.32 |
| 2410 | 2026-08-18T23:18:24.170Z | Checking icu_normalizer v2.1.1 |
| 2411 | 2026-08-18T23:18:24.231Z | Checking icu_properties v2.1.2 |
| 2412 | 2026-08-18T23:18:24.248Z | Checking futures-io v0.3.32 |
| 2413 | 2026-08-18T23:18:24.301Z | Checking utf8_iter v1.0.4 |
| 2414 | 2026-08-18T23:18:24.333Z | Checking slab v0.4.12 |
| 2415 | 2026-08-18T23:18:24.360Z | Checking futures-task v0.3.32 |
| 2416 | 2026-08-18T23:18:24.404Z | Checking tokio v1.52.1 |
| 2417 | 2026-08-18T23:18:24.419Z | Checking rustix v1.1.4 |
| 2418 | 2026-08-18T23:18:24.482Z | Checking form_urlencoded v1.2.2 |
| 2419 | 2026-08-18T23:18:24.497Z | Checking futures-util v0.3.32 |
| 2420 | 2026-08-18T23:18:24.513Z | Checking fnv v1.0.7 |
| 2421 | 2026-08-18T23:18:24.526Z | Checking indexmap v2.14.0 |
| 2422 | 2026-08-18T23:18:24.602Z | Checking base64ct v1.8.3 |
| 2423 | 2026-08-18T23:18:24.617Z | Checking flagset v0.4.7 |
| 2424 | 2026-08-18T23:18:24.736Z | Checking iana-time-zone v0.1.65 |
| 2425 | 2026-08-18T23:18:24.834Z | Checking pem-rfc7468 v0.7.0 |
| 2426 | 2026-08-18T23:18:24.848Z | Checking chrono v0.4.45 |
| 2427 | 2026-08-18T23:18:24.990Z | Checking der v0.7.10 |
| 2428 | 2026-08-18T23:18:25.079Z | Checking idna_adapter v1.2.1 |
| 2429 | 2026-08-18T23:18:25.091Z | Checking uuid v1.23.4 |
| 2430 | 2026-08-18T23:18:25.130Z | Checking ppv-lite86 v0.2.21 |
| 2431 | 2026-08-18T23:18:25.196Z | Checking idna v1.1.0 |
| 2432 | 2026-08-18T23:18:25.261Z | Checking rand_core v0.9.5 |
| 2433 | 2026-08-18T23:18:25.399Z | Checking regex-syntax v0.8.10 |
| 2434 | 2026-08-18T23:18:25.420Z | Checking base64 v0.22.1 |
| 2435 | 2026-08-18T23:18:25.432Z | Checking url v2.5.8 |
| 2436 | 2026-08-18T23:18:25.445Z | Checking http v1.4.2 |
| 2437 | 2026-08-18T23:18:25.655Z | Checking rand_chacha v0.9.0 |
| 2438 | 2026-08-18T23:18:25.682Z | Checking tracing-core v0.1.36 |
| 2439 | 2026-08-18T23:18:25.704Z | Checking spki v0.7.3 |
| 2440 | 2026-08-18T23:18:25.857Z | Checking dyn-clone v1.0.20 |
| 2441 | 2026-08-18T23:18:25.870Z | Checking simd-adler32 v0.3.8 |
| 2442 | 2026-08-18T23:18:25.873Z | Checking cpufeatures v0.2.17 |
| 2443 | 2026-08-18T23:18:25.947Z | Checking pkcs8 v0.10.2 |
| 2444 | 2026-08-18T23:18:25.961Z | Checking rand v0.9.2 |
| 2445 | 2026-08-18T23:18:25.986Z | Checking tracing v0.1.44 |
| 2446 | 2026-08-18T23:18:26.001Z | Checking http-body v1.0.1 |
| 2447 | 2026-08-18T23:18:26.035Z | Checking semver v1.0.28 |
| 2448 | 2026-08-18T23:18:26.098Z | Checking spin v0.9.8 |
| 2449 | 2026-08-18T23:18:26.124Z | Checking rustls-pki-types v1.14.0 |
| 2450 | 2026-08-18T23:18:26.186Z | Checking anstyle v1.0.14 |
| 2451 | 2026-08-18T23:18:26.241Z | Checking tinyvec_macros v0.1.1 |
| 2452 | 2026-08-18T23:18:26.272Z | Checking cmov v0.5.4 |
| 2453 | 2026-08-18T23:18:26.307Z | Checking openssl-probe v0.2.1 |
| 2454 | 2026-08-18T23:18:26.363Z | Checking utf8parse v0.2.2 |
| 2455 | 2026-08-18T23:18:26.395Z | Checking adler2 v2.0.1 |
| 2456 | 2026-08-18T23:18:26.410Z | Checking tinyvec v1.10.0 |
| 2457 | 2026-08-18T23:18:26.410Z | Checking schemars v0.8.22 |
| 2458 | 2026-08-18T23:18:26.433Z | Checking sha2 v0.10.9 |
| 2459 | 2026-08-18T23:18:26.457Z | Checking ctutils v0.4.2 |
| 2460 | 2026-08-18T23:18:26.457Z | Checking anstyle-parse v1.0.0 |
| 2461 | 2026-08-18T23:18:26.497Z | Checking miniz_oxide v0.8.9 |
| 2462 | 2026-08-18T23:18:26.614Z | Checking terminal_size v0.4.3 |
| 2463 | 2026-08-18T23:18:26.665Z | Checking aws-lc-sys v0.40.0 |
| 2464 | 2026-08-18T23:18:26.678Z | Checking thiserror v2.0.18 |
| 2465 | 2026-08-18T23:18:26.695Z | Checking colorchoice v1.0.4 |
| 2466 | 2026-08-18T23:18:26.721Z | Checking fastrand v2.3.0 |
| 2467 | 2026-08-18T23:18:26.724Z | Checking anstyle-query v1.1.5 |
| 2468 | 2026-08-18T23:18:26.770Z | Checking untrusted v0.7.1 |
| 2469 | 2026-08-18T23:18:26.791Z | Checking atomic-waker v1.1.2 |
| 2470 | 2026-08-18T23:18:26.820Z | Checking is_terminal_polyfill v1.70.2 |
| 2471 | 2026-08-18T23:18:26.855Z | Checking tower-layer v0.3.3 |
| 2472 | 2026-08-18T23:18:26.877Z | Checking try-lock v0.2.5 |
| 2473 | 2026-08-18T23:18:26.890Z | Checking tower-service v0.3.3 |
| 2474 | 2026-08-18T23:18:26.903Z | Checking tempfile v3.27.0 |
| 2475 | 2026-08-18T23:18:26.912Z | Checking anstream v1.0.0 |
| 2476 | 2026-08-18T23:18:26.972Z | Checking want v0.3.1 |
| 2477 | 2026-08-18T23:18:26.984Z | Checking hybrid-array v0.4.13 |
| 2478 | 2026-08-18T23:18:27.001Z | Checking ipnet v2.12.0 |
| 2479 | 2026-08-18T23:18:27.050Z | Checking crc32fast v1.5.0 |
| 2480 | 2026-08-18T23:18:27.090Z | Checking httparse v1.10.1 |
| 2481 | 2026-08-18T23:18:27.093Z | Checking aho-corasick v1.1.4 |
| 2482 | 2026-08-18T23:18:27.116Z | Checking plain v0.2.3 |
| 2483 | 2026-08-18T23:18:27.156Z | Checking aws-lc-rs v1.16.3 |
| 2484 | 2026-08-18T23:18:27.184Z | Checking httpdate v1.0.3 |
| 2485 | 2026-08-18T23:18:27.212Z | Checking foreign-types-shared v0.1.1 |
| 2486 | 2026-08-18T23:18:27.249Z | Checking untrusted v0.9.0 |
| 2487 | 2026-08-18T23:18:27.293Z | Checking tap v1.0.1 |
| 2488 | 2026-08-18T23:18:27.305Z | Checking foreign-types v0.3.2 |
| 2489 | 2026-08-18T23:18:27.328Z | Checking unicode-normalization v0.1.25 |
| 2490 | 2026-08-18T23:18:27.389Z | Checking rand_chacha v0.3.1 |
| 2491 | 2026-08-18T23:18:27.396Z | Checking radium v0.7.0 |
| 2492 | 2026-08-18T23:18:27.396Z | Checking wyz v0.5.1 |
| 2493 | 2026-08-18T23:18:27.538Z | Checking signature v2.2.0 |
| 2494 | 2026-08-18T23:18:27.556Z | Checking hex v0.4.3 |
| 2495 | 2026-08-18T23:18:27.569Z | Checking num-integer v0.1.46 |
| 2496 | 2026-08-18T23:18:27.637Z | Checking tokio-util v0.7.18 |
| 2497 | 2026-08-18T23:18:27.665Z | Checking openssl-sys v0.9.117 |
| 2498 | 2026-08-18T23:18:27.721Z | Checking socket2 v0.5.10 |
| 2499 | 2026-08-18T23:18:27.722Z | Checking wait-timeout v0.2.1 |
| 2500 | 2026-08-18T23:18:27.770Z | Checking regex-automata v0.4.14 |
| 2501 | 2026-08-18T23:18:27.784Z | Checking unicode-ident v1.0.24 |
| 2502 | 2026-08-18T23:18:27.784Z | Checking funty v2.0.0 |
| 2503 | 2026-08-18T23:18:27.841Z | Checking ucd-trie v0.1.7 |
| 2504 | 2026-08-18T23:18:27.888Z | Checking strsim v0.11.1 |
| 2505 | 2026-08-18T23:18:27.971Z | Checking clap_lex v1.0.0 |
| 2506 | 2026-08-18T23:18:27.983Z | Checking quick-error v1.2.3 |
| 2507 | 2026-08-18T23:18:27.996Z | Checking rustls-webpki v0.103.13 |
| 2508 | 2026-08-18T23:18:28.033Z | Checking bit-vec v0.8.0 |
| 2509 | 2026-08-18T23:18:28.047Z | Checking openssl v0.10.80 |
| 2510 | 2026-08-18T23:18:28.077Z | Checking rusty-fork v0.3.1 |
| 2511 | 2026-08-18T23:18:28.117Z | Checking bitvec v1.0.1 |
| 2512 | 2026-08-18T23:18:28.123Z | Checking clap_builder v4.6.0 |
| 2513 | 2026-08-18T23:18:28.223Z | Checking bit-set v0.8.0 |
| 2514 | 2026-08-18T23:18:28.247Z | Checking h2 v0.4.15 |
| 2515 | 2026-08-18T23:18:28.247Z | Checking pest v2.8.6 |
| 2516 | 2026-08-18T23:18:28.371Z | Checking proc-macro2 v1.0.106 |
| 2517 | 2026-08-18T23:18:28.399Z | Checking rustls v0.23.41 |
| 2518 | 2026-08-18T23:18:28.674Z | Checking num-iter v0.1.45 |
| 2519 | 2026-08-18T23:18:28.785Z | Checking rand v0.8.6 |
| 2520 | 2026-08-18T23:18:29.298Z | Checking lazy_static v1.5.0 |
| 2521 | 2026-08-18T23:18:29.313Z | Checking rand_xorshift v0.4.0 |
| 2522 | 2026-08-18T23:18:29.346Z | Checking thiserror v1.0.69 |
| 2523 | 2026-08-18T23:18:29.385Z | Checking maybe-uninit v2.0.0 |
| 2524 | 2026-08-18T23:18:29.433Z | Checking hmac v0.12.1 |
| 2525 | 2026-08-18T23:18:29.449Z | Checking serde_spanned v0.6.9 |
| 2526 | 2026-08-18T23:18:29.452Z | Checking toml_datetime v0.6.11 |
| 2527 | 2026-08-18T23:18:29.472Z | Checking sync_wrapper v1.0.2 |
| 2528 | 2026-08-18T23:18:29.567Z | Checking unarray v0.1.4 |
| 2529 | 2026-08-18T23:18:29.567Z | Checking siphasher v1.0.2 |
| 2530 | 2026-08-18T23:18:29.567Z | Checking pretty-hex v0.4.1 |
| 2531 | 2026-08-18T23:18:29.602Z | Checking nodrop v0.1.14 |
| 2532 | 2026-08-18T23:18:29.637Z | Checking zlib-rs v0.6.2 |
| 2533 | 2026-08-18T23:18:29.686Z | Checking crc-catalog v2.4.0 |
| 2534 | 2026-08-18T23:18:29.686Z | Checking powerfmt v0.2.0 |
| 2535 | 2026-08-18T23:18:29.710Z | Checking proptest v1.11.0 |
| 2536 | 2026-08-18T23:18:29.724Z | Checking array-init v0.0.4 |
| 2537 | 2026-08-18T23:18:29.775Z | Checking crc v3.4.0 |
| 2538 | 2026-08-18T23:18:29.847Z | Checking deranged v0.5.8 |
| 2539 | 2026-08-18T23:18:29.948Z | Checking tower v0.5.3 |
| 2540 | 2026-08-18T23:18:30.021Z | Checking smallvec v0.6.14 |
| 2541 | 2026-08-18T23:18:30.072Z | Checking native-tls v0.2.18 |
| 2542 | 2026-08-18T23:18:30.208Z | Checking packed_struct v0.10.1 |
| 2543 | 2026-08-18T23:18:30.253Z | Checking num-bigint-dig v0.8.6 |
| 2544 | 2026-08-18T23:18:30.333Z | Checking clap v4.6.1 |
| 2545 | 2026-08-18T23:18:30.416Z | Checking quote v1.0.45 |
| 2546 | 2026-08-18T23:18:30.522Z | Checking flate2 v1.1.9 |
| 2547 | 2026-08-18T23:18:30.584Z | Checking ipnetwork v0.21.1 |
| 2548 | 2026-08-18T23:18:30.685Z | Checking http-body-util v0.1.3 |
| 2549 | 2026-08-18T23:18:30.772Z | Checking pkcs1 v0.7.5 |
| 2550 | 2026-08-18T23:18:30.795Z | Checking crossbeam-utils v0.8.21 |
| 2551 | 2026-08-18T23:18:30.808Z | Checking bitfield v0.19.4 |
| 2552 | 2026-08-18T23:18:30.901Z | Checking zerocopy v0.6.6 |
| 2553 | 2026-08-18T23:18:30.974Z | Checking ahash v0.8.12 |
| 2554 | 2026-08-18T23:18:31.066Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2555 | 2026-08-18T23:18:31.079Z | Checking scroll v0.13.0 |
| 2556 | 2026-08-18T23:18:31.093Z | Checking hyper v1.10.1 |
| 2557 | 2026-08-18T23:18:31.130Z | Checking env_filter v2.0.0 |
| 2558 | 2026-08-18T23:18:31.148Z | Checking unicode-properties v0.1.4 |
| 2559 | 2026-08-18T23:18:31.165Z | Checking base64 v0.21.7 |
| 2560 | 2026-08-18T23:18:31.187Z | Checking unicode-bidi v0.3.18 |
| 2561 | 2026-08-18T23:18:31.242Z | Checking winnow v0.5.40 |
| 2562 | 2026-08-18T23:18:31.267Z | Checking iri-string v0.7.10 |
| 2563 | 2026-08-18T23:18:31.304Z | Checking hashbrown v0.12.3 |
| 2564 | 2026-08-18T23:18:31.333Z | Checking num-conv v0.2.0 |
| 2565 | 2026-08-18T23:18:31.395Z | Checking gimli v0.32.3 |
| 2566 | 2026-08-18T23:18:31.446Z | Checking allocator-api2 v0.2.21 |
| 2567 | 2026-08-18T23:18:31.479Z | Checking time-core v0.1.8 |
| 2568 | 2026-08-18T23:18:31.502Z | Checking ryu v1.0.23 |
| 2569 | 2026-08-18T23:18:31.614Z | Checking num_threads v0.1.7 |
| 2570 | 2026-08-18T23:18:31.640Z | Checking serde_urlencoded v0.7.1 |
| 2571 | 2026-08-18T23:18:31.699Z | Checking time v0.3.47 |
| 2572 | 2026-08-18T23:18:31.713Z | Checking indexmap v1.9.3 |
| 2573 | 2026-08-18T23:18:31.723Z | Checking newtype-uuid v1.3.2 |
| 2574 | 2026-08-18T23:18:31.842Z | Checking stringprep v0.1.5 |
| 2575 | 2026-08-18T23:18:31.916Z | Checking ron v0.8.1 |
| 2576 | 2026-08-18T23:18:31.994Z | Checking goblin v0.10.5 |
| 2577 | 2026-08-18T23:18:32.021Z | Checking env_logger v0.11.11 |
| 2578 | 2026-08-18T23:18:32.033Z | Checking hyper-util v0.1.20 |
| 2579 | 2026-08-18T23:18:32.207Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2580 | 2026-08-18T23:18:32.277Z | Checking tower-http v0.6.8 |
| 2581 | 2026-08-18T23:18:32.388Z | Checking toml_edit v0.19.15 |
| 2582 | 2026-08-18T23:18:32.428Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2583 | 2026-08-18T23:18:32.556Z | Checking hashbrown v0.13.2 |
| 2584 | 2026-08-18T23:18:32.584Z | Checking bzip2 v0.4.4 |
| 2585 | 2026-08-18T23:18:32.747Z | Checking crossbeam-epoch v0.9.18 |
| 2586 | 2026-08-18T23:18:32.821Z | Checking rsa v0.9.10 |
| 2587 | 2026-08-18T23:18:33.004Z | Checking addr2line v0.25.1 |
| 2588 | 2026-08-18T23:18:33.017Z | Checking oxnet v0.1.6 |
| 2589 | 2026-08-18T23:18:33.017Z | Checking syn v2.0.117 |
| 2590 | 2026-08-18T23:18:33.193Z | Checking tokio-native-tls v0.3.1 |
| 2591 | 2026-08-18T23:18:33.221Z | Checking serde-hex v0.1.0 |
| 2592 | 2026-08-18T23:18:33.272Z | Checking bstr v1.12.1 |
| 2593 | 2026-08-18T23:18:33.289Z | Checking block-padding v0.4.2 |
| 2594 | 2026-08-18T23:18:33.344Z | Checking block-buffer v0.12.1 |
| 2595 | 2026-08-18T23:18:33.420Z | Checking crypto-common v0.2.2 |
| 2596 | 2026-08-18T23:18:33.434Z | Checking rustls-native-certs v0.8.3 |
| 2597 | 2026-08-18T23:18:33.513Z | Checking x509-cert v0.2.5 |
| 2598 | 2026-08-18T23:18:33.560Z | Checking scroll v0.12.0 |
| 2599 | 2026-08-18T23:18:33.659Z | Checking object v0.37.3 |
| 2600 | 2026-08-18T23:18:33.785Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2601 | 2026-08-18T23:18:33.909Z | Checking md-5 v0.10.6 |
| 2602 | 2026-08-18T23:18:33.998Z | Checking hash32 v0.2.1 |
| 2603 | 2026-08-18T23:18:34.043Z | Checking encoding_rs v0.8.35 |
| 2604 | 2026-08-18T23:18:34.155Z | Checking mime v0.3.17 |
| 2605 | 2026-08-18T23:18:34.166Z | Checking fallible-iterator v0.2.0 |
| 2606 | 2026-08-18T23:18:34.312Z | Checking either v1.15.0 |
| 2607 | 2026-08-18T23:18:34.325Z | Checking rustc-demangle v0.1.27 |
| 2608 | 2026-08-18T23:18:34.437Z | Checking crc-any v2.5.0 |
| 2609 | 2026-08-18T23:18:34.518Z | Checking psl-types v2.0.11 |
| 2610 | 2026-08-18T23:18:34.565Z | Checking postgres-protocol v0.6.10 |
| 2611 | 2026-08-18T23:18:34.614Z | Checking dof v0.4.0 |
| 2612 | 2026-08-18T23:18:34.632Z | Checking publicsuffix v2.3.0 |
| 2613 | 2026-08-18T23:18:34.742Z | Checking heapless v0.7.17 |
| 2614 | 2026-08-18T23:18:34.794Z | Checking zstd-safe v7.2.4 |
| 2615 | 2026-08-18T23:18:34.886Z | Checking goblin v0.8.2 |
| 2616 | 2026-08-18T23:18:34.957Z | Checking inout v0.2.2 |
| 2617 | 2026-08-18T23:18:35.005Z | Checking toml v0.7.8 |
| 2618 | 2026-08-18T23:18:35.106Z | Checking hyper-tls v0.6.0 |
| 2619 | 2026-08-18T23:18:35.156Z | Checking daft v0.1.7 |
| 2620 | 2026-08-18T23:18:35.249Z | Checking object v0.30.4 |
| 2621 | 2026-08-18T23:18:35.263Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2622 | 2026-08-18T23:18:35.274Z | Checking cookie v0.18.1 |
| 2623 | 2026-08-18T23:18:35.288Z | Checking zip v0.6.6 |
| 2624 | 2026-08-18T23:18:35.312Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2625 | 2026-08-18T23:18:35.404Z | Checking tokio-rustls v0.26.4 |
| 2626 | 2026-08-18T23:18:35.471Z | Checking phf_shared v0.13.1 |
| 2627 | 2026-08-18T23:18:35.499Z | Checking dtrace-parser v0.3.0 |
| 2628 | 2026-08-18T23:18:35.609Z | Checking zerocopy v0.7.35 |
| 2629 | 2026-08-18T23:18:35.628Z | Checking pin-project v1.1.11 |
| 2630 | 2026-08-18T23:18:35.667Z | Checking signal-hook v0.3.18 |
| 2631 | 2026-08-18T23:18:35.719Z | Checking futures-executor v0.3.32 |
| 2632 | 2026-08-18T23:18:35.734Z | Checking ff v0.13.1 |
| 2633 | 2026-08-18T23:18:35.853Z | Checking thread-id v5.1.0 |
| 2634 | 2026-08-18T23:18:35.869Z | Checking path-slash v0.1.5 |
| 2635 | 2026-08-18T23:18:35.881Z | Checking foldhash v0.2.0 |
| 2636 | 2026-08-18T23:18:35.931Z | Checking libbz2-rs-sys v0.2.2 |
| 2637 | 2026-08-18T23:18:35.960Z | Checking foldhash v0.1.5 |
| 2638 | 2026-08-18T23:18:35.996Z | Checking backtrace v0.3.76 |
| 2639 | 2026-08-18T23:18:36.028Z | Checking bitflags v1.3.2 |
| 2640 | 2026-08-18T23:18:36.090Z | Checking managed v0.8.0 |
| 2641 | 2026-08-18T23:18:36.094Z | Checking jiff-core v0.1.0 |
| 2642 | 2026-08-18T23:18:36.115Z | Checking unicode-width v0.2.0 |
| 2643 | 2026-08-18T23:18:36.224Z | Checking same-file v1.0.6 |
| 2644 | 2026-08-18T23:18:36.275Z | Checking bumpalo v3.20.2 |
| 2645 | 2026-08-18T23:18:36.286Z | Compiling rayon-core v1.13.0 |
| 2646 | 2026-08-18T23:18:36.313Z | Checking is_ci v1.2.0 |
| 2647 | 2026-08-18T23:18:36.342Z | Checking unicode-linebreak v0.1.5 |
| 2648 | 2026-08-18T23:18:36.354Z | Checking smawk v0.3.2 |
| 2649 | 2026-08-18T23:18:36.652Z | Checking base16ct v0.2.0 |
| 2650 | 2026-08-18T23:18:36.658Z | Checking zopfli v0.8.3 |
| 2651 | 2026-08-18T23:18:36.658Z | Checking supports-color v3.0.2 |
| 2652 | 2026-08-18T23:18:36.658Z | Checking walkdir v2.5.0 |
| 2653 | 2026-08-18T23:18:36.658Z | Checking sec1 v0.7.3 |
| 2654 | 2026-08-18T23:18:36.658Z | Checking textwrap v0.16.2 |
| 2655 | 2026-08-18T23:18:36.658Z | Checking bzip2 v0.6.1 |
| 2656 | 2026-08-18T23:18:36.658Z | Checking backtrace-ext v0.2.1 |
| 2657 | 2026-08-18T23:18:36.729Z | Checking smoltcp v0.9.1 |
| 2658 | 2026-08-18T23:18:36.750Z | Checking hashbrown v0.15.5 |
| 2659 | 2026-08-18T23:18:36.763Z | Checking hashbrown v0.16.1 |
| 2660 | 2026-08-18T23:18:36.763Z | Checking usdt-impl v0.6.0 |
| 2661 | 2026-08-18T23:18:36.832Z | Checking jiff v0.2.34 |
| 2662 | 2026-08-18T23:18:36.835Z | Checking dof v0.3.0 |
| 2663 | 2026-08-18T23:18:36.836Z | Checking futures v0.3.32 |
| 2664 | 2026-08-18T23:18:36.885Z | Checking signal-hook-mio v0.2.5 |
| 2665 | 2026-08-18T23:18:36.990Z | Checking group v0.13.0 |
| 2666 | 2026-08-18T23:18:37.031Z | Checking snafu v0.8.9 |
| 2667 | 2026-08-18T23:18:37.077Z | Checking phf v0.13.1 |
| 2668 | 2026-08-18T23:18:37.134Z | Checking hyper-rustls v0.27.7 |
| 2669 | 2026-08-18T23:18:37.204Z | Checking cookie_store v0.22.1 |
| 2670 | 2026-08-18T23:18:37.226Z | Checking reqwest v0.12.28 |
| 2671 | 2026-08-18T23:18:37.264Z | Checking cipher v0.5.2 |
| 2672 | 2026-08-18T23:18:37.278Z | Checking zstd v0.13.3 |
| 2673 | 2026-08-18T23:18:37.312Z | Checking postgres-types v0.2.12 |
| 2674 | 2026-08-18T23:18:37.332Z | Checking globset v0.4.18 |
| 2675 | 2026-08-18T23:18:37.345Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2676 | 2026-08-18T23:18:37.456Z | Checking rustls-platform-verifier v0.6.2 |
| 2677 | 2026-08-18T23:18:37.495Z | Checking crossbeam-deque v0.8.6 |
| 2678 | 2026-08-18T23:18:37.532Z | Checking phf_shared v0.11.3 |
| 2679 | 2026-08-18T23:18:37.582Z | Checking regex v1.12.3 |
| 2680 | 2026-08-18T23:18:37.595Z | Checking hkdf v0.12.4 |
| 2681 | 2026-08-18T23:18:37.617Z | Checking dtrace-parser v0.2.0 |
| 2682 | 2026-08-18T23:18:37.666Z | Checking ref-cast v1.0.25 |
| 2683 | 2026-08-18T23:18:37.679Z | Checking curve25519-dalek v4.1.3 |
| 2684 | 2026-08-18T23:18:37.684Z | Checking byte-wrapper v0.1.0 |
| 2685 | 2026-08-18T23:18:37.720Z | Checking olpc-cjson v0.1.4 |
| 2686 | 2026-08-18T23:18:37.761Z | Checking strum v0.27.2 |
| 2687 | 2026-08-18T23:18:37.847Z | Checking hubpack v0.1.2 |
| 2688 | 2026-08-18T23:18:37.852Z | Checking ed25519 v2.2.3 |
| 2689 | 2026-08-18T23:18:37.873Z | Checking memoffset v0.9.1 |
| 2690 | 2026-08-18T23:18:37.878Z | Checking owo-colors v4.3.0 |
| 2691 | 2026-08-18T23:18:37.896Z | Checking rustix v0.38.44 |
| 2692 | 2026-08-18T23:18:37.948Z | Checking pem v3.0.6 |
| 2693 | 2026-08-18T23:18:37.969Z | Checking serde-big-array v0.5.1 |
| 2694 | 2026-08-18T23:18:38.006Z | Checking erased-serde v0.3.31 |
| 2695 | 2026-08-18T23:18:38.035Z | Checking serde_plain v1.0.2 |
| 2696 | 2026-08-18T23:18:38.095Z | Checking float-cmp v0.10.0 |
| 2697 | 2026-08-18T23:18:38.107Z | Checking crypto-bigint v0.5.5 |
| 2698 | 2026-08-18T23:18:38.177Z | Checking memmap2 v0.9.10 |
| 2699 | 2026-08-18T23:18:38.220Z | Checking thread-id v4.2.2 |
| 2700 | 2026-08-18T23:18:38.298Z | Checking fixedbitset v0.5.7 |
| 2701 | 2026-08-18T23:18:38.332Z | Checking whoami v2.1.0 |
| 2702 | 2026-08-18T23:18:38.380Z | Checking keccak v0.1.6 |
| 2703 | 2026-08-18T23:18:38.431Z | Checking precomputed-hash v0.1.1 |
| 2704 | 2026-08-18T23:18:38.444Z | Checking unicode-width v0.1.14 |
| 2705 | 2026-08-18T23:18:38.488Z | Checking fixedbitset v0.4.2 |
| 2706 | 2026-08-18T23:18:38.512Z | Checking winnow v0.7.14 |
| 2707 | 2026-08-18T23:18:38.526Z | Checking static_assertions v1.1.0 |
| 2708 | 2026-08-18T23:18:38.541Z | Checking supports-unicode v3.0.0 |
| 2709 | 2026-08-18T23:18:38.590Z | Checking typed-path v0.9.3 |
| 2710 | 2026-08-18T23:18:38.631Z | Checking data-encoding v2.10.0 |
| 2711 | 2026-08-18T23:18:38.645Z | Checking winnow v1.0.3 |
| 2712 | 2026-08-18T23:18:38.682Z | Checking new_debug_unreachable v1.0.6 |
| 2713 | 2026-08-18T23:18:38.699Z | Checking supports-hyperlinks v3.2.0 |
| 2714 | 2026-08-18T23:18:38.702Z | Checking const-oid v0.10.2 |
| 2715 | 2026-08-18T23:18:38.748Z | Checking toml_write v0.1.2 |
| 2716 | 2026-08-18T23:18:38.801Z | Checking normalize-line-endings v0.3.0 |
| 2717 | 2026-08-18T23:18:38.860Z | Checking cpufeatures v0.3.0 |
| 2718 | 2026-08-18T23:18:38.890Z | Checking unicode-segmentation v1.12.0 |
| 2719 | 2026-08-18T23:18:38.902Z | Checking difflib v0.4.0 |
| 2720 | 2026-08-18T23:18:38.912Z | Checking predicates-core v1.0.10 |
| 2721 | 2026-08-18T23:18:38.927Z | Checking chacha20 v0.10.0 |
| 2722 | 2026-08-18T23:18:39.019Z | Checking elliptic-curve v0.13.8 |
| 2723 | 2026-08-18T23:18:39.032Z | Checking hickory-proto v0.25.2 |
| 2724 | 2026-08-18T23:18:39.073Z | Checking predicates v3.1.4 |
| 2725 | 2026-08-18T23:18:39.176Z | Checking digest v0.11.3 |
| 2726 | 2026-08-18T23:18:39.190Z | Checking similar v2.7.0 |
| 2727 | 2026-08-18T23:18:39.323Z | Checking miette v7.6.0 |
| 2728 | 2026-08-18T23:18:39.350Z | Checking string_cache v0.8.9 |
| 2729 | 2026-08-18T23:18:39.362Z | Checking tough v0.22.0 |
| 2730 | 2026-08-18T23:18:39.377Z | Checking zip v4.6.1 |
| 2731 | 2026-08-18T23:18:39.484Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2732 | 2026-08-18T23:18:39.524Z | Checking crossterm v0.28.1 |
| 2733 | 2026-08-18T23:18:39.592Z | Checking petgraph v0.6.5 |
| 2734 | 2026-08-18T23:18:39.723Z | Checking toml_edit v0.22.27 |
| 2735 | 2026-08-18T23:18:39.812Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2736 | 2026-08-18T23:18:39.863Z | Checking sha3 v0.10.8 |
| 2737 | 2026-08-18T23:18:39.982Z | Checking tokio-postgres v0.7.16 |
| 2738 | 2026-08-18T23:18:40.066Z | Checking petgraph v0.8.3 |
| 2739 | 2026-08-18T23:18:40.240Z | Checking ed25519-dalek v2.2.0 |
| 2740 | 2026-08-18T23:18:40.474Z | Checking slog v2.8.2 |
| 2741 | 2026-08-18T23:18:40.737Z | Checking usdt v0.6.0 |
| 2742 | 2026-08-18T23:18:40.805Z | Checking usdt-impl v0.5.0 |
| 2743 | 2026-08-18T23:18:40.836Z | Checking nix v0.31.2 |
| 2744 | 2026-08-18T23:18:40.905Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2745 | 2026-08-18T23:18:41.078Z | Checking iddqd v0.4.2 |
| 2746 | 2026-08-18T23:18:41.377Z | Checking reqwest v0.13.2 |
| 2747 | 2026-08-18T23:18:41.488Z | Checking itertools v0.13.0 |
| 2748 | 2026-08-18T23:18:41.566Z | Checking itertools v0.15.0 |
| 2749 | 2026-08-18T23:18:41.623Z | Checking strum v0.26.3 |
| 2750 | 2026-08-18T23:18:41.735Z | Checking serde_with v3.21.0 |
| 2751 | 2026-08-18T23:18:41.820Z | Checking fs-err v3.3.0 |
| 2752 | 2026-08-18T23:18:41.993Z | Checking tokio-stream v0.1.18 |
| 2753 | 2026-08-18T23:18:42.007Z | Checking buf-list v1.1.2 |
| 2754 | 2026-08-18T23:18:42.038Z | Checking anyhow v1.0.104 |
| 2755 | 2026-08-18T23:18:42.113Z | Checking camino v1.2.5 |
| 2756 | 2026-08-18T23:18:42.183Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2757 | 2026-08-18T23:18:42.230Z | Checking openapiv3 v2.2.0 |
| 2758 | 2026-08-18T23:18:42.243Z | Checking peg-runtime v0.8.5 |
| 2759 | 2026-08-18T23:18:42.359Z | Checking lalrpop-util v0.19.12 |
| 2760 | 2026-08-18T23:18:42.363Z | Checking rayon v1.11.0 |
| 2761 | 2026-08-18T23:18:42.391Z | Checking sigpipe v0.1.3 |
| 2762 | 2026-08-18T23:18:42.439Z | Checking glob v0.3.3 |
| 2763 | 2026-08-18T23:18:43.382Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2764 | 2026-08-18T23:18:43.659Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2765 | 2026-08-18T23:18:43.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.55s |
| 2766 | 2026-08-18T23:18:44.103Z | |
| 2767 | 2026-08-18T23:18:44.103Z | info: running `cargo check --bins` on internal-dns-types (80/337) |
| 2768 | 2026-08-18T23:18:44.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2769 | 2026-08-18T23:18:44.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2770 | 2026-08-18T23:18:44.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2771 | 2026-08-18T23:18:44.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2772 | 2026-08-18T23:18:44.678Z | |
| 2773 | 2026-08-18T23:18:44.678Z | info: running `cargo check --bins` on internal-dns-types-versions (81/337) |
| 2774 | 2026-08-18T23:18:45.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2026-08-18T23:18:45.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2026-08-18T23:18:45.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2777 | 2026-08-18T23:18:45.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2778 | 2026-08-18T23:18:45.248Z | |
| 2779 | 2026-08-18T23:18:45.248Z | info: running `cargo check --bins` on nexus-types-versions (82/337) |
| 2780 | 2026-08-18T23:18:45.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-08-18T23:18:45.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-08-18T23:18:45.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2783 | 2026-08-18T23:18:45.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2784 | 2026-08-18T23:18:45.826Z | |
| 2785 | 2026-08-18T23:18:45.827Z | info: running `cargo check --bins` on oxql-types (83/337) |
| 2786 | 2026-08-18T23:18:46.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2026-08-18T23:18:46.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2026-08-18T23:18:46.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2026-08-18T23:18:46.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2790 | 2026-08-18T23:18:46.394Z | |
| 2791 | 2026-08-18T23:18:46.394Z | info: running `cargo check --bins` on oximeter-types (84/337) |
| 2792 | 2026-08-18T23:18:46.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2026-08-18T23:18:46.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2026-08-18T23:18:46.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2026-08-18T23:18:46.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2796 | 2026-08-18T23:18:46.962Z | |
| 2797 | 2026-08-18T23:18:46.962Z | info: running `cargo check --bins` on oximeter-types-versions (85/337) |
| 2798 | 2026-08-18T23:18:47.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2026-08-18T23:18:47.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2026-08-18T23:18:47.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2026-08-18T23:18:47.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2802 | 2026-08-18T23:18:47.536Z | |
| 2803 | 2026-08-18T23:18:47.536Z | info: running `cargo check --bins` on oximeter-macro-impl (86/337) |
| 2804 | 2026-08-18T23:18:48.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2026-08-18T23:18:48.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2026-08-18T23:18:48.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2807 | 2026-08-18T23:18:48.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2808 | 2026-08-18T23:18:48.095Z | |
| 2809 | 2026-08-18T23:18:48.095Z | info: running `cargo check --bins --no-default-features` on oximeter-db (87/337) |
| 2810 | 2026-08-18T23:18:48.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2026-08-18T23:18:48.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2026-08-18T23:18:48.783Z | Compiling multer v3.1.0 |
| 2813 | 2026-08-18T23:18:48.896Z | Compiling async-stream-impl v0.3.6 |
| 2814 | 2026-08-18T23:18:48.899Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2815 | 2026-08-18T23:18:48.911Z | Compiling dropshot v0.17.1 |
| 2816 | 2026-08-18T23:18:48.923Z | Compiling parse-display-derive v0.10.0 |
| 2817 | 2026-08-18T23:18:48.935Z | Compiling dropshot_endpoint v0.17.1 |
| 2818 | 2026-08-18T23:18:48.935Z | Compiling newtype-uuid-macros v0.1.0 |
| 2819 | 2026-08-18T23:18:48.964Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2820 | 2026-08-18T23:18:49.113Z | Checking thread_local v1.1.9 |
| 2821 | 2026-08-18T23:18:49.133Z | Checking match_cfg v0.1.0 |
| 2822 | 2026-08-18T23:18:49.229Z | Checking compression-core v0.4.31 |
| 2823 | 2026-08-18T23:18:49.269Z | Checking hostname v0.3.1 |
| 2824 | 2026-08-18T23:18:49.315Z | Checking crossbeam-channel v0.5.15 |
| 2825 | 2026-08-18T23:18:49.354Z | Checking compression-codecs v0.4.37 |
| 2826 | 2026-08-18T23:18:49.369Z | Checking atomicwrites v0.4.4 |
| 2827 | 2026-08-18T23:18:49.384Z | Checking slog-json v2.6.1 |
| 2828 | 2026-08-18T23:18:49.474Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2829 | 2026-08-18T23:18:49.490Z | Checking serde_spanned v1.1.1 |
| 2830 | 2026-08-18T23:18:49.524Z | Checking is-terminal v0.4.17 |
| 2831 | 2026-08-18T23:18:49.555Z | Checking term v1.2.1 |
| 2832 | 2026-08-18T23:18:49.616Z | Checking take_mut v0.2.2 |
| 2833 | 2026-08-18T23:18:49.619Z | Checking debug-ignore v1.0.5 |
| 2834 | 2026-08-18T23:18:49.671Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2835 | 2026-08-18T23:18:49.687Z | Checking slog-bunyan v2.5.0 |
| 2836 | 2026-08-18T23:18:49.687Z | Checking async-compression v0.4.41 |
| 2837 | 2026-08-18T23:18:49.718Z | Checking slog-async v2.8.0 |
| 2838 | 2026-08-18T23:18:49.732Z | Checking async-stream v0.3.6 |
| 2839 | 2026-08-18T23:18:49.787Z | Checking slog-term v2.9.2 |
| 2840 | 2026-08-18T23:18:49.800Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2841 | 2026-08-18T23:18:49.850Z | Checking toml v1.1.2+spec-1.1.0 |
| 2842 | 2026-08-18T23:18:49.866Z | Checking progenitor-client v0.14.0 |
| 2843 | 2026-08-18T23:18:49.891Z | Checking sha1 v0.11.0 |
| 2844 | 2026-08-18T23:18:49.935Z | Checking waitgroup v0.1.2 |
| 2845 | 2026-08-18T23:18:50.035Z | Checking rustls-pemfile v2.2.0 |
| 2846 | 2026-08-18T23:18:50.047Z | Checking backon v1.6.0 |
| 2847 | 2026-08-18T23:18:50.074Z | Checking serde_path_to_error v0.1.20 |
| 2848 | 2026-08-18T23:18:50.092Z | Checking hostname v0.4.2 |
| 2849 | 2026-08-18T23:18:50.118Z | Checking instant v0.1.13 |
| 2850 | 2026-08-18T23:18:50.203Z | Checking backoff v0.4.0 |
| 2851 | 2026-08-18T23:18:50.208Z | Checking progenitor-extras v0.2.0 |
| 2852 | 2026-08-18T23:18:50.352Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2853 | 2026-08-18T23:18:50.373Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2854 | 2026-08-18T23:18:50.386Z | Checking regress v0.10.5 |
| 2855 | 2026-08-18T23:18:50.427Z | Checking itertools v0.14.0 |
| 2856 | 2026-08-18T23:18:50.548Z | Checking macaddr v1.0.1 |
| 2857 | 2026-08-18T23:18:50.594Z | Checking parse-display v0.10.0 |
| 2858 | 2026-08-18T23:18:50.719Z | Checking humantime v2.3.0 |
| 2859 | 2026-08-18T23:18:51.516Z | Compiling prettyplease v0.2.37 |
| 2860 | 2026-08-18T23:18:51.779Z | Checking num-rational v0.4.2 |
| 2861 | 2026-08-18T23:18:52.046Z | Checking num-complex v0.4.6 |
| 2862 | 2026-08-18T23:18:52.561Z | Compiling num v0.4.3 |
| 2863 | 2026-08-18T23:18:52.597Z | Compiling usdt-attr-macro v0.5.0 |
| 2864 | 2026-08-18T23:18:52.637Z | Compiling usdt-macro v0.5.0 |
| 2865 | 2026-08-18T23:18:52.652Z | Checking memmap v0.7.0 |
| 2866 | 2026-08-18T23:18:52.664Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2867 | 2026-08-18T23:18:52.676Z | Checking float-ord v0.3.2 |
| 2868 | 2026-08-18T23:18:52.776Z | Compiling convert_case v0.4.0 |
| 2869 | 2026-08-18T23:18:53.086Z | Checking newline-converter v0.3.0 |
| 2870 | 2026-08-18T23:18:53.154Z | Compiling derive_more v0.99.20 |
| 2871 | 2026-08-18T23:18:53.197Z | Checking console v0.15.11 |
| 2872 | 2026-08-18T23:18:53.357Z | Compiling toml v0.8.23 |
| 2873 | 2026-08-18T23:18:53.377Z | Checking usdt v0.5.0 |
| 2874 | 2026-08-18T23:18:53.479Z | Checking linked-hash-map v0.5.6 |
| 2875 | 2026-08-18T23:18:53.544Z | Compiling minimal-lexical v0.2.1 |
| 2876 | 2026-08-18T23:18:53.650Z | Checking lru-cache v0.1.2 |
| 2877 | 2026-08-18T23:18:53.769Z | Compiling nom v7.1.3 |
| 2878 | 2026-08-18T23:18:53.798Z | Checking expectorate v1.2.0 |
| 2879 | 2026-08-18T23:18:54.015Z | Checking camino-tempfile v1.4.1 |
| 2880 | 2026-08-18T23:18:54.179Z | Checking hickory-proto v0.24.4 |
| 2881 | 2026-08-18T23:18:54.280Z | Checking phf_shared v0.12.1 |
| 2882 | 2026-08-18T23:18:54.419Z | Compiling slog-dtrace v0.3.0 |
| 2883 | 2026-08-18T23:18:54.474Z | Compiling unicode-xid v0.2.6 |
| 2884 | 2026-08-18T23:18:54.650Z | Checking heck v0.5.0 |
| 2885 | 2026-08-18T23:18:54.778Z | Checking resolv-conf v0.7.6 |
| 2886 | 2026-08-18T23:18:54.860Z | Compiling chrono-tz v0.10.4 |
| 2887 | 2026-08-18T23:18:55.016Z | Compiling const_format_proc_macros v0.2.34 |
| 2888 | 2026-08-18T23:18:55.059Z | Checking phf v0.12.1 |
| 2889 | 2026-08-18T23:18:55.153Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2890 | 2026-08-18T23:18:55.207Z | Checking tokio-dtrace v0.1.1 |
| 2891 | 2026-08-18T23:18:55.401Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2892 | 2026-08-18T23:18:55.630Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2893 | 2026-08-18T23:18:55.645Z | Compiling derive-where v1.6.0 |
| 2894 | 2026-08-18T23:18:55.749Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2895 | 2026-08-18T23:18:55.836Z | Checking highway v1.3.0 |
| 2896 | 2026-08-18T23:18:56.065Z | Checking const_format v0.2.35 |
| 2897 | 2026-08-18T23:18:56.089Z | Checking hickory-resolver v0.24.4 |
| 2898 | 2026-08-18T23:18:56.294Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2899 | 2026-08-18T23:18:56.806Z | Checking oxide-tokio-rt v0.1.4 |
| 2900 | 2026-08-18T23:18:56.935Z | Checking qorb v0.4.1 |
| 2901 | 2026-08-18T23:18:57.172Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2902 | 2026-08-18T23:18:57.200Z | Checking gethostname v0.5.0 |
| 2903 | 2026-08-18T23:18:57.213Z | Checking bcs v0.1.6 |
| 2904 | 2026-08-18T23:18:57.229Z | Checking termtree v0.5.1 |
| 2905 | 2026-08-18T23:18:57.264Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2906 | 2026-08-18T23:18:57.433Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2907 | 2026-08-18T23:18:57.436Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2908 | 2026-08-18T23:19:00.448Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2909 | 2026-08-18T23:19:03.713Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2910 | 2026-08-18T23:19:05.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.86s |
| 2911 | 2026-08-18T23:19:06.136Z | |
| 2912 | 2026-08-18T23:19:06.136Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337) |
| 2913 | 2026-08-18T23:19:06.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2914 | 2026-08-18T23:19:06.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2915 | 2026-08-18T23:19:06.826Z | Compiling ar_archive_writer v0.5.1 |
| 2916 | 2026-08-18T23:19:06.936Z | Compiling stacker v0.1.23 |
| 2917 | 2026-08-18T23:19:06.943Z | Compiling cfg_aliases v0.1.1 |
| 2918 | 2026-08-18T23:19:06.949Z | Compiling convert_case v0.10.0 |
| 2919 | 2026-08-18T23:19:06.956Z | Compiling proc-macro-error v1.0.4 |
| 2920 | 2026-08-18T23:19:06.967Z | Checking fd-lock v4.0.4 |
| 2921 | 2026-08-18T23:19:06.971Z | Checking nibble_vec v0.1.0 |
| 2922 | 2026-08-18T23:19:06.971Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2923 | 2026-08-18T23:19:06.998Z | Compiling nix v0.28.0 |
| 2924 | 2026-08-18T23:19:07.074Z | Checking vte v0.14.1 |
| 2925 | 2026-08-18T23:19:07.089Z | Checking endian-type v0.1.2 |
| 2926 | 2026-08-18T23:19:07.186Z | Checking bytecount v0.6.9 |
| 2927 | 2026-08-18T23:19:07.210Z | Checking radix_trie v0.2.1 |
| 2928 | 2026-08-18T23:19:07.222Z | Checking strip-ansi-escapes v0.2.1 |
| 2929 | 2026-08-18T23:19:07.233Z | Compiling derive_more-impl v2.1.1 |
| 2930 | 2026-08-18T23:19:07.247Z | Compiling tabled_derive v0.7.0 |
| 2931 | 2026-08-18T23:19:07.283Z | Checking papergrid v0.11.0 |
| 2932 | 2026-08-18T23:19:07.319Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2933 | 2026-08-18T23:19:07.377Z | Compiling peg-macros v0.8.5 |
| 2934 | 2026-08-18T23:19:07.428Z | Checking winnow v0.6.26 |
| 2935 | 2026-08-18T23:19:07.744Z | Compiling psm v0.1.30 |
| 2936 | 2026-08-18T23:19:07.778Z | Compiling sqlparser_derive v0.5.0 |
| 2937 | 2026-08-18T23:19:07.883Z | Checking nu-ansi-term v0.50.3 |
| 2938 | 2026-08-18T23:19:08.038Z | Checking derive_more v2.1.1 |
| 2939 | 2026-08-18T23:19:08.092Z | Checking home v0.5.12 |
| 2940 | 2026-08-18T23:19:08.116Z | Checking unicode_categories v0.1.1 |
| 2941 | 2026-08-18T23:19:08.178Z | Checking tabled v0.15.0 |
| 2942 | 2026-08-18T23:19:08.197Z | Checking crossterm v0.29.0 |
| 2943 | 2026-08-18T23:19:08.270Z | Checking reedline v0.40.0 |
| 2944 | 2026-08-18T23:19:08.294Z | Checking rustyline v14.0.0 |
| 2945 | 2026-08-18T23:19:08.504Z | Checking recursive v0.1.1 |
| 2946 | 2026-08-18T23:19:08.541Z | Checking display-error-chain v0.2.2 |
| 2947 | 2026-08-18T23:19:08.578Z | Checking sqlformat v0.3.5 |
| 2948 | 2026-08-18T23:19:08.595Z | Checking sqlparser v0.61.0 |
| 2949 | 2026-08-18T23:19:08.727Z | Checking peg v0.8.5 |
| 2950 | 2026-08-18T23:19:19.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s |
| 2951 | 2026-08-18T23:19:20.033Z | |
| 2952 | 2026-08-18T23:19:20.033Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337) |
| 2953 | 2026-08-18T23:19:20.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2954 | 2026-08-18T23:19:20.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2955 | 2026-08-18T23:19:20.710Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2956 | 2026-08-18T23:19:24.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 2957 | 2026-08-18T23:19:24.406Z | |
| 2958 | 2026-08-18T23:19:24.406Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337) |
| 2959 | 2026-08-18T23:19:24.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2960 | 2026-08-18T23:19:24.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2961 | 2026-08-18T23:19:25.097Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2962 | 2026-08-18T23:19:27.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 2963 | 2026-08-18T23:19:27.785Z | |
| 2964 | 2026-08-18T23:19:27.785Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337) |
| 2965 | 2026-08-18T23:19:28.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2966 | 2026-08-18T23:19:28.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2967 | 2026-08-18T23:19:28.440Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2968 | 2026-08-18T23:19:31.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
| 2969 | 2026-08-18T23:19:31.967Z | |
| 2970 | 2026-08-18T23:19:31.967Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337) |
| 2971 | 2026-08-18T23:19:32.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2972 | 2026-08-18T23:19:32.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2973 | 2026-08-18T23:19:32.631Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2974 | 2026-08-18T23:19:35.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 2975 | 2026-08-18T23:19:36.167Z | |
| 2976 | 2026-08-18T23:19:36.167Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337) |
| 2977 | 2026-08-18T23:19:36.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2978 | 2026-08-18T23:19:36.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2979 | 2026-08-18T23:19:36.832Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2980 | 2026-08-18T23:19:39.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
| 2981 | 2026-08-18T23:19:39.681Z | |
| 2982 | 2026-08-18T23:19:39.681Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337) |
| 2983 | 2026-08-18T23:19:40.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2026-08-18T23:19:40.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2026-08-18T23:19:40.354Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2986 | 2026-08-18T23:19:43.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
| 2987 | 2026-08-18T23:19:43.223Z | |
| 2988 | 2026-08-18T23:19:43.224Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337) |
| 2989 | 2026-08-18T23:19:43.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2026-08-18T23:19:43.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2026-08-18T23:19:43.884Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2992 | 2026-08-18T23:19:47.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 2993 | 2026-08-18T23:19:47.576Z | |
| 2994 | 2026-08-18T23:19:47.576Z | info: running `cargo check --bins` on oximeter (96/337) |
| 2995 | 2026-08-18T23:19:48.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2026-08-18T23:19:48.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2026-08-18T23:19:48.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2998 | 2026-08-18T23:19:48.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2999 | 2026-08-18T23:19:48.145Z | |
| 3000 | 2026-08-18T23:19:48.145Z | info: running `cargo check --bins` on oximeter-schema (97/337) |
| 3001 | 2026-08-18T23:19:48.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2026-08-18T23:19:48.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2026-08-18T23:19:48.782Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3004 | 2026-08-18T23:19:49.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3005 | 2026-08-18T23:19:49.318Z | |
| 3006 | 2026-08-18T23:19:49.318Z | info: running `cargo check --bins` on oximeter-timeseries-macro (98/337) |
| 3007 | 2026-08-18T23:19:49.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2026-08-18T23:19:49.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2026-08-18T23:19:49.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3010 | 2026-08-18T23:19:49.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3011 | 2026-08-18T23:19:49.894Z | |
| 3012 | 2026-08-18T23:19:49.894Z | info: running `cargo check --bins` on oximeter-test-utils (99/337) |
| 3013 | 2026-08-18T23:19:50.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2026-08-18T23:19:50.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2026-08-18T23:19:50.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2026-08-18T23:19:50.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3017 | 2026-08-18T23:19:50.491Z | |
| 3018 | 2026-08-18T23:19:50.491Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337) |
| 3019 | 2026-08-18T23:19:50.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2026-08-18T23:19:50.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2026-08-18T23:19:50.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2026-08-18T23:19:50.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3023 | 2026-08-18T23:19:51.059Z | |
| 3024 | 2026-08-18T23:19:51.060Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337) |
| 3025 | 2026-08-18T23:19:51.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-08-18T23:19:51.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-08-18T23:19:51.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2026-08-18T23:19:51.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3029 | 2026-08-18T23:19:51.632Z | |
| 3030 | 2026-08-18T23:19:51.632Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337) |
| 3031 | 2026-08-18T23:19:52.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-08-18T23:19:52.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-08-18T23:19:52.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-08-18T23:19:52.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3035 | 2026-08-18T23:19:52.205Z | |
| 3036 | 2026-08-18T23:19:52.205Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337) |
| 3037 | 2026-08-18T23:19:52.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-08-18T23:19:52.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-08-18T23:19:52.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-08-18T23:19:52.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3041 | 2026-08-18T23:19:52.783Z | |
| 3042 | 2026-08-18T23:19:52.783Z | info: running `cargo check --bins` on trust-quorum-test-utils (104/337) |
| 3043 | 2026-08-18T23:19:53.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-08-18T23:19:53.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-08-18T23:19:53.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-08-18T23:19:53.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3047 | 2026-08-18T23:19:53.355Z | |
| 3048 | 2026-08-18T23:19:53.356Z | info: running `cargo check --bins` on reconfigurator-cli (105/337) |
| 3049 | 2026-08-18T23:19:53.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-08-18T23:19:53.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-08-18T23:19:54.172Z | Compiling regress v0.11.1 |
| 3052 | 2026-08-18T23:19:54.172Z | Checking secrecy v0.10.3 |
| 3053 | 2026-08-18T23:19:54.172Z | Compiling crucible-workspace-hack v0.1.0 |
| 3054 | 2026-08-18T23:19:54.175Z | Compiling proc-macro-crate v1.3.1 |
| 3055 | 2026-08-18T23:19:54.175Z | Checking half v2.7.1 |
| 3056 | 2026-08-18T23:19:54.175Z | Checking ciborium-io v0.2.2 |
| 3057 | 2026-08-18T23:19:54.175Z | Checking inout v0.1.4 |
| 3058 | 2026-08-18T23:19:54.175Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3059 | 2026-08-18T23:19:54.426Z | Checking cipher v0.4.4 |
| 3060 | 2026-08-18T23:19:54.470Z | Checking universal-hash v0.5.1 |
| 3061 | 2026-08-18T23:19:54.552Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3062 | 2026-08-18T23:19:54.568Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3063 | 2026-08-18T23:19:54.582Z | Checking ciborium-ll v0.2.2 |
| 3064 | 2026-08-18T23:19:54.596Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3065 | 2026-08-18T23:19:54.622Z | Checking opaque-debug v0.3.1 |
| 3066 | 2026-08-18T23:19:54.691Z | Checking poly1305 v0.8.0 |
| 3067 | 2026-08-18T23:19:54.745Z | Checking chacha20 v0.9.1 |
| 3068 | 2026-08-18T23:19:54.759Z | Checking ciborium v0.2.2 |
| 3069 | 2026-08-18T23:19:54.782Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3070 | 2026-08-18T23:19:54.932Z | Checking password-hash v0.5.0 |
| 3071 | 2026-08-18T23:19:54.952Z | Checking blake2 v0.10.6 |
| 3072 | 2026-08-18T23:19:54.968Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3073 | 2026-08-18T23:19:55.063Z | Checking aead v0.5.2 |
| 3074 | 2026-08-18T23:19:55.155Z | Compiling unsafe-libyaml v0.2.11 |
| 3075 | 2026-08-18T23:19:55.169Z | Checking indent_write v2.2.0 |
| 3076 | 2026-08-18T23:19:55.183Z | Checking argon2 v0.5.3 |
| 3077 | 2026-08-18T23:19:55.200Z | Checking chacha20poly1305 v0.10.1 |
| 3078 | 2026-08-18T23:19:55.295Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3079 | 2026-08-18T23:19:55.325Z | Compiling num_enum_derive v0.7.6 |
| 3080 | 2026-08-18T23:19:55.525Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3081 | 2026-08-18T23:19:55.731Z | Compiling serde_yaml v0.9.34+deprecated |
| 3082 | 2026-08-18T23:19:55.746Z | Checking thiserror-no-std v2.0.2 |
| 3083 | 2026-08-18T23:19:55.835Z | Checking vsss-rs v3.3.4 |
| 3084 | 2026-08-18T23:19:55.877Z | Checking typify-impl v0.6.2 |
| 3085 | 2026-08-18T23:19:55.913Z | Compiling heapless v0.8.0 |
| 3086 | 2026-08-18T23:19:56.371Z | Compiling ingot-macros v0.2.0 |
| 3087 | 2026-08-18T23:19:56.415Z | Checking num_enum v0.7.6 |
| 3088 | 2026-08-18T23:19:56.533Z | Checking hash32 v0.3.1 |
| 3089 | 2026-08-18T23:19:56.581Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3090 | 2026-08-18T23:19:56.662Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3091 | 2026-08-18T23:19:56.680Z | Compiling smoltcp v0.11.0 |
| 3092 | 2026-08-18T23:19:57.475Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3093 | 2026-08-18T23:19:57.505Z | Checking tabwriter v1.4.1 |
| 3094 | 2026-08-18T23:19:57.505Z | Checking cobs v0.3.0 |
| 3095 | 2026-08-18T23:19:57.505Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3096 | 2026-08-18T23:19:57.505Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3097 | 2026-08-18T23:19:57.505Z | Checking postcard v1.1.3 |
| 3098 | 2026-08-18T23:19:57.505Z | Compiling foreign-types-macros v0.2.3 |
| 3099 | 2026-08-18T23:19:57.505Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3100 | 2026-08-18T23:19:57.517Z | Checking foreign-types-shared v0.3.1 |
| 3101 | 2026-08-18T23:19:57.529Z | Checking colored v3.1.1 |
| 3102 | 2026-08-18T23:19:57.575Z | Checking swrite v0.1.0 |
| 3103 | 2026-08-18T23:19:57.773Z | Compiling num_enum_derive v0.5.11 |
| 3104 | 2026-08-18T23:19:57.778Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3105 | 2026-08-18T23:19:57.783Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3106 | 2026-08-18T23:19:57.947Z | Checking foreign-types v0.5.0 |
| 3107 | 2026-08-18T23:19:58.028Z | Checking cstr-argument v0.1.2 |
| 3108 | 2026-08-18T23:19:58.049Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3109 | 2026-08-18T23:19:58.154Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3110 | 2026-08-18T23:19:58.180Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3111 | 2026-08-18T23:19:58.224Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3112 | 2026-08-18T23:19:58.288Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3113 | 2026-08-18T23:19:58.361Z | Checking rand v0.10.1 |
| 3114 | 2026-08-18T23:19:58.393Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3115 | 2026-08-18T23:19:58.438Z | Compiling zone_cfg_derive v0.3.1 |
| 3116 | 2026-08-18T23:19:58.453Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3117 | 2026-08-18T23:19:58.563Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3118 | 2026-08-18T23:19:58.725Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3119 | 2026-08-18T23:19:58.764Z | Checking num_enum v0.5.11 |
| 3120 | 2026-08-18T23:19:58.876Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3121 | 2026-08-18T23:19:58.894Z | Checking itertools v0.12.1 |
| 3122 | 2026-08-18T23:19:59.058Z | Compiling num-derive v0.4.2 |
| 3123 | 2026-08-18T23:19:59.098Z | Compiling semver v0.1.20 |
| 3124 | 2026-08-18T23:19:59.193Z | Checking ingot-types v0.2.0 |
| 3125 | 2026-08-18T23:19:59.389Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3126 | 2026-08-18T23:19:59.583Z | Checking ingot v0.2.1 |
| 3127 | 2026-08-18T23:19:59.661Z | Compiling rustc_version v0.1.7 |
| 3128 | 2026-08-18T23:19:59.831Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3129 | 2026-08-18T23:19:59.891Z | Checking smf v0.2.3 |
| 3130 | 2026-08-18T23:19:59.940Z | Checking zone v0.3.1 |
| 3131 | 2026-08-18T23:19:59.995Z | Checking nom v8.0.0 |
| 3132 | 2026-08-18T23:20:00.052Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3133 | 2026-08-18T23:20:00.133Z | Checking csv-core v0.1.13 |
| 3134 | 2026-08-18T23:20:00.183Z | Checking whoami v1.6.1 |
| 3135 | 2026-08-18T23:20:00.275Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 3136 | 2026-08-18T23:20:00.309Z | Compiling newtype_derive v0.1.6 |
| 3137 | 2026-08-18T23:20:00.325Z | Checking csv v1.4.0 |
| 3138 | 2026-08-18T23:20:00.362Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3139 | 2026-08-18T23:20:00.376Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3140 | 2026-08-18T23:20:00.459Z | Compiling typify-macro v0.6.2 |
| 3141 | 2026-08-18T23:20:00.492Z | Compiling cancel-safe-futures v0.1.5 |
| 3142 | 2026-08-18T23:20:00.559Z | Compiling libefi-sys v0.1.0 |
| 3143 | 2026-08-18T23:20:00.695Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3144 | 2026-08-18T23:20:00.853Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3145 | 2026-08-18T23:20:01.950Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3146 | 2026-08-18T23:20:01.953Z | Checking oxide-update-engine-types v0.1.2 |
| 3147 | 2026-08-18T23:20:01.953Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3148 | 2026-08-18T23:20:01.953Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3149 | 2026-08-18T23:20:01.953Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3150 | 2026-08-18T23:20:01.953Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3151 | 2026-08-18T23:20:01.953Z | Compiling bitfield-struct v0.6.2 |
| 3152 | 2026-08-18T23:20:01.953Z | Checking linear-map v1.2.0 |
| 3153 | 2026-08-18T23:20:01.953Z | Checking steno v0.4.1 |
| 3154 | 2026-08-18T23:20:01.953Z | Checking oxide-update-engine v0.1.2 |
| 3155 | 2026-08-18T23:20:01.953Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3156 | 2026-08-18T23:20:01.967Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 3157 | 2026-08-18T23:20:02.009Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3158 | 2026-08-18T23:20:02.100Z | Checking sha1 v0.10.6 |
| 3159 | 2026-08-18T23:20:02.188Z | Compiling typify v0.6.2 |
| 3160 | 2026-08-18T23:20:02.266Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3161 | 2026-08-18T23:20:02.270Z | Checking utf-8 v0.7.6 |
| 3162 | 2026-08-18T23:20:02.299Z | Compiling progenitor-impl v0.14.0 |
| 3163 | 2026-08-18T23:20:02.334Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3164 | 2026-08-18T23:20:02.349Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3165 | 2026-08-18T23:20:02.410Z | Checking tungstenite v0.21.0 |
| 3166 | 2026-08-18T23:20:02.576Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3167 | 2026-08-18T23:20:02.584Z | Checking ignore v0.4.25 |
| 3168 | 2026-08-18T23:20:02.731Z | Checking anstyle-parse v0.2.7 |
| 3169 | 2026-08-18T23:20:02.844Z | Compiling xshell-macros v0.2.7 |
| 3170 | 2026-08-18T23:20:02.891Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3171 | 2026-08-18T23:20:02.993Z | Checking globwalk v0.9.1 |
| 3172 | 2026-08-18T23:20:03.097Z | Checking anstream v0.6.21 |
| 3173 | 2026-08-18T23:20:03.174Z | Checking tokio-tungstenite v0.21.0 |
| 3174 | 2026-08-18T23:20:03.224Z | Checking xshell v0.2.7 |
| 3175 | 2026-08-18T23:20:03.243Z | Checking predicates-tree v1.0.13 |
| 3176 | 2026-08-18T23:20:03.300Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3177 | 2026-08-18T23:20:03.353Z | Checking filetime v0.2.27 |
| 3178 | 2026-08-18T23:20:03.371Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3179 | 2026-08-18T23:20:03.412Z | Checking tagptr v0.2.0 |
| 3180 | 2026-08-18T23:20:03.448Z | Checking xattr v1.6.1 |
| 3181 | 2026-08-18T23:20:03.489Z | Checking camino-tempfile-ext v0.3.3 |
| 3182 | 2026-08-18T23:20:03.553Z | Checking moka v0.12.13 |
| 3183 | 2026-08-18T23:20:03.582Z | Checking tar v0.4.46 |
| 3184 | 2026-08-18T23:20:03.587Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3185 | 2026-08-18T23:20:03.660Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3186 | 2026-08-18T23:20:03.682Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3187 | 2026-08-18T23:20:03.763Z | Checking rand_seeder v0.4.0 |
| 3188 | 2026-08-18T23:20:03.791Z | Checking half v1.8.3 |
| 3189 | 2026-08-18T23:20:03.822Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3190 | 2026-08-18T23:20:03.912Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3191 | 2026-08-18T23:20:03.976Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3192 | 2026-08-18T23:20:03.991Z | Checking serde_cbor v0.11.2 |
| 3193 | 2026-08-18T23:20:04.193Z | Checking hickory-resolver v0.25.2 |
| 3194 | 2026-08-18T23:20:04.215Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3195 | 2026-08-18T23:20:04.231Z | Checking sha2 v0.11.0 |
| 3196 | 2026-08-18T23:20:04.363Z | Checking digest-io v0.1.0 |
| 3197 | 2026-08-18T23:20:04.511Z | Compiling petname v2.0.2 |
| 3198 | 2026-08-18T23:20:04.852Z | Checking rawzip v0.4.4 |
| 3199 | 2026-08-18T23:20:04.905Z | Compiling progenitor-macro v0.14.0 |
| 3200 | 2026-08-18T23:20:04.919Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3201 | 2026-08-18T23:20:04.961Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3202 | 2026-08-18T23:20:05.301Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3203 | 2026-08-18T23:20:05.326Z | Checking sapling-renderdag v0.1.0 |
| 3204 | 2026-08-18T23:20:05.429Z | Checking subprocess v0.2.15 |
| 3205 | 2026-08-18T23:20:05.485Z | Checking sync-ptr v0.1.4 |
| 3206 | 2026-08-18T23:20:05.561Z | Checking colored v2.2.0 |
| 3207 | 2026-08-18T23:20:05.601Z | Checking assert_matches v1.5.0 |
| 3208 | 2026-08-18T23:20:05.717Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3209 | 2026-08-18T23:20:05.781Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3210 | 2026-08-18T23:20:05.812Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3211 | 2026-08-18T23:20:05.845Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3212 | 2026-08-18T23:20:06.067Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 3213 | 2026-08-18T23:20:06.473Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3214 | 2026-08-18T23:20:07.703Z | Checking progenitor v0.14.0 |
| 3215 | 2026-08-18T23:20:07.718Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3216 | 2026-08-18T23:20:07.834Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 3217 | 2026-08-18T23:20:07.834Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3218 | 2026-08-18T23:20:07.837Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3219 | 2026-08-18T23:20:07.837Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3220 | 2026-08-18T23:20:07.837Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3221 | 2026-08-18T23:20:07.837Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3222 | 2026-08-18T23:20:07.923Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3223 | 2026-08-18T23:20:08.196Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3224 | 2026-08-18T23:20:08.322Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3225 | 2026-08-18T23:20:08.356Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3226 | 2026-08-18T23:20:08.452Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3227 | 2026-08-18T23:20:09.235Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3228 | 2026-08-18T23:20:09.577Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3229 | 2026-08-18T23:20:09.900Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3230 | 2026-08-18T23:20:10.792Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3231 | 2026-08-18T23:20:19.635Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3232 | 2026-08-18T23:20:26.836Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3233 | 2026-08-18T23:20:26.839Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3234 | 2026-08-18T23:20:26.839Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3235 | 2026-08-18T23:20:28.332Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3236 | 2026-08-18T23:20:29.594Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3237 | 2026-08-18T23:20:31.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.45s |
| 3238 | 2026-08-18T23:20:32.017Z | |
| 3239 | 2026-08-18T23:20:32.017Z | info: running `cargo check --bins` on nexus-inventory (106/337) |
| 3240 | 2026-08-18T23:20:32.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3241 | 2026-08-18T23:20:32.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3242 | 2026-08-18T23:20:32.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3243 | 2026-08-18T23:20:32.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3244 | 2026-08-18T23:20:32.628Z | |
| 3245 | 2026-08-18T23:20:32.628Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337) |
| 3246 | 2026-08-18T23:20:33.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3247 | 2026-08-18T23:20:33.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3248 | 2026-08-18T23:20:33.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3249 | 2026-08-18T23:20:33.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3250 | 2026-08-18T23:20:33.202Z | |
| 3251 | 2026-08-18T23:20:33.202Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/337) |
| 3252 | 2026-08-18T23:20:33.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3253 | 2026-08-18T23:20:33.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3254 | 2026-08-18T23:20:33.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3255 | 2026-08-18T23:20:33.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3256 | 2026-08-18T23:20:33.776Z | |
| 3257 | 2026-08-18T23:20:33.776Z | info: running `cargo check --bins` on dns-service-client (109/337) |
| 3258 | 2026-08-18T23:20:34.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3259 | 2026-08-18T23:20:34.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3260 | 2026-08-18T23:20:34.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3261 | 2026-08-18T23:20:34.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3262 | 2026-08-18T23:20:34.349Z | |
| 3263 | 2026-08-18T23:20:34.349Z | info: running `cargo check --bins` on ntp-admin-client (110/337) |
| 3264 | 2026-08-18T23:20:34.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3265 | 2026-08-18T23:20:34.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3266 | 2026-08-18T23:20:34.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3267 | 2026-08-18T23:20:34.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3268 | 2026-08-18T23:20:34.904Z | |
| 3269 | 2026-08-18T23:20:34.904Z | info: running `cargo check --bins` on omicron-cockroach-metrics (111/337) |
| 3270 | 2026-08-18T23:20:35.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3271 | 2026-08-18T23:20:35.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3272 | 2026-08-18T23:20:35.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3273 | 2026-08-18T23:20:35.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3274 | 2026-08-18T23:20:35.456Z | |
| 3275 | 2026-08-18T23:20:35.457Z | info: running `cargo check --bins` on cockroach-admin-client (112/337) |
| 3276 | 2026-08-18T23:20:35.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3277 | 2026-08-18T23:20:35.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3278 | 2026-08-18T23:20:35.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3279 | 2026-08-18T23:20:35.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3280 | 2026-08-18T23:20:36.021Z | |
| 3281 | 2026-08-18T23:20:36.021Z | info: running `cargo check --bins` on parallel-task-set (113/337) |
| 3282 | 2026-08-18T23:20:36.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3283 | 2026-08-18T23:20:36.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3284 | 2026-08-18T23:20:36.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3285 | 2026-08-18T23:20:36.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3286 | 2026-08-18T23:20:36.573Z | |
| 3287 | 2026-08-18T23:20:36.573Z | info: running `cargo check --bins` on sled-agent-client (114/337) |
| 3288 | 2026-08-18T23:20:37.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3289 | 2026-08-18T23:20:37.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3290 | 2026-08-18T23:20:37.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3291 | 2026-08-18T23:20:37.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3292 | 2026-08-18T23:20:37.152Z | |
| 3293 | 2026-08-18T23:20:37.152Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337) |
| 3294 | 2026-08-18T23:20:37.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3295 | 2026-08-18T23:20:37.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3296 | 2026-08-18T23:20:37.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3297 | 2026-08-18T23:20:37.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3298 | 2026-08-18T23:20:37.740Z | |
| 3299 | 2026-08-18T23:20:37.740Z | info: running `cargo check --bins --no-default-features` on sled-storage (116/337) |
| 3300 | 2026-08-18T23:20:38.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3301 | 2026-08-18T23:20:38.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3302 | 2026-08-18T23:20:38.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3303 | 2026-08-18T23:20:38.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3304 | 2026-08-18T23:20:38.322Z | |
| 3305 | 2026-08-18T23:20:38.322Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337) |
| 3306 | 2026-08-18T23:20:38.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3307 | 2026-08-18T23:20:38.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3308 | 2026-08-18T23:20:38.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3309 | 2026-08-18T23:20:38.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3310 | 2026-08-18T23:20:38.909Z | |
| 3311 | 2026-08-18T23:20:38.909Z | info: running `cargo check --bins` on key-manager (118/337) |
| 3312 | 2026-08-18T23:20:39.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3313 | 2026-08-18T23:20:39.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3314 | 2026-08-18T23:20:39.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3315 | 2026-08-18T23:20:39.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3316 | 2026-08-18T23:20:39.475Z | |
| 3317 | 2026-08-18T23:20:39.475Z | info: running `cargo check --bins --no-default-features` on sled-hardware (119/337) |
| 3318 | 2026-08-18T23:20:39.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3319 | 2026-08-18T23:20:39.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3320 | 2026-08-18T23:20:39.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3321 | 2026-08-18T23:20:39.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3322 | 2026-08-18T23:20:40.060Z | |
| 3323 | 2026-08-18T23:20:40.060Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337) |
| 3324 | 2026-08-18T23:20:40.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3325 | 2026-08-18T23:20:40.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3326 | 2026-08-18T23:20:40.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3327 | 2026-08-18T23:20:40.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3328 | 2026-08-18T23:20:40.646Z | |
| 3329 | 2026-08-18T23:20:40.647Z | info: running `cargo check --bins` on typed-rng (121/337) |
| 3330 | 2026-08-18T23:20:41.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3331 | 2026-08-18T23:20:41.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3332 | 2026-08-18T23:20:41.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3333 | 2026-08-18T23:20:41.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3334 | 2026-08-18T23:20:41.201Z | |
| 3335 | 2026-08-18T23:20:41.201Z | info: running `cargo check --bins` on gateway-test-utils (122/337) |
| 3336 | 2026-08-18T23:20:41.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3337 | 2026-08-18T23:20:41.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3338 | 2026-08-18T23:20:41.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3339 | 2026-08-18T23:20:41.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3340 | 2026-08-18T23:20:41.813Z | |
| 3341 | 2026-08-18T23:20:41.813Z | info: running `cargo check --bins` on omicron-gateway (123/337) |
| 3342 | 2026-08-18T23:20:42.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3343 | 2026-08-18T23:20:42.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3344 | 2026-08-18T23:20:42.539Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3345 | 2026-08-18T23:20:42.543Z | Checking void v1.0.2 |
| 3346 | 2026-08-18T23:20:42.543Z | Checking tungstenite v0.23.0 |
| 3347 | 2026-08-18T23:20:42.543Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3348 | 2026-08-18T23:20:42.657Z | Checking dropshot-api-manager-types v0.8.0 |
| 3349 | 2026-08-18T23:20:42.660Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3350 | 2026-08-18T23:20:42.666Z | Checking nix v0.27.1 |
| 3351 | 2026-08-18T23:20:42.669Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3352 | 2026-08-18T23:20:42.742Z | Checking lzss v0.8.2 |
| 3353 | 2026-08-18T23:20:42.812Z | Checking kstat-rs v0.2.5 |
| 3354 | 2026-08-18T23:20:42.843Z | Checking fxhash v0.2.1 |
| 3355 | 2026-08-18T23:20:42.896Z | Checking serde_bytes v0.11.19 |
| 3356 | 2026-08-18T23:20:42.919Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3357 | 2026-08-18T23:20:42.953Z | Checking signal-hook-tokio v0.3.1 |
| 3358 | 2026-08-18T23:20:42.980Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3359 | 2026-08-18T23:20:42.994Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3360 | 2026-08-18T23:20:43.130Z | Checking tokio-tungstenite v0.23.1 |
| 3361 | 2026-08-18T23:20:43.164Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3362 | 2026-08-18T23:20:44.248Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3363 | 2026-08-18T23:20:44.800Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3364 | 2026-08-18T23:20:46.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s |
| 3365 | 2026-08-18T23:20:47.105Z | |
| 3366 | 2026-08-18T23:20:47.105Z | info: running `cargo check --bins` on gateway-api (124/337) |
| 3367 | 2026-08-18T23:20:47.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2026-08-18T23:20:47.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2026-08-18T23:20:47.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2026-08-18T23:20:47.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3371 | 2026-08-18T23:20:47.670Z | |
| 3372 | 2026-08-18T23:20:47.670Z | info: running `cargo check --bins` on ipcc (125/337) |
| 3373 | 2026-08-18T23:20:48.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2026-08-18T23:20:48.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2026-08-18T23:20:48.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2026-08-18T23:20:48.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3377 | 2026-08-18T23:20:48.241Z | |
| 3378 | 2026-08-18T23:20:48.241Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337) |
| 3379 | 2026-08-18T23:20:48.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2026-08-18T23:20:48.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2026-08-18T23:20:48.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2026-08-18T23:20:48.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3383 | 2026-08-18T23:20:48.798Z | |
| 3384 | 2026-08-18T23:20:48.798Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337) |
| 3385 | 2026-08-18T23:20:49.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2026-08-18T23:20:49.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2026-08-18T23:20:49.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3388 | 2026-08-18T23:20:49.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3389 | 2026-08-18T23:20:49.384Z | |
| 3390 | 2026-08-18T23:20:49.384Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337) |
| 3391 | 2026-08-18T23:20:49.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2026-08-18T23:20:49.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2026-08-18T23:20:49.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3394 | 2026-08-18T23:20:49.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3395 | 2026-08-18T23:20:49.960Z | |
| 3396 | 2026-08-18T23:20:49.960Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337) |
| 3397 | 2026-08-18T23:20:50.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2026-08-18T23:20:50.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2026-08-18T23:20:50.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3400 | 2026-08-18T23:20:50.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3401 | 2026-08-18T23:20:50.529Z | |
| 3402 | 2026-08-18T23:20:50.529Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337) |
| 3403 | 2026-08-18T23:20:51.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2026-08-18T23:20:51.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2026-08-18T23:20:51.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3406 | 2026-08-18T23:20:51.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3407 | 2026-08-18T23:20:51.102Z | |
| 3408 | 2026-08-18T23:20:51.102Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337) |
| 3409 | 2026-08-18T23:20:51.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2026-08-18T23:20:51.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2026-08-18T23:20:51.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3412 | 2026-08-18T23:20:51.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3413 | 2026-08-18T23:20:51.689Z | |
| 3414 | 2026-08-18T23:20:51.689Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337) |
| 3415 | 2026-08-18T23:20:52.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2026-08-18T23:20:52.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2026-08-18T23:20:52.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2026-08-18T23:20:52.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3419 | 2026-08-18T23:20:52.259Z | |
| 3420 | 2026-08-18T23:20:52.259Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337) |
| 3421 | 2026-08-18T23:20:52.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2026-08-18T23:20:52.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2026-08-18T23:20:52.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3424 | 2026-08-18T23:20:52.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3425 | 2026-08-18T23:20:52.833Z | |
| 3426 | 2026-08-18T23:20:52.833Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337) |
| 3427 | 2026-08-18T23:20:53.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2026-08-18T23:20:53.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2026-08-18T23:20:53.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3430 | 2026-08-18T23:20:53.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3431 | 2026-08-18T23:20:53.404Z | |
| 3432 | 2026-08-18T23:20:53.404Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337) |
| 3433 | 2026-08-18T23:20:53.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2026-08-18T23:20:53.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2026-08-18T23:20:53.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3436 | 2026-08-18T23:20:53.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3437 | 2026-08-18T23:20:53.975Z | |
| 3438 | 2026-08-18T23:20:53.975Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337) |
| 3439 | 2026-08-18T23:20:54.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3440 | 2026-08-18T23:20:54.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3441 | 2026-08-18T23:20:54.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3442 | 2026-08-18T23:20:54.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3443 | 2026-08-18T23:20:54.546Z | |
| 3444 | 2026-08-18T23:20:54.546Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337) |
| 3445 | 2026-08-18T23:20:55.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2026-08-18T23:20:55.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2026-08-18T23:20:55.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3448 | 2026-08-18T23:20:55.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3449 | 2026-08-18T23:20:55.118Z | |
| 3450 | 2026-08-18T23:20:55.118Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337) |
| 3451 | 2026-08-18T23:20:55.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2026-08-18T23:20:55.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2026-08-18T23:20:55.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3454 | 2026-08-18T23:20:55.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3455 | 2026-08-18T23:20:55.685Z | |
| 3456 | 2026-08-18T23:20:55.685Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337) |
| 3457 | 2026-08-18T23:20:56.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3458 | 2026-08-18T23:20:56.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3459 | 2026-08-18T23:20:56.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3460 | 2026-08-18T23:20:56.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3461 | 2026-08-18T23:20:56.248Z | |
| 3462 | 2026-08-18T23:20:56.248Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337) |
| 3463 | 2026-08-18T23:20:56.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3464 | 2026-08-18T23:20:56.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3465 | 2026-08-18T23:20:56.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3466 | 2026-08-18T23:20:56.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3467 | 2026-08-18T23:20:56.821Z | |
| 3468 | 2026-08-18T23:20:56.821Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337) |
| 3469 | 2026-08-18T23:20:57.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3470 | 2026-08-18T23:20:57.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3471 | 2026-08-18T23:20:57.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3472 | 2026-08-18T23:20:57.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3473 | 2026-08-18T23:20:57.389Z | |
| 3474 | 2026-08-18T23:20:57.389Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337) |
| 3475 | 2026-08-18T23:20:57.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3476 | 2026-08-18T23:20:57.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3477 | 2026-08-18T23:20:57.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3478 | 2026-08-18T23:20:57.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3479 | 2026-08-18T23:20:57.962Z | |
| 3480 | 2026-08-18T23:20:57.962Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337) |
| 3481 | 2026-08-18T23:20:58.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3482 | 2026-08-18T23:20:58.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3483 | 2026-08-18T23:20:58.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3484 | 2026-08-18T23:20:58.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3485 | 2026-08-18T23:20:58.535Z | |
| 3486 | 2026-08-18T23:20:58.535Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337) |
| 3487 | 2026-08-18T23:20:59.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3488 | 2026-08-18T23:20:59.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3489 | 2026-08-18T23:20:59.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3490 | 2026-08-18T23:20:59.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3491 | 2026-08-18T23:20:59.104Z | |
| 3492 | 2026-08-18T23:20:59.104Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337) |
| 3493 | 2026-08-18T23:20:59.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3494 | 2026-08-18T23:20:59.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3495 | 2026-08-18T23:20:59.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3496 | 2026-08-18T23:20:59.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3497 | 2026-08-18T23:20:59.676Z | |
| 3498 | 2026-08-18T23:20:59.676Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337) |
| 3499 | 2026-08-18T23:21:00.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2026-08-18T23:21:00.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2026-08-18T23:21:00.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3502 | 2026-08-18T23:21:00.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3503 | 2026-08-18T23:21:00.269Z | |
| 3504 | 2026-08-18T23:21:00.269Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337) |
| 3505 | 2026-08-18T23:21:00.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2026-08-18T23:21:00.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2026-08-18T23:21:00.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3508 | 2026-08-18T23:21:00.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3509 | 2026-08-18T23:21:00.857Z | |
| 3510 | 2026-08-18T23:21:00.857Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337) |
| 3511 | 2026-08-18T23:21:01.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2026-08-18T23:21:01.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2026-08-18T23:21:01.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3514 | 2026-08-18T23:21:01.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3515 | 2026-08-18T23:21:01.449Z | |
| 3516 | 2026-08-18T23:21:01.449Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337) |
| 3517 | 2026-08-18T23:21:01.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2026-08-18T23:21:01.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2026-08-18T23:21:01.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3520 | 2026-08-18T23:21:01.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3521 | 2026-08-18T23:21:02.035Z | |
| 3522 | 2026-08-18T23:21:02.035Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337) |
| 3523 | 2026-08-18T23:21:02.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2026-08-18T23:21:02.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2026-08-18T23:21:02.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3526 | 2026-08-18T23:21:02.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3527 | 2026-08-18T23:21:02.628Z | |
| 3528 | 2026-08-18T23:21:02.628Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337) |
| 3529 | 2026-08-18T23:21:03.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2026-08-18T23:21:03.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2026-08-18T23:21:03.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3532 | 2026-08-18T23:21:03.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3533 | 2026-08-18T23:21:03.214Z | |
| 3534 | 2026-08-18T23:21:03.215Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337) |
| 3535 | 2026-08-18T23:21:03.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2026-08-18T23:21:03.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2026-08-18T23:21:03.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3538 | 2026-08-18T23:21:03.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3539 | 2026-08-18T23:21:03.803Z | |
| 3540 | 2026-08-18T23:21:03.803Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337) |
| 3541 | 2026-08-18T23:21:04.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2026-08-18T23:21:04.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2026-08-18T23:21:04.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3544 | 2026-08-18T23:21:04.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3545 | 2026-08-18T23:21:04.391Z | |
| 3546 | 2026-08-18T23:21:04.391Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337) |
| 3547 | 2026-08-18T23:21:04.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3548 | 2026-08-18T23:21:04.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3549 | 2026-08-18T23:21:04.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3550 | 2026-08-18T23:21:04.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3551 | 2026-08-18T23:21:04.982Z | |
| 3552 | 2026-08-18T23:21:04.982Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337) |
| 3553 | 2026-08-18T23:21:05.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3554 | 2026-08-18T23:21:05.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3555 | 2026-08-18T23:21:05.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3556 | 2026-08-18T23:21:05.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3557 | 2026-08-18T23:21:05.571Z | |
| 3558 | 2026-08-18T23:21:05.571Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337) |
| 3559 | 2026-08-18T23:21:06.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3560 | 2026-08-18T23:21:06.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3561 | 2026-08-18T23:21:06.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3562 | 2026-08-18T23:21:06.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3563 | 2026-08-18T23:21:06.158Z | |
| 3564 | 2026-08-18T23:21:06.158Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337) |
| 3565 | 2026-08-18T23:21:06.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3566 | 2026-08-18T23:21:06.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3567 | 2026-08-18T23:21:06.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3568 | 2026-08-18T23:21:06.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3569 | 2026-08-18T23:21:06.751Z | |
| 3570 | 2026-08-18T23:21:06.751Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337) |
| 3571 | 2026-08-18T23:21:07.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3572 | 2026-08-18T23:21:07.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3573 | 2026-08-18T23:21:07.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3574 | 2026-08-18T23:21:07.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3575 | 2026-08-18T23:21:07.339Z | |
| 3576 | 2026-08-18T23:21:07.339Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337) |
| 3577 | 2026-08-18T23:21:07.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3578 | 2026-08-18T23:21:07.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3579 | 2026-08-18T23:21:07.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3580 | 2026-08-18T23:21:07.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3581 | 2026-08-18T23:21:07.932Z | |
| 3582 | 2026-08-18T23:21:07.932Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337) |
| 3583 | 2026-08-18T23:21:08.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2026-08-18T23:21:08.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2026-08-18T23:21:08.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3586 | 2026-08-18T23:21:08.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3587 | 2026-08-18T23:21:08.535Z | |
| 3588 | 2026-08-18T23:21:08.535Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337) |
| 3589 | 2026-08-18T23:21:09.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2026-08-18T23:21:09.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2026-08-18T23:21:09.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3592 | 2026-08-18T23:21:09.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3593 | 2026-08-18T23:21:09.100Z | |
| 3594 | 2026-08-18T23:21:09.101Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337) |
| 3595 | 2026-08-18T23:21:09.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3596 | 2026-08-18T23:21:09.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3597 | 2026-08-18T23:21:09.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3598 | 2026-08-18T23:21:09.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3599 | 2026-08-18T23:21:09.691Z | |
| 3600 | 2026-08-18T23:21:09.691Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337) |
| 3601 | 2026-08-18T23:21:10.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3602 | 2026-08-18T23:21:10.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3603 | 2026-08-18T23:21:10.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3604 | 2026-08-18T23:21:10.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3605 | 2026-08-18T23:21:10.283Z | |
| 3606 | 2026-08-18T23:21:10.283Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337) |
| 3607 | 2026-08-18T23:21:10.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3608 | 2026-08-18T23:21:10.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3609 | 2026-08-18T23:21:10.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3610 | 2026-08-18T23:21:10.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3611 | 2026-08-18T23:21:10.855Z | |
| 3612 | 2026-08-18T23:21:10.855Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337) |
| 3613 | 2026-08-18T23:21:11.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3614 | 2026-08-18T23:21:11.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3615 | 2026-08-18T23:21:11.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3616 | 2026-08-18T23:21:11.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3617 | 2026-08-18T23:21:11.427Z | |
| 3618 | 2026-08-18T23:21:11.427Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337) |
| 3619 | 2026-08-18T23:21:11.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3620 | 2026-08-18T23:21:11.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3621 | 2026-08-18T23:21:11.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3622 | 2026-08-18T23:21:11.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3623 | 2026-08-18T23:21:12.010Z | |
| 3624 | 2026-08-18T23:21:12.010Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337) |
| 3625 | 2026-08-18T23:21:12.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3626 | 2026-08-18T23:21:12.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3627 | 2026-08-18T23:21:12.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3628 | 2026-08-18T23:21:12.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3629 | 2026-08-18T23:21:12.576Z | |
| 3630 | 2026-08-18T23:21:12.576Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337) |
| 3631 | 2026-08-18T23:21:13.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3632 | 2026-08-18T23:21:13.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3633 | 2026-08-18T23:21:13.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3634 | 2026-08-18T23:21:13.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3635 | 2026-08-18T23:21:13.151Z | |
| 3636 | 2026-08-18T23:21:13.151Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337) |
| 3637 | 2026-08-18T23:21:13.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3638 | 2026-08-18T23:21:13.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3639 | 2026-08-18T23:21:13.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3640 | 2026-08-18T23:21:13.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3641 | 2026-08-18T23:21:13.723Z | |
| 3642 | 2026-08-18T23:21:13.723Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337) |
| 3643 | 2026-08-18T23:21:14.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3644 | 2026-08-18T23:21:14.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3645 | 2026-08-18T23:21:14.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3646 | 2026-08-18T23:21:14.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3647 | 2026-08-18T23:21:14.295Z | |
| 3648 | 2026-08-18T23:21:14.295Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337) |
| 3649 | 2026-08-18T23:21:14.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3650 | 2026-08-18T23:21:14.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3651 | 2026-08-18T23:21:14.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3652 | 2026-08-18T23:21:14.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3653 | 2026-08-18T23:21:14.870Z | |
| 3654 | 2026-08-18T23:21:14.870Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337) |
| 3655 | 2026-08-18T23:21:15.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3656 | 2026-08-18T23:21:15.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3657 | 2026-08-18T23:21:15.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3658 | 2026-08-18T23:21:15.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3659 | 2026-08-18T23:21:15.444Z | |
| 3660 | 2026-08-18T23:21:15.444Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337) |
| 3661 | 2026-08-18T23:21:15.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3662 | 2026-08-18T23:21:15.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3663 | 2026-08-18T23:21:15.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3664 | 2026-08-18T23:21:15.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3665 | 2026-08-18T23:21:16.017Z | |
| 3666 | 2026-08-18T23:21:16.017Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337) |
| 3667 | 2026-08-18T23:21:16.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3668 | 2026-08-18T23:21:16.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3669 | 2026-08-18T23:21:16.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3670 | 2026-08-18T23:21:16.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3671 | 2026-08-18T23:21:16.592Z | |
| 3672 | 2026-08-18T23:21:16.592Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337) |
| 3673 | 2026-08-18T23:21:17.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3674 | 2026-08-18T23:21:17.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3675 | 2026-08-18T23:21:17.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3676 | 2026-08-18T23:21:17.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3677 | 2026-08-18T23:21:17.162Z | |
| 3678 | 2026-08-18T23:21:17.163Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337) |
| 3679 | 2026-08-18T23:21:17.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3680 | 2026-08-18T23:21:17.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3681 | 2026-08-18T23:21:17.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3682 | 2026-08-18T23:21:17.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3683 | 2026-08-18T23:21:17.737Z | |
| 3684 | 2026-08-18T23:21:17.737Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337) |
| 3685 | 2026-08-18T23:21:18.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3686 | 2026-08-18T23:21:18.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3687 | 2026-08-18T23:21:18.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3688 | 2026-08-18T23:21:18.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3689 | 2026-08-18T23:21:18.309Z | |
| 3690 | 2026-08-18T23:21:18.309Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337) |
| 3691 | 2026-08-18T23:21:18.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3692 | 2026-08-18T23:21:18.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3693 | 2026-08-18T23:21:18.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3694 | 2026-08-18T23:21:18.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3695 | 2026-08-18T23:21:18.898Z | |
| 3696 | 2026-08-18T23:21:18.898Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337) |
| 3697 | 2026-08-18T23:21:19.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3698 | 2026-08-18T23:21:19.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3699 | 2026-08-18T23:21:19.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3700 | 2026-08-18T23:21:19.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3701 | 2026-08-18T23:21:19.472Z | |
| 3702 | 2026-08-18T23:21:19.472Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337) |
| 3703 | 2026-08-18T23:21:19.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3704 | 2026-08-18T23:21:19.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3705 | 2026-08-18T23:21:19.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3706 | 2026-08-18T23:21:19.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3707 | 2026-08-18T23:21:20.056Z | |
| 3708 | 2026-08-18T23:21:20.056Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337) |
| 3709 | 2026-08-18T23:21:20.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3710 | 2026-08-18T23:21:20.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3711 | 2026-08-18T23:21:20.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3712 | 2026-08-18T23:21:20.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3713 | 2026-08-18T23:21:20.643Z | |
| 3714 | 2026-08-18T23:21:20.643Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337) |
| 3715 | 2026-08-18T23:21:21.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3716 | 2026-08-18T23:21:21.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3717 | 2026-08-18T23:21:21.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3718 | 2026-08-18T23:21:21.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3719 | 2026-08-18T23:21:21.228Z | |
| 3720 | 2026-08-18T23:21:21.228Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337) |
| 3721 | 2026-08-18T23:21:21.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3722 | 2026-08-18T23:21:21.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3723 | 2026-08-18T23:21:21.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3724 | 2026-08-18T23:21:21.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3725 | 2026-08-18T23:21:21.807Z | |
| 3726 | 2026-08-18T23:21:21.807Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337) |
| 3727 | 2026-08-18T23:21:22.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2026-08-18T23:21:22.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2026-08-18T23:21:22.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3730 | 2026-08-18T23:21:22.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3731 | 2026-08-18T23:21:22.397Z | |
| 3732 | 2026-08-18T23:21:22.398Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337) |
| 3733 | 2026-08-18T23:21:22.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3734 | 2026-08-18T23:21:22.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3735 | 2026-08-18T23:21:22.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3736 | 2026-08-18T23:21:22.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3737 | 2026-08-18T23:21:22.994Z | |
| 3738 | 2026-08-18T23:21:22.994Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337) |
| 3739 | 2026-08-18T23:21:23.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2026-08-18T23:21:23.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2026-08-18T23:21:23.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3742 | 2026-08-18T23:21:23.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3743 | 2026-08-18T23:21:23.567Z | |
| 3744 | 2026-08-18T23:21:23.567Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337) |
| 3745 | 2026-08-18T23:21:24.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3746 | 2026-08-18T23:21:24.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3747 | 2026-08-18T23:21:24.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3748 | 2026-08-18T23:21:24.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3749 | 2026-08-18T23:21:24.154Z | |
| 3750 | 2026-08-18T23:21:24.154Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337) |
| 3751 | 2026-08-18T23:21:24.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3752 | 2026-08-18T23:21:24.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3753 | 2026-08-18T23:21:24.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3754 | 2026-08-18T23:21:24.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3755 | 2026-08-18T23:21:24.747Z | |
| 3756 | 2026-08-18T23:21:24.748Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337) |
| 3757 | 2026-08-18T23:21:25.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3758 | 2026-08-18T23:21:25.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3759 | 2026-08-18T23:21:25.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3760 | 2026-08-18T23:21:25.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3761 | 2026-08-18T23:21:25.339Z | |
| 3762 | 2026-08-18T23:21:25.340Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337) |
| 3763 | 2026-08-18T23:21:25.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3764 | 2026-08-18T23:21:25.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3765 | 2026-08-18T23:21:25.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3766 | 2026-08-18T23:21:25.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3767 | 2026-08-18T23:21:25.923Z | |
| 3768 | 2026-08-18T23:21:25.923Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337) |
| 3769 | 2026-08-18T23:21:26.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3770 | 2026-08-18T23:21:26.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3771 | 2026-08-18T23:21:26.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3772 | 2026-08-18T23:21:26.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3773 | 2026-08-18T23:21:26.514Z | |
| 3774 | 2026-08-18T23:21:26.514Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337) |
| 3775 | 2026-08-18T23:21:27.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3776 | 2026-08-18T23:21:27.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3777 | 2026-08-18T23:21:27.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3778 | 2026-08-18T23:21:27.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3779 | 2026-08-18T23:21:27.109Z | |
| 3780 | 2026-08-18T23:21:27.109Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337) |
| 3781 | 2026-08-18T23:21:27.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3782 | 2026-08-18T23:21:27.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3783 | 2026-08-18T23:21:27.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3784 | 2026-08-18T23:21:27.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3785 | 2026-08-18T23:21:27.703Z | |
| 3786 | 2026-08-18T23:21:27.703Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337) |
| 3787 | 2026-08-18T23:21:28.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3788 | 2026-08-18T23:21:28.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3789 | 2026-08-18T23:21:28.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3790 | 2026-08-18T23:21:28.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3791 | 2026-08-18T23:21:28.297Z | |
| 3792 | 2026-08-18T23:21:28.297Z | info: running `cargo check --bins` on oximeter-producer (195/337) |
| 3793 | 2026-08-18T23:21:28.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3794 | 2026-08-18T23:21:28.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3795 | 2026-08-18T23:21:28.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3796 | 2026-08-18T23:21:28.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3797 | 2026-08-18T23:21:28.910Z | |
| 3798 | 2026-08-18T23:21:28.910Z | info: running `cargo check --bins` on internal-dns-resolver (196/337) |
| 3799 | 2026-08-18T23:21:29.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3800 | 2026-08-18T23:21:29.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3801 | 2026-08-18T23:21:29.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3802 | 2026-08-18T23:21:29.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3803 | 2026-08-18T23:21:29.485Z | |
| 3804 | 2026-08-18T23:21:29.485Z | info: running `cargo check --bins` on dns-server (197/337) |
| 3805 | 2026-08-18T23:21:29.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3806 | 2026-08-18T23:21:29.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3807 | 2026-08-18T23:21:30.134Z | Compiling parking_lot_core v0.8.6 |
| 3808 | 2026-08-18T23:21:30.144Z | Compiling git-stub v1.0.0 |
| 3809 | 2026-08-18T23:21:30.144Z | Checking prefix-trie v0.7.0 |
| 3810 | 2026-08-18T23:21:30.255Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3811 | 2026-08-18T23:21:30.366Z | Compiling git-stub-vcs v0.1.0 |
| 3812 | 2026-08-18T23:21:30.523Z | Checking hickory-server v0.25.2 |
| 3813 | 2026-08-18T23:21:30.633Z | Checking parking_lot v0.11.2 |
| 3814 | 2026-08-18T23:21:30.670Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3815 | 2026-08-18T23:21:30.799Z | Checking sled v0.34.7 |
| 3816 | 2026-08-18T23:21:32.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 3817 | 2026-08-18T23:21:32.904Z | |
| 3818 | 2026-08-18T23:21:32.904Z | info: running `cargo check --bins` on dns-server-api (198/337) |
| 3819 | 2026-08-18T23:21:33.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3820 | 2026-08-18T23:21:33.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3821 | 2026-08-18T23:21:33.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3822 | 2026-08-18T23:21:33.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3823 | 2026-08-18T23:21:33.476Z | |
| 3824 | 2026-08-18T23:21:33.476Z | info: running `cargo check --bins` on nexus-client (199/337) |
| 3825 | 2026-08-18T23:21:33.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3826 | 2026-08-18T23:21:33.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3827 | 2026-08-18T23:21:33.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3828 | 2026-08-18T23:21:33.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3829 | 2026-08-18T23:21:34.080Z | |
| 3830 | 2026-08-18T23:21:34.080Z | info: running `cargo check --bins` on oximeter-producer-api (200/337) |
| 3831 | 2026-08-18T23:21:34.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3832 | 2026-08-18T23:21:34.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3833 | 2026-08-18T23:21:34.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3834 | 2026-08-18T23:21:34.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3835 | 2026-08-18T23:21:34.650Z | |
| 3836 | 2026-08-18T23:21:34.650Z | info: running `cargo check --bins` on sp-sim (201/337) |
| 3837 | 2026-08-18T23:21:39.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3838 | 2026-08-18T23:21:39.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3839 | 2026-08-18T23:21:39.507Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3840 | 2026-08-18T23:21:39.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3841 | 2026-08-18T23:21:39.528Z | |
| 3842 | 2026-08-18T23:21:39.528Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337) |
| 3843 | 2026-08-18T23:21:39.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3844 | 2026-08-18T23:21:39.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3845 | 2026-08-18T23:21:39.531Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3846 | 2026-08-18T23:21:39.531Z | Compiling hashbrown v0.14.5 |
| 3847 | 2026-08-18T23:21:39.531Z | Compiling rfc6979 v0.4.0 |
| 3848 | 2026-08-18T23:21:39.531Z | Compiling salty v0.3.0 |
| 3849 | 2026-08-18T23:21:39.531Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3850 | 2026-08-18T23:21:39.531Z | Compiling primeorder v0.13.6 |
| 3851 | 2026-08-18T23:21:39.531Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3852 | 2026-08-18T23:21:39.532Z | Compiling ecdsa v0.16.9 |
| 3853 | 2026-08-18T23:21:39.532Z | Compiling sha1 v0.10.6 |
| 3854 | 2026-08-18T23:21:39.532Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3855 | 2026-08-18T23:21:39.532Z | Compiling proc-macro-error2 v2.0.1 |
| 3856 | 2026-08-18T23:21:39.532Z | Compiling chumsky v0.9.3 |
| 3857 | 2026-08-18T23:21:39.532Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3858 | 2026-08-18T23:21:39.532Z | Compiling p384 v0.13.1 |
| 3859 | 2026-08-18T23:21:39.532Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3860 | 2026-08-18T23:21:39.532Z | Compiling knus-derive v3.4.0 |
| 3861 | 2026-08-18T23:21:39.532Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3862 | 2026-08-18T23:21:39.532Z | Checking libscf-sys v1.2.0 |
| 3863 | 2026-08-18T23:21:39.532Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3864 | 2026-08-18T23:21:39.532Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3865 | 2026-08-18T23:21:39.532Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3866 | 2026-08-18T23:21:39.536Z | Checking corncobs v0.1.4 |
| 3867 | 2026-08-18T23:21:39.537Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3868 | 2026-08-18T23:21:39.537Z | Checking papergrid v0.18.0 |
| 3869 | 2026-08-18T23:21:39.537Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3870 | 2026-08-18T23:21:39.537Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3871 | 2026-08-18T23:21:39.537Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3872 | 2026-08-18T23:21:39.537Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 3873 | 2026-08-18T23:21:39.537Z | Checking secrecy v0.8.0 |
| 3874 | 2026-08-18T23:21:39.537Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3875 | 2026-08-18T23:21:39.537Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3876 | 2026-08-18T23:21:39.537Z | Compiling unicase v2.9.0 |
| 3877 | 2026-08-18T23:21:39.537Z | Compiling progenitor-impl v0.13.0 |
| 3878 | 2026-08-18T23:21:39.537Z | Checking crc8 v0.1.1 |
| 3879 | 2026-08-18T23:21:39.537Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 3880 | 2026-08-18T23:21:39.537Z | Compiling mime_guess v2.0.5 |
| 3881 | 2026-08-18T23:21:39.537Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3882 | 2026-08-18T23:21:39.537Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3883 | 2026-08-18T23:21:39.537Z | Checking tabled v0.21.0 |
| 3884 | 2026-08-18T23:21:39.537Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace) |
| 3885 | 2026-08-18T23:21:39.540Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3886 | 2026-08-18T23:21:39.540Z | Compiling knus v3.4.0 |
| 3887 | 2026-08-18T23:21:39.653Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3888 | 2026-08-18T23:21:39.857Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3889 | 2026-08-18T23:21:39.935Z | Checking progenitor-client v0.13.0 |
| 3890 | 2026-08-18T23:21:40.039Z | Checking http-range v0.1.5 |
| 3891 | 2026-08-18T23:21:40.167Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3892 | 2026-08-18T23:21:40.183Z | Checking illumos-nvpair v0.3.0 |
| 3893 | 2026-08-18T23:21:40.324Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3894 | 2026-08-18T23:21:40.349Z | Checking scuffle v0.1.0 |
| 3895 | 2026-08-18T23:21:40.364Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3896 | 2026-08-18T23:21:40.511Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3897 | 2026-08-18T23:21:40.904Z | Checking nanorand v0.7.0 |
| 3898 | 2026-08-18T23:21:40.921Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3899 | 2026-08-18T23:21:41.106Z | Checking flume v0.11.1 |
| 3900 | 2026-08-18T23:21:41.166Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3901 | 2026-08-18T23:21:41.261Z | Checking hyper-staticfile v0.10.1 |
| 3902 | 2026-08-18T23:21:41.276Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3903 | 2026-08-18T23:21:41.294Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3904 | 2026-08-18T23:21:41.337Z | Compiling progenitor-macro v0.13.0 |
| 3905 | 2026-08-18T23:21:41.372Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3906 | 2026-08-18T23:21:41.438Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3907 | 2026-08-18T23:21:41.542Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3908 | 2026-08-18T23:21:41.691Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3909 | 2026-08-18T23:21:41.722Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3910 | 2026-08-18T23:21:41.830Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3911 | 2026-08-18T23:21:41.931Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3912 | 2026-08-18T23:21:42.106Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3913 | 2026-08-18T23:21:42.235Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3914 | 2026-08-18T23:21:42.295Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3915 | 2026-08-18T23:21:43.565Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3916 | 2026-08-18T23:21:44.758Z | Checking progenitor v0.13.0 |
| 3917 | 2026-08-18T23:21:44.901Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3918 | 2026-08-18T23:21:45.557Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3919 | 2026-08-18T23:21:46.627Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3920 | 2026-08-18T23:21:47.054Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3921 | 2026-08-18T23:21:47.073Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3922 | 2026-08-18T23:21:47.076Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3923 | 2026-08-18T23:22:00.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.66s |
| 3924 | 2026-08-18T23:22:00.728Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3925 | 2026-08-18T23:22:00.728Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3926 | 2026-08-18T23:22:00.934Z | |
| 3927 | 2026-08-18T23:22:00.934Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337) |
| 3928 | 2026-08-18T23:22:01.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3929 | 2026-08-18T23:22:01.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3930 | 2026-08-18T23:22:01.707Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3931 | 2026-08-18T23:22:12.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3932 | 2026-08-18T23:22:12.362Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3933 | 2026-08-18T23:22:12.362Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3934 | 2026-08-18T23:22:12.562Z | |
| 3935 | 2026-08-18T23:22:12.562Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337) |
| 3936 | 2026-08-18T23:22:13.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3937 | 2026-08-18T23:22:13.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3938 | 2026-08-18T23:22:13.335Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3939 | 2026-08-18T23:22:23.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 3940 | 2026-08-18T23:22:23.902Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3941 | 2026-08-18T23:22:23.902Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3942 | 2026-08-18T23:22:24.099Z | |
| 3943 | 2026-08-18T23:22:24.099Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337) |
| 3944 | 2026-08-18T23:22:24.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-08-18T23:22:24.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-08-18T23:22:24.874Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3947 | 2026-08-18T23:22:35.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 3948 | 2026-08-18T23:22:35.441Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3949 | 2026-08-18T23:22:35.441Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3950 | 2026-08-18T23:22:35.638Z | |
| 3951 | 2026-08-18T23:22:35.638Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337) |
| 3952 | 2026-08-18T23:22:36.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3953 | 2026-08-18T23:22:36.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3954 | 2026-08-18T23:22:36.408Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3955 | 2026-08-18T23:22:47.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3956 | 2026-08-18T23:22:47.050Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3957 | 2026-08-18T23:22:47.050Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3958 | 2026-08-18T23:22:47.250Z | |
| 3959 | 2026-08-18T23:22:47.252Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337) |
| 3960 | 2026-08-18T23:22:47.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3961 | 2026-08-18T23:22:47.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3962 | 2026-08-18T23:22:48.017Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3963 | 2026-08-18T23:22:58.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3964 | 2026-08-18T23:22:58.638Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3965 | 2026-08-18T23:22:58.638Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3966 | 2026-08-18T23:22:58.836Z | |
| 3967 | 2026-08-18T23:22:58.836Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337) |
| 3968 | 2026-08-18T23:22:59.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-08-18T23:22:59.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-08-18T23:22:59.612Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3971 | 2026-08-18T23:23:10.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s |
| 3972 | 2026-08-18T23:23:10.170Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3973 | 2026-08-18T23:23:10.170Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3974 | 2026-08-18T23:23:10.371Z | |
| 3975 | 2026-08-18T23:23:10.371Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337) |
| 3976 | 2026-08-18T23:23:10.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3977 | 2026-08-18T23:23:10.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3978 | 2026-08-18T23:23:11.141Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3979 | 2026-08-18T23:23:21.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s |
| 3980 | 2026-08-18T23:23:21.748Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3981 | 2026-08-18T23:23:21.748Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3982 | 2026-08-18T23:23:21.946Z | |
| 3983 | 2026-08-18T23:23:21.946Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337) |
| 3984 | 2026-08-18T23:23:22.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3985 | 2026-08-18T23:23:22.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3986 | 2026-08-18T23:23:22.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3987 | 2026-08-18T23:23:22.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3988 | 2026-08-18T23:23:22.525Z | |
| 3989 | 2026-08-18T23:23:22.525Z | info: running `cargo check --bins` on installinator-common (211/337) |
| 3990 | 2026-08-18T23:23:23.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3991 | 2026-08-18T23:23:23.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3992 | 2026-08-18T23:23:23.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3993 | 2026-08-18T23:23:23.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3994 | 2026-08-18T23:23:23.117Z | |
| 3995 | 2026-08-18T23:23:23.118Z | info: running `cargo check --bins` on installinator-common-versions (212/337) |
| 3996 | 2026-08-18T23:23:23.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3997 | 2026-08-18T23:23:24.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3998 | 2026-08-18T23:23:24.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3999 | 2026-08-18T23:23:24.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4000 | 2026-08-18T23:23:24.610Z | |
| 4001 | 2026-08-18T23:23:24.613Z | info: running `cargo check --bins` on nexus-lockstep-client (213/337) |
| 4002 | 2026-08-18T23:23:24.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4003 | 2026-08-18T23:23:24.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4004 | 2026-08-18T23:23:24.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4005 | 2026-08-18T23:23:24.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4006 | 2026-08-18T23:23:24.613Z | |
| 4007 | 2026-08-18T23:23:24.614Z | info: running `cargo check --bins` on omicron-ddm-admin-client (214/337) |
| 4008 | 2026-08-18T23:23:24.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4009 | 2026-08-18T23:23:24.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4010 | 2026-08-18T23:23:24.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4011 | 2026-08-18T23:23:24.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4012 | 2026-08-18T23:23:24.861Z | |
| 4013 | 2026-08-18T23:23:24.861Z | info: running `cargo check --bins` on range-requests (215/337) |
| 4014 | 2026-08-18T23:23:25.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4015 | 2026-08-18T23:23:25.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4016 | 2026-08-18T23:23:25.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4017 | 2026-08-18T23:23:25.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4018 | 2026-08-18T23:23:25.426Z | |
| 4019 | 2026-08-18T23:23:25.426Z | info: running `cargo check --bins` on repo-depot-api (216/337) |
| 4020 | 2026-08-18T23:23:25.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4021 | 2026-08-18T23:23:25.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4022 | 2026-08-18T23:23:25.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4023 | 2026-08-18T23:23:25.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4024 | 2026-08-18T23:23:25.995Z | |
| 4025 | 2026-08-18T23:23:25.995Z | info: running `cargo check --bins` on repo-depot-client (217/337) |
| 4026 | 2026-08-18T23:23:26.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4027 | 2026-08-18T23:23:26.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4028 | 2026-08-18T23:23:26.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4029 | 2026-08-18T23:23:26.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4030 | 2026-08-18T23:23:26.556Z | |
| 4031 | 2026-08-18T23:23:26.556Z | info: running `cargo check --bins` on sled-agent-api (218/337) |
| 4032 | 2026-08-18T23:23:27.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4033 | 2026-08-18T23:23:27.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4034 | 2026-08-18T23:23:27.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4035 | 2026-08-18T23:23:27.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4036 | 2026-08-18T23:23:27.150Z | |
| 4037 | 2026-08-18T23:23:27.150Z | info: running `cargo check --bins` on sled-diagnostics (219/337) |
| 4038 | 2026-08-18T23:23:27.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4039 | 2026-08-18T23:23:27.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4040 | 2026-08-18T23:23:27.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4041 | 2026-08-18T23:23:27.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4042 | 2026-08-18T23:23:27.737Z | |
| 4043 | 2026-08-18T23:23:27.737Z | info: running `cargo check --bins` on zfs-test-harness (220/337) |
| 4044 | 2026-08-18T23:23:28.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4045 | 2026-08-18T23:23:28.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4046 | 2026-08-18T23:23:28.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4047 | 2026-08-18T23:23:28.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4048 | 2026-08-18T23:23:28.319Z | |
| 4049 | 2026-08-18T23:23:28.319Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (221/337) |
| 4050 | 2026-08-18T23:23:28.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4051 | 2026-08-18T23:23:28.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4052 | 2026-08-18T23:23:28.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4053 | 2026-08-18T23:23:28.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4054 | 2026-08-18T23:23:28.914Z | |
| 4055 | 2026-08-18T23:23:28.914Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337) |
| 4056 | 2026-08-18T23:23:29.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4057 | 2026-08-18T23:23:29.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4058 | 2026-08-18T23:23:29.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4059 | 2026-08-18T23:23:29.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4060 | 2026-08-18T23:23:29.504Z | |
| 4061 | 2026-08-18T23:23:29.504Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337) |
| 4062 | 2026-08-18T23:23:30.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-08-18T23:23:30.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-08-18T23:23:30.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4065 | 2026-08-18T23:23:30.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4066 | 2026-08-18T23:23:30.104Z | |
| 4067 | 2026-08-18T23:23:30.104Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337) |
| 4068 | 2026-08-18T23:23:30.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4069 | 2026-08-18T23:23:30.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4070 | 2026-08-18T23:23:30.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4071 | 2026-08-18T23:23:30.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4072 | 2026-08-18T23:23:30.693Z | |
| 4073 | 2026-08-18T23:23:30.693Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337) |
| 4074 | 2026-08-18T23:23:31.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4075 | 2026-08-18T23:23:31.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4076 | 2026-08-18T23:23:31.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4077 | 2026-08-18T23:23:31.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4078 | 2026-08-18T23:23:31.288Z | |
| 4079 | 2026-08-18T23:23:31.288Z | info: running `cargo check --bins` on sled-agent-resolvable-files (226/337) |
| 4080 | 2026-08-18T23:23:31.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4081 | 2026-08-18T23:23:31.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4082 | 2026-08-18T23:23:31.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4083 | 2026-08-18T23:23:31.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4084 | 2026-08-18T23:23:31.878Z | |
| 4085 | 2026-08-18T23:23:31.878Z | info: running `cargo check --bins` on trust-quorum (227/337) |
| 4086 | 2026-08-18T23:23:32.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4087 | 2026-08-18T23:23:32.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4088 | 2026-08-18T23:23:32.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4089 | 2026-08-18T23:23:32.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4090 | 2026-08-18T23:23:32.469Z | |
| 4091 | 2026-08-18T23:23:32.469Z | info: running `cargo check --bins` on sled-agent-early-networking (228/337) |
| 4092 | 2026-08-18T23:23:32.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4093 | 2026-08-18T23:23:32.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4094 | 2026-08-18T23:23:32.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4095 | 2026-08-18T23:23:32.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4096 | 2026-08-18T23:23:33.048Z | |
| 4097 | 2026-08-18T23:23:33.048Z | info: running `cargo check --bins` on sled-agent-health-monitor (229/337) |
| 4098 | 2026-08-18T23:23:33.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4099 | 2026-08-18T23:23:33.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4100 | 2026-08-18T23:23:33.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4101 | 2026-08-18T23:23:33.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4102 | 2026-08-18T23:23:33.636Z | |
| 4103 | 2026-08-18T23:23:33.636Z | info: running `cargo check --bins` on sled-agent-multirack-join (230/337) |
| 4104 | 2026-08-18T23:23:34.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4105 | 2026-08-18T23:23:34.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4106 | 2026-08-18T23:23:34.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4107 | 2026-08-18T23:23:34.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4108 | 2026-08-18T23:23:34.250Z | |
| 4109 | 2026-08-18T23:23:34.250Z | info: running `cargo check --bins` on sled-agent-rack-setup (231/337) |
| 4110 | 2026-08-18T23:23:34.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-08-18T23:23:34.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-08-18T23:23:34.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4113 | 2026-08-18T23:23:34.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4114 | 2026-08-18T23:23:34.872Z | |
| 4115 | 2026-08-18T23:23:34.872Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337) |
| 4116 | 2026-08-18T23:23:35.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2026-08-18T23:23:35.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2026-08-18T23:23:35.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4119 | 2026-08-18T23:23:35.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4120 | 2026-08-18T23:23:35.481Z | |
| 4121 | 2026-08-18T23:23:35.481Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (233/337) |
| 4122 | 2026-08-18T23:23:36.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-08-18T23:23:36.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-08-18T23:23:36.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4125 | 2026-08-18T23:23:36.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4126 | 2026-08-18T23:23:36.095Z | |
| 4127 | 2026-08-18T23:23:36.096Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337) |
| 4128 | 2026-08-18T23:23:36.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2026-08-18T23:23:36.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2026-08-18T23:23:36.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4131 | 2026-08-18T23:23:36.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4132 | 2026-08-18T23:23:36.706Z | |
| 4133 | 2026-08-18T23:23:36.706Z | info: running `cargo check --bins` on omicron-deployment-graph (235/337) |
| 4134 | 2026-08-18T23:23:37.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4135 | 2026-08-18T23:23:37.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4136 | 2026-08-18T23:23:37.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4137 | 2026-08-18T23:23:37.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4138 | 2026-08-18T23:23:37.259Z | |
| 4139 | 2026-08-18T23:23:37.259Z | info: running `cargo check --bins` on transient-dns-server (236/337) |
| 4140 | 2026-08-18T23:23:37.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4141 | 2026-08-18T23:23:37.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4142 | 2026-08-18T23:23:37.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4143 | 2026-08-18T23:23:37.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4144 | 2026-08-18T23:23:37.841Z | |
| 4145 | 2026-08-18T23:23:37.841Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337) |
| 4146 | 2026-08-18T23:23:38.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4147 | 2026-08-18T23:23:38.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4148 | 2026-08-18T23:23:38.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4149 | 2026-08-18T23:23:38.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4150 | 2026-08-18T23:23:38.428Z | |
| 4151 | 2026-08-18T23:23:38.428Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337) |
| 4152 | 2026-08-18T23:23:38.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4153 | 2026-08-18T23:23:38.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4154 | 2026-08-18T23:23:38.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4155 | 2026-08-18T23:23:38.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4156 | 2026-08-18T23:23:39.016Z | |
| 4157 | 2026-08-18T23:23:39.017Z | info: running `cargo check --bins` on omicron-rpaths (239/337) |
| 4158 | 2026-08-18T23:23:39.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4159 | 2026-08-18T23:23:39.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4160 | 2026-08-18T23:23:39.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4161 | 2026-08-18T23:23:39.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4162 | 2026-08-18T23:23:39.577Z | |
| 4163 | 2026-08-18T23:23:39.577Z | info: running `cargo check --bins` on omicron-repl-utils (240/337) |
| 4164 | 2026-08-18T23:23:40.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4165 | 2026-08-18T23:23:40.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4166 | 2026-08-18T23:23:40.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4167 | 2026-08-18T23:23:40.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4168 | 2026-08-18T23:23:40.138Z | |
| 4169 | 2026-08-18T23:23:40.138Z | info: running `cargo check --bins` on omicron-clickhouse-admin (241/337) |
| 4170 | 2026-08-18T23:23:40.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4171 | 2026-08-18T23:23:40.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4172 | 2026-08-18T23:23:40.837Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4173 | 2026-08-18T23:23:41.253Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4174 | 2026-08-18T23:23:42.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
| 4175 | 2026-08-18T23:23:42.644Z | |
| 4176 | 2026-08-18T23:23:42.644Z | info: running `cargo check --bins` on clickhouse-admin-api (242/337) |
| 4177 | 2026-08-18T23:23:43.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4178 | 2026-08-18T23:23:43.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4179 | 2026-08-18T23:23:43.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4180 | 2026-08-18T23:23:43.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4181 | 2026-08-18T23:23:43.215Z | |
| 4182 | 2026-08-18T23:23:43.215Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (243/337) |
| 4183 | 2026-08-18T23:23:43.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4184 | 2026-08-18T23:23:43.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4185 | 2026-08-18T23:23:43.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4186 | 2026-08-18T23:23:43.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4187 | 2026-08-18T23:23:43.793Z | |
| 4188 | 2026-08-18T23:23:43.793Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337) |
| 4189 | 2026-08-18T23:23:44.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-08-18T23:23:44.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-08-18T23:23:44.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4192 | 2026-08-18T23:23:44.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4193 | 2026-08-18T23:23:44.374Z | |
| 4194 | 2026-08-18T23:23:44.374Z | info: running `cargo check --bins` on clickhouse-admin-single-client (245/337) |
| 4195 | 2026-08-18T23:23:44.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4196 | 2026-08-18T23:23:44.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4197 | 2026-08-18T23:23:44.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4198 | 2026-08-18T23:23:44.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4199 | 2026-08-18T23:23:44.944Z | |
| 4200 | 2026-08-18T23:23:44.944Z | info: running `cargo check --bins` on installinator-client (246/337) |
| 4201 | 2026-08-18T23:23:45.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4202 | 2026-08-18T23:23:45.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4203 | 2026-08-18T23:23:45.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4204 | 2026-08-18T23:23:45.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4205 | 2026-08-18T23:23:45.513Z | |
| 4206 | 2026-08-18T23:23:45.513Z | info: running `cargo check --bins` on oxide-client (247/337) |
| 4207 | 2026-08-18T23:23:45.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-08-18T23:23:45.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-08-18T23:23:45.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4210 | 2026-08-18T23:23:45.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4211 | 2026-08-18T23:23:46.072Z | |
| 4212 | 2026-08-18T23:23:46.072Z | info: running `cargo check --bins` on oximeter-client (248/337) |
| 4213 | 2026-08-18T23:23:46.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-08-18T23:23:46.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-08-18T23:23:46.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4216 | 2026-08-18T23:23:46.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4217 | 2026-08-18T23:23:46.640Z | |
| 4218 | 2026-08-18T23:23:46.640Z | info: running `cargo check --bins` on wicketd-client (249/337) |
| 4219 | 2026-08-18T23:23:47.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-08-18T23:23:47.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-08-18T23:23:47.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4222 | 2026-08-18T23:23:47.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4223 | 2026-08-18T23:23:47.239Z | |
| 4224 | 2026-08-18T23:23:47.240Z | info: running `cargo check --bins` on wicket-common (250/337) |
| 4225 | 2026-08-18T23:23:47.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4226 | 2026-08-18T23:23:47.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4227 | 2026-08-18T23:23:47.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4228 | 2026-08-18T23:23:47.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4229 | 2026-08-18T23:23:47.825Z | |
| 4230 | 2026-08-18T23:23:47.825Z | info: running `cargo check --bins` on wicketd-commission-client (251/337) |
| 4231 | 2026-08-18T23:23:48.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2026-08-18T23:23:48.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2026-08-18T23:23:48.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4234 | 2026-08-18T23:23:48.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4235 | 2026-08-18T23:23:48.408Z | |
| 4236 | 2026-08-18T23:23:48.408Z | info: running `cargo check --bins` on omicron-cockroach-admin (252/337) |
| 4237 | 2026-08-18T23:23:48.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4238 | 2026-08-18T23:23:48.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4239 | 2026-08-18T23:23:49.074Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4240 | 2026-08-18T23:23:49.078Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4241 | 2026-08-18T23:23:50.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4242 | 2026-08-18T23:23:50.893Z | |
| 4243 | 2026-08-18T23:23:50.893Z | info: running `cargo check --bins` on cockroach-admin-api (253/337) |
| 4244 | 2026-08-18T23:23:50.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4245 | 2026-08-18T23:23:50.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4246 | 2026-08-18T23:23:50.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4247 | 2026-08-18T23:23:50.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4248 | 2026-08-18T23:23:51.010Z | |
| 4249 | 2026-08-18T23:23:51.010Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337) |
| 4250 | 2026-08-18T23:23:51.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4251 | 2026-08-18T23:23:51.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4252 | 2026-08-18T23:23:51.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4253 | 2026-08-18T23:23:51.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4254 | 2026-08-18T23:23:51.662Z | |
| 4255 | 2026-08-18T23:23:51.662Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337) |
| 4256 | 2026-08-18T23:23:52.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4257 | 2026-08-18T23:23:52.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4258 | 2026-08-18T23:23:52.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4259 | 2026-08-18T23:23:52.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4260 | 2026-08-18T23:23:52.313Z | |
| 4261 | 2026-08-18T23:23:52.313Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337) |
| 4262 | 2026-08-18T23:23:52.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4263 | 2026-08-18T23:23:52.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4264 | 2026-08-18T23:23:52.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4265 | 2026-08-18T23:23:52.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4266 | 2026-08-18T23:23:52.939Z | |
| 4267 | 2026-08-18T23:23:52.939Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337) |
| 4268 | 2026-08-18T23:23:53.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4269 | 2026-08-18T23:23:53.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4270 | 2026-08-18T23:23:53.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4271 | 2026-08-18T23:23:53.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4272 | 2026-08-18T23:23:53.563Z | |
| 4273 | 2026-08-18T23:23:53.563Z | info: running `cargo check --bins` on db-macros (258/337) |
| 4274 | 2026-08-18T23:23:54.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4275 | 2026-08-18T23:23:54.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4276 | 2026-08-18T23:23:54.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4277 | 2026-08-18T23:23:54.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4278 | 2026-08-18T23:23:54.121Z | |
| 4279 | 2026-08-18T23:23:54.121Z | info: running `cargo check --bins` on nexus-macros-common (259/337) |
| 4280 | 2026-08-18T23:23:54.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4281 | 2026-08-18T23:23:54.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4282 | 2026-08-18T23:23:54.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4283 | 2026-08-18T23:23:54.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4284 | 2026-08-18T23:23:54.678Z | |
| 4285 | 2026-08-18T23:23:54.678Z | info: running `cargo check --bins` on nexus-auth (260/337) |
| 4286 | 2026-08-18T23:23:55.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4287 | 2026-08-18T23:23:55.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4288 | 2026-08-18T23:23:55.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4289 | 2026-08-18T23:23:55.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4290 | 2026-08-18T23:23:55.292Z | |
| 4291 | 2026-08-18T23:23:55.292Z | info: running `cargo check --bins` on authz-macros (261/337) |
| 4292 | 2026-08-18T23:23:55.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4293 | 2026-08-18T23:23:55.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4294 | 2026-08-18T23:23:55.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4295 | 2026-08-18T23:23:55.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4296 | 2026-08-18T23:23:55.848Z | |
| 4297 | 2026-08-18T23:23:55.849Z | info: running `cargo check --bins` on nexus-db-fixed-data (262/337) |
| 4298 | 2026-08-18T23:23:56.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4299 | 2026-08-18T23:23:56.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4300 | 2026-08-18T23:23:56.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4301 | 2026-08-18T23:23:56.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4302 | 2026-08-18T23:23:56.454Z | |
| 4303 | 2026-08-18T23:23:56.454Z | info: running `cargo check --bins` on nexus-db-model (263/337) |
| 4304 | 2026-08-18T23:23:56.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4305 | 2026-08-18T23:23:56.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4306 | 2026-08-18T23:23:56.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4307 | 2026-08-18T23:23:56.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4308 | 2026-08-18T23:23:57.063Z | |
| 4309 | 2026-08-18T23:23:57.063Z | info: running `cargo check --bins` on nexus-db-schema (264/337) |
| 4310 | 2026-08-18T23:23:57.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4311 | 2026-08-18T23:23:57.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4312 | 2026-08-18T23:23:57.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4313 | 2026-08-18T23:23:57.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4314 | 2026-08-18T23:23:57.619Z | |
| 4315 | 2026-08-18T23:23:57.619Z | info: running `cargo check --bins` on nexus-defaults (265/337) |
| 4316 | 2026-08-18T23:23:58.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4317 | 2026-08-18T23:23:58.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4318 | 2026-08-18T23:23:58.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4319 | 2026-08-18T23:23:58.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4320 | 2026-08-18T23:23:58.191Z | |
| 4321 | 2026-08-18T23:23:58.191Z | info: running `cargo check --bins` on omicron-git-version (266/337) |
| 4322 | 2026-08-18T23:23:58.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4323 | 2026-08-18T23:23:58.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4324 | 2026-08-18T23:23:58.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4325 | 2026-08-18T23:23:58.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4326 | 2026-08-18T23:23:58.751Z | |
| 4327 | 2026-08-18T23:23:58.751Z | info: running `cargo check --bins` on nexus-db-errors (267/337) |
| 4328 | 2026-08-18T23:23:59.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4329 | 2026-08-18T23:23:59.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4330 | 2026-08-18T23:23:59.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4331 | 2026-08-18T23:23:59.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4332 | 2026-08-18T23:23:59.373Z | |
| 4333 | 2026-08-18T23:23:59.373Z | info: running `cargo check --bins` on nexus-db-lookup (268/337) |
| 4334 | 2026-08-18T23:23:59.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4335 | 2026-08-18T23:23:59.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4336 | 2026-08-18T23:23:59.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4337 | 2026-08-18T23:23:59.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4338 | 2026-08-18T23:23:59.997Z | |
| 4339 | 2026-08-18T23:23:59.997Z | info: running `cargo check --bins` on nexus-test-interface (269/337) |
| 4340 | 2026-08-18T23:24:00.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4341 | 2026-08-18T23:24:00.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4342 | 2026-08-18T23:24:00.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4343 | 2026-08-18T23:24:00.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4344 | 2026-08-18T23:24:00.622Z | |
| 4345 | 2026-08-18T23:24:00.622Z | info: running `cargo check --bins` on oximeter-collector (270/337) |
| 4346 | 2026-08-18T23:24:01.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4347 | 2026-08-18T23:24:01.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4348 | 2026-08-18T23:24:01.338Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4349 | 2026-08-18T23:24:01.342Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4350 | 2026-08-18T23:24:02.018Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4351 | 2026-08-18T23:24:03.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
| 4352 | 2026-08-18T23:24:03.939Z | |
| 4353 | 2026-08-18T23:24:03.939Z | info: running `cargo check --bins` on oximeter-api (271/337) |
| 4354 | 2026-08-18T23:24:04.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4355 | 2026-08-18T23:24:04.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4356 | 2026-08-18T23:24:04.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4357 | 2026-08-18T23:24:04.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4358 | 2026-08-18T23:24:04.507Z | |
| 4359 | 2026-08-18T23:24:04.508Z | info: running `cargo check --bins` on cert-dev (272/337) |
| 4360 | 2026-08-18T23:24:04.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4361 | 2026-08-18T23:24:04.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4362 | 2026-08-18T23:24:05.153Z | Checking yasna v0.5.2 |
| 4363 | 2026-08-18T23:24:05.519Z | Checking rcgen v0.12.1 |
| 4364 | 2026-08-18T23:24:05.772Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4365 | 2026-08-18T23:24:05.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4366 | 2026-08-18T23:24:06.130Z | |
| 4367 | 2026-08-18T23:24:06.130Z | info: running `cargo check --bins` on clickana (273/337) |
| 4368 | 2026-08-18T23:24:06.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4369 | 2026-08-18T23:24:06.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4370 | 2026-08-18T23:24:06.776Z | Compiling instability v0.3.11 |
| 4371 | 2026-08-18T23:24:06.776Z | Checking castaway v0.2.4 |
| 4372 | 2026-08-18T23:24:06.779Z | Compiling indoc v2.0.7 |
| 4373 | 2026-08-18T23:24:06.779Z | Checking unicode-truncate v1.1.0 |
| 4374 | 2026-08-18T23:24:06.779Z | Checking lru v0.12.5 |
| 4375 | 2026-08-18T23:24:06.779Z | Checking cassowary v0.3.0 |
| 4376 | 2026-08-18T23:24:06.973Z | Checking compact_str v0.8.1 |
| 4377 | 2026-08-18T23:24:07.771Z | Checking ratatui v0.29.0 |
| 4378 | 2026-08-18T23:24:08.841Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4379 | 2026-08-18T23:24:09.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
| 4380 | 2026-08-18T23:24:09.762Z | |
| 4381 | 2026-08-18T23:24:09.762Z | info: running `cargo check --bins` on clickhouse-cluster-dev (274/337) |
| 4382 | 2026-08-18T23:24:10.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4383 | 2026-08-18T23:24:10.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4384 | 2026-08-18T23:24:10.482Z | Checking headers-core v0.3.0 |
| 4385 | 2026-08-18T23:24:10.482Z | Checking port-file v0.1.0 |
| 4386 | 2026-08-18T23:24:10.485Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4387 | 2026-08-18T23:24:10.679Z | Checking headers v0.4.1 |
| 4388 | 2026-08-18T23:24:11.045Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4389 | 2026-08-18T23:24:12.002Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4390 | 2026-08-18T23:24:12.524Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4391 | 2026-08-18T23:24:12.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 4392 | 2026-08-18T23:24:13.149Z | |
| 4393 | 2026-08-18T23:24:13.149Z | info: running `cargo check --bins` on ch-dev (275/337) |
| 4394 | 2026-08-18T23:24:13.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4395 | 2026-08-18T23:24:13.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4396 | 2026-08-18T23:24:13.866Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4397 | 2026-08-18T23:24:14.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4398 | 2026-08-18T23:24:14.824Z | |
| 4399 | 2026-08-18T23:24:14.824Z | info: running `cargo check --bins` on dev-tools-common (276/337) |
| 4400 | 2026-08-18T23:24:15.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4401 | 2026-08-18T23:24:15.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4402 | 2026-08-18T23:24:15.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4403 | 2026-08-18T23:24:15.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 4404 | 2026-08-18T23:24:15.250Z | |
| 4405 | 2026-08-18T23:24:15.250Z | info: running `cargo check --bins` on corpus-adjust (277/337) |
| 4406 | 2026-08-18T23:24:15.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4407 | 2026-08-18T23:24:15.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4408 | 2026-08-18T23:24:15.885Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4409 | 2026-08-18T23:24:16.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 4410 | 2026-08-18T23:24:16.432Z | |
| 4411 | 2026-08-18T23:24:16.432Z | info: running `cargo check --bins` on crdb-seed (278/337) |
| 4412 | 2026-08-18T23:24:16.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4413 | 2026-08-18T23:24:16.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4414 | 2026-08-18T23:24:17.155Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4415 | 2026-08-18T23:24:18.253Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4416 | 2026-08-18T23:24:18.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
| 4417 | 2026-08-18T23:24:18.800Z | |
| 4418 | 2026-08-18T23:24:18.800Z | info: running `cargo check --bins` on db-dev (279/337) |
| 4419 | 2026-08-18T23:24:19.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-08-18T23:24:19.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-08-18T23:24:19.520Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4422 | 2026-08-18T23:24:20.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4423 | 2026-08-18T23:24:20.471Z | |
| 4424 | 2026-08-18T23:24:20.471Z | info: running `cargo check --bins` on omicron-dev-lib (280/337) |
| 4425 | 2026-08-18T23:24:20.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-08-18T23:24:20.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-08-18T23:24:20.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4428 | 2026-08-18T23:24:20.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4429 | 2026-08-18T23:24:21.080Z | |
| 4430 | 2026-08-18T23:24:21.080Z | info: running `cargo check --bins` on xtask-downloader (281/337) |
| 4431 | 2026-08-18T23:24:21.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4432 | 2026-08-18T23:24:21.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4433 | 2026-08-18T23:24:21.696Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4434 | 2026-08-18T23:24:22.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4435 | 2026-08-18T23:24:22.561Z | |
| 4436 | 2026-08-18T23:24:22.561Z | info: running `cargo check --bins` on omicron-dropshot-apis (282/337) |
| 4437 | 2026-08-18T23:24:23.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4438 | 2026-08-18T23:24:23.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4439 | 2026-08-18T23:24:23.305Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4440 | 2026-08-18T23:24:23.305Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4441 | 2026-08-18T23:24:23.308Z | Checking git-stub v1.0.0 |
| 4442 | 2026-08-18T23:24:23.308Z | Compiling trait-variant v0.1.2 |
| 4443 | 2026-08-18T23:24:23.424Z | Checking maplit v1.0.2 |
| 4444 | 2026-08-18T23:24:23.444Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4445 | 2026-08-18T23:24:23.453Z | Checking drift v0.2.0 |
| 4446 | 2026-08-18T23:24:23.456Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4447 | 2026-08-18T23:24:23.504Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4448 | 2026-08-18T23:24:23.585Z | Checking git-stub-vcs v0.1.0 |
| 4449 | 2026-08-18T23:24:23.644Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4450 | 2026-08-18T23:24:23.661Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4451 | 2026-08-18T23:24:23.781Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4452 | 2026-08-18T23:24:23.802Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4453 | 2026-08-18T23:24:23.819Z | Checking dropshot-api-manager v0.8.0 |
| 4454 | 2026-08-18T23:24:23.944Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4455 | 2026-08-18T23:24:24.157Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4456 | 2026-08-18T23:24:24.662Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4457 | 2026-08-18T23:24:25.591Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4458 | 2026-08-18T23:24:26.596Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4459 | 2026-08-18T23:24:27.429Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4460 | 2026-08-18T23:24:27.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s |
| 4461 | 2026-08-18T23:24:28.067Z | |
| 4462 | 2026-08-18T23:24:28.067Z | info: running `cargo check --bins` on installinator-api (283/337) |
| 4463 | 2026-08-18T23:24:28.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4464 | 2026-08-18T23:24:28.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4465 | 2026-08-18T23:24:28.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4466 | 2026-08-18T23:24:28.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4467 | 2026-08-18T23:24:28.639Z | |
| 4468 | 2026-08-18T23:24:28.639Z | info: running `cargo check --bins` on nexus-external-api (284/337) |
| 4469 | 2026-08-18T23:24:29.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4470 | 2026-08-18T23:24:29.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4471 | 2026-08-18T23:24:29.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4472 | 2026-08-18T23:24:29.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4473 | 2026-08-18T23:24:29.248Z | |
| 4474 | 2026-08-18T23:24:29.248Z | info: running `cargo check --bins` on nexus-internal-api (285/337) |
| 4475 | 2026-08-18T23:24:29.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4476 | 2026-08-18T23:24:29.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4477 | 2026-08-18T23:24:29.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4478 | 2026-08-18T23:24:29.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4479 | 2026-08-18T23:24:29.854Z | |
| 4480 | 2026-08-18T23:24:29.854Z | info: running `cargo check --bins` on nexus-lockstep-api (286/337) |
| 4481 | 2026-08-18T23:24:30.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4482 | 2026-08-18T23:24:30.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4483 | 2026-08-18T23:24:30.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4484 | 2026-08-18T23:24:30.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4485 | 2026-08-18T23:24:30.459Z | |
| 4486 | 2026-08-18T23:24:30.459Z | info: running `cargo check --bins` on ntp-admin-api (287/337) |
| 4487 | 2026-08-18T23:24:30.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4488 | 2026-08-18T23:24:30.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4489 | 2026-08-18T23:24:30.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4490 | 2026-08-18T23:24:30.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4491 | 2026-08-18T23:24:31.031Z | |
| 4492 | 2026-08-18T23:24:31.031Z | info: running `cargo check --bins` on ntp-admin-types-versions (288/337) |
| 4493 | 2026-08-18T23:24:31.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4494 | 2026-08-18T23:24:31.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4495 | 2026-08-18T23:24:31.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4496 | 2026-08-18T23:24:31.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4497 | 2026-08-18T23:24:31.592Z | |
| 4498 | 2026-08-18T23:24:31.592Z | info: running `cargo check --bins` on wicketd-api (289/337) |
| 4499 | 2026-08-18T23:24:32.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4500 | 2026-08-18T23:24:32.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4501 | 2026-08-18T23:24:32.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4502 | 2026-08-18T23:24:32.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4503 | 2026-08-18T23:24:32.182Z | |
| 4504 | 2026-08-18T23:24:32.182Z | info: running `cargo check --bins` on wicketd-commission-api (290/337) |
| 4505 | 2026-08-18T23:24:32.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4506 | 2026-08-18T23:24:32.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4507 | 2026-08-18T23:24:32.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4508 | 2026-08-18T23:24:32.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4509 | 2026-08-18T23:24:32.766Z | |
| 4510 | 2026-08-18T23:24:32.766Z | info: running `cargo check --bins` on omicron-ls-apis (291/337) |
| 4511 | 2026-08-18T23:24:33.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4512 | 2026-08-18T23:24:33.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4513 | 2026-08-18T23:24:33.383Z | Compiling blake3 v1.8.5 |
| 4514 | 2026-08-18T23:24:33.495Z | Checking arrayref v0.3.9 |
| 4515 | 2026-08-18T23:24:33.498Z | Checking constant_time_eq v0.4.2 |
| 4516 | 2026-08-18T23:24:33.498Z | Checking arrayvec v0.7.6 |
| 4517 | 2026-08-18T23:24:33.518Z | Checking cargo-platform v0.3.2 |
| 4518 | 2026-08-18T23:24:33.518Z | Checking topological-sort v0.2.2 |
| 4519 | 2026-08-18T23:24:33.521Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4520 | 2026-08-18T23:24:33.696Z | Checking cargo_metadata v0.23.1 |
| 4521 | 2026-08-18T23:24:34.262Z | Checking omicron-zone-package v0.12.3 |
| 4522 | 2026-08-18T23:24:34.979Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4523 | 2026-08-18T23:24:35.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
| 4524 | 2026-08-18T23:24:35.976Z | |
| 4525 | 2026-08-18T23:24:35.976Z | info: running `cargo check --bins` on mgs-dev (292/337) |
| 4526 | 2026-08-18T23:24:36.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4527 | 2026-08-18T23:24:36.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4528 | 2026-08-18T23:24:36.691Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4529 | 2026-08-18T23:24:37.322Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4530 | 2026-08-18T23:24:37.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4531 | 2026-08-18T23:24:38.024Z | |
| 4532 | 2026-08-18T23:24:38.024Z | info: running `cargo check --bins` on omicron-omdb (293/337) |
| 4533 | 2026-08-18T23:24:38.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4534 | 2026-08-18T23:24:38.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4535 | 2026-08-18T23:24:38.984Z | Compiling darling_core v0.21.3 |
| 4536 | 2026-08-18T23:24:38.984Z | Compiling vergen-lib v0.1.6 |
| 4537 | 2026-08-18T23:24:38.984Z | Compiling diesel_derives v2.3.7 |
| 4538 | 2026-08-18T23:24:38.987Z | Checking scheduled-thread-pool v0.2.7 |
| 4539 | 2026-08-18T23:24:38.987Z | Compiling vergen-gitcl v1.0.8 |
| 4540 | 2026-08-18T23:24:38.987Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4541 | 2026-08-18T23:24:38.987Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4542 | 2026-08-18T23:24:38.987Z | Compiling dirs-sys-next v0.1.2 |
| 4543 | 2026-08-18T23:24:39.259Z | Compiling glob v0.3.3 |
| 4544 | 2026-08-18T23:24:39.343Z | Compiling crunchy v0.2.4 |
| 4545 | 2026-08-18T23:24:39.415Z | Compiling dirs-next v2.0.0 |
| 4546 | 2026-08-18T23:24:39.418Z | Checking r2d2 v0.8.10 |
| 4547 | 2026-08-18T23:24:39.447Z | Compiling tiny-keccak v2.0.2 |
| 4548 | 2026-08-18T23:24:39.549Z | Checking downcast-rs v2.0.2 |
| 4549 | 2026-08-18T23:24:39.607Z | Compiling term v0.7.0 |
| 4550 | 2026-08-18T23:24:39.644Z | Compiling clang-sys v1.8.1 |
| 4551 | 2026-08-18T23:24:39.737Z | Compiling bit-vec v0.6.3 |
| 4552 | 2026-08-18T23:24:39.834Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4553 | 2026-08-18T23:24:39.951Z | Compiling bit-set v0.5.3 |
| 4554 | 2026-08-18T23:24:40.025Z | Compiling ascii-canvas v3.0.0 |
| 4555 | 2026-08-18T23:24:40.077Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4556 | 2026-08-18T23:24:40.112Z | Compiling itertools v0.10.5 |
| 4557 | 2026-08-18T23:24:40.142Z | Compiling ena v0.14.4 |
| 4558 | 2026-08-18T23:24:40.167Z | Compiling libloading v0.8.9 |
| 4559 | 2026-08-18T23:24:40.227Z | Compiling regex-syntax v0.6.29 |
| 4560 | 2026-08-18T23:24:40.266Z | Compiling bindgen v0.71.1 |
| 4561 | 2026-08-18T23:24:40.282Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4562 | 2026-08-18T23:24:40.352Z | Compiling diff v0.1.13 |
| 4563 | 2026-08-18T23:24:40.638Z | Compiling cexpr v0.6.0 |
| 4564 | 2026-08-18T23:24:40.679Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4565 | 2026-08-18T23:24:40.868Z | Compiling rustc-hash v2.1.1 |
| 4566 | 2026-08-18T23:24:41.000Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4567 | 2026-08-18T23:24:41.192Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4568 | 2026-08-18T23:24:41.213Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4569 | 2026-08-18T23:24:41.303Z | Compiling libxml v0.3.3 |
| 4570 | 2026-08-18T23:24:41.341Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4571 | 2026-08-18T23:24:41.501Z | Compiling strum_macros v0.24.3 |
| 4572 | 2026-08-18T23:24:41.544Z | Compiling lalrpop v0.19.12 |
| 4573 | 2026-08-18T23:24:41.563Z | Compiling indoc v1.0.9 |
| 4574 | 2026-08-18T23:24:41.616Z | Compiling darling_macro v0.21.3 |
| 4575 | 2026-08-18T23:24:42.127Z | Compiling darling v0.21.3 |
| 4576 | 2026-08-18T23:24:42.221Z | Compiling dsl_auto_type v0.2.0 |
| 4577 | 2026-08-18T23:24:42.467Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4578 | 2026-08-18T23:24:42.657Z | Checking derive_builder v0.20.2 |
| 4579 | 2026-08-18T23:24:42.781Z | Compiling oso-derive v0.27.3 |
| 4580 | 2026-08-18T23:24:42.841Z | Checking quick-xml v0.37.5 |
| 4581 | 2026-08-18T23:24:42.868Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4582 | 2026-08-18T23:24:43.275Z | Checking openssl-probe v0.1.6 |
| 4583 | 2026-08-18T23:24:43.418Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4584 | 2026-08-18T23:24:43.717Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4585 | 2026-08-18T23:24:43.906Z | Checking bb8 v0.8.6 |
| 4586 | 2026-08-18T23:24:43.946Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4587 | 2026-08-18T23:24:44.138Z | Checking nonempty v0.12.0 |
| 4588 | 2026-08-18T23:24:44.176Z | Compiling libz-sys v1.1.24 |
| 4589 | 2026-08-18T23:24:44.193Z | Compiling strsim v0.10.0 |
| 4590 | 2026-08-18T23:24:44.323Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4591 | 2026-08-18T23:24:44.393Z | Compiling darling_core v0.13.4 |
| 4592 | 2026-08-18T23:24:44.546Z | Compiling vergen-git2 v9.1.0 |
| 4593 | 2026-08-18T23:24:44.765Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4594 | 2026-08-18T23:24:44.815Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4595 | 2026-08-18T23:24:44.979Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4596 | 2026-08-18T23:24:45.191Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4597 | 2026-08-18T23:24:45.377Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4598 | 2026-08-18T23:24:45.566Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4599 | 2026-08-18T23:24:45.751Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4600 | 2026-08-18T23:24:45.794Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4601 | 2026-08-18T23:24:45.938Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4602 | 2026-08-18T23:24:46.124Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4603 | 2026-08-18T23:24:46.302Z | Compiling darling_macro v0.13.4 |
| 4604 | 2026-08-18T23:24:46.320Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4605 | 2026-08-18T23:24:46.505Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4606 | 2026-08-18T23:24:46.784Z | Compiling darling v0.13.4 |
| 4607 | 2026-08-18T23:24:46.893Z | Compiling serde_with_macros v1.5.2 |
| 4608 | 2026-08-18T23:24:46.915Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4609 | 2026-08-18T23:24:47.298Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4610 | 2026-08-18T23:24:47.728Z | Compiling serde_with v1.14.0 |
| 4611 | 2026-08-18T23:24:47.874Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4612 | 2026-08-18T23:24:47.932Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4613 | 2026-08-18T23:24:48.015Z | Checking diesel v2.3.7 |
| 4614 | 2026-08-18T23:24:48.058Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4615 | 2026-08-18T23:24:48.870Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4616 | 2026-08-18T23:24:49.655Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4617 | 2026-08-18T23:24:49.916Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4618 | 2026-08-18T23:24:50.504Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4619 | 2026-08-18T23:24:50.619Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4620 | 2026-08-18T23:24:51.135Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4621 | 2026-08-18T23:24:51.248Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4622 | 2026-08-18T23:24:51.348Z | Checking twox-hash v2.1.2 |
| 4623 | 2026-08-18T23:24:51.649Z | Checking libsw-core v0.3.2 |
| 4624 | 2026-08-18T23:24:51.807Z | Checking atty v0.2.14 |
| 4625 | 2026-08-18T23:24:51.904Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4626 | 2026-08-18T23:24:51.922Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4627 | 2026-08-18T23:24:52.201Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4628 | 2026-08-18T23:24:52.230Z | Checking libsw v3.5.0 |
| 4629 | 2026-08-18T23:24:52.353Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4630 | 2026-08-18T23:24:52.392Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4631 | 2026-08-18T23:24:53.547Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4632 | 2026-08-18T23:24:53.622Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4633 | 2026-08-18T23:24:54.263Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4634 | 2026-08-18T23:24:54.460Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4635 | 2026-08-18T23:24:54.979Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4636 | 2026-08-18T23:24:55.169Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4637 | 2026-08-18T23:24:55.315Z | Checking fatfs v0.3.6 |
| 4638 | 2026-08-18T23:24:55.428Z | Checking console v0.16.2 |
| 4639 | 2026-08-18T23:24:55.740Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4640 | 2026-08-18T23:24:55.772Z | Compiling seq-macro v0.3.6 |
| 4641 | 2026-08-18T23:24:56.269Z | Checking unit-prefix v0.5.2 |
| 4642 | 2026-08-18T23:24:56.404Z | Checking indicatif v0.18.4 |
| 4643 | 2026-08-18T23:24:56.854Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4644 | 2026-08-18T23:24:56.958Z | Checking oxide-update-engine-display v0.1.2 |
| 4645 | 2026-08-18T23:24:57.050Z | Checking support-bundle-viewer v0.1.2 |
| 4646 | 2026-08-18T23:24:57.257Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4647 | 2026-08-18T23:24:57.288Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4648 | 2026-08-18T23:24:57.497Z | Checking multimap v0.10.1 |
| 4649 | 2026-08-18T23:25:03.286Z | Checking diesel-dtrace v0.5.0 |
| 4650 | 2026-08-18T23:25:03.530Z | Checking async-bb8-diesel v0.2.1 |
| 4651 | 2026-08-18T23:25:07.489Z | Compiling samael v0.0.19 |
| 4652 | 2026-08-18T23:25:12.039Z | Compiling git2 v0.20.4 |
| 4653 | 2026-08-18T23:25:12.754Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4654 | 2026-08-18T23:25:13.758Z | Compiling polar-core v0.27.3 |
| 4655 | 2026-08-18T23:25:14.464Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4656 | 2026-08-18T23:25:18.241Z | Checking oso v0.27.3 |
| 4657 | 2026-08-18T23:25:50.723Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4658 | 2026-08-18T23:27:06.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 4659 | 2026-08-18T23:27:06.400Z | |
| 4660 | 2026-08-18T23:27:06.400Z | info: running `cargo check --bins` on nexus-networking (294/337) |
| 4661 | 2026-08-18T23:27:06.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4662 | 2026-08-18T23:27:06.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4663 | 2026-08-18T23:27:06.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4664 | 2026-08-18T23:27:06.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4665 | 2026-08-18T23:27:07.066Z | |
| 4666 | 2026-08-18T23:27:07.066Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337) |
| 4667 | 2026-08-18T23:27:07.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4668 | 2026-08-18T23:27:07.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4669 | 2026-08-18T23:27:07.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4670 | 2026-08-18T23:27:07.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4671 | 2026-08-18T23:27:07.697Z | |
| 4672 | 2026-08-18T23:27:07.697Z | info: running `cargo check --bins` on nexus-saga-recovery (296/337) |
| 4673 | 2026-08-18T23:27:08.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4674 | 2026-08-18T23:27:08.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4675 | 2026-08-18T23:27:08.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4676 | 2026-08-18T23:27:08.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4677 | 2026-08-18T23:27:08.323Z | |
| 4678 | 2026-08-18T23:27:08.323Z | info: running `cargo check --bins` on nexus-test-utils-macros (297/337) |
| 4679 | 2026-08-18T23:27:08.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4680 | 2026-08-18T23:27:08.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4681 | 2026-08-18T23:27:08.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4682 | 2026-08-18T23:27:08.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4683 | 2026-08-18T23:27:08.884Z | |
| 4684 | 2026-08-18T23:27:08.884Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (298/337) |
| 4685 | 2026-08-18T23:27:09.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4686 | 2026-08-18T23:27:09.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4687 | 2026-08-18T23:27:09.715Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4688 | 2026-08-18T23:27:10.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 4689 | 2026-08-18T23:27:10.683Z | |
| 4690 | 2026-08-18T23:27:10.683Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337) |
| 4691 | 2026-08-18T23:27:11.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4692 | 2026-08-18T23:27:11.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4693 | 2026-08-18T23:27:11.511Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4694 | 2026-08-18T23:27:50.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.14s |
| 4695 | 2026-08-18T23:27:51.038Z | |
| 4696 | 2026-08-18T23:27:51.038Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337) |
| 4697 | 2026-08-18T23:27:51.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4698 | 2026-08-18T23:27:51.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4699 | 2026-08-18T23:27:51.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4700 | 2026-08-18T23:27:51.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4701 | 2026-08-18T23:27:51.599Z | |
| 4702 | 2026-08-18T23:27:51.599Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337) |
| 4703 | 2026-08-18T23:27:52.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4704 | 2026-08-18T23:27:52.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4705 | 2026-08-18T23:27:52.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4706 | 2026-08-18T23:27:52.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4707 | 2026-08-18T23:27:52.166Z | |
| 4708 | 2026-08-18T23:27:52.166Z | info: running `cargo check --bins --no-default-features` on nexus-fm (302/337) |
| 4709 | 2026-08-18T23:27:52.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4710 | 2026-08-18T23:27:52.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4711 | 2026-08-18T23:27:52.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4712 | 2026-08-18T23:27:52.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4713 | 2026-08-18T23:27:52.793Z | |
| 4714 | 2026-08-18T23:27:52.793Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337) |
| 4715 | 2026-08-18T23:27:53.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4716 | 2026-08-18T23:27:53.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4717 | 2026-08-18T23:27:53.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4718 | 2026-08-18T23:27:53.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4719 | 2026-08-18T23:27:53.427Z | |
| 4720 | 2026-08-18T23:27:53.427Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (304/337) |
| 4721 | 2026-08-18T23:27:53.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4722 | 2026-08-18T23:27:53.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4723 | 2026-08-18T23:27:53.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4724 | 2026-08-18T23:27:53.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4725 | 2026-08-18T23:27:54.059Z | |
| 4726 | 2026-08-18T23:27:54.059Z | info: running `cargo check --bins` on nexus-mgs-updates (305/337) |
| 4727 | 2026-08-18T23:27:54.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4728 | 2026-08-18T23:27:54.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4729 | 2026-08-18T23:27:54.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4730 | 2026-08-18T23:27:54.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4731 | 2026-08-18T23:27:54.682Z | |
| 4732 | 2026-08-18T23:27:54.682Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (306/337) |
| 4733 | 2026-08-18T23:27:55.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4734 | 2026-08-18T23:27:55.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4735 | 2026-08-18T23:27:55.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4736 | 2026-08-18T23:27:55.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4737 | 2026-08-18T23:27:55.301Z | |
| 4738 | 2026-08-18T23:27:55.302Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337) |
| 4739 | 2026-08-18T23:27:55.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4740 | 2026-08-18T23:27:55.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4741 | 2026-08-18T23:27:55.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4742 | 2026-08-18T23:27:55.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4743 | 2026-08-18T23:27:55.926Z | |
| 4744 | 2026-08-18T23:27:55.926Z | info: running `cargo check --bins` on nexus-switch-config (308/337) |
| 4745 | 2026-08-18T23:27:56.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4746 | 2026-08-18T23:27:56.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4747 | 2026-08-18T23:27:56.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4748 | 2026-08-18T23:27:56.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4749 | 2026-08-18T23:27:56.540Z | |
| 4750 | 2026-08-18T23:27:56.540Z | info: running `cargo check --bins` on nexus-switch-config-preparation (309/337) |
| 4751 | 2026-08-18T23:27:57.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4752 | 2026-08-18T23:27:57.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4753 | 2026-08-18T23:27:57.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4754 | 2026-08-18T23:27:57.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4755 | 2026-08-18T23:27:57.174Z | |
| 4756 | 2026-08-18T23:27:57.174Z | info: running `cargo check --bins` on support-bundle-collection (310/337) |
| 4757 | 2026-08-18T23:27:57.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4758 | 2026-08-18T23:27:57.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4759 | 2026-08-18T23:27:57.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4760 | 2026-08-18T23:27:57.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4761 | 2026-08-18T23:27:57.807Z | |
| 4762 | 2026-08-18T23:27:57.807Z | info: running `cargo check --bins` on omicron-dev (311/337) |
| 4763 | 2026-08-18T23:27:58.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4764 | 2026-08-18T23:27:58.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4765 | 2026-08-18T23:27:58.713Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4766 | 2026-08-18T23:27:58.716Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4767 | 2026-08-18T23:27:58.902Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4768 | 2026-08-18T23:27:58.905Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4769 | 2026-08-18T23:27:58.947Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4770 | 2026-08-18T23:27:58.964Z | Checking diff v0.1.13 |
| 4771 | 2026-08-18T23:27:58.967Z | Checking yansi v1.0.1 |
| 4772 | 2026-08-18T23:27:58.967Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4773 | 2026-08-18T23:27:59.038Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4774 | 2026-08-18T23:27:59.213Z | Checking pretty_assertions v1.4.1 |
| 4775 | 2026-08-18T23:27:59.972Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4776 | 2026-08-18T23:28:00.003Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4777 | 2026-08-18T23:28:25.078Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4778 | 2026-08-18T23:28:25.082Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4779 | 2026-08-18T23:28:25.082Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4780 | 2026-08-18T23:28:25.082Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4781 | 2026-08-18T23:28:25.082Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4782 | 2026-08-18T23:28:25.082Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4783 | 2026-08-18T23:28:25.082Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4784 | 2026-08-18T23:28:25.946Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4785 | 2026-08-18T23:28:25.946Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4786 | 2026-08-18T23:28:27.226Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4787 | 2026-08-18T23:29:06.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 4788 | 2026-08-18T23:29:06.332Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4789 | 2026-08-18T23:29:06.333Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4790 | 2026-08-18T23:29:06.543Z | |
| 4791 | 2026-08-18T23:29:06.543Z | info: running `cargo check --bins` on oximeter-load-test (312/337) |
| 4792 | 2026-08-18T23:29:07.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4793 | 2026-08-18T23:29:07.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4794 | 2026-08-18T23:29:07.255Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4795 | 2026-08-18T23:29:07.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4796 | 2026-08-18T23:29:08.078Z | |
| 4797 | 2026-08-18T23:29:08.080Z | info: running `cargo check --bins` on omicron-pins (313/337) |
| 4798 | 2026-08-18T23:29:08.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4799 | 2026-08-18T23:29:08.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4800 | 2026-08-18T23:29:08.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4801 | 2026-08-18T23:29:08.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4802 | 2026-08-18T23:29:08.633Z | |
| 4803 | 2026-08-18T23:29:08.633Z | info: running `cargo check --bins` on rack-init-config (314/337) |
| 4804 | 2026-08-18T23:29:09.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4805 | 2026-08-18T23:29:09.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4806 | 2026-08-18T23:29:09.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4807 | 2026-08-18T23:29:09.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4808 | 2026-08-18T23:29:09.211Z | |
| 4809 | 2026-08-18T23:29:09.211Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337) |
| 4810 | 2026-08-18T23:29:09.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4811 | 2026-08-18T23:29:09.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4812 | 2026-08-18T23:29:09.989Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4813 | 2026-08-18T23:29:10.112Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4814 | 2026-08-18T23:29:10.119Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4815 | 2026-08-18T23:29:37.073Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4816 | 2026-08-18T23:29:37.478Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4817 | 2026-08-18T23:29:39.224Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4818 | 2026-08-18T23:29:39.703Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4819 | 2026-08-18T23:29:42.819Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4820 | 2026-08-18T23:30:07.097Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4821 | 2026-08-18T23:30:07.836Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4822 | 2026-08-18T23:30:09.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 4823 | 2026-08-18T23:30:09.750Z | |
| 4824 | 2026-08-18T23:30:09.750Z | info: running `cargo check --bins` on reconfigurator-sp-updater (316/337) |
| 4825 | 2026-08-18T23:30:10.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4826 | 2026-08-18T23:30:10.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4827 | 2026-08-18T23:30:10.442Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4828 | 2026-08-18T23:30:11.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4829 | 2026-08-18T23:30:11.338Z | |
| 4830 | 2026-08-18T23:30:11.338Z | info: running `cargo check --bins` on omicron-releng (317/337) |
| 4831 | 2026-08-18T23:30:11.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4832 | 2026-08-18T23:30:11.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4833 | 2026-08-18T23:30:11.965Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 4834 | 2026-08-18T23:30:11.968Z | Compiling fs-err v2.11.0 |
| 4835 | 2026-08-18T23:30:12.086Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4836 | 2026-08-18T23:30:12.097Z | Checking parse-size v1.1.0 |
| 4837 | 2026-08-18T23:30:12.105Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4838 | 2026-08-18T23:30:12.108Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4839 | 2026-08-18T23:30:12.108Z | Checking shell-words v1.1.1 |
| 4840 | 2026-08-18T23:30:12.191Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4841 | 2026-08-18T23:30:12.513Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4842 | 2026-08-18T23:30:12.688Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4843 | 2026-08-18T23:30:13.353Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4844 | 2026-08-18T23:30:14.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 4845 | 2026-08-18T23:30:14.486Z | |
| 4846 | 2026-08-18T23:30:14.486Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (318/337) |
| 4847 | 2026-08-18T23:30:14.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4848 | 2026-08-18T23:30:14.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4849 | 2026-08-18T23:30:15.121Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4850 | 2026-08-18T23:30:15.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 4851 | 2026-08-18T23:30:15.792Z | |
| 4852 | 2026-08-18T23:30:15.792Z | info: running `cargo check --bins` on schema (319/337) |
| 4853 | 2026-08-18T23:30:16.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4854 | 2026-08-18T23:30:16.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4855 | 2026-08-18T23:30:16.514Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4856 | 2026-08-18T23:30:17.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4857 | 2026-08-18T23:30:17.412Z | |
| 4858 | 2026-08-18T23:30:17.412Z | info: running `cargo check --bins` on xtask (320/337) |
| 4859 | 2026-08-18T23:30:17.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4860 | 2026-08-18T23:30:17.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4861 | 2026-08-18T23:30:17.817Z | Checking serde_core v1.0.229 |
| 4862 | 2026-08-18T23:30:17.817Z | Checking libc v0.2.185 |
| 4863 | 2026-08-18T23:30:17.898Z | Checking bitflags v2.11.0 |
| 4864 | 2026-08-18T23:30:17.904Z | Checking scroll v0.12.0 |
| 4865 | 2026-08-18T23:30:17.909Z | Checking thiserror v1.0.69 |
| 4866 | 2026-08-18T23:30:17.915Z | Checking log v0.4.33 |
| 4867 | 2026-08-18T23:30:17.922Z | Checking indexmap v2.14.0 |
| 4868 | 2026-08-18T23:30:17.925Z | Checking zerocopy v0.7.35 |
| 4869 | 2026-08-18T23:30:17.993Z | Checking syn v2.0.117 |
| 4870 | 2026-08-18T23:30:18.033Z | Checking dtrace-parser v0.2.0 |
| 4871 | 2026-08-18T23:30:18.052Z | Checking once_cell v1.21.3 |
| 4872 | 2026-08-18T23:30:18.117Z | Checking goblin v0.8.2 |
| 4873 | 2026-08-18T23:30:18.171Z | Checking errno v0.3.14 |
| 4874 | 2026-08-18T23:30:18.217Z | Checking getrandom v0.3.4 |
| 4875 | 2026-08-18T23:30:18.258Z | Checking thread-id v4.2.2 |
| 4876 | 2026-08-18T23:30:18.287Z | Checking rustix v1.1.4 |
| 4877 | 2026-08-18T23:30:18.334Z | Checking memmap v0.7.0 |
| 4878 | 2026-08-18T23:30:18.345Z | Checking thiserror v2.0.18 |
| 4879 | 2026-08-18T23:30:18.402Z | Checking fs-err v3.3.0 |
| 4880 | 2026-08-18T23:30:18.440Z | Checking anyhow v1.0.104 |
| 4881 | 2026-08-18T23:30:18.458Z | Checking tabled v0.15.0 |
| 4882 | 2026-08-18T23:30:19.056Z | Checking terminal_size v0.4.3 |
| 4883 | 2026-08-18T23:30:19.056Z | Checking tempfile v3.27.0 |
| 4884 | 2026-08-18T23:30:19.163Z | Checking clap_builder v4.6.0 |
| 4885 | 2026-08-18T23:30:19.163Z | Checking textwrap v0.16.2 |
| 4886 | 2026-08-18T23:30:19.330Z | Checking serde v1.0.229 |
| 4887 | 2026-08-18T23:30:19.330Z | Checking serde_json v1.0.151 |
| 4888 | 2026-08-18T23:30:19.330Z | Checking camino v1.2.5 |
| 4889 | 2026-08-18T23:30:19.360Z | Checking cargo-platform v0.3.2 |
| 4890 | 2026-08-18T23:30:19.529Z | Checking semver v1.0.28 |
| 4891 | 2026-08-18T23:30:19.580Z | Checking camino-tempfile v1.4.1 |
| 4892 | 2026-08-18T23:30:19.735Z | Checking toml_datetime v0.6.11 |
| 4893 | 2026-08-18T23:30:19.735Z | Checking serde_spanned v0.6.9 |
| 4894 | 2026-08-18T23:30:19.743Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4895 | 2026-08-18T23:30:19.743Z | Checking macaddr v1.0.1 |
| 4896 | 2026-08-18T23:30:19.928Z | Checking toml_edit v0.22.27 |
| 4897 | 2026-08-18T23:30:19.932Z | Checking cargo_metadata v0.23.1 |
| 4898 | 2026-08-18T23:30:19.932Z | Checking dof v0.3.0 |
| 4899 | 2026-08-18T23:30:20.211Z | Checking usdt-impl v0.5.0 |
| 4900 | 2026-08-18T23:30:20.335Z | Checking clap v4.6.1 |
| 4901 | 2026-08-18T23:30:20.467Z | Checking usdt v0.5.0 |
| 4902 | 2026-08-18T23:30:20.912Z | Checking toml v0.8.23 |
| 4903 | 2026-08-18T23:30:21.168Z | Checking cargo_toml v0.21.0 |
| 4904 | 2026-08-18T23:30:21.804Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4905 | 2026-08-18T23:30:22.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
| 4906 | 2026-08-18T23:30:22.296Z | |
| 4907 | 2026-08-18T23:30:22.296Z | info: running `cargo check --bins` on dnsadm (321/337) |
| 4908 | 2026-08-18T23:30:22.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4909 | 2026-08-18T23:30:22.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4910 | 2026-08-18T23:30:22.935Z | Checking arc-swap v1.8.2 |
| 4911 | 2026-08-18T23:30:23.213Z | Checking slog-scope v4.4.1 |
| 4912 | 2026-08-18T23:30:23.319Z | Checking slog-stdlog v4.1.1 |
| 4913 | 2026-08-18T23:30:23.414Z | Checking slog-envlogger v2.2.0 |
| 4914 | 2026-08-18T23:30:23.531Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4915 | 2026-08-18T23:30:23.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 4916 | 2026-08-18T23:30:24.115Z | |
| 4917 | 2026-08-18T23:30:24.115Z | info: running `cargo check --bins` on end-to-end-tests (322/337) |
| 4918 | 2026-08-18T23:30:24.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4919 | 2026-08-18T23:30:24.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4920 | 2026-08-18T23:30:24.917Z | Checking cpubits v0.1.1 |
| 4921 | 2026-08-18T23:30:25.045Z | Checking pem-rfc7468 v1.0.0 |
| 4922 | 2026-08-18T23:30:25.057Z | Checking hmac v0.13.0 |
| 4923 | 2026-08-18T23:30:25.060Z | Checking universal-hash v0.6.1 |
| 4924 | 2026-08-18T23:30:25.079Z | Checking ctr v0.10.1 |
| 4925 | 2026-08-18T23:30:25.079Z | Checking aead v0.6.1 |
| 4926 | 2026-08-18T23:30:25.107Z | Checking crypto-bigint v0.7.5 |
| 4927 | 2026-08-18T23:30:25.107Z | Checking aes v0.9.1 |
| 4928 | 2026-08-18T23:30:25.134Z | Checking salsa20 v0.11.0 |
| 4929 | 2026-08-18T23:30:25.176Z | Checking polyval v0.7.1 |
| 4930 | 2026-08-18T23:30:25.190Z | Checking der v0.8.0 |
| 4931 | 2026-08-18T23:30:25.204Z | Checking pbkdf2 v0.13.0 |
| 4932 | 2026-08-18T23:30:25.220Z | Checking cbc v0.2.1 |
| 4933 | 2026-08-18T23:30:25.250Z | Checking ff v0.14.0 |
| 4934 | 2026-08-18T23:30:25.271Z | Checking signature v3.0.0 |
| 4935 | 2026-08-18T23:30:25.332Z | Checking scrypt v0.12.0 |
| 4936 | 2026-08-18T23:30:25.355Z | Checking ghash v0.6.0 |
| 4937 | 2026-08-18T23:30:25.355Z | Checking base16ct v1.0.0 |
| 4938 | 2026-08-18T23:30:25.384Z | Checking group v0.14.0 |
| 4939 | 2026-08-18T23:30:25.414Z | Checking hkdf v0.13.0 |
| 4940 | 2026-08-18T23:30:25.473Z | Compiling curve25519-dalek v5.0.0 |
| 4941 | 2026-08-18T23:30:25.493Z | Checking keccak v0.2.0 |
| 4942 | 2026-08-18T23:30:25.509Z | Checking aes-gcm v0.11.0 |
| 4943 | 2026-08-18T23:30:25.523Z | Checking poly1305 v0.9.0 |
| 4944 | 2026-08-18T23:30:25.535Z | Checking wnaf v0.14.0 |
| 4945 | 2026-08-18T23:30:25.550Z | Checking blowfish v0.10.0 |
| 4946 | 2026-08-18T23:30:25.647Z | Checking blake2 v0.11.0-rc.6 |
| 4947 | 2026-08-18T23:30:25.666Z | Checking sha3 v0.11.0 |
| 4948 | 2026-08-18T23:30:25.692Z | Checking bcrypt-pbkdf v0.11.0 |
| 4949 | 2026-08-18T23:30:25.709Z | Checking kem v0.3.0 |
| 4950 | 2026-08-18T23:30:25.780Z | Checking module-lattice v0.2.3 |
| 4951 | 2026-08-18T23:30:25.824Z | Checking sponge-cursor v0.1.0 |
| 4952 | 2026-08-18T23:30:25.849Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4953 | 2026-08-18T23:30:25.901Z | Checking argon2 v0.6.0-rc.8 |
| 4954 | 2026-08-18T23:30:25.949Z | Checking sha3 v0.12.0 |
| 4955 | 2026-08-18T23:30:25.995Z | Checking ml-kem v0.3.2 |
| 4956 | 2026-08-18T23:30:25.998Z | Checking spki v0.8.0 |
| 4957 | 2026-08-18T23:30:25.998Z | Checking sec1 v0.8.1 |
| 4958 | 2026-08-18T23:30:26.041Z | Checking internal-russh-num-bigint v0.5.0 |
| 4959 | 2026-08-18T23:30:26.143Z | Checking num-bigint v0.4.6 |
| 4960 | 2026-08-18T23:30:26.195Z | Checking pkcs5 v0.8.1 |
| 4961 | 2026-08-18T23:30:26.210Z | Checking pkcs1 v0.8.0-rc.4 |
| 4962 | 2026-08-18T23:30:26.213Z | Checking generic-array v1.4.3 |
| 4963 | 2026-08-18T23:30:26.413Z | Checking russh-util v0.52.0 |
| 4964 | 2026-08-18T23:30:26.477Z | Checking pkcs8 v0.11.0 |
| 4965 | 2026-08-18T23:30:26.535Z | Compiling enum_dispatch v0.3.13 |
| 4966 | 2026-08-18T23:30:26.624Z | Compiling delegate v0.13.5 |
| 4967 | 2026-08-18T23:30:26.684Z | Checking ed25519 v3.0.0 |
| 4968 | 2026-08-18T23:30:26.745Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4969 | 2026-08-18T23:30:26.791Z | Checking hex-literal v1.1.0 |
| 4970 | 2026-08-18T23:30:26.887Z | Checking ed25519-dalek v3.0.0 |
| 4971 | 2026-08-18T23:30:26.903Z | Checking md5 v0.8.0 |
| 4972 | 2026-08-18T23:30:26.939Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4973 | 2026-08-18T23:30:27.064Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4974 | 2026-08-18T23:30:27.079Z | Checking internet-checksum v0.2.1 |
| 4975 | 2026-08-18T23:30:27.149Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4976 | 2026-08-18T23:30:27.316Z | Checking elliptic-curve v0.14.1 |
| 4977 | 2026-08-18T23:30:27.316Z | Checking primefield v0.14.0 |
| 4978 | 2026-08-18T23:30:27.321Z | Checking rfc6979 v0.6.0 |
| 4979 | 2026-08-18T23:30:27.321Z | Checking ssh-encoding v0.3.0 |
| 4980 | 2026-08-18T23:30:27.471Z | Checking crypto-primes v0.7.2 |
| 4981 | 2026-08-18T23:30:27.562Z | Checking ssh-cipher v0.3.0 |
| 4982 | 2026-08-18T23:30:27.564Z | Checking russh-cryptovec v0.62.0 |
| 4983 | 2026-08-18T23:30:27.737Z | Checking ecdsa v0.17.0 |
| 4984 | 2026-08-18T23:30:27.742Z | Checking primeorder v0.14.0 |
| 4985 | 2026-08-18T23:30:28.109Z | Checking p256 v0.14.0 |
| 4986 | 2026-08-18T23:30:28.112Z | Checking p521 v0.14.0 |
| 4987 | 2026-08-18T23:30:28.112Z | Checking p384 v0.14.0 |
| 4988 | 2026-08-18T23:30:28.389Z | Checking rsa v0.10.0-rc.18 |
| 4989 | 2026-08-18T23:30:30.952Z | Checking ssh-key v0.7.0-rc.11 |
| 4990 | 2026-08-18T23:30:31.708Z | Checking russh v0.62.4 |
| 4991 | 2026-08-18T23:30:45.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.35s |
| 4992 | 2026-08-18T23:30:45.476Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4993 | 2026-08-18T23:30:45.476Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4994 | 2026-08-18T23:30:45.680Z | |
| 4995 | 2026-08-18T23:30:45.680Z | info: running `cargo check --bins` on gateway-cli (323/337) |
| 4996 | 2026-08-18T23:30:46.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4997 | 2026-08-18T23:30:46.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4998 | 2026-08-18T23:30:46.317Z | Checking termios v0.3.3 |
| 4999 | 2026-08-18T23:30:46.512Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5000 | 2026-08-18T23:30:47.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 5001 | 2026-08-18T23:30:47.284Z | |
| 5002 | 2026-08-18T23:30:47.284Z | info: running `cargo check --bins --no-default-features` on installinator (324/337) |
| 5003 | 2026-08-18T23:30:47.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5004 | 2026-08-18T23:30:47.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5005 | 2026-08-18T23:30:47.962Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5006 | 2026-08-18T23:30:48.651Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5007 | 2026-08-18T23:30:50.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 5008 | 2026-08-18T23:30:50.443Z | |
| 5009 | 2026-08-18T23:30:50.443Z | info: running `cargo check --bins` on internal-dns-cli (325/337) |
| 5010 | 2026-08-18T23:30:50.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5011 | 2026-08-18T23:30:50.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5012 | 2026-08-18T23:30:51.091Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5013 | 2026-08-18T23:30:51.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 5014 | 2026-08-18T23:30:51.682Z | |
| 5015 | 2026-08-18T23:30:51.682Z | info: running `cargo check --bins` on omicron-live-tests (326/337) |
| 5016 | 2026-08-18T23:30:52.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5017 | 2026-08-18T23:30:52.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5018 | 2026-08-18T23:30:52.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5019 | 2026-08-18T23:30:52.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5020 | 2026-08-18T23:30:52.241Z | |
| 5021 | 2026-08-18T23:30:52.241Z | info: running `cargo check --bins` on live-tests-macros (327/337) |
| 5022 | 2026-08-18T23:30:52.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5023 | 2026-08-18T23:30:52.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5024 | 2026-08-18T23:30:52.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5025 | 2026-08-18T23:30:52.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5026 | 2026-08-18T23:30:52.799Z | |
| 5027 | 2026-08-18T23:30:52.800Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337) |
| 5028 | 2026-08-18T23:30:53.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5029 | 2026-08-18T23:30:53.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5030 | 2026-08-18T23:30:53.528Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5031 | 2026-08-18T23:30:54.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 5032 | 2026-08-18T23:30:54.311Z | |
| 5033 | 2026-08-18T23:30:54.311Z | info: running `cargo check --bins` on omicron-ntp-admin (329/337) |
| 5034 | 2026-08-18T23:30:54.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5035 | 2026-08-18T23:30:54.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5036 | 2026-08-18T23:30:54.950Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5037 | 2026-08-18T23:30:54.954Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5038 | 2026-08-18T23:30:55.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 5039 | 2026-08-18T23:30:56.049Z | |
| 5040 | 2026-08-18T23:30:56.049Z | info: running `cargo check --bins` on ntp-admin-types (330/337) |
| 5041 | 2026-08-18T23:30:56.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5042 | 2026-08-18T23:30:56.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5043 | 2026-08-18T23:30:56.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5044 | 2026-08-18T23:30:56.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5045 | 2026-08-18T23:30:56.606Z | |
| 5046 | 2026-08-18T23:30:56.606Z | info: running `cargo check --bins` on omicron-package (331/337) |
| 5047 | 2026-08-18T23:30:57.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5048 | 2026-08-18T23:30:57.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5049 | 2026-08-18T23:30:57.274Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5050 | 2026-08-18T23:30:58.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 5051 | 2026-08-18T23:30:58.542Z | |
| 5052 | 2026-08-18T23:30:58.542Z | info: running `cargo check --bins` on tqdb (332/337) |
| 5053 | 2026-08-18T23:30:59.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5054 | 2026-08-18T23:30:59.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5055 | 2026-08-18T23:30:59.313Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5056 | 2026-08-18T23:30:59.666Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5057 | 2026-08-18T23:31:00.172Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5058 | 2026-08-18T23:31:00.176Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5059 | 2026-08-18T23:31:06.501Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5060 | 2026-08-18T23:31:06.504Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5061 | 2026-08-18T23:31:06.504Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5062 | 2026-08-18T23:31:07.115Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5063 | 2026-08-18T23:31:07.115Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5064 | 2026-08-18T23:31:07.120Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5065 | 2026-08-18T23:31:07.880Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5066 | 2026-08-18T23:31:08.365Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5067 | 2026-08-18T23:31:08.598Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5068 | 2026-08-18T23:31:08.955Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5069 | 2026-08-18T23:31:09.822Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5070 | 2026-08-18T23:31:10.465Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5071 | 2026-08-18T23:31:15.574Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5072 | 2026-08-18T23:31:22.749Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5073 | 2026-08-18T23:31:22.754Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5074 | 2026-08-18T23:31:22.754Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5075 | 2026-08-18T23:31:22.755Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5076 | 2026-08-18T23:31:24.274Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5077 | 2026-08-18T23:31:25.556Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5078 | 2026-08-18T23:31:26.230Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5079 | 2026-08-18T23:31:27.527Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5080 | 2026-08-18T23:31:28.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.52s |
| 5081 | 2026-08-18T23:31:28.270Z | |
| 5082 | 2026-08-18T23:31:28.270Z | info: running `cargo check --bins` on wicket-dbg (333/337) |
| 5083 | 2026-08-18T23:31:28.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5084 | 2026-08-18T23:31:28.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5085 | 2026-08-18T23:31:28.985Z | Checking rtoolbox v0.0.3 |
| 5086 | 2026-08-18T23:31:28.998Z | Checking tui-tree-widget v0.23.1 |
| 5087 | 2026-08-18T23:31:28.998Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5088 | 2026-08-18T23:31:29.124Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5089 | 2026-08-18T23:31:29.201Z | Checking rpassword v7.5.4 |
| 5090 | 2026-08-18T23:31:32.047Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5091 | 2026-08-18T23:31:33.888Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5092 | 2026-08-18T23:31:34.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.53s |
| 5093 | 2026-08-18T23:31:35.006Z | |
| 5094 | 2026-08-18T23:31:35.006Z | info: running `cargo check --bins` on wicket (334/337) |
| 5095 | 2026-08-18T23:31:35.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5096 | 2026-08-18T23:31:35.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5097 | 2026-08-18T23:31:35.700Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5098 | 2026-08-18T23:31:36.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 5099 | 2026-08-18T23:31:36.245Z | |
| 5100 | 2026-08-18T23:31:36.246Z | info: running `cargo check --bins` on wicketd (335/337) |
| 5101 | 2026-08-18T23:31:36.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5102 | 2026-08-18T23:31:36.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5103 | 2026-08-18T23:31:36.941Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5104 | 2026-08-18T23:31:40.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
| 5105 | 2026-08-18T23:31:40.723Z | |
| 5106 | 2026-08-18T23:31:40.723Z | info: running `cargo check --bins` on omicron-workspace-hack (336/337) |
| 5107 | 2026-08-18T23:31:41.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5108 | 2026-08-18T23:31:41.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5109 | 2026-08-18T23:31:41.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5110 | 2026-08-18T23:31:41.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5111 | 2026-08-18T23:31:41.277Z | |
| 5112 | 2026-08-18T23:31:41.277Z | info: running `cargo check --bins` on zone-setup (337/337) |
| 5113 | 2026-08-18T23:31:41.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5114 | 2026-08-18T23:31:41.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5115 | 2026-08-18T23:31:41.940Z | Checking uzers v0.12.2 |
| 5116 | 2026-08-18T23:31:42.209Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5117 | 2026-08-18T23:31:42.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 5118 | 2026-08-18T23:31:43.177Z | |
| 5119 | 2026-08-18T23:31:43.177Z | real 14:07.351927114 |
| 5120 | 2026-08-18T23:31:43.177Z | user 21:23.690593433 |
| 5121 | 2026-08-18T23:31:43.177Z | sys 4:21.645347962 |
| 5122 | 2026-08-18T23:31:43.177Z | trap 0.335085657 |
| 5123 | 2026-08-18T23:31:43.177Z | tflt 0.568953465 |
| 5124 | 2026-08-18T23:31:43.177Z | dflt 0.834242579 |
| 5125 | 2026-08-18T23:31:43.177Z | kflt 0.005204966 |
| 5126 | 2026-08-18T23:31:43.177Z | lock 1:29:36.277344595 |
| 5127 | 2026-08-18T23:31:43.177Z | slp 1:41:29.463060351 |
| 5128 | 2026-08-18T23:31:43.177Z | lat 56.885664124 |
| 5129 | 2026-08-18T23:31:43.177Z | stop 4:09.545020667 |
| 5130 | 2026-08-18T23:31:43.180Z | process exited: duration 975676 ms, exit code 0 |
| |
| 5131 | 2026-08-18T23:31:43.190Z | found 0 output files |