|
|
|
| 1 | 2026-05-23T04:10:20.226Z | job assigned to worker 01KS9GC638YJPJXYB6MBSB9FND [factory aws, i-0675919018e32c314] (queued for 56 s) |
| |
| 2 | 2026-05-23T04:10:27.429Z | starting task 0: "setup" |
| 3 | 2026-05-23T04:10:27.433Z | ++ uname -s |
| 4 | 2026-05-23T04:10:27.437Z | + kern=SunOS |
| 5 | 2026-05-23T04:10:27.437Z | + build_user=build |
| 6 | 2026-05-23T04:10:27.437Z | + build_uid=12345 |
| 7 | 2026-05-23T04:10:27.437Z | + work_dir=/work |
| 8 | 2026-05-23T04:10:27.437Z | + input_dir=/input |
| 9 | 2026-05-23T04:10:27.437Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-23T04:10:27.437Z | + case "$kern" in |
| 11 | 2026-05-23T04:10:27.437Z | + groupadd -g 12345 build |
| 12 | 2026-05-23T04:10:27.445Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-23T04:10:29.453Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-23T04:10:29.513Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-23T04:10:29.516Z | + home_fs=zfs |
| 16 | 2026-05-23T04:10:29.516Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-23T04:10:29.516Z | + mkdir -p /home/build |
| 18 | 2026-05-23T04:10:29.516Z | + chown build:build /home/build /work |
| 19 | 2026-05-23T04:10:31.517Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-23T04:10:31.520Z | process exited: duration 4092 ms, exit code 0 |
| |
| 21 | 2026-05-23T04:10:31.526Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-23T04:10:31.531Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-23T04:10:31.531Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-23T04:10:31.531Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-23T04:10:31.531Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-23T04:10:31.531Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-23T04:10:31.531Z | * rust toolchain profile = "default" |
| 28 | 2026-05-23T04:10:31.534Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-23T04:10:31.534Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-23T04:10:31.636Z | info: downloading installer |
| 31 | 2026-05-23T04:10:33.036Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-23T04:10:33.036Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-23T04:10:33.036Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-23T04:10:33.036Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-23T04:10:33.048Z | info: profile set to default |
| 36 | 2026-05-23T04:10:33.048Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-23T04:10:33.051Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-23T04:10:33.191Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-23T04:10:33.194Z | info: downloading 6 components |
| 40 | 2026-05-23T04:10:47.951Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-23T04:10:47.952Z | |
| 42 | 2026-05-23T04:10:47.988Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-23T04:10:47.988Z | |
| 44 | 2026-05-23T04:10:47.988Z | |
| 45 | 2026-05-23T04:10:47.988Z | Rust is installed now. Great! |
| 46 | 2026-05-23T04:10:47.988Z | |
| 47 | 2026-05-23T04:10:47.988Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-23T04:10:47.988Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-23T04:10:47.988Z | |
| 50 | 2026-05-23T04:10:47.988Z | To configure your current shell, you need to source |
| 51 | 2026-05-23T04:10:47.988Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-23T04:10:47.988Z | |
| 53 | 2026-05-23T04:10:47.988Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-23T04:10:47.991Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-23T04:10:47.991Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-23T04:10:47.992Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-23T04:10:47.992Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-23T04:10:47.992Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-23T04:10:47.992Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-23T04:10:47.992Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-23T04:10:47.992Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-23T04:10:48.087Z | + rustup --version |
| 63 | 2026-05-23T04:10:48.096Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-23T04:10:48.099Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-23T04:10:48.117Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-23T04:10:48.121Z | + cargo --version |
| 67 | 2026-05-23T04:10:48.133Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-23T04:10:48.136Z | + rustc --version |
| 69 | 2026-05-23T04:10:48.155Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-23T04:10:48.158Z | process exited: duration 16631 ms, exit code 0 |
| |
| 71 | 2026-05-23T04:10:48.164Z | starting task 2: "authentication" |
| 72 | 2026-05-23T04:10:48.180Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-23T04:10:48.186Z | starting task 3: "clone repository" |
| 74 | 2026-05-23T04:10:48.189Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-23T04:10:48.193Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-23T04:10:48.230Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-23T04:10:58.858Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-23T04:10:58.858Z | + git fetch origin b0603bf64d871184cbe686cc66389b7555b70281 |
| 79 | 2026-05-23T04:10:59.158Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-23T04:10:59.158Z | * branch b0603bf64d871184cbe686cc66389b7555b70281 -> FETCH_HEAD |
| 81 | 2026-05-23T04:10:59.168Z | + [[ -n zl/flake-test_join_by_ip_existing_group ]] |
| 82 | 2026-05-23T04:10:59.171Z | ++ git branch --show-current |
| 83 | 2026-05-23T04:10:59.171Z | + current=main |
| 84 | 2026-05-23T04:10:59.171Z | + [[ main != zl/flake-test_join_by_ip_existing_group ]] |
| 85 | 2026-05-23T04:10:59.171Z | + git branch -f zl/flake-test_join_by_ip_existing_group b0603bf64d871184cbe686cc66389b7555b70281 |
| 86 | 2026-05-23T04:10:59.174Z | + git checkout -f zl/flake-test_join_by_ip_existing_group |
| 87 | 2026-05-23T04:10:59.332Z | Switched to branch 'zl/flake-test_join_by_ip_existing_group' |
| 88 | 2026-05-23T04:10:59.335Z | + git reset --hard b0603bf64d871184cbe686cc66389b7555b70281 |
| 89 | 2026-05-23T04:10:59.489Z | HEAD is now at b0603bf64 merge main |
| 90 | 2026-05-23T04:10:59.492Z | process exited: duration 11304 ms, exit code 0 |
| |
| 91 | 2026-05-23T04:10:59.499Z | starting task 4: "build" |
| 92 | 2026-05-23T04:10:59.504Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-23T04:10:59.504Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-23T04:10:59.504Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-23T04:10:59.504Z | + cargo --version |
| 96 | 2026-05-23T04:10:59.514Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-23T04:10:59.517Z | + rustc --version |
| 98 | 2026-05-23T04:10:59.537Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-23T04:10:59.540Z | + source ./env.sh |
| 100 | 2026-05-23T04:10:59.540Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-23T04:10:59.540Z | ++ set -o xtrace |
| 102 | 2026-05-23T04:10:59.543Z | ++++ dirname ./env.sh |
| 103 | 2026-05-23T04:10:59.543Z | +++ readlink -f . |
| 104 | 2026-05-23T04:10:59.546Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-23T04:10:59.547Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-23T04:10:59.547Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-23T04:10:59.547Z | ++ 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 |
| 108 | 2026-05-23T04:10:59.547Z | ++ 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 |
| 109 | 2026-05-23T04:10:59.547Z | ++ 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 |
| 110 | 2026-05-23T04:10:59.547Z | ++ 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 |
| 111 | 2026-05-23T04:10:59.547Z | ++ 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 |
| 112 | 2026-05-23T04:10:59.547Z | ++ 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 |
| 113 | 2026-05-23T04:10:59.547Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-23T04:10:59.547Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-23T04:10:59.547Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-05-23T04:10:59.547Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 117 | 2026-05-23T04:10:59.547Z | + banner prerequisites |
| 118 | 2026-05-23T04:10:59.550Z | |
| 119 | 2026-05-23T04:10:59.550Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-23T04:10:59.550Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-23T04:10:59.550Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-23T04:10:59.550Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-23T04:10:59.550Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-23T04:10:59.550Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-23T04:10:59.550Z | |
| 126 | 2026-05-23T04:10:59.550Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-23T04:11:01.037Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-23T04:11:01.105Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-23T04:11:01.368Z | Planning: Solver setup ... Done (0.227s) |
| 130 | 2026-05-23T04:11:01.398Z | Planning: Running solver ... Done (0.030s) |
| 131 | 2026-05-23T04:11:01.407Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-05-23T04:11:01.419Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-23T04:11:01.435Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-23T04:11:01.448Z | Planning: Package planning ... Done (0.014s) |
| 135 | 2026-05-23T04:11:01.451Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-23T04:11:01.640Z | Planning: Checking for conflicting actions ... Done (0.189s) |
| 137 | 2026-05-23T04:11:01.643Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-23T04:11:02.445Z | Planning: Evaluating mediators ... Done (0.805s) |
| 139 | 2026-05-23T04:11:02.448Z | Planning: Planning completed in 1.32 seconds |
| 140 | 2026-05-23T04:11:02.454Z | Packages to install: 2 |
| 141 | 2026-05-23T04:11:02.457Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-23T04:11:02.458Z | Estimated space to be consumed: 22.53 MB |
| 143 | 2026-05-23T04:11:02.458Z | Create boot environment: No |
| 144 | 2026-05-23T04:11:02.458Z | Create backup boot environment: No |
| 145 | 2026-05-23T04:11:02.458Z | Rebuild boot archive: No |
| 146 | 2026-05-23T04:11:02.458Z | |
| 147 | 2026-05-23T04:11:02.458Z | Changed packages: |
| 148 | 2026-05-23T04:11:02.458Z | helios |
| 149 | 2026-05-23T04:11:02.458Z | developer/build-essential |
| 150 | 2026-05-23T04:11:02.458Z | None -> 11-3.0 |
| 151 | 2026-05-23T04:11:02.458Z | library/libxmlsec1 |
| 152 | 2026-05-23T04:11:02.458Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-23T04:11:02.479Z | |
| 154 | 2026-05-23T04:11:02.479Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-23T04:11:02.997Z | Download: Completed 1.28 MB in 0.52 seconds (2.5M/s) |
| 156 | 2026-05-23T04:11:03.057Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-23T04:11:03.095Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-23T04:11:03.129Z | Finalize: Updating package state database ... Done (0.034s) |
| 159 | 2026-05-23T04:11:03.129Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-23T04:11:03.148Z | Finalize: Updating image state ... Done (0.019s) |
| 161 | 2026-05-23T04:11:05.511Z | Finalize: Creating fast lookup database ... Done (2.341s) |
| 162 | 2026-05-23T04:11:05.586Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-05-23T04:11:05.589Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-23T04:11:05.691Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-23T04:11:05.988Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-23T04:11:06.092Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-23T04:11:06.096Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-23T04:11:06.252Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-23T04:11:06.255Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-23T04:11:06.275Z | Mediators to change: 2 |
| 171 | 2026-05-23T04:11:06.275Z | Create boot environment: No |
| 172 | 2026-05-23T04:11:06.278Z | Create backup boot environment: No |
| 173 | 2026-05-23T04:11:06.330Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-23T04:11:06.330Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-23T04:11:06.341Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-23T04:11:08.284Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-23T04:11:08.348Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-23T04:11:08.351Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-23T04:11:08.489Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-23T04:11:08.774Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-23T04:11:08.879Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-23T04:11:08.882Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-23T04:11:09.040Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-23T04:11:09.043Z | Planning: Planning completed in 0.27 seconds |
| 185 | 2026-05-23T04:11:09.063Z | Mediators to change: 1 |
| 186 | 2026-05-23T04:11:09.063Z | Create boot environment: No |
| 187 | 2026-05-23T04:11:09.063Z | Create backup boot environment: No |
| 188 | 2026-05-23T04:11:09.136Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-23T04:11:09.136Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-23T04:11:09.147Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-23T04:11:11.106Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-23T04:11:11.171Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-23T04:11:11.174Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-23T04:11:11.317Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-23T04:11:11.628Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-23T04:11:11.628Z | apache system 2.4 system |
| 197 | 2026-05-23T04:11:11.628Z | clang system 15 system |
| 198 | 2026-05-23T04:11:11.628Z | csh system system illumos |
| 199 | 2026-05-23T04:11:11.628Z | ctags system system illumos |
| 200 | 2026-05-23T04:11:11.628Z | file vendor vendor darwinsys |
| 201 | 2026-05-23T04:11:11.628Z | file system system illumos |
| 202 | 2026-05-23T04:11:11.628Z | gcc vendor 14 vendor |
| 203 | 2026-05-23T04:11:11.628Z | gcc system 13 system |
| 204 | 2026-05-23T04:11:11.628Z | gcc system 10 system |
| 205 | 2026-05-23T04:11:11.628Z | go system 1.25 system |
| 206 | 2026-05-23T04:11:11.628Z | llvm system 15 system |
| 207 | 2026-05-23T04:11:11.628Z | mariadb system 11.4 system |
| 208 | 2026-05-23T04:11:11.628Z | mta vendor vendor dma |
| 209 | 2026-05-23T04:11:11.628Z | openjdk system 17 system |
| 210 | 2026-05-23T04:11:11.628Z | openjdk system 11 system |
| 211 | 2026-05-23T04:11:11.628Z | openssl vendor 3 vendor |
| 212 | 2026-05-23T04:11:11.628Z | perl system 5.40 system |
| 213 | 2026-05-23T04:11:11.628Z | postgresql system 18 system |
| 214 | 2026-05-23T04:11:11.628Z | postgresql system 17 system |
| 215 | 2026-05-23T04:11:11.628Z | python vendor 3 vendor |
| 216 | 2026-05-23T04:11:11.628Z | python system 2 system |
| 217 | 2026-05-23T04:11:11.628Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-23T04:11:11.628Z | ruby system 3.4 system |
| 219 | 2026-05-23T04:11:11.628Z | ruby system 3.0 system |
| 220 | 2026-05-23T04:11:11.628Z | words vendor vendor american-english |
| 221 | 2026-05-23T04:11:11.628Z | words system system australian-english |
| 222 | 2026-05-23T04:11:11.628Z | words system system british-english |
| 223 | 2026-05-23T04:11:11.628Z | words system system canadian-english |
| 224 | 2026-05-23T04:11:11.628Z | words system system french |
| 225 | 2026-05-23T04:11:11.628Z | words system system italian |
| 226 | 2026-05-23T04:11:11.628Z | words system system ngerman |
| 227 | 2026-05-23T04:11:11.628Z | words system system ogerman |
| 228 | 2026-05-23T04:11:11.629Z | words system system spanish |
| 229 | 2026-05-23T04:11:11.887Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-23T04:11:11.887Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-23T04:11:12.166Z | FMRI IFO |
| 232 | 2026-05-23T04:11:12.166Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-23T04:11:12.166Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-23T04:11:12.166Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-23T04:11:12.167Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-23T04:11:12.167Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-23T04:11:12.167Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-23T04:11:12.167Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-23T04:11:12.167Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-23T04:11:12.167Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-23T04:11:12.411Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-23T04:11:12.679Z | Updating crates.io index |
| 243 | 2026-05-23T04:11:12.682Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-23T04:11:13.189Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-23T04:11:13.509Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-23T04:11:13.878Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-23T04:11:14.954Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-23T04:11:15.560Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-23T04:11:17.350Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-23T04:11:18.202Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-23T04:11:18.519Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-23T04:11:19.300Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-23T04:11:19.634Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-23T04:11:20.059Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-23T04:11:20.512Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-23T04:11:21.564Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-23T04:11:22.051Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-23T04:11:22.288Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-23T04:11:22.644Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-23T04:11:23.001Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-23T04:11:23.421Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-23T04:11:23.769Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-23T04:11:23.996Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-23T04:11:24.203Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-23T04:11:24.603Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-23T04:11:24.948Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-23T04:11:25.559Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-23T04:11:25.796Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-23T04:11:26.134Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-23T04:11:26.423Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-23T04:11:27.814Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-23T04:11:28.340Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-23T04:11:28.778Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-23T04:11:29.020Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-23T04:11:29.351Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-23T04:11:29.626Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-23T04:11:29.954Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-05-23T04:11:30.476Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-05-23T04:11:30.726Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-05-23T04:11:30.926Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-05-23T04:11:31.285Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-23T04:11:47.048Z | Downloading crates ... |
| 283 | 2026-05-23T04:11:47.144Z | Downloaded litemap v0.8.1 |
| 284 | 2026-05-23T04:11:47.159Z | Downloaded heck v0.5.0 |
| 285 | 2026-05-23T04:11:47.170Z | Downloaded proc-macro-error-attr v1.0.4 |
| 286 | 2026-05-23T04:11:47.173Z | Downloaded anstyle v1.0.13 |
| 287 | 2026-05-23T04:11:47.173Z | Downloaded thread-id v4.2.2 |
| 288 | 2026-05-23T04:11:47.173Z | Downloaded textwrap v0.16.2 |
| 289 | 2026-05-23T04:11:47.173Z | Downloaded zerovec-derive v0.11.2 |
| 290 | 2026-05-23T04:11:47.176Z | Downloaded unicode-xid v0.2.6 |
| 291 | 2026-05-23T04:11:47.176Z | Downloaded icu_normalizer v2.1.1 |
| 292 | 2026-05-23T04:11:47.179Z | Downloaded toml v0.8.23 |
| 293 | 2026-05-23T04:11:47.179Z | Downloaded tinystr v0.8.2 |
| 294 | 2026-05-23T04:11:47.182Z | Downloaded once_cell v1.21.3 |
| 295 | 2026-05-23T04:11:47.185Z | Downloaded macaddr v1.0.1 |
| 296 | 2026-05-23T04:11:47.188Z | Downloaded zerofrom-derive v0.1.6 |
| 297 | 2026-05-23T04:11:47.188Z | Downloaded usdt v0.5.0 |
| 298 | 2026-05-23T04:11:47.191Z | Downloaded serde_derive v1.0.228 |
| 299 | 2026-05-23T04:11:47.191Z | Downloaded zerofrom v0.1.6 |
| 300 | 2026-05-23T04:11:47.191Z | Downloaded utf8_iter v1.0.4 |
| 301 | 2026-05-23T04:11:47.194Z | Downloaded usdt-attr-macro v0.5.0 |
| 302 | 2026-05-23T04:11:47.194Z | Downloaded heck v0.4.1 |
| 303 | 2026-05-23T04:11:47.194Z | Downloaded usdt-macro v0.5.0 |
| 304 | 2026-05-23T04:11:47.194Z | Downloaded icu_provider v2.1.1 |
| 305 | 2026-05-23T04:11:47.197Z | Downloaded utf8parse v0.2.2 |
| 306 | 2026-05-23T04:11:47.197Z | Downloaded toml_datetime v0.6.11 |
| 307 | 2026-05-23T04:11:47.197Z | Downloaded zerocopy-derive v0.7.35 |
| 308 | 2026-05-23T04:11:47.200Z | Downloaded thiserror-impl v2.0.18 |
| 309 | 2026-05-23T04:11:47.200Z | Downloaded icu_locale_core v2.1.1 |
| 310 | 2026-05-23T04:11:47.206Z | Downloaded pest_derive v2.8.6 |
| 311 | 2026-05-23T04:11:47.210Z | Downloaded yoke-derive v0.8.1 |
| 312 | 2026-05-23T04:11:47.210Z | Downloaded version_check v0.9.5 |
| 313 | 2026-05-23T04:11:47.210Z | Downloaded toml_write v0.1.2 |
| 314 | 2026-05-23T04:11:47.210Z | Downloaded idna_adapter v1.2.1 |
| 315 | 2026-05-23T04:11:47.214Z | Downloaded cpufeatures v0.2.17 |
| 316 | 2026-05-23T04:11:47.214Z | Downloaded unicode-linebreak v0.1.5 |
| 317 | 2026-05-23T04:11:47.214Z | Downloaded proc-macro-error v1.0.4 |
| 318 | 2026-05-23T04:11:47.217Z | Downloaded zmij v1.0.21 |
| 319 | 2026-05-23T04:11:47.217Z | Downloaded thiserror v2.0.18 |
| 320 | 2026-05-23T04:11:47.220Z | Downloaded typeid v1.0.3 |
| 321 | 2026-05-23T04:11:47.220Z | Downloaded plain v0.2.3 |
| 322 | 2026-05-23T04:11:47.223Z | Downloaded pretty-hex v0.4.1 |
| 323 | 2026-05-23T04:11:47.223Z | Downloaded anstyle-parse v0.2.7 |
| 324 | 2026-05-23T04:11:47.223Z | Downloaded yoke v0.8.1 |
| 325 | 2026-05-23T04:11:47.226Z | Downloaded writeable v0.6.2 |
| 326 | 2026-05-23T04:11:47.226Z | Downloaded terminal_size v0.4.3 |
| 327 | 2026-05-23T04:11:47.226Z | Downloaded crypto-common v0.1.7 |
| 328 | 2026-05-23T04:11:47.233Z | Downloaded usdt-impl v0.5.0 |
| 329 | 2026-05-23T04:11:47.236Z | Downloaded serde_spanned v0.6.9 |
| 330 | 2026-05-23T04:11:47.236Z | Downloaded fastrand v2.3.0 |
| 331 | 2026-05-23T04:11:47.236Z | Downloaded thiserror-impl v1.0.69 |
| 332 | 2026-05-23T04:11:47.236Z | Downloaded typenum v1.19.0 |
| 333 | 2026-05-23T04:11:47.240Z | Downloaded sha2 v0.10.9 |
| 334 | 2026-05-23T04:11:47.243Z | Downloaded unicode-ident v1.0.24 |
| 335 | 2026-05-23T04:11:47.246Z | Downloaded ucd-trie v0.1.7 |
| 336 | 2026-05-23T04:11:47.246Z | Downloaded anyhow v1.0.102 |
| 337 | 2026-05-23T04:11:47.246Z | Downloaded scroll_derive v0.12.1 |
| 338 | 2026-05-23T04:11:47.250Z | Downloaded thiserror v1.0.69 |
| 339 | 2026-05-23T04:11:47.250Z | Downloaded is_terminal_polyfill v1.70.2 |
| 340 | 2026-05-23T04:11:47.253Z | Downloaded zerotrie v0.2.3 |
| 341 | 2026-05-23T04:11:47.253Z | Downloaded itoa v1.0.17 |
| 342 | 2026-05-23T04:11:47.253Z | Downloaded memmap v0.7.0 |
| 343 | 2026-05-23T04:11:47.256Z | Downloaded block-buffer v0.10.4 |
| 344 | 2026-05-23T04:11:47.256Z | Downloaded strsim v0.11.1 |
| 345 | 2026-05-23T04:11:47.256Z | Downloaded clap_lex v1.0.0 |
| 346 | 2026-05-23T04:11:47.256Z | Downloaded generic-array v0.14.7 |
| 347 | 2026-05-23T04:11:47.259Z | Downloaded tabled_derive v0.7.0 |
| 348 | 2026-05-23T04:11:47.259Z | Downloaded percent-encoding v2.3.2 |
| 349 | 2026-05-23T04:11:47.262Z | Downloaded toml_edit v0.22.27 |
| 350 | 2026-05-23T04:11:47.262Z | Downloaded ordered-float v2.10.1 |
| 351 | 2026-05-23T04:11:47.265Z | Downloaded anstyle-query v1.1.5 |
| 352 | 2026-05-23T04:11:47.265Z | Downloaded url v2.5.8 |
| 353 | 2026-05-23T04:11:47.265Z | Downloaded zerovec v0.11.5 |
| 354 | 2026-05-23T04:11:47.268Z | Downloaded potential_utf v0.1.4 |
| 355 | 2026-05-23T04:11:47.271Z | Downloaded form_urlencoded v1.2.2 |
| 356 | 2026-05-23T04:11:47.271Z | Downloaded cargo-platform v0.2.0 |
| 357 | 2026-05-23T04:11:47.271Z | Downloaded errno v0.3.14 |
| 358 | 2026-05-23T04:11:47.273Z | Downloaded cfg-if v1.0.4 |
| 359 | 2026-05-23T04:11:47.274Z | Downloaded zerocopy v0.7.35 |
| 360 | 2026-05-23T04:11:47.280Z | Downloaded fnv v1.0.7 |
| 361 | 2026-05-23T04:11:47.283Z | Downloaded dof v0.3.0 |
| 362 | 2026-05-23T04:11:47.283Z | Downloaded equivalent v1.0.2 |
| 363 | 2026-05-23T04:11:47.283Z | Downloaded dtrace-parser v0.2.0 |
| 364 | 2026-05-23T04:11:47.286Z | Downloaded camino-tempfile v1.4.1 |
| 365 | 2026-05-23T04:11:47.286Z | Downloaded winnow v0.7.14 |
| 366 | 2026-05-23T04:11:47.290Z | Downloaded unicode-width v0.2.0 |
| 367 | 2026-05-23T04:11:47.294Z | Downloaded stable_deref_trait v1.2.1 |
| 368 | 2026-05-23T04:11:47.296Z | Downloaded smawk v0.3.2 |
| 369 | 2026-05-23T04:11:47.296Z | Downloaded serde-value v0.7.0 |
| 370 | 2026-05-23T04:11:47.297Z | Downloaded unicode-width v0.1.14 |
| 371 | 2026-05-23T04:11:47.300Z | Downloaded serde_tokenstream v0.2.3 |
| 372 | 2026-05-23T04:11:47.300Z | Downloaded quote v1.0.45 |
| 373 | 2026-05-23T04:11:47.304Z | Downloaded icu_collections v2.1.1 |
| 374 | 2026-05-23T04:11:47.307Z | Downloaded swrite v0.1.0 |
| 375 | 2026-05-23T04:11:47.311Z | Downloaded synstructure v0.13.2 |
| 376 | 2026-05-23T04:11:47.314Z | Downloaded erased-serde v0.4.9 |
| 377 | 2026-05-23T04:11:47.314Z | Downloaded displaydoc v0.2.5 |
| 378 | 2026-05-23T04:11:47.317Z | Downloaded colorchoice v1.0.4 |
| 379 | 2026-05-23T04:11:47.320Z | Downloaded serde-untagged v0.1.9 |
| 380 | 2026-05-23T04:11:47.320Z | Downloaded digest v0.10.7 |
| 381 | 2026-05-23T04:11:47.320Z | Downloaded anstream v0.6.21 |
| 382 | 2026-05-23T04:11:47.325Z | Downloaded pest_generator v2.8.6 |
| 383 | 2026-05-23T04:11:47.329Z | Downloaded smallvec v1.15.1 |
| 384 | 2026-05-23T04:11:47.331Z | Downloaded scroll v0.12.0 |
| 385 | 2026-05-23T04:11:47.335Z | Downloaded bytecount v0.6.9 |
| 386 | 2026-05-23T04:11:47.338Z | Downloaded bitflags v2.11.0 |
| 387 | 2026-05-23T04:11:47.343Z | Downloaded cargo_toml v0.21.0 |
| 388 | 2026-05-23T04:11:47.346Z | Downloaded fs-err v3.3.0 |
| 389 | 2026-05-23T04:11:47.349Z | Downloaded autocfg v1.5.0 |
| 390 | 2026-05-23T04:11:47.353Z | Downloaded camino v1.2.2 |
| 391 | 2026-05-23T04:11:47.356Z | Downloaded cargo_metadata v0.21.0 |
| 392 | 2026-05-23T04:11:47.359Z | Downloaded semver v1.0.28 |
| 393 | 2026-05-23T04:11:47.362Z | Downloaded clap v4.5.60 |
| 394 | 2026-05-23T04:11:47.365Z | Downloaded proc-macro2 v1.0.106 |
| 395 | 2026-05-23T04:11:47.368Z | Downloaded tempfile v3.25.0 |
| 396 | 2026-05-23T04:11:47.368Z | Downloaded clap_derive v4.5.55 |
| 397 | 2026-05-23T04:11:47.371Z | Downloaded byteorder v1.5.0 |
| 398 | 2026-05-23T04:11:47.377Z | Downloaded log v0.4.29 |
| 399 | 2026-05-23T04:11:47.380Z | Downloaded serde_core v1.0.228 |
| 400 | 2026-05-23T04:11:47.383Z | Downloaded icu_properties v2.1.2 |
| 401 | 2026-05-23T04:11:47.386Z | Downloaded num-traits v0.2.19 |
| 402 | 2026-05-23T04:11:47.386Z | Downloaded icu_normalizer_data v2.1.1 |
| 403 | 2026-05-23T04:11:47.389Z | Downloaded cargo-util-schemas v0.8.2 |
| 404 | 2026-05-23T04:11:47.389Z | Downloaded pest_meta v2.8.6 |
| 405 | 2026-05-23T04:11:47.389Z | Downloaded icu_properties_data v2.1.2 |
| 406 | 2026-05-23T04:11:47.393Z | Downloaded hashbrown v0.17.0 |
| 407 | 2026-05-23T04:11:47.396Z | Downloaded papergrid v0.11.0 |
| 408 | 2026-05-23T04:11:47.400Z | Downloaded pest v2.8.6 |
| 409 | 2026-05-23T04:11:47.403Z | Downloaded getrandom v0.4.1 |
| 410 | 2026-05-23T04:11:47.407Z | Downloaded serde v1.0.228 |
| 411 | 2026-05-23T04:11:47.413Z | Downloaded indexmap v2.14.0 |
| 412 | 2026-05-23T04:11:47.422Z | Downloaded memchr v2.8.0 |
| 413 | 2026-05-23T04:11:47.428Z | Downloaded idna v1.1.0 |
| 414 | 2026-05-23T04:11:47.436Z | Downloaded goblin v0.8.2 |
| 415 | 2026-05-23T04:11:47.456Z | Downloaded serde_json v1.0.149 |
| 416 | 2026-05-23T04:11:47.460Z | Downloaded tabled v0.15.0 |
| 417 | 2026-05-23T04:11:47.468Z | Downloaded clap_builder v4.5.60 |
| 418 | 2026-05-23T04:11:47.472Z | Downloaded syn v1.0.109 |
| 419 | 2026-05-23T04:11:47.479Z | Downloaded syn v2.0.117 |
| 420 | 2026-05-23T04:11:47.490Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-23T04:11:47.515Z | Downloaded libc v0.2.185 |
| 422 | 2026-05-23T04:11:47.584Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-05-23T04:11:47.585Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-05-23T04:11:47.585Z | Compiling quote v1.0.45 |
| 425 | 2026-05-23T04:11:47.588Z | Compiling serde_core v1.0.228 |
| 426 | 2026-05-23T04:11:47.588Z | Compiling libc v0.2.185 |
| 427 | 2026-05-23T04:11:47.588Z | Compiling version_check v0.9.5 |
| 428 | 2026-05-23T04:11:47.588Z | Compiling memchr v2.8.0 |
| 429 | 2026-05-23T04:11:47.588Z | Compiling serde v1.0.228 |
| 430 | 2026-05-23T04:11:47.936Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-05-23T04:11:48.010Z | Compiling zmij v1.0.21 |
| 432 | 2026-05-23T04:11:48.254Z | Compiling itoa v1.0.17 |
| 433 | 2026-05-23T04:11:48.300Z | Compiling thiserror v1.0.69 |
| 434 | 2026-05-23T04:11:48.426Z | Compiling autocfg v1.5.0 |
| 435 | 2026-05-23T04:11:48.458Z | Compiling ucd-trie v0.1.7 |
| 436 | 2026-05-23T04:11:48.518Z | Compiling writeable v0.6.2 |
| 437 | 2026-05-23T04:11:48.633Z | Compiling pest v2.8.6 |
| 438 | 2026-05-23T04:11:48.655Z | Compiling litemap v0.8.1 |
| 439 | 2026-05-23T04:11:48.729Z | Compiling byteorder v1.5.0 |
| 440 | 2026-05-23T04:11:48.799Z | Compiling icu_normalizer_data v2.1.1 |
| 441 | 2026-05-23T04:11:48.850Z | Compiling icu_properties_data v2.1.2 |
| 442 | 2026-05-23T04:11:48.985Z | Compiling rustix v1.1.3 |
| 443 | 2026-05-23T04:11:49.096Z | Compiling errno v0.3.14 |
| 444 | 2026-05-23T04:11:49.179Z | Compiling syn v2.0.117 |
| 445 | 2026-05-23T04:11:49.241Z | Compiling bitflags v2.11.0 |
| 446 | 2026-05-23T04:11:49.257Z | Compiling serde_json v1.0.149 |
| 447 | 2026-05-23T04:11:49.464Z | Compiling num-traits v0.2.19 |
| 448 | 2026-05-23T04:11:49.482Z | Compiling equivalent v1.0.2 |
| 449 | 2026-05-23T04:11:49.501Z | Compiling typeid v1.0.3 |
| 450 | 2026-05-23T04:11:49.582Z | Compiling smallvec v1.15.1 |
| 451 | 2026-05-23T04:11:49.653Z | Compiling pest_meta v2.8.6 |
| 452 | 2026-05-23T04:11:49.774Z | Compiling hashbrown v0.17.0 |
| 453 | 2026-05-23T04:11:50.002Z | Compiling thread-id v4.2.2 |
| 454 | 2026-05-23T04:11:50.083Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-05-23T04:11:50.100Z | Compiling usdt-impl v0.5.0 |
| 456 | 2026-05-23T04:11:50.164Z | Compiling syn v1.0.109 |
| 457 | 2026-05-23T04:11:50.266Z | Compiling indexmap v2.14.0 |
| 458 | 2026-05-23T04:11:50.311Z | Compiling erased-serde v0.4.9 |
| 459 | 2026-05-23T04:11:50.328Z | Compiling toml_write v0.1.2 |
| 460 | 2026-05-23T04:11:50.520Z | Compiling winnow v0.7.14 |
| 461 | 2026-05-23T04:11:50.806Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-05-23T04:11:50.886Z | Compiling plain v0.2.3 |
| 463 | 2026-05-23T04:11:50.995Z | Compiling utf8_iter v1.0.4 |
| 464 | 2026-05-23T04:11:51.013Z | Compiling percent-encoding v2.3.2 |
| 465 | 2026-05-23T04:11:51.150Z | Compiling getrandom v0.4.1 |
| 466 | 2026-05-23T04:11:51.208Z | Compiling thiserror v2.0.18 |
| 467 | 2026-05-23T04:11:51.298Z | Compiling camino v1.2.2 |
| 468 | 2026-05-23T04:11:51.325Z | Compiling log v0.4.29 |
| 469 | 2026-05-23T04:11:51.518Z | Compiling utf8parse v0.2.2 |
| 470 | 2026-05-23T04:11:51.536Z | Compiling ordered-float v2.10.1 |
| 471 | 2026-05-23T04:11:51.577Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-05-23T04:11:51.639Z | Compiling anstyle-parse v0.2.7 |
| 473 | 2026-05-23T04:11:51.760Z | Compiling synstructure v0.13.2 |
| 474 | 2026-05-23T04:11:51.764Z | Compiling pest_generator v2.8.6 |
| 475 | 2026-05-23T04:11:51.843Z | Compiling terminal_size v0.4.3 |
| 476 | 2026-05-23T04:11:52.024Z | Compiling is_terminal_polyfill v1.70.2 |
| 477 | 2026-05-23T04:11:52.129Z | Compiling cfg-if v1.0.4 |
| 478 | 2026-05-23T04:11:52.208Z | Compiling anstyle v1.0.13 |
| 479 | 2026-05-23T04:11:52.229Z | Compiling pretty-hex v0.4.1 |
| 480 | 2026-05-23T04:11:52.232Z | Compiling colorchoice v1.0.4 |
| 481 | 2026-05-23T04:11:52.286Z | Compiling anstyle-query v1.1.5 |
| 482 | 2026-05-23T04:11:52.382Z | Compiling anstream v0.6.21 |
| 483 | 2026-05-23T04:11:52.385Z | Compiling serde-untagged v0.1.9 |
| 484 | 2026-05-23T04:11:52.465Z | Compiling semver v1.0.28 |
| 485 | 2026-05-23T04:11:52.593Z | Compiling fs-err v3.3.0 |
| 486 | 2026-05-23T04:11:52.649Z | Compiling bytecount v0.6.9 |
| 487 | 2026-05-23T04:11:52.698Z | Compiling heck v0.5.0 |
| 488 | 2026-05-23T04:11:52.790Z | Compiling heck v0.4.1 |
| 489 | 2026-05-23T04:11:52.790Z | Compiling fnv v1.0.7 |
| 490 | 2026-05-23T04:11:52.822Z | Compiling unicode-xid v0.2.6 |
| 491 | 2026-05-23T04:11:52.839Z | Compiling strsim v0.11.1 |
| 492 | 2026-05-23T04:11:52.896Z | Compiling clap_lex v1.0.0 |
| 493 | 2026-05-23T04:11:52.942Z | Compiling once_cell v1.21.3 |
| 494 | 2026-05-23T04:11:53.029Z | Compiling fastrand v2.3.0 |
| 495 | 2026-05-23T04:11:53.126Z | Compiling anyhow v1.0.102 |
| 496 | 2026-05-23T04:11:53.158Z | Compiling unicode-width v0.1.14 |
| 497 | 2026-05-23T04:11:53.183Z | Compiling clap_builder v4.5.60 |
| 498 | 2026-05-23T04:11:53.261Z | Compiling tempfile v3.25.0 |
| 499 | 2026-05-23T04:11:53.402Z | Compiling papergrid v0.11.0 |
| 500 | 2026-05-23T04:11:53.432Z | Compiling memmap v0.7.0 |
| 501 | 2026-05-23T04:11:53.477Z | Compiling serde_derive v1.0.228 |
| 502 | 2026-05-23T04:11:53.627Z | Compiling zerofrom-derive v0.1.6 |
| 503 | 2026-05-23T04:11:53.645Z | Compiling yoke-derive v0.8.1 |
| 504 | 2026-05-23T04:11:53.661Z | Compiling zerovec-derive v0.11.2 |
| 505 | 2026-05-23T04:11:53.884Z | Compiling displaydoc v0.2.5 |
| 506 | 2026-05-23T04:11:54.610Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2026-05-23T04:11:54.753Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2026-05-23T04:11:54.771Z | Compiling pest_derive v2.8.6 |
| 509 | 2026-05-23T04:11:54.811Z | Compiling scroll_derive v0.12.1 |
| 510 | 2026-05-23T04:11:54.994Z | Compiling zerofrom v0.1.6 |
| 511 | 2026-05-23T04:11:55.132Z | Compiling yoke v0.8.1 |
| 512 | 2026-05-23T04:11:55.199Z | Compiling thiserror-impl v2.0.18 |
| 513 | 2026-05-23T04:11:55.326Z | Compiling zerovec v0.11.5 |
| 514 | 2026-05-23T04:11:55.475Z | Compiling zerotrie v0.2.3 |
| 515 | 2026-05-23T04:11:55.600Z | Compiling zerocopy v0.7.35 |
| 516 | 2026-05-23T04:11:55.781Z | Compiling tinystr v0.8.2 |
| 517 | 2026-05-23T04:11:55.835Z | Compiling potential_utf v0.1.4 |
| 518 | 2026-05-23T04:11:55.981Z | Compiling icu_locale_core v2.1.1 |
| 519 | 2026-05-23T04:11:56.000Z | Compiling icu_collections v2.1.1 |
| 520 | 2026-05-23T04:11:56.016Z | Compiling dtrace-parser v0.2.0 |
| 521 | 2026-05-23T04:11:56.133Z | Compiling scroll v0.12.0 |
| 522 | 2026-05-23T04:11:56.151Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-05-23T04:11:56.406Z | Compiling goblin v0.8.2 |
| 524 | 2026-05-23T04:11:56.544Z | Compiling clap_derive v4.5.55 |
| 525 | 2026-05-23T04:11:56.680Z | Compiling icu_provider v2.1.1 |
| 526 | 2026-05-23T04:11:56.776Z | Compiling smawk v0.3.2 |
| 527 | 2026-05-23T04:11:56.920Z | Compiling icu_normalizer v2.1.1 |
| 528 | 2026-05-23T04:11:56.938Z | Compiling icu_properties v2.1.2 |
| 529 | 2026-05-23T04:11:56.956Z | Compiling serde_spanned v0.6.9 |
| 530 | 2026-05-23T04:11:56.980Z | Compiling toml_datetime v0.6.11 |
| 531 | 2026-05-23T04:11:57.000Z | Compiling dof v0.3.0 |
| 532 | 2026-05-23T04:11:57.110Z | Compiling serde_tokenstream v0.2.3 |
| 533 | 2026-05-23T04:11:57.125Z | Compiling serde-value v0.7.0 |
| 534 | 2026-05-23T04:11:57.248Z | Compiling toml_edit v0.22.27 |
| 535 | 2026-05-23T04:11:57.433Z | Compiling cargo-platform v0.2.0 |
| 536 | 2026-05-23T04:11:57.474Z | Compiling unicode-linebreak v0.1.5 |
| 537 | 2026-05-23T04:11:57.494Z | Compiling unicode-width v0.2.0 |
| 538 | 2026-05-23T04:11:57.709Z | Compiling tabled v0.15.0 |
| 539 | 2026-05-23T04:11:57.726Z | Compiling textwrap v0.16.2 |
| 540 | 2026-05-23T04:11:57.773Z | Compiling macaddr v1.0.1 |
| 541 | 2026-05-23T04:11:58.007Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-05-23T04:11:58.025Z | Compiling usdt-attr-macro v0.5.0 |
| 543 | 2026-05-23T04:11:58.042Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-05-23T04:11:58.149Z | Compiling idna v1.1.0 |
| 545 | 2026-05-23T04:11:58.321Z | Compiling clap v4.5.60 |
| 546 | 2026-05-23T04:11:58.411Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2026-05-23T04:11:58.546Z | Compiling url v2.5.8 |
| 548 | 2026-05-23T04:11:58.650Z | Compiling toml v0.8.23 |
| 549 | 2026-05-23T04:11:58.797Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 550 | 2026-05-23T04:11:58.988Z | Compiling swrite v0.1.0 |
| 551 | 2026-05-23T04:11:59.089Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-05-23T04:11:59.258Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-05-23T04:11:59.581Z | Compiling usdt v0.5.0 |
| 554 | 2026-05-23T04:11:59.980Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-05-23T04:12:00.898Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-05-23T04:12:02.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.75s |
| 557 | 2026-05-23T04:12:03.240Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-05-23T04:12:03.810Z | Downloading crates ... |
| 559 | 2026-05-23T04:12:03.915Z | Downloaded bit-set v0.5.3 |
| 560 | 2026-05-23T04:12:03.918Z | Downloaded adler2 v2.0.1 |
| 561 | 2026-05-23T04:12:03.918Z | Downloaded aead v0.5.2 |
| 562 | 2026-05-23T04:12:03.921Z | Downloaded bcs v0.1.6 |
| 563 | 2026-05-23T04:12:03.924Z | Downloaded bit-set v0.8.0 |
| 564 | 2026-05-23T04:12:03.927Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 565 | 2026-05-23T04:12:03.930Z | Downloaded bb8 v0.8.6 |
| 566 | 2026-05-23T04:12:03.933Z | Downloaded base64 v0.22.1 |
| 567 | 2026-05-23T04:12:03.937Z | Downloaded bit-vec v0.6.3 |
| 568 | 2026-05-23T04:12:03.940Z | Downloaded cargo_metadata v0.19.2 |
| 569 | 2026-05-23T04:12:03.940Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 570 | 2026-05-23T04:12:03.943Z | Downloaded base64ct v1.8.3 |
| 571 | 2026-05-23T04:12:03.943Z | Downloaded csv-core v0.1.13 |
| 572 | 2026-05-23T04:12:03.947Z | Downloaded crc32fast v1.5.0 |
| 573 | 2026-05-23T04:12:03.947Z | Downloaded arrayvec v0.7.6 |
| 574 | 2026-05-23T04:12:03.950Z | Downloaded bitfield-struct v0.6.2 |
| 575 | 2026-05-23T04:12:03.950Z | Downloaded crypto-bigint v0.5.5 |
| 576 | 2026-05-23T04:12:03.953Z | Downloaded crc v3.4.0 |
| 577 | 2026-05-23T04:12:03.953Z | Downloaded cargo-platform v0.1.9 |
| 578 | 2026-05-23T04:12:03.956Z | Downloaded bitfield-macros v0.19.4 |
| 579 | 2026-05-23T04:12:03.956Z | Downloaded async-stream-impl v0.3.6 |
| 580 | 2026-05-23T04:12:03.959Z | Downloaded dunce v1.0.5 |
| 581 | 2026-05-23T04:12:03.959Z | Downloaded cobs v0.3.0 |
| 582 | 2026-05-23T04:12:03.959Z | Downloaded base16ct v0.2.0 |
| 583 | 2026-05-23T04:12:03.962Z | Downloaded fatfs v0.3.6 |
| 584 | 2026-05-23T04:12:03.962Z | Downloaded darling_macro v0.20.11 |
| 585 | 2026-05-23T04:12:03.962Z | Downloaded backon v1.6.0 |
| 586 | 2026-05-23T04:12:03.965Z | Downloaded ctr v0.9.2 |
| 587 | 2026-05-23T04:12:03.965Z | Downloaded bit-vec v0.8.0 |
| 588 | 2026-05-23T04:12:03.968Z | Downloaded compression-core v0.4.31 |
| 589 | 2026-05-23T04:12:03.968Z | Downloaded atomic-waker v1.1.2 |
| 590 | 2026-05-23T04:12:03.968Z | Downloaded block-padding v0.3.3 |
| 591 | 2026-05-23T04:12:03.974Z | Downloaded arrayref v0.3.9 |
| 592 | 2026-05-23T04:12:03.977Z | Downloaded const_format_proc_macros v0.2.34 |
| 593 | 2026-05-23T04:12:03.980Z | Downloaded chacha20 v0.9.1 |
| 594 | 2026-05-23T04:12:03.980Z | Downloaded dsl_auto_type v0.2.0 |
| 595 | 2026-05-23T04:12:03.980Z | Downloaded atty v0.2.14 |
| 596 | 2026-05-23T04:12:03.983Z | Downloaded dirs-next v2.0.0 |
| 597 | 2026-05-23T04:12:03.984Z | Downloaded async-stream v0.3.6 |
| 598 | 2026-05-23T04:12:03.984Z | Downloaded ciborium-io v0.2.2 |
| 599 | 2026-05-23T04:12:03.987Z | Downloaded cbc v0.1.2 |
| 600 | 2026-05-23T04:12:03.987Z | Downloaded bitfield v0.19.4 |
| 601 | 2026-05-23T04:12:03.987Z | Downloaded base64 v0.21.7 |
| 602 | 2026-05-23T04:12:03.990Z | Downloaded elliptic-curve v0.13.8 |
| 603 | 2026-05-23T04:12:03.993Z | Downloaded cfg_aliases v0.2.1 |
| 604 | 2026-05-23T04:12:03.993Z | Downloaded array-init v0.0.4 |
| 605 | 2026-05-23T04:12:03.998Z | Downloaded cmake v0.1.57 |
| 606 | 2026-05-23T04:12:04.001Z | Downloaded assert_matches v1.5.0 |
| 607 | 2026-05-23T04:12:04.006Z | Downloaded castaway v0.2.4 |
| 608 | 2026-05-23T04:12:04.008Z | Downloaded futures-macro v0.3.32 |
| 609 | 2026-05-23T04:12:04.008Z | Downloaded fixedbitset v0.4.2 |
| 610 | 2026-05-23T04:12:04.008Z | Downloaded dtrace-parser v0.3.0 |
| 611 | 2026-05-23T04:12:04.008Z | Downloaded crc-catalog v2.4.0 |
| 612 | 2026-05-23T04:12:04.011Z | Downloaded cpufeatures v0.3.0 |
| 613 | 2026-05-23T04:12:04.011Z | Downloaded enum-as-inner v0.6.1 |
| 614 | 2026-05-23T04:12:04.014Z | Downloaded atomicwrites v0.4.4 |
| 615 | 2026-05-23T04:12:04.014Z | Downloaded dof v0.4.0 |
| 616 | 2026-05-23T04:12:04.014Z | Downloaded difflib v0.4.0 |
| 617 | 2026-05-23T04:12:04.017Z | Downloaded cfg_aliases v0.1.1 |
| 618 | 2026-05-23T04:12:04.020Z | Downloaded foreign-types-shared v0.1.1 |
| 619 | 2026-05-23T04:12:04.020Z | Downloaded foreign-types v0.3.2 |
| 620 | 2026-05-23T04:12:04.020Z | Downloaded dirs-sys-next v0.1.2 |
| 621 | 2026-05-23T04:12:04.020Z | Downloaded darling_macro v0.21.3 |
| 622 | 2026-05-23T04:12:04.023Z | Downloaded foreign-types-shared v0.3.1 |
| 623 | 2026-05-23T04:12:04.023Z | Downloaded foreign-types v0.5.0 |
| 624 | 2026-05-23T04:12:04.026Z | Downloaded foreign-types-macros v0.2.3 |
| 625 | 2026-05-23T04:12:04.026Z | Downloaded ascii-canvas v3.0.0 |
| 626 | 2026-05-23T04:12:04.026Z | Downloaded convert_case v0.4.0 |
| 627 | 2026-05-23T04:12:04.029Z | Downloaded downcast-rs v2.0.2 |
| 628 | 2026-05-23T04:12:04.029Z | Downloaded defmt v0.3.100 |
| 629 | 2026-05-23T04:12:04.030Z | Downloaded darling_macro v0.23.0 |
| 630 | 2026-05-23T04:12:04.033Z | Downloaded compression-codecs v0.4.37 |
| 631 | 2026-05-23T04:12:04.033Z | Downloaded cipher v0.4.4 |
| 632 | 2026-05-23T04:12:04.036Z | Downloaded backoff v0.4.0 |
| 633 | 2026-05-23T04:12:04.036Z | Downloaded cexpr v0.6.0 |
| 634 | 2026-05-23T04:12:04.038Z | Downloaded embedded-io v0.4.0 |
| 635 | 2026-05-23T04:12:04.041Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 636 | 2026-05-23T04:12:04.041Z | Downloaded env_logger v0.11.9 |
| 637 | 2026-05-23T04:12:04.041Z | Downloaded console v0.15.11 |
| 638 | 2026-05-23T04:12:04.044Z | Downloaded chacha20poly1305 v0.10.1 |
| 639 | 2026-05-23T04:12:04.044Z | Downloaded buf-list v1.1.2 |
| 640 | 2026-05-23T04:12:04.048Z | Downloaded funty v2.0.0 |
| 641 | 2026-05-23T04:12:04.050Z | Downloaded futures-core v0.3.32 |
| 642 | 2026-05-23T04:12:04.050Z | Downloaded cassowary v0.3.0 |
| 643 | 2026-05-23T04:12:04.051Z | Downloaded async-recursion v1.1.1 |
| 644 | 2026-05-23T04:12:04.054Z | Downloaded git-stub v1.0.0 |
| 645 | 2026-05-23T04:12:04.057Z | Downloaded gethostname v0.5.0 |
| 646 | 2026-05-23T04:12:04.057Z | Downloaded dyn-clone v1.0.20 |
| 647 | 2026-05-23T04:12:04.060Z | Downloaded fxhash v0.2.1 |
| 648 | 2026-05-23T04:12:04.060Z | Downloaded futures-task v0.3.32 |
| 649 | 2026-05-23T04:12:04.060Z | Downloaded debug-ignore v1.0.5 |
| 650 | 2026-05-23T04:12:04.063Z | Downloaded futures-sink v0.3.32 |
| 651 | 2026-05-23T04:12:04.063Z | Downloaded defmt-parser v1.0.0 |
| 652 | 2026-05-23T04:12:04.066Z | Downloaded cstr-argument v0.1.2 |
| 653 | 2026-05-23T04:12:04.069Z | Downloaded hash32 v0.2.1 |
| 654 | 2026-05-23T04:12:04.069Z | Downloaded corncobs v0.1.4 |
| 655 | 2026-05-23T04:12:04.072Z | Downloaded endian-type v0.1.2 |
| 656 | 2026-05-23T04:12:04.075Z | Downloaded float-ord v0.3.2 |
| 657 | 2026-05-23T04:12:04.075Z | Downloaded embedded-io v0.6.1 |
| 658 | 2026-05-23T04:12:04.079Z | Downloaded bitflags v1.3.2 |
| 659 | 2026-05-23T04:12:04.083Z | Downloaded crucible-workspace-hack v0.1.0 |
| 660 | 2026-05-23T04:12:04.083Z | Downloaded ciborium-ll v0.2.2 |
| 661 | 2026-05-23T04:12:04.083Z | Downloaded camino-tempfile-ext v0.3.3 |
| 662 | 2026-05-23T04:12:04.085Z | Downloaded fd-lock v4.0.4 |
| 663 | 2026-05-23T04:12:04.089Z | Downloaded constant_time_eq v0.4.2 |
| 664 | 2026-05-23T04:12:04.093Z | Downloaded convert_case v0.10.0 |
| 665 | 2026-05-23T04:12:04.093Z | Downloaded headers-core v0.3.0 |
| 666 | 2026-05-23T04:12:04.096Z | Downloaded hash32 v0.3.1 |
| 667 | 2026-05-23T04:12:04.096Z | Downloaded const-oid v0.9.6 |
| 668 | 2026-05-23T04:12:04.096Z | Downloaded bzip2 v0.4.4 |
| 669 | 2026-05-23T04:12:04.099Z | Downloaded flagset v0.4.7 |
| 670 | 2026-05-23T04:12:04.099Z | Downloaded crunchy v0.2.4 |
| 671 | 2026-05-23T04:12:04.099Z | Downloaded crc8 v0.1.1 |
| 672 | 2026-05-23T04:12:04.102Z | Downloaded blowfish v0.9.1 |
| 673 | 2026-05-23T04:12:04.102Z | Downloaded colored v2.2.0 |
| 674 | 2026-05-23T04:12:04.102Z | Downloaded hex-literal v0.4.1 |
| 675 | 2026-05-23T04:12:04.105Z | Downloaded fs_extra v1.3.0 |
| 676 | 2026-05-23T04:12:04.105Z | Downloaded fs-err v2.11.0 |
| 677 | 2026-05-23T04:12:04.105Z | Downloaded futures-io v0.3.32 |
| 678 | 2026-05-23T04:12:04.109Z | Downloaded env_filter v1.0.0 |
| 679 | 2026-05-23T04:12:04.109Z | Downloaded float-cmp v0.10.0 |
| 680 | 2026-05-23T04:12:04.109Z | Downloaded async-trait v0.1.89 |
| 681 | 2026-05-23T04:12:04.112Z | Downloaded ciborium v0.2.2 |
| 682 | 2026-05-23T04:12:04.112Z | Downloaded hostname v0.3.1 |
| 683 | 2026-05-23T04:12:04.115Z | Downloaded fallible-iterator v0.2.0 |
| 684 | 2026-05-23T04:12:04.115Z | Downloaded erased-serde v0.3.31 |
| 685 | 2026-05-23T04:12:04.118Z | Downloaded group v0.13.0 |
| 686 | 2026-05-23T04:12:04.123Z | Downloaded hostname v0.4.2 |
| 687 | 2026-05-23T04:12:04.126Z | Downloaded display-error-chain v0.2.2 |
| 688 | 2026-05-23T04:12:04.126Z | Downloaded hubpack v0.1.2 |
| 689 | 2026-05-23T04:12:04.126Z | Downloaded http-range v0.1.5 |
| 690 | 2026-05-23T04:12:04.130Z | Downloaded ed25519 v2.2.3 |
| 691 | 2026-05-23T04:12:04.130Z | Downloaded crossbeam-deque v0.8.6 |
| 692 | 2026-05-23T04:12:04.133Z | Downloaded globwalk v0.9.1 |
| 693 | 2026-05-23T04:12:04.133Z | Downloaded illumos-nvpair v0.3.0 |
| 694 | 2026-05-23T04:12:04.136Z | Downloaded ghash v0.5.1 |
| 695 | 2026-05-23T04:12:04.138Z | Downloaded hex v0.4.3 |
| 696 | 2026-05-23T04:12:04.142Z | Downloaded colored v3.1.1 |
| 697 | 2026-05-23T04:12:04.145Z | Downloaded cookie_store v0.22.1 |
| 698 | 2026-05-23T04:12:04.148Z | Downloaded clang-sys v1.8.1 |
| 699 | 2026-05-23T04:12:04.148Z | Downloaded http-body v1.0.1 |
| 700 | 2026-05-23T04:12:04.148Z | Downloaded httpdate v1.0.3 |
| 701 | 2026-05-23T04:12:04.151Z | Downloaded indent_write v2.2.0 |
| 702 | 2026-05-23T04:12:04.151Z | Downloaded daft v0.1.7 |
| 703 | 2026-05-23T04:12:04.151Z | Downloaded async-bb8-diesel v0.2.1 |
| 704 | 2026-05-23T04:12:04.154Z | Downloaded argon2 v0.5.3 |
| 705 | 2026-05-23T04:12:04.154Z | Downloaded ident_case v1.0.1 |
| 706 | 2026-05-23T04:12:04.154Z | Downloaded console v0.16.2 |
| 707 | 2026-05-23T04:12:04.157Z | Downloaded cancel-safe-futures v0.1.5 |
| 708 | 2026-05-23T04:12:04.157Z | Downloaded derive-ex v0.1.8 |
| 709 | 2026-05-23T04:12:04.160Z | Downloaded derive_builder_macro v0.20.2 |
| 710 | 2026-05-23T04:12:04.160Z | Downloaded data-encoding v2.10.0 |
| 711 | 2026-05-23T04:12:04.160Z | Downloaded bzip2 v0.6.1 |
| 712 | 2026-05-23T04:12:04.163Z | Downloaded ena v0.14.4 |
| 713 | 2026-05-23T04:12:04.163Z | Downloaded ecdsa v0.16.9 |
| 714 | 2026-05-23T04:12:04.163Z | Downloaded blake2 v0.10.6 |
| 715 | 2026-05-23T04:12:04.166Z | Downloaded ahash v0.8.12 |
| 716 | 2026-05-23T04:12:04.166Z | Downloaded der_derive v0.7.3 |
| 717 | 2026-05-23T04:12:04.169Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 718 | 2026-05-23T04:12:04.172Z | Downloaded inout v0.1.4 |
| 719 | 2026-05-23T04:12:04.172Z | Downloaded allocator-api2 v0.2.21 |
| 720 | 2026-05-23T04:12:04.176Z | Downloaded home v0.5.12 |
| 721 | 2026-05-23T04:12:04.176Z | Downloaded either v1.15.0 |
| 722 | 2026-05-23T04:12:04.176Z | Downloaded defmt-macros v1.0.1 |
| 723 | 2026-05-23T04:12:04.186Z | Downloaded fixedbitset v0.5.7 |
| 724 | 2026-05-23T04:12:04.186Z | Downloaded daft-derive v0.1.7 |
| 725 | 2026-05-23T04:12:04.186Z | Downloaded instability v0.3.11 |
| 726 | 2026-05-23T04:12:04.186Z | Downloaded find-msvc-tools v0.1.9 |
| 727 | 2026-05-23T04:12:04.186Z | Downloaded defmt v1.0.1 |
| 728 | 2026-05-23T04:12:04.189Z | Downloaded bytes v1.11.1 |
| 729 | 2026-05-23T04:12:04.189Z | Downloaded cookie v0.18.1 |
| 730 | 2026-05-23T04:12:04.189Z | Downloaded git-stub-vcs v0.1.0 |
| 731 | 2026-05-23T04:12:04.192Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 732 | 2026-05-23T04:12:04.192Z | Downloaded critical-section v1.2.0 |
| 733 | 2026-05-23T04:12:04.192Z | Downloaded hyper-tls v0.6.0 |
| 734 | 2026-05-23T04:12:04.192Z | Downloaded futures-executor v0.3.32 |
| 735 | 2026-05-23T04:12:04.195Z | Downloaded crossbeam-epoch v0.9.18 |
| 736 | 2026-05-23T04:12:04.195Z | Downloaded hubpack_derive v0.1.1 |
| 737 | 2026-05-23T04:12:04.196Z | Downloaded http-body-util v0.1.3 |
| 738 | 2026-05-23T04:12:04.202Z | Downloaded byte-wrapper v0.1.0 |
| 739 | 2026-05-23T04:12:04.202Z | Downloaded lazy_static v1.5.0 |
| 740 | 2026-05-23T04:12:04.205Z | Downloaded lalrpop-util v0.19.12 |
| 741 | 2026-05-23T04:12:04.205Z | Downloaded kstat-rs v0.2.4 |
| 742 | 2026-05-23T04:12:04.205Z | Downloaded libscf-sys v1.1.0 |
| 743 | 2026-05-23T04:12:04.205Z | Downloaded instant v0.1.13 |
| 744 | 2026-05-23T04:12:04.205Z | Downloaded foldhash v0.2.0 |
| 745 | 2026-05-23T04:12:04.205Z | Downloaded filetime v0.2.27 |
| 746 | 2026-05-23T04:12:04.205Z | Downloaded linked-hash-map v0.5.6 |
| 747 | 2026-05-23T04:12:04.208Z | Downloaded derive_builder_core v0.20.2 |
| 748 | 2026-05-23T04:12:04.208Z | Downloaded lru v0.12.5 |
| 749 | 2026-05-23T04:12:04.208Z | Downloaded humantime v2.3.0 |
| 750 | 2026-05-23T04:12:04.211Z | Downloaded is_ci v1.2.0 |
| 751 | 2026-05-23T04:12:04.211Z | Downloaded hyper-staticfile v0.10.1 |
| 752 | 2026-05-23T04:12:04.211Z | Downloaded is-terminal v0.4.17 |
| 753 | 2026-05-23T04:12:04.214Z | Downloaded ff v0.13.1 |
| 754 | 2026-05-23T04:12:04.214Z | Downloaded diesel-dtrace v0.5.0 |
| 755 | 2026-05-23T04:12:04.214Z | Downloaded getrandom v0.2.17 |
| 756 | 2026-05-23T04:12:04.217Z | Downloaded document-features v0.2.12 |
| 757 | 2026-05-23T04:12:04.217Z | Downloaded futures-channel v0.3.32 |
| 758 | 2026-05-23T04:12:04.220Z | Downloaded bumpalo v3.20.2 |
| 759 | 2026-05-23T04:12:04.220Z | Downloaded globset v0.4.18 |
| 760 | 2026-05-23T04:12:04.223Z | Downloaded glob v0.3.3 |
| 761 | 2026-05-23T04:12:04.223Z | Downloaded chacha20 v0.10.0 |
| 762 | 2026-05-23T04:12:04.226Z | Downloaded crc-any v2.5.0 |
| 763 | 2026-05-23T04:12:04.231Z | Downloaded lru-slab v0.1.2 |
| 764 | 2026-05-23T04:12:04.234Z | Downloaded managed v0.8.0 |
| 765 | 2026-05-23T04:12:04.238Z | Downloaded indoc v1.0.9 |
| 766 | 2026-05-23T04:12:04.238Z | Downloaded lzss v0.8.2 |
| 767 | 2026-05-23T04:12:04.241Z | Downloaded ipnet v2.11.0 |
| 768 | 2026-05-23T04:12:04.241Z | Downloaded memoffset v0.9.1 |
| 769 | 2026-05-23T04:12:04.241Z | Downloaded indoc v2.0.7 |
| 770 | 2026-05-23T04:12:04.245Z | Downloaded md5 v0.7.0 |
| 771 | 2026-05-23T04:12:04.245Z | Downloaded maybe-uninit v2.0.0 |
| 772 | 2026-05-23T04:12:04.245Z | Downloaded ingot-types v0.1.2 |
| 773 | 2026-05-23T04:12:04.248Z | Downloaded ingot v0.1.1 |
| 774 | 2026-05-23T04:12:04.248Z | Downloaded match_cfg v0.1.0 |
| 775 | 2026-05-23T04:12:04.248Z | Downloaded lru-cache v0.1.2 |
| 776 | 2026-05-23T04:12:04.248Z | Downloaded foldhash v0.1.5 |
| 777 | 2026-05-23T04:12:04.251Z | Downloaded internet-checksum v0.2.1 |
| 778 | 2026-05-23T04:12:04.251Z | Downloaded darling v0.21.3 |
| 779 | 2026-05-23T04:12:04.255Z | Downloaded crossbeam-utils v0.8.21 |
| 780 | 2026-05-23T04:12:04.255Z | Downloaded multimap v0.10.1 |
| 781 | 2026-05-23T04:12:04.258Z | Downloaded des v0.8.1 |
| 782 | 2026-05-23T04:12:04.258Z | Downloaded newline-converter v0.3.0 |
| 783 | 2026-05-23T04:12:04.258Z | Downloaded getrandom v0.3.4 |
| 784 | 2026-05-23T04:12:04.261Z | Downloaded mime v0.3.17 |
| 785 | 2026-05-23T04:12:04.261Z | Downloaded md-5 v0.10.6 |
| 786 | 2026-05-23T04:12:04.264Z | Downloaded maplit v1.0.2 |
| 787 | 2026-05-23T04:12:04.264Z | Downloaded derive_more v0.99.20 |
| 788 | 2026-05-23T04:12:04.267Z | Downloaded keccak v0.1.6 |
| 789 | 2026-05-23T04:12:04.267Z | Downloaded hyper-rustls v0.27.7 |
| 790 | 2026-05-23T04:12:04.270Z | Downloaded libsw v3.5.0 |
| 791 | 2026-05-23T04:12:04.270Z | Downloaded newtype-uuid-macros v0.1.0 |
| 792 | 2026-05-23T04:12:04.270Z | Downloaded diff v0.1.13 |
| 793 | 2026-05-23T04:12:04.273Z | Downloaded num-derive v0.4.2 |
| 794 | 2026-05-23T04:12:04.273Z | Downloaded num-conv v0.2.0 |
| 795 | 2026-05-23T04:12:04.276Z | Downloaded nodrop v0.1.14 |
| 796 | 2026-05-23T04:12:04.276Z | Downloaded new_debug_unreachable v1.0.6 |
| 797 | 2026-05-23T04:12:04.276Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 798 | 2026-05-23T04:12:04.279Z | Downloaded num-derive v0.3.3 |
| 799 | 2026-05-23T04:12:04.279Z | Downloaded iana-time-zone v0.1.65 |
| 800 | 2026-05-23T04:12:04.282Z | Downloaded newtype_derive v0.1.6 |
| 801 | 2026-05-23T04:12:04.282Z | Downloaded ipnetwork v0.21.1 |
| 802 | 2026-05-23T04:12:04.282Z | Downloaded normalize-line-endings v0.3.0 |
| 803 | 2026-05-23T04:12:04.285Z | Downloaded half v2.7.1 |
| 804 | 2026-05-23T04:12:04.285Z | Downloaded const_format v0.2.35 |
| 805 | 2026-05-23T04:12:04.287Z | Downloaded nibble_vec v0.1.0 |
| 806 | 2026-05-23T04:12:04.288Z | Downloaded arc-swap v1.8.2 |
| 807 | 2026-05-23T04:12:04.290Z | Downloaded num v0.4.3 |
| 808 | 2026-05-23T04:12:04.290Z | Downloaded num-iter v0.1.45 |
| 809 | 2026-05-23T04:12:04.294Z | Downloaded libloading v0.8.9 |
| 810 | 2026-05-23T04:12:04.294Z | Downloaded libefi-sys v0.1.0 |
| 811 | 2026-05-23T04:12:04.297Z | Downloaded linear-map v1.2.0 |
| 812 | 2026-05-23T04:12:04.297Z | Downloaded dropshot_endpoint v0.17.0 |
| 813 | 2026-05-23T04:12:04.297Z | Downloaded jobserver v0.1.34 |
| 814 | 2026-05-23T04:12:04.300Z | Downloaded flate2 v1.1.9 |
| 815 | 2026-05-23T04:12:04.303Z | Downloaded hmac v0.12.1 |
| 816 | 2026-05-23T04:12:04.303Z | Downloaded drift v0.2.0 |
| 817 | 2026-05-23T04:12:04.309Z | Downloaded oso-derive v0.27.3 |
| 818 | 2026-05-23T04:12:04.324Z | Downloaded openssl-probe v0.2.1 |
| 819 | 2026-05-23T04:12:04.327Z | Downloaded openssl-probe v0.1.6 |
| 820 | 2026-05-23T04:12:04.327Z | Downloaded openssl-macros v0.1.1 |
| 821 | 2026-05-23T04:12:04.327Z | Downloaded opaque-debug v0.3.1 |
| 822 | 2026-05-23T04:12:04.327Z | Downloaded num_enum_derive v0.5.11 |
| 823 | 2026-05-23T04:12:04.331Z | Downloaded libsw-core v0.3.2 |
| 824 | 2026-05-23T04:12:04.331Z | Downloaded httparse v1.10.1 |
| 825 | 2026-05-23T04:12:04.331Z | Downloaded ingot-macros v0.1.1 |
| 826 | 2026-05-23T04:12:04.334Z | Downloaded parse-display v0.10.0 |
| 827 | 2026-05-23T04:12:04.334Z | Downloaded packed_struct_codegen v0.10.1 |
| 828 | 2026-05-23T04:12:04.334Z | Downloaded native-tls v0.2.18 |
| 829 | 2026-05-23T04:12:04.337Z | Downloaded nanorand v0.7.0 |
| 830 | 2026-05-23T04:12:04.337Z | Downloaded half v1.8.3 |
| 831 | 2026-05-23T04:12:04.337Z | Downloaded derive-where v1.6.0 |
| 832 | 2026-05-23T04:12:04.340Z | Downloaded lock_api v0.4.14 |
| 833 | 2026-05-23T04:12:04.343Z | Downloaded dropshot_endpoint v0.16.7 |
| 834 | 2026-05-23T04:12:04.343Z | Downloaded darling v0.23.0 |
| 835 | 2026-05-23T04:12:04.346Z | Downloaded peg-runtime v0.8.5 |
| 836 | 2026-05-23T04:12:04.346Z | Downloaded num-complex v0.4.6 |
| 837 | 2026-05-23T04:12:04.349Z | Downloaded olpc-cjson v0.1.4 |
| 838 | 2026-05-23T04:12:04.349Z | Downloaded num_threads v0.1.7 |
| 839 | 2026-05-23T04:12:04.349Z | Downloaded deranged v0.5.8 |
| 840 | 2026-05-23T04:12:04.352Z | Downloaded mime_guess v2.0.5 |
| 841 | 2026-05-23T04:12:04.352Z | Downloaded parse-size v1.1.0 |
| 842 | 2026-05-23T04:12:04.352Z | Downloaded cc v1.2.56 |
| 843 | 2026-05-23T04:12:04.355Z | Downloaded compact_str v0.8.1 |
| 844 | 2026-05-23T04:12:04.387Z | Downloaded ar_archive_writer v0.5.1 |
| 845 | 2026-05-23T04:12:04.387Z | Downloaded pbkdf2 v0.12.2 |
| 846 | 2026-05-23T04:12:04.391Z | Downloaded heapless v0.7.17 |
| 847 | 2026-05-23T04:12:04.391Z | Downloaded darling_core v0.23.0 |
| 848 | 2026-05-23T04:12:04.391Z | Downloaded futures v0.3.32 |
| 849 | 2026-05-23T04:12:04.391Z | Downloaded phf_shared v0.13.1 |
| 850 | 2026-05-23T04:12:04.391Z | Downloaded nonempty v0.12.0 |
| 851 | 2026-05-23T04:12:04.391Z | Downloaded nu-ansi-term v0.50.3 |
| 852 | 2026-05-23T04:12:04.392Z | Downloaded path-slash v0.1.5 |
| 853 | 2026-05-23T04:12:04.392Z | Downloaded newtype-uuid v1.3.2 |
| 854 | 2026-05-23T04:12:04.392Z | Downloaded indexmap v1.9.3 |
| 855 | 2026-05-23T04:12:04.392Z | Downloaded predicates-core v1.0.10 |
| 856 | 2026-05-23T04:12:04.392Z | Downloaded phf_shared v0.12.1 |
| 857 | 2026-05-23T04:12:04.392Z | Downloaded pbkdf2 v0.11.0 |
| 858 | 2026-05-23T04:12:04.392Z | Downloaded headers v0.4.1 |
| 859 | 2026-05-23T04:12:04.392Z | Downloaded powerfmt v0.2.0 |
| 860 | 2026-05-23T04:12:04.392Z | Downloaded phf_shared v0.11.3 |
| 861 | 2026-05-23T04:12:04.392Z | Downloaded num_enum_derive v0.7.5 |
| 862 | 2026-05-23T04:12:04.392Z | Downloaded num_enum v0.5.11 |
| 863 | 2026-05-23T04:12:04.392Z | Downloaded num-integer v0.1.46 |
| 864 | 2026-05-23T04:12:04.392Z | Downloaded memmap2 v0.9.10 |
| 865 | 2026-05-23T04:12:04.392Z | Downloaded owo-colors v4.3.0 |
| 866 | 2026-05-23T04:12:04.392Z | Downloaded darling v0.20.11 |
| 867 | 2026-05-23T04:12:04.399Z | Downloaded oxide-tokio-rt v0.1.4 |
| 868 | 2026-05-23T04:12:04.399Z | Downloaded packed_struct v0.10.1 |
| 869 | 2026-05-23T04:12:04.399Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 870 | 2026-05-23T04:12:04.399Z | Downloaded proc-macro-crate v3.4.0 |
| 871 | 2026-05-23T04:12:04.399Z | Downloaded num-rational v0.4.2 |
| 872 | 2026-05-23T04:12:04.399Z | Downloaded oxnet v0.1.4 |
| 873 | 2026-05-23T04:12:04.399Z | Downloaded litrs v1.0.0 |
| 874 | 2026-05-23T04:12:04.404Z | Downloaded highway v1.3.0 |
| 875 | 2026-05-23T04:12:04.404Z | Downloaded progenitor-client v0.10.0 |
| 876 | 2026-05-23T04:12:04.404Z | Downloaded multer v3.1.0 |
| 877 | 2026-05-23T04:12:04.407Z | Downloaded derive_builder v0.20.2 |
| 878 | 2026-05-23T04:12:04.407Z | Downloaded precomputed-hash v0.1.1 |
| 879 | 2026-05-23T04:12:04.410Z | Downloaded libbz2-rs-sys v0.2.2 |
| 880 | 2026-05-23T04:12:04.410Z | Downloaded predicates-tree v1.0.13 |
| 881 | 2026-05-23T04:12:04.413Z | Downloaded paste v1.0.15 |
| 882 | 2026-05-23T04:12:04.413Z | Downloaded pem v3.0.6 |
| 883 | 2026-05-23T04:12:04.417Z | Downloaded password-hash v0.5.0 |
| 884 | 2026-05-23T04:12:04.417Z | Downloaded ignore v0.4.25 |
| 885 | 2026-05-23T04:12:04.422Z | Downloaded darling_core v0.21.3 |
| 886 | 2026-05-23T04:12:04.422Z | Downloaded phf v0.12.1 |
| 887 | 2026-05-23T04:12:04.425Z | Downloaded phf v0.13.1 |
| 888 | 2026-05-23T04:12:04.425Z | Downloaded flume v0.11.1 |
| 889 | 2026-05-23T04:12:04.425Z | Downloaded darling_core v0.20.11 |
| 890 | 2026-05-23T04:12:04.428Z | Downloaded num_enum v0.7.5 |
| 891 | 2026-05-23T04:12:04.431Z | Downloaded progenitor-macro v0.13.0 |
| 892 | 2026-05-23T04:12:04.431Z | Downloaded progenitor-macro v0.11.2 |
| 893 | 2026-05-23T04:12:04.435Z | Downloaded progenitor-client v0.11.2 |
| 894 | 2026-05-23T04:12:04.435Z | Downloaded progenitor-macro v0.10.0 |
| 895 | 2026-05-23T04:12:04.435Z | Downloaded peg-macros v0.8.5 |
| 896 | 2026-05-23T04:12:04.438Z | Downloaded indicatif v0.18.4 |
| 897 | 2026-05-23T04:12:04.438Z | Downloaded parking_lot_core v0.8.6 |
| 898 | 2026-05-23T04:12:04.440Z | Downloaded der v0.7.10 |
| 899 | 2026-05-23T04:12:04.443Z | Downloaded progenitor-macro v0.14.0 |
| 900 | 2026-05-23T04:12:04.443Z | Downloaded radium v0.7.0 |
| 901 | 2026-05-23T04:12:04.443Z | Downloaded progenitor-client v0.14.0 |
| 902 | 2026-05-23T04:12:04.446Z | Downloaded pkcs8 v0.10.2 |
| 903 | 2026-05-23T04:12:04.446Z | Downloaded pin-utils v0.1.0 |
| 904 | 2026-05-23T04:12:04.446Z | Downloaded rand_chacha v0.3.1 |
| 905 | 2026-05-23T04:12:04.450Z | Downloaded quick-error v1.2.3 |
| 906 | 2026-05-23T04:12:04.450Z | Downloaded pin-project-lite v0.2.17 |
| 907 | 2026-05-23T04:12:04.453Z | Downloaded psl-types v2.0.11 |
| 908 | 2026-05-23T04:12:04.453Z | Downloaded postgres-protocol v0.6.10 |
| 909 | 2026-05-23T04:12:04.453Z | Downloaded parking_lot v0.11.2 |
| 910 | 2026-05-23T04:12:04.456Z | Downloaded parse-display-derive v0.10.0 |
| 911 | 2026-05-23T04:12:04.456Z | Downloaded parking_lot_core v0.9.12 |
| 912 | 2026-05-23T04:12:04.463Z | Downloaded pem-rfc7468 v0.7.0 |
| 913 | 2026-05-23T04:12:04.466Z | Downloaded password-hash v0.4.2 |
| 914 | 2026-05-23T04:12:04.466Z | Downloaded proc-macro-crate v1.3.1 |
| 915 | 2026-05-23T04:12:04.469Z | Downloaded proc-macro-error2 v2.0.1 |
| 916 | 2026-05-23T04:12:04.469Z | Downloaded rand_xorshift v0.4.0 |
| 917 | 2026-05-23T04:12:04.469Z | Downloaded progenitor v0.13.0 |
| 918 | 2026-05-23T04:12:04.471Z | Downloaded primeorder v0.13.6 |
| 919 | 2026-05-23T04:12:04.471Z | Downloaded ppv-lite86 v0.2.21 |
| 920 | 2026-05-23T04:12:04.474Z | Downloaded pin-project-internal v1.1.11 |
| 921 | 2026-05-23T04:12:04.474Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 922 | 2026-05-23T04:12:04.478Z | Downloaded progenitor-extras v0.2.0 |
| 923 | 2026-05-23T04:12:04.481Z | Downloaded hickory-resolver v0.24.4 |
| 924 | 2026-05-23T04:12:04.485Z | Downloaded peg v0.8.5 |
| 925 | 2026-05-23T04:12:04.489Z | Downloaded recursive v0.1.1 |
| 926 | 2026-05-23T04:12:04.493Z | Downloaded hashbrown v0.12.3 |
| 927 | 2026-05-23T04:12:04.496Z | Downloaded predicates v3.1.4 |
| 928 | 2026-05-23T04:12:04.499Z | Downloaded polyval v0.6.2 |
| 929 | 2026-05-23T04:12:04.499Z | Downloaded poly1305 v0.8.0 |
| 930 | 2026-05-23T04:12:04.503Z | Downloaded async-compression v0.4.41 |
| 931 | 2026-05-23T04:12:04.506Z | Downloaded ref-cast v1.0.25 |
| 932 | 2026-05-23T04:12:04.506Z | Downloaded derive_more v2.1.1 |
| 933 | 2026-05-23T04:12:04.512Z | Downloaded r2d2 v0.8.10 |
| 934 | 2026-05-23T04:12:04.515Z | Downloaded ed25519-dalek v2.2.0 |
| 935 | 2026-05-23T04:12:04.515Z | Downloaded rustc_version v0.4.1 |
| 936 | 2026-05-23T04:12:04.518Z | Downloaded rustc_version v0.1.7 |
| 937 | 2026-05-23T04:12:04.518Z | Downloaded progenitor v0.14.0 |
| 938 | 2026-05-23T04:12:04.518Z | Downloaded progenitor v0.10.0 |
| 939 | 2026-05-23T04:12:04.521Z | Downloaded russh-cryptovec v0.7.3 |
| 940 | 2026-05-23T04:12:04.521Z | Downloaded rtoolbox v0.0.3 |
| 941 | 2026-05-23T04:12:04.521Z | Downloaded pkg-config v0.3.32 |
| 942 | 2026-05-23T04:12:04.521Z | Downloaded heapless v0.8.0 |
| 943 | 2026-05-23T04:12:04.524Z | Downloaded rand_seeder v0.4.0 |
| 944 | 2026-05-23T04:12:04.527Z | Downloaded postgres-types v0.2.12 |
| 945 | 2026-05-23T04:12:04.527Z | Downloaded parking_lot v0.12.5 |
| 946 | 2026-05-23T04:12:04.530Z | Downloaded progenitor-client v0.13.0 |
| 947 | 2026-05-23T04:12:04.530Z | Downloaded pkcs5 v0.7.1 |
| 948 | 2026-05-23T04:12:04.533Z | Downloaded p256 v0.13.2 |
| 949 | 2026-05-23T04:12:04.535Z | Downloaded rustc-hash v2.1.1 |
| 950 | 2026-05-23T04:12:04.535Z | Downloaded rfc6979 v0.4.0 |
| 951 | 2026-05-23T04:12:04.535Z | Downloaded miniz_oxide v0.8.9 |
| 952 | 2026-05-23T04:12:04.542Z | Downloaded hickory-resolver v0.25.2 |
| 953 | 2026-05-23T04:12:04.551Z | Downloaded salsa20 v0.10.2 |
| 954 | 2026-05-23T04:12:04.555Z | Downloaded psm v0.1.30 |
| 955 | 2026-05-23T04:12:04.558Z | Downloaded scopeguard v1.2.0 |
| 956 | 2026-05-23T04:12:04.561Z | Downloaded hyper-util v0.1.20 |
| 957 | 2026-05-23T04:12:04.568Z | Downloaded same-file v1.0.6 |
| 958 | 2026-05-23T04:12:04.571Z | Downloaded aes v0.8.4 |
| 959 | 2026-05-23T04:12:04.574Z | Downloaded sapling-renderdag v0.1.0 |
| 960 | 2026-05-23T04:12:04.577Z | Downloaded scroll_derive v0.13.1 |
| 961 | 2026-05-23T04:12:04.577Z | Downloaded serde-big-array v0.5.1 |
| 962 | 2026-05-23T04:12:04.577Z | Downloaded secrecy v0.10.3 |
| 963 | 2026-05-23T04:12:04.580Z | Downloaded quinn-udp v0.5.14 |
| 964 | 2026-05-23T04:12:04.584Z | Downloaded rand_core v0.6.4 |
| 965 | 2026-05-23T04:12:04.589Z | Downloaded rustls-native-certs v0.8.3 |
| 966 | 2026-05-23T04:12:04.592Z | Downloaded rand_chacha v0.9.0 |
| 967 | 2026-05-23T04:12:04.592Z | Downloaded omicron-zone-package v0.12.2 |
| 968 | 2026-05-23T04:12:04.597Z | Downloaded serde_repr v0.1.20 |
| 969 | 2026-05-23T04:12:04.597Z | Downloaded serde_plain v1.0.2 |
| 970 | 2026-05-23T04:12:04.600Z | Downloaded serde_urlencoded v0.7.1 |
| 971 | 2026-05-23T04:12:04.600Z | Downloaded pkcs1 v0.7.5 |
| 972 | 2026-05-23T04:12:04.600Z | Downloaded rand_core v0.10.0 |
| 973 | 2026-05-23T04:12:04.608Z | Downloaded rustls-pemfile v1.0.4 |
| 974 | 2026-05-23T04:12:04.611Z | Downloaded secrecy v0.8.0 |
| 975 | 2026-05-23T04:12:04.611Z | Downloaded crossbeam-channel v0.5.15 |
| 976 | 2026-05-23T04:12:04.614Z | Downloaded sha1 v0.10.6 |
| 977 | 2026-05-23T04:12:04.614Z | Downloaded signature v2.2.0 |
| 978 | 2026-05-23T04:12:04.617Z | Downloaded rustversion v1.0.22 |
| 979 | 2026-05-23T04:12:04.617Z | Downloaded oso v0.27.3 |
| 980 | 2026-05-23T04:12:04.620Z | Downloaded progenitor v0.11.2 |
| 981 | 2026-05-23T04:12:04.620Z | Downloaded jiff-static v0.2.21 |
| 982 | 2026-05-23T04:12:04.623Z | Downloaded serde_bytes v0.11.19 |
| 983 | 2026-05-23T04:12:04.623Z | Downloaded semver v0.1.20 |
| 984 | 2026-05-23T04:12:04.626Z | Downloaded ref-cast-impl v1.0.25 |
| 985 | 2026-05-23T04:12:04.626Z | Downloaded rusty-fork v0.3.1 |
| 986 | 2026-05-23T04:12:04.626Z | Downloaded seq-macro v0.3.6 |
| 987 | 2026-05-23T04:12:04.629Z | Downloaded scheduled-thread-pool v0.2.7 |
| 988 | 2026-05-23T04:12:04.629Z | Downloaded serde_spanned v1.0.4 |
| 989 | 2026-05-23T04:12:04.629Z | Downloaded signal-hook-tokio v0.3.1 |
| 990 | 2026-05-23T04:12:04.632Z | Downloaded resolv-conf v0.7.6 |
| 991 | 2026-05-23T04:12:04.632Z | Downloaded diesel_derives v2.3.7 |
| 992 | 2026-05-23T04:12:04.635Z | Downloaded slog-bunyan v2.5.0 |
| 993 | 2026-05-23T04:12:04.639Z | Downloaded shell-words v1.1.1 |
| 994 | 2026-05-23T04:12:04.641Z | Downloaded signal-hook-mio v0.2.5 |
| 995 | 2026-05-23T04:12:04.644Z | Downloaded crossterm v0.29.0 |
| 996 | 2026-05-23T04:12:04.653Z | Downloaded slog-envlogger v2.2.0 |
| 997 | 2026-05-23T04:12:04.656Z | Downloaded pin-project v1.1.11 |
| 998 | 2026-05-23T04:12:04.660Z | Downloaded postcard v1.1.3 |
| 999 | 2026-05-23T04:12:04.663Z | Downloaded sct v0.7.1 |
| 1000 | 2026-05-23T04:12:04.666Z | Downloaded serde-hex v0.1.0 |
| 1001 | 2026-05-23T04:12:04.669Z | Downloaded serde_derive_internals v0.29.1 |
| 1002 | 2026-05-23T04:12:04.669Z | Downloaded rustls-pemfile v2.2.0 |
| 1003 | 2026-05-23T04:12:04.673Z | Downloaded sigpipe v0.1.3 |
| 1004 | 2026-05-23T04:12:04.679Z | Downloaded http v1.4.0 |
| 1005 | 2026-05-23T04:12:04.682Z | Downloaded prettyplease v0.2.37 |
| 1006 | 2026-05-23T04:12:04.686Z | Downloaded itertools v0.10.5 |
| 1007 | 2026-05-23T04:12:04.691Z | Downloaded openssl-sys v0.9.115 |
| 1008 | 2026-05-23T04:12:04.695Z | Downloaded progenitor-impl v0.10.0 |
| 1009 | 2026-05-23T04:12:04.698Z | Downloaded rand_core v0.9.5 |
| 1010 | 2026-05-23T04:12:04.698Z | Downloaded prefix-trie v0.7.0 |
| 1011 | 2026-05-23T04:12:04.701Z | Downloaded scrypt v0.11.0 |
| 1012 | 2026-05-23T04:12:04.701Z | Downloaded derive_more-impl v2.1.1 |
| 1013 | 2026-05-23T04:12:04.704Z | Downloaded scroll v0.13.0 |
| 1014 | 2026-05-23T04:12:04.707Z | Downloaded siphasher v1.0.2 |
| 1015 | 2026-05-23T04:12:04.707Z | Downloaded slab v0.4.12 |
| 1016 | 2026-05-23T04:12:04.709Z | Downloaded simd-adler32 v0.3.8 |
| 1017 | 2026-05-23T04:12:04.709Z | Downloaded sqlparser_derive v0.5.0 |
| 1018 | 2026-05-23T04:12:04.712Z | Downloaded progenitor-impl v0.11.2 |
| 1019 | 2026-05-23T04:12:04.715Z | Downloaded progenitor-impl v0.13.0 |
| 1020 | 2026-05-23T04:12:04.718Z | Downloaded slog-json v2.6.1 |
| 1021 | 2026-05-23T04:12:04.718Z | Downloaded slog-dtrace v0.3.0 |
| 1022 | 2026-05-23T04:12:04.718Z | Downloaded slog-async v2.8.0 |
| 1023 | 2026-05-23T04:12:04.721Z | Downloaded progenitor-impl v0.14.0 |
| 1024 | 2026-05-23T04:12:04.721Z | Downloaded hashbrown v0.16.1 |
| 1025 | 2026-05-23T04:12:04.725Z | Downloaded ssh-cipher v0.2.0 |
| 1026 | 2026-05-23T04:12:04.728Z | Downloaded sync-ptr v0.1.4 |
| 1027 | 2026-05-23T04:12:04.729Z | Downloaded subtle v2.6.1 |
| 1028 | 2026-05-23T04:12:04.729Z | Downloaded strum v0.26.3 |
| 1029 | 2026-05-23T04:12:04.729Z | Downloaded structmeta-derive v0.3.0 |
| 1030 | 2026-05-23T04:12:04.732Z | Downloaded structmeta v0.3.0 |
| 1031 | 2026-05-23T04:12:04.732Z | Downloaded aes-gcm v0.10.3 |
| 1032 | 2026-05-23T04:12:04.732Z | Downloaded sync_wrapper v1.0.2 |
| 1033 | 2026-05-23T04:12:04.735Z | Downloaded supports-color v3.0.2 |
| 1034 | 2026-05-23T04:12:04.735Z | Downloaded shlex v1.3.0 |
| 1035 | 2026-05-23T04:12:04.735Z | Downloaded sec1 v0.7.3 |
| 1036 | 2026-05-23T04:12:04.738Z | Downloaded russh-keys v0.45.0 |
| 1037 | 2026-05-23T04:12:04.738Z | Downloaded crossterm v0.28.1 |
| 1038 | 2026-05-23T04:12:04.741Z | Downloaded strum v0.27.2 |
| 1039 | 2026-05-23T04:12:04.744Z | Downloaded smf v0.2.3 |
| 1040 | 2026-05-23T04:12:04.744Z | Downloaded serde_path_to_error v0.1.20 |
| 1041 | 2026-05-23T04:12:04.744Z | Downloaded serde_cbor v0.11.2 |
| 1042 | 2026-05-23T04:12:04.748Z | Downloaded tagptr v0.2.0 |
| 1043 | 2026-05-23T04:12:04.748Z | Downloaded tabwriter v1.4.1 |
| 1044 | 2026-05-23T04:12:04.748Z | Downloaded tabled_derive v0.11.0 |
| 1045 | 2026-05-23T04:12:04.751Z | Downloaded snafu-derive v0.8.9 |
| 1046 | 2026-05-23T04:12:04.754Z | Downloaded bitvec v1.0.1 |
| 1047 | 2026-05-23T04:12:04.760Z | Downloaded signal-hook-registry v1.4.8 |
| 1048 | 2026-05-23T04:12:04.763Z | Downloaded smallvec v0.6.14 |
| 1049 | 2026-05-23T04:12:04.763Z | Downloaded tap v1.0.1 |
| 1050 | 2026-05-23T04:12:04.763Z | Downloaded take_mut v0.2.2 |
| 1051 | 2026-05-23T04:12:04.767Z | Downloaded slog-stdlog v4.1.1 |
| 1052 | 2026-05-23T04:12:04.767Z | Downloaded slog-scope v4.4.1 |
| 1053 | 2026-05-23T04:12:04.767Z | Downloaded spki v0.7.3 |
| 1054 | 2026-05-23T04:12:04.770Z | Downloaded termtree v0.5.1 |
| 1055 | 2026-05-23T04:12:04.770Z | Downloaded serde_with_macros v3.17.0 |
| 1056 | 2026-05-23T04:12:04.770Z | Downloaded schemars_derive v0.8.22 |
| 1057 | 2026-05-23T04:12:04.770Z | Downloaded rustls-pki-types v1.14.0 |
| 1058 | 2026-05-23T04:12:04.773Z | Downloaded hickory-server v0.25.2 |
| 1059 | 2026-05-23T04:12:04.777Z | Downloaded pretty_assertions v1.4.1 |
| 1060 | 2026-05-23T04:12:04.777Z | Downloaded hashbrown v0.13.2 |
| 1061 | 2026-05-23T04:12:04.780Z | Downloaded rayon-core v1.13.0 |
| 1062 | 2026-05-23T04:12:04.783Z | Downloaded ssh-encoding v0.2.0 |
| 1063 | 2026-05-23T04:12:04.783Z | Downloaded testing_table v0.3.0 |
| 1064 | 2026-05-23T04:12:04.787Z | Downloaded thread-id v5.1.0 |
| 1065 | 2026-05-23T04:12:04.790Z | Downloaded stringprep v0.1.5 |
| 1066 | 2026-05-23T04:12:04.790Z | Downloaded static_assertions v1.1.0 |
| 1067 | 2026-05-23T04:12:04.790Z | Downloaded aho-corasick v1.1.4 |
| 1068 | 2026-05-23T04:12:04.795Z | Downloaded schemars v0.8.22 |
| 1069 | 2026-05-23T04:12:04.802Z | Downloaded tinyvec_macros v0.1.1 |
| 1070 | 2026-05-23T04:12:04.806Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1071 | 2026-05-23T04:12:04.806Z | Downloaded strum_macros v0.26.4 |
| 1072 | 2026-05-23T04:12:04.809Z | Downloaded strum_macros v0.24.3 |
| 1073 | 2026-05-23T04:12:04.809Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1074 | 2026-05-23T04:12:04.809Z | Downloaded string_cache v0.8.9 |
| 1075 | 2026-05-23T04:12:04.809Z | Downloaded rand v0.8.6 |
| 1076 | 2026-05-23T04:12:04.812Z | Downloaded stacker v0.1.23 |
| 1077 | 2026-05-23T04:12:04.812Z | Downloaded time-core v0.1.8 |
| 1078 | 2026-05-23T04:12:04.815Z | Downloaded tokio-macros v2.7.0 |
| 1079 | 2026-05-23T04:12:04.815Z | Downloaded strum_macros v0.27.2 |
| 1080 | 2026-05-23T04:12:04.815Z | Downloaded papergrid v0.17.0 |
| 1081 | 2026-05-23T04:12:04.818Z | Downloaded minimal-lexical v0.2.1 |
| 1082 | 2026-05-23T04:12:04.821Z | Downloaded mio v1.2.0 |
| 1083 | 2026-05-23T04:12:04.824Z | Downloaded expectorate v1.2.0 |
| 1084 | 2026-05-23T04:12:04.832Z | Downloaded iri-string v0.7.10 |
| 1085 | 2026-05-23T04:12:04.836Z | Downloaded sqlformat v0.3.5 |
| 1086 | 2026-05-23T04:12:04.839Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1087 | 2026-05-23T04:12:04.839Z | Downloaded support-bundle-viewer v0.1.2 |
| 1088 | 2026-05-23T04:12:04.842Z | Downloaded tower-service v0.3.3 |
| 1089 | 2026-05-23T04:12:04.846Z | Downloaded rcgen v0.12.1 |
| 1090 | 2026-05-23T04:12:04.846Z | Downloaded h2 v0.4.13 |
| 1091 | 2026-05-23T04:12:04.849Z | Downloaded ryu v1.0.23 |
| 1092 | 2026-05-23T04:12:04.853Z | Downloaded tower-layer v0.3.3 |
| 1093 | 2026-05-23T04:12:04.856Z | Downloaded similar v2.7.0 |
| 1094 | 2026-05-23T04:12:04.859Z | Downloaded thiserror-no-std v2.0.2 |
| 1095 | 2026-05-23T04:12:04.862Z | Downloaded signal-hook v0.3.18 |
| 1096 | 2026-05-23T04:12:04.863Z | Downloaded try-lock v0.2.5 |
| 1097 | 2026-05-23T04:12:04.865Z | Downloaded iddqd v0.4.1 |
| 1098 | 2026-05-23T04:12:04.870Z | Downloaded topological-sort v0.2.2 |
| 1099 | 2026-05-23T04:12:04.870Z | Downloaded num-bigint-dig v0.8.6 |
| 1100 | 2026-05-23T04:12:04.873Z | Downloaded trait-variant v0.1.2 |
| 1101 | 2026-05-23T04:12:04.873Z | Downloaded tiny-keccak v2.0.2 |
| 1102 | 2026-05-23T04:12:04.873Z | Downloaded hyper v1.8.1 |
| 1103 | 2026-05-23T04:12:04.876Z | Downloaded dropshot-api-manager v0.7.2 |
| 1104 | 2026-05-23T04:12:04.880Z | Downloaded time-macros v0.2.27 |
| 1105 | 2026-05-23T04:12:04.882Z | Downloaded termios v0.3.3 |
| 1106 | 2026-05-23T04:12:04.882Z | Downloaded rsa v0.9.10 |
| 1107 | 2026-05-23T04:12:04.885Z | Downloaded spin v0.9.8 |
| 1108 | 2026-05-23T04:12:04.888Z | Downloaded tokio-native-tls v0.3.1 |
| 1109 | 2026-05-23T04:12:04.888Z | Downloaded ron v0.8.1 |
| 1110 | 2026-05-23T04:12:04.892Z | Downloaded schemars v0.9.0 |
| 1111 | 2026-05-23T04:12:04.898Z | Downloaded usdt v0.6.0 |
| 1112 | 2026-05-23T04:12:04.901Z | Downloaded untrusted v0.9.0 |
| 1113 | 2026-05-23T04:12:04.901Z | Downloaded typify-macro v0.6.2 |
| 1114 | 2026-05-23T04:12:04.901Z | Downloaded tokio-tungstenite v0.21.0 |
| 1115 | 2026-05-23T04:12:04.904Z | Downloaded itertools v0.13.0 |
| 1116 | 2026-05-23T04:12:04.908Z | Downloaded rustls-webpki v0.103.9 |
| 1117 | 2026-05-23T04:12:04.910Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1118 | 2026-05-23T04:12:04.911Z | Downloaded tokio-tungstenite v0.23.1 |
| 1119 | 2026-05-23T04:12:04.914Z | Downloaded utf-8 v0.7.6 |
| 1120 | 2026-05-23T04:12:04.914Z | Downloaded usdt-macro v0.6.0 |
| 1121 | 2026-05-23T04:12:04.914Z | Downloaded usdt-attr-macro v0.6.0 |
| 1122 | 2026-05-23T04:12:04.914Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1123 | 2026-05-23T04:12:04.917Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1124 | 2026-05-23T04:12:04.917Z | Downloaded nom v7.1.3 |
| 1125 | 2026-05-23T04:12:04.920Z | Downloaded quinn v0.11.9 |
| 1126 | 2026-05-23T04:12:04.922Z | Downloaded samael v0.0.19 |
| 1127 | 2026-05-23T04:12:04.926Z | Downloaded libm v0.2.16 |
| 1128 | 2026-05-23T04:12:04.931Z | Downloaded void v1.0.2 |
| 1129 | 2026-05-23T04:12:04.934Z | Downloaded unicode-truncate v1.1.0 |
| 1130 | 2026-05-23T04:12:04.934Z | Downloaded tui-tree-widget v0.23.1 |
| 1131 | 2026-05-23T04:12:04.934Z | Downloaded tokio-dtrace v0.1.1 |
| 1132 | 2026-05-23T04:12:04.934Z | Downloaded tls_codec v0.4.2 |
| 1133 | 2026-05-23T04:12:04.934Z | Downloaded publicsuffix v2.3.0 |
| 1134 | 2026-05-23T04:12:04.938Z | Downloaded want v0.3.1 |
| 1135 | 2026-05-23T04:12:04.938Z | Downloaded universal-hash v0.5.1 |
| 1136 | 2026-05-23T04:12:04.938Z | Downloaded untrusted v0.7.1 |
| 1137 | 2026-05-23T04:12:04.938Z | Downloaded unit-prefix v0.5.2 |
| 1138 | 2026-05-23T04:12:04.941Z | Downloaded unarray v0.1.4 |
| 1139 | 2026-05-23T04:12:04.941Z | Downloaded typify-macro v0.4.3 |
| 1140 | 2026-05-23T04:12:04.944Z | Downloaded slog-term v2.9.2 |
| 1141 | 2026-05-23T04:12:04.948Z | Downloaded tokio-rustls v0.24.1 |
| 1142 | 2026-05-23T04:12:04.951Z | Downloaded tokio-rustls v0.25.0 |
| 1143 | 2026-05-23T04:12:04.951Z | Downloaded bindgen v0.71.1 |
| 1144 | 2026-05-23T04:12:04.957Z | Downloaded xattr v1.6.1 |
| 1145 | 2026-05-23T04:12:04.960Z | Downloaded libxml v0.3.3 |
| 1146 | 2026-05-23T04:12:04.960Z | Downloaded xshell-macros v0.2.7 |
| 1147 | 2026-05-23T04:12:04.964Z | Downloaded term v1.2.1 |
| 1148 | 2026-05-23T04:12:04.964Z | Downloaded term v0.7.0 |
| 1149 | 2026-05-23T04:12:04.968Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1150 | 2026-05-23T04:12:04.971Z | Downloaded p521 v0.13.3 |
| 1151 | 2026-05-23T04:12:04.974Z | Downloaded socket2 v0.6.3 |
| 1152 | 2026-05-23T04:12:04.978Z | Downloaded test-strategy v0.4.5 |
| 1153 | 2026-05-23T04:12:04.978Z | Downloaded usdt-impl v0.6.0 |
| 1154 | 2026-05-23T04:12:04.982Z | Downloaded wait-timeout v0.2.1 |
| 1155 | 2026-05-23T04:12:04.986Z | Downloaded vergen-lib v0.1.6 |
| 1156 | 2026-05-23T04:12:04.986Z | Downloaded zone v0.3.1 |
| 1157 | 2026-05-23T04:12:04.990Z | Downloaded waitgroup v0.1.2 |
| 1158 | 2026-05-23T04:12:04.990Z | Downloaded thread_local v1.1.9 |
| 1159 | 2026-05-23T04:12:04.997Z | Downloaded socket2 v0.5.10 |
| 1160 | 2026-05-23T04:12:05.000Z | Downloaded unicase v2.9.0 |
| 1161 | 2026-05-23T04:12:05.005Z | Downloaded zone_cfg_derive v0.3.1 |
| 1162 | 2026-05-23T04:12:05.005Z | Downloaded tls_codec_derive v0.4.2 |
| 1163 | 2026-05-23T04:12:05.008Z | Downloaded walkdir v2.5.0 |
| 1164 | 2026-05-23T04:12:05.008Z | Downloaded twox-hash v2.1.2 |
| 1165 | 2026-05-23T04:12:05.015Z | Downloaded subprocess v0.2.15 |
| 1166 | 2026-05-23T04:12:05.019Z | Downloaded tar v0.4.45 |
| 1167 | 2026-05-23T04:12:05.024Z | Downloaded rand v0.9.2 |
| 1168 | 2026-05-23T04:12:05.024Z | Downloaded qorb v0.4.1 |
| 1169 | 2026-05-23T04:12:05.027Z | Downloaded wyz v0.5.1 |
| 1170 | 2026-05-23T04:12:05.027Z | Downloaded slog v2.8.2 |
| 1171 | 2026-05-23T04:12:05.027Z | Downloaded xshell v0.2.7 |
| 1172 | 2026-05-23T04:12:05.030Z | Downloaded uzers v0.12.2 |
| 1173 | 2026-05-23T04:12:05.030Z | Downloaded blake3 v1.8.3 |
| 1174 | 2026-05-23T04:12:05.034Z | Downloaded vergen-gitcl v1.0.8 |
| 1175 | 2026-05-23T04:12:05.037Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1176 | 2026-05-23T04:12:05.040Z | Downloaded tokio-stream v0.1.18 |
| 1177 | 2026-05-23T04:12:05.040Z | Downloaded vsss-rs v3.3.4 |
| 1178 | 2026-05-23T04:12:05.044Z | Downloaded tokio-rustls v0.26.4 |
| 1179 | 2026-05-23T04:12:05.044Z | Downloaded snafu v0.8.9 |
| 1180 | 2026-05-23T04:12:05.047Z | Downloaded git2 v0.20.4 |
| 1181 | 2026-05-23T04:12:05.050Z | Downloaded zeroize_derive v1.4.3 |
| 1182 | 2026-05-23T04:12:05.056Z | Downloaded zeroize v1.8.2 |
| 1183 | 2026-05-23T04:12:05.056Z | Downloaded tracing-attributes v0.1.31 |
| 1184 | 2026-05-23T04:12:05.056Z | Downloaded aws-lc-rs v1.16.3 |
| 1185 | 2026-05-23T04:12:05.060Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1186 | 2026-05-23T04:12:05.063Z | Downloaded rustyline v14.0.0 |
| 1187 | 2026-05-23T04:12:05.063Z | Downloaded zstd-safe v7.2.4 |
| 1188 | 2026-05-23T04:12:05.066Z | Downloaded zstd v0.13.3 |
| 1189 | 2026-05-23T04:12:05.066Z | Downloaded tungstenite v0.23.0 |
| 1190 | 2026-05-23T04:12:05.073Z | Downloaded whoami v1.6.1 |
| 1191 | 2026-05-23T04:12:05.079Z | Downloaded unsafe-libyaml v0.2.11 |
| 1192 | 2026-05-23T04:12:05.082Z | Downloaded tinyvec v1.10.0 |
| 1193 | 2026-05-23T04:12:05.085Z | Downloaded unicode-properties v0.1.4 |
| 1194 | 2026-05-23T04:12:05.085Z | Downloaded whoami v2.1.0 |
| 1195 | 2026-05-23T04:12:05.088Z | Downloaded yasna v0.5.2 |
| 1196 | 2026-05-23T04:12:05.091Z | Downloaded tungstenite v0.21.0 |
| 1197 | 2026-05-23T04:12:05.096Z | Downloaded rand v0.10.0 |
| 1198 | 2026-05-23T04:12:05.100Z | Downloaded zerocopy v0.6.6 |
| 1199 | 2026-05-23T04:12:05.100Z | Downloaded num-bigint v0.4.6 |
| 1200 | 2026-05-23T04:12:05.103Z | Downloaded itertools v0.12.1 |
| 1201 | 2026-05-23T04:12:05.106Z | Downloaded tracing-core v0.1.36 |
| 1202 | 2026-05-23T04:12:05.110Z | Downloaded vergen-git2 v1.0.7 |
| 1203 | 2026-05-23T04:12:05.114Z | Downloaded vergen v9.0.6 |
| 1204 | 2026-05-23T04:12:05.114Z | Downloaded futures-util v0.3.32 |
| 1205 | 2026-05-23T04:12:05.120Z | Downloaded schemars v1.2.1 |
| 1206 | 2026-05-23T04:12:05.126Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1207 | 2026-05-23T04:12:05.129Z | Downloaded toml v0.7.8 |
| 1208 | 2026-05-23T04:12:05.132Z | Downloaded itertools v0.14.0 |
| 1209 | 2026-05-23T04:12:05.135Z | Downloaded hashbrown v0.15.5 |
| 1210 | 2026-05-23T04:12:05.139Z | Downloaded typify v0.4.3 |
| 1211 | 2026-05-23T04:12:05.145Z | Downloaded russh v0.45.0 |
| 1212 | 2026-05-23T04:12:05.149Z | Downloaded typify v0.6.2 |
| 1213 | 2026-05-23T04:12:05.156Z | Downloaded steno v0.4.1 |
| 1214 | 2026-05-23T04:12:05.156Z | Downloaded ssh-key v0.6.7 |
| 1215 | 2026-05-23T04:12:05.166Z | Downloaded chrono v0.4.44 |
| 1216 | 2026-05-23T04:12:05.181Z | Downloaded tokio-postgres v0.7.16 |
| 1217 | 2026-05-23T04:12:05.181Z | Downloaded vte v0.14.1 |
| 1218 | 2026-05-23T04:12:05.181Z | Downloaded hkdf v0.12.4 |
| 1219 | 2026-05-23T04:12:05.185Z | Downloaded yansi v1.0.1 |
| 1220 | 2026-05-23T04:12:05.185Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1221 | 2026-05-23T04:12:05.185Z | Downloaded uuid v1.23.0 |
| 1222 | 2026-05-23T04:12:05.192Z | Downloaded goblin v0.10.5 |
| 1223 | 2026-05-23T04:12:05.197Z | Downloaded unicode-bidi v0.3.18 |
| 1224 | 2026-05-23T04:12:05.202Z | Downloaded rpassword v7.4.0 |
| 1225 | 2026-05-23T04:12:05.222Z | Downloaded moka v0.12.13 |
| 1226 | 2026-05-23T04:12:05.226Z | Downloaded zopfli v0.8.3 |
| 1227 | 2026-05-23T04:12:05.229Z | Downloaded rustls-webpki v0.101.7 |
| 1228 | 2026-05-23T04:12:05.253Z | Downloaded x509-cert v0.2.5 |
| 1229 | 2026-05-23T04:12:05.263Z | Downloaded unicode_categories v0.1.1 |
| 1230 | 2026-05-23T04:12:05.270Z | Downloaded typed-path v0.9.3 |
| 1231 | 2026-05-23T04:12:05.273Z | Downloaded petname v2.0.2 |
| 1232 | 2026-05-23T04:12:05.277Z | Downloaded zip v0.6.6 |
| 1233 | 2026-05-23T04:12:05.290Z | Downloaded proptest v1.10.0 |
| 1234 | 2026-05-23T04:12:05.296Z | Downloaded toml_edit v0.19.15 |
| 1235 | 2026-05-23T04:12:05.304Z | Downloaded tokio-util v0.7.18 |
| 1236 | 2026-05-23T04:12:05.309Z | Downloaded reedline v0.40.0 |
| 1237 | 2026-05-23T04:12:05.313Z | Downloaded zip v4.6.1 |
| 1238 | 2026-05-23T04:12:05.317Z | Downloaded object v0.30.4 |
| 1239 | 2026-05-23T04:12:05.320Z | Downloaded unicode-normalization v0.1.25 |
| 1240 | 2026-05-23T04:12:05.323Z | Downloaded serde_with v3.17.0 |
| 1241 | 2026-05-23T04:12:05.340Z | Downloaded quinn-proto v0.11.13 |
| 1242 | 2026-05-23T04:12:05.344Z | Downloaded p384 v0.13.1 |
| 1243 | 2026-05-23T04:12:05.349Z | Downloaded regex v1.12.3 |
| 1244 | 2026-05-23T04:12:05.356Z | Downloaded zerocopy-derive v0.8.40 |
| 1245 | 2026-05-23T04:12:05.360Z | Downloaded unicode-segmentation v1.12.0 |
| 1246 | 2026-05-23T04:12:05.363Z | Downloaded reqwest v0.13.2 |
| 1247 | 2026-05-23T04:12:05.367Z | Downloaded reqwest v0.12.28 |
| 1248 | 2026-05-23T04:12:05.370Z | Downloaded quick-xml v0.37.5 |
| 1249 | 2026-05-23T04:12:05.373Z | Downloaded salty v0.3.0 |
| 1250 | 2026-05-23T04:12:05.376Z | Downloaded winnow v0.6.26 |
| 1251 | 2026-05-23T04:12:05.380Z | Downloaded rayon v1.11.0 |
| 1252 | 2026-05-23T04:12:05.385Z | Downloaded lalrpop v0.19.12 |
| 1253 | 2026-05-23T04:12:05.391Z | Downloaded bstr v1.12.1 |
| 1254 | 2026-05-23T04:12:05.398Z | Downloaded winnow v0.5.40 |
| 1255 | 2026-05-23T04:12:05.403Z | Downloaded tower v0.5.3 |
| 1256 | 2026-05-23T04:12:05.413Z | Downloaded nix v0.29.0 |
| 1257 | 2026-05-23T04:12:05.425Z | Downloaded nix v0.28.0 |
| 1258 | 2026-05-23T04:12:05.432Z | Downloaded tower-http v0.6.8 |
| 1259 | 2026-05-23T04:12:05.436Z | Downloaded tough v0.22.0 |
| 1260 | 2026-05-23T04:12:05.448Z | Downloaded rustls v0.21.12 |
| 1261 | 2026-05-23T04:12:05.455Z | Downloaded portable-atomic v1.13.1 |
| 1262 | 2026-05-23T04:12:05.467Z | Downloaded smoltcp v0.9.1 |
| 1263 | 2026-05-23T04:12:05.473Z | Downloaded rustls-webpki v0.102.8 |
| 1264 | 2026-05-23T04:12:05.484Z | Downloaded object v0.37.3 |
| 1265 | 2026-05-23T04:12:05.490Z | Downloaded hickory-proto v0.24.4 |
| 1266 | 2026-05-23T04:12:05.499Z | Downloaded nix v0.27.1 |
| 1267 | 2026-05-23T04:12:05.504Z | Downloaded zlib-rs v0.6.2 |
| 1268 | 2026-05-23T04:12:05.507Z | Downloaded regress v0.10.5 |
| 1269 | 2026-05-23T04:12:05.513Z | Downloaded radix_trie v0.2.1 |
| 1270 | 2026-05-23T04:12:05.516Z | Downloaded hickory-proto v0.25.2 |
| 1271 | 2026-05-23T04:12:05.524Z | Downloaded zerocopy v0.8.40 |
| 1272 | 2026-05-23T04:12:05.529Z | Downloaded webpki-roots v1.0.6 |
| 1273 | 2026-05-23T04:12:05.532Z | Downloaded curve25519-dalek v4.1.3 |
| 1274 | 2026-05-23T04:12:05.557Z | Downloaded rustls v0.23.37 |
| 1275 | 2026-05-23T04:12:05.564Z | Downloaded tabled v0.20.0 |
| 1276 | 2026-05-23T04:12:05.574Z | Downloaded regress v0.11.1 |
| 1277 | 2026-05-23T04:12:05.580Z | Downloaded polar-core v0.27.3 |
| 1278 | 2026-05-23T04:12:05.584Z | Downloaded time v0.3.47 |
| 1279 | 2026-05-23T04:12:05.590Z | Downloaded openssl v0.10.79 |
| 1280 | 2026-05-23T04:12:05.596Z | Downloaded vcpkg v0.2.15 |
| 1281 | 2026-05-23T04:12:05.618Z | Downloaded regex-syntax v0.6.29 |
| 1282 | 2026-05-23T04:12:05.622Z | Downloaded csv v1.4.0 |
| 1283 | 2026-05-23T04:12:05.634Z | Downloaded nix v0.31.2 |
| 1284 | 2026-05-23T04:12:05.641Z | Downloaded dropshot v0.17.0 |
| 1285 | 2026-05-23T04:12:05.653Z | Downloaded dropshot v0.16.7 |
| 1286 | 2026-05-23T04:12:05.665Z | Downloaded sqlparser v0.61.0 |
| 1287 | 2026-05-23T04:12:05.674Z | Downloaded smoltcp v0.11.0 |
| 1288 | 2026-05-23T04:12:05.680Z | Downloaded rustls v0.22.4 |
| 1289 | 2026-05-23T04:12:05.687Z | Downloaded regex-syntax v0.8.10 |
| 1290 | 2026-05-23T04:12:05.692Z | Downloaded openapiv3 v2.2.0 |
| 1291 | 2026-05-23T04:12:05.698Z | Downloaded rustix v0.38.44 |
| 1292 | 2026-05-23T04:12:05.711Z | Downloaded tracing v0.1.44 |
| 1293 | 2026-05-23T04:12:05.724Z | Downloaded diesel v2.3.7 |
| 1294 | 2026-05-23T04:12:05.735Z | Downloaded typify-impl v0.4.3 |
| 1295 | 2026-05-23T04:12:05.744Z | Downloaded ratatui v0.29.0 |
| 1296 | 2026-05-23T04:12:05.757Z | Downloaded zerocopy-derive v0.6.6 |
| 1297 | 2026-05-23T04:12:05.760Z | Downloaded sled v0.34.7 |
| 1298 | 2026-05-23T04:12:05.766Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1299 | 2026-05-23T04:12:05.783Z | Downloaded typify-impl v0.6.2 |
| 1300 | 2026-05-23T04:12:05.792Z | Downloaded regex-automata v0.4.14 |
| 1301 | 2026-05-23T04:12:05.800Z | Downloaded petgraph v0.6.5 |
| 1302 | 2026-05-23T04:12:05.811Z | Downloaded chrono-tz v0.10.4 |
| 1303 | 2026-05-23T04:12:05.824Z | Downloaded petgraph v0.8.3 |
| 1304 | 2026-05-23T04:12:05.849Z | Downloaded jiff v0.2.21 |
| 1305 | 2026-05-23T04:12:05.859Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1306 | 2026-05-23T04:12:05.890Z | Downloaded libz-sys v1.1.24 |
| 1307 | 2026-05-23T04:12:05.903Z | Downloaded sha3 v0.10.8 |
| 1308 | 2026-05-23T04:12:05.915Z | Downloaded tokio v1.52.1 |
| 1309 | 2026-05-23T04:12:05.947Z | Downloaded encoding_rs v0.8.35 |
| 1310 | 2026-05-23T04:12:05.988Z | Downloaded ring v0.17.14 |
| 1311 | 2026-05-23T04:12:06.027Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1312 | 2026-05-23T04:12:06.528Z | Downloaded aws-lc-sys v0.40.0 |
| 1313 | 2026-05-23T04:12:06.767Z | Compiling libc v0.2.185 |
| 1314 | 2026-05-23T04:12:06.770Z | Compiling serde v1.0.228 |
| 1315 | 2026-05-23T04:12:06.770Z | Compiling log v0.4.29 |
| 1316 | 2026-05-23T04:12:06.770Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-05-23T04:12:06.930Z | Compiling shlex v1.3.0 |
| 1318 | 2026-05-23T04:12:06.940Z | Compiling syn v2.0.117 |
| 1319 | 2026-05-23T04:12:06.943Z | Compiling smallvec v1.15.1 |
| 1320 | 2026-05-23T04:12:06.943Z | Compiling typenum v1.19.0 |
| 1321 | 2026-05-23T04:12:07.111Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-05-23T04:12:07.137Z | Compiling subtle v2.6.1 |
| 1323 | 2026-05-23T04:12:07.169Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-05-23T04:12:07.188Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-05-23T04:12:07.236Z | Compiling serde_json v1.0.149 |
| 1326 | 2026-05-23T04:12:07.274Z | Compiling lock_api v0.4.14 |
| 1327 | 2026-05-23T04:12:07.324Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-05-23T04:12:07.362Z | Compiling portable-atomic v1.13.1 |
| 1329 | 2026-05-23T04:12:07.513Z | Compiling pin-project-lite v0.2.17 |
| 1330 | 2026-05-23T04:12:07.612Z | Compiling parking_lot_core v0.9.12 |
| 1331 | 2026-05-23T04:12:07.764Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-05-23T04:12:07.833Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-23T04:12:07.848Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-23T04:12:07.862Z | Compiling errno v0.3.14 |
| 1335 | 2026-05-23T04:12:07.985Z | Compiling rand_core v0.6.4 |
| 1336 | 2026-05-23T04:12:08.064Z | Compiling cc v1.2.56 |
| 1337 | 2026-05-23T04:12:08.239Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-05-23T04:12:08.253Z | Compiling bitflags v2.11.0 |
| 1339 | 2026-05-23T04:12:08.265Z | Compiling critical-section v1.2.0 |
| 1340 | 2026-05-23T04:12:08.327Z | Compiling libm v0.2.16 |
| 1341 | 2026-05-23T04:12:08.371Z | Compiling futures-core v0.3.32 |
| 1342 | 2026-05-23T04:12:08.476Z | Compiling once_cell v1.21.3 |
| 1343 | 2026-05-23T04:12:08.530Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-05-23T04:12:08.546Z | Compiling mio v1.2.0 |
| 1345 | 2026-05-23T04:12:08.560Z | Compiling num-traits v0.2.19 |
| 1346 | 2026-05-23T04:12:08.630Z | Compiling percent-encoding v2.3.2 |
| 1347 | 2026-05-23T04:12:08.710Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-05-23T04:12:08.823Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-05-23T04:12:08.912Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-05-23T04:12:08.925Z | Compiling cpufeatures v0.2.17 |
| 1351 | 2026-05-23T04:12:08.938Z | Compiling slab v0.4.12 |
| 1352 | 2026-05-23T04:12:09.001Z | Compiling getrandom v0.4.1 |
| 1353 | 2026-05-23T04:12:09.019Z | Compiling futures-task v0.3.32 |
| 1354 | 2026-05-23T04:12:09.119Z | Compiling futures-io v0.3.32 |
| 1355 | 2026-05-23T04:12:09.131Z | Compiling rand_core v0.10.0 |
| 1356 | 2026-05-23T04:12:09.146Z | Compiling indexmap v2.14.0 |
| 1357 | 2026-05-23T04:12:09.194Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-05-23T04:12:09.276Z | Compiling getrandom v0.3.4 |
| 1359 | 2026-05-23T04:12:09.296Z | Compiling cmake v0.1.57 |
| 1360 | 2026-05-23T04:12:09.631Z | Compiling form_urlencoded v1.2.2 |
| 1361 | 2026-05-23T04:12:09.677Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-05-23T04:12:09.699Z | Compiling dunce v1.0.5 |
| 1363 | 2026-05-23T04:12:09.810Z | Compiling ident_case v1.0.1 |
| 1364 | 2026-05-23T04:12:09.824Z | Compiling synstructure v0.13.2 |
| 1365 | 2026-05-23T04:12:09.837Z | Compiling base64ct v1.8.3 |
| 1366 | 2026-05-23T04:12:09.933Z | Compiling flagset v0.4.7 |
| 1367 | 2026-05-23T04:12:09.961Z | Compiling aws-lc-sys v0.40.0 |
| 1368 | 2026-05-23T04:12:10.064Z | Compiling pem-rfc7468 v0.7.0 |
| 1369 | 2026-05-23T04:12:10.130Z | Compiling iana-time-zone v0.1.65 |
| 1370 | 2026-05-23T04:12:10.179Z | Compiling regex-syntax v0.8.10 |
| 1371 | 2026-05-23T04:12:10.243Z | Compiling rustix v1.1.3 |
| 1372 | 2026-05-23T04:12:10.330Z | Compiling rand_core v0.9.5 |
| 1373 | 2026-05-23T04:12:10.361Z | Compiling ring v0.17.14 |
| 1374 | 2026-05-23T04:12:10.375Z | Compiling aws-lc-rs v1.16.3 |
| 1375 | 2026-05-23T04:12:10.424Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-05-23T04:12:10.599Z | Compiling uuid v1.23.0 |
| 1377 | 2026-05-23T04:12:10.652Z | Compiling rustc_version v0.4.1 |
| 1378 | 2026-05-23T04:12:10.975Z | Compiling tracing-core v0.1.36 |
| 1379 | 2026-05-23T04:12:11.143Z | Compiling openssl-sys v0.9.115 |
| 1380 | 2026-05-23T04:12:11.339Z | Compiling base64 v0.22.1 |
| 1381 | 2026-05-23T04:12:11.540Z | Compiling httparse v1.10.1 |
| 1382 | 2026-05-23T04:12:11.603Z | Compiling serde_derive v1.0.228 |
| 1383 | 2026-05-23T04:12:11.667Z | Compiling zeroize_derive v1.4.3 |
| 1384 | 2026-05-23T04:12:11.706Z | Compiling zerofrom-derive v0.1.6 |
| 1385 | 2026-05-23T04:12:11.877Z | Compiling yoke-derive v0.8.1 |
| 1386 | 2026-05-23T04:12:12.018Z | Compiling zerocopy-derive v0.8.40 |
| 1387 | 2026-05-23T04:12:12.307Z | Compiling zeroize v1.8.2 |
| 1388 | 2026-05-23T04:12:12.529Z | Compiling zerovec-derive v0.11.2 |
| 1389 | 2026-05-23T04:12:13.032Z | Compiling crypto-common v0.1.7 |
| 1390 | 2026-05-23T04:12:13.062Z | Compiling block-buffer v0.10.4 |
| 1391 | 2026-05-23T04:12:13.100Z | Compiling zerofrom v0.1.6 |
| 1392 | 2026-05-23T04:12:13.174Z | Compiling displaydoc v0.2.5 |
| 1393 | 2026-05-23T04:12:13.222Z | Compiling yoke v0.8.1 |
| 1394 | 2026-05-23T04:12:13.236Z | Compiling digest v0.10.7 |
| 1395 | 2026-05-23T04:12:13.408Z | Compiling tokio-macros v2.7.0 |
| 1396 | 2026-05-23T04:12:13.472Z | Compiling futures-macro v0.3.32 |
| 1397 | 2026-05-23T04:12:13.617Z | Compiling zerovec v0.11.5 |
| 1398 | 2026-05-23T04:12:13.916Z | Compiling zerotrie v0.2.3 |
| 1399 | 2026-05-23T04:12:14.123Z | Compiling tinystr v0.8.2 |
| 1400 | 2026-05-23T04:12:14.137Z | Compiling potential_utf v0.1.4 |
| 1401 | 2026-05-23T04:12:14.210Z | Compiling hmac v0.12.1 |
| 1402 | 2026-05-23T04:12:14.262Z | Compiling icu_collections v2.1.1 |
| 1403 | 2026-05-23T04:12:14.291Z | Compiling icu_locale_core v2.1.1 |
| 1404 | 2026-05-23T04:12:14.318Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-05-23T04:12:14.359Z | Compiling block-padding v0.3.3 |
| 1406 | 2026-05-23T04:12:14.513Z | Compiling inout v0.1.4 |
| 1407 | 2026-05-23T04:12:14.676Z | Compiling cipher v0.4.4 |
| 1408 | 2026-05-23T04:12:14.735Z | Compiling sha2 v0.10.9 |
| 1409 | 2026-05-23T04:12:14.930Z | Compiling icu_provider v2.1.1 |
| 1410 | 2026-05-23T04:12:15.024Z | Compiling bytes v1.11.1 |
| 1411 | 2026-05-23T04:12:15.158Z | Compiling icu_properties v2.1.2 |
| 1412 | 2026-05-23T04:12:15.222Z | Compiling icu_normalizer v2.1.1 |
| 1413 | 2026-05-23T04:12:15.521Z | Compiling tokio v1.52.1 |
| 1414 | 2026-05-23T04:12:15.634Z | Compiling der_derive v0.7.3 |
| 1415 | 2026-05-23T04:12:15.762Z | Compiling http v1.4.0 |
| 1416 | 2026-05-23T04:12:16.103Z | Compiling idna_adapter v1.2.1 |
| 1417 | 2026-05-23T04:12:16.246Z | Compiling idna v1.1.0 |
| 1418 | 2026-05-23T04:12:16.291Z | Compiling ppv-lite86 v0.2.21 |
| 1419 | 2026-05-23T04:12:16.457Z | Compiling chrono v0.4.44 |
| 1420 | 2026-05-23T04:12:16.577Z | Compiling url v2.5.8 |
| 1421 | 2026-05-23T04:12:16.595Z | Compiling der v0.7.10 |
| 1422 | 2026-05-23T04:12:16.614Z | Compiling salsa20 v0.10.2 |
| 1423 | 2026-05-23T04:12:16.716Z | Compiling pbkdf2 v0.12.2 |
| 1424 | 2026-05-23T04:12:16.753Z | Compiling rustls-pki-types v1.14.0 |
| 1425 | 2026-05-23T04:12:16.837Z | Compiling tracing-attributes v0.1.31 |
| 1426 | 2026-05-23T04:12:16.906Z | Compiling thiserror-impl v2.0.18 |
| 1427 | 2026-05-23T04:12:17.197Z | Compiling scrypt v0.11.0 |
| 1428 | 2026-05-23T04:12:17.367Z | Compiling rand_chacha v0.9.0 |
| 1429 | 2026-05-23T04:12:17.451Z | Compiling spki v0.7.3 |
| 1430 | 2026-05-23T04:12:17.661Z | Compiling http-body v1.0.1 |
| 1431 | 2026-05-23T04:12:17.777Z | Compiling aes v0.8.4 |
| 1432 | 2026-05-23T04:12:17.814Z | Compiling cbc v0.1.2 |
| 1433 | 2026-05-23T04:12:17.897Z | Compiling openssl-probe v0.2.1 |
| 1434 | 2026-05-23T04:12:17.958Z | Compiling untrusted v0.9.0 |
| 1435 | 2026-05-23T04:12:18.060Z | Compiling tinyvec_macros v0.1.1 |
| 1436 | 2026-05-23T04:12:18.073Z | Compiling untrusted v0.7.1 |
| 1437 | 2026-05-23T04:12:18.118Z | Compiling tracing v0.1.44 |
| 1438 | 2026-05-23T04:12:18.132Z | Compiling tinyvec v1.10.0 |
| 1439 | 2026-05-23T04:12:18.190Z | Compiling pkcs5 v0.7.1 |
| 1440 | 2026-05-23T04:12:18.215Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-05-23T04:12:18.319Z | Compiling rand v0.9.2 |
| 1442 | 2026-05-23T04:12:18.422Z | Compiling pest_generator v2.8.6 |
| 1443 | 2026-05-23T04:12:18.463Z | Compiling serde_derive_internals v0.29.1 |
| 1444 | 2026-05-23T04:12:18.655Z | Compiling aho-corasick v1.1.4 |
| 1445 | 2026-05-23T04:12:18.818Z | Compiling tower-service v0.3.3 |
| 1446 | 2026-05-23T04:12:18.915Z | Compiling try-lock v0.2.5 |
| 1447 | 2026-05-23T04:12:19.025Z | Compiling rustls v0.23.37 |
| 1448 | 2026-05-23T04:12:19.097Z | Compiling atomic-waker v1.1.2 |
| 1449 | 2026-05-23T04:12:19.111Z | Compiling schemars v0.8.22 |
| 1450 | 2026-05-23T04:12:19.192Z | Compiling tower-layer v0.3.3 |
| 1451 | 2026-05-23T04:12:19.220Z | Compiling dyn-clone v1.0.20 |
| 1452 | 2026-05-23T04:12:19.302Z | Compiling tokio-util v0.7.18 |
| 1453 | 2026-05-23T04:12:19.335Z | Compiling schemars_derive v0.8.22 |
| 1454 | 2026-05-23T04:12:19.349Z | Compiling pest_derive v2.8.6 |
| 1455 | 2026-05-23T04:12:19.380Z | Compiling want v0.3.1 |
| 1456 | 2026-05-23T04:12:19.542Z | Compiling regex-automata v0.4.14 |
| 1457 | 2026-05-23T04:12:19.764Z | Compiling pkcs8 v0.10.2 |
| 1458 | 2026-05-23T04:12:20.071Z | Compiling h2 v0.4.13 |
| 1459 | 2026-05-23T04:12:20.111Z | Compiling ipnet v2.11.0 |
| 1460 | 2026-05-23T04:12:20.311Z | Compiling scroll_derive v0.13.1 |
| 1461 | 2026-05-23T04:12:20.325Z | Compiling darling_core v0.20.11 |
| 1462 | 2026-05-23T04:12:20.550Z | Compiling pin-utils v0.1.0 |
| 1463 | 2026-05-23T04:12:20.600Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-05-23T04:12:20.625Z | Compiling httpdate v1.0.3 |
| 1465 | 2026-05-23T04:12:20.687Z | Compiling openssl v0.10.79 |
| 1466 | 2026-05-23T04:12:20.844Z | Compiling foreign-types v0.3.2 |
| 1467 | 2026-05-23T04:12:20.914Z | Compiling tempfile v3.25.0 |
| 1468 | 2026-05-23T04:12:21.095Z | Compiling scroll v0.13.0 |
| 1469 | 2026-05-23T04:12:21.180Z | Compiling unicode-normalization v0.1.25 |
| 1470 | 2026-05-23T04:12:21.380Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-05-23T04:12:21.646Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-05-23T04:12:21.749Z | Compiling spin v0.9.8 |
| 1473 | 2026-05-23T04:12:21.767Z | Compiling num-conv v0.2.0 |
| 1474 | 2026-05-23T04:12:21.900Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-05-23T04:12:21.955Z | Compiling time-core v0.1.8 |
| 1476 | 2026-05-23T04:12:22.028Z | Compiling crc32fast v1.5.0 |
| 1477 | 2026-05-23T04:12:22.101Z | Compiling native-tls v0.2.18 |
| 1478 | 2026-05-23T04:12:22.104Z | Compiling time-macros v0.2.27 |
| 1479 | 2026-05-23T04:12:22.292Z | Compiling deranged v0.5.8 |
| 1480 | 2026-05-23T04:12:22.646Z | Compiling darling_macro v0.20.11 |
| 1481 | 2026-05-23T04:12:23.107Z | Compiling hyper v1.8.1 |
| 1482 | 2026-05-23T04:12:23.166Z | Compiling darling v0.20.11 |
| 1483 | 2026-05-23T04:12:23.248Z | Compiling goblin v0.10.5 |
| 1484 | 2026-05-23T04:12:23.262Z | Compiling rustls-native-certs v0.8.3 |
| 1485 | 2026-05-23T04:12:23.553Z | Compiling sync_wrapper v1.0.2 |
| 1486 | 2026-05-23T04:12:23.628Z | Compiling wait-timeout v0.2.1 |
| 1487 | 2026-05-23T04:12:23.657Z | Compiling crossbeam-utils v0.8.21 |
| 1488 | 2026-05-23T04:12:23.892Z | Compiling simd-adler32 v0.3.8 |
| 1489 | 2026-05-23T04:12:23.941Z | Compiling bit-vec v0.8.0 |
| 1490 | 2026-05-23T04:12:24.027Z | Compiling usdt-impl v0.6.0 |
| 1491 | 2026-05-23T04:12:24.130Z | Compiling siphasher v1.0.2 |
| 1492 | 2026-05-23T04:12:24.164Z | Compiling hyper-util v0.1.20 |
| 1493 | 2026-05-23T04:12:24.227Z | Compiling syn v1.0.109 |
| 1494 | 2026-05-23T04:12:24.310Z | Compiling num_threads v0.1.7 |
| 1495 | 2026-05-23T04:12:24.409Z | Compiling quick-error v1.2.3 |
| 1496 | 2026-05-23T04:12:24.515Z | Compiling rusty-fork v0.3.1 |
| 1497 | 2026-05-23T04:12:24.659Z | Compiling time v0.3.47 |
| 1498 | 2026-05-23T04:12:24.845Z | Compiling bit-set v0.8.0 |
| 1499 | 2026-05-23T04:12:24.908Z | Compiling tower v0.5.3 |
| 1500 | 2026-05-23T04:12:25.007Z | Compiling derive_builder_core v0.20.2 |
| 1501 | 2026-05-23T04:12:25.371Z | Compiling dtrace-parser v0.3.0 |
| 1502 | 2026-05-23T04:12:25.491Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-05-23T04:12:25.740Z | Compiling webpki-roots v1.0.6 |
| 1504 | 2026-05-23T04:12:25.858Z | Compiling signature v2.2.0 |
| 1505 | 2026-05-23T04:12:25.872Z | Compiling thiserror-impl v1.0.69 |
| 1506 | 2026-05-23T04:12:25.886Z | Compiling dof v0.4.0 |
| 1507 | 2026-05-23T04:12:26.035Z | Compiling scroll_derive v0.12.1 |
| 1508 | 2026-05-23T04:12:26.113Z | Compiling heapless v0.7.17 |
| 1509 | 2026-05-23T04:12:26.214Z | Compiling rand_xorshift v0.4.0 |
| 1510 | 2026-05-23T04:12:26.400Z | Compiling slog v2.8.2 |
| 1511 | 2026-05-23T04:12:26.403Z | Compiling darling_core v0.21.3 |
| 1512 | 2026-05-23T04:12:26.583Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-05-23T04:12:26.724Z | Compiling thread-id v5.1.0 |
| 1514 | 2026-05-23T04:12:26.812Z | Compiling cookie v0.18.1 |
| 1515 | 2026-05-23T04:12:26.853Z | Compiling adler2 v2.0.1 |
| 1516 | 2026-05-23T04:12:26.986Z | Compiling signal-hook v0.3.18 |
| 1517 | 2026-05-23T04:12:26.999Z | Compiling anyhow v1.0.102 |
| 1518 | 2026-05-23T04:12:27.048Z | Compiling unarray v0.1.4 |
| 1519 | 2026-05-23T04:12:27.155Z | Compiling iri-string v0.7.10 |
| 1520 | 2026-05-23T04:12:27.155Z | Compiling allocator-api2 v0.2.21 |
| 1521 | 2026-05-23T04:12:27.158Z | Compiling unicode-properties v0.1.4 |
| 1522 | 2026-05-23T04:12:27.300Z | Compiling unicode-bidi v0.3.18 |
| 1523 | 2026-05-23T04:12:27.366Z | Compiling paste v1.0.15 |
| 1524 | 2026-05-23T04:12:27.491Z | Compiling ryu v1.0.23 |
| 1525 | 2026-05-23T04:12:27.509Z | Compiling zstd-safe v7.2.4 |
| 1526 | 2026-05-23T04:12:27.666Z | Compiling stringprep v0.1.5 |
| 1527 | 2026-05-23T04:12:27.678Z | Compiling serde_urlencoded v0.7.1 |
| 1528 | 2026-05-23T04:12:27.847Z | Compiling thiserror v1.0.69 |
| 1529 | 2026-05-23T04:12:27.909Z | Compiling proptest v1.10.0 |
| 1530 | 2026-05-23T04:12:27.944Z | Compiling miniz_oxide v0.8.9 |
| 1531 | 2026-05-23T04:12:28.533Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-05-23T04:12:28.644Z | Compiling scroll v0.12.0 |
| 1533 | 2026-05-23T04:12:28.717Z | Compiling derive_builder_macro v0.20.2 |
| 1534 | 2026-05-23T04:12:28.883Z | Compiling darling_macro v0.21.3 |
| 1535 | 2026-05-23T04:12:28.923Z | Compiling tokio-native-tls v0.3.1 |
| 1536 | 2026-05-23T04:12:28.949Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-05-23T04:12:29.091Z | Compiling bstr v1.12.1 |
| 1538 | 2026-05-23T04:12:29.161Z | Compiling rand_chacha v0.3.1 |
| 1539 | 2026-05-23T04:12:29.200Z | Compiling serde_tokenstream v0.2.3 |
| 1540 | 2026-05-23T04:12:29.337Z | Compiling erased-serde v0.3.31 |
| 1541 | 2026-05-23T04:12:29.350Z | Compiling serde_spanned v0.6.9 |
| 1542 | 2026-05-23T04:12:29.493Z | Compiling toml_datetime v0.6.11 |
| 1543 | 2026-05-23T04:12:29.508Z | Compiling md-5 v0.10.6 |
| 1544 | 2026-05-23T04:12:29.673Z | Compiling async-trait v0.1.89 |
| 1545 | 2026-05-23T04:12:29.739Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-05-23T04:12:29.753Z | Compiling pin-project-internal v1.1.11 |
| 1547 | 2026-05-23T04:12:29.818Z | Compiling curve25519-dalek v4.1.3 |
| 1548 | 2026-05-23T04:12:29.962Z | Compiling vergen-lib v0.1.6 |
| 1549 | 2026-05-23T04:12:30.143Z | Compiling num-integer v0.1.46 |
| 1550 | 2026-05-23T04:12:30.159Z | Compiling hash32 v0.2.1 |
| 1551 | 2026-05-23T04:12:30.344Z | Compiling ff v0.13.1 |
| 1552 | 2026-05-23T04:12:30.460Z | Compiling memoffset v0.9.1 |
| 1553 | 2026-05-23T04:12:30.484Z | Compiling rustix v0.38.44 |
| 1554 | 2026-05-23T04:12:30.586Z | Compiling zlib-rs v0.6.2 |
| 1555 | 2026-05-23T04:12:30.654Z | Compiling litrs v1.0.0 |
| 1556 | 2026-05-23T04:12:30.683Z | Compiling smoltcp v0.9.1 |
| 1557 | 2026-05-23T04:12:30.832Z | Compiling psl-types v2.0.11 |
| 1558 | 2026-05-23T04:12:30.835Z | Compiling fallible-iterator v0.2.0 |
| 1559 | 2026-05-23T04:12:30.971Z | Compiling base16ct v0.2.0 |
| 1560 | 2026-05-23T04:12:31.018Z | Compiling ref-cast v1.0.25 |
| 1561 | 2026-05-23T04:12:31.136Z | Compiling num-bigint-dig v0.8.6 |
| 1562 | 2026-05-23T04:12:31.152Z | Compiling cfg_aliases v0.2.1 |
| 1563 | 2026-05-23T04:12:31.168Z | Compiling document-features v0.2.12 |
| 1564 | 2026-05-23T04:12:31.292Z | Compiling nix v0.31.2 |
| 1565 | 2026-05-23T04:12:31.375Z | Compiling postgres-protocol v0.6.10 |
| 1566 | 2026-05-23T04:12:31.435Z | Compiling sec1 v0.7.3 |
| 1567 | 2026-05-23T04:12:31.682Z | Compiling publicsuffix v2.3.0 |
| 1568 | 2026-05-23T04:12:31.713Z | Compiling pin-project v1.1.11 |
| 1569 | 2026-05-23T04:12:31.852Z | Compiling zerocopy v0.7.35 |
| 1570 | 2026-05-23T04:12:31.891Z | Compiling group v0.13.0 |
| 1571 | 2026-05-23T04:12:31.910Z | Compiling num-iter v0.1.45 |
| 1572 | 2026-05-23T04:12:32.027Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-05-23T04:12:32.357Z | Compiling rand v0.8.6 |
| 1574 | 2026-05-23T04:12:32.378Z | Compiling darling v0.21.3 |
| 1575 | 2026-05-23T04:12:32.392Z | Compiling derive_builder v0.20.2 |
| 1576 | 2026-05-23T04:12:32.462Z | Compiling oxnet v0.1.4 |
| 1577 | 2026-05-23T04:12:32.515Z | Compiling hyper-tls v0.6.0 |
| 1578 | 2026-05-23T04:12:32.739Z | Compiling goblin v0.8.2 |
| 1579 | 2026-05-23T04:12:32.763Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-05-23T04:12:33.223Z | Compiling phf_shared v0.13.1 |
| 1581 | 2026-05-23T04:12:33.384Z | Compiling lazy_static v1.5.0 |
| 1582 | 2026-05-23T04:12:33.458Z | Compiling regex v1.12.3 |
| 1583 | 2026-05-23T04:12:33.479Z | Compiling flate2 v1.1.9 |
| 1584 | 2026-05-23T04:12:33.492Z | Compiling futures-executor v0.3.32 |
| 1585 | 2026-05-23T04:12:33.712Z | Compiling cargo-platform v0.1.9 |
| 1586 | 2026-05-23T04:12:33.753Z | Compiling hex v0.4.3 |
| 1587 | 2026-05-23T04:12:33.841Z | Compiling hkdf v0.12.4 |
| 1588 | 2026-05-23T04:12:33.881Z | Compiling crypto-bigint v0.5.5 |
| 1589 | 2026-05-23T04:12:33.884Z | Compiling terminal_size v0.4.3 |
| 1590 | 2026-05-23T04:12:33.963Z | Compiling daft-derive v0.1.7 |
| 1591 | 2026-05-23T04:12:34.005Z | Compiling strum_macros v0.27.2 |
| 1592 | 2026-05-23T04:12:34.017Z | Compiling snafu-derive v0.8.9 |
| 1593 | 2026-05-23T04:12:34.030Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-05-23T04:12:34.567Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1595 | 2026-05-23T04:12:34.681Z | Compiling vergen v9.0.6 |
| 1596 | 2026-05-23T04:12:34.886Z | Compiling fs-err v3.3.0 |
| 1597 | 2026-05-23T04:12:35.046Z | Compiling ahash v0.8.12 |
| 1598 | 2026-05-23T04:12:35.212Z | Compiling encoding_rs v0.8.35 |
| 1599 | 2026-05-23T04:12:35.245Z | Compiling bitflags v1.3.2 |
| 1600 | 2026-05-23T04:12:35.328Z | Compiling object v0.37.3 |
| 1601 | 2026-05-23T04:12:35.599Z | Compiling foldhash v0.1.5 |
| 1602 | 2026-05-23T04:12:35.760Z | Compiling managed v0.8.0 |
| 1603 | 2026-05-23T04:12:35.883Z | Compiling bumpalo v3.20.2 |
| 1604 | 2026-05-23T04:12:35.928Z | Compiling same-file v1.0.6 |
| 1605 | 2026-05-23T04:12:35.970Z | Compiling foldhash v0.2.0 |
| 1606 | 2026-05-23T04:12:35.995Z | Compiling mime v0.3.17 |
| 1607 | 2026-05-23T04:12:36.089Z | Compiling winnow v0.5.40 |
| 1608 | 2026-05-23T04:12:36.138Z | Compiling unicode-segmentation v1.12.0 |
| 1609 | 2026-05-23T04:12:36.177Z | Compiling libbz2-rs-sys v0.2.2 |
| 1610 | 2026-05-23T04:12:36.190Z | Compiling hashbrown v0.16.1 |
| 1611 | 2026-05-23T04:12:36.294Z | Compiling zopfli v0.8.3 |
| 1612 | 2026-05-23T04:12:36.576Z | Compiling walkdir v2.5.0 |
| 1613 | 2026-05-23T04:12:36.777Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-05-23T04:12:36.892Z | Compiling strum v0.27.2 |
| 1615 | 2026-05-23T04:12:36.895Z | Compiling snafu v0.8.9 |
| 1616 | 2026-05-23T04:12:36.963Z | Compiling hashbrown v0.15.5 |
| 1617 | 2026-05-23T04:12:37.020Z | Compiling clap_builder v4.5.60 |
| 1618 | 2026-05-23T04:12:37.360Z | Compiling dof v0.3.0 |
| 1619 | 2026-05-23T04:12:37.519Z | Compiling toml_edit v0.19.15 |
| 1620 | 2026-05-23T04:12:37.554Z | Compiling elliptic-curve v0.13.8 |
| 1621 | 2026-05-23T04:12:37.626Z | Compiling daft v0.1.7 |
| 1622 | 2026-05-23T04:12:37.938Z | Compiling cargo_metadata v0.19.2 |
| 1623 | 2026-05-23T04:12:38.007Z | Compiling futures v0.3.32 |
| 1624 | 2026-05-23T04:12:38.089Z | Compiling phf v0.13.1 |
| 1625 | 2026-05-23T04:12:38.248Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-05-23T04:12:38.367Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-05-23T04:12:38.586Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-05-23T04:12:39.231Z | Compiling bzip2 v0.4.4 |
| 1629 | 2026-05-23T04:12:39.247Z | Compiling zstd v0.13.3 |
| 1630 | 2026-05-23T04:12:39.270Z | Compiling serde_with_macros v3.17.0 |
| 1631 | 2026-05-23T04:12:39.525Z | Compiling postgres-types v0.2.12 |
| 1632 | 2026-05-23T04:12:40.036Z | Compiling usdt-attr-macro v0.6.0 |
| 1633 | 2026-05-23T04:12:40.050Z | Compiling usdt-macro v0.6.0 |
| 1634 | 2026-05-23T04:12:40.070Z | Compiling globset v0.4.18 |
| 1635 | 2026-05-23T04:12:40.117Z | Compiling dtrace-parser v0.2.0 |
| 1636 | 2026-05-23T04:12:40.373Z | Compiling ed25519 v2.2.3 |
| 1637 | 2026-05-23T04:12:40.590Z | Compiling phf_shared v0.11.3 |
| 1638 | 2026-05-23T04:12:40.740Z | Compiling olpc-cjson v0.1.4 |
| 1639 | 2026-05-23T04:12:40.777Z | Compiling pkcs1 v0.7.5 |
| 1640 | 2026-05-23T04:12:40.798Z | Compiling serde_plain v1.0.2 |
| 1641 | 2026-05-23T04:12:40.812Z | Compiling serde-big-array v0.5.1 |
| 1642 | 2026-05-23T04:12:40.857Z | Compiling rfc6979 v0.4.0 |
| 1643 | 2026-05-23T04:12:40.895Z | Compiling async-recursion v1.1.1 |
| 1644 | 2026-05-23T04:12:40.951Z | Compiling enum-as-inner v0.6.1 |
| 1645 | 2026-05-23T04:12:40.981Z | Compiling clap_derive v4.5.55 |
| 1646 | 2026-05-23T04:12:40.996Z | Compiling strum_macros v0.26.4 |
| 1647 | 2026-05-23T04:12:41.163Z | Compiling serde_repr v0.1.20 |
| 1648 | 2026-05-23T04:12:41.280Z | Compiling pem v3.0.6 |
| 1649 | 2026-05-23T04:12:41.441Z | Compiling float-cmp v0.10.0 |
| 1650 | 2026-05-23T04:12:41.579Z | Compiling memmap2 v0.9.10 |
| 1651 | 2026-05-23T04:12:41.596Z | Compiling thread-id v4.2.2 |
| 1652 | 2026-05-23T04:12:41.619Z | Compiling env_filter v1.0.0 |
| 1653 | 2026-05-23T04:12:41.684Z | Compiling precomputed-hash v0.1.1 |
| 1654 | 2026-05-23T04:12:41.707Z | Compiling predicates-core v1.0.10 |
| 1655 | 2026-05-23T04:12:41.771Z | Compiling whoami v2.1.0 |
| 1656 | 2026-05-23T04:12:41.789Z | Compiling static_assertions v1.1.0 |
| 1657 | 2026-05-23T04:12:41.865Z | Compiling data-encoding v2.10.0 |
| 1658 | 2026-05-23T04:12:41.884Z | Compiling jiff v0.2.21 |
| 1659 | 2026-05-23T04:12:41.921Z | Compiling fixedbitset v0.5.7 |
| 1660 | 2026-05-23T04:12:42.149Z | Compiling keccak v0.1.6 |
| 1661 | 2026-05-23T04:12:42.223Z | Compiling typed-path v0.9.3 |
| 1662 | 2026-05-23T04:12:42.544Z | Compiling normalize-line-endings v0.3.0 |
| 1663 | 2026-05-23T04:12:42.643Z | Compiling new_debug_unreachable v1.0.6 |
| 1664 | 2026-05-23T04:12:42.719Z | Compiling difflib v0.4.0 |
| 1665 | 2026-05-23T04:12:42.780Z | Compiling fixedbitset v0.4.2 |
| 1666 | 2026-05-23T04:12:42.783Z | Compiling either v1.15.0 |
| 1667 | 2026-05-23T04:12:42.961Z | Compiling predicates v3.1.4 |
| 1668 | 2026-05-23T04:12:42.997Z | Compiling itertools v0.13.0 |
| 1669 | 2026-05-23T04:12:42.998Z | Compiling petgraph v0.6.5 |
| 1670 | 2026-05-23T04:12:43.277Z | Compiling clap v4.5.60 |
| 1671 | 2026-05-23T04:12:43.371Z | Compiling strum v0.26.3 |
| 1672 | 2026-05-23T04:12:43.425Z | Compiling string_cache v0.8.9 |
| 1673 | 2026-05-23T04:12:43.490Z | Compiling toml_edit v0.22.27 |
| 1674 | 2026-05-23T04:12:43.612Z | Compiling sha3 v0.10.8 |
| 1675 | 2026-05-23T04:12:43.652Z | Compiling hickory-proto v0.25.2 |
| 1676 | 2026-05-23T04:12:43.683Z | Compiling petgraph v0.8.3 |
| 1677 | 2026-05-23T04:12:44.061Z | Compiling tokio-postgres v0.7.16 |
| 1678 | 2026-05-23T04:12:44.224Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1679 | 2026-05-23T04:12:44.501Z | Compiling zip v4.6.1 |
| 1680 | 2026-05-23T04:12:45.445Z | Compiling env_logger v0.11.9 |
| 1681 | 2026-05-23T04:12:45.576Z | Compiling usdt v0.6.0 |
| 1682 | 2026-05-23T04:12:45.809Z | Compiling usdt-impl v0.5.0 |
| 1683 | 2026-05-23T04:12:45.833Z | Compiling rsa v0.9.10 |
| 1684 | 2026-05-23T04:12:46.022Z | Compiling ecdsa v0.16.9 |
| 1685 | 2026-05-23T04:12:46.187Z | Compiling ed25519-dalek v2.2.0 |
| 1686 | 2026-05-23T04:12:46.236Z | Compiling serde_with v3.17.0 |
| 1687 | 2026-05-23T04:12:46.402Z | Compiling crossterm v0.28.1 |
| 1688 | 2026-05-23T04:12:46.900Z | Compiling zip v0.6.6 |
| 1689 | 2026-05-23T04:12:47.466Z | Compiling toml v0.7.8 |
| 1690 | 2026-05-23T04:12:47.493Z | Compiling iddqd v0.4.1 |
| 1691 | 2026-05-23T04:12:48.072Z | Compiling heck v0.4.1 |
| 1692 | 2026-05-23T04:12:48.109Z | Compiling similar v2.7.0 |
| 1693 | 2026-05-23T04:12:48.112Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-05-23T04:12:48.301Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-05-23T04:12:48.339Z | Compiling tokio-stream v0.1.18 |
| 1696 | 2026-05-23T04:12:48.628Z | Compiling buf-list v1.1.2 |
| 1697 | 2026-05-23T04:12:48.723Z | Compiling x509-cert v0.2.5 |
| 1698 | 2026-05-23T04:12:48.737Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1699 | 2026-05-23T04:12:48.810Z | Compiling openapiv3 v2.2.0 |
| 1700 | 2026-05-23T04:12:48.900Z | Compiling sha1 v0.10.6 |
| 1701 | 2026-05-23T04:12:48.986Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1702 | 2026-05-23T04:12:49.030Z | Compiling lalrpop-util v0.19.12 |
| 1703 | 2026-05-23T04:12:49.128Z | Compiling peg-runtime v0.8.5 |
| 1704 | 2026-05-23T04:12:49.198Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-05-23T04:12:49.223Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-05-23T04:12:49.270Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-05-23T04:12:49.402Z | Compiling is-terminal v0.4.17 |
| 1708 | 2026-05-23T04:12:49.445Z | Compiling filetime v0.2.27 |
| 1709 | 2026-05-23T04:12:49.502Z | Compiling term v1.2.1 |
| 1710 | 2026-05-23T04:12:49.536Z | Compiling xattr v1.6.1 |
| 1711 | 2026-05-23T04:12:49.616Z | Compiling take_mut v0.2.2 |
| 1712 | 2026-05-23T04:12:49.719Z | Compiling tar v0.4.45 |
| 1713 | 2026-05-23T04:12:50.084Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-05-23T04:12:59.831Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-05-23T04:13:02.637Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-05-23T04:13:02.637Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-05-23T04:13:02.836Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-05-23T04:13:03.038Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-05-23T04:13:03.052Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-05-23T04:13:04.317Z | Compiling tough v0.22.0 |
| 1721 | 2026-05-23T04:13:06.889Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-05-23T04:13:07.097Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-05-23T04:13:09.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1724 | 2026-05-23T04:13:10.074Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1725 | 2026-05-23T04:13:10.136Z | May 23 04:13:08.448 INFO Starting download, target: Cockroach |
| 1726 | 2026-05-23T04:13:10.136Z | May 23 04:13:08.449 INFO Starting download, target: Console |
| 1727 | 2026-05-23T04:13:10.136Z | May 23 04:13:08.449 INFO Starting download, target: DendriteStub |
| 1728 | 2026-05-23T04:13:10.136Z | May 23 04:13:08.449 INFO Starting download, target: Clickhouse |
| 1729 | 2026-05-23T04:13:10.140Z | May 23 04:13:08.449 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-05-23T04:13:10.140Z | May 23 04:13:08.449 INFO Starting download, target: TransceiverControl |
| 1731 | 2026-05-23T04:13:10.140Z | May 23 04:13:08.449 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1732 | 2026-05-23T04:13:10.140Z | May 23 04:13:08.449 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1733 | 2026-05-23T04:13:10.140Z | May 23 04:13:08.449 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1734 | 2026-05-23T04:13:10.140Z | May 23 04:13:08.449 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1735 | 2026-05-23T04:13:10.140Z | May 23 04:13:08.449 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1736 | 2026-05-23T04:13:10.140Z | May 23 04:13:08.449 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1737 | 2026-05-23T04:13:10.565Z | May 23 04:13:08.884 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1738 | 2026-05-23T04:13:10.768Z | May 23 04:13:09.089 INFO Download complete, target: TransceiverControl |
| 1739 | 2026-05-23T04:13:11.091Z | May 23 04:13:09.399 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-05-23T04:13:11.318Z | May 23 04:13:09.627 INFO Download complete, target: Console |
| 1741 | 2026-05-23T04:13:12.031Z | May 23 04:13:10.345 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1742 | 2026-05-23T04:13:12.227Z | May 23 04:13:10.533 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1743 | 2026-05-23T04:13:12.257Z | May 23 04:13:10.576 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1744 | 2026-05-23T04:13:12.721Z | May 23 04:13:11.043 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1745 | 2026-05-23T04:13:12.721Z | May 23 04:13:11.043 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1746 | 2026-05-23T04:13:14.402Z | May 23 04:13:12.724 INFO Download complete, target: MaghemiteMgd |
| 1747 | 2026-05-23T04:13:14.563Z | May 23 04:13:12.882 INFO Download complete, target: DendriteStub |
| 1748 | 2026-05-23T04:13:17.296Z | May 23 04:13:15.618 INFO Checking that binary works, target: Cockroach |
| 1749 | 2026-05-23T04:13:17.440Z | May 23 04:13:15.751 INFO Download complete, target: Cockroach |
| 1750 | 2026-05-23T04:13:18.966Z | May 23 04:13:17.288 INFO Checking that binary works, target: Clickhouse |
| 1751 | 2026-05-23T04:13:19.109Z | May 23 04:13:17.425 INFO Download complete, target: Clickhouse |
| 1752 | 2026-05-23T04:13:19.133Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1753 | 2026-05-23T04:13:19.137Z | |
| 1754 | 2026-05-23T04:13:19.137Z | real 2:19.577029785 |
| 1755 | 2026-05-23T04:13:19.137Z | user 6:59.598864441 |
| 1756 | 2026-05-23T04:13:19.137Z | sys 1:22.443165452 |
| 1757 | 2026-05-23T04:13:19.137Z | trap 0.216433066 |
| 1758 | 2026-05-23T04:13:19.137Z | tflt 0.848699416 |
| 1759 | 2026-05-23T04:13:19.137Z | dflt 0.904754767 |
| 1760 | 2026-05-23T04:13:19.137Z | kflt 0.032181194 |
| 1761 | 2026-05-23T04:13:19.137Z | lock 22:22.177871362 |
| 1762 | 2026-05-23T04:13:19.137Z | slp 21:26.052520382 |
| 1763 | 2026-05-23T04:13:19.137Z | lat 43.291509290 |
| 1764 | 2026-05-23T04:13:19.137Z | stop 1:54.135337006 |
| 1765 | 2026-05-23T04:13:19.137Z | + banner hack-check |
| 1766 | 2026-05-23T04:13:19.137Z | |
| 1767 | 2026-05-23T04:13:19.137Z | # # ## #### # # #### # # ###### #### # # |
| 1768 | 2026-05-23T04:13:19.137Z | # # # # # # # # # # # # # # # # # |
| 1769 | 2026-05-23T04:13:19.137Z | ###### # # # #### ##### # ###### ##### # #### |
| 1770 | 2026-05-23T04:13:19.137Z | # # ###### # # # # # # # # # # |
| 1771 | 2026-05-23T04:13:19.137Z | # # # # # # # # # # # # # # # # # |
| 1772 | 2026-05-23T04:13:19.137Z | # # # # #### # # #### # # ###### #### # # |
| 1773 | 2026-05-23T04:13:19.137Z | |
| 1774 | 2026-05-23T04:13:19.137Z | + export CARGO_INCREMENTAL=0 |
| 1775 | 2026-05-23T04:13:19.137Z | + CARGO_INCREMENTAL=0 |
| 1776 | 2026-05-23T04:13:19.137Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1777 | 2026-05-23T04:13:19.662Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1778 | 2026-05-23T04:13:19.882Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1779 | 2026-05-23T04:13:21.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 1780 | 2026-05-23T04:13:21.801Z | Running `target/debug/xtask check-features --ci` |
| 1781 | 2026-05-23T04:13:21.829Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1782 | 2026-05-23T04:13:21.838Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1783 | 2026-05-23T04:13:22.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1784 | 2026-05-23T04:13:22.344Z | Running `target/debug/xtask download cargo-hack` |
| 1785 | 2026-05-23T04:13:23.132Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1786 | 2026-05-23T04:13:23.444Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1787 | 2026-05-23T04:13:25.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
| 1788 | 2026-05-23T04:13:26.067Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1789 | 2026-05-23T04:13:26.109Z | May 23 04:13:24.430 INFO Starting download, target: CargoHack |
| 1790 | 2026-05-23T04:13:26.122Z | May 23 04:13:24.431 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1791 | 2026-05-23T04:13:26.486Z | May 23 04:13:24.807 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1792 | 2026-05-23T04:13:26.535Z | May 23 04:13:24.856 INFO Download complete, target: CargoHack |
| 1793 | 2026-05-23T04:13:26.538Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1794 | 2026-05-23T04:13:26.552Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1795 | 2026-05-23T04:13:26.709Z | info: running `cargo check --bins` on api_identity (1/295) |
| 1796 | 2026-05-23T04:13:27.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1797 | 2026-05-23T04:13:27.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1798 | 2026-05-23T04:13:27.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1799 | 2026-05-23T04:13:27.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1800 | 2026-05-23T04:13:27.303Z | |
| 1801 | 2026-05-23T04:13:27.303Z | info: running `cargo check --bins` on bootstore (2/295) |
| 1802 | 2026-05-23T04:13:27.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2026-05-23T04:13:27.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2026-05-23T04:13:27.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2026-05-23T04:13:27.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1806 | 2026-05-23T04:13:27.883Z | |
| 1807 | 2026-05-23T04:13:27.884Z | info: running `cargo check --bins` on omicron-ledger (3/295) |
| 1808 | 2026-05-23T04:13:28.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-05-23T04:13:28.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-05-23T04:13:28.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-05-23T04:13:28.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1812 | 2026-05-23T04:13:28.463Z | |
| 1813 | 2026-05-23T04:13:28.463Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295) |
| 1814 | 2026-05-23T04:13:28.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-05-23T04:13:28.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-05-23T04:13:28.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-05-23T04:13:28.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1818 | 2026-05-23T04:13:29.044Z | |
| 1819 | 2026-05-23T04:13:29.044Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295) |
| 1820 | 2026-05-23T04:13:29.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-05-23T04:13:29.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-05-23T04:13:29.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-05-23T04:13:29.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1824 | 2026-05-23T04:13:29.629Z | |
| 1825 | 2026-05-23T04:13:29.630Z | info: running `cargo check --bins` on omicron-certificates (6/295) |
| 1826 | 2026-05-23T04:13:30.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-05-23T04:13:30.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-05-23T04:13:30.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-05-23T04:13:30.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1830 | 2026-05-23T04:13:30.232Z | |
| 1831 | 2026-05-23T04:13:30.232Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/295) |
| 1832 | 2026-05-23T04:13:30.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-05-23T04:13:30.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-05-23T04:13:30.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-05-23T04:13:30.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1836 | 2026-05-23T04:13:30.832Z | |
| 1837 | 2026-05-23T04:13:30.832Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295) |
| 1838 | 2026-05-23T04:13:31.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-05-23T04:13:31.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-05-23T04:13:31.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-05-23T04:13:31.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1842 | 2026-05-23T04:13:31.430Z | |
| 1843 | 2026-05-23T04:13:31.430Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295) |
| 1844 | 2026-05-23T04:13:31.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-05-23T04:13:31.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-05-23T04:13:31.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-05-23T04:13:31.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1848 | 2026-05-23T04:13:31.900Z | |
| 1849 | 2026-05-23T04:13:31.900Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295) |
| 1850 | 2026-05-23T04:13:32.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-05-23T04:13:32.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-05-23T04:13:32.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-05-23T04:13:32.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1854 | 2026-05-23T04:13:32.370Z | |
| 1855 | 2026-05-23T04:13:32.370Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295) |
| 1856 | 2026-05-23T04:13:32.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-05-23T04:13:32.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-05-23T04:13:32.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-05-23T04:13:32.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1860 | 2026-05-23T04:13:32.840Z | |
| 1861 | 2026-05-23T04:13:32.840Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295) |
| 1862 | 2026-05-23T04:13:33.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-05-23T04:13:33.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-05-23T04:13:33.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-05-23T04:13:33.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1866 | 2026-05-23T04:13:33.311Z | |
| 1867 | 2026-05-23T04:13:33.311Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295) |
| 1868 | 2026-05-23T04:13:33.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-05-23T04:13:33.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-05-23T04:13:33.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-05-23T04:13:33.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1872 | 2026-05-23T04:13:33.782Z | |
| 1873 | 2026-05-23T04:13:33.783Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295) |
| 1874 | 2026-05-23T04:13:34.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-05-23T04:13:34.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-05-23T04:13:34.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-05-23T04:13:34.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1878 | 2026-05-23T04:13:34.254Z | |
| 1879 | 2026-05-23T04:13:34.254Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295) |
| 1880 | 2026-05-23T04:13:34.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-05-23T04:13:34.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-05-23T04:13:34.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-05-23T04:13:34.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1884 | 2026-05-23T04:13:34.725Z | |
| 1885 | 2026-05-23T04:13:34.725Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295) |
| 1886 | 2026-05-23T04:13:35.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-05-23T04:13:35.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-05-23T04:13:35.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-05-23T04:13:35.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1890 | 2026-05-23T04:13:35.192Z | |
| 1891 | 2026-05-23T04:13:35.192Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295) |
| 1892 | 2026-05-23T04:13:35.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-05-23T04:13:35.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-05-23T04:13:35.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-05-23T04:13:35.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1896 | 2026-05-23T04:13:35.661Z | |
| 1897 | 2026-05-23T04:13:35.661Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295) |
| 1898 | 2026-05-23T04:13:36.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-05-23T04:13:36.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-05-23T04:13:36.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-05-23T04:13:36.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1902 | 2026-05-23T04:13:36.131Z | |
| 1903 | 2026-05-23T04:13:36.132Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295) |
| 1904 | 2026-05-23T04:13:36.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-05-23T04:13:36.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-05-23T04:13:36.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-05-23T04:13:36.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1908 | 2026-05-23T04:13:36.602Z | |
| 1909 | 2026-05-23T04:13:36.602Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295) |
| 1910 | 2026-05-23T04:13:37.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-05-23T04:13:37.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-05-23T04:13:37.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-05-23T04:13:37.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1914 | 2026-05-23T04:13:37.073Z | |
| 1915 | 2026-05-23T04:13:37.073Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295) |
| 1916 | 2026-05-23T04:13:37.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-05-23T04:13:37.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-05-23T04:13:37.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-05-23T04:13:37.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1920 | 2026-05-23T04:13:37.547Z | |
| 1921 | 2026-05-23T04:13:37.547Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295) |
| 1922 | 2026-05-23T04:13:37.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-05-23T04:13:37.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-05-23T04:13:37.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-05-23T04:13:37.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1926 | 2026-05-23T04:13:38.020Z | |
| 1927 | 2026-05-23T04:13:38.020Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295) |
| 1928 | 2026-05-23T04:13:38.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-05-23T04:13:38.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-05-23T04:13:38.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-05-23T04:13:38.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1932 | 2026-05-23T04:13:38.491Z | |
| 1933 | 2026-05-23T04:13:38.491Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295) |
| 1934 | 2026-05-23T04:13:38.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-05-23T04:13:38.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-05-23T04:13:38.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-05-23T04:13:38.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1938 | 2026-05-23T04:13:38.964Z | |
| 1939 | 2026-05-23T04:13:38.964Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295) |
| 1940 | 2026-05-23T04:13:39.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-05-23T04:13:39.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-05-23T04:13:39.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-05-23T04:13:39.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1944 | 2026-05-23T04:13:39.433Z | |
| 1945 | 2026-05-23T04:13:39.434Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295) |
| 1946 | 2026-05-23T04:13:39.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-05-23T04:13:39.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-05-23T04:13:39.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-05-23T04:13:39.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1950 | 2026-05-23T04:13:39.905Z | |
| 1951 | 2026-05-23T04:13:39.905Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295) |
| 1952 | 2026-05-23T04:13:40.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-05-23T04:13:40.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-05-23T04:13:40.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-05-23T04:13:40.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1956 | 2026-05-23T04:13:40.375Z | |
| 1957 | 2026-05-23T04:13:40.375Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295) |
| 1958 | 2026-05-23T04:13:40.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-05-23T04:13:40.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-05-23T04:13:40.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-05-23T04:13:40.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1962 | 2026-05-23T04:13:40.847Z | |
| 1963 | 2026-05-23T04:13:40.847Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295) |
| 1964 | 2026-05-23T04:13:41.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-05-23T04:13:41.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-05-23T04:13:41.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-05-23T04:13:41.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1968 | 2026-05-23T04:13:41.317Z | |
| 1969 | 2026-05-23T04:13:41.317Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295) |
| 1970 | 2026-05-23T04:13:41.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-05-23T04:13:41.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-05-23T04:13:41.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-05-23T04:13:41.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1974 | 2026-05-23T04:13:41.789Z | |
| 1975 | 2026-05-23T04:13:41.789Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295) |
| 1976 | 2026-05-23T04:13:42.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-05-23T04:13:42.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-05-23T04:13:42.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-05-23T04:13:42.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1980 | 2026-05-23T04:13:42.258Z | |
| 1981 | 2026-05-23T04:13:42.258Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295) |
| 1982 | 2026-05-23T04:13:42.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-05-23T04:13:42.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-05-23T04:13:42.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-05-23T04:13:42.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1986 | 2026-05-23T04:13:42.726Z | |
| 1987 | 2026-05-23T04:13:42.726Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295) |
| 1988 | 2026-05-23T04:13:43.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-05-23T04:13:43.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-05-23T04:13:43.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-05-23T04:13:43.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1992 | 2026-05-23T04:13:43.193Z | |
| 1993 | 2026-05-23T04:13:43.193Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295) |
| 1994 | 2026-05-23T04:13:43.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-05-23T04:13:43.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-05-23T04:13:43.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-05-23T04:13:43.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1998 | 2026-05-23T04:13:43.660Z | |
| 1999 | 2026-05-23T04:13:43.660Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295) |
| 2000 | 2026-05-23T04:13:44.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-05-23T04:13:44.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-05-23T04:13:44.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-05-23T04:13:44.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2004 | 2026-05-23T04:13:44.130Z | |
| 2005 | 2026-05-23T04:13:44.130Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295) |
| 2006 | 2026-05-23T04:13:44.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-05-23T04:13:44.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-05-23T04:13:44.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-05-23T04:13:44.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2010 | 2026-05-23T04:13:44.599Z | |
| 2011 | 2026-05-23T04:13:44.599Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295) |
| 2012 | 2026-05-23T04:13:45.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-05-23T04:13:45.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-05-23T04:13:45.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-05-23T04:13:45.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2016 | 2026-05-23T04:13:45.073Z | |
| 2017 | 2026-05-23T04:13:45.073Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295) |
| 2018 | 2026-05-23T04:13:45.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-05-23T04:13:45.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-05-23T04:13:45.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-05-23T04:13:45.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2022 | 2026-05-23T04:13:45.544Z | |
| 2023 | 2026-05-23T04:13:45.544Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295) |
| 2024 | 2026-05-23T04:13:45.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-05-23T04:13:45.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-05-23T04:13:45.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-05-23T04:13:45.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2028 | 2026-05-23T04:13:46.011Z | |
| 2029 | 2026-05-23T04:13:46.011Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295) |
| 2030 | 2026-05-23T04:13:46.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-05-23T04:13:46.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-05-23T04:13:46.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-05-23T04:13:46.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2034 | 2026-05-23T04:13:46.484Z | |
| 2035 | 2026-05-23T04:13:46.484Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295) |
| 2036 | 2026-05-23T04:13:46.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-05-23T04:13:46.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-05-23T04:13:46.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-05-23T04:13:46.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2040 | 2026-05-23T04:13:46.955Z | |
| 2041 | 2026-05-23T04:13:46.955Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295) |
| 2042 | 2026-05-23T04:13:47.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-05-23T04:13:47.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-05-23T04:13:47.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-05-23T04:13:47.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2046 | 2026-05-23T04:13:47.425Z | |
| 2047 | 2026-05-23T04:13:47.425Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295) |
| 2048 | 2026-05-23T04:13:47.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-05-23T04:13:47.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-05-23T04:13:47.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-05-23T04:13:47.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2052 | 2026-05-23T04:13:47.896Z | |
| 2053 | 2026-05-23T04:13:47.896Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295) |
| 2054 | 2026-05-23T04:13:48.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-05-23T04:13:48.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-05-23T04:13:48.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-05-23T04:13:48.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2058 | 2026-05-23T04:13:48.366Z | |
| 2059 | 2026-05-23T04:13:48.366Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295) |
| 2060 | 2026-05-23T04:13:48.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-05-23T04:13:48.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-05-23T04:13:48.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-05-23T04:13:48.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2064 | 2026-05-23T04:13:48.837Z | |
| 2065 | 2026-05-23T04:13:48.837Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295) |
| 2066 | 2026-05-23T04:13:49.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-05-23T04:13:49.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-05-23T04:13:49.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-05-23T04:13:49.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2070 | 2026-05-23T04:13:49.308Z | |
| 2071 | 2026-05-23T04:13:49.308Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295) |
| 2072 | 2026-05-23T04:13:49.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-05-23T04:13:49.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-05-23T04:13:49.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-05-23T04:13:49.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2076 | 2026-05-23T04:13:49.778Z | |
| 2077 | 2026-05-23T04:13:49.778Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295) |
| 2078 | 2026-05-23T04:13:50.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-05-23T04:13:50.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-05-23T04:13:50.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-05-23T04:13:50.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2082 | 2026-05-23T04:13:50.249Z | |
| 2083 | 2026-05-23T04:13:50.250Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295) |
| 2084 | 2026-05-23T04:13:50.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-05-23T04:13:50.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-05-23T04:13:50.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-05-23T04:13:50.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2088 | 2026-05-23T04:13:50.886Z | |
| 2089 | 2026-05-23T04:13:50.886Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295) |
| 2090 | 2026-05-23T04:13:51.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-05-23T04:13:51.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-05-23T04:13:51.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-05-23T04:13:51.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2094 | 2026-05-23T04:13:51.525Z | |
| 2095 | 2026-05-23T04:13:51.525Z | info: running `cargo check --bins` on nexus-config (51/295) |
| 2096 | 2026-05-23T04:13:52.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-05-23T04:13:52.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-05-23T04:13:52.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-05-23T04:13:52.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2100 | 2026-05-23T04:13:52.162Z | |
| 2101 | 2026-05-23T04:13:52.162Z | info: running `cargo check --bins` on nexus-types (52/295) |
| 2102 | 2026-05-23T04:13:52.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-05-23T04:13:52.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-05-23T04:13:52.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-05-23T04:13:52.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2106 | 2026-05-23T04:13:52.800Z | |
| 2107 | 2026-05-23T04:13:52.800Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295) |
| 2108 | 2026-05-23T04:13:53.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-05-23T04:13:53.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-05-23T04:13:53.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-05-23T04:13:53.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2112 | 2026-05-23T04:13:53.408Z | |
| 2113 | 2026-05-23T04:13:53.408Z | info: running `cargo check --bins` on omicron-passwords (54/295) |
| 2114 | 2026-05-23T04:13:53.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-05-23T04:13:53.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-05-23T04:13:53.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-05-23T04:13:53.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2118 | 2026-05-23T04:13:53.992Z | |
| 2119 | 2026-05-23T04:13:53.992Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/295) |
| 2120 | 2026-05-23T04:13:54.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-05-23T04:13:54.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-05-23T04:13:54.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-05-23T04:13:54.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2124 | 2026-05-23T04:13:54.599Z | |
| 2125 | 2026-05-23T04:13:54.599Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295) |
| 2126 | 2026-05-23T04:13:55.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-05-23T04:13:55.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-05-23T04:13:55.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-05-23T04:13:55.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2130 | 2026-05-23T04:13:55.198Z | |
| 2131 | 2026-05-23T04:13:55.198Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295) |
| 2132 | 2026-05-23T04:13:55.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-05-23T04:13:55.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-05-23T04:13:55.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-05-23T04:13:55.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2136 | 2026-05-23T04:13:55.802Z | |
| 2137 | 2026-05-23T04:13:55.802Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295) |
| 2138 | 2026-05-23T04:13:56.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-05-23T04:13:56.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-05-23T04:13:56.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-05-23T04:13:56.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2142 | 2026-05-23T04:13:56.404Z | |
| 2143 | 2026-05-23T04:13:56.404Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295) |
| 2144 | 2026-05-23T04:13:56.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-05-23T04:13:56.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-05-23T04:13:56.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-05-23T04:13:56.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2148 | 2026-05-23T04:13:56.992Z | |
| 2149 | 2026-05-23T04:13:56.993Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295) |
| 2150 | 2026-05-23T04:13:57.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-05-23T04:13:57.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-05-23T04:13:57.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-05-23T04:13:57.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2154 | 2026-05-23T04:13:57.584Z | |
| 2155 | 2026-05-23T04:13:57.584Z | info: running `cargo check --bins --no-default-features` on gfss (61/295) |
| 2156 | 2026-05-23T04:13:58.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-05-23T04:13:58.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-05-23T04:13:58.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-05-23T04:13:58.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2160 | 2026-05-23T04:13:58.170Z | |
| 2161 | 2026-05-23T04:13:58.170Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295) |
| 2162 | 2026-05-23T04:13:58.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-05-23T04:13:58.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-05-23T04:13:58.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-05-23T04:13:58.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2166 | 2026-05-23T04:13:58.759Z | |
| 2167 | 2026-05-23T04:13:58.759Z | info: running `cargo check --bins` on clickhouse-admin-types (63/295) |
| 2168 | 2026-05-23T04:13:59.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-05-23T04:13:59.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-05-23T04:13:59.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-05-23T04:13:59.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2172 | 2026-05-23T04:13:59.359Z | |
| 2173 | 2026-05-23T04:13:59.359Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/295) |
| 2174 | 2026-05-23T04:13:59.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-05-23T04:13:59.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-05-23T04:13:59.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-05-23T04:13:59.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2178 | 2026-05-23T04:13:59.961Z | |
| 2179 | 2026-05-23T04:13:59.961Z | info: running `cargo check --bins` on cockroach-admin-types (65/295) |
| 2180 | 2026-05-23T04:14:00.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-05-23T04:14:00.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-05-23T04:14:00.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-05-23T04:14:00.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2184 | 2026-05-23T04:14:00.546Z | |
| 2185 | 2026-05-23T04:14:00.546Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/295) |
| 2186 | 2026-05-23T04:14:01.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-05-23T04:14:01.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-05-23T04:14:01.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-05-23T04:14:01.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2190 | 2026-05-23T04:14:01.133Z | |
| 2191 | 2026-05-23T04:14:01.133Z | info: running `cargo check --bins` on ereport-types (67/295) |
| 2192 | 2026-05-23T04:14:01.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-05-23T04:14:01.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-05-23T04:14:01.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-05-23T04:14:01.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2196 | 2026-05-23T04:14:01.726Z | |
| 2197 | 2026-05-23T04:14:01.726Z | info: running `cargo check --bins` on gateway-client (68/295) |
| 2198 | 2026-05-23T04:14:02.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-05-23T04:14:02.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-05-23T04:14:02.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-05-23T04:14:02.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2202 | 2026-05-23T04:14:02.324Z | |
| 2203 | 2026-05-23T04:14:02.324Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/295) |
| 2204 | 2026-05-23T04:14:02.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-05-23T04:14:02.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-05-23T04:14:02.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-05-23T04:14:02.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2208 | 2026-05-23T04:14:02.922Z | |
| 2209 | 2026-05-23T04:14:02.923Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295) |
| 2210 | 2026-05-23T04:14:03.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-05-23T04:14:03.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-05-23T04:14:03.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-05-23T04:14:03.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2214 | 2026-05-23T04:14:03.520Z | |
| 2215 | 2026-05-23T04:14:03.520Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295) |
| 2216 | 2026-05-23T04:14:04.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-05-23T04:14:04.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-05-23T04:14:04.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-05-23T04:14:04.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2220 | 2026-05-23T04:14:04.120Z | |
| 2221 | 2026-05-23T04:14:04.120Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295) |
| 2222 | 2026-05-23T04:14:04.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-05-23T04:14:04.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-05-23T04:14:04.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-05-23T04:14:04.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2226 | 2026-05-23T04:14:04.718Z | |
| 2227 | 2026-05-23T04:14:04.718Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/295) |
| 2228 | 2026-05-23T04:14:05.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-05-23T04:14:05.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-05-23T04:14:05.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-05-23T04:14:05.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2232 | 2026-05-23T04:14:05.330Z | |
| 2233 | 2026-05-23T04:14:05.330Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295) |
| 2234 | 2026-05-23T04:14:05.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-05-23T04:14:05.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-05-23T04:14:05.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-05-23T04:14:05.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2238 | 2026-05-23T04:14:05.947Z | |
| 2239 | 2026-05-23T04:14:05.947Z | info: running `cargo check --bins` on key-manager-types (75/295) |
| 2240 | 2026-05-23T04:14:06.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-05-23T04:14:06.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-05-23T04:14:06.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-05-23T04:14:06.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2244 | 2026-05-23T04:14:06.534Z | |
| 2245 | 2026-05-23T04:14:06.534Z | info: running `cargo check --bins` on oxlog (76/295) |
| 2246 | 2026-05-23T04:14:07.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-05-23T04:14:07.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-05-23T04:14:07.149Z | Checking cfg-if v1.0.4 |
| 2249 | 2026-05-23T04:14:07.152Z | Checking libc v0.2.185 |
| 2250 | 2026-05-23T04:14:07.152Z | Checking serde_core v1.0.228 |
| 2251 | 2026-05-23T04:14:07.268Z | Checking zeroize v1.8.2 |
| 2252 | 2026-05-23T04:14:07.276Z | Checking memchr v2.8.0 |
| 2253 | 2026-05-23T04:14:07.286Z | Checking log v0.4.29 |
| 2254 | 2026-05-23T04:14:07.296Z | Checking smallvec v1.15.1 |
| 2255 | 2026-05-23T04:14:07.307Z | Checking typenum v1.19.0 |
| 2256 | 2026-05-23T04:14:07.310Z | Checking subtle v2.6.1 |
| 2257 | 2026-05-23T04:14:07.404Z | Checking itoa v1.0.17 |
| 2258 | 2026-05-23T04:14:07.443Z | Checking scopeguard v1.2.0 |
| 2259 | 2026-05-23T04:14:07.460Z | Checking stable_deref_trait v1.2.1 |
| 2260 | 2026-05-23T04:14:07.472Z | Checking const-oid v0.9.6 |
| 2261 | 2026-05-23T04:14:07.533Z | Checking zerofrom v0.1.6 |
| 2262 | 2026-05-23T04:14:07.544Z | Checking lock_api v0.4.14 |
| 2263 | 2026-05-23T04:14:07.558Z | Checking pin-project-lite v0.2.17 |
| 2264 | 2026-05-23T04:14:07.643Z | Checking yoke v0.8.1 |
| 2265 | 2026-05-23T04:14:07.655Z | Checking portable-atomic v1.13.1 |
| 2266 | 2026-05-23T04:14:07.666Z | Checking futures-core v0.3.32 |
| 2267 | 2026-05-23T04:14:07.676Z | Checking getrandom v0.2.17 |
| 2268 | 2026-05-23T04:14:07.738Z | Checking errno v0.3.14 |
| 2269 | 2026-05-23T04:14:07.779Z | Checking parking_lot_core v0.9.12 |
| 2270 | 2026-05-23T04:14:07.803Z | Checking zerovec v0.11.5 |
| 2271 | 2026-05-23T04:14:07.816Z | Checking rand_core v0.6.4 |
| 2272 | 2026-05-23T04:14:07.827Z | Checking generic-array v0.14.7 |
| 2273 | 2026-05-23T04:14:07.848Z | Checking signal-hook-registry v1.4.8 |
| 2274 | 2026-05-23T04:14:07.961Z | Checking critical-section v1.2.0 |
| 2275 | 2026-05-23T04:14:07.983Z | Checking parking_lot v0.12.5 |
| 2276 | 2026-05-23T04:14:08.002Z | Checking mio v1.2.0 |
| 2277 | 2026-05-23T04:14:08.041Z | Checking zerocopy v0.8.40 |
| 2278 | 2026-05-23T04:14:08.058Z | Checking once_cell v1.21.3 |
| 2279 | 2026-05-23T04:14:08.137Z | Checking zmij v1.0.21 |
| 2280 | 2026-05-23T04:14:08.164Z | Checking socket2 v0.6.3 |
| 2281 | 2026-05-23T04:14:08.220Z | Checking tinystr v0.8.2 |
| 2282 | 2026-05-23T04:14:08.232Z | Checking libm v0.2.16 |
| 2283 | 2026-05-23T04:14:08.256Z | Checking crypto-common v0.1.7 |
| 2284 | 2026-05-23T04:14:08.273Z | Checking block-buffer v0.10.4 |
| 2285 | 2026-05-23T04:14:08.341Z | Checking percent-encoding v2.3.2 |
| 2286 | 2026-05-23T04:14:08.375Z | Checking equivalent v1.0.2 |
| 2287 | 2026-05-23T04:14:08.394Z | Checking writeable v0.6.2 |
| 2288 | 2026-05-23T04:14:08.406Z | Checking litemap v0.8.1 |
| 2289 | 2026-05-23T04:14:08.417Z | Checking digest v0.10.7 |
| 2290 | 2026-05-23T04:14:08.455Z | Checking potential_utf v0.1.4 |
| 2291 | 2026-05-23T04:14:08.477Z | Checking zerotrie v0.2.3 |
| 2292 | 2026-05-23T04:14:08.549Z | Checking futures-sink v0.3.32 |
| 2293 | 2026-05-23T04:14:08.569Z | Checking icu_locale_core v2.1.1 |
| 2294 | 2026-05-23T04:14:08.583Z | Checking icu_collections v2.1.1 |
| 2295 | 2026-05-23T04:14:08.604Z | Checking slab v0.4.12 |
| 2296 | 2026-05-23T04:14:08.642Z | Checking futures-channel v0.3.32 |
| 2297 | 2026-05-23T04:14:08.714Z | Checking futures-task v0.3.32 |
| 2298 | 2026-05-23T04:14:08.733Z | Checking serde v1.0.228 |
| 2299 | 2026-05-23T04:14:08.774Z | Checking bitflags v2.11.0 |
| 2300 | 2026-05-23T04:14:08.829Z | Checking serde_json v1.0.149 |
| 2301 | 2026-05-23T04:14:08.877Z | Checking futures-io v0.3.32 |
| 2302 | 2026-05-23T04:14:08.890Z | Checking cpufeatures v0.2.17 |
| 2303 | 2026-05-23T04:14:08.920Z | Checking num-traits v0.2.19 |
| 2304 | 2026-05-23T04:14:08.937Z | Checking hmac v0.12.1 |
| 2305 | 2026-05-23T04:14:08.951Z | Checking icu_properties_data v2.1.2 |
| 2306 | 2026-05-23T04:14:08.984Z | Checking futures-util v0.3.32 |
| 2307 | 2026-05-23T04:14:09.063Z | Checking icu_normalizer_data v2.1.1 |
| 2308 | 2026-05-23T04:14:09.076Z | Checking hashbrown v0.17.0 |
| 2309 | 2026-05-23T04:14:09.126Z | Checking icu_provider v2.1.1 |
| 2310 | 2026-05-23T04:14:09.137Z | Checking rand_core v0.10.0 |
| 2311 | 2026-05-23T04:14:09.159Z | Checking bytes v1.11.1 |
| 2312 | 2026-05-23T04:14:09.271Z | Checking getrandom v0.4.1 |
| 2313 | 2026-05-23T04:14:09.346Z | Checking icu_properties v2.1.2 |
| 2314 | 2026-05-23T04:14:09.414Z | Checking icu_normalizer v2.1.1 |
| 2315 | 2026-05-23T04:14:09.439Z | Checking block-padding v0.3.3 |
| 2316 | 2026-05-23T04:14:09.495Z | Checking utf8_iter v1.0.4 |
| 2317 | 2026-05-23T04:14:09.534Z | Checking indexmap v2.14.0 |
| 2318 | 2026-05-23T04:14:09.568Z | Checking inout v0.1.4 |
| 2319 | 2026-05-23T04:14:09.590Z | Checking tokio v1.52.1 |
| 2320 | 2026-05-23T04:14:09.613Z | Checking sha2 v0.10.9 |
| 2321 | 2026-05-23T04:14:09.703Z | Checking cipher v0.4.4 |
| 2322 | 2026-05-23T04:14:09.722Z | Checking form_urlencoded v1.2.2 |
| 2323 | 2026-05-23T04:14:09.845Z | Checking getrandom v0.3.4 |
| 2324 | 2026-05-23T04:14:09.877Z | Checking fnv v1.0.7 |
| 2325 | 2026-05-23T04:14:09.908Z | Checking byteorder v1.5.0 |
| 2326 | 2026-05-23T04:14:09.968Z | Checking base64ct v1.8.3 |
| 2327 | 2026-05-23T04:14:09.985Z | Checking flagset v0.4.7 |
| 2328 | 2026-05-23T04:14:10.088Z | Checking rand_core v0.9.5 |
| 2329 | 2026-05-23T04:14:10.103Z | Checking http v1.4.0 |
| 2330 | 2026-05-23T04:14:10.115Z | Checking regex-syntax v0.8.10 |
| 2331 | 2026-05-23T04:14:10.156Z | Checking idna_adapter v1.2.1 |
| 2332 | 2026-05-23T04:14:10.196Z | Checking pem-rfc7468 v0.7.0 |
| 2333 | 2026-05-23T04:14:10.262Z | Checking salsa20 v0.10.2 |
| 2334 | 2026-05-23T04:14:10.275Z | Checking idna v1.1.0 |
| 2335 | 2026-05-23T04:14:10.347Z | Checking der v0.7.10 |
| 2336 | 2026-05-23T04:14:10.389Z | Checking uuid v1.23.0 |
| 2337 | 2026-05-23T04:14:10.514Z | Checking url v2.5.8 |
| 2338 | 2026-05-23T04:14:10.658Z | Checking pbkdf2 v0.12.2 |
| 2339 | 2026-05-23T04:14:10.692Z | Checking rustix v1.1.3 |
| 2340 | 2026-05-23T04:14:10.767Z | Checking tracing-core v0.1.36 |
| 2341 | 2026-05-23T04:14:10.780Z | Checking ppv-lite86 v0.2.21 |
| 2342 | 2026-05-23T04:14:10.877Z | Checking rustls-pki-types v1.14.0 |
| 2343 | 2026-05-23T04:14:10.957Z | Checking base64 v0.22.1 |
| 2344 | 2026-05-23T04:14:11.065Z | Checking spki v0.7.3 |
| 2345 | 2026-05-23T04:14:11.065Z | Checking iana-time-zone v0.1.65 |
| 2346 | 2026-05-23T04:14:11.088Z | Checking rand_chacha v0.9.0 |
| 2347 | 2026-05-23T04:14:11.161Z | Checking tracing v0.1.44 |
| 2348 | 2026-05-23T04:14:11.181Z | Checking chrono v0.4.44 |
| 2349 | 2026-05-23T04:14:11.192Z | Checking scrypt v0.11.0 |
| 2350 | 2026-05-23T04:14:11.228Z | Checking http-body v1.0.1 |
| 2351 | 2026-05-23T04:14:11.281Z | Checking cbc v0.1.2 |
| 2352 | 2026-05-23T04:14:11.326Z | Checking aes v0.8.4 |
| 2353 | 2026-05-23T04:14:11.357Z | Checking aws-lc-sys v0.40.0 |
| 2354 | 2026-05-23T04:14:11.370Z | Checking tinyvec_macros v0.1.1 |
| 2355 | 2026-05-23T04:14:11.391Z | Checking openssl-probe v0.2.1 |
| 2356 | 2026-05-23T04:14:11.404Z | Checking untrusted v0.7.1 |
| 2357 | 2026-05-23T04:14:11.431Z | Checking untrusted v0.9.0 |
| 2358 | 2026-05-23T04:14:11.506Z | Checking tinyvec v1.10.0 |
| 2359 | 2026-05-23T04:14:11.520Z | Checking rand v0.9.2 |
| 2360 | 2026-05-23T04:14:11.539Z | Checking ring v0.17.14 |
| 2361 | 2026-05-23T04:14:11.553Z | Checking tower-service v0.3.3 |
| 2362 | 2026-05-23T04:14:11.645Z | Checking tower-layer v0.3.3 |
| 2363 | 2026-05-23T04:14:11.744Z | Checking pkcs5 v0.7.1 |
| 2364 | 2026-05-23T04:14:11.792Z | Checking atomic-waker v1.1.2 |
| 2365 | 2026-05-23T04:14:11.811Z | Checking try-lock v0.2.5 |
| 2366 | 2026-05-23T04:14:11.881Z | Checking aws-lc-rs v1.16.3 |
| 2367 | 2026-05-23T04:14:11.896Z | Checking ipnet v2.11.0 |
| 2368 | 2026-05-23T04:14:11.909Z | Checking want v0.3.1 |
| 2369 | 2026-05-23T04:14:11.987Z | Checking httparse v1.10.1 |
| 2370 | 2026-05-23T04:14:12.003Z | Checking pkcs8 v0.10.2 |
| 2371 | 2026-05-23T04:14:12.025Z | Checking aho-corasick v1.1.4 |
| 2372 | 2026-05-23T04:14:12.043Z | Checking plain v0.2.3 |
| 2373 | 2026-05-23T04:14:12.143Z | Checking fastrand v2.3.0 |
| 2374 | 2026-05-23T04:14:12.157Z | Checking pin-utils v0.1.0 |
| 2375 | 2026-05-23T04:14:12.172Z | Checking httpdate v1.0.3 |
| 2376 | 2026-05-23T04:14:12.190Z | Checking foreign-types-shared v0.1.1 |
| 2377 | 2026-05-23T04:14:12.222Z | Checking dyn-clone v1.0.20 |
| 2378 | 2026-05-23T04:14:12.270Z | Checking foreign-types v0.3.2 |
| 2379 | 2026-05-23T04:14:12.312Z | Checking unicode-normalization v0.1.25 |
| 2380 | 2026-05-23T04:14:12.326Z | Checking tempfile v3.25.0 |
| 2381 | 2026-05-23T04:14:12.338Z | Checking semver v1.0.28 |
| 2382 | 2026-05-23T04:14:12.341Z | Checking openssl-sys v0.9.115 |
| 2383 | 2026-05-23T04:14:12.515Z | Checking spin v0.9.8 |
| 2384 | 2026-05-23T04:14:12.533Z | Checking unicode-ident v1.0.24 |
| 2385 | 2026-05-23T04:14:12.547Z | Checking ucd-trie v0.1.7 |
| 2386 | 2026-05-23T04:14:12.644Z | Checking proc-macro2 v1.0.106 |
| 2387 | 2026-05-23T04:14:12.679Z | Checking pest v2.8.6 |
| 2388 | 2026-05-23T04:14:12.692Z | Checking regex-automata v0.4.14 |
| 2389 | 2026-05-23T04:14:12.701Z | Checking schemars v0.8.22 |
| 2390 | 2026-05-23T04:14:12.714Z | Checking rustls-webpki v0.103.9 |
| 2391 | 2026-05-23T04:14:12.727Z | Checking rustls-native-certs v0.8.3 |
| 2392 | 2026-05-23T04:14:12.731Z | Checking openssl v0.10.79 |
| 2393 | 2026-05-23T04:14:12.807Z | Checking tokio-util v0.7.18 |
| 2394 | 2026-05-23T04:14:12.851Z | Checking thiserror v2.0.18 |
| 2395 | 2026-05-23T04:14:12.951Z | Checking sync_wrapper v1.0.2 |
| 2396 | 2026-05-23T04:14:12.969Z | Checking wait-timeout v0.2.1 |
| 2397 | 2026-05-23T04:14:13.055Z | Checking bit-vec v0.8.0 |
| 2398 | 2026-05-23T04:14:13.079Z | Checking quick-error v1.2.3 |
| 2399 | 2026-05-23T04:14:13.144Z | Checking rustls v0.23.37 |
| 2400 | 2026-05-23T04:14:13.177Z | Checking utf8parse v0.2.2 |
| 2401 | 2026-05-23T04:14:13.242Z | Checking pretty-hex v0.4.1 |
| 2402 | 2026-05-23T04:14:13.275Z | Checking powerfmt v0.2.0 |
| 2403 | 2026-05-23T04:14:13.329Z | Checking anstyle v1.0.13 |
| 2404 | 2026-05-23T04:14:13.356Z | Checking siphasher v1.0.2 |
| 2405 | 2026-05-23T04:14:13.416Z | Checking h2 v0.4.13 |
| 2406 | 2026-05-23T04:14:13.430Z | Checking simd-adler32 v0.3.8 |
| 2407 | 2026-05-23T04:14:13.507Z | Checking deranged v0.5.8 |
| 2408 | 2026-05-23T04:14:13.511Z | Checking anstyle-parse v0.2.7 |
| 2409 | 2026-05-23T04:14:13.595Z | Checking bit-set v0.8.0 |
| 2410 | 2026-05-23T04:14:13.656Z | Checking rusty-fork v0.3.1 |
| 2411 | 2026-05-23T04:14:13.731Z | Checking tower v0.5.3 |
| 2412 | 2026-05-23T04:14:13.743Z | Checking quote v1.0.45 |
| 2413 | 2026-05-23T04:14:13.824Z | Compiling newtype-uuid v1.3.2 |
| 2414 | 2026-05-23T04:14:13.908Z | Checking http-body-util v0.1.3 |
| 2415 | 2026-05-23T04:14:13.999Z | Checking webpki-roots v1.0.6 |
| 2416 | 2026-05-23T04:14:14.111Z | Checking crossbeam-utils v0.8.21 |
| 2417 | 2026-05-23T04:14:14.111Z | Checking rand_xorshift v0.4.0 |
| 2418 | 2026-05-23T04:14:14.135Z | Checking crc32fast v1.5.0 |
| 2419 | 2026-05-23T04:14:14.237Z | Checking scroll v0.13.0 |
| 2420 | 2026-05-23T04:14:14.268Z | Checking signature v2.2.0 |
| 2421 | 2026-05-23T04:14:14.395Z | Checking anstyle-query v1.1.5 |
| 2422 | 2026-05-23T04:14:14.422Z | Checking unarray v0.1.4 |
| 2423 | 2026-05-23T04:14:14.436Z | Checking num-conv v0.2.0 |
| 2424 | 2026-05-23T04:14:14.455Z | Checking time-core v0.1.8 |
| 2425 | 2026-05-23T04:14:14.484Z | Checking num_threads v0.1.7 |
| 2426 | 2026-05-23T04:14:14.497Z | Checking iri-string v0.7.10 |
| 2427 | 2026-05-23T04:14:14.519Z | Checking is_terminal_polyfill v1.70.2 |
| 2428 | 2026-05-23T04:14:14.547Z | Checking colorchoice v1.0.4 |
| 2429 | 2026-05-23T04:14:14.565Z | Checking unicode-bidi v0.3.18 |
| 2430 | 2026-05-23T04:14:14.591Z | Checking allocator-api2 v0.2.21 |
| 2431 | 2026-05-23T04:14:14.604Z | Checking unicode-properties v0.1.4 |
| 2432 | 2026-05-23T04:14:14.642Z | Checking ryu v1.0.23 |
| 2433 | 2026-05-23T04:14:14.732Z | Checking native-tls v0.2.18 |
| 2434 | 2026-05-23T04:14:14.777Z | Checking adler2 v2.0.1 |
| 2435 | 2026-05-23T04:14:14.790Z | Checking serde_urlencoded v0.7.1 |
| 2436 | 2026-05-23T04:14:14.856Z | Checking stringprep v0.1.5 |
| 2437 | 2026-05-23T04:14:14.870Z | Checking anstream v0.6.21 |
| 2438 | 2026-05-23T04:14:14.883Z | Checking miniz_oxide v0.8.9 |
| 2439 | 2026-05-23T04:14:14.904Z | Checking tokio-native-tls v0.3.1 |
| 2440 | 2026-05-23T04:14:14.986Z | Checking time v0.3.47 |
| 2441 | 2026-05-23T04:14:15.003Z | Checking proptest v1.10.0 |
| 2442 | 2026-05-23T04:14:15.056Z | Checking bstr v1.12.1 |
| 2443 | 2026-05-23T04:14:15.069Z | Checking goblin v0.10.5 |
| 2444 | 2026-05-23T04:14:15.232Z | Checking crossbeam-epoch v0.9.18 |
| 2445 | 2026-05-23T04:14:15.454Z | Compiling daft v0.1.7 |
| 2446 | 2026-05-23T04:14:15.469Z | Checking syn v2.0.117 |
| 2447 | 2026-05-23T04:14:15.486Z | Checking tokio-rustls v0.26.4 |
| 2448 | 2026-05-23T04:14:15.509Z | Checking tower-http v0.6.8 |
| 2449 | 2026-05-23T04:14:15.709Z | Checking ipnetwork v0.21.1 |
| 2450 | 2026-05-23T04:14:15.733Z | Checking rand_chacha v0.3.1 |
| 2451 | 2026-05-23T04:14:15.780Z | Checking thiserror v1.0.69 |
| 2452 | 2026-05-23T04:14:15.879Z | Checking scroll v0.12.0 |
| 2453 | 2026-05-23T04:14:15.923Z | Checking hash32 v0.2.1 |
| 2454 | 2026-05-23T04:14:15.938Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2455 | 2026-05-23T04:14:16.049Z | Checking num-integer v0.1.46 |
| 2456 | 2026-05-23T04:14:16.078Z | Checking serde_spanned v0.6.9 |
| 2457 | 2026-05-23T04:14:16.081Z | Checking hyper v1.8.1 |
| 2458 | 2026-05-23T04:14:16.100Z | Checking toml_datetime v0.6.11 |
| 2459 | 2026-05-23T04:14:16.123Z | Checking md-5 v0.10.6 |
| 2460 | 2026-05-23T04:14:16.197Z | Checking ff v0.13.1 |
| 2461 | 2026-05-23T04:14:16.255Z | Checking fallible-iterator v0.2.0 |
| 2462 | 2026-05-23T04:14:16.269Z | Checking zlib-rs v0.6.2 |
| 2463 | 2026-05-23T04:14:16.281Z | Checking psl-types v2.0.11 |
| 2464 | 2026-05-23T04:14:16.321Z | Checking base16ct v0.2.0 |
| 2465 | 2026-05-23T04:14:16.394Z | Checking publicsuffix v2.3.0 |
| 2466 | 2026-05-23T04:14:16.442Z | Checking sec1 v0.7.3 |
| 2467 | 2026-05-23T04:14:16.525Z | Checking postgres-protocol v0.6.10 |
| 2468 | 2026-05-23T04:14:16.572Z | Checking group v0.13.0 |
| 2469 | 2026-05-23T04:14:16.650Z | Checking num-iter v0.1.45 |
| 2470 | 2026-05-23T04:14:16.717Z | Checking cookie v0.18.1 |
| 2471 | 2026-05-23T04:14:16.763Z | Checking goblin v0.8.2 |
| 2472 | 2026-05-23T04:14:16.843Z | Checking heapless v0.7.17 |
| 2473 | 2026-05-23T04:14:16.936Z | Checking zstd-safe v7.2.4 |
| 2474 | 2026-05-23T04:14:16.951Z | Checking rand v0.8.6 |
| 2475 | 2026-05-23T04:14:17.006Z | Checking hyper-util v0.1.20 |
| 2476 | 2026-05-23T04:14:17.098Z | Checking oxnet v0.1.4 |
| 2477 | 2026-05-23T04:14:17.156Z | Checking flate2 v1.1.9 |
| 2478 | 2026-05-23T04:14:17.257Z | Compiling iddqd v0.4.1 |
| 2479 | 2026-05-23T04:14:17.329Z | Checking dtrace-parser v0.3.0 |
| 2480 | 2026-05-23T04:14:17.438Z | Checking dof v0.4.0 |
| 2481 | 2026-05-23T04:14:17.450Z | Checking phf_shared v0.13.1 |
| 2482 | 2026-05-23T04:14:17.463Z | Checking lazy_static v1.5.0 |
| 2483 | 2026-05-23T04:14:17.548Z | Checking zerocopy v0.7.35 |
| 2484 | 2026-05-23T04:14:17.562Z | Checking pin-project v1.1.11 |
| 2485 | 2026-05-23T04:14:17.642Z | Checking terminal_size v0.4.3 |
| 2486 | 2026-05-23T04:14:17.655Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2487 | 2026-05-23T04:14:17.736Z | Checking signal-hook v0.3.18 |
| 2488 | 2026-05-23T04:14:17.753Z | Checking futures-executor v0.3.32 |
| 2489 | 2026-05-23T04:14:17.766Z | Checking hex v0.4.3 |
| 2490 | 2026-05-23T04:14:17.895Z | Checking hkdf v0.12.4 |
| 2491 | 2026-05-23T04:14:17.919Z | Checking crypto-bigint v0.5.5 |
| 2492 | 2026-05-23T04:14:17.985Z | Checking thread-id v5.1.0 |
| 2493 | 2026-05-23T04:14:18.021Z | Checking encoding_rs v0.8.35 |
| 2494 | 2026-05-23T04:14:18.024Z | Checking foldhash v0.1.5 |
| 2495 | 2026-05-23T04:14:18.056Z | Checking strsim v0.11.1 |
| 2496 | 2026-05-23T04:14:18.068Z | Checking foldhash v0.2.0 |
| 2497 | 2026-05-23T04:14:18.152Z | Checking clap_lex v1.0.0 |
| 2498 | 2026-05-23T04:14:18.213Z | Checking bitflags v1.3.2 |
| 2499 | 2026-05-23T04:14:18.215Z | Checking winnow v0.7.14 |
| 2500 | 2026-05-23T04:14:18.240Z | Checking hyper-rustls v0.27.7 |
| 2501 | 2026-05-23T04:14:18.282Z | Checking hyper-tls v0.6.0 |
| 2502 | 2026-05-23T04:14:18.300Z | Checking mime v0.3.17 |
| 2503 | 2026-05-23T04:14:18.450Z | Checking same-file v1.0.6 |
| 2504 | 2026-05-23T04:14:18.453Z | Checking winnow v0.5.40 |
| 2505 | 2026-05-23T04:14:18.453Z | Checking libbz2-rs-sys v0.2.2 |
| 2506 | 2026-05-23T04:14:18.486Z | Checking either v1.15.0 |
| 2507 | 2026-05-23T04:14:18.573Z | Checking managed v0.8.0 |
| 2508 | 2026-05-23T04:14:18.650Z | Checking bumpalo v3.20.2 |
| 2509 | 2026-05-23T04:14:18.665Z | Compiling rayon-core v1.13.0 |
| 2510 | 2026-05-23T04:14:18.759Z | Checking smoltcp v0.9.1 |
| 2511 | 2026-05-23T04:14:18.810Z | Checking elliptic-curve v0.13.8 |
| 2512 | 2026-05-23T04:14:18.848Z | Checking zopfli v0.8.3 |
| 2513 | 2026-05-23T04:14:18.871Z | Checking bzip2 v0.6.1 |
| 2514 | 2026-05-23T04:14:18.897Z | Checking dof v0.3.0 |
| 2515 | 2026-05-23T04:14:18.973Z | Checking reqwest v0.12.28 |
| 2516 | 2026-05-23T04:14:19.038Z | Checking walkdir v2.5.0 |
| 2517 | 2026-05-23T04:14:19.114Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2518 | 2026-05-23T04:14:19.180Z | Checking clap_builder v4.5.60 |
| 2519 | 2026-05-23T04:14:19.180Z | Checking hashbrown v0.16.1 |
| 2520 | 2026-05-23T04:14:19.202Z | Checking hashbrown v0.15.5 |
| 2521 | 2026-05-23T04:14:19.293Z | Checking usdt-impl v0.6.0 |
| 2522 | 2026-05-23T04:14:19.334Z | Checking signal-hook-mio v0.2.5 |
| 2523 | 2026-05-23T04:14:19.418Z | Checking futures v0.3.32 |
| 2524 | 2026-05-23T04:14:19.433Z | Checking bzip2 v0.4.4 |
| 2525 | 2026-05-23T04:14:19.496Z | Checking snafu v0.8.9 |
| 2526 | 2026-05-23T04:14:19.570Z | Checking phf v0.13.1 |
| 2527 | 2026-05-23T04:14:19.583Z | Checking toml_edit v0.19.15 |
| 2528 | 2026-05-23T04:14:19.593Z | Checking num-bigint-dig v0.8.6 |
| 2529 | 2026-05-23T04:14:19.676Z | Checking zstd v0.13.3 |
| 2530 | 2026-05-23T04:14:19.714Z | Checking cookie_store v0.22.1 |
| 2531 | 2026-05-23T04:14:19.734Z | Checking postgres-types v0.2.12 |
| 2532 | 2026-05-23T04:14:19.822Z | Checking dtrace-parser v0.2.0 |
| 2533 | 2026-05-23T04:14:19.856Z | Checking rustls-platform-verifier v0.6.2 |
| 2534 | 2026-05-23T04:14:19.901Z | Checking crossbeam-deque v0.8.6 |
| 2535 | 2026-05-23T04:14:19.991Z | Checking globset v0.4.18 |
| 2536 | 2026-05-23T04:14:20.035Z | Checking regex v1.12.3 |
| 2537 | 2026-05-23T04:14:20.038Z | Checking ed25519 v2.2.3 |
| 2538 | 2026-05-23T04:14:20.059Z | Checking phf_shared v0.11.3 |
| 2539 | 2026-05-23T04:14:20.070Z | Checking olpc-cjson v0.1.4 |
| 2540 | 2026-05-23T04:14:20.196Z | Checking ref-cast v1.0.25 |
| 2541 | 2026-05-23T04:14:20.199Z | Checking curve25519-dalek v4.1.3 |
| 2542 | 2026-05-23T04:14:20.223Z | Checking strum v0.27.2 |
| 2543 | 2026-05-23T04:14:20.237Z | Checking hubpack v0.1.2 |
| 2544 | 2026-05-23T04:14:20.292Z | Checking memoffset v0.9.1 |
| 2545 | 2026-05-23T04:14:20.311Z | Checking rustix v0.38.44 |
| 2546 | 2026-05-23T04:14:20.327Z | Checking pkcs1 v0.7.5 |
| 2547 | 2026-05-23T04:14:20.368Z | Checking pem v3.0.6 |
| 2548 | 2026-05-23T04:14:20.392Z | Checking float-cmp v0.10.0 |
| 2549 | 2026-05-23T04:14:20.404Z | Checking serde_plain v1.0.2 |
| 2550 | 2026-05-23T04:14:20.417Z | Checking erased-serde v0.3.31 |
| 2551 | 2026-05-23T04:14:20.515Z | Checking serde-big-array v0.5.1 |
| 2552 | 2026-05-23T04:14:20.527Z | Checking rfc6979 v0.4.0 |
| 2553 | 2026-05-23T04:14:20.540Z | Checking thread-id v4.2.2 |
| 2554 | 2026-05-23T04:14:20.542Z | Checking memmap2 v0.9.10 |
| 2555 | 2026-05-23T04:14:20.605Z | Checking env_filter v1.0.0 |
| 2556 | 2026-05-23T04:14:20.617Z | Checking new_debug_unreachable v1.0.6 |
| 2557 | 2026-05-23T04:14:20.634Z | Checking whoami v2.1.0 |
| 2558 | 2026-05-23T04:14:20.646Z | Checking keccak v0.1.6 |
| 2559 | 2026-05-23T04:14:20.679Z | Checking fixedbitset v0.4.2 |
| 2560 | 2026-05-23T04:14:20.706Z | Checking difflib v0.4.0 |
| 2561 | 2026-05-23T04:14:20.740Z | Checking normalize-line-endings v0.3.0 |
| 2562 | 2026-05-23T04:14:20.794Z | Checking unicode-segmentation v1.12.0 |
| 2563 | 2026-05-23T04:14:20.807Z | Checking data-encoding v2.10.0 |
| 2564 | 2026-05-23T04:14:20.821Z | Checking static_assertions v1.1.0 |
| 2565 | 2026-05-23T04:14:20.824Z | Checking jiff v0.2.21 |
| 2566 | 2026-05-23T04:14:20.824Z | Checking predicates-core v1.0.10 |
| 2567 | 2026-05-23T04:14:20.879Z | Checking typed-path v0.9.3 |
| 2568 | 2026-05-23T04:14:20.891Z | Checking fixedbitset v0.5.7 |
| 2569 | 2026-05-23T04:14:20.962Z | Checking precomputed-hash v0.1.1 |
| 2570 | 2026-05-23T04:14:20.977Z | Checking toml_write v0.1.2 |
| 2571 | 2026-05-23T04:14:21.042Z | Checking string_cache v0.8.9 |
| 2572 | 2026-05-23T04:14:21.066Z | Checking hickory-proto v0.25.2 |
| 2573 | 2026-05-23T04:14:21.080Z | Checking petgraph v0.8.3 |
| 2574 | 2026-05-23T04:14:21.101Z | Checking similar v2.7.0 |
| 2575 | 2026-05-23T04:14:21.116Z | Checking crossterm v0.28.1 |
| 2576 | 2026-05-23T04:14:21.140Z | Checking toml_edit v0.22.27 |
| 2577 | 2026-05-23T04:14:21.202Z | Checking ed25519-dalek v2.2.0 |
| 2578 | 2026-05-23T04:14:21.431Z | Checking predicates v3.1.4 |
| 2579 | 2026-05-23T04:14:21.477Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2580 | 2026-05-23T04:14:21.662Z | Checking tough v0.22.0 |
| 2581 | 2026-05-23T04:14:21.741Z | Checking tokio-postgres v0.7.16 |
| 2582 | 2026-05-23T04:14:21.832Z | Checking petgraph v0.6.5 |
| 2583 | 2026-05-23T04:14:22.256Z | Checking sha3 v0.10.8 |
| 2584 | 2026-05-23T04:14:22.461Z | Checking slog v2.8.2 |
| 2585 | 2026-05-23T04:14:22.631Z | Checking env_logger v0.11.9 |
| 2586 | 2026-05-23T04:14:22.722Z | Checking usdt v0.6.0 |
| 2587 | 2026-05-23T04:14:22.825Z | Checking ecdsa v0.16.9 |
| 2588 | 2026-05-23T04:14:22.886Z | Checking usdt-impl v0.5.0 |
| 2589 | 2026-05-23T04:14:22.975Z | Checking toml v0.7.8 |
| 2590 | 2026-05-23T04:14:23.055Z | Checking rsa v0.9.10 |
| 2591 | 2026-05-23T04:14:23.094Z | Checking zip v4.6.1 |
| 2592 | 2026-05-23T04:14:23.156Z | Checking clap v4.5.60 |
| 2593 | 2026-05-23T04:14:23.169Z | Checking nix v0.31.2 |
| 2594 | 2026-05-23T04:14:23.518Z | Checking reqwest v0.13.2 |
| 2595 | 2026-05-23T04:14:23.608Z | Checking zip v0.6.6 |
| 2596 | 2026-05-23T04:14:23.659Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2597 | 2026-05-23T04:14:23.690Z | Checking itertools v0.13.0 |
| 2598 | 2026-05-23T04:14:23.729Z | Checking serde_with v3.17.0 |
| 2599 | 2026-05-23T04:14:23.828Z | Checking strum v0.26.3 |
| 2600 | 2026-05-23T04:14:23.920Z | Checking fs-err v3.3.0 |
| 2601 | 2026-05-23T04:14:23.938Z | Checking ahash v0.8.12 |
| 2602 | 2026-05-23T04:14:23.977Z | Checking object v0.37.3 |
| 2603 | 2026-05-23T04:14:24.131Z | Checking tokio-stream v0.1.18 |
| 2604 | 2026-05-23T04:14:24.144Z | Checking buf-list v1.1.2 |
| 2605 | 2026-05-23T04:14:24.156Z | Checking camino v1.2.2 |
| 2606 | 2026-05-23T04:14:24.213Z | Checking anyhow v1.0.102 |
| 2607 | 2026-05-23T04:14:24.322Z | Checking x509-cert v0.2.5 |
| 2608 | 2026-05-23T04:14:24.359Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2609 | 2026-05-23T04:14:24.397Z | Checking openapiv3 v2.2.0 |
| 2610 | 2026-05-23T04:14:24.410Z | Checking sha1 v0.10.6 |
| 2611 | 2026-05-23T04:14:24.507Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2612 | 2026-05-23T04:14:24.565Z | Checking peg-runtime v0.8.5 |
| 2613 | 2026-05-23T04:14:24.615Z | Checking lalrpop-util v0.19.12 |
| 2614 | 2026-05-23T04:14:24.700Z | Checking rayon v1.11.0 |
| 2615 | 2026-05-23T04:14:24.703Z | Checking sigpipe v0.1.3 |
| 2616 | 2026-05-23T04:14:24.703Z | Checking glob v0.3.3 |
| 2617 | 2026-05-23T04:14:26.162Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2618 | 2026-05-23T04:14:26.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.89s |
| 2619 | 2026-05-23T04:14:26.605Z | |
| 2620 | 2026-05-23T04:14:26.605Z | info: running `cargo check --bins` on internal-dns-types (77/295) |
| 2621 | 2026-05-23T04:14:27.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2622 | 2026-05-23T04:14:27.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2623 | 2026-05-23T04:14:27.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2624 | 2026-05-23T04:14:27.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2625 | 2026-05-23T04:14:27.212Z | |
| 2626 | 2026-05-23T04:14:27.212Z | info: running `cargo check --bins` on internal-dns-types-versions (78/295) |
| 2627 | 2026-05-23T04:14:27.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2628 | 2026-05-23T04:14:27.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2629 | 2026-05-23T04:14:27.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2630 | 2026-05-23T04:14:27.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2631 | 2026-05-23T04:14:27.805Z | |
| 2632 | 2026-05-23T04:14:27.805Z | info: running `cargo check --bins` on nexus-types-versions (79/295) |
| 2633 | 2026-05-23T04:14:28.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2634 | 2026-05-23T04:14:28.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2635 | 2026-05-23T04:14:28.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2636 | 2026-05-23T04:14:28.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2637 | 2026-05-23T04:14:28.412Z | |
| 2638 | 2026-05-23T04:14:28.412Z | info: running `cargo check --bins` on oxql-types (80/295) |
| 2639 | 2026-05-23T04:14:28.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2640 | 2026-05-23T04:14:28.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2641 | 2026-05-23T04:14:28.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2642 | 2026-05-23T04:14:28.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2643 | 2026-05-23T04:14:29.007Z | |
| 2644 | 2026-05-23T04:14:29.007Z | info: running `cargo check --bins` on oximeter-types (81/295) |
| 2645 | 2026-05-23T04:14:29.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2646 | 2026-05-23T04:14:29.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2647 | 2026-05-23T04:14:29.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2648 | 2026-05-23T04:14:29.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2649 | 2026-05-23T04:14:29.598Z | |
| 2650 | 2026-05-23T04:14:29.598Z | info: running `cargo check --bins` on oximeter-types-versions (82/295) |
| 2651 | 2026-05-23T04:14:30.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2652 | 2026-05-23T04:14:30.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2653 | 2026-05-23T04:14:30.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2654 | 2026-05-23T04:14:30.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2655 | 2026-05-23T04:14:30.193Z | |
| 2656 | 2026-05-23T04:14:30.193Z | info: running `cargo check --bins` on oximeter-macro-impl (83/295) |
| 2657 | 2026-05-23T04:14:30.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2026-05-23T04:14:30.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2026-05-23T04:14:30.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2660 | 2026-05-23T04:14:30.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2661 | 2026-05-23T04:14:30.778Z | |
| 2662 | 2026-05-23T04:14:30.778Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/295) |
| 2663 | 2026-05-23T04:14:31.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2026-05-23T04:14:31.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2026-05-23T04:14:31.470Z | Compiling structmeta-derive v0.3.0 |
| 2666 | 2026-05-23T04:14:31.588Z | Compiling rustls v0.22.4 |
| 2667 | 2026-05-23T04:14:31.597Z | Compiling multer v3.1.0 |
| 2668 | 2026-05-23T04:14:31.606Z | Compiling async-stream-impl v0.3.6 |
| 2669 | 2026-05-23T04:14:31.606Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2670 | 2026-05-23T04:14:31.628Z | Compiling dropshot v0.17.0 |
| 2671 | 2026-05-23T04:14:31.642Z | Compiling newtype-uuid-macros v0.1.0 |
| 2672 | 2026-05-23T04:14:31.642Z | Compiling dropshot_endpoint v0.17.0 |
| 2673 | 2026-05-23T04:14:31.764Z | Checking newtype-uuid v1.3.2 |
| 2674 | 2026-05-23T04:14:31.854Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2675 | 2026-05-23T04:14:31.885Z | Checking rustls-webpki v0.102.8 |
| 2676 | 2026-05-23T04:14:31.962Z | Checking daft v0.1.7 |
| 2677 | 2026-05-23T04:14:31.993Z | Checking thread_local v1.1.9 |
| 2678 | 2026-05-23T04:14:32.157Z | Checking match_cfg v0.1.0 |
| 2679 | 2026-05-23T04:14:32.188Z | Checking compression-core v0.4.31 |
| 2680 | 2026-05-23T04:14:32.202Z | Checking iddqd v0.4.1 |
| 2681 | 2026-05-23T04:14:32.224Z | Checking hostname v0.3.1 |
| 2682 | 2026-05-23T04:14:32.262Z | Checking crossbeam-channel v0.5.15 |
| 2683 | 2026-05-23T04:14:32.312Z | Checking compression-codecs v0.4.37 |
| 2684 | 2026-05-23T04:14:32.325Z | Checking slog-json v2.6.1 |
| 2685 | 2026-05-23T04:14:32.396Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2686 | 2026-05-23T04:14:32.474Z | Checking serde_spanned v1.0.4 |
| 2687 | 2026-05-23T04:14:32.477Z | Checking is-terminal v0.4.17 |
| 2688 | 2026-05-23T04:14:32.564Z | Checking debug-ignore v1.0.5 |
| 2689 | 2026-05-23T04:14:32.585Z | Checking take_mut v0.2.2 |
| 2690 | 2026-05-23T04:14:32.599Z | Checking term v1.2.1 |
| 2691 | 2026-05-23T04:14:32.615Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2692 | 2026-05-23T04:14:32.652Z | Compiling structmeta v0.3.0 |
| 2693 | 2026-05-23T04:14:32.665Z | Checking slog-bunyan v2.5.0 |
| 2694 | 2026-05-23T04:14:32.686Z | Checking slog-async v2.8.0 |
| 2695 | 2026-05-23T04:14:32.775Z | Checking async-compression v0.4.41 |
| 2696 | 2026-05-23T04:14:32.788Z | Checking toml v1.0.6+spec-1.1.0 |
| 2697 | 2026-05-23T04:14:32.811Z | Checking slog-term v2.9.2 |
| 2698 | 2026-05-23T04:14:32.853Z | Checking async-stream v0.3.6 |
| 2699 | 2026-05-23T04:14:32.867Z | Compiling derive-ex v0.1.8 |
| 2700 | 2026-05-23T04:14:32.981Z | Compiling parse-display-derive v0.10.0 |
| 2701 | 2026-05-23T04:14:33.012Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2702 | 2026-05-23T04:14:33.060Z | Checking progenitor-client v0.14.0 |
| 2703 | 2026-05-23T04:14:33.114Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2704 | 2026-05-23T04:14:33.128Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2705 | 2026-05-23T04:14:33.254Z | Checking waitgroup v0.1.2 |
| 2706 | 2026-05-23T04:14:33.286Z | Checking backon v1.6.0 |
| 2707 | 2026-05-23T04:14:33.351Z | Checking rustls-pemfile v2.2.0 |
| 2708 | 2026-05-23T04:14:33.385Z | Checking serde_path_to_error v0.1.20 |
| 2709 | 2026-05-23T04:14:33.417Z | Checking hostname v0.4.2 |
| 2710 | 2026-05-23T04:14:33.445Z | Checking instant v0.1.13 |
| 2711 | 2026-05-23T04:14:33.528Z | Checking backoff v0.4.0 |
| 2712 | 2026-05-23T04:14:33.663Z | Checking progenitor-extras v0.2.0 |
| 2713 | 2026-05-23T04:14:33.693Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2714 | 2026-05-23T04:14:33.708Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2715 | 2026-05-23T04:14:33.711Z | Checking tokio-rustls v0.25.0 |
| 2716 | 2026-05-23T04:14:33.895Z | Checking itertools v0.14.0 |
| 2717 | 2026-05-23T04:14:33.907Z | Checking progenitor-client v0.10.0 |
| 2718 | 2026-05-23T04:14:34.068Z | Checking regress v0.10.5 |
| 2719 | 2026-05-23T04:14:34.121Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2720 | 2026-05-23T04:14:34.329Z | Checking macaddr v1.0.1 |
| 2721 | 2026-05-23T04:14:34.528Z | Compiling test-strategy v0.4.5 |
| 2722 | 2026-05-23T04:14:34.629Z | Checking parse-display v0.10.0 |
| 2723 | 2026-05-23T04:14:34.774Z | Checking humantime v2.3.0 |
| 2724 | 2026-05-23T04:14:35.706Z | Compiling prettyplease v0.2.37 |
| 2725 | 2026-05-23T04:14:35.994Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2726 | 2026-05-23T04:14:36.146Z | Checking num-rational v0.4.2 |
| 2727 | 2026-05-23T04:14:36.368Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2728 | 2026-05-23T04:14:36.662Z | Checking num-complex v0.4.6 |
| 2729 | 2026-05-23T04:14:37.345Z | Compiling num v0.4.3 |
| 2730 | 2026-05-23T04:14:37.424Z | Compiling usdt-attr-macro v0.5.0 |
| 2731 | 2026-05-23T04:14:37.458Z | Compiling usdt-macro v0.5.0 |
| 2732 | 2026-05-23T04:14:37.461Z | Checking memmap v0.7.0 |
| 2733 | 2026-05-23T04:14:37.502Z | Checking float-ord v0.3.2 |
| 2734 | 2026-05-23T04:14:37.598Z | Compiling convert_case v0.4.0 |
| 2735 | 2026-05-23T04:14:37.611Z | Checking unicode-width v0.2.0 |
| 2736 | 2026-05-23T04:14:37.859Z | Checking console v0.15.11 |
| 2737 | 2026-05-23T04:14:37.985Z | Compiling derive_more v0.99.20 |
| 2738 | 2026-05-23T04:14:38.144Z | Checking newline-converter v0.3.0 |
| 2739 | 2026-05-23T04:14:38.178Z | Checking atomicwrites v0.4.4 |
| 2740 | 2026-05-23T04:14:38.200Z | Checking usdt v0.5.0 |
| 2741 | 2026-05-23T04:14:38.253Z | Compiling toml v0.8.23 |
| 2742 | 2026-05-23T04:14:38.301Z | Compiling minimal-lexical v0.2.1 |
| 2743 | 2026-05-23T04:14:38.367Z | Checking linked-hash-map v0.5.6 |
| 2744 | 2026-05-23T04:14:38.536Z | Checking lru-cache v0.1.2 |
| 2745 | 2026-05-23T04:14:38.553Z | Compiling nom v7.1.3 |
| 2746 | 2026-05-23T04:14:38.659Z | Checking expectorate v1.2.0 |
| 2747 | 2026-05-23T04:14:39.189Z | Checking camino-tempfile v1.4.1 |
| 2748 | 2026-05-23T04:14:39.313Z | Checking hickory-proto v0.24.4 |
| 2749 | 2026-05-23T04:14:39.351Z | Checking phf_shared v0.12.1 |
| 2750 | 2026-05-23T04:14:39.493Z | Compiling slog-dtrace v0.3.0 |
| 2751 | 2026-05-23T04:14:39.562Z | Checking resolv-conf v0.7.6 |
| 2752 | 2026-05-23T04:14:39.684Z | Checking heck v0.5.0 |
| 2753 | 2026-05-23T04:14:39.747Z | Compiling chrono-tz v0.10.4 |
| 2754 | 2026-05-23T04:14:39.811Z | Compiling const_format_proc_macros v0.2.34 |
| 2755 | 2026-05-23T04:14:39.889Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2756 | 2026-05-23T04:14:39.985Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2757 | 2026-05-23T04:14:39.999Z | Checking phf v0.12.1 |
| 2758 | 2026-05-23T04:14:40.138Z | Checking tokio-dtrace v0.1.1 |
| 2759 | 2026-05-23T04:14:40.322Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2760 | 2026-05-23T04:14:40.357Z | Compiling derive-where v1.6.0 |
| 2761 | 2026-05-23T04:14:40.518Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2762 | 2026-05-23T04:14:40.620Z | Checking highway v1.3.0 |
| 2763 | 2026-05-23T04:14:40.863Z | Checking const_format v0.2.35 |
| 2764 | 2026-05-23T04:14:41.090Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2765 | 2026-05-23T04:14:41.105Z | Checking hickory-resolver v0.24.4 |
| 2766 | 2026-05-23T04:14:41.335Z | Checking oxide-tokio-rt v0.1.4 |
| 2767 | 2026-05-23T04:14:41.512Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2768 | 2026-05-23T04:14:41.672Z | Checking gethostname v0.5.0 |
| 2769 | 2026-05-23T04:14:41.758Z | Checking bcs v0.1.6 |
| 2770 | 2026-05-23T04:14:41.774Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2771 | 2026-05-23T04:14:41.774Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2772 | 2026-05-23T04:14:41.849Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2773 | 2026-05-23T04:14:41.894Z | Checking qorb v0.4.1 |
| 2774 | 2026-05-23T04:14:41.973Z | Checking termtree v0.5.1 |
| 2775 | 2026-05-23T04:14:45.284Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2776 | 2026-05-23T04:14:47.997Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2777 | 2026-05-23T04:14:50.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s |
| 2778 | 2026-05-23T04:14:50.296Z | |
| 2779 | 2026-05-23T04:14:50.296Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295) |
| 2780 | 2026-05-23T04:14:50.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-05-23T04:14:50.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-05-23T04:14:50.975Z | Compiling ar_archive_writer v0.5.1 |
| 2783 | 2026-05-23T04:14:51.086Z | Compiling stacker v0.1.23 |
| 2784 | 2026-05-23T04:14:51.093Z | Compiling cfg_aliases v0.1.1 |
| 2785 | 2026-05-23T04:14:51.100Z | Compiling convert_case v0.10.0 |
| 2786 | 2026-05-23T04:14:51.100Z | Checking unicode-width v0.1.14 |
| 2787 | 2026-05-23T04:14:51.116Z | Compiling proc-macro-error v1.0.4 |
| 2788 | 2026-05-23T04:14:51.127Z | Checking fd-lock v4.0.4 |
| 2789 | 2026-05-23T04:14:51.127Z | Checking nibble_vec v0.1.0 |
| 2790 | 2026-05-23T04:14:51.149Z | Compiling nix v0.28.0 |
| 2791 | 2026-05-23T04:14:51.237Z | Checking vte v0.14.1 |
| 2792 | 2026-05-23T04:14:51.255Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2793 | 2026-05-23T04:14:51.347Z | Checking endian-type v0.1.2 |
| 2794 | 2026-05-23T04:14:51.350Z | Checking bytecount v0.6.9 |
| 2795 | 2026-05-23T04:14:51.383Z | Checking strip-ansi-escapes v0.2.1 |
| 2796 | 2026-05-23T04:14:51.397Z | Compiling derive_more-impl v2.1.1 |
| 2797 | 2026-05-23T04:14:51.407Z | Compiling tabled_derive v0.7.0 |
| 2798 | 2026-05-23T04:14:51.442Z | Checking papergrid v0.11.0 |
| 2799 | 2026-05-23T04:14:51.454Z | Checking radix_trie v0.2.1 |
| 2800 | 2026-05-23T04:14:51.558Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2801 | 2026-05-23T04:14:51.680Z | Compiling peg-macros v0.8.5 |
| 2802 | 2026-05-23T04:14:51.693Z | Checking winnow v0.6.26 |
| 2803 | 2026-05-23T04:14:51.937Z | Compiling psm v0.1.30 |
| 2804 | 2026-05-23T04:14:52.027Z | Compiling sqlparser_derive v0.5.0 |
| 2805 | 2026-05-23T04:14:52.096Z | Checking nu-ansi-term v0.50.3 |
| 2806 | 2026-05-23T04:14:52.216Z | Checking derive_more v2.1.1 |
| 2807 | 2026-05-23T04:14:52.295Z | Checking unicode_categories v0.1.1 |
| 2808 | 2026-05-23T04:14:52.307Z | Checking home v0.5.12 |
| 2809 | 2026-05-23T04:14:52.406Z | Checking tabled v0.15.0 |
| 2810 | 2026-05-23T04:14:52.419Z | Checking reedline v0.40.0 |
| 2811 | 2026-05-23T04:14:52.452Z | Checking crossterm v0.29.0 |
| 2812 | 2026-05-23T04:14:52.512Z | Checking rustyline v14.0.0 |
| 2813 | 2026-05-23T04:14:52.709Z | Checking recursive v0.1.1 |
| 2814 | 2026-05-23T04:14:52.807Z | Checking sqlparser v0.61.0 |
| 2815 | 2026-05-23T04:14:52.823Z | Checking display-error-chain v0.2.2 |
| 2816 | 2026-05-23T04:14:52.849Z | Checking sqlformat v0.3.5 |
| 2817 | 2026-05-23T04:14:53.056Z | Checking peg v0.8.5 |
| 2818 | 2026-05-23T04:15:03.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s |
| 2819 | 2026-05-23T04:15:04.132Z | |
| 2820 | 2026-05-23T04:15:04.132Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295) |
| 2821 | 2026-05-23T04:15:04.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2026-05-23T04:15:04.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2026-05-23T04:15:04.814Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2824 | 2026-05-23T04:15:08.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 2825 | 2026-05-23T04:15:08.404Z | |
| 2826 | 2026-05-23T04:15:08.404Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295) |
| 2827 | 2026-05-23T04:15:08.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-05-23T04:15:08.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-05-23T04:15:09.084Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2026-05-23T04:15:11.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 2831 | 2026-05-23T04:15:11.703Z | |
| 2832 | 2026-05-23T04:15:11.703Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295) |
| 2833 | 2026-05-23T04:15:12.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-05-23T04:15:12.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-05-23T04:15:12.377Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2836 | 2026-05-23T04:15:15.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
| 2837 | 2026-05-23T04:15:15.764Z | |
| 2838 | 2026-05-23T04:15:15.765Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295) |
| 2839 | 2026-05-23T04:15:16.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-05-23T04:15:16.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-05-23T04:15:16.444Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2842 | 2026-05-23T04:15:19.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s |
| 2843 | 2026-05-23T04:15:19.897Z | |
| 2844 | 2026-05-23T04:15:19.897Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295) |
| 2845 | 2026-05-23T04:15:20.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-05-23T04:15:20.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-05-23T04:15:20.565Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2848 | 2026-05-23T04:15:23.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 2849 | 2026-05-23T04:15:23.335Z | |
| 2850 | 2026-05-23T04:15:23.335Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295) |
| 2851 | 2026-05-23T04:15:23.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-05-23T04:15:23.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-05-23T04:15:24.010Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2854 | 2026-05-23T04:15:26.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 2855 | 2026-05-23T04:15:26.793Z | |
| 2856 | 2026-05-23T04:15:26.793Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295) |
| 2857 | 2026-05-23T04:15:27.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-05-23T04:15:27.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-05-23T04:15:27.465Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2860 | 2026-05-23T04:15:30.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 2861 | 2026-05-23T04:15:31.034Z | |
| 2862 | 2026-05-23T04:15:31.034Z | info: running `cargo check --bins` on oximeter (93/295) |
| 2863 | 2026-05-23T04:15:31.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-05-23T04:15:31.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-05-23T04:15:31.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2026-05-23T04:15:31.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2867 | 2026-05-23T04:15:31.635Z | |
| 2868 | 2026-05-23T04:15:31.635Z | info: running `cargo check --bins` on oximeter-schema (94/295) |
| 2869 | 2026-05-23T04:15:32.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-05-23T04:15:32.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-05-23T04:15:32.275Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2872 | 2026-05-23T04:15:32.437Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2873 | 2026-05-23T04:15:32.454Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2874 | 2026-05-23T04:15:32.777Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2875 | 2026-05-23T04:15:35.636Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2876 | 2026-05-23T04:15:36.847Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2877 | 2026-05-23T04:15:37.054Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2878 | 2026-05-23T04:15:37.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
| 2879 | 2026-05-23T04:15:37.919Z | |
| 2880 | 2026-05-23T04:15:37.920Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/295) |
| 2881 | 2026-05-23T04:15:38.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2026-05-23T04:15:38.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2026-05-23T04:15:38.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2026-05-23T04:15:38.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2885 | 2026-05-23T04:15:38.579Z | |
| 2886 | 2026-05-23T04:15:38.579Z | info: running `cargo check --bins` on oximeter-test-utils (96/295) |
| 2887 | 2026-05-23T04:15:39.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-05-23T04:15:39.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-05-23T04:15:39.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-05-23T04:15:39.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2891 | 2026-05-23T04:15:39.142Z | |
| 2892 | 2026-05-23T04:15:39.142Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295) |
| 2893 | 2026-05-23T04:15:39.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-05-23T04:15:39.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-05-23T04:15:39.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-05-23T04:15:39.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2897 | 2026-05-23T04:15:39.752Z | |
| 2898 | 2026-05-23T04:15:39.753Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295) |
| 2899 | 2026-05-23T04:15:40.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-05-23T04:15:40.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-05-23T04:15:40.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-05-23T04:15:40.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2903 | 2026-05-23T04:15:40.359Z | |
| 2904 | 2026-05-23T04:15:40.359Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295) |
| 2905 | 2026-05-23T04:15:40.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-05-23T04:15:40.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-05-23T04:15:40.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-05-23T04:15:40.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2909 | 2026-05-23T04:15:40.990Z | |
| 2910 | 2026-05-23T04:15:40.990Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295) |
| 2911 | 2026-05-23T04:15:41.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-05-23T04:15:41.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-05-23T04:15:41.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-05-23T04:15:41.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2915 | 2026-05-23T04:15:41.574Z | |
| 2916 | 2026-05-23T04:15:41.574Z | info: running `cargo check --bins` on trust-quorum-types (101/295) |
| 2917 | 2026-05-23T04:15:42.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-05-23T04:15:42.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-05-23T04:15:42.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2026-05-23T04:15:42.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2921 | 2026-05-23T04:15:42.166Z | |
| 2922 | 2026-05-23T04:15:42.166Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/295) |
| 2923 | 2026-05-23T04:15:42.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-05-23T04:15:42.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-05-23T04:15:42.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2026-05-23T04:15:42.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2927 | 2026-05-23T04:15:42.775Z | |
| 2928 | 2026-05-23T04:15:42.775Z | info: running `cargo check --bins` on update-engine (103/295) |
| 2929 | 2026-05-23T04:15:43.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-05-23T04:15:43.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-05-23T04:15:43.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2026-05-23T04:15:43.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2933 | 2026-05-23T04:15:43.367Z | |
| 2934 | 2026-05-23T04:15:43.367Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/295) |
| 2935 | 2026-05-23T04:15:43.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-05-23T04:15:43.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-05-23T04:15:44.092Z | Compiling crucible-workspace-hack v0.1.0 |
| 2938 | 2026-05-23T04:15:44.209Z | Checking secrecy v0.10.3 |
| 2939 | 2026-05-23T04:15:44.217Z | Compiling heapless v0.8.0 |
| 2940 | 2026-05-23T04:15:44.224Z | Compiling ingot-macros v0.1.1 |
| 2941 | 2026-05-23T04:15:44.231Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2942 | 2026-05-23T04:15:44.234Z | Checking hash32 v0.3.1 |
| 2943 | 2026-05-23T04:15:44.252Z | Compiling smoltcp v0.11.0 |
| 2944 | 2026-05-23T04:15:44.252Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2945 | 2026-05-23T04:15:44.311Z | Checking cobs v0.3.0 |
| 2946 | 2026-05-23T04:15:44.357Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2947 | 2026-05-23T04:15:44.448Z | Checking universal-hash v0.5.1 |
| 2948 | 2026-05-23T04:15:44.460Z | Checking half v2.7.1 |
| 2949 | 2026-05-23T04:15:44.499Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2950 | 2026-05-23T04:15:44.568Z | Checking ciborium-io v0.2.2 |
| 2951 | 2026-05-23T04:15:44.598Z | Checking opaque-debug v0.3.1 |
| 2952 | 2026-05-23T04:15:44.659Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2953 | 2026-05-23T04:15:44.697Z | Checking postcard v1.1.3 |
| 2954 | 2026-05-23T04:15:44.711Z | Checking poly1305 v0.8.0 |
| 2955 | 2026-05-23T04:15:44.711Z | Checking ciborium-ll v0.2.2 |
| 2956 | 2026-05-23T04:15:44.894Z | Compiling proc-macro-crate v3.4.0 |
| 2957 | 2026-05-23T04:15:44.939Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2958 | 2026-05-23T04:15:44.966Z | Checking password-hash v0.5.0 |
| 2959 | 2026-05-23T04:15:44.981Z | Checking chacha20 v0.9.1 |
| 2960 | 2026-05-23T04:15:45.172Z | Compiling proc-macro-crate v1.3.1 |
| 2961 | 2026-05-23T04:15:45.189Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2962 | 2026-05-23T04:15:45.205Z | Checking blake2 v0.10.6 |
| 2963 | 2026-05-23T04:15:45.274Z | Checking aead v0.5.2 |
| 2964 | 2026-05-23T04:15:45.416Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2965 | 2026-05-23T04:15:45.429Z | Compiling foreign-types-macros v0.2.3 |
| 2966 | 2026-05-23T04:15:45.442Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2967 | 2026-05-23T04:15:45.455Z | Compiling num_enum_derive v0.7.5 |
| 2968 | 2026-05-23T04:15:45.535Z | Checking thiserror-no-std v2.0.2 |
| 2969 | 2026-05-23T04:15:45.585Z | Checking cpufeatures v0.3.0 |
| 2970 | 2026-05-23T04:15:45.619Z | Checking foreign-types-shared v0.3.1 |
| 2971 | 2026-05-23T04:15:45.622Z | Checking vsss-rs v3.3.4 |
| 2972 | 2026-05-23T04:15:45.658Z | Checking chacha20 v0.10.0 |
| 2973 | 2026-05-23T04:15:45.692Z | Compiling num_enum_derive v0.5.11 |
| 2974 | 2026-05-23T04:15:45.708Z | Checking argon2 v0.5.3 |
| 2975 | 2026-05-23T04:15:45.868Z | Checking chacha20poly1305 v0.10.1 |
| 2976 | 2026-05-23T04:15:45.995Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2977 | 2026-05-23T04:15:46.008Z | Checking foreign-types v0.5.0 |
| 2978 | 2026-05-23T04:15:46.046Z | Checking ciborium v0.2.2 |
| 2979 | 2026-05-23T04:15:46.200Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2980 | 2026-05-23T04:15:46.294Z | Checking tabwriter v1.4.1 |
| 2981 | 2026-05-23T04:15:46.439Z | Checking byte-wrapper v0.1.0 |
| 2982 | 2026-05-23T04:15:46.462Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2983 | 2026-05-23T04:15:46.479Z | Checking num_enum v0.7.5 |
| 2984 | 2026-05-23T04:15:46.518Z | Checking cstr-argument v0.1.2 |
| 2985 | 2026-05-23T04:15:46.618Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2986 | 2026-05-23T04:15:46.643Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2987 | 2026-05-23T04:15:46.671Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2988 | 2026-05-23T04:15:46.717Z | Checking num_enum v0.5.11 |
| 2989 | 2026-05-23T04:15:46.759Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2990 | 2026-05-23T04:15:46.836Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2991 | 2026-05-23T04:15:46.852Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2992 | 2026-05-23T04:15:46.884Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2993 | 2026-05-23T04:15:46.990Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2994 | 2026-05-23T04:15:47.004Z | Checking rand v0.10.0 |
| 2995 | 2026-05-23T04:15:47.017Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2996 | 2026-05-23T04:15:47.031Z | Checking ingot-types v0.1.2 |
| 2997 | 2026-05-23T04:15:47.060Z | Checking colored v3.1.1 |
| 2998 | 2026-05-23T04:15:47.213Z | Checking indent_write v2.2.0 |
| 2999 | 2026-05-23T04:15:47.272Z | Compiling zone_cfg_derive v0.3.1 |
| 3000 | 2026-05-23T04:15:47.299Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3001 | 2026-05-23T04:15:47.325Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3002 | 2026-05-23T04:15:47.334Z | Checking itertools v0.12.1 |
| 3003 | 2026-05-23T04:15:47.403Z | Checking ingot v0.1.1 |
| 3004 | 2026-05-23T04:15:47.471Z | Compiling num-derive v0.4.2 |
| 3005 | 2026-05-23T04:15:47.499Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3006 | 2026-05-23T04:15:47.513Z | Checking swrite v0.1.0 |
| 3007 | 2026-05-23T04:15:47.594Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3008 | 2026-05-23T04:15:47.608Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3009 | 2026-05-23T04:15:47.767Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3010 | 2026-05-23T04:15:47.862Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3011 | 2026-05-23T04:15:47.905Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3012 | 2026-05-23T04:15:47.921Z | Checking dropshot-api-manager-types v0.7.2 |
| 3013 | 2026-05-23T04:15:47.949Z | Checking smf v0.2.3 |
| 3014 | 2026-05-23T04:15:48.012Z | Checking nanorand v0.7.0 |
| 3015 | 2026-05-23T04:15:48.085Z | Checking whoami v1.6.1 |
| 3016 | 2026-05-23T04:15:48.175Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3017 | 2026-05-23T04:15:48.207Z | Checking flume v0.11.1 |
| 3018 | 2026-05-23T04:15:48.340Z | Checking zone v0.3.1 |
| 3019 | 2026-05-23T04:15:48.383Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3020 | 2026-05-23T04:15:48.949Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3021 | 2026-05-23T04:15:49.901Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3022 | 2026-05-23T04:15:50.772Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3023 | 2026-05-23T04:15:53.991Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3024 | 2026-05-23T04:15:56.034Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3025 | 2026-05-23T04:15:57.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s |
| 3026 | 2026-05-23T04:15:57.328Z | |
| 3027 | 2026-05-23T04:15:57.328Z | info: running `cargo check --bins` on clickhouse-admin-api (105/295) |
| 3028 | 2026-05-23T04:15:57.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-05-23T04:15:57.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-05-23T04:15:57.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2026-05-23T04:15:57.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3032 | 2026-05-23T04:15:57.936Z | |
| 3033 | 2026-05-23T04:15:57.936Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/295) |
| 3034 | 2026-05-23T04:15:58.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-05-23T04:15:58.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-05-23T04:15:58.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-05-23T04:15:58.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3038 | 2026-05-23T04:15:58.546Z | |
| 3039 | 2026-05-23T04:15:58.546Z | info: running `cargo check --bins` on bootstrap-agent-client (107/295) |
| 3040 | 2026-05-23T04:15:59.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-05-23T04:15:59.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-05-23T04:15:59.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-05-23T04:15:59.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3044 | 2026-05-23T04:15:59.161Z | |
| 3045 | 2026-05-23T04:15:59.161Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295) |
| 3046 | 2026-05-23T04:15:59.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-05-23T04:15:59.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-05-23T04:15:59.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-05-23T04:15:59.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3050 | 2026-05-23T04:15:59.779Z | |
| 3051 | 2026-05-23T04:15:59.779Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295) |
| 3052 | 2026-05-23T04:16:00.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-05-23T04:16:00.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-05-23T04:16:00.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-05-23T04:16:00.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3056 | 2026-05-23T04:16:00.387Z | |
| 3057 | 2026-05-23T04:16:00.387Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/295) |
| 3058 | 2026-05-23T04:16:00.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-05-23T04:16:00.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-05-23T04:16:00.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-05-23T04:16:00.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3062 | 2026-05-23T04:16:00.993Z | |
| 3063 | 2026-05-23T04:16:00.993Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/295) |
| 3064 | 2026-05-23T04:16:01.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-05-23T04:16:01.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-05-23T04:16:01.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-05-23T04:16:01.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3068 | 2026-05-23T04:16:01.603Z | |
| 3069 | 2026-05-23T04:16:01.603Z | info: running `cargo check --bins` on cockroach-admin-client (112/295) |
| 3070 | 2026-05-23T04:16:02.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-05-23T04:16:02.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-05-23T04:16:02.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-05-23T04:16:02.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3074 | 2026-05-23T04:16:02.197Z | |
| 3075 | 2026-05-23T04:16:02.197Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/295) |
| 3076 | 2026-05-23T04:16:02.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-05-23T04:16:02.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-05-23T04:16:02.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-05-23T04:16:02.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3080 | 2026-05-23T04:16:02.808Z | |
| 3081 | 2026-05-23T04:16:02.808Z | info: running `cargo check --bins` on dns-service-client (114/295) |
| 3082 | 2026-05-23T04:16:03.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-05-23T04:16:03.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-05-23T04:16:03.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-05-23T04:16:03.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3086 | 2026-05-23T04:16:03.419Z | |
| 3087 | 2026-05-23T04:16:03.419Z | info: running `cargo check --bins` on installinator-client (115/295) |
| 3088 | 2026-05-23T04:16:03.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-05-23T04:16:03.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-05-23T04:16:03.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-05-23T04:16:03.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3092 | 2026-05-23T04:16:04.025Z | |
| 3093 | 2026-05-23T04:16:04.026Z | info: running `cargo check --bins` on nexus-client (116/295) |
| 3094 | 2026-05-23T04:16:04.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-05-23T04:16:04.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-05-23T04:16:04.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-05-23T04:16:05.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3098 | 2026-05-23T04:16:05.578Z | |
| 3099 | 2026-05-23T04:16:05.578Z | info: running `cargo check --bins` on nexus-lockstep-client (117/295) |
| 3100 | 2026-05-23T04:16:05.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-05-23T04:16:05.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-05-23T04:16:05.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-05-23T04:16:05.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3104 | 2026-05-23T04:16:05.578Z | |
| 3105 | 2026-05-23T04:16:05.579Z | info: running `cargo check --bins` on ntp-admin-client (118/295) |
| 3106 | 2026-05-23T04:16:05.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-05-23T04:16:05.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-05-23T04:16:05.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-05-23T04:16:05.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3110 | 2026-05-23T04:16:05.911Z | |
| 3111 | 2026-05-23T04:16:05.911Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/295) |
| 3112 | 2026-05-23T04:16:06.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-05-23T04:16:06.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-05-23T04:16:06.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-05-23T04:16:06.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3116 | 2026-05-23T04:16:06.503Z | |
| 3117 | 2026-05-23T04:16:06.503Z | info: running `cargo check --bins` on oxide-client (120/295) |
| 3118 | 2026-05-23T04:16:07.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-05-23T04:16:07.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-05-23T04:16:07.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-05-23T04:16:07.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3122 | 2026-05-23T04:16:07.099Z | |
| 3123 | 2026-05-23T04:16:07.099Z | info: running `cargo check --bins` on oximeter-client (121/295) |
| 3124 | 2026-05-23T04:16:07.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-05-23T04:16:07.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-05-23T04:16:07.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-05-23T04:16:07.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3128 | 2026-05-23T04:16:07.709Z | |
| 3129 | 2026-05-23T04:16:07.709Z | info: running `cargo check --bins` on repo-depot-client (122/295) |
| 3130 | 2026-05-23T04:16:08.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-05-23T04:16:08.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-05-23T04:16:08.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-05-23T04:16:08.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3134 | 2026-05-23T04:16:08.298Z | |
| 3135 | 2026-05-23T04:16:08.298Z | info: running `cargo check --bins` on sled-agent-client (123/295) |
| 3136 | 2026-05-23T04:16:08.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-05-23T04:16:08.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-05-23T04:16:08.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-05-23T04:16:08.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3140 | 2026-05-23T04:16:08.919Z | |
| 3141 | 2026-05-23T04:16:08.919Z | info: running `cargo check --bins` on wicketd-client (124/295) |
| 3142 | 2026-05-23T04:16:09.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-05-23T04:16:09.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-05-23T04:16:09.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-05-23T04:16:09.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3146 | 2026-05-23T04:16:09.553Z | |
| 3147 | 2026-05-23T04:16:09.553Z | info: running `cargo check --bins` on installinator-common (125/295) |
| 3148 | 2026-05-23T04:16:10.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-05-23T04:16:10.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-05-23T04:16:10.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-05-23T04:16:10.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3152 | 2026-05-23T04:16:10.181Z | |
| 3153 | 2026-05-23T04:16:10.181Z | info: running `cargo check --bins` on installinator-common-versions (126/295) |
| 3154 | 2026-05-23T04:16:10.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-05-23T04:16:10.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-05-23T04:16:10.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-05-23T04:16:10.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3158 | 2026-05-23T04:16:10.775Z | |
| 3159 | 2026-05-23T04:16:10.775Z | info: running `cargo check --bins` on wicket-common (127/295) |
| 3160 | 2026-05-23T04:16:11.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-05-23T04:16:11.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-05-23T04:16:11.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-05-23T04:16:11.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3164 | 2026-05-23T04:16:11.397Z | |
| 3165 | 2026-05-23T04:16:11.397Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/295) |
| 3166 | 2026-05-23T04:16:11.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-05-23T04:16:11.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-05-23T04:16:12.094Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3169 | 2026-05-23T04:16:12.211Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3170 | 2026-05-23T04:16:12.220Z | Checking csv-core v0.1.13 |
| 3171 | 2026-05-23T04:16:12.226Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3172 | 2026-05-23T04:16:12.234Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3173 | 2026-05-23T04:16:12.237Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3174 | 2026-05-23T04:16:12.255Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3175 | 2026-05-23T04:16:12.267Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3176 | 2026-05-23T04:16:12.376Z | Checking csv v1.4.0 |
| 3177 | 2026-05-23T04:16:12.414Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3178 | 2026-05-23T04:16:12.430Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3179 | 2026-05-23T04:16:12.459Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3180 | 2026-05-23T04:16:12.471Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3181 | 2026-05-23T04:16:12.709Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3182 | 2026-05-23T04:16:13.068Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3183 | 2026-05-23T04:16:13.068Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3184 | 2026-05-23T04:16:13.416Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3185 | 2026-05-23T04:16:19.273Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3186 | 2026-05-23T04:16:19.805Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3187 | 2026-05-23T04:16:22.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s |
| 3188 | 2026-05-23T04:16:22.330Z | |
| 3189 | 2026-05-23T04:16:22.330Z | info: running `cargo check --bins` on cockroach-admin-api (129/295) |
| 3190 | 2026-05-23T04:16:22.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2026-05-23T04:16:22.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2026-05-23T04:16:22.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2026-05-23T04:16:22.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3194 | 2026-05-23T04:16:22.940Z | |
| 3195 | 2026-05-23T04:16:22.940Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295) |
| 3196 | 2026-05-23T04:16:23.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-05-23T04:16:23.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-05-23T04:16:23.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-05-23T04:16:23.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3200 | 2026-05-23T04:16:23.632Z | |
| 3201 | 2026-05-23T04:16:23.632Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295) |
| 3202 | 2026-05-23T04:16:24.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-05-23T04:16:24.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-05-23T04:16:24.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-05-23T04:16:24.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3206 | 2026-05-23T04:16:24.330Z | |
| 3207 | 2026-05-23T04:16:24.330Z | info: running `cargo check --bins` on gateway-test-utils (132/295) |
| 3208 | 2026-05-23T04:16:24.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-05-23T04:16:24.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-05-23T04:16:24.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-05-23T04:16:24.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3212 | 2026-05-23T04:16:24.988Z | |
| 3213 | 2026-05-23T04:16:24.988Z | info: running `cargo check --bins` on omicron-gateway (133/295) |
| 3214 | 2026-05-23T04:16:25.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-05-23T04:16:25.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-05-23T04:16:25.755Z | Compiling regress v0.11.1 |
| 3217 | 2026-05-23T04:16:25.895Z | Compiling unsafe-libyaml v0.2.11 |
| 3218 | 2026-05-23T04:16:25.908Z | Compiling radium v0.7.0 |
| 3219 | 2026-05-23T04:16:25.911Z | Compiling semver v0.1.20 |
| 3220 | 2026-05-23T04:16:25.935Z | Compiling maybe-uninit v2.0.0 |
| 3221 | 2026-05-23T04:16:25.938Z | Checking tap v1.0.1 |
| 3222 | 2026-05-23T04:16:25.961Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3223 | 2026-05-23T04:16:26.045Z | Checking wyz v0.5.1 |
| 3224 | 2026-05-23T04:16:26.175Z | Compiling rustc_version v0.1.7 |
| 3225 | 2026-05-23T04:16:26.220Z | Checking progenitor-client v0.13.0 |
| 3226 | 2026-05-23T04:16:26.279Z | Compiling zerocopy-derive v0.6.6 |
| 3227 | 2026-05-23T04:16:26.360Z | Checking funty v2.0.0 |
| 3228 | 2026-05-23T04:16:26.391Z | Compiling newtype_derive v0.1.6 |
| 3229 | 2026-05-23T04:16:26.488Z | Compiling serde_yaml v0.9.34+deprecated |
| 3230 | 2026-05-23T04:16:26.581Z | Compiling owo-colors v4.3.0 |
| 3231 | 2026-05-23T04:16:26.643Z | Compiling cancel-safe-futures v0.1.5 |
| 3232 | 2026-05-23T04:16:26.679Z | Compiling packed_struct v0.10.1 |
| 3233 | 2026-05-23T04:16:26.857Z | Checking crc-catalog v2.4.0 |
| 3234 | 2026-05-23T04:16:26.954Z | Checking crc v3.4.0 |
| 3235 | 2026-05-23T04:16:26.981Z | Checking bitvec v1.0.1 |
| 3236 | 2026-05-23T04:16:27.119Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3237 | 2026-05-23T04:16:27.134Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3238 | 2026-05-23T04:16:27.137Z | Checking zerocopy v0.6.6 |
| 3239 | 2026-05-23T04:16:27.329Z | Checking typify-impl v0.6.2 |
| 3240 | 2026-05-23T04:16:27.453Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3241 | 2026-05-23T04:16:27.473Z | Compiling packed_struct_codegen v0.10.1 |
| 3242 | 2026-05-23T04:16:27.648Z | Checking libsw-core v0.3.2 |
| 3243 | 2026-05-23T04:16:27.706Z | Compiling bitfield-macros v0.19.4 |
| 3244 | 2026-05-23T04:16:27.796Z | Compiling indexmap v1.9.3 |
| 3245 | 2026-05-23T04:16:27.952Z | Checking nodrop v0.1.14 |
| 3246 | 2026-05-23T04:16:28.012Z | Checking libsw v3.5.0 |
| 3247 | 2026-05-23T04:16:28.045Z | Checking array-init v0.0.4 |
| 3248 | 2026-05-23T04:16:28.164Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3249 | 2026-05-23T04:16:28.285Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3250 | 2026-05-23T04:16:28.342Z | Checking smallvec v0.6.14 |
| 3251 | 2026-05-23T04:16:28.415Z | Checking bitfield v0.19.4 |
| 3252 | 2026-05-23T04:16:28.465Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3253 | 2026-05-23T04:16:28.576Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3254 | 2026-05-23T04:16:28.686Z | Checking tagptr v0.2.0 |
| 3255 | 2026-05-23T04:16:28.701Z | Checking hashbrown v0.12.3 |
| 3256 | 2026-05-23T04:16:28.770Z | Checking base64 v0.21.7 |
| 3257 | 2026-05-23T04:16:28.824Z | Checking linear-map v1.2.0 |
| 3258 | 2026-05-23T04:16:28.877Z | Checking smawk v0.3.2 |
| 3259 | 2026-05-23T04:16:28.991Z | Checking unicode-linebreak v0.1.5 |
| 3260 | 2026-05-23T04:16:29.008Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3261 | 2026-05-23T04:16:29.011Z | Checking ron v0.8.1 |
| 3262 | 2026-05-23T04:16:29.101Z | Checking moka v0.12.13 |
| 3263 | 2026-05-23T04:16:29.128Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3264 | 2026-05-23T04:16:29.176Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3265 | 2026-05-23T04:16:29.201Z | Checking textwrap v0.16.2 |
| 3266 | 2026-05-23T04:16:29.411Z | Checking steno v0.4.1 |
| 3267 | 2026-05-23T04:16:29.432Z | Checking serde-hex v0.1.0 |
| 3268 | 2026-05-23T04:16:29.529Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3269 | 2026-05-23T04:16:29.591Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3270 | 2026-05-23T04:16:29.687Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3271 | 2026-05-23T04:16:29.722Z | Checking hashbrown v0.13.2 |
| 3272 | 2026-05-23T04:16:29.979Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3273 | 2026-05-23T04:16:30.146Z | Checking crc-any v2.5.0 |
| 3274 | 2026-05-23T04:16:30.194Z | Checking object v0.30.4 |
| 3275 | 2026-05-23T04:16:30.253Z | Checking hickory-resolver v0.25.2 |
| 3276 | 2026-05-23T04:16:30.327Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3277 | 2026-05-23T04:16:30.394Z | Checking path-slash v0.1.5 |
| 3278 | 2026-05-23T04:16:30.410Z | Checking half v1.8.3 |
| 3279 | 2026-05-23T04:16:30.491Z | Checking void v1.0.2 |
| 3280 | 2026-05-23T04:16:30.505Z | Checking utf-8 v0.7.6 |
| 3281 | 2026-05-23T04:16:30.597Z | Checking lzss v0.8.2 |
| 3282 | 2026-05-23T04:16:30.612Z | Checking serde_cbor v0.11.2 |
| 3283 | 2026-05-23T04:16:30.637Z | Checking tungstenite v0.23.0 |
| 3284 | 2026-05-23T04:16:30.906Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3285 | 2026-05-23T04:16:30.920Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3286 | 2026-05-23T04:16:30.957Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3287 | 2026-05-23T04:16:30.985Z | Checking nix v0.27.1 |
| 3288 | 2026-05-23T04:16:31.055Z | Checking kstat-rs v0.2.4 |
| 3289 | 2026-05-23T04:16:31.069Z | Checking fxhash v0.2.1 |
| 3290 | 2026-05-23T04:16:31.153Z | Checking serde_bytes v0.11.19 |
| 3291 | 2026-05-23T04:16:31.186Z | Checking tokio-tungstenite v0.23.1 |
| 3292 | 2026-05-23T04:16:31.244Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3293 | 2026-05-23T04:16:31.330Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3294 | 2026-05-23T04:16:31.378Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3295 | 2026-05-23T04:16:31.445Z | Checking signal-hook-tokio v0.3.1 |
| 3296 | 2026-05-23T04:16:31.774Z | Compiling typify-macro v0.6.2 |
| 3297 | 2026-05-23T04:16:32.572Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3298 | 2026-05-23T04:16:32.924Z | Compiling typify v0.6.2 |
| 3299 | 2026-05-23T04:16:33.010Z | Compiling progenitor-impl v0.13.0 |
| 3300 | 2026-05-23T04:16:33.010Z | Compiling progenitor-impl v0.14.0 |
| 3301 | 2026-05-23T04:16:33.461Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3302 | 2026-05-23T04:16:33.785Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 3303 | 2026-05-23T04:16:34.590Z | Compiling progenitor-macro v0.13.0 |
| 3304 | 2026-05-23T04:16:34.629Z | Compiling progenitor-macro v0.14.0 |
| 3305 | 2026-05-23T04:16:36.988Z | Checking progenitor v0.13.0 |
| 3306 | 2026-05-23T04:16:37.117Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3307 | 2026-05-23T04:16:37.278Z | Checking progenitor v0.14.0 |
| 3308 | 2026-05-23T04:16:37.400Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3309 | 2026-05-23T04:16:40.105Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3310 | 2026-05-23T04:16:47.743Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3311 | 2026-05-23T04:16:54.119Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-05-23T04:16:55.501Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3313 | 2026-05-23T04:16:55.990Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3314 | 2026-05-23T04:16:58.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.08s |
| 3315 | 2026-05-23T04:16:58.284Z | |
| 3316 | 2026-05-23T04:16:58.284Z | info: running `cargo check --bins` on gateway-api (134/295) |
| 3317 | 2026-05-23T04:16:58.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-05-23T04:16:58.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-05-23T04:16:58.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-05-23T04:16:58.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3321 | 2026-05-23T04:16:58.893Z | |
| 3322 | 2026-05-23T04:16:58.893Z | info: running `cargo check --bins` on ipcc (135/295) |
| 3323 | 2026-05-23T04:16:59.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-05-23T04:16:59.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-05-23T04:16:59.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-05-23T04:16:59.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3327 | 2026-05-23T04:16:59.488Z | |
| 3328 | 2026-05-23T04:16:59.488Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295) |
| 3329 | 2026-05-23T04:16:59.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-05-23T04:16:59.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-05-23T04:16:59.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-05-23T04:16:59.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3333 | 2026-05-23T04:17:00.081Z | |
| 3334 | 2026-05-23T04:17:00.081Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295) |
| 3335 | 2026-05-23T04:17:00.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-05-23T04:17:00.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-05-23T04:17:00.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-05-23T04:17:00.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3339 | 2026-05-23T04:17:00.704Z | |
| 3340 | 2026-05-23T04:17:00.704Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295) |
| 3341 | 2026-05-23T04:17:01.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-05-23T04:17:01.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-05-23T04:17:01.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-05-23T04:17:01.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3345 | 2026-05-23T04:17:01.313Z | |
| 3346 | 2026-05-23T04:17:01.313Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295) |
| 3347 | 2026-05-23T04:17:01.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-05-23T04:17:01.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-05-23T04:17:01.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-05-23T04:17:01.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3351 | 2026-05-23T04:17:01.937Z | |
| 3352 | 2026-05-23T04:17:01.937Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295) |
| 3353 | 2026-05-23T04:17:02.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-05-23T04:17:02.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-05-23T04:17:02.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-05-23T04:17:02.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3357 | 2026-05-23T04:17:02.550Z | |
| 3358 | 2026-05-23T04:17:02.550Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295) |
| 3359 | 2026-05-23T04:17:03.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-05-23T04:17:03.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-05-23T04:17:03.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-05-23T04:17:03.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3363 | 2026-05-23T04:17:03.157Z | |
| 3364 | 2026-05-23T04:17:03.157Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295) |
| 3365 | 2026-05-23T04:17:03.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-05-23T04:17:03.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-05-23T04:17:03.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-05-23T04:17:03.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3369 | 2026-05-23T04:17:03.766Z | |
| 3370 | 2026-05-23T04:17:03.766Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295) |
| 3371 | 2026-05-23T04:17:04.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-05-23T04:17:04.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-05-23T04:17:04.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-05-23T04:17:04.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3375 | 2026-05-23T04:17:04.373Z | |
| 3376 | 2026-05-23T04:17:04.373Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295) |
| 3377 | 2026-05-23T04:17:04.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-05-23T04:17:04.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-05-23T04:17:04.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-05-23T04:17:04.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3381 | 2026-05-23T04:17:04.981Z | |
| 3382 | 2026-05-23T04:17:04.981Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295) |
| 3383 | 2026-05-23T04:17:05.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-05-23T04:17:05.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-05-23T04:17:05.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-05-23T04:17:05.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3387 | 2026-05-23T04:17:05.593Z | |
| 3388 | 2026-05-23T04:17:05.593Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295) |
| 3389 | 2026-05-23T04:17:06.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-05-23T04:17:06.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-05-23T04:17:06.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-05-23T04:17:06.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3393 | 2026-05-23T04:17:06.203Z | |
| 3394 | 2026-05-23T04:17:06.206Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295) |
| 3395 | 2026-05-23T04:17:06.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-05-23T04:17:06.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-05-23T04:17:06.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-05-23T04:17:06.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3399 | 2026-05-23T04:17:06.815Z | |
| 3400 | 2026-05-23T04:17:06.815Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295) |
| 3401 | 2026-05-23T04:17:07.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-05-23T04:17:07.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-05-23T04:17:07.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-05-23T04:17:07.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3405 | 2026-05-23T04:17:07.439Z | |
| 3406 | 2026-05-23T04:17:07.440Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295) |
| 3407 | 2026-05-23T04:17:07.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-05-23T04:17:07.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-05-23T04:17:07.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-05-23T04:17:07.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3411 | 2026-05-23T04:17:08.060Z | |
| 3412 | 2026-05-23T04:17:08.061Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295) |
| 3413 | 2026-05-23T04:17:08.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-05-23T04:17:08.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-05-23T04:17:08.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-05-23T04:17:08.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3417 | 2026-05-23T04:17:08.686Z | |
| 3418 | 2026-05-23T04:17:08.686Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295) |
| 3419 | 2026-05-23T04:17:09.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-05-23T04:17:09.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-05-23T04:17:09.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-05-23T04:17:09.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3423 | 2026-05-23T04:17:09.308Z | |
| 3424 | 2026-05-23T04:17:09.308Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295) |
| 3425 | 2026-05-23T04:17:09.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-05-23T04:17:09.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-05-23T04:17:09.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-05-23T04:17:09.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3429 | 2026-05-23T04:17:09.935Z | |
| 3430 | 2026-05-23T04:17:09.935Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295) |
| 3431 | 2026-05-23T04:17:10.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-05-23T04:17:10.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-05-23T04:17:10.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-05-23T04:17:10.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3435 | 2026-05-23T04:17:10.562Z | |
| 3436 | 2026-05-23T04:17:10.562Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295) |
| 3437 | 2026-05-23T04:17:11.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-05-23T04:17:11.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-05-23T04:17:11.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-05-23T04:17:11.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3441 | 2026-05-23T04:17:11.185Z | |
| 3442 | 2026-05-23T04:17:11.185Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295) |
| 3443 | 2026-05-23T04:17:11.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-05-23T04:17:11.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-05-23T04:17:11.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-05-23T04:17:11.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3447 | 2026-05-23T04:17:11.812Z | |
| 3448 | 2026-05-23T04:17:11.812Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295) |
| 3449 | 2026-05-23T04:17:12.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-05-23T04:17:12.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-05-23T04:17:12.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-05-23T04:17:12.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3453 | 2026-05-23T04:17:12.435Z | |
| 3454 | 2026-05-23T04:17:12.435Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295) |
| 3455 | 2026-05-23T04:17:12.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-05-23T04:17:12.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-05-23T04:17:12.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-05-23T04:17:12.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3459 | 2026-05-23T04:17:13.053Z | |
| 3460 | 2026-05-23T04:17:13.053Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295) |
| 3461 | 2026-05-23T04:17:13.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-05-23T04:17:13.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-05-23T04:17:13.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-05-23T04:17:13.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3465 | 2026-05-23T04:17:13.661Z | |
| 3466 | 2026-05-23T04:17:13.661Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295) |
| 3467 | 2026-05-23T04:17:14.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-05-23T04:17:14.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-05-23T04:17:14.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-05-23T04:17:14.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3471 | 2026-05-23T04:17:14.270Z | |
| 3472 | 2026-05-23T04:17:14.270Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295) |
| 3473 | 2026-05-23T04:17:14.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-05-23T04:17:14.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-05-23T04:17:14.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-05-23T04:17:14.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3477 | 2026-05-23T04:17:14.878Z | |
| 3478 | 2026-05-23T04:17:14.878Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295) |
| 3479 | 2026-05-23T04:17:15.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-05-23T04:17:15.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-05-23T04:17:15.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-05-23T04:17:15.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3483 | 2026-05-23T04:17:15.480Z | |
| 3484 | 2026-05-23T04:17:15.480Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295) |
| 3485 | 2026-05-23T04:17:15.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-05-23T04:17:15.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-05-23T04:17:15.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-05-23T04:17:15.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3489 | 2026-05-23T04:17:16.090Z | |
| 3490 | 2026-05-23T04:17:16.090Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295) |
| 3491 | 2026-05-23T04:17:16.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-05-23T04:17:16.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-05-23T04:17:16.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-05-23T04:17:16.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3495 | 2026-05-23T04:17:16.697Z | |
| 3496 | 2026-05-23T04:17:16.697Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295) |
| 3497 | 2026-05-23T04:17:17.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-05-23T04:17:17.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-05-23T04:17:17.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-05-23T04:17:17.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3501 | 2026-05-23T04:17:17.307Z | |
| 3502 | 2026-05-23T04:17:17.307Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295) |
| 3503 | 2026-05-23T04:17:17.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-05-23T04:17:17.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-05-23T04:17:17.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-05-23T04:17:17.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3507 | 2026-05-23T04:17:17.921Z | |
| 3508 | 2026-05-23T04:17:17.922Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295) |
| 3509 | 2026-05-23T04:17:18.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-05-23T04:17:18.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-05-23T04:17:18.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-05-23T04:17:18.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3513 | 2026-05-23T04:17:18.553Z | |
| 3514 | 2026-05-23T04:17:18.553Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295) |
| 3515 | 2026-05-23T04:17:19.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-05-23T04:17:19.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-05-23T04:17:19.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-05-23T04:17:19.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3519 | 2026-05-23T04:17:19.171Z | |
| 3520 | 2026-05-23T04:17:19.171Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295) |
| 3521 | 2026-05-23T04:17:19.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-05-23T04:17:19.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-05-23T04:17:19.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-05-23T04:17:19.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3525 | 2026-05-23T04:17:19.798Z | |
| 3526 | 2026-05-23T04:17:19.798Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295) |
| 3527 | 2026-05-23T04:17:20.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-05-23T04:17:20.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-05-23T04:17:20.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-05-23T04:17:20.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3531 | 2026-05-23T04:17:20.423Z | |
| 3532 | 2026-05-23T04:17:20.423Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295) |
| 3533 | 2026-05-23T04:17:20.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-05-23T04:17:20.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-05-23T04:17:20.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-05-23T04:17:20.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3537 | 2026-05-23T04:17:21.049Z | |
| 3538 | 2026-05-23T04:17:21.050Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295) |
| 3539 | 2026-05-23T04:17:21.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-05-23T04:17:21.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-05-23T04:17:21.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-05-23T04:17:21.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3543 | 2026-05-23T04:17:21.678Z | |
| 3544 | 2026-05-23T04:17:21.678Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295) |
| 3545 | 2026-05-23T04:17:22.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-05-23T04:17:22.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-05-23T04:17:22.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-05-23T04:17:22.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3549 | 2026-05-23T04:17:22.306Z | |
| 3550 | 2026-05-23T04:17:22.306Z | info: running `cargo check --bins` on oximeter-producer (173/295) |
| 3551 | 2026-05-23T04:17:22.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-05-23T04:17:22.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-05-23T04:17:22.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-05-23T04:17:22.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3555 | 2026-05-23T04:17:22.953Z | |
| 3556 | 2026-05-23T04:17:22.953Z | info: running `cargo check --bins` on internal-dns-resolver (174/295) |
| 3557 | 2026-05-23T04:17:23.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-05-23T04:17:23.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-05-23T04:17:23.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-05-23T04:17:23.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3561 | 2026-05-23T04:17:23.556Z | |
| 3562 | 2026-05-23T04:17:23.556Z | info: running `cargo check --bins` on dns-server (175/295) |
| 3563 | 2026-05-23T04:17:24.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-05-23T04:17:24.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-05-23T04:17:24.215Z | Compiling parking_lot_core v0.8.6 |
| 3566 | 2026-05-23T04:17:24.215Z | Compiling atomicwrites v0.4.4 |
| 3567 | 2026-05-23T04:17:24.215Z | Compiling git-stub v1.0.0 |
| 3568 | 2026-05-23T04:17:24.220Z | Checking prefix-trie v0.7.0 |
| 3569 | 2026-05-23T04:17:24.220Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3570 | 2026-05-23T04:17:24.456Z | Compiling git-stub-vcs v0.1.0 |
| 3571 | 2026-05-23T04:17:24.629Z | Checking hickory-server v0.25.2 |
| 3572 | 2026-05-23T04:17:24.722Z | Checking parking_lot v0.11.2 |
| 3573 | 2026-05-23T04:17:24.734Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3574 | 2026-05-23T04:17:24.803Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3575 | 2026-05-23T04:17:24.803Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3576 | 2026-05-23T04:17:24.889Z | Checking sled v0.34.7 |
| 3577 | 2026-05-23T04:17:26.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 3578 | 2026-05-23T04:17:26.963Z | |
| 3579 | 2026-05-23T04:17:26.964Z | info: running `cargo check --bins` on dns-server-api (176/295) |
| 3580 | 2026-05-23T04:17:27.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-05-23T04:17:27.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-05-23T04:17:27.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-05-23T04:17:27.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3584 | 2026-05-23T04:17:27.569Z | |
| 3585 | 2026-05-23T04:17:27.569Z | info: running `cargo check --bins` on oximeter-producer-api (177/295) |
| 3586 | 2026-05-23T04:17:28.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-05-23T04:17:28.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-05-23T04:17:28.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-05-23T04:17:28.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3590 | 2026-05-23T04:17:28.174Z | |
| 3591 | 2026-05-23T04:17:28.174Z | info: running `cargo check --bins` on sp-sim (178/295) |
| 3592 | 2026-05-23T04:17:28.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-05-23T04:17:28.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-05-23T04:17:28.901Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3595 | 2026-05-23T04:17:30.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
| 3596 | 2026-05-23T04:17:30.871Z | |
| 3597 | 2026-05-23T04:17:30.871Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295) |
| 3598 | 2026-05-23T04:17:31.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-05-23T04:17:31.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-05-23T04:17:31.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-05-23T04:17:31.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3602 | 2026-05-23T04:17:31.527Z | |
| 3603 | 2026-05-23T04:17:31.527Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295) |
| 3604 | 2026-05-23T04:17:32.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-05-23T04:17:32.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-05-23T04:17:32.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-05-23T04:17:32.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3608 | 2026-05-23T04:17:32.193Z | |
| 3609 | 2026-05-23T04:17:32.194Z | info: running `cargo check --bins` on db-macros (181/295) |
| 3610 | 2026-05-23T04:17:32.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-05-23T04:17:32.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-05-23T04:17:32.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-05-23T04:17:32.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3614 | 2026-05-23T04:17:32.790Z | |
| 3615 | 2026-05-23T04:17:32.790Z | info: running `cargo check --bins` on nexus-macros-common (182/295) |
| 3616 | 2026-05-23T04:17:33.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-05-23T04:17:33.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-05-23T04:17:33.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-05-23T04:17:33.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3620 | 2026-05-23T04:17:33.385Z | |
| 3621 | 2026-05-23T04:17:33.385Z | info: running `cargo check --bins` on nexus-auth (183/295) |
| 3622 | 2026-05-23T04:17:33.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-05-23T04:17:33.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-05-23T04:17:33.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-05-23T04:17:33.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3626 | 2026-05-23T04:17:34.043Z | |
| 3627 | 2026-05-23T04:17:34.043Z | info: running `cargo check --bins` on authz-macros (184/295) |
| 3628 | 2026-05-23T04:17:34.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-05-23T04:17:34.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-05-23T04:17:34.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-05-23T04:17:34.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3632 | 2026-05-23T04:17:34.635Z | |
| 3633 | 2026-05-23T04:17:34.635Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/295) |
| 3634 | 2026-05-23T04:17:35.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-05-23T04:17:35.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-05-23T04:17:35.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-05-23T04:17:35.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3638 | 2026-05-23T04:17:35.286Z | |
| 3639 | 2026-05-23T04:17:35.286Z | info: running `cargo check --bins` on nexus-db-model (186/295) |
| 3640 | 2026-05-23T04:17:35.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-05-23T04:17:35.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-05-23T04:17:35.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-05-23T04:17:35.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3644 | 2026-05-23T04:17:35.933Z | |
| 3645 | 2026-05-23T04:17:35.933Z | info: running `cargo check --bins` on nexus-db-schema (187/295) |
| 3646 | 2026-05-23T04:17:36.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-05-23T04:17:36.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-05-23T04:17:36.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-05-23T04:17:36.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3650 | 2026-05-23T04:17:36.526Z | |
| 3651 | 2026-05-23T04:17:36.526Z | info: running `cargo check --bins` on omicron-rpaths (188/295) |
| 3652 | 2026-05-23T04:17:37.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-05-23T04:17:37.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-05-23T04:17:37.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-05-23T04:17:37.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3656 | 2026-05-23T04:17:37.117Z | |
| 3657 | 2026-05-23T04:17:37.117Z | info: running `cargo check --bins` on nexus-defaults (189/295) |
| 3658 | 2026-05-23T04:17:37.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-05-23T04:17:37.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-05-23T04:17:37.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3661 | 2026-05-23T04:17:37.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3662 | 2026-05-23T04:17:37.715Z | |
| 3663 | 2026-05-23T04:17:37.715Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/295) |
| 3664 | 2026-05-23T04:17:38.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-05-23T04:17:38.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-05-23T04:17:38.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3667 | 2026-05-23T04:17:38.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3668 | 2026-05-23T04:17:38.308Z | |
| 3669 | 2026-05-23T04:17:38.308Z | info: running `cargo check --bins` on parallel-task-set (191/295) |
| 3670 | 2026-05-23T04:17:38.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-05-23T04:17:38.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-05-23T04:17:38.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3673 | 2026-05-23T04:17:38.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3674 | 2026-05-23T04:17:38.895Z | |
| 3675 | 2026-05-23T04:17:38.895Z | info: running `cargo check --bins` on nexus-db-errors (192/295) |
| 3676 | 2026-05-23T04:17:39.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-05-23T04:17:39.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-05-23T04:17:39.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3679 | 2026-05-23T04:17:39.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3680 | 2026-05-23T04:17:39.550Z | |
| 3681 | 2026-05-23T04:17:39.550Z | info: running `cargo check --bins` on nexus-db-lookup (193/295) |
| 3682 | 2026-05-23T04:17:40.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-05-23T04:17:40.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-05-23T04:17:40.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2026-05-23T04:17:40.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3686 | 2026-05-23T04:17:40.208Z | |
| 3687 | 2026-05-23T04:17:40.208Z | info: running `cargo check --bins` on nexus-inventory (194/295) |
| 3688 | 2026-05-23T04:17:40.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-05-23T04:17:40.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-05-23T04:17:40.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2026-05-23T04:17:40.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3692 | 2026-05-23T04:17:40.855Z | |
| 3693 | 2026-05-23T04:17:40.855Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295) |
| 3694 | 2026-05-23T04:17:41.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-05-23T04:17:41.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-05-23T04:17:41.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2026-05-23T04:17:41.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3698 | 2026-05-23T04:17:41.485Z | |
| 3699 | 2026-05-23T04:17:41.485Z | info: running `cargo check --bins --no-default-features` on sled-storage (196/295) |
| 3700 | 2026-05-23T04:17:42.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-05-23T04:17:42.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-05-23T04:17:42.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2026-05-23T04:17:42.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3704 | 2026-05-23T04:17:42.108Z | |
| 3705 | 2026-05-23T04:17:42.108Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295) |
| 3706 | 2026-05-23T04:17:42.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-05-23T04:17:42.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-05-23T04:17:42.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2026-05-23T04:17:42.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3710 | 2026-05-23T04:17:42.729Z | |
| 3711 | 2026-05-23T04:17:42.729Z | info: running `cargo check --bins` on key-manager (198/295) |
| 3712 | 2026-05-23T04:17:43.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-05-23T04:17:43.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-05-23T04:17:43.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2026-05-23T04:17:43.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3716 | 2026-05-23T04:17:43.328Z | |
| 3717 | 2026-05-23T04:17:43.328Z | info: running `cargo check --bins --no-default-features` on sled-hardware (199/295) |
| 3718 | 2026-05-23T04:17:43.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-05-23T04:17:43.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-05-23T04:17:43.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2026-05-23T04:17:43.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3722 | 2026-05-23T04:17:43.945Z | |
| 3723 | 2026-05-23T04:17:43.945Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295) |
| 3724 | 2026-05-23T04:17:44.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-05-23T04:17:44.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-05-23T04:17:44.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-05-23T04:17:44.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3728 | 2026-05-23T04:17:44.568Z | |
| 3729 | 2026-05-23T04:17:44.568Z | info: running `cargo check --bins` on typed-rng (201/295) |
| 3730 | 2026-05-23T04:17:45.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-05-23T04:17:45.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-05-23T04:17:45.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-05-23T04:17:45.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3734 | 2026-05-23T04:17:45.161Z | |
| 3735 | 2026-05-23T04:17:45.161Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295) |
| 3736 | 2026-05-23T04:17:45.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-05-23T04:17:45.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-05-23T04:17:46.026Z | Compiling typify-impl v0.4.3 |
| 3739 | 2026-05-23T04:17:46.027Z | Compiling libefi-sys v0.1.0 |
| 3740 | 2026-05-23T04:17:46.172Z | Compiling bitfield-struct v0.6.2 |
| 3741 | 2026-05-23T04:17:46.206Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3742 | 2026-05-23T04:17:46.209Z | Compiling xshell-macros v0.2.7 |
| 3743 | 2026-05-23T04:17:46.209Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3744 | 2026-05-23T04:17:46.212Z | Compiling salty v0.3.0 |
| 3745 | 2026-05-23T04:17:46.299Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3746 | 2026-05-23T04:17:46.425Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3747 | 2026-05-23T04:17:46.518Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3748 | 2026-05-23T04:17:46.597Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3749 | 2026-05-23T04:17:46.653Z | Checking xshell v0.2.7 |
| 3750 | 2026-05-23T04:17:46.669Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3751 | 2026-05-23T04:17:46.796Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3752 | 2026-05-23T04:17:46.843Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3753 | 2026-05-23T04:17:46.886Z | Checking primeorder v0.13.6 |
| 3754 | 2026-05-23T04:17:47.011Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3755 | 2026-05-23T04:17:47.036Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3756 | 2026-05-23T04:17:47.124Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3757 | 2026-05-23T04:17:47.140Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3758 | 2026-05-23T04:17:47.156Z | Checking tungstenite v0.21.0 |
| 3759 | 2026-05-23T04:17:47.270Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3760 | 2026-05-23T04:17:47.344Z | Checking p384 v0.13.1 |
| 3761 | 2026-05-23T04:17:47.378Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3762 | 2026-05-23T04:17:47.507Z | Compiling proc-macro-error2 v2.0.1 |
| 3763 | 2026-05-23T04:17:47.757Z | Compiling num-derive v0.3.3 |
| 3764 | 2026-05-23T04:17:47.819Z | Compiling tabled_derive v0.11.0 |
| 3765 | 2026-05-23T04:17:47.920Z | Checking tokio-tungstenite v0.21.0 |
| 3766 | 2026-05-23T04:17:48.128Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3767 | 2026-05-23T04:17:48.173Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3768 | 2026-05-23T04:17:48.197Z | Checking papergrid v0.17.0 |
| 3769 | 2026-05-23T04:17:48.548Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3770 | 2026-05-23T04:17:48.643Z | Checking libscf-sys v1.1.0 |
| 3771 | 2026-05-23T04:17:48.776Z | Checking testing_table v0.3.0 |
| 3772 | 2026-05-23T04:17:48.822Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3773 | 2026-05-23T04:17:48.874Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3774 | 2026-05-23T04:17:48.978Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3775 | 2026-05-23T04:17:48.982Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3776 | 2026-05-23T04:17:49.134Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3777 | 2026-05-23T04:17:49.201Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3778 | 2026-05-23T04:17:49.284Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3779 | 2026-05-23T04:17:49.335Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3780 | 2026-05-23T04:17:49.396Z | Checking corncobs v0.1.4 |
| 3781 | 2026-05-23T04:17:49.412Z | Compiling unicase v2.9.0 |
| 3782 | 2026-05-23T04:17:49.537Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3783 | 2026-05-23T04:17:49.603Z | Checking tabled v0.20.0 |
| 3784 | 2026-05-23T04:17:49.618Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3785 | 2026-05-23T04:17:49.621Z | Compiling mime_guess v2.0.5 |
| 3786 | 2026-05-23T04:17:49.743Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3787 | 2026-05-23T04:17:49.791Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3788 | 2026-05-23T04:17:49.836Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3789 | 2026-05-23T04:17:49.956Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3790 | 2026-05-23T04:17:49.984Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3791 | 2026-05-23T04:17:50.123Z | Checking progenitor-client v0.11.2 |
| 3792 | 2026-05-23T04:17:50.151Z | Checking secrecy v0.8.0 |
| 3793 | 2026-05-23T04:17:50.276Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3794 | 2026-05-23T04:17:50.443Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3795 | 2026-05-23T04:17:50.561Z | Compiling typify-macro v0.4.3 |
| 3796 | 2026-05-23T04:17:50.592Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3797 | 2026-05-23T04:17:50.640Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3798 | 2026-05-23T04:17:50.707Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3799 | 2026-05-23T04:17:50.710Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3800 | 2026-05-23T04:17:50.911Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3801 | 2026-05-23T04:17:50.935Z | Checking filetime v0.2.27 |
| 3802 | 2026-05-23T04:17:51.077Z | Checking crc8 v0.1.1 |
| 3803 | 2026-05-23T04:17:51.177Z | Checking xattr v1.6.1 |
| 3804 | 2026-05-23T04:17:51.193Z | Checking http-range v0.1.5 |
| 3805 | 2026-05-23T04:17:51.317Z | Checking tar v0.4.45 |
| 3806 | 2026-05-23T04:17:51.333Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3807 | 2026-05-23T04:17:51.566Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3808 | 2026-05-23T04:17:51.588Z | Checking illumos-nvpair v0.3.0 |
| 3809 | 2026-05-23T04:17:51.737Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3810 | 2026-05-23T04:17:51.753Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3811 | 2026-05-23T04:17:51.827Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3812 | 2026-05-23T04:17:52.131Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3813 | 2026-05-23T04:17:52.197Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3814 | 2026-05-23T04:17:52.245Z | Checking atty v0.2.14 |
| 3815 | 2026-05-23T04:17:52.284Z | Compiling typify v0.4.3 |
| 3816 | 2026-05-23T04:17:52.403Z | Compiling progenitor-impl v0.11.2 |
| 3817 | 2026-05-23T04:17:52.437Z | Compiling progenitor-impl v0.10.0 |
| 3818 | 2026-05-23T04:17:52.877Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3819 | 2026-05-23T04:17:52.976Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3820 | 2026-05-23T04:17:53.230Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3821 | 2026-05-23T04:17:53.350Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3822 | 2026-05-23T04:17:53.366Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3823 | 2026-05-23T04:17:53.408Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3824 | 2026-05-23T04:17:53.694Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3825 | 2026-05-23T04:17:53.852Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3826 | 2026-05-23T04:17:54.034Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3827 | 2026-05-23T04:17:54.120Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3828 | 2026-05-23T04:17:54.208Z | Checking hyper-staticfile v0.10.1 |
| 3829 | 2026-05-23T04:17:54.371Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3830 | 2026-05-23T04:17:54.501Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3831 | 2026-05-23T04:17:54.634Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3832 | 2026-05-23T04:17:54.869Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3833 | 2026-05-23T04:17:54.972Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3834 | 2026-05-23T04:17:54.988Z | Compiling progenitor-macro v0.11.2 |
| 3835 | 2026-05-23T04:17:55.002Z | Compiling progenitor-macro v0.10.0 |
| 3836 | 2026-05-23T04:17:55.142Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3837 | 2026-05-23T04:17:55.158Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3838 | 2026-05-23T04:17:55.253Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3839 | 2026-05-23T04:17:57.752Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3840 | 2026-05-23T04:17:57.951Z | Checking progenitor v0.11.2 |
| 3841 | 2026-05-23T04:17:57.999Z | Checking progenitor v0.10.0 |
| 3842 | 2026-05-23T04:17:58.071Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3843 | 2026-05-23T04:17:58.118Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3844 | 2026-05-23T04:18:02.713Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3845 | 2026-05-23T04:18:13.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.46s |
| 3846 | 2026-05-23T04:18:13.843Z | |
| 3847 | 2026-05-23T04:18:13.843Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295) |
| 3848 | 2026-05-23T04:18:14.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2026-05-23T04:18:14.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2026-05-23T04:18:14.628Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3851 | 2026-05-23T04:18:25.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3852 | 2026-05-23T04:18:25.471Z | |
| 3853 | 2026-05-23T04:18:25.471Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295) |
| 3854 | 2026-05-23T04:18:26.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-05-23T04:18:26.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-05-23T04:18:26.254Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3857 | 2026-05-23T04:18:36.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3858 | 2026-05-23T04:18:37.114Z | |
| 3859 | 2026-05-23T04:18:37.114Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295) |
| 3860 | 2026-05-23T04:18:37.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-05-23T04:18:37.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-05-23T04:18:37.898Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3863 | 2026-05-23T04:18:48.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3864 | 2026-05-23T04:18:48.758Z | |
| 3865 | 2026-05-23T04:18:48.758Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295) |
| 3866 | 2026-05-23T04:18:49.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-05-23T04:18:49.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-05-23T04:18:49.539Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3869 | 2026-05-23T04:19:00.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s |
| 3870 | 2026-05-23T04:19:00.410Z | |
| 3871 | 2026-05-23T04:19:00.410Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295) |
| 3872 | 2026-05-23T04:19:00.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-05-23T04:19:00.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-05-23T04:19:01.193Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3875 | 2026-05-23T04:19:11.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3876 | 2026-05-23T04:19:12.041Z | |
| 3877 | 2026-05-23T04:19:12.041Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295) |
| 3878 | 2026-05-23T04:19:12.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-05-23T04:19:12.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-05-23T04:19:12.822Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3881 | 2026-05-23T04:19:23.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3882 | 2026-05-23T04:19:23.680Z | |
| 3883 | 2026-05-23T04:19:23.680Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295) |
| 3884 | 2026-05-23T04:19:24.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2026-05-23T04:19:24.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2026-05-23T04:19:24.473Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3887 | 2026-05-23T04:19:35.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3888 | 2026-05-23T04:19:35.326Z | |
| 3889 | 2026-05-23T04:19:35.326Z | info: running `cargo check --bins` on bootstrap-agent-api (210/295) |
| 3890 | 2026-05-23T04:19:35.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2026-05-23T04:19:35.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2026-05-23T04:19:35.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3893 | 2026-05-23T04:19:35.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3894 | 2026-05-23T04:19:35.943Z | |
| 3895 | 2026-05-23T04:19:35.943Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295) |
| 3896 | 2026-05-23T04:19:36.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2026-05-23T04:19:36.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2026-05-23T04:19:36.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2026-05-23T04:19:36.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3900 | 2026-05-23T04:19:36.553Z | |
| 3901 | 2026-05-23T04:19:36.553Z | info: running `cargo check --bins` on range-requests (212/295) |
| 3902 | 2026-05-23T04:19:37.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-05-23T04:19:37.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-05-23T04:19:37.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-05-23T04:19:37.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3906 | 2026-05-23T04:19:37.163Z | |
| 3907 | 2026-05-23T04:19:37.163Z | info: running `cargo check --bins` on repo-depot-api (213/295) |
| 3908 | 2026-05-23T04:19:37.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-05-23T04:19:37.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-05-23T04:19:37.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3911 | 2026-05-23T04:19:37.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3912 | 2026-05-23T04:19:37.774Z | |
| 3913 | 2026-05-23T04:19:37.774Z | info: running `cargo check --bins` on sled-agent-api (214/295) |
| 3914 | 2026-05-23T04:19:38.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2026-05-23T04:19:38.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2026-05-23T04:19:38.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3917 | 2026-05-23T04:19:38.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3918 | 2026-05-23T04:19:38.411Z | |
| 3919 | 2026-05-23T04:19:38.411Z | info: running `cargo check --bins` on sled-diagnostics (215/295) |
| 3920 | 2026-05-23T04:19:38.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2026-05-23T04:19:38.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2026-05-23T04:19:38.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3923 | 2026-05-23T04:19:38.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3924 | 2026-05-23T04:19:39.048Z | |
| 3925 | 2026-05-23T04:19:39.048Z | info: running `cargo check --bins` on zfs-test-harness (216/295) |
| 3926 | 2026-05-23T04:19:39.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2026-05-23T04:19:39.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2026-05-23T04:19:39.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2026-05-23T04:19:39.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3930 | 2026-05-23T04:19:39.684Z | |
| 3931 | 2026-05-23T04:19:39.684Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295) |
| 3932 | 2026-05-23T04:19:40.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-05-23T04:19:40.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-05-23T04:19:40.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3935 | 2026-05-23T04:19:40.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3936 | 2026-05-23T04:19:40.326Z | |
| 3937 | 2026-05-23T04:19:40.326Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295) |
| 3938 | 2026-05-23T04:19:40.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-05-23T04:19:40.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-05-23T04:19:40.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2026-05-23T04:19:40.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3942 | 2026-05-23T04:19:40.967Z | |
| 3943 | 2026-05-23T04:19:40.967Z | info: running `cargo check --bins` on sled-agent-early-networking (219/295) |
| 3944 | 2026-05-23T04:19:41.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-05-23T04:19:41.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-05-23T04:19:41.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2026-05-23T04:19:41.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3948 | 2026-05-23T04:19:41.607Z | |
| 3949 | 2026-05-23T04:19:41.607Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/295) |
| 3950 | 2026-05-23T04:19:42.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-05-23T04:19:42.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-05-23T04:19:42.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2026-05-23T04:19:42.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3954 | 2026-05-23T04:19:42.236Z | |
| 3955 | 2026-05-23T04:19:42.236Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295) |
| 3956 | 2026-05-23T04:19:42.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-05-23T04:19:42.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-05-23T04:19:42.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-05-23T04:19:42.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3960 | 2026-05-23T04:19:42.870Z | |
| 3961 | 2026-05-23T04:19:42.870Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295) |
| 3962 | 2026-05-23T04:19:43.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-05-23T04:19:43.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-05-23T04:19:43.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2026-05-23T04:19:43.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3966 | 2026-05-23T04:19:43.514Z | |
| 3967 | 2026-05-23T04:19:43.514Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/295) |
| 3968 | 2026-05-23T04:19:44.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-05-23T04:19:44.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-05-23T04:19:44.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3971 | 2026-05-23T04:19:44.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3972 | 2026-05-23T04:19:44.152Z | |
| 3973 | 2026-05-23T04:19:44.152Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/295) |
| 3974 | 2026-05-23T04:19:44.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-05-23T04:19:44.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-05-23T04:19:44.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-05-23T04:19:44.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3978 | 2026-05-23T04:19:44.809Z | |
| 3979 | 2026-05-23T04:19:44.810Z | info: running `cargo check --bins` on trust-quorum (225/295) |
| 3980 | 2026-05-23T04:19:45.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-05-23T04:19:45.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-05-23T04:19:45.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-05-23T04:19:45.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3984 | 2026-05-23T04:19:45.452Z | |
| 3985 | 2026-05-23T04:19:45.452Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295) |
| 3986 | 2026-05-23T04:19:46.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-05-23T04:19:46.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-05-23T04:19:46.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-05-23T04:19:46.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3990 | 2026-05-23T04:19:46.110Z | |
| 3991 | 2026-05-23T04:19:46.110Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/295) |
| 3992 | 2026-05-23T04:19:46.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-05-23T04:19:46.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-05-23T04:19:46.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-05-23T04:19:46.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3996 | 2026-05-23T04:19:46.778Z | |
| 3997 | 2026-05-23T04:19:46.778Z | info: running `cargo check --bins` on update-common (228/295) |
| 3998 | 2026-05-23T04:19:47.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-05-23T04:19:47.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-05-23T04:19:47.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-05-23T04:19:47.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4002 | 2026-05-23T04:19:47.401Z | |
| 4003 | 2026-05-23T04:19:47.401Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295) |
| 4004 | 2026-05-23T04:19:47.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-05-23T04:19:47.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-05-23T04:19:47.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-05-23T04:19:47.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4008 | 2026-05-23T04:19:48.076Z | |
| 4009 | 2026-05-23T04:19:48.076Z | info: running `cargo check --bins` on omicron-deployment-graph (230/295) |
| 4010 | 2026-05-23T04:19:48.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-05-23T04:19:48.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-05-23T04:19:48.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-05-23T04:19:48.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4014 | 2026-05-23T04:19:48.682Z | |
| 4015 | 2026-05-23T04:19:48.682Z | info: running `cargo check --bins` on reconfigurator-cli (231/295) |
| 4016 | 2026-05-23T04:19:49.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-05-23T04:19:49.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-05-23T04:19:49.475Z | Compiling fs-err v2.11.0 |
| 4019 | 2026-05-23T04:19:49.475Z | Checking ignore v0.4.25 |
| 4020 | 2026-05-23T04:19:49.475Z | Checking arc-swap v1.8.2 |
| 4021 | 2026-05-23T04:19:49.613Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4022 | 2026-05-23T04:19:49.616Z | Checking predicates-tree v1.0.13 |
| 4023 | 2026-05-23T04:19:49.616Z | Checking parse-size v1.1.0 |
| 4024 | 2026-05-23T04:19:49.645Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4025 | 2026-05-23T04:19:49.656Z | Checking rand_seeder v0.4.0 |
| 4026 | 2026-05-23T04:19:49.707Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4027 | 2026-05-23T04:19:49.742Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4028 | 2026-05-23T04:19:49.795Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4029 | 2026-05-23T04:19:49.809Z | Checking slog-scope v4.4.1 |
| 4030 | 2026-05-23T04:19:49.842Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4031 | 2026-05-23T04:19:49.934Z | Checking slog-stdlog v4.1.1 |
| 4032 | 2026-05-23T04:19:49.950Z | Compiling petname v2.0.2 |
| 4033 | 2026-05-23T04:19:49.964Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4034 | 2026-05-23T04:19:49.980Z | Checking globwalk v0.9.1 |
| 4035 | 2026-05-23T04:19:50.026Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4036 | 2026-05-23T04:19:50.052Z | Checking slog-envlogger v2.2.0 |
| 4037 | 2026-05-23T04:19:50.151Z | Checking camino-tempfile-ext v0.3.3 |
| 4038 | 2026-05-23T04:19:50.198Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4039 | 2026-05-23T04:19:50.230Z | Checking sapling-renderdag v0.1.0 |
| 4040 | 2026-05-23T04:19:50.345Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4041 | 2026-05-23T04:19:50.383Z | Checking subprocess v0.2.15 |
| 4042 | 2026-05-23T04:19:50.467Z | Checking sync-ptr v0.1.4 |
| 4043 | 2026-05-23T04:19:50.584Z | Checking colored v2.2.0 |
| 4044 | 2026-05-23T04:19:50.600Z | Checking assert_matches v1.5.0 |
| 4045 | 2026-05-23T04:19:50.659Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4046 | 2026-05-23T04:19:50.825Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4047 | 2026-05-23T04:19:50.828Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4048 | 2026-05-23T04:19:51.511Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4049 | 2026-05-23T04:19:52.830Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4050 | 2026-05-23T04:19:55.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s |
| 4051 | 2026-05-23T04:19:55.257Z | |
| 4052 | 2026-05-23T04:19:55.257Z | info: running `cargo check --bins` on omicron-repl-utils (232/295) |
| 4053 | 2026-05-23T04:19:55.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-05-23T04:19:55.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-05-23T04:19:55.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-05-23T04:19:55.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4057 | 2026-05-23T04:19:55.861Z | |
| 4058 | 2026-05-23T04:19:55.862Z | info: running `cargo check --bins` on transient-dns-server (233/295) |
| 4059 | 2026-05-23T04:19:56.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-05-23T04:19:56.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-05-23T04:19:56.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-05-23T04:19:56.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4063 | 2026-05-23T04:19:56.492Z | |
| 4064 | 2026-05-23T04:19:56.492Z | info: running `cargo check --bins` on nexus-test-interface (234/295) |
| 4065 | 2026-05-23T04:19:57.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-05-23T04:19:57.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-05-23T04:19:57.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-05-23T04:19:57.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4069 | 2026-05-23T04:19:57.159Z | |
| 4070 | 2026-05-23T04:19:57.159Z | info: running `cargo check --bins` on oximeter-collector (235/295) |
| 4071 | 2026-05-23T04:19:57.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-05-23T04:19:57.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-05-23T04:19:57.896Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4074 | 2026-05-23T04:19:57.897Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4075 | 2026-05-23T04:19:58.542Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4076 | 2026-05-23T04:20:00.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 4077 | 2026-05-23T04:20:00.343Z | |
| 4078 | 2026-05-23T04:20:00.343Z | info: running `cargo check --bins` on oximeter-api (236/295) |
| 4079 | 2026-05-23T04:20:00.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4080 | 2026-05-23T04:20:00.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4081 | 2026-05-23T04:20:00.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4082 | 2026-05-23T04:20:00.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4083 | 2026-05-23T04:20:00.956Z | |
| 4084 | 2026-05-23T04:20:00.956Z | info: running `cargo check --bins` on cert-dev (237/295) |
| 4085 | 2026-05-23T04:20:01.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4086 | 2026-05-23T04:20:01.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4087 | 2026-05-23T04:20:01.576Z | Checking yasna v0.5.2 |
| 4088 | 2026-05-23T04:20:01.976Z | Checking rcgen v0.12.1 |
| 4089 | 2026-05-23T04:20:02.221Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4090 | 2026-05-23T04:20:02.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4091 | 2026-05-23T04:20:02.584Z | |
| 4092 | 2026-05-23T04:20:02.584Z | info: running `cargo check --bins` on clickana (238/295) |
| 4093 | 2026-05-23T04:20:03.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-05-23T04:20:03.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-05-23T04:20:03.247Z | Compiling darling_core v0.23.0 |
| 4096 | 2026-05-23T04:20:03.250Z | Compiling instability v0.3.11 |
| 4097 | 2026-05-23T04:20:03.364Z | Checking castaway v0.2.4 |
| 4098 | 2026-05-23T04:20:03.369Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4099 | 2026-05-23T04:20:03.372Z | Compiling indoc v2.0.7 |
| 4100 | 2026-05-23T04:20:03.385Z | Checking unicode-truncate v1.1.0 |
| 4101 | 2026-05-23T04:20:03.388Z | Checking lru v0.12.5 |
| 4102 | 2026-05-23T04:20:03.388Z | Checking cassowary v0.3.0 |
| 4103 | 2026-05-23T04:20:03.451Z | Checking compact_str v0.8.1 |
| 4104 | 2026-05-23T04:20:04.419Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4105 | 2026-05-23T04:20:04.604Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4106 | 2026-05-23T04:20:04.771Z | Compiling darling_macro v0.23.0 |
| 4107 | 2026-05-23T04:20:05.183Z | Compiling darling v0.23.0 |
| 4108 | 2026-05-23T04:20:05.787Z | Checking ratatui v0.29.0 |
| 4109 | 2026-05-23T04:20:06.839Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4110 | 2026-05-23T04:20:07.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s |
| 4111 | 2026-05-23T04:20:07.703Z | |
| 4112 | 2026-05-23T04:20:07.703Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/295) |
| 4113 | 2026-05-23T04:20:08.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4114 | 2026-05-23T04:20:08.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4115 | 2026-05-23T04:20:08.438Z | Checking headers-core v0.3.0 |
| 4116 | 2026-05-23T04:20:08.441Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4117 | 2026-05-23T04:20:08.631Z | Checking headers v0.4.1 |
| 4118 | 2026-05-23T04:20:08.994Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4119 | 2026-05-23T04:20:09.843Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4120 | 2026-05-23T04:20:10.341Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4121 | 2026-05-23T04:20:10.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
| 4122 | 2026-05-23T04:20:10.961Z | |
| 4123 | 2026-05-23T04:20:10.961Z | info: running `cargo check --bins` on ch-dev (240/295) |
| 4124 | 2026-05-23T04:20:11.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4125 | 2026-05-23T04:20:11.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4126 | 2026-05-23T04:20:11.697Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4127 | 2026-05-23T04:20:12.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4128 | 2026-05-23T04:20:12.662Z | |
| 4129 | 2026-05-23T04:20:12.662Z | info: running `cargo check --bins` on dev-tools-common (241/295) |
| 4130 | 2026-05-23T04:20:13.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-05-23T04:20:13.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-05-23T04:20:13.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4133 | 2026-05-23T04:20:13.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4134 | 2026-05-23T04:20:13.132Z | |
| 4135 | 2026-05-23T04:20:13.132Z | info: running `cargo check --bins` on crdb-seed (242/295) |
| 4136 | 2026-05-23T04:20:13.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4137 | 2026-05-23T04:20:13.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4138 | 2026-05-23T04:20:13.849Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4139 | 2026-05-23T04:20:14.838Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4140 | 2026-05-23T04:20:15.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
| 4141 | 2026-05-23T04:20:15.381Z | |
| 4142 | 2026-05-23T04:20:15.381Z | info: running `cargo check --bins` on db-dev (243/295) |
| 4143 | 2026-05-23T04:20:15.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2026-05-23T04:20:15.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2026-05-23T04:20:16.113Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4146 | 2026-05-23T04:20:16.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4147 | 2026-05-23T04:20:17.081Z | |
| 4148 | 2026-05-23T04:20:17.081Z | info: running `cargo check --bins` on omicron-dev-lib (244/295) |
| 4149 | 2026-05-23T04:20:17.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-05-23T04:20:17.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-05-23T04:20:17.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4152 | 2026-05-23T04:20:17.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4153 | 2026-05-23T04:20:17.738Z | |
| 4154 | 2026-05-23T04:20:17.738Z | info: running `cargo check --bins` on xtask-downloader (245/295) |
| 4155 | 2026-05-23T04:20:18.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-05-23T04:20:18.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-05-23T04:20:18.361Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4158 | 2026-05-23T04:20:19.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4159 | 2026-05-23T04:20:19.223Z | |
| 4160 | 2026-05-23T04:20:19.223Z | info: running `cargo check --bins` on omicron-dropshot-apis (246/295) |
| 4161 | 2026-05-23T04:20:19.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-05-23T04:20:19.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-05-23T04:20:19.988Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4164 | 2026-05-23T04:20:19.988Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4165 | 2026-05-23T04:20:19.988Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 4166 | 2026-05-23T04:20:19.992Z | Checking git-stub v1.0.0 |
| 4167 | 2026-05-23T04:20:19.992Z | Compiling trait-variant v0.1.2 |
| 4168 | 2026-05-23T04:20:19.992Z | Checking maplit v1.0.2 |
| 4169 | 2026-05-23T04:20:19.992Z | Checking is_ci v1.2.0 |
| 4170 | 2026-05-23T04:20:19.992Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4171 | 2026-05-23T04:20:20.179Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4172 | 2026-05-23T04:20:20.227Z | Checking supports-color v3.0.2 |
| 4173 | 2026-05-23T04:20:20.271Z | Checking git-stub-vcs v0.1.0 |
| 4174 | 2026-05-23T04:20:20.369Z | Checking drift v0.2.0 |
| 4175 | 2026-05-23T04:20:20.377Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4176 | 2026-05-23T04:20:20.391Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4177 | 2026-05-23T04:20:20.459Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4178 | 2026-05-23T04:20:20.589Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4179 | 2026-05-23T04:20:20.624Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4180 | 2026-05-23T04:20:20.672Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4181 | 2026-05-23T04:20:20.701Z | Checking dropshot-api-manager v0.7.2 |
| 4182 | 2026-05-23T04:20:20.886Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4183 | 2026-05-23T04:20:20.909Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4184 | 2026-05-23T04:20:21.032Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 4185 | 2026-05-23T04:20:21.368Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4186 | 2026-05-23T04:20:26.261Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4187 | 2026-05-23T04:20:27.347Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4188 | 2026-05-23T04:20:27.906Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4189 | 2026-05-23T04:20:28.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s |
| 4190 | 2026-05-23T04:20:28.542Z | |
| 4191 | 2026-05-23T04:20:28.542Z | info: running `cargo check --bins` on installinator-api (247/295) |
| 4192 | 2026-05-23T04:20:29.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4193 | 2026-05-23T04:20:29.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4194 | 2026-05-23T04:20:29.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4195 | 2026-05-23T04:20:29.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4196 | 2026-05-23T04:20:29.158Z | |
| 4197 | 2026-05-23T04:20:29.158Z | info: running `cargo check --bins` on nexus-external-api (248/295) |
| 4198 | 2026-05-23T04:20:29.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4199 | 2026-05-23T04:20:29.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4200 | 2026-05-23T04:20:29.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4201 | 2026-05-23T04:20:29.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4202 | 2026-05-23T04:20:29.816Z | |
| 4203 | 2026-05-23T04:20:29.816Z | info: running `cargo check --bins` on nexus-internal-api (249/295) |
| 4204 | 2026-05-23T04:20:30.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4205 | 2026-05-23T04:20:30.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4206 | 2026-05-23T04:20:30.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4207 | 2026-05-23T04:20:30.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4208 | 2026-05-23T04:20:30.473Z | |
| 4209 | 2026-05-23T04:20:30.473Z | info: running `cargo check --bins` on nexus-lockstep-api (250/295) |
| 4210 | 2026-05-23T04:20:31.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4211 | 2026-05-23T04:20:31.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4212 | 2026-05-23T04:20:31.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4213 | 2026-05-23T04:20:31.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4214 | 2026-05-23T04:20:31.119Z | |
| 4215 | 2026-05-23T04:20:31.119Z | info: running `cargo check --bins` on ntp-admin-api (251/295) |
| 4216 | 2026-05-23T04:20:31.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4217 | 2026-05-23T04:20:31.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4218 | 2026-05-23T04:20:31.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4219 | 2026-05-23T04:20:31.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4220 | 2026-05-23T04:20:31.733Z | |
| 4221 | 2026-05-23T04:20:31.733Z | info: running `cargo check --bins` on ntp-admin-types-versions (252/295) |
| 4222 | 2026-05-23T04:20:32.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4223 | 2026-05-23T04:20:32.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4224 | 2026-05-23T04:20:32.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4225 | 2026-05-23T04:20:32.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4226 | 2026-05-23T04:20:32.337Z | |
| 4227 | 2026-05-23T04:20:32.337Z | info: running `cargo check --bins` on wicketd-api (253/295) |
| 4228 | 2026-05-23T04:20:32.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4229 | 2026-05-23T04:20:32.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4230 | 2026-05-23T04:20:32.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4231 | 2026-05-23T04:20:32.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4232 | 2026-05-23T04:20:32.968Z | |
| 4233 | 2026-05-23T04:20:32.968Z | info: running `cargo check --bins` on omicron-ls-apis (254/295) |
| 4234 | 2026-05-23T04:20:33.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4235 | 2026-05-23T04:20:33.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4236 | 2026-05-23T04:20:33.580Z | Checking typeid v1.0.3 |
| 4237 | 2026-05-23T04:20:33.693Z | Checking ordered-float v2.10.1 |
| 4238 | 2026-05-23T04:20:33.712Z | Checking unicode-xid v0.2.6 |
| 4239 | 2026-05-23T04:20:33.725Z | Checking cargo-platform v0.2.0 |
| 4240 | 2026-05-23T04:20:33.734Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4241 | 2026-05-23T04:20:33.758Z | Checking erased-serde v0.4.9 |
| 4242 | 2026-05-23T04:20:33.894Z | Checking serde-value v0.7.0 |
| 4243 | 2026-05-23T04:20:34.065Z | Checking serde-untagged v0.1.9 |
| 4244 | 2026-05-23T04:20:34.216Z | Checking cargo-util-schemas v0.8.2 |
| 4245 | 2026-05-23T04:20:34.895Z | Checking cargo_metadata v0.21.0 |
| 4246 | 2026-05-23T04:20:35.487Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4247 | 2026-05-23T04:20:36.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 4248 | 2026-05-23T04:20:36.356Z | |
| 4249 | 2026-05-23T04:20:36.356Z | info: running `cargo check --bins` on mgs-dev (255/295) |
| 4250 | 2026-05-23T04:20:36.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4251 | 2026-05-23T04:20:36.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4252 | 2026-05-23T04:20:37.096Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4253 | 2026-05-23T04:20:37.723Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4254 | 2026-05-23T04:20:38.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
| 4255 | 2026-05-23T04:20:38.453Z | |
| 4256 | 2026-05-23T04:20:38.453Z | info: running `cargo check --bins` on omicron-omdb (256/295) |
| 4257 | 2026-05-23T04:20:39.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-05-23T04:20:39.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-05-23T04:20:39.328Z | Compiling vergen-gitcl v1.0.8 |
| 4260 | 2026-05-23T04:20:39.328Z | Compiling dirs-sys-next v0.1.2 |
| 4261 | 2026-05-23T04:20:39.328Z | Compiling glob v0.3.3 |
| 4262 | 2026-05-23T04:20:39.328Z | Compiling crunchy v0.2.4 |
| 4263 | 2026-05-23T04:20:39.328Z | Compiling diesel_derives v2.3.7 |
| 4264 | 2026-05-23T04:20:39.331Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4265 | 2026-05-23T04:20:39.331Z | Compiling dsl_auto_type v0.2.0 |
| 4266 | 2026-05-23T04:20:39.331Z | Checking scheduled-thread-pool v0.2.7 |
| 4267 | 2026-05-23T04:20:39.586Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4268 | 2026-05-23T04:20:39.643Z | Compiling dirs-next v2.0.0 |
| 4269 | 2026-05-23T04:20:39.732Z | Compiling tiny-keccak v2.0.2 |
| 4270 | 2026-05-23T04:20:39.775Z | Compiling term v0.7.0 |
| 4271 | 2026-05-23T04:20:39.802Z | Checking r2d2 v0.8.10 |
| 4272 | 2026-05-23T04:20:39.836Z | Compiling clang-sys v1.8.1 |
| 4273 | 2026-05-23T04:20:39.894Z | Checking downcast-rs v2.0.2 |
| 4274 | 2026-05-23T04:20:39.937Z | Compiling bit-vec v0.6.3 |
| 4275 | 2026-05-23T04:20:39.992Z | Compiling itertools v0.10.5 |
| 4276 | 2026-05-23T04:20:40.152Z | Compiling bit-set v0.5.3 |
| 4277 | 2026-05-23T04:20:40.203Z | Compiling ascii-canvas v3.0.0 |
| 4278 | 2026-05-23T04:20:40.306Z | Compiling ena v0.14.4 |
| 4279 | 2026-05-23T04:20:40.321Z | Compiling libloading v0.8.9 |
| 4280 | 2026-05-23T04:20:40.343Z | Compiling bindgen v0.71.1 |
| 4281 | 2026-05-23T04:20:40.379Z | Compiling regex-syntax v0.6.29 |
| 4282 | 2026-05-23T04:20:40.439Z | Compiling diff v0.1.13 |
| 4283 | 2026-05-23T04:20:40.525Z | Compiling cexpr v0.6.0 |
| 4284 | 2026-05-23T04:20:40.699Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4285 | 2026-05-23T04:20:40.778Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4286 | 2026-05-23T04:20:40.885Z | Compiling rustc-hash v2.1.1 |
| 4287 | 2026-05-23T04:20:40.950Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4288 | 2026-05-23T04:20:41.017Z | Compiling libxml v0.3.3 |
| 4289 | 2026-05-23T04:20:41.041Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4290 | 2026-05-23T04:20:41.193Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4291 | 2026-05-23T04:20:41.274Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4292 | 2026-05-23T04:20:41.354Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4293 | 2026-05-23T04:20:41.466Z | Compiling strum_macros v0.24.3 |
| 4294 | 2026-05-23T04:20:41.623Z | Compiling indoc v1.0.9 |
| 4295 | 2026-05-23T04:20:42.068Z | Compiling lalrpop v0.19.12 |
| 4296 | 2026-05-23T04:20:42.484Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4297 | 2026-05-23T04:20:42.499Z | Checking derive_builder v0.20.2 |
| 4298 | 2026-05-23T04:20:42.612Z | Compiling oso-derive v0.27.3 |
| 4299 | 2026-05-23T04:20:42.672Z | Checking quick-xml v0.37.5 |
| 4300 | 2026-05-23T04:20:42.812Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4301 | 2026-05-23T04:20:43.107Z | Checking openssl-probe v0.1.6 |
| 4302 | 2026-05-23T04:20:43.246Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4303 | 2026-05-23T04:20:43.535Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4304 | 2026-05-23T04:20:43.733Z | Checking bb8 v0.8.6 |
| 4305 | 2026-05-23T04:20:43.992Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4306 | 2026-05-23T04:20:44.021Z | Checking nonempty v0.12.0 |
| 4307 | 2026-05-23T04:20:44.166Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4308 | 2026-05-23T04:20:44.196Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4309 | 2026-05-23T04:20:44.217Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4310 | 2026-05-23T04:20:44.337Z | Checking console v0.16.2 |
| 4311 | 2026-05-23T04:20:44.377Z | Checking unit-prefix v0.5.2 |
| 4312 | 2026-05-23T04:20:44.413Z | Checking support-bundle-viewer v0.1.2 |
| 4313 | 2026-05-23T04:20:44.509Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4314 | 2026-05-23T04:20:44.648Z | Checking indicatif v0.18.4 |
| 4315 | 2026-05-23T04:20:44.663Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4316 | 2026-05-23T04:20:44.872Z | Checking multimap v0.10.1 |
| 4317 | 2026-05-23T04:20:45.371Z | Checking diesel v2.3.7 |
| 4318 | 2026-05-23T04:20:47.231Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4319 | 2026-05-23T04:20:47.728Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4320 | 2026-05-23T04:20:48.253Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4321 | 2026-05-23T04:20:48.929Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4322 | 2026-05-23T04:20:49.488Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4323 | 2026-05-23T04:20:49.825Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4324 | 2026-05-23T04:20:49.996Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4325 | 2026-05-23T04:20:50.140Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4326 | 2026-05-23T04:20:52.224Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4327 | 2026-05-23T04:20:57.141Z | Compiling samael v0.0.19 |
| 4328 | 2026-05-23T04:21:00.922Z | Checking async-bb8-diesel v0.2.1 |
| 4329 | 2026-05-23T04:21:01.267Z | Checking diesel-dtrace v0.5.0 |
| 4330 | 2026-05-23T04:21:02.205Z | Compiling polar-core v0.27.3 |
| 4331 | 2026-05-23T04:21:06.616Z | Checking oso v0.27.3 |
| 4332 | 2026-05-23T04:21:43.325Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4333 | 2026-05-23T04:22:16.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
| 4334 | 2026-05-23T04:22:17.125Z | |
| 4335 | 2026-05-23T04:22:17.125Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (257/295) |
| 4336 | 2026-05-23T04:22:17.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4337 | 2026-05-23T04:22:17.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4338 | 2026-05-23T04:22:17.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4339 | 2026-05-23T04:22:17.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4340 | 2026-05-23T04:22:17.807Z | |
| 4341 | 2026-05-23T04:22:17.807Z | info: running `cargo check --bins` on nexus-saga-recovery (258/295) |
| 4342 | 2026-05-23T04:22:18.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4343 | 2026-05-23T04:22:18.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4344 | 2026-05-23T04:22:18.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4345 | 2026-05-23T04:22:18.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4346 | 2026-05-23T04:22:18.481Z | |
| 4347 | 2026-05-23T04:22:18.481Z | info: running `cargo check --bins` on nexus-test-utils-macros (259/295) |
| 4348 | 2026-05-23T04:22:18.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4349 | 2026-05-23T04:22:18.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4350 | 2026-05-23T04:22:18.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4351 | 2026-05-23T04:22:18.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4352 | 2026-05-23T04:22:19.086Z | |
| 4353 | 2026-05-23T04:22:19.086Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (260/295) |
| 4354 | 2026-05-23T04:22:19.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4355 | 2026-05-23T04:22:19.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4356 | 2026-05-23T04:22:19.978Z | Compiling libz-sys v1.1.24 |
| 4357 | 2026-05-23T04:22:20.114Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4358 | 2026-05-23T04:22:20.141Z | Compiling vergen-git2 v1.0.7 |
| 4359 | 2026-05-23T04:22:20.144Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4360 | 2026-05-23T04:22:20.144Z | Compiling rustls v0.21.12 |
| 4361 | 2026-05-23T04:22:20.147Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4362 | 2026-05-23T04:22:20.147Z | Checking sct v0.7.1 |
| 4363 | 2026-05-23T04:22:20.147Z | Checking rustls-webpki v0.101.7 |
| 4364 | 2026-05-23T04:22:20.292Z | Compiling nix v0.29.0 |
| 4365 | 2026-05-23T04:22:20.422Z | Compiling dropshot v0.16.7 |
| 4366 | 2026-05-23T04:22:20.478Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4367 | 2026-05-23T04:22:20.641Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4368 | 2026-05-23T04:22:20.657Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4369 | 2026-05-23T04:22:20.661Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4370 | 2026-05-23T04:22:20.699Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4371 | 2026-05-23T04:22:20.823Z | Checking toml v0.9.12+spec-1.1.0 |
| 4372 | 2026-05-23T04:22:20.852Z | Compiling dropshot_endpoint v0.16.7 |
| 4373 | 2026-05-23T04:22:20.968Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4374 | 2026-05-23T04:22:21.123Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4375 | 2026-05-23T04:22:21.150Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4376 | 2026-05-23T04:22:21.285Z | Checking rustls-pemfile v1.0.4 |
| 4377 | 2026-05-23T04:22:21.388Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4378 | 2026-05-23T04:22:21.417Z | Checking twox-hash v2.1.2 |
| 4379 | 2026-05-23T04:22:21.758Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4380 | 2026-05-23T04:22:21.819Z | Checking tokio-rustls v0.24.1 |
| 4381 | 2026-05-23T04:22:22.459Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4382 | 2026-05-23T04:22:22.920Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4383 | 2026-05-23T04:22:23.070Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4384 | 2026-05-23T04:22:23.145Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4385 | 2026-05-23T04:22:23.328Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4386 | 2026-05-23T04:22:23.388Z | Checking fatfs v0.3.6 |
| 4387 | 2026-05-23T04:22:23.469Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4388 | 2026-05-23T04:22:23.604Z | Compiling seq-macro v0.3.6 |
| 4389 | 2026-05-23T04:22:26.998Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4390 | 2026-05-23T04:22:27.119Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4391 | 2026-05-23T04:22:27.729Z | Compiling git2 v0.20.4 |
| 4392 | 2026-05-23T04:22:29.944Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4393 | 2026-05-23T04:23:15.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.88s |
| 4394 | 2026-05-23T04:23:16.196Z | |
| 4395 | 2026-05-23T04:23:16.196Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (261/295) |
| 4396 | 2026-05-23T04:23:16.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4397 | 2026-05-23T04:23:16.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4398 | 2026-05-23T04:23:17.097Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4399 | 2026-05-23T04:23:55.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.00s |
| 4400 | 2026-05-23T04:23:55.416Z | |
| 4401 | 2026-05-23T04:23:55.416Z | info: running `cargo check --bins` on nexus-background-task-interface (262/295) |
| 4402 | 2026-05-23T04:23:55.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4403 | 2026-05-23T04:23:55.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4404 | 2026-05-23T04:23:55.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4405 | 2026-05-23T04:23:55.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4406 | 2026-05-23T04:23:56.021Z | |
| 4407 | 2026-05-23T04:23:56.022Z | info: running `cargo check --bins --no-default-features` on nexus-fm (263/295) |
| 4408 | 2026-05-23T04:23:56.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4409 | 2026-05-23T04:23:56.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4410 | 2026-05-23T04:23:56.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4411 | 2026-05-23T04:23:56.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4412 | 2026-05-23T04:23:56.676Z | |
| 4413 | 2026-05-23T04:23:56.676Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (264/295) |
| 4414 | 2026-05-23T04:23:57.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4415 | 2026-05-23T04:23:57.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4416 | 2026-05-23T04:23:57.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4417 | 2026-05-23T04:23:57.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4418 | 2026-05-23T04:23:57.347Z | |
| 4419 | 2026-05-23T04:23:57.347Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (265/295) |
| 4420 | 2026-05-23T04:23:57.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4421 | 2026-05-23T04:23:57.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4422 | 2026-05-23T04:23:57.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4423 | 2026-05-23T04:23:57.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4424 | 2026-05-23T04:23:58.007Z | |
| 4425 | 2026-05-23T04:23:58.007Z | info: running `cargo check --bins` on nexus-mgs-updates (266/295) |
| 4426 | 2026-05-23T04:23:58.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4427 | 2026-05-23T04:23:58.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4428 | 2026-05-23T04:23:58.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4429 | 2026-05-23T04:23:58.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4430 | 2026-05-23T04:23:58.662Z | |
| 4431 | 2026-05-23T04:23:58.662Z | info: running `cargo check --bins` on nexus-networking (267/295) |
| 4432 | 2026-05-23T04:23:59.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4433 | 2026-05-23T04:23:59.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4434 | 2026-05-23T04:23:59.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4435 | 2026-05-23T04:23:59.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4436 | 2026-05-23T04:23:59.335Z | |
| 4437 | 2026-05-23T04:23:59.336Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (268/295) |
| 4438 | 2026-05-23T04:23:59.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4439 | 2026-05-23T04:23:59.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4440 | 2026-05-23T04:23:59.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4441 | 2026-05-23T04:23:59.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4442 | 2026-05-23T04:24:00.010Z | |
| 4443 | 2026-05-23T04:24:00.010Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295) |
| 4444 | 2026-05-23T04:24:00.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-05-23T04:24:00.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-05-23T04:24:00.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4447 | 2026-05-23T04:24:00.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4448 | 2026-05-23T04:24:00.669Z | |
| 4449 | 2026-05-23T04:24:00.669Z | info: running `cargo check --bins` on support-bundle-collection (270/295) |
| 4450 | 2026-05-23T04:24:01.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-05-23T04:24:01.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-05-23T04:24:01.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4453 | 2026-05-23T04:24:01.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4454 | 2026-05-23T04:24:01.335Z | |
| 4455 | 2026-05-23T04:24:01.335Z | info: running `cargo check --bins` on omicron-dev (271/295) |
| 4456 | 2026-05-23T04:24:01.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-05-23T04:24:01.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-05-23T04:24:02.255Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4459 | 2026-05-23T04:24:02.258Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4460 | 2026-05-23T04:24:02.446Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4461 | 2026-05-23T04:24:02.477Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4462 | 2026-05-23T04:24:02.497Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4463 | 2026-05-23T04:24:02.514Z | Checking diff v0.1.13 |
| 4464 | 2026-05-23T04:24:02.517Z | Checking yansi v1.0.1 |
| 4465 | 2026-05-23T04:24:02.517Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4466 | 2026-05-23T04:24:02.586Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4467 | 2026-05-23T04:24:02.782Z | Checking pretty_assertions v1.4.1 |
| 4468 | 2026-05-23T04:24:03.417Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4469 | 2026-05-23T04:24:03.571Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4470 | 2026-05-23T04:24:27.362Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4471 | 2026-05-23T04:24:27.365Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4472 | 2026-05-23T04:24:27.365Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4473 | 2026-05-23T04:24:27.365Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4474 | 2026-05-23T04:24:27.365Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4475 | 2026-05-23T04:24:27.365Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4476 | 2026-05-23T04:24:28.167Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4477 | 2026-05-23T04:24:28.168Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4478 | 2026-05-23T04:24:29.380Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4479 | 2026-05-23T04:25:07.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4480 | 2026-05-23T04:25:07.522Z | |
| 4481 | 2026-05-23T04:25:07.522Z | info: running `cargo check --bins` on omicron-pins (272/295) |
| 4482 | 2026-05-23T04:25:08.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4483 | 2026-05-23T04:25:08.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4484 | 2026-05-23T04:25:08.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4485 | 2026-05-23T04:25:08.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4486 | 2026-05-23T04:25:08.126Z | |
| 4487 | 2026-05-23T04:25:08.126Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295) |
| 4488 | 2026-05-23T04:25:08.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4489 | 2026-05-23T04:25:08.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4490 | 2026-05-23T04:25:08.913Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4491 | 2026-05-23T04:25:09.038Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4492 | 2026-05-23T04:25:09.041Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4493 | 2026-05-23T04:25:34.638Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4494 | 2026-05-23T04:25:35.027Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4495 | 2026-05-23T04:25:36.712Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4496 | 2026-05-23T04:25:37.166Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4497 | 2026-05-23T04:25:40.103Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4498 | 2026-05-23T04:26:02.699Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4499 | 2026-05-23T04:26:03.404Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4500 | 2026-05-23T04:26:05.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.91s |
| 4501 | 2026-05-23T04:26:05.256Z | |
| 4502 | 2026-05-23T04:26:05.257Z | info: running `cargo check --bins` on reconfigurator-sp-updater (274/295) |
| 4503 | 2026-05-23T04:26:05.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4504 | 2026-05-23T04:26:05.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4505 | 2026-05-23T04:26:05.998Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4506 | 2026-05-23T04:26:06.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4507 | 2026-05-23T04:26:06.879Z | |
| 4508 | 2026-05-23T04:26:06.879Z | info: running `cargo check --bins` on omicron-releng (275/295) |
| 4509 | 2026-05-23T04:26:07.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4510 | 2026-05-23T04:26:07.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4511 | 2026-05-23T04:26:07.551Z | Compiling blake3 v1.8.3 |
| 4512 | 2026-05-23T04:26:07.661Z | Checking arrayref v0.3.9 |
| 4513 | 2026-05-23T04:26:07.668Z | Checking constant_time_eq v0.4.2 |
| 4514 | 2026-05-23T04:26:07.671Z | Checking arrayvec v0.7.6 |
| 4515 | 2026-05-23T04:26:07.683Z | Checking topological-sort v0.2.2 |
| 4516 | 2026-05-23T04:26:07.686Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4517 | 2026-05-23T04:26:07.686Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4518 | 2026-05-23T04:26:07.686Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4519 | 2026-05-23T04:26:07.727Z | Checking shell-words v1.1.1 |
| 4520 | 2026-05-23T04:26:08.453Z | Checking omicron-zone-package v0.12.2 |
| 4521 | 2026-05-23T04:26:09.170Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4522 | 2026-05-23T04:26:10.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 4523 | 2026-05-23T04:26:10.226Z | |
| 4524 | 2026-05-23T04:26:10.226Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (276/295) |
| 4525 | 2026-05-23T04:26:10.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4526 | 2026-05-23T04:26:10.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4527 | 2026-05-23T04:26:10.890Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4528 | 2026-05-23T04:26:11.210Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4529 | 2026-05-23T04:26:11.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4530 | 2026-05-23T04:26:11.819Z | |
| 4531 | 2026-05-23T04:26:11.819Z | info: running `cargo check --bins` on schema (277/295) |
| 4532 | 2026-05-23T04:26:12.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4533 | 2026-05-23T04:26:12.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4534 | 2026-05-23T04:26:12.562Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4535 | 2026-05-23T04:26:13.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4536 | 2026-05-23T04:26:13.457Z | |
| 4537 | 2026-05-23T04:26:13.457Z | info: running `cargo check --bins` on xtask (278/295) |
| 4538 | 2026-05-23T04:26:13.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4539 | 2026-05-23T04:26:13.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4540 | 2026-05-23T04:26:13.957Z | Checking libc v0.2.185 |
| 4541 | 2026-05-23T04:26:13.957Z | Checking serde v1.0.228 |
| 4542 | 2026-05-23T04:26:13.998Z | Checking zerofrom v0.1.6 |
| 4543 | 2026-05-23T04:26:14.009Z | Checking bitflags v2.11.0 |
| 4544 | 2026-05-23T04:26:14.015Z | Checking smallvec v1.15.1 |
| 4545 | 2026-05-23T04:26:14.020Z | Checking indexmap v2.14.0 |
| 4546 | 2026-05-23T04:26:14.028Z | Checking serde_json v1.0.149 |
| 4547 | 2026-05-23T04:26:14.035Z | Checking scroll v0.12.0 |
| 4548 | 2026-05-23T04:26:14.101Z | Checking yoke v0.8.1 |
| 4549 | 2026-05-23T04:26:14.157Z | Checking num-traits v0.2.19 |
| 4550 | 2026-05-23T04:26:14.186Z | Checking thiserror v1.0.69 |
| 4551 | 2026-05-23T04:26:14.266Z | Checking zerovec v0.11.5 |
| 4552 | 2026-05-23T04:26:14.266Z | Checking zerotrie v0.2.3 |
| 4553 | 2026-05-23T04:26:14.286Z | Checking log v0.4.29 |
| 4554 | 2026-05-23T04:26:14.298Z | Checking errno v0.3.14 |
| 4555 | 2026-05-23T04:26:14.380Z | Checking serde_spanned v0.6.9 |
| 4556 | 2026-05-23T04:26:14.414Z | Checking rustix v1.1.3 |
| 4557 | 2026-05-23T04:26:14.439Z | Checking toml_datetime v0.6.11 |
| 4558 | 2026-05-23T04:26:14.508Z | Checking percent-encoding v2.3.2 |
| 4559 | 2026-05-23T04:26:14.513Z | Checking zerocopy v0.7.35 |
| 4560 | 2026-05-23T04:26:14.530Z | Checking goblin v0.8.2 |
| 4561 | 2026-05-23T04:26:14.615Z | Checking toml_edit v0.22.27 |
| 4562 | 2026-05-23T04:26:14.627Z | Checking getrandom v0.4.1 |
| 4563 | 2026-05-23T04:26:14.643Z | Checking form_urlencoded v1.2.2 |
| 4564 | 2026-05-23T04:26:14.678Z | Checking ordered-float v2.10.1 |
| 4565 | 2026-05-23T04:26:14.696Z | Checking tinystr v0.8.2 |
| 4566 | 2026-05-23T04:26:14.758Z | Checking potential_utf v0.1.4 |
| 4567 | 2026-05-23T04:26:14.769Z | Checking thiserror v2.0.18 |
| 4568 | 2026-05-23T04:26:14.866Z | Checking syn v2.0.117 |
| 4569 | 2026-05-23T04:26:14.877Z | Checking icu_locale_core v2.1.1 |
| 4570 | 2026-05-23T04:26:14.887Z | Checking icu_collections v2.1.1 |
| 4571 | 2026-05-23T04:26:14.897Z | Checking serde-value v0.7.0 |
| 4572 | 2026-05-23T04:26:15.007Z | Checking dtrace-parser v0.2.0 |
| 4573 | 2026-05-23T04:26:15.101Z | Checking thread-id v4.2.2 |
| 4574 | 2026-05-23T04:26:15.183Z | Checking once_cell v1.21.3 |
| 4575 | 2026-05-23T04:26:15.197Z | Checking cargo-platform v0.2.0 |
| 4576 | 2026-05-23T04:26:15.232Z | Checking terminal_size v0.4.3 |
| 4577 | 2026-05-23T04:26:15.252Z | Checking memmap v0.7.0 |
| 4578 | 2026-05-23T04:26:15.353Z | Checking clap_builder v4.5.60 |
| 4579 | 2026-05-23T04:26:15.356Z | Checking tempfile v3.25.0 |
| 4580 | 2026-05-23T04:26:15.374Z | Checking textwrap v0.16.2 |
| 4581 | 2026-05-23T04:26:15.383Z | Checking fs-err v3.3.0 |
| 4582 | 2026-05-23T04:26:15.424Z | Checking icu_provider v2.1.1 |
| 4583 | 2026-05-23T04:26:15.544Z | Checking camino-tempfile v1.4.1 |
| 4584 | 2026-05-23T04:26:15.555Z | Checking anyhow v1.0.102 |
| 4585 | 2026-05-23T04:26:15.579Z | Checking tabled v0.15.0 |
| 4586 | 2026-05-23T04:26:15.661Z | Checking icu_properties v2.1.2 |
| 4587 | 2026-05-23T04:26:15.694Z | Checking icu_normalizer v2.1.1 |
| 4588 | 2026-05-23T04:26:15.705Z | Checking toml v0.8.23 |
| 4589 | 2026-05-23T04:26:15.752Z | Checking macaddr v1.0.1 |
| 4590 | 2026-05-23T04:26:15.927Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4591 | 2026-05-23T04:26:16.019Z | Checking cargo_toml v0.21.0 |
| 4592 | 2026-05-23T04:26:16.404Z | Checking dof v0.3.0 |
| 4593 | 2026-05-23T04:26:16.463Z | Checking idna_adapter v1.2.1 |
| 4594 | 2026-05-23T04:26:16.553Z | Checking clap v4.5.60 |
| 4595 | 2026-05-23T04:26:16.582Z | Checking idna v1.1.0 |
| 4596 | 2026-05-23T04:26:16.681Z | Checking usdt-impl v0.5.0 |
| 4597 | 2026-05-23T04:26:16.806Z | Checking url v2.5.8 |
| 4598 | 2026-05-23T04:26:16.932Z | Checking usdt v0.5.0 |
| 4599 | 2026-05-23T04:26:17.144Z | Checking cargo-util-schemas v0.8.2 |
| 4600 | 2026-05-23T04:26:17.830Z | Checking cargo_metadata v0.21.0 |
| 4601 | 2026-05-23T04:26:18.430Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4602 | 2026-05-23T04:26:18.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
| 4603 | 2026-05-23T04:26:18.982Z | |
| 4604 | 2026-05-23T04:26:18.982Z | info: running `cargo check --bins` on dnsadm (279/295) |
| 4605 | 2026-05-23T04:26:19.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4606 | 2026-05-23T04:26:19.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4607 | 2026-05-23T04:26:19.634Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4608 | 2026-05-23T04:26:20.112Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4609 | 2026-05-23T04:26:20.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
| 4610 | 2026-05-23T04:26:20.712Z | |
| 4611 | 2026-05-23T04:26:20.712Z | info: running `cargo check --bins` on end-to-end-tests (280/295) |
| 4612 | 2026-05-23T04:26:21.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4613 | 2026-05-23T04:26:21.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4614 | 2026-05-23T04:26:21.512Z | Checking polyval v0.6.2 |
| 4615 | 2026-05-23T04:26:21.638Z | Checking ctr v0.9.2 |
| 4616 | 2026-05-23T04:26:21.648Z | Checking ssh-encoding v0.2.0 |
| 4617 | 2026-05-23T04:26:21.649Z | Checking blowfish v0.9.1 |
| 4618 | 2026-05-23T04:26:21.669Z | Checking password-hash v0.4.2 |
| 4619 | 2026-05-23T04:26:21.684Z | Checking p256 v0.13.2 |
| 4620 | 2026-05-23T04:26:21.685Z | Checking p521 v0.13.3 |
| 4621 | 2026-05-23T04:26:21.710Z | Checking russh-cryptovec v0.7.3 |
| 4622 | 2026-05-23T04:26:21.780Z | Checking ghash v0.5.1 |
| 4623 | 2026-05-23T04:26:21.781Z | Checking md5 v0.7.0 |
| 4624 | 2026-05-23T04:26:21.791Z | Checking bcrypt-pbkdf v0.10.0 |
| 4625 | 2026-05-23T04:26:21.862Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4626 | 2026-05-23T04:26:21.880Z | Checking num-bigint v0.4.6 |
| 4627 | 2026-05-23T04:26:21.894Z | Checking pbkdf2 v0.11.0 |
| 4628 | 2026-05-23T04:26:21.932Z | Checking aes-gcm v0.10.3 |
| 4629 | 2026-05-23T04:26:21.948Z | Checking des v0.8.1 |
| 4630 | 2026-05-23T04:26:21.986Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4631 | 2026-05-23T04:26:22.007Z | Checking hex-literal v0.4.1 |
| 4632 | 2026-05-23T04:26:22.068Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4633 | 2026-05-23T04:26:22.140Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4634 | 2026-05-23T04:26:22.187Z | Checking ssh-cipher v0.2.0 |
| 4635 | 2026-05-23T04:26:22.187Z | Checking socket2 v0.5.10 |
| 4636 | 2026-05-23T04:26:22.187Z | Checking internet-checksum v0.2.1 |
| 4637 | 2026-05-23T04:26:22.264Z | Checking ssh-key v0.6.7 |
| 4638 | 2026-05-23T04:26:22.373Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4639 | 2026-05-23T04:26:22.889Z | Checking russh-keys v0.45.0 |
| 4640 | 2026-05-23T04:26:23.462Z | Checking russh v0.45.0 |
| 4641 | 2026-05-23T04:26:39.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.92s |
| 4642 | 2026-05-23T04:26:39.853Z | |
| 4643 | 2026-05-23T04:26:39.853Z | info: running `cargo check --bins` on gateway-cli (281/295) |
| 4644 | 2026-05-23T04:26:40.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4645 | 2026-05-23T04:26:40.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4646 | 2026-05-23T04:26:40.497Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4647 | 2026-05-23T04:26:40.607Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4648 | 2026-05-23T04:26:40.616Z | Checking termios v0.3.3 |
| 4649 | 2026-05-23T04:26:41.809Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4650 | 2026-05-23T04:26:41.958Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4651 | 2026-05-23T04:26:43.732Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4652 | 2026-05-23T04:26:44.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
| 4653 | 2026-05-23T04:26:44.487Z | |
| 4654 | 2026-05-23T04:26:44.487Z | info: running `cargo check --bins --no-default-features` on installinator (282/295) |
| 4655 | 2026-05-23T04:26:45.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-05-23T04:26:45.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-05-23T04:26:45.201Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4658 | 2026-05-23T04:26:45.205Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4659 | 2026-05-23T04:26:45.318Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4660 | 2026-05-23T04:26:45.321Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4661 | 2026-05-23T04:26:45.333Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4662 | 2026-05-23T04:26:45.351Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4663 | 2026-05-23T04:26:46.062Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4664 | 2026-05-23T04:26:46.405Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4665 | 2026-05-23T04:26:46.408Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4666 | 2026-05-23T04:26:47.035Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4667 | 2026-05-23T04:26:48.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 4668 | 2026-05-23T04:26:48.871Z | |
| 4669 | 2026-05-23T04:26:48.871Z | info: running `cargo check --bins` on internal-dns-cli (283/295) |
| 4670 | 2026-05-23T04:26:49.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4671 | 2026-05-23T04:26:49.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4672 | 2026-05-23T04:26:49.522Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4673 | 2026-05-23T04:26:49.971Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4674 | 2026-05-23T04:26:50.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4675 | 2026-05-23T04:26:50.474Z | |
| 4676 | 2026-05-23T04:26:50.474Z | info: running `cargo check --bins` on omicron-live-tests (284/295) |
| 4677 | 2026-05-23T04:26:50.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4678 | 2026-05-23T04:26:50.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4679 | 2026-05-23T04:26:50.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4680 | 2026-05-23T04:26:50.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4681 | 2026-05-23T04:26:51.071Z | |
| 4682 | 2026-05-23T04:26:51.071Z | info: running `cargo check --bins` on live-tests-macros (285/295) |
| 4683 | 2026-05-23T04:26:51.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4684 | 2026-05-23T04:26:51.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4685 | 2026-05-23T04:26:51.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4686 | 2026-05-23T04:26:51.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4687 | 2026-05-23T04:26:51.669Z | |
| 4688 | 2026-05-23T04:26:51.669Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295) |
| 4689 | 2026-05-23T04:26:52.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4690 | 2026-05-23T04:26:52.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4691 | 2026-05-23T04:26:52.427Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4692 | 2026-05-23T04:26:53.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4693 | 2026-05-23T04:26:53.252Z | |
| 4694 | 2026-05-23T04:26:53.253Z | info: running `cargo check --bins` on omicron-ntp-admin (287/295) |
| 4695 | 2026-05-23T04:26:53.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4696 | 2026-05-23T04:26:53.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4697 | 2026-05-23T04:26:53.923Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4698 | 2026-05-23T04:26:53.926Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4699 | 2026-05-23T04:26:54.199Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4700 | 2026-05-23T04:26:54.199Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4701 | 2026-05-23T04:26:54.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4702 | 2026-05-23T04:26:55.188Z | |
| 4703 | 2026-05-23T04:26:55.188Z | info: running `cargo check --bins` on ntp-admin-types (288/295) |
| 4704 | 2026-05-23T04:26:55.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4705 | 2026-05-23T04:26:55.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4706 | 2026-05-23T04:26:55.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4707 | 2026-05-23T04:26:55.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4708 | 2026-05-23T04:26:55.786Z | |
| 4709 | 2026-05-23T04:26:55.786Z | info: running `cargo check --bins` on omicron-package (289/295) |
| 4710 | 2026-05-23T04:26:56.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4711 | 2026-05-23T04:26:56.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4712 | 2026-05-23T04:26:56.472Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4713 | 2026-05-23T04:26:57.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4714 | 2026-05-23T04:26:57.742Z | |
| 4715 | 2026-05-23T04:26:57.742Z | info: running `cargo check --bins` on tqdb (290/295) |
| 4716 | 2026-05-23T04:26:58.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4717 | 2026-05-23T04:26:58.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4718 | 2026-05-23T04:26:58.538Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4719 | 2026-05-23T04:26:58.892Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4720 | 2026-05-23T04:26:59.402Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4721 | 2026-05-23T04:26:59.405Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4722 | 2026-05-23T04:27:05.269Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4723 | 2026-05-23T04:27:05.273Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4724 | 2026-05-23T04:27:05.846Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4725 | 2026-05-23T04:27:05.849Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4726 | 2026-05-23T04:27:05.849Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4727 | 2026-05-23T04:27:05.849Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4728 | 2026-05-23T04:27:06.606Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4729 | 2026-05-23T04:27:07.602Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4730 | 2026-05-23T04:27:08.372Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4731 | 2026-05-23T04:27:08.995Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4732 | 2026-05-23T04:27:13.186Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4733 | 2026-05-23T04:27:19.535Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4734 | 2026-05-23T04:27:19.538Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4735 | 2026-05-23T04:27:19.538Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4736 | 2026-05-23T04:27:19.538Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4737 | 2026-05-23T04:27:21.029Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4738 | 2026-05-23T04:27:22.361Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4739 | 2026-05-23T04:27:23.036Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4740 | 2026-05-23T04:27:24.269Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4741 | 2026-05-23T04:27:24.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.07s |
| 4742 | 2026-05-23T04:27:25.040Z | |
| 4743 | 2026-05-23T04:27:25.040Z | info: running `cargo check --bins` on wicket-dbg (291/295) |
| 4744 | 2026-05-23T04:27:25.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4745 | 2026-05-23T04:27:25.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4746 | 2026-05-23T04:27:25.770Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4747 | 2026-05-23T04:27:25.773Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4748 | 2026-05-23T04:27:25.773Z | Checking rtoolbox v0.0.3 |
| 4749 | 2026-05-23T04:27:25.905Z | Checking tui-tree-widget v0.23.1 |
| 4750 | 2026-05-23T04:27:25.999Z | Checking rpassword v7.4.0 |
| 4751 | 2026-05-23T04:27:27.027Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4752 | 2026-05-23T04:27:29.976Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4753 | 2026-05-23T04:27:31.821Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4754 | 2026-05-23T04:27:32.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s |
| 4755 | 2026-05-23T04:27:32.930Z | |
| 4756 | 2026-05-23T04:27:32.930Z | info: running `cargo check --bins` on wicket (292/295) |
| 4757 | 2026-05-23T04:27:33.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4758 | 2026-05-23T04:27:33.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4759 | 2026-05-23T04:27:33.641Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4760 | 2026-05-23T04:27:34.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 4761 | 2026-05-23T04:27:34.217Z | |
| 4762 | 2026-05-23T04:27:34.217Z | info: running `cargo check --bins` on wicketd (293/295) |
| 4763 | 2026-05-23T04:27:34.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4764 | 2026-05-23T04:27:34.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4765 | 2026-05-23T04:27:34.950Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4766 | 2026-05-23T04:27:34.953Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4767 | 2026-05-23T04:27:34.953Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4768 | 2026-05-23T04:27:34.953Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4769 | 2026-05-23T04:27:35.944Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4770 | 2026-05-23T04:27:36.516Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4771 | 2026-05-23T04:27:39.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s |
| 4772 | 2026-05-23T04:27:39.678Z | |
| 4773 | 2026-05-23T04:27:39.678Z | info: running `cargo check --bins` on omicron-workspace-hack (294/295) |
| 4774 | 2026-05-23T04:27:40.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4775 | 2026-05-23T04:27:40.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4776 | 2026-05-23T04:27:40.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4777 | 2026-05-23T04:27:40.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4778 | 2026-05-23T04:27:40.280Z | |
| 4779 | 2026-05-23T04:27:40.280Z | info: running `cargo check --bins` on zone-setup (295/295) |
| 4780 | 2026-05-23T04:27:40.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4781 | 2026-05-23T04:27:40.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4782 | 2026-05-23T04:27:40.969Z | Checking uzers v0.12.2 |
| 4783 | 2026-05-23T04:27:41.241Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4784 | 2026-05-23T04:27:41.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 4785 | 2026-05-23T04:27:42.201Z | |
| 4786 | 2026-05-23T04:27:42.201Z | real 14:23.060020730 |
| 4787 | 2026-05-23T04:27:42.201Z | user 20:45.458693124 |
| 4788 | 2026-05-23T04:27:42.201Z | sys 4:21.140219711 |
| 4789 | 2026-05-23T04:27:42.204Z | trap 0.325373209 |
| 4790 | 2026-05-23T04:27:42.204Z | tflt 1.025886851 |
| 4791 | 2026-05-23T04:27:42.204Z | dflt 1.399631909 |
| 4792 | 2026-05-23T04:27:42.204Z | kflt 0.004648367 |
| 4793 | 2026-05-23T04:27:42.204Z | lock 1:17:18.125493144 |
| 4794 | 2026-05-23T04:27:42.204Z | slp 1:39:23.940742099 |
| 4795 | 2026-05-23T04:27:42.205Z | lat 1:00.132904469 |
| 4796 | 2026-05-23T04:27:42.205Z | stop 3:37.035103618 |
| 4797 | 2026-05-23T04:27:42.205Z | process exited: duration 1002693 ms, exit code 0 |
| |
| 4798 | 2026-05-23T04:27:42.213Z | found 0 output files |