|
|
|
| 1 | 2026-06-21T01:41:43.955Z | job assigned to worker 01KVKXCY7Y4DNX9S4ZFAQS65HN [factory aws, i-0c08d992e1413247c] (queued for 56 s) |
| |
| 2 | 2026-06-21T01:41:50.930Z | starting task 0: "setup" |
| 3 | 2026-06-21T01:41:50.935Z | ++ uname -s |
| 4 | 2026-06-21T01:41:50.980Z | + kern=SunOS |
| 5 | 2026-06-21T01:41:50.980Z | + build_user=build |
| 6 | 2026-06-21T01:41:50.980Z | + build_uid=12345 |
| 7 | 2026-06-21T01:41:50.980Z | + work_dir=/work |
| 8 | 2026-06-21T01:41:50.980Z | + input_dir=/input |
| 9 | 2026-06-21T01:41:50.980Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-21T01:41:50.980Z | + case "$kern" in |
| 11 | 2026-06-21T01:41:50.980Z | + groupadd -g 12345 build |
| 12 | 2026-06-21T01:41:50.980Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-21T01:41:52.944Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-21T01:41:53.032Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-21T01:41:53.035Z | + home_fs=zfs |
| 16 | 2026-06-21T01:41:53.035Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-21T01:41:53.035Z | + mkdir -p /home/build |
| 18 | 2026-06-21T01:41:53.036Z | + chown build:build /home/build /work |
| 19 | 2026-06-21T01:41:55.036Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-21T01:41:55.040Z | process exited: duration 4107 ms, exit code 0 |
| |
| 21 | 2026-06-21T01:41:55.046Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-21T01:41:55.049Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-21T01:41:55.050Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-21T01:41:55.050Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-21T01:41:55.050Z | * rust toolchain profile = "default" |
| 26 | 2026-06-21T01:41:55.050Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-21T01:41:55.050Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-21T01:41:55.053Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-21T01:41:55.053Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-21T01:41:55.158Z | info: downloading installer |
| 31 | 2026-06-21T01:41:56.624Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-21T01:41:56.625Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-21T01:41:56.625Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-21T01:41:56.625Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-21T01:41:56.628Z | info: profile set to default |
| 36 | 2026-06-21T01:41:56.628Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-21T01:41:56.628Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-21T01:41:56.776Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-21T01:41:56.780Z | info: downloading 6 components |
| 40 | 2026-06-21T01:43:08.305Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-21T01:43:08.306Z | |
| 42 | 2026-06-21T01:43:08.306Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-21T01:43:08.306Z | |
| 44 | 2026-06-21T01:43:08.306Z | |
| 45 | 2026-06-21T01:43:08.306Z | Rust is installed now. Great! |
| 46 | 2026-06-21T01:43:08.306Z | |
| 47 | 2026-06-21T01:43:08.306Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-21T01:43:08.306Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-21T01:43:08.306Z | |
| 50 | 2026-06-21T01:43:08.306Z | To configure your current shell, you need to source |
| 51 | 2026-06-21T01:43:08.306Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-21T01:43:08.306Z | |
| 53 | 2026-06-21T01:43:08.306Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-21T01:43:08.306Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-21T01:43:08.306Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-21T01:43:08.307Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-21T01:43:08.307Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-21T01:43:08.307Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-21T01:43:08.307Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-21T01:43:08.307Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-21T01:43:08.307Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-21T01:43:08.307Z | + rustup --version |
| 63 | 2026-06-21T01:43:08.307Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-21T01:43:08.307Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-21T01:43:08.307Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-21T01:43:08.307Z | + cargo --version |
| 67 | 2026-06-21T01:43:08.307Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-21T01:43:08.308Z | + rustc --version |
| 69 | 2026-06-21T01:43:08.308Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-21T01:43:08.308Z | process exited: duration 16789 ms, exit code 0 |
| |
| 71 | 2026-06-21T01:43:08.426Z | starting task 2: "authentication" |
| 72 | 2026-06-21T01:43:08.494Z | process exited: duration 56 ms, exit code 0 |
| |
| 73 | 2026-06-21T01:43:08.553Z | starting task 3: "clone repository" |
| 74 | 2026-06-21T01:43:08.578Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-21T01:43:08.578Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-21T01:43:08.589Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-21T01:43:18.495Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-21T01:43:18.495Z | + git fetch origin 66d9183682d6b39953fdd9d2a3b1857f0833c8f0 |
| 79 | 2026-06-21T01:43:18.745Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-21T01:43:18.745Z | * branch 66d9183682d6b39953fdd9d2a3b1857f0833c8f0 -> FETCH_HEAD |
| 81 | 2026-06-21T01:43:18.755Z | + [[ -n '' ]] |
| 82 | 2026-06-21T01:43:18.755Z | + git reset --hard 66d9183682d6b39953fdd9d2a3b1857f0833c8f0 |
| 83 | 2026-06-21T01:43:18.996Z | HEAD is now at 66d918368 [spr] initial version |
| 84 | 2026-06-21T01:43:18.999Z | process exited: duration 10475 ms, exit code 0 |
| |
| 85 | 2026-06-21T01:43:19.007Z | starting task 4: "build" |
| 86 | 2026-06-21T01:43:19.011Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-06-21T01:43:19.014Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-06-21T01:43:19.014Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-06-21T01:43:19.014Z | + cargo --version |
| 90 | 2026-06-21T01:43:19.021Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-06-21T01:43:19.024Z | + rustc --version |
| 92 | 2026-06-21T01:43:19.044Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-06-21T01:43:19.047Z | + source ./env.sh |
| 94 | 2026-06-21T01:43:19.047Z | ++ OLD_SHELL_OPTS=ehxB |
| 95 | 2026-06-21T01:43:19.047Z | ++ set -o xtrace |
| 96 | 2026-06-21T01:43:19.052Z | ++++ dirname ./env.sh |
| 97 | 2026-06-21T01:43:19.052Z | +++ readlink -f . |
| 98 | 2026-06-21T01:43:19.052Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 99 | 2026-06-21T01:43:19.052Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-06-21T01:43:19.052Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-06-21T01:43:19.052Z | ++ 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 |
| 102 | 2026-06-21T01:43:19.052Z | ++ 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 |
| 103 | 2026-06-21T01:43:19.052Z | ++ 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 |
| 104 | 2026-06-21T01:43:19.052Z | ++ 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 |
| 105 | 2026-06-21T01:43:19.052Z | ++ 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 |
| 106 | 2026-06-21T01:43:19.053Z | ++ 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 |
| 107 | 2026-06-21T01:43:19.057Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-06-21T01:43:19.057Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-06-21T01:43:19.057Z | ++ case $OLD_SHELL_OPTS in |
| 110 | 2026-06-21T01:43:19.057Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 111 | 2026-06-21T01:43:19.057Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 112 | 2026-06-21T01:43:19.057Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 113 | 2026-06-21T01:43:19.057Z | + banner prerequisites |
| 114 | 2026-06-21T01:43:19.057Z | |
| 115 | 2026-06-21T01:43:19.057Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 116 | 2026-06-21T01:43:19.057Z | # # # # # # # # # # # # # # # |
| 117 | 2026-06-21T01:43:19.057Z | # # # # ##### # # ##### # # # # # #### # |
| 118 | 2026-06-21T01:43:19.057Z | ##### ##### # ##### # # # # # # # # # |
| 119 | 2026-06-21T01:43:19.057Z | # # # # # # # # # # # # # # # |
| 120 | 2026-06-21T01:43:19.058Z | # # # ###### # # ###### ### # #### # #### # |
| 121 | 2026-06-21T01:43:19.058Z | |
| 122 | 2026-06-21T01:43:19.058Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 123 | 2026-06-21T01:43:20.810Z | Startup: Refreshing catalog 'helios' ... Done |
| 124 | 2026-06-21T01:43:20.898Z | Startup: Caching catalogs ... Done |
| 125 | 2026-06-21T01:43:21.249Z | Planning: Solver setup ... Done (0.310s) |
| 126 | 2026-06-21T01:43:21.271Z | Planning: Running solver ... Done (0.022s) |
| 127 | 2026-06-21T01:43:21.278Z | Planning: Finding local manifests ... Done (0.003s) |
| 128 | 2026-06-21T01:43:21.289Z | Planning: Fetching manifests: 0/2 0% complete |
| 129 | 2026-06-21T01:43:21.310Z | Planning: Fetching manifests: 2/2 100% complete |
| 130 | 2026-06-21T01:43:21.322Z | Planning: Package planning ... Done (0.013s) |
| 131 | 2026-06-21T01:43:21.325Z | Planning: Merging actions ... Done (0.001s) |
| 132 | 2026-06-21T01:43:21.515Z | Planning: Checking for conflicting actions ... Done (0.191s) |
| 133 | 2026-06-21T01:43:21.523Z | Planning: Consolidating action changes ... Done (0.001s) |
| 134 | 2026-06-21T01:43:22.290Z | Planning: Evaluating mediators ... Done (0.775s) |
| 135 | 2026-06-21T01:43:22.293Z | Planning: Planning completed in 1.37 seconds |
| 136 | 2026-06-21T01:43:22.299Z | Packages to install: 2 |
| 137 | 2026-06-21T01:43:22.302Z | Estimated space available: 156.07 GB |
| 138 | 2026-06-21T01:43:22.302Z | Estimated space to be consumed: 26.78 MB |
| 139 | 2026-06-21T01:43:22.302Z | Create boot environment: No |
| 140 | 2026-06-21T01:43:22.302Z | Create backup boot environment: No |
| 141 | 2026-06-21T01:43:22.302Z | Rebuild boot archive: No |
| 142 | 2026-06-21T01:43:22.302Z | |
| 143 | 2026-06-21T01:43:22.302Z | Changed packages: |
| 144 | 2026-06-21T01:43:22.302Z | helios |
| 145 | 2026-06-21T01:43:22.302Z | developer/build-essential |
| 146 | 2026-06-21T01:43:22.302Z | None -> 11-3.0 |
| 147 | 2026-06-21T01:43:22.302Z | library/libxmlsec1 |
| 148 | 2026-06-21T01:43:22.303Z | None -> 1.2.35-3.0 |
| 149 | 2026-06-21T01:43:22.324Z | |
| 150 | 2026-06-21T01:43:22.324Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 151 | 2026-06-21T01:43:25.335Z | Download: Completed 1.28 MB in 3.01 seconds (435k/s) |
| 152 | 2026-06-21T01:43:25.387Z | Actions: 1/268 actions (Installing new actions) |
| 153 | 2026-06-21T01:43:25.425Z | Actions: Completed 268 actions in 0.04 seconds. |
| 154 | 2026-06-21T01:43:25.433Z | Finalize: Updating package state database ... Done (0.008s) |
| 155 | 2026-06-21T01:43:25.437Z | Finalize: Updating package cache ... Done (0.000s) |
| 156 | 2026-06-21T01:43:25.457Z | Finalize: Updating image state ... Done (0.024s) |
| 157 | 2026-06-21T01:43:27.796Z | Finalize: Creating fast lookup database ... Done (2.315s) |
| 158 | 2026-06-21T01:43:27.868Z | Finalize: Reading search index ... Done (0.012s) |
| 159 | 2026-06-21T01:43:27.879Z | Finalize: Updating search index ... Done (0.000s) |
| 160 | 2026-06-21T01:43:27.946Z | Finalize: Updating package cache ... Done (0.000s) |
| 161 | 2026-06-21T01:43:28.252Z | Planning: Evaluating mediator changes ... Done |
| 162 | 2026-06-21T01:43:28.357Z | Planning: Checking for conflicting actions ... Done |
| 163 | 2026-06-21T01:43:28.360Z | Planning: Consolidating action changes ... Done |
| 164 | 2026-06-21T01:43:28.514Z | Planning: Evaluating mediators ... Done |
| 165 | 2026-06-21T01:43:28.517Z | Planning: Planning completed in 0.26 seconds |
| 166 | 2026-06-21T01:43:28.537Z | Mediators to change: 2 |
| 167 | 2026-06-21T01:43:28.537Z | Create boot environment: No |
| 168 | 2026-06-21T01:43:28.537Z | Create backup boot environment: No |
| 169 | 2026-06-21T01:43:28.582Z | Finalize: Updating package state database ... Done |
| 170 | 2026-06-21T01:43:28.582Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-21T01:43:28.598Z | Finalize: Updating image state ... Done |
| 172 | 2026-06-21T01:43:30.527Z | Finalize: Creating fast lookup database ... Done |
| 173 | 2026-06-21T01:43:30.591Z | Finalize: Reading search index ... Done |
| 174 | 2026-06-21T01:43:30.595Z | Finalize: Updating search index ... Done |
| 175 | 2026-06-21T01:43:30.649Z | Finalize: Updating package cache ... Done |
| 176 | 2026-06-21T01:43:30.936Z | Planning: Evaluating mediator changes ... Done |
| 177 | 2026-06-21T01:43:31.041Z | Planning: Checking for conflicting actions ... Done |
| 178 | 2026-06-21T01:43:31.045Z | Planning: Consolidating action changes ... Done |
| 179 | 2026-06-21T01:43:31.200Z | Planning: Evaluating mediators ... Done |
| 180 | 2026-06-21T01:43:31.203Z | Planning: Planning completed in 0.27 seconds |
| 181 | 2026-06-21T01:43:31.222Z | Mediators to change: 1 |
| 182 | 2026-06-21T01:43:31.222Z | Create boot environment: No |
| 183 | 2026-06-21T01:43:31.226Z | Create backup boot environment: No |
| 184 | 2026-06-21T01:43:31.266Z | Finalize: Updating package state database ... Done |
| 185 | 2026-06-21T01:43:31.266Z | Finalize: Updating package cache ... Done |
| 186 | 2026-06-21T01:43:31.278Z | Finalize: Updating image state ... Done |
| 187 | 2026-06-21T01:43:33.226Z | Finalize: Creating fast lookup database ... Done |
| 188 | 2026-06-21T01:43:33.292Z | Finalize: Reading search index ... Done |
| 189 | 2026-06-21T01:43:33.295Z | Finalize: Updating search index ... Done |
| 190 | 2026-06-21T01:43:33.348Z | Finalize: Updating package cache ... Done |
| 191 | 2026-06-21T01:43:33.657Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 192 | 2026-06-21T01:43:33.657Z | apache system 2.4 system |
| 193 | 2026-06-21T01:43:33.657Z | clang system 15 system |
| 194 | 2026-06-21T01:43:33.657Z | csh system system illumos |
| 195 | 2026-06-21T01:43:33.657Z | ctags system system illumos |
| 196 | 2026-06-21T01:43:33.657Z | file vendor vendor darwinsys |
| 197 | 2026-06-21T01:43:33.657Z | file system system illumos |
| 198 | 2026-06-21T01:43:33.657Z | gcc vendor 14 vendor |
| 199 | 2026-06-21T01:43:33.657Z | gcc system 13 system |
| 200 | 2026-06-21T01:43:33.657Z | gcc system 10 system |
| 201 | 2026-06-21T01:43:33.657Z | go system 1.25 system |
| 202 | 2026-06-21T01:43:33.657Z | llvm system 15 system |
| 203 | 2026-06-21T01:43:33.657Z | mariadb system 11.4 system |
| 204 | 2026-06-21T01:43:33.657Z | mta vendor vendor dma |
| 205 | 2026-06-21T01:43:33.657Z | openjdk system 17 system |
| 206 | 2026-06-21T01:43:33.657Z | openjdk system 11 system |
| 207 | 2026-06-21T01:43:33.657Z | openssl vendor 3 vendor |
| 208 | 2026-06-21T01:43:33.657Z | perl system 5.40 system |
| 209 | 2026-06-21T01:43:33.658Z | postgresql system 18 system |
| 210 | 2026-06-21T01:43:33.658Z | postgresql system 17 system |
| 211 | 2026-06-21T01:43:33.658Z | python vendor 3 vendor |
| 212 | 2026-06-21T01:43:33.658Z | python system 2 system |
| 213 | 2026-06-21T01:43:33.658Z | python3 vendor 3.13 vendor |
| 214 | 2026-06-21T01:43:33.658Z | ruby system 3.4 system |
| 215 | 2026-06-21T01:43:33.658Z | ruby system 3.0 system |
| 216 | 2026-06-21T01:43:33.658Z | words vendor vendor american-english |
| 217 | 2026-06-21T01:43:33.658Z | words system system australian-english |
| 218 | 2026-06-21T01:43:33.658Z | words system system british-english |
| 219 | 2026-06-21T01:43:33.658Z | words system system canadian-english |
| 220 | 2026-06-21T01:43:33.658Z | words system system french |
| 221 | 2026-06-21T01:43:33.658Z | words system system italian |
| 222 | 2026-06-21T01:43:33.658Z | words system system ngerman |
| 223 | 2026-06-21T01:43:33.658Z | words system system ogerman |
| 224 | 2026-06-21T01:43:33.658Z | words system system spanish |
| 225 | 2026-06-21T01:43:33.909Z | PUBLISHER TYPE STATUS P LOCATION |
| 226 | 2026-06-21T01:43:33.909Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 227 | 2026-06-21T01:43:34.201Z | FMRI IFO |
| 228 | 2026-06-21T01:43:34.201Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 229 | 2026-06-21T01:43:34.201Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 230 | 2026-06-21T01:43:34.201Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 231 | 2026-06-21T01:43:34.201Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 232 | 2026-06-21T01:43:34.201Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 233 | 2026-06-21T01:43:34.201Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 234 | 2026-06-21T01:43:34.201Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 235 | 2026-06-21T01:43:34.201Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 236 | 2026-06-21T01:43:34.201Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 237 | 2026-06-21T01:43:34.456Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 238 | 2026-06-21T01:43:34.734Z | Updating crates.io index |
| 239 | 2026-06-21T01:43:34.768Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 240 | 2026-06-21T01:43:35.525Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 241 | 2026-06-21T01:43:35.985Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 242 | 2026-06-21T01:43:36.273Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 243 | 2026-06-21T01:43:37.432Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-06-21T01:43:37.902Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 245 | 2026-06-21T01:43:39.426Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 246 | 2026-06-21T01:43:40.131Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 247 | 2026-06-21T01:43:40.516Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 248 | 2026-06-21T01:43:41.638Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 249 | 2026-06-21T01:43:42.030Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 250 | 2026-06-21T01:43:42.374Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 251 | 2026-06-21T01:43:42.749Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 252 | 2026-06-21T01:43:43.157Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 253 | 2026-06-21T01:43:43.634Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 254 | 2026-06-21T01:43:43.881Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 255 | 2026-06-21T01:43:44.343Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 256 | 2026-06-21T01:43:44.718Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 257 | 2026-06-21T01:43:45.136Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 258 | 2026-06-21T01:43:45.362Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 259 | 2026-06-21T01:43:45.553Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 260 | 2026-06-21T01:43:45.794Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 261 | 2026-06-21T01:43:46.222Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 262 | 2026-06-21T01:43:46.757Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 263 | 2026-06-21T01:43:46.993Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 264 | 2026-06-21T01:43:47.445Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 265 | 2026-06-21T01:43:47.718Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 266 | 2026-06-21T01:43:47.988Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 267 | 2026-06-21T01:43:49.087Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2026-06-21T01:43:49.670Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 269 | 2026-06-21T01:43:50.043Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 270 | 2026-06-21T01:43:50.382Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 271 | 2026-06-21T01:43:50.683Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 272 | 2026-06-21T01:43:51.003Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2026-06-21T01:43:51.298Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 274 | 2026-06-21T01:43:51.685Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 275 | 2026-06-21T01:43:52.259Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 276 | 2026-06-21T01:43:52.503Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 277 | 2026-06-21T01:43:52.732Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 278 | 2026-06-21T01:43:53.017Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 279 | 2026-06-21T01:43:54.754Z | Downloading crates ... |
| 280 | 2026-06-21T01:43:54.808Z | Downloaded autocfg v1.5.0 |
| 281 | 2026-06-21T01:43:54.815Z | Downloaded anstream v1.0.0 |
| 282 | 2026-06-21T01:43:54.862Z | Downloaded once_cell v1.21.3 |
| 283 | 2026-06-21T01:43:54.862Z | Downloaded potential_utf v0.1.4 |
| 284 | 2026-06-21T01:43:54.870Z | Downloaded itoa v1.0.17 |
| 285 | 2026-06-21T01:43:54.870Z | Downloaded block-buffer v0.10.4 |
| 286 | 2026-06-21T01:43:54.870Z | Downloaded anstyle-parse v1.0.0 |
| 287 | 2026-06-21T01:43:54.870Z | Downloaded anstyle v1.0.14 |
| 288 | 2026-06-21T01:43:54.871Z | Downloaded memmap v0.7.0 |
| 289 | 2026-06-21T01:43:54.871Z | Downloaded ucd-trie v0.1.7 |
| 290 | 2026-06-21T01:43:54.871Z | Downloaded crypto-common v0.1.7 |
| 291 | 2026-06-21T01:43:54.871Z | Downloaded utf8parse v0.2.2 |
| 292 | 2026-06-21T01:43:54.871Z | Downloaded litemap v0.8.1 |
| 293 | 2026-06-21T01:43:54.871Z | Downloaded generic-array v0.14.7 |
| 294 | 2026-06-21T01:43:54.871Z | Downloaded is_terminal_polyfill v1.70.2 |
| 295 | 2026-06-21T01:43:54.871Z | Downloaded toml_datetime v0.6.11 |
| 296 | 2026-06-21T01:43:54.871Z | Downloaded usdt v0.5.0 |
| 297 | 2026-06-21T01:43:54.871Z | Downloaded typeid v1.0.3 |
| 298 | 2026-06-21T01:43:54.871Z | Downloaded strsim v0.11.1 |
| 299 | 2026-06-21T01:43:54.871Z | Downloaded macaddr v1.0.1 |
| 300 | 2026-06-21T01:43:54.871Z | Downloaded zerofrom-derive v0.1.6 |
| 301 | 2026-06-21T01:43:54.871Z | Downloaded unicode-linebreak v0.1.5 |
| 302 | 2026-06-21T01:43:54.871Z | Downloaded anstyle-query v1.1.5 |
| 303 | 2026-06-21T01:43:54.871Z | Downloaded zerofrom v0.1.6 |
| 304 | 2026-06-21T01:43:54.871Z | Downloaded unicode-xid v0.2.6 |
| 305 | 2026-06-21T01:43:54.871Z | Downloaded version_check v0.9.5 |
| 306 | 2026-06-21T01:43:54.871Z | Downloaded percent-encoding v2.3.2 |
| 307 | 2026-06-21T01:43:54.871Z | Downloaded usdt-macro v0.5.0 |
| 308 | 2026-06-21T01:43:54.871Z | Downloaded usdt-attr-macro v0.5.0 |
| 309 | 2026-06-21T01:43:54.871Z | Downloaded icu_collections v2.1.1 |
| 310 | 2026-06-21T01:43:54.871Z | Downloaded heck v0.5.0 |
| 311 | 2026-06-21T01:43:54.871Z | Downloaded heck v0.4.1 |
| 312 | 2026-06-21T01:43:54.871Z | Downloaded getrandom v0.4.1 |
| 313 | 2026-06-21T01:43:54.881Z | Downloaded yoke-derive v0.8.1 |
| 314 | 2026-06-21T01:43:54.881Z | Downloaded sha2 v0.10.9 |
| 315 | 2026-06-21T01:43:54.881Z | Downloaded thread-id v4.2.2 |
| 316 | 2026-06-21T01:43:54.881Z | Downloaded thiserror-impl v2.0.18 |
| 317 | 2026-06-21T01:43:54.881Z | Downloaded icu_normalizer v2.1.1 |
| 318 | 2026-06-21T01:43:54.881Z | Downloaded bitflags v2.11.0 |
| 319 | 2026-06-21T01:43:54.881Z | Downloaded stable_deref_trait v1.2.1 |
| 320 | 2026-06-21T01:43:54.890Z | Downloaded num-traits v0.2.19 |
| 321 | 2026-06-21T01:43:54.890Z | Downloaded icu_provider v2.1.1 |
| 322 | 2026-06-21T01:43:54.890Z | Downloaded utf8_iter v1.0.4 |
| 323 | 2026-06-21T01:43:54.890Z | Downloaded toml_write v0.1.2 |
| 324 | 2026-06-21T01:43:54.890Z | Downloaded ordered-float v2.10.1 |
| 325 | 2026-06-21T01:43:54.891Z | Downloaded idna_adapter v1.2.1 |
| 326 | 2026-06-21T01:43:54.900Z | Downloaded proc-macro-error-attr v1.0.4 |
| 327 | 2026-06-21T01:43:54.900Z | Downloaded tinystr v0.8.2 |
| 328 | 2026-06-21T01:43:54.900Z | Downloaded thiserror v1.0.69 |
| 329 | 2026-06-21T01:43:54.900Z | Downloaded thiserror-impl v1.0.69 |
| 330 | 2026-06-21T01:43:54.900Z | Downloaded form_urlencoded v1.2.2 |
| 331 | 2026-06-21T01:43:54.900Z | Downloaded yoke v0.8.1 |
| 332 | 2026-06-21T01:43:54.909Z | Downloaded serde_spanned v0.6.9 |
| 333 | 2026-06-21T01:43:54.909Z | Downloaded zmij v1.0.21 |
| 334 | 2026-06-21T01:43:54.909Z | Downloaded usdt-impl v0.5.0 |
| 335 | 2026-06-21T01:43:54.909Z | Downloaded writeable v0.6.2 |
| 336 | 2026-06-21T01:43:54.919Z | Downloaded toml v0.8.23 |
| 337 | 2026-06-21T01:43:54.919Z | Downloaded memchr v2.8.0 |
| 338 | 2026-06-21T01:43:54.919Z | Downloaded zerovec-derive v0.11.2 |
| 339 | 2026-06-21T01:43:54.919Z | Downloaded zerocopy-derive v0.7.35 |
| 340 | 2026-06-21T01:43:54.919Z | Downloaded thiserror v2.0.18 |
| 341 | 2026-06-21T01:43:54.926Z | Downloaded dof v0.3.0 |
| 342 | 2026-06-21T01:43:54.926Z | Downloaded cfg-if v1.0.4 |
| 343 | 2026-06-21T01:43:54.926Z | Downloaded plain v0.2.3 |
| 344 | 2026-06-21T01:43:54.926Z | Downloaded terminal_size v0.4.3 |
| 345 | 2026-06-21T01:43:54.926Z | Downloaded clap_lex v1.0.0 |
| 346 | 2026-06-21T01:43:54.926Z | Downloaded serde-value v0.7.0 |
| 347 | 2026-06-21T01:43:54.936Z | Downloaded swrite v0.1.0 |
| 348 | 2026-06-21T01:43:54.936Z | Downloaded equivalent v1.0.2 |
| 349 | 2026-06-21T01:43:54.941Z | Downloaded tabled_derive v0.7.0 |
| 350 | 2026-06-21T01:43:54.941Z | Downloaded pretty-hex v0.4.1 |
| 351 | 2026-06-21T01:43:54.941Z | Downloaded fastrand v2.3.0 |
| 352 | 2026-06-21T01:43:54.941Z | Downloaded zerotrie v0.2.3 |
| 353 | 2026-06-21T01:43:54.941Z | Downloaded typenum v1.19.0 |
| 354 | 2026-06-21T01:43:54.941Z | Downloaded fnv v1.0.7 |
| 355 | 2026-06-21T01:43:54.952Z | Downloaded textwrap v0.16.2 |
| 356 | 2026-06-21T01:43:54.952Z | Downloaded toml_edit v0.22.27 |
| 357 | 2026-06-21T01:43:54.952Z | Downloaded unicode-ident v1.0.24 |
| 358 | 2026-06-21T01:43:54.963Z | Downloaded cargo-platform v0.2.0 |
| 359 | 2026-06-21T01:43:54.963Z | Downloaded cpufeatures v0.2.17 |
| 360 | 2026-06-21T01:43:54.963Z | Downloaded scroll_derive v0.12.1 |
| 361 | 2026-06-21T01:43:54.963Z | Downloaded errno v0.3.14 |
| 362 | 2026-06-21T01:43:54.963Z | Downloaded dtrace-parser v0.2.0 |
| 363 | 2026-06-21T01:43:54.963Z | Downloaded icu_locale_core v2.1.1 |
| 364 | 2026-06-21T01:43:54.963Z | Downloaded zerovec v0.11.5 |
| 365 | 2026-06-21T01:43:54.972Z | Downloaded url v2.5.8 |
| 366 | 2026-06-21T01:43:54.973Z | Downloaded colorchoice v1.0.4 |
| 367 | 2026-06-21T01:43:54.973Z | Downloaded proc-macro-error v1.0.4 |
| 368 | 2026-06-21T01:43:54.973Z | Downloaded displaydoc v0.2.5 |
| 369 | 2026-06-21T01:43:54.973Z | Downloaded digest v0.10.7 |
| 370 | 2026-06-21T01:43:54.979Z | Downloaded scroll v0.12.0 |
| 371 | 2026-06-21T01:43:54.979Z | Downloaded quote v1.0.45 |
| 372 | 2026-06-21T01:43:54.979Z | Downloaded zerocopy v0.7.35 |
| 373 | 2026-06-21T01:43:54.994Z | Downloaded erased-serde v0.4.9 |
| 374 | 2026-06-21T01:43:54.994Z | Downloaded winnow v0.7.14 |
| 375 | 2026-06-21T01:43:55.001Z | Downloaded smawk v0.3.2 |
| 376 | 2026-06-21T01:43:55.001Z | Downloaded serde-untagged v0.1.9 |
| 377 | 2026-06-21T01:43:55.001Z | Downloaded cargo_metadata v0.21.0 |
| 378 | 2026-06-21T01:43:55.001Z | Downloaded bytecount v0.6.9 |
| 379 | 2026-06-21T01:43:55.002Z | Downloaded unicode-width v0.2.0 |
| 380 | 2026-06-21T01:43:55.002Z | Downloaded cargo_toml v0.21.0 |
| 381 | 2026-06-21T01:43:55.002Z | Downloaded unicode-width v0.1.14 |
| 382 | 2026-06-21T01:43:55.002Z | Downloaded camino-tempfile v1.4.1 |
| 383 | 2026-06-21T01:43:55.019Z | Downloaded clap_derive v4.6.1 |
| 384 | 2026-06-21T01:43:55.027Z | Downloaded anyhow v1.0.102 |
| 385 | 2026-06-21T01:43:55.027Z | Downloaded log v0.4.29 |
| 386 | 2026-06-21T01:43:55.027Z | Downloaded pest_derive v2.8.6 |
| 387 | 2026-06-21T01:43:55.027Z | Downloaded fs-err v3.3.0 |
| 388 | 2026-06-21T01:43:55.027Z | Downloaded synstructure v0.13.2 |
| 389 | 2026-06-21T01:43:55.027Z | Downloaded byteorder v1.5.0 |
| 390 | 2026-06-21T01:43:55.027Z | Downloaded serde_tokenstream v0.2.3 |
| 391 | 2026-06-21T01:43:55.028Z | Downloaded semver v1.0.28 |
| 392 | 2026-06-21T01:43:55.036Z | Downloaded cargo-util-schemas v0.8.2 |
| 393 | 2026-06-21T01:43:55.036Z | Downloaded smallvec v1.15.1 |
| 394 | 2026-06-21T01:43:55.036Z | Downloaded camino v1.2.2 |
| 395 | 2026-06-21T01:43:55.050Z | Downloaded serde_derive v1.0.228 |
| 396 | 2026-06-21T01:43:55.050Z | Downloaded tempfile v3.25.0 |
| 397 | 2026-06-21T01:43:55.056Z | Downloaded serde_core v1.0.228 |
| 398 | 2026-06-21T01:43:55.056Z | Downloaded pest_generator v2.8.6 |
| 399 | 2026-06-21T01:43:55.056Z | Downloaded papergrid v0.11.0 |
| 400 | 2026-06-21T01:43:55.056Z | Downloaded icu_properties v2.1.2 |
| 401 | 2026-06-21T01:43:55.056Z | Downloaded clap v4.6.1 |
| 402 | 2026-06-21T01:43:55.068Z | Downloaded pest_meta v2.8.6 |
| 403 | 2026-06-21T01:43:55.072Z | Downloaded icu_normalizer_data v2.1.1 |
| 404 | 2026-06-21T01:43:55.073Z | Downloaded proc-macro2 v1.0.106 |
| 405 | 2026-06-21T01:43:55.080Z | Downloaded serde v1.0.228 |
| 406 | 2026-06-21T01:43:55.105Z | Downloaded pest v2.8.6 |
| 407 | 2026-06-21T01:43:55.111Z | Downloaded indexmap v2.14.0 |
| 408 | 2026-06-21T01:43:55.120Z | Downloaded hashbrown v0.17.0 |
| 409 | 2026-06-21T01:43:55.127Z | Downloaded idna v1.1.0 |
| 410 | 2026-06-21T01:43:55.132Z | Downloaded icu_properties_data v2.1.2 |
| 411 | 2026-06-21T01:43:55.146Z | Downloaded serde_json v1.0.149 |
| 412 | 2026-06-21T01:43:55.149Z | Downloaded clap_builder v4.6.0 |
| 413 | 2026-06-21T01:43:55.156Z | Downloaded goblin v0.8.2 |
| 414 | 2026-06-21T01:43:55.159Z | Downloaded tabled v0.15.0 |
| 415 | 2026-06-21T01:43:55.166Z | Downloaded syn v1.0.109 |
| 416 | 2026-06-21T01:43:55.180Z | Downloaded syn v2.0.117 |
| 417 | 2026-06-21T01:43:55.200Z | Downloaded rustix v1.1.3 |
| 418 | 2026-06-21T01:43:55.227Z | Downloaded libc v0.2.185 |
| 419 | 2026-06-21T01:43:55.295Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-06-21T01:43:55.295Z | Compiling quote v1.0.45 |
| 421 | 2026-06-21T01:43:55.295Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-06-21T01:43:55.304Z | Compiling serde_core v1.0.228 |
| 423 | 2026-06-21T01:43:55.304Z | Compiling libc v0.2.185 |
| 424 | 2026-06-21T01:43:55.304Z | Compiling version_check v0.9.5 |
| 425 | 2026-06-21T01:43:55.304Z | Compiling serde v1.0.228 |
| 426 | 2026-06-21T01:43:55.304Z | Compiling memchr v2.8.0 |
| 427 | 2026-06-21T01:43:55.616Z | Compiling stable_deref_trait v1.2.1 |
| 428 | 2026-06-21T01:43:55.692Z | Compiling zmij v1.0.21 |
| 429 | 2026-06-21T01:43:55.870Z | Compiling thiserror v1.0.69 |
| 430 | 2026-06-21T01:43:55.874Z | Compiling itoa v1.0.17 |
| 431 | 2026-06-21T01:43:56.061Z | Compiling ucd-trie v0.1.7 |
| 432 | 2026-06-21T01:43:56.146Z | Compiling autocfg v1.5.0 |
| 433 | 2026-06-21T01:43:56.240Z | Compiling pest v2.8.6 |
| 434 | 2026-06-21T01:43:56.272Z | Compiling litemap v0.8.1 |
| 435 | 2026-06-21T01:43:56.366Z | Compiling writeable v0.6.2 |
| 436 | 2026-06-21T01:43:56.462Z | Compiling icu_properties_data v2.1.2 |
| 437 | 2026-06-21T01:43:56.501Z | Compiling byteorder v1.5.0 |
| 438 | 2026-06-21T01:43:56.643Z | Compiling icu_normalizer_data v2.1.1 |
| 439 | 2026-06-21T01:43:56.644Z | Compiling rustix v1.1.3 |
| 440 | 2026-06-21T01:43:56.751Z | Compiling syn v2.0.117 |
| 441 | 2026-06-21T01:43:56.849Z | Compiling errno v0.3.14 |
| 442 | 2026-06-21T01:43:56.866Z | Compiling bitflags v2.11.0 |
| 443 | 2026-06-21T01:43:56.870Z | Compiling serde_json v1.0.149 |
| 444 | 2026-06-21T01:43:57.096Z | Compiling num-traits v0.2.19 |
| 445 | 2026-06-21T01:43:57.114Z | Compiling smallvec v1.15.1 |
| 446 | 2026-06-21T01:43:57.288Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-06-21T01:43:57.322Z | Compiling typeid v1.0.3 |
| 448 | 2026-06-21T01:43:57.417Z | Compiling equivalent v1.0.2 |
| 449 | 2026-06-21T01:43:57.472Z | Compiling hashbrown v0.17.0 |
| 450 | 2026-06-21T01:43:57.642Z | Compiling thread-id v4.2.2 |
| 451 | 2026-06-21T01:43:57.699Z | Compiling usdt-impl v0.5.0 |
| 452 | 2026-06-21T01:43:57.729Z | Compiling proc-macro-error-attr v1.0.4 |
| 453 | 2026-06-21T01:43:57.745Z | Compiling erased-serde v0.4.9 |
| 454 | 2026-06-21T01:43:57.906Z | Compiling winnow v0.7.14 |
| 455 | 2026-06-21T01:43:57.923Z | Compiling syn v1.0.109 |
| 456 | 2026-06-21T01:43:58.027Z | Compiling indexmap v2.14.0 |
| 457 | 2026-06-21T01:43:58.127Z | Compiling toml_write v0.1.2 |
| 458 | 2026-06-21T01:43:58.540Z | Compiling proc-macro-error v1.0.4 |
| 459 | 2026-06-21T01:43:58.687Z | Compiling utf8parse v0.2.2 |
| 460 | 2026-06-21T01:43:58.754Z | Compiling getrandom v0.4.1 |
| 461 | 2026-06-21T01:43:58.809Z | Compiling utf8_iter v1.0.4 |
| 462 | 2026-06-21T01:43:58.959Z | Compiling percent-encoding v2.3.2 |
| 463 | 2026-06-21T01:43:58.974Z | Compiling thiserror v2.0.18 |
| 464 | 2026-06-21T01:43:59.057Z | Compiling log v0.4.29 |
| 465 | 2026-06-21T01:43:59.089Z | Compiling camino v1.2.2 |
| 466 | 2026-06-21T01:43:59.133Z | Compiling plain v0.2.3 |
| 467 | 2026-06-21T01:43:59.166Z | Compiling form_urlencoded v1.2.2 |
| 468 | 2026-06-21T01:43:59.247Z | Compiling ordered-float v2.10.1 |
| 469 | 2026-06-21T01:43:59.286Z | Compiling anstyle-parse v1.0.0 |
| 470 | 2026-06-21T01:43:59.411Z | Compiling synstructure v0.13.2 |
| 471 | 2026-06-21T01:43:59.458Z | Compiling pest_generator v2.8.6 |
| 472 | 2026-06-21T01:43:59.541Z | Compiling terminal_size v0.4.3 |
| 473 | 2026-06-21T01:43:59.684Z | Compiling is_terminal_polyfill v1.70.2 |
| 474 | 2026-06-21T01:43:59.788Z | Compiling pretty-hex v0.4.1 |
| 475 | 2026-06-21T01:43:59.799Z | Compiling colorchoice v1.0.4 |
| 476 | 2026-06-21T01:43:59.901Z | Compiling cfg-if v1.0.4 |
| 477 | 2026-06-21T01:43:59.918Z | Compiling anstyle v1.0.14 |
| 478 | 2026-06-21T01:43:59.935Z | Compiling anstyle-query v1.1.5 |
| 479 | 2026-06-21T01:43:59.982Z | Compiling serde-untagged v0.1.9 |
| 480 | 2026-06-21T01:44:00.172Z | Compiling anstream v1.0.0 |
| 481 | 2026-06-21T01:44:00.177Z | Compiling semver v1.0.28 |
| 482 | 2026-06-21T01:44:00.177Z | Compiling fs-err v3.3.0 |
| 483 | 2026-06-21T01:44:00.227Z | Compiling strsim v0.11.1 |
| 484 | 2026-06-21T01:44:00.364Z | Compiling anyhow v1.0.102 |
| 485 | 2026-06-21T01:44:00.435Z | Compiling fastrand v2.3.0 |
| 486 | 2026-06-21T01:44:00.438Z | Compiling unicode-width v0.1.14 |
| 487 | 2026-06-21T01:44:00.467Z | Compiling heck v0.5.0 |
| 488 | 2026-06-21T01:44:00.579Z | Compiling unicode-xid v0.2.6 |
| 489 | 2026-06-21T01:44:00.699Z | Compiling bytecount v0.6.9 |
| 490 | 2026-06-21T01:44:00.699Z | Compiling clap_lex v1.0.0 |
| 491 | 2026-06-21T01:44:00.715Z | Compiling once_cell v1.21.3 |
| 492 | 2026-06-21T01:44:00.745Z | Compiling heck v0.4.1 |
| 493 | 2026-06-21T01:44:00.833Z | Compiling fnv v1.0.7 |
| 494 | 2026-06-21T01:44:00.938Z | Compiling papergrid v0.11.0 |
| 495 | 2026-06-21T01:44:00.943Z | Compiling tempfile v3.25.0 |
| 496 | 2026-06-21T01:44:00.969Z | Compiling clap_builder v4.6.0 |
| 497 | 2026-06-21T01:44:01.102Z | Compiling memmap v0.7.0 |
| 498 | 2026-06-21T01:44:01.120Z | Compiling serde_derive v1.0.228 |
| 499 | 2026-06-21T01:44:01.203Z | Compiling zerofrom-derive v0.1.6 |
| 500 | 2026-06-21T01:44:01.316Z | Compiling yoke-derive v0.8.1 |
| 501 | 2026-06-21T01:44:01.326Z | Compiling zerovec-derive v0.11.2 |
| 502 | 2026-06-21T01:44:01.586Z | Compiling displaydoc v0.2.5 |
| 503 | 2026-06-21T01:44:02.321Z | Compiling thiserror-impl v1.0.69 |
| 504 | 2026-06-21T01:44:02.340Z | Compiling zerocopy-derive v0.7.35 |
| 505 | 2026-06-21T01:44:02.465Z | Compiling pest_derive v2.8.6 |
| 506 | 2026-06-21T01:44:02.474Z | Compiling scroll_derive v0.12.1 |
| 507 | 2026-06-21T01:44:02.582Z | Compiling zerofrom v0.1.6 |
| 508 | 2026-06-21T01:44:02.715Z | Compiling yoke v0.8.1 |
| 509 | 2026-06-21T01:44:02.855Z | Compiling thiserror-impl v2.0.18 |
| 510 | 2026-06-21T01:44:02.907Z | Compiling zerovec v0.11.5 |
| 511 | 2026-06-21T01:44:03.098Z | Compiling zerotrie v0.2.3 |
| 512 | 2026-06-21T01:44:03.189Z | Compiling zerocopy v0.7.35 |
| 513 | 2026-06-21T01:44:03.458Z | Compiling tinystr v0.8.2 |
| 514 | 2026-06-21T01:44:03.458Z | Compiling potential_utf v0.1.4 |
| 515 | 2026-06-21T01:44:03.649Z | Compiling icu_locale_core v2.1.1 |
| 516 | 2026-06-21T01:44:03.671Z | Compiling icu_collections v2.1.1 |
| 517 | 2026-06-21T01:44:03.712Z | Compiling dtrace-parser v0.2.0 |
| 518 | 2026-06-21T01:44:03.763Z | Compiling scroll v0.12.0 |
| 519 | 2026-06-21T01:44:04.011Z | Compiling goblin v0.8.2 |
| 520 | 2026-06-21T01:44:04.096Z | Compiling tabled_derive v0.7.0 |
| 521 | 2026-06-21T01:44:04.151Z | Compiling clap_derive v4.6.1 |
| 522 | 2026-06-21T01:44:04.380Z | Compiling icu_provider v2.1.1 |
| 523 | 2026-06-21T01:44:04.472Z | Compiling unicode-linebreak v0.1.5 |
| 524 | 2026-06-21T01:44:04.551Z | Compiling serde_spanned v0.6.9 |
| 525 | 2026-06-21T01:44:04.583Z | Compiling toml_datetime v0.6.11 |
| 526 | 2026-06-21T01:44:04.587Z | Compiling dof v0.3.0 |
| 527 | 2026-06-21T01:44:04.690Z | Compiling icu_normalizer v2.1.1 |
| 528 | 2026-06-21T01:44:04.713Z | Compiling icu_properties v2.1.2 |
| 529 | 2026-06-21T01:44:04.750Z | Compiling serde_tokenstream v0.2.3 |
| 530 | 2026-06-21T01:44:04.869Z | Compiling toml_edit v0.22.27 |
| 531 | 2026-06-21T01:44:05.026Z | Compiling serde-value v0.7.0 |
| 532 | 2026-06-21T01:44:05.065Z | Compiling cargo-platform v0.2.0 |
| 533 | 2026-06-21T01:44:05.252Z | Compiling unicode-width v0.2.0 |
| 534 | 2026-06-21T01:44:05.343Z | Compiling smawk v0.3.2 |
| 535 | 2026-06-21T01:44:05.407Z | Compiling tabled v0.15.0 |
| 536 | 2026-06-21T01:44:05.487Z | Compiling textwrap v0.16.2 |
| 537 | 2026-06-21T01:44:05.525Z | Compiling macaddr v1.0.1 |
| 538 | 2026-06-21T01:45:09.537Z | Compiling idna_adapter v1.2.1 |
| 539 | 2026-06-21T01:45:09.593Z | Compiling idna v1.1.0 |
| 540 | 2026-06-21T01:45:09.593Z | Compiling usdt-macro v0.5.0 |
| 541 | 2026-06-21T01:45:09.593Z | Compiling usdt-attr-macro v0.5.0 |
| 542 | 2026-06-21T01:45:09.593Z | Compiling clap v4.6.1 |
| 543 | 2026-06-21T01:45:09.637Z | Compiling camino-tempfile v1.4.1 |
| 544 | 2026-06-21T01:45:09.637Z | Compiling toml v0.8.23 |
| 545 | 2026-06-21T01:45:09.637Z | Compiling url v2.5.8 |
| 546 | 2026-06-21T01:45:09.637Z | Compiling swrite v0.1.0 |
| 547 | 2026-06-21T01:45:09.637Z | Compiling cargo_toml v0.21.0 |
| 548 | 2026-06-21T01:45:09.637Z | Compiling cargo-util-schemas v0.8.2 |
| 549 | 2026-06-21T01:45:09.637Z | Compiling usdt v0.5.0 |
| 550 | 2026-06-21T01:45:09.637Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 551 | 2026-06-21T01:45:09.637Z | Compiling cargo_metadata v0.21.0 |
| 552 | 2026-06-21T01:45:09.637Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 553 | 2026-06-21T01:45:09.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.49s |
| 554 | 2026-06-21T01:45:09.637Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 555 | 2026-06-21T01:45:09.637Z | Downloading crates ... |
| 556 | 2026-06-21T01:45:09.637Z | Downloaded anstyle-parse v0.2.7 |
| 557 | 2026-06-21T01:45:09.637Z | Downloaded assert_matches v1.5.0 |
| 558 | 2026-06-21T01:45:09.638Z | Downloaded adler2 v2.0.1 |
| 559 | 2026-06-21T01:45:09.638Z | Downloaded aead v0.5.2 |
| 560 | 2026-06-21T01:45:09.638Z | Downloaded arrayvec v0.7.6 |
| 561 | 2026-06-21T01:45:09.638Z | Downloaded crunchy v0.2.4 |
| 562 | 2026-06-21T01:45:09.638Z | Downloaded crossbeam-deque v0.8.6 |
| 563 | 2026-06-21T01:45:09.638Z | Downloaded anstream v0.6.21 |
| 564 | 2026-06-21T01:45:09.638Z | Downloaded arrayref v0.3.9 |
| 565 | 2026-06-21T01:45:09.638Z | Downloaded array-init v0.0.4 |
| 566 | 2026-06-21T01:45:09.638Z | Downloaded argon2 v0.5.3 |
| 567 | 2026-06-21T01:45:09.638Z | Downloaded darling v0.23.0 |
| 568 | 2026-06-21T01:45:09.638Z | Downloaded ascii-canvas v3.0.0 |
| 569 | 2026-06-21T01:45:09.638Z | Downloaded crc-any v2.5.0 |
| 570 | 2026-06-21T01:45:09.638Z | Downloaded crc-catalog v2.4.0 |
| 571 | 2026-06-21T01:45:09.638Z | Downloaded daft-derive v0.1.7 |
| 572 | 2026-06-21T01:45:09.639Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 573 | 2026-06-21T01:45:09.639Z | Downloaded crucible-workspace-hack v0.1.0 |
| 574 | 2026-06-21T01:45:09.639Z | Downloaded block-padding v0.3.3 |
| 575 | 2026-06-21T01:45:09.639Z | Downloaded cstr-argument v0.1.2 |
| 576 | 2026-06-21T01:45:09.639Z | Downloaded crc8 v0.1.1 |
| 577 | 2026-06-21T01:45:09.639Z | Downloaded compression-core v0.4.31 |
| 578 | 2026-06-21T01:45:09.639Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 579 | 2026-06-21T01:45:09.639Z | Downloaded async-recursion v1.1.1 |
| 580 | 2026-06-21T01:45:09.639Z | Downloaded ciborium-ll v0.2.2 |
| 581 | 2026-06-21T01:45:09.639Z | Downloaded atomicwrites v0.4.4 |
| 582 | 2026-06-21T01:45:09.639Z | Downloaded async-stream v0.3.6 |
| 583 | 2026-06-21T01:45:09.639Z | Downloaded bit-set v0.8.0 |
| 584 | 2026-06-21T01:45:09.640Z | Downloaded darling_macro v0.21.3 |
| 585 | 2026-06-21T01:45:09.640Z | Downloaded csv-core v0.1.13 |
| 586 | 2026-06-21T01:45:09.641Z | Downloaded crossbeam-utils v0.8.21 |
| 587 | 2026-06-21T01:45:09.641Z | Downloaded fallible-iterator v0.2.0 |
| 588 | 2026-06-21T01:45:09.641Z | Downloaded darling v0.13.4 |
| 589 | 2026-06-21T01:45:09.641Z | Downloaded ctr v0.9.2 |
| 590 | 2026-06-21T01:45:09.641Z | Downloaded base16ct v0.2.0 |
| 591 | 2026-06-21T01:45:09.641Z | Downloaded critical-section v1.2.0 |
| 592 | 2026-06-21T01:45:09.641Z | Downloaded bit-set v0.5.3 |
| 593 | 2026-06-21T01:45:09.641Z | Downloaded darling v0.21.3 |
| 594 | 2026-06-21T01:45:09.641Z | Downloaded daft v0.1.7 |
| 595 | 2026-06-21T01:45:09.641Z | Downloaded async-stream-impl v0.3.6 |
| 596 | 2026-06-21T01:45:09.641Z | Downloaded bit-vec v0.6.3 |
| 597 | 2026-06-21T01:45:09.641Z | Downloaded bitfield-struct v0.6.2 |
| 598 | 2026-06-21T01:45:09.641Z | Downloaded bitfield-macros v0.19.4 |
| 599 | 2026-06-21T01:45:09.641Z | Downloaded async-compression v0.4.41 |
| 600 | 2026-06-21T01:45:09.641Z | Downloaded dirs-next v2.0.0 |
| 601 | 2026-06-21T01:45:09.641Z | Downloaded ecdsa v0.16.9 |
| 602 | 2026-06-21T01:45:09.641Z | Downloaded castaway v0.2.4 |
| 603 | 2026-06-21T01:45:09.641Z | Downloaded arc-swap v1.8.2 |
| 604 | 2026-06-21T01:45:09.641Z | Downloaded cobs v0.3.0 |
| 605 | 2026-06-21T01:45:09.641Z | Downloaded crypto-bigint v0.5.5 |
| 606 | 2026-06-21T01:45:09.641Z | Downloaded env_filter v1.0.0 |
| 607 | 2026-06-21T01:45:09.641Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 608 | 2026-06-21T01:45:09.641Z | Downloaded defmt-parser v1.0.0 |
| 609 | 2026-06-21T01:45:09.641Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 610 | 2026-06-21T01:45:09.642Z | Downloaded cfg_aliases v0.1.1 |
| 611 | 2026-06-21T01:45:09.642Z | Downloaded ciborium-io v0.2.2 |
| 612 | 2026-06-21T01:45:09.642Z | Downloaded atomic-waker v1.1.2 |
| 613 | 2026-06-21T01:45:09.642Z | Downloaded crc32fast v1.5.0 |
| 614 | 2026-06-21T01:45:09.642Z | Downloaded cfg_aliases v0.2.1 |
| 615 | 2026-06-21T01:45:09.642Z | Downloaded convert_case v0.10.0 |
| 616 | 2026-06-21T01:45:09.642Z | Downloaded cargo-platform v0.3.2 |
| 617 | 2026-06-21T01:45:09.642Z | Downloaded dof v0.4.0 |
| 618 | 2026-06-21T01:45:09.642Z | Downloaded cpufeatures v0.3.0 |
| 619 | 2026-06-21T01:45:09.642Z | Downloaded dsl_auto_type v0.2.0 |
| 620 | 2026-06-21T01:45:09.642Z | Downloaded debug-ignore v1.0.5 |
| 621 | 2026-06-21T01:45:09.642Z | Downloaded darling_macro v0.23.0 |
| 622 | 2026-06-21T01:45:09.642Z | Downloaded dtrace-parser v0.3.0 |
| 623 | 2026-06-21T01:45:09.642Z | Downloaded crc v3.4.0 |
| 624 | 2026-06-21T01:45:09.642Z | Downloaded fixedbitset v0.4.2 |
| 625 | 2026-06-21T01:45:09.642Z | Downloaded derive_builder_macro v0.20.2 |
| 626 | 2026-06-21T01:45:09.642Z | Downloaded bb8 v0.8.6 |
| 627 | 2026-06-21T01:45:09.643Z | Downloaded atty v0.2.14 |
| 628 | 2026-06-21T01:45:09.643Z | Downloaded float-cmp v0.10.0 |
| 629 | 2026-06-21T01:45:09.643Z | Downloaded defmt v0.3.100 |
| 630 | 2026-06-21T01:45:09.643Z | Downloaded downcast-rs v2.0.2 |
| 631 | 2026-06-21T01:45:09.643Z | Downloaded cbc v0.1.2 |
| 632 | 2026-06-21T01:45:09.643Z | Downloaded dyn-clone v1.0.20 |
| 633 | 2026-06-21T01:45:09.643Z | Downloaded ahash v0.8.12 |
| 634 | 2026-06-21T01:45:09.643Z | Downloaded foreign-types-shared v0.1.1 |
| 635 | 2026-06-21T01:45:09.643Z | Downloaded dunce v1.0.5 |
| 636 | 2026-06-21T01:45:09.643Z | Downloaded document-features v0.2.12 |
| 637 | 2026-06-21T01:45:09.643Z | Downloaded foreign-types v0.5.0 |
| 638 | 2026-06-21T01:45:09.644Z | Downloaded foreign-types v0.3.2 |
| 639 | 2026-06-21T01:45:09.644Z | Downloaded endian-type v0.1.2 |
| 640 | 2026-06-21T01:45:09.644Z | Downloaded foreign-types-macros v0.2.3 |
| 641 | 2026-06-21T01:45:09.644Z | Downloaded ed25519 v2.2.3 |
| 642 | 2026-06-21T01:45:09.644Z | Downloaded dirs-sys-next v0.1.2 |
| 643 | 2026-06-21T01:45:09.733Z | Downloaded diesel-dtrace v0.5.0 |
| 644 | 2026-06-21T01:45:09.733Z | Downloaded defmt-macros v1.0.1 |
| 645 | 2026-06-21T01:45:09.733Z | Downloaded crossbeam-epoch v0.9.18 |
| 646 | 2026-06-21T01:45:09.733Z | Downloaded cassowary v0.3.0 |
| 647 | 2026-06-21T01:45:09.733Z | Downloaded embedded-io v0.6.1 |
| 648 | 2026-06-21T01:45:09.733Z | Downloaded bitflags v1.3.2 |
| 649 | 2026-06-21T01:45:09.733Z | Downloaded float-ord v0.3.2 |
| 650 | 2026-06-21T01:45:09.733Z | Downloaded darling_macro v0.20.11 |
| 651 | 2026-06-21T01:45:09.733Z | Downloaded cexpr v0.6.0 |
| 652 | 2026-06-21T01:45:09.733Z | Downloaded cargo_metadata v0.23.1 |
| 653 | 2026-06-21T01:45:09.734Z | Downloaded difflib v0.4.0 |
| 654 | 2026-06-21T01:45:09.734Z | Downloaded fxhash v0.2.1 |
| 655 | 2026-06-21T01:45:09.734Z | Downloaded buf-list v1.1.2 |
| 656 | 2026-06-21T01:45:09.734Z | Downloaded gethostname v0.5.0 |
| 657 | 2026-06-21T01:45:09.734Z | Downloaded git-stub v1.0.0 |
| 658 | 2026-06-21T01:45:09.734Z | Downloaded flagset v0.4.7 |
| 659 | 2026-06-21T01:45:09.734Z | Downloaded fd-lock v4.0.4 |
| 660 | 2026-06-21T01:45:09.734Z | Downloaded bit-vec v0.8.0 |
| 661 | 2026-06-21T01:45:09.735Z | Downloaded deranged v0.5.8 |
| 662 | 2026-06-21T01:45:09.735Z | Downloaded headers-core v0.3.0 |
| 663 | 2026-06-21T01:45:09.735Z | Downloaded globwalk v0.9.1 |
| 664 | 2026-06-21T01:45:09.735Z | Downloaded cookie v0.18.1 |
| 665 | 2026-06-21T01:45:09.735Z | Downloaded cmake v0.1.57 |
| 666 | 2026-06-21T01:45:09.735Z | Downloaded ghash v0.5.1 |
| 667 | 2026-06-21T01:45:09.735Z | Downloaded futures-task v0.3.32 |
| 668 | 2026-06-21T01:45:09.735Z | Downloaded futures-macro v0.3.32 |
| 669 | 2026-06-21T01:45:09.735Z | Downloaded constant_time_eq v0.4.2 |
| 670 | 2026-06-21T01:45:09.735Z | Downloaded convert_case v0.4.0 |
| 671 | 2026-06-21T01:45:09.735Z | Downloaded camino-tempfile-ext v0.3.3 |
| 672 | 2026-06-21T01:45:09.735Z | Downloaded hex-literal v0.4.1 |
| 673 | 2026-06-21T01:45:09.735Z | Downloaded hex v0.4.3 |
| 674 | 2026-06-21T01:45:09.735Z | Downloaded darling v0.20.11 |
| 675 | 2026-06-21T01:45:09.735Z | Downloaded cipher v0.4.4 |
| 676 | 2026-06-21T01:45:09.735Z | Downloaded bzip2 v0.4.4 |
| 677 | 2026-06-21T01:45:09.735Z | Downloaded async-trait v0.1.89 |
| 678 | 2026-06-21T01:45:09.735Z | Downloaded hash32 v0.2.1 |
| 679 | 2026-06-21T01:45:09.735Z | Downloaded fixedbitset v0.5.7 |
| 680 | 2026-06-21T01:45:09.735Z | Downloaded embedded-io v0.4.0 |
| 681 | 2026-06-21T01:45:09.736Z | Downloaded allocator-api2 v0.2.21 |
| 682 | 2026-06-21T01:45:09.736Z | Downloaded der_derive v0.7.3 |
| 683 | 2026-06-21T01:45:09.736Z | Downloaded filetime v0.2.27 |
| 684 | 2026-06-21T01:45:09.738Z | Downloaded ff v0.13.1 |
| 685 | 2026-06-21T01:45:09.738Z | Downloaded ena v0.14.4 |
| 686 | 2026-06-21T01:45:09.738Z | Downloaded display-error-chain v0.2.2 |
| 687 | 2026-06-21T01:45:09.738Z | Downloaded data-encoding v2.10.0 |
| 688 | 2026-06-21T01:45:09.738Z | Downloaded funty v2.0.0 |
| 689 | 2026-06-21T01:45:09.738Z | Downloaded fs_extra v1.3.0 |
| 690 | 2026-06-21T01:45:09.738Z | Downloaded hostname v0.4.2 |
| 691 | 2026-06-21T01:45:09.738Z | Downloaded home v0.5.12 |
| 692 | 2026-06-21T01:45:09.738Z | Downloaded crossbeam-channel v0.5.15 |
| 693 | 2026-06-21T01:45:09.738Z | Downloaded http-range v0.1.5 |
| 694 | 2026-06-21T01:45:09.738Z | Downloaded http-body v1.0.1 |
| 695 | 2026-06-21T01:45:09.738Z | Downloaded either v1.15.0 |
| 696 | 2026-06-21T01:45:09.738Z | Downloaded chacha20 v0.10.0 |
| 697 | 2026-06-21T01:45:09.738Z | Downloaded erased-serde v0.3.31 |
| 698 | 2026-06-21T01:45:09.738Z | Downloaded fs-err v2.11.0 |
| 699 | 2026-06-21T01:45:09.738Z | Downloaded env_logger v0.11.9 |
| 700 | 2026-06-21T01:45:09.738Z | Downloaded futures-core v0.3.32 |
| 701 | 2026-06-21T01:45:09.738Z | Downloaded chacha20 v0.9.1 |
| 702 | 2026-06-21T01:45:09.738Z | Downloaded glob v0.3.3 |
| 703 | 2026-06-21T01:45:09.738Z | Downloaded git-stub-vcs v0.1.0 |
| 704 | 2026-06-21T01:45:09.738Z | Downloaded defmt v1.0.1 |
| 705 | 2026-06-21T01:45:09.738Z | Downloaded ident_case v1.0.1 |
| 706 | 2026-06-21T01:45:09.738Z | Downloaded bzip2 v0.6.1 |
| 707 | 2026-06-21T01:45:09.738Z | Downloaded hubpack_derive v0.1.1 |
| 708 | 2026-06-21T01:45:09.739Z | Downloaded hyper-tls v0.6.0 |
| 709 | 2026-06-21T01:45:09.739Z | Downloaded hubpack v0.1.2 |
| 710 | 2026-06-21T01:45:09.739Z | Downloaded httpdate v1.0.3 |
| 711 | 2026-06-21T01:45:09.739Z | Downloaded blake2 v0.10.6 |
| 712 | 2026-06-21T01:45:09.739Z | Downloaded illumos-nvpair v0.3.0 |
| 713 | 2026-06-21T01:45:09.739Z | Downloaded futures-sink v0.3.32 |
| 714 | 2026-06-21T01:45:09.739Z | Downloaded futures-executor v0.3.32 |
| 715 | 2026-06-21T01:45:09.739Z | Downloaded globset v0.4.18 |
| 716 | 2026-06-21T01:45:09.739Z | Downloaded find-msvc-tools v0.1.9 |
| 717 | 2026-06-21T01:45:09.739Z | Downloaded const_format_proc_macros v0.2.34 |
| 718 | 2026-06-21T01:45:09.739Z | Downloaded console v0.16.2 |
| 719 | 2026-06-21T01:45:09.739Z | Downloaded hash32 v0.3.1 |
| 720 | 2026-06-21T01:45:09.739Z | Downloaded indent_write v2.2.0 |
| 721 | 2026-06-21T01:45:09.739Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 722 | 2026-06-21T01:45:09.739Z | Downloaded inout v0.1.4 |
| 723 | 2026-06-21T01:45:09.739Z | Downloaded group v0.13.0 |
| 724 | 2026-06-21T01:45:09.739Z | Downloaded colored v3.1.1 |
| 725 | 2026-06-21T01:45:09.739Z | Downloaded colored v2.2.0 |
| 726 | 2026-06-21T01:45:09.739Z | Downloaded instant v0.1.13 |
| 727 | 2026-06-21T01:45:09.739Z | Downloaded cancel-safe-futures v0.1.5 |
| 728 | 2026-06-21T01:45:09.739Z | Downloaded highway v1.3.0 |
| 729 | 2026-06-21T01:45:09.739Z | Downloaded derive-ex v0.1.8 |
| 730 | 2026-06-21T01:45:09.739Z | Downloaded instability v0.3.11 |
| 731 | 2026-06-21T01:45:09.739Z | Downloaded des v0.8.1 |
| 732 | 2026-06-21T01:45:09.739Z | Downloaded derive_builder v0.20.2 |
| 733 | 2026-06-21T01:45:09.739Z | Downloaded backon v1.6.0 |
| 734 | 2026-06-21T01:45:09.740Z | Downloaded derive_builder_core v0.20.2 |
| 735 | 2026-06-21T01:45:09.740Z | Downloaded lalrpop-util v0.19.12 |
| 736 | 2026-06-21T01:45:09.740Z | Downloaded hostname v0.3.1 |
| 737 | 2026-06-21T01:45:09.740Z | Downloaded keccak v0.1.6 |
| 738 | 2026-06-21T01:45:09.740Z | Downloaded lru-cache v0.1.2 |
| 739 | 2026-06-21T01:45:09.740Z | Downloaded is_ci v1.2.0 |
| 740 | 2026-06-21T01:45:09.740Z | Downloaded linked-hash-map v0.5.6 |
| 741 | 2026-06-21T01:45:09.741Z | Downloaded is-terminal v0.4.17 |
| 742 | 2026-06-21T01:45:09.741Z | Downloaded kstat-rs v0.2.4 |
| 743 | 2026-06-21T01:45:09.889Z | Downloaded const-oid v0.9.6 |
| 744 | 2026-06-21T01:45:09.889Z | Downloaded libscf-sys v1.1.0 |
| 745 | 2026-06-21T01:45:09.889Z | Downloaded lzss v0.8.2 |
| 746 | 2026-06-21T01:45:09.889Z | Downloaded futures-channel v0.3.32 |
| 747 | 2026-06-21T01:45:09.889Z | Downloaded lru-slab v0.1.2 |
| 748 | 2026-06-21T01:45:09.889Z | Downloaded foldhash v0.2.0 |
| 749 | 2026-06-21T01:45:09.889Z | Downloaded foldhash v0.1.5 |
| 750 | 2026-06-21T01:45:09.889Z | Downloaded backoff v0.4.0 |
| 751 | 2026-06-21T01:45:09.889Z | Downloaded byte-wrapper v0.1.0 |
| 752 | 2026-06-21T01:45:09.889Z | Downloaded bytes v1.11.1 |
| 753 | 2026-06-21T01:45:09.889Z | Downloaded blowfish v0.9.1 |
| 754 | 2026-06-21T01:45:09.889Z | Downloaded console v0.15.11 |
| 755 | 2026-06-21T01:45:09.889Z | Downloaded getrandom v0.2.17 |
| 756 | 2026-06-21T01:45:09.889Z | Downloaded match_cfg v0.1.0 |
| 757 | 2026-06-21T01:45:09.889Z | Downloaded humantime v2.3.0 |
| 758 | 2026-06-21T01:45:09.889Z | Downloaded http-body-util v0.1.3 |
| 759 | 2026-06-21T01:45:09.889Z | Downloaded hyper-staticfile v0.10.1 |
| 760 | 2026-06-21T01:45:09.889Z | Downloaded maplit v1.0.2 |
| 761 | 2026-06-21T01:45:09.889Z | Downloaded managed v0.8.0 |
| 762 | 2026-06-21T01:45:09.890Z | Downloaded mime v0.3.17 |
| 763 | 2026-06-21T01:45:09.890Z | Downloaded md-5 v0.10.6 |
| 764 | 2026-06-21T01:45:09.890Z | Downloaded maybe-uninit v2.0.0 |
| 765 | 2026-06-21T01:45:09.890Z | Downloaded lru v0.12.5 |
| 766 | 2026-06-21T01:45:09.890Z | Downloaded half v1.8.3 |
| 767 | 2026-06-21T01:45:09.890Z | Downloaded darling_core v0.13.4 |
| 768 | 2026-06-21T01:45:09.890Z | Downloaded corncobs v0.1.4 |
| 769 | 2026-06-21T01:45:09.890Z | Downloaded memoffset v0.9.1 |
| 770 | 2026-06-21T01:45:09.890Z | Downloaded indoc v2.0.7 |
| 771 | 2026-06-21T01:45:09.890Z | Downloaded new_debug_unreachable v1.0.6 |
| 772 | 2026-06-21T01:45:09.890Z | Downloaded multimap v0.10.1 |
| 773 | 2026-06-21T01:45:09.890Z | Downloaded ingot-types v0.1.2 |
| 774 | 2026-06-21T01:45:09.891Z | Downloaded cookie_store v0.22.1 |
| 775 | 2026-06-21T01:45:09.891Z | Downloaded newline-converter v0.3.0 |
| 776 | 2026-06-21T01:45:09.891Z | Downloaded internet-checksum v0.2.1 |
| 777 | 2026-06-21T01:45:09.891Z | Downloaded normalize-line-endings v0.3.0 |
| 778 | 2026-06-21T01:45:09.891Z | Downloaded nibble_vec v0.1.0 |
| 779 | 2026-06-21T01:45:09.891Z | Downloaded num v0.4.3 |
| 780 | 2026-06-21T01:45:09.891Z | Downloaded nodrop v0.1.14 |
| 781 | 2026-06-21T01:45:09.891Z | Downloaded num-iter v0.1.45 |
| 782 | 2026-06-21T01:45:09.891Z | Downloaded derive_more v0.99.20 |
| 783 | 2026-06-21T01:45:09.892Z | Downloaded nonempty v0.12.0 |
| 784 | 2026-06-21T01:45:09.892Z | Downloaded num-derive v0.3.3 |
| 785 | 2026-06-21T01:45:09.892Z | Downloaded num-conv v0.2.0 |
| 786 | 2026-06-21T01:45:09.892Z | Downloaded fatfs v0.3.6 |
| 787 | 2026-06-21T01:45:09.892Z | Downloaded dropshot_endpoint v0.17.0 |
| 788 | 2026-06-21T01:45:09.893Z | Downloaded ipnetwork v0.21.1 |
| 789 | 2026-06-21T01:45:09.893Z | Downloaded hmac v0.12.1 |
| 790 | 2026-06-21T01:45:09.893Z | Downloaded newtype-uuid-macros v0.1.0 |
| 791 | 2026-06-21T01:45:09.893Z | Downloaded drift v0.2.0 |
| 792 | 2026-06-21T01:45:09.893Z | Downloaded num_enum_derive v0.5.11 |
| 793 | 2026-06-21T01:45:09.893Z | Downloaded lazy_static v1.5.0 |
| 794 | 2026-06-21T01:45:09.893Z | Downloaded olpc-cjson v0.1.4 |
| 795 | 2026-06-21T01:45:09.893Z | Downloaded libloading v0.8.9 |
| 796 | 2026-06-21T01:45:09.893Z | Downloaded opaque-debug v0.3.1 |
| 797 | 2026-06-21T01:45:09.893Z | Downloaded num_threads v0.1.7 |
| 798 | 2026-06-21T01:45:09.893Z | Downloaded num-derive v0.4.2 |
| 799 | 2026-06-21T01:45:09.893Z | Downloaded linear-map v1.2.0 |
| 800 | 2026-06-21T01:45:09.893Z | Downloaded libsw-core v0.3.2 |
| 801 | 2026-06-21T01:45:09.893Z | Downloaded libsw v3.5.0 |
| 802 | 2026-06-21T01:45:09.893Z | Downloaded openssl-probe v0.1.6 |
| 803 | 2026-06-21T01:45:09.893Z | Downloaded openssl-macros v0.1.1 |
| 804 | 2026-06-21T01:45:09.893Z | Downloaded hyper-rustls v0.27.7 |
| 805 | 2026-06-21T01:45:09.893Z | Downloaded elliptic-curve v0.13.8 |
| 806 | 2026-06-21T01:45:09.893Z | Downloaded lock_api v0.4.14 |
| 807 | 2026-06-21T01:45:09.893Z | Downloaded oso-derive v0.27.3 |
| 808 | 2026-06-21T01:45:09.893Z | Downloaded chacha20poly1305 v0.10.1 |
| 809 | 2026-06-21T01:45:09.895Z | Downloaded httparse v1.10.1 |
| 810 | 2026-06-21T01:45:09.895Z | Downloaded aes v0.8.4 |
| 811 | 2026-06-21T01:45:09.895Z | Downloaded md5 v0.7.0 |
| 812 | 2026-06-21T01:45:09.895Z | Downloaded openssl-probe v0.2.1 |
| 813 | 2026-06-21T01:45:09.895Z | Downloaded diff v0.1.13 |
| 814 | 2026-06-21T01:45:09.895Z | Downloaded packed_struct_codegen v0.10.1 |
| 815 | 2026-06-21T01:45:09.895Z | Downloaded derive-where v1.6.0 |
| 816 | 2026-06-21T01:45:09.895Z | Downloaded const_format v0.2.35 |
| 817 | 2026-06-21T01:45:09.895Z | Downloaded mime_guess v2.0.5 |
| 818 | 2026-06-21T01:45:09.895Z | Downloaded half v2.7.1 |
| 819 | 2026-06-21T01:45:09.895Z | Downloaded getrandom v0.3.4 |
| 820 | 2026-06-21T01:45:09.895Z | Downloaded newtype-uuid v1.3.2 |
| 821 | 2026-06-21T01:45:09.895Z | Downloaded multer v3.1.0 |
| 822 | 2026-06-21T01:45:09.895Z | Downloaded native-tls v0.2.18 |
| 823 | 2026-06-21T01:45:09.895Z | Downloaded nanorand v0.7.0 |
| 824 | 2026-06-21T01:45:09.895Z | Downloaded num-complex v0.4.6 |
| 825 | 2026-06-21T01:45:09.895Z | Downloaded pbkdf2 v0.12.2 |
| 826 | 2026-06-21T01:45:09.895Z | Downloaded parse-size v1.1.0 |
| 827 | 2026-06-21T01:45:09.895Z | Downloaded pbkdf2 v0.11.0 |
| 828 | 2026-06-21T01:45:09.895Z | Downloaded path-slash v0.1.5 |
| 829 | 2026-06-21T01:45:09.895Z | Downloaded flume v0.11.1 |
| 830 | 2026-06-21T01:45:09.895Z | Downloaded ingot-macros v0.1.1 |
| 831 | 2026-06-21T01:45:09.895Z | Downloaded crossterm v0.29.0 |
| 832 | 2026-06-21T01:45:09.895Z | Downloaded libefi-sys v0.1.0 |
| 833 | 2026-06-21T01:45:09.895Z | Downloaded jobserver v0.1.34 |
| 834 | 2026-06-21T01:45:09.896Z | Downloaded num-integer v0.1.46 |
| 835 | 2026-06-21T01:45:09.896Z | Downloaded num_enum_derive v0.7.6 |
| 836 | 2026-06-21T01:45:09.896Z | Downloaded num_enum v0.5.11 |
| 837 | 2026-06-21T01:45:09.896Z | Downloaded peg-runtime v0.8.5 |
| 838 | 2026-06-21T01:45:09.896Z | Downloaded phf_shared v0.12.1 |
| 839 | 2026-06-21T01:45:09.896Z | Downloaded num_enum v0.7.6 |
| 840 | 2026-06-21T01:45:09.896Z | Downloaded num-rational v0.4.2 |
| 841 | 2026-06-21T01:45:09.896Z | Downloaded pin-utils v0.1.0 |
| 842 | 2026-06-21T01:45:09.896Z | Downloaded litrs v1.0.0 |
| 843 | 2026-06-21T01:45:09.980Z | Downloaded powerfmt v0.2.0 |
| 844 | 2026-06-21T01:45:09.981Z | Downloaded darling_core v0.23.0 |
| 845 | 2026-06-21T01:45:09.981Z | Downloaded crossterm v0.28.1 |
| 846 | 2026-06-21T01:45:09.981Z | Downloaded futures v0.3.32 |
| 847 | 2026-06-21T01:45:09.981Z | Downloaded base64 v0.21.7 |
| 848 | 2026-06-21T01:45:09.981Z | Downloaded bumpalo v3.20.2 |
| 849 | 2026-06-21T01:45:09.981Z | Downloaded ipnet v2.11.0 |
| 850 | 2026-06-21T01:45:09.981Z | Downloaded newtype_derive v0.1.6 |
| 851 | 2026-06-21T01:45:09.981Z | Downloaded proc-macro-crate v3.4.0 |
| 852 | 2026-06-21T01:45:09.982Z | Downloaded derive_more v2.1.1 |
| 853 | 2026-06-21T01:45:09.982Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 854 | 2026-06-21T01:45:09.982Z | Downloaded proc-macro-crate v1.3.1 |
| 855 | 2026-06-21T01:45:09.982Z | Downloaded predicates-core v1.0.10 |
| 856 | 2026-06-21T01:45:09.982Z | Downloaded predicates-tree v1.0.13 |
| 857 | 2026-06-21T01:45:09.982Z | Downloaded parse-display v0.10.0 |
| 858 | 2026-06-21T01:45:09.982Z | Downloaded packed_struct v0.10.1 |
| 859 | 2026-06-21T01:45:09.982Z | Downloaded oxnet v0.1.6 |
| 860 | 2026-06-21T01:45:09.982Z | Downloaded password-hash v0.5.0 |
| 861 | 2026-06-21T01:45:09.983Z | Downloaded parking_lot_core v0.8.6 |
| 862 | 2026-06-21T01:45:09.983Z | Downloaded peg-macros v0.8.5 |
| 863 | 2026-06-21T01:45:09.983Z | Downloaded peg v0.8.5 |
| 864 | 2026-06-21T01:45:09.983Z | Downloaded password-hash v0.4.2 |
| 865 | 2026-06-21T01:45:09.983Z | Downloaded progenitor-macro v0.14.0 |
| 866 | 2026-06-21T01:45:09.983Z | Downloaded progenitor-macro v0.13.0 |
| 867 | 2026-06-21T01:45:09.983Z | Downloaded radium v0.7.0 |
| 868 | 2026-06-21T01:45:09.983Z | Downloaded quick-error v1.2.3 |
| 869 | 2026-06-21T01:45:09.984Z | Downloaded progenitor-client v0.14.0 |
| 870 | 2026-06-21T01:45:09.984Z | Downloaded nu-ansi-term v0.50.3 |
| 871 | 2026-06-21T01:45:09.984Z | Downloaded parse-display-derive v0.10.0 |
| 872 | 2026-06-21T01:45:09.984Z | Downloaded darling_core v0.20.11 |
| 873 | 2026-06-21T01:45:09.984Z | Downloaded ar_archive_writer v0.5.1 |
| 874 | 2026-06-21T01:45:09.984Z | Downloaded owo-colors v4.3.0 |
| 875 | 2026-06-21T01:45:09.984Z | Downloaded memmap2 v0.9.10 |
| 876 | 2026-06-21T01:45:09.984Z | Downloaded iana-time-zone v0.1.65 |
| 877 | 2026-06-21T01:45:09.986Z | Downloaded heapless v0.8.0 |
| 878 | 2026-06-21T01:45:09.986Z | Downloaded libbz2-rs-sys v0.2.2 |
| 879 | 2026-06-21T01:45:09.986Z | Downloaded phf_shared v0.11.3 |
| 880 | 2026-06-21T01:45:09.986Z | Downloaded rand_chacha v0.3.1 |
| 881 | 2026-06-21T01:45:09.986Z | Downloaded aes-gcm v0.10.3 |
| 882 | 2026-06-21T01:45:09.986Z | Downloaded psl-types v2.0.11 |
| 883 | 2026-06-21T01:45:09.986Z | Downloaded polyval v0.6.2 |
| 884 | 2026-06-21T01:45:09.986Z | Downloaded pkcs8 v0.10.2 |
| 885 | 2026-06-21T01:45:09.986Z | Downloaded rand_xorshift v0.4.0 |
| 886 | 2026-06-21T01:45:09.986Z | Downloaded ignore v0.4.25 |
| 887 | 2026-06-21T01:45:09.986Z | Downloaded ed25519-dalek v2.2.0 |
| 888 | 2026-06-21T01:45:09.986Z | Downloaded darling_core v0.21.3 |
| 889 | 2026-06-21T01:45:09.986Z | Downloaded ppv-lite86 v0.2.21 |
| 890 | 2026-06-21T01:45:09.986Z | Downloaded ref-cast-impl v1.0.25 |
| 891 | 2026-06-21T01:45:09.986Z | Downloaded phf_shared v0.13.1 |
| 892 | 2026-06-21T01:45:09.986Z | Downloaded indexmap v1.9.3 |
| 893 | 2026-06-21T01:45:09.986Z | Downloaded postgres-protocol v0.6.10 |
| 894 | 2026-06-21T01:45:09.986Z | Downloaded flate2 v1.1.9 |
| 895 | 2026-06-21T01:45:09.986Z | Downloaded ref-cast v1.0.25 |
| 896 | 2026-06-21T01:45:09.986Z | Downloaded primeorder v0.13.6 |
| 897 | 2026-06-21T01:45:09.987Z | Downloaded poly1305 v0.8.0 |
| 898 | 2026-06-21T01:45:09.987Z | Downloaded pkg-config v0.3.32 |
| 899 | 2026-06-21T01:45:09.987Z | Downloaded cc v1.2.56 |
| 900 | 2026-06-21T01:45:09.987Z | Downloaded rfc6979 v0.4.0 |
| 901 | 2026-06-21T01:45:09.987Z | Downloaded parking_lot_core v0.9.12 |
| 902 | 2026-06-21T01:45:09.987Z | Downloaded pin-project-internal v1.1.11 |
| 903 | 2026-06-21T01:45:09.987Z | Downloaded progenitor v0.14.0 |
| 904 | 2026-06-21T01:45:09.987Z | Downloaded proc-macro-error2 v2.0.1 |
| 905 | 2026-06-21T01:45:09.987Z | Downloaded progenitor v0.13.0 |
| 906 | 2026-06-21T01:45:09.988Z | Downloaded predicates v3.1.4 |
| 907 | 2026-06-21T01:45:09.988Z | Downloaded paste v1.0.15 |
| 908 | 2026-06-21T01:45:09.988Z | Downloaded parking_lot v0.12.5 |
| 909 | 2026-06-21T01:45:09.988Z | Downloaded rtoolbox v0.0.3 |
| 910 | 2026-06-21T01:45:09.988Z | Downloaded progenitor-extras v0.2.0 |
| 911 | 2026-06-21T01:45:09.988Z | Downloaded parking_lot v0.11.2 |
| 912 | 2026-06-21T01:45:09.988Z | Downloaded oxide-tokio-rt v0.1.4 |
| 913 | 2026-06-21T01:45:09.988Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 914 | 2026-06-21T01:45:09.988Z | Downloaded phf v0.13.1 |
| 915 | 2026-06-21T01:45:09.988Z | Downloaded pem-rfc7468 v0.7.0 |
| 916 | 2026-06-21T01:45:09.988Z | Downloaded pem v3.0.6 |
| 917 | 2026-06-21T01:45:09.988Z | Downloaded recursive v0.1.1 |
| 918 | 2026-06-21T01:45:09.988Z | Downloaded heapless v0.7.17 |
| 919 | 2026-06-21T01:45:09.988Z | Downloaded headers v0.4.1 |
| 920 | 2026-06-21T01:45:09.988Z | Downloaded base64 v0.22.1 |
| 921 | 2026-06-21T01:45:09.988Z | Downloaded russh-cryptovec v0.7.3 |
| 922 | 2026-06-21T01:45:09.988Z | Downloaded rand_chacha v0.9.0 |
| 923 | 2026-06-21T01:45:09.988Z | Downloaded pkcs5 v0.7.1 |
| 924 | 2026-06-21T01:45:09.988Z | Downloaded hickory-resolver v0.25.2 |
| 925 | 2026-06-21T01:45:09.988Z | Downloaded rustc_version v0.1.7 |
| 926 | 2026-06-21T01:45:09.988Z | Downloaded hickory-resolver v0.24.4 |
| 927 | 2026-06-21T01:45:09.988Z | Downloaded diesel_derives v2.3.7 |
| 928 | 2026-06-21T01:45:09.988Z | Downloaded sapling-renderdag v0.1.0 |
| 929 | 2026-06-21T01:45:09.988Z | Downloaded r2d2 v0.8.10 |
| 930 | 2026-06-21T01:45:09.988Z | Downloaded rand_core v0.9.5 |
| 931 | 2026-06-21T01:45:09.988Z | Downloaded salsa20 v0.10.2 |
| 932 | 2026-06-21T01:45:09.989Z | Downloaded phf v0.12.1 |
| 933 | 2026-06-21T01:45:09.989Z | Downloaded der v0.7.10 |
| 934 | 2026-06-21T01:45:09.989Z | Downloaded psm v0.1.30 |
| 935 | 2026-06-21T01:45:09.989Z | Downloaded indicatif v0.18.4 |
| 936 | 2026-06-21T01:45:09.989Z | Downloaded rustc_version v0.4.1 |
| 937 | 2026-06-21T01:45:09.989Z | Downloaded rustc-hash v2.1.1 |
| 938 | 2026-06-21T01:45:09.989Z | Downloaded hashbrown v0.12.3 |
| 939 | 2026-06-21T01:45:09.989Z | Downloaded scheduled-thread-pool v0.2.7 |
| 940 | 2026-06-21T01:45:09.989Z | Downloaded same-file v1.0.6 |
| 941 | 2026-06-21T01:45:09.989Z | Downloaded rand_seeder v0.4.0 |
| 942 | 2026-06-21T01:45:09.989Z | Downloaded rand_core v0.10.0 |
| 943 | 2026-06-21T01:45:10.099Z | Downloaded oso v0.27.3 |
| 944 | 2026-06-21T01:45:10.099Z | Downloaded pin-project-lite v0.2.17 |
| 945 | 2026-06-21T01:45:10.099Z | Downloaded rand_core v0.6.4 |
| 946 | 2026-06-21T01:45:10.099Z | Downloaded omicron-zone-package v0.12.2 |
| 947 | 2026-06-21T01:45:10.099Z | Downloaded postgres-types v0.2.12 |
| 948 | 2026-06-21T01:45:10.099Z | Downloaded postcard v1.1.3 |
| 949 | 2026-06-21T01:45:10.099Z | Downloaded papergrid v0.17.0 |
| 950 | 2026-06-21T01:45:10.100Z | Downloaded pkcs1 v0.7.5 |
| 951 | 2026-06-21T01:45:10.100Z | Downloaded p256 v0.13.2 |
| 952 | 2026-06-21T01:45:10.100Z | Downloaded serde-big-array v0.5.1 |
| 953 | 2026-06-21T01:45:10.100Z | Downloaded semver v0.1.20 |
| 954 | 2026-06-21T01:45:10.100Z | Downloaded secrecy v0.10.3 |
| 955 | 2026-06-21T01:45:10.100Z | Downloaded scroll_derive v0.13.1 |
| 956 | 2026-06-21T01:45:10.100Z | Downloaded seq-macro v0.3.6 |
| 957 | 2026-06-21T01:45:10.100Z | Downloaded scrypt v0.11.0 |
| 958 | 2026-06-21T01:45:10.101Z | Downloaded scopeguard v1.2.0 |
| 959 | 2026-06-21T01:45:10.101Z | Downloaded miniz_oxide v0.8.9 |
| 960 | 2026-06-21T01:45:10.101Z | Downloaded serde_urlencoded v0.7.1 |
| 961 | 2026-06-21T01:45:10.101Z | Downloaded serde_repr v0.1.20 |
| 962 | 2026-06-21T01:45:10.101Z | Downloaded secrecy v0.8.0 |
| 963 | 2026-06-21T01:45:10.101Z | Downloaded derive_more-impl v2.1.1 |
| 964 | 2026-06-21T01:45:10.101Z | Downloaded serde_bytes v0.11.19 |
| 965 | 2026-06-21T01:45:10.101Z | Downloaded resolv-conf v0.7.6 |
| 966 | 2026-06-21T01:45:10.102Z | Downloaded progenitor-client v0.13.0 |
| 967 | 2026-06-21T01:45:10.102Z | Downloaded serde_plain v1.0.2 |
| 968 | 2026-06-21T01:45:10.102Z | Downloaded precomputed-hash v0.1.1 |
| 969 | 2026-06-21T01:45:10.102Z | Downloaded ingot v0.1.1 |
| 970 | 2026-06-21T01:45:10.102Z | Downloaded compact_str v0.8.1 |
| 971 | 2026-06-21T01:45:10.102Z | Downloaded sha1 v0.10.6 |
| 972 | 2026-06-21T01:45:10.102Z | Downloaded jiff-static v0.2.21 |
| 973 | 2026-06-21T01:45:10.102Z | Downloaded indoc v1.0.9 |
| 974 | 2026-06-21T01:45:10.102Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 975 | 2026-06-21T01:45:10.102Z | Downloaded ciborium v0.2.2 |
| 976 | 2026-06-21T01:45:10.102Z | Downloaded rustls-pemfile v1.0.4 |
| 977 | 2026-06-21T01:45:10.103Z | Downloaded bcs v0.1.6 |
| 978 | 2026-06-21T01:45:10.103Z | Downloaded rustls-native-certs v0.8.3 |
| 979 | 2026-06-21T01:45:10.103Z | Downloaded futures-io v0.3.32 |
| 980 | 2026-06-21T01:45:10.105Z | Downloaded serde_spanned v1.0.4 |
| 981 | 2026-06-21T01:45:10.105Z | Downloaded quinn-udp v0.5.14 |
| 982 | 2026-06-21T01:45:10.105Z | Downloaded foreign-types-shared v0.3.1 |
| 983 | 2026-06-21T01:45:10.105Z | Downloaded shell-words v1.1.1 |
| 984 | 2026-06-21T01:45:10.105Z | Downloaded compression-codecs v0.4.37 |
| 985 | 2026-06-21T01:45:10.105Z | Downloaded clang-sys v1.8.1 |
| 986 | 2026-06-21T01:45:10.105Z | Downloaded signal-hook-tokio v0.3.1 |
| 987 | 2026-06-21T01:45:10.105Z | Downloaded http v1.4.0 |
| 988 | 2026-06-21T01:45:10.105Z | Downloaded sigpipe v0.1.3 |
| 989 | 2026-06-21T01:45:10.105Z | Downloaded signature v2.2.0 |
| 990 | 2026-06-21T01:45:10.105Z | Downloaded rustls-pemfile v2.2.0 |
| 991 | 2026-06-21T01:45:10.105Z | Downloaded aho-corasick v1.1.4 |
| 992 | 2026-06-21T01:45:10.105Z | Downloaded openssl-sys v0.9.115 |
| 993 | 2026-06-21T01:45:10.105Z | Downloaded hashbrown v0.13.2 |
| 994 | 2026-06-21T01:45:10.105Z | Downloaded siphasher v1.0.2 |
| 995 | 2026-06-21T01:45:10.105Z | Downloaded rustversion v1.0.22 |
| 996 | 2026-06-21T01:45:10.105Z | Downloaded prefix-trie v0.7.0 |
| 997 | 2026-06-21T01:45:10.105Z | Downloaded expectorate v1.2.0 |
| 998 | 2026-06-21T01:45:10.105Z | Downloaded signal-hook-mio v0.2.5 |
| 999 | 2026-06-21T01:45:10.105Z | Downloaded rusty-fork v0.3.1 |
| 1000 | 2026-06-21T01:45:10.105Z | Downloaded schemars_derive v0.8.22 |
| 1001 | 2026-06-21T01:45:10.105Z | Downloaded scroll v0.13.0 |
| 1002 | 2026-06-21T01:45:10.105Z | Downloaded pin-project v1.1.11 |
| 1003 | 2026-06-21T01:45:10.105Z | Downloaded slog-bunyan v2.5.0 |
| 1004 | 2026-06-21T01:45:10.106Z | Downloaded progenitor-impl v0.14.0 |
| 1005 | 2026-06-21T01:45:10.106Z | Downloaded progenitor-impl v0.13.0 |
| 1006 | 2026-06-21T01:45:10.106Z | Downloaded minimal-lexical v0.2.1 |
| 1007 | 2026-06-21T01:45:10.106Z | Downloaded serde-hex v0.1.0 |
| 1008 | 2026-06-21T01:45:10.106Z | Downloaded sec1 v0.7.3 |
| 1009 | 2026-06-21T01:45:10.106Z | Downloaded sct v0.7.1 |
| 1010 | 2026-06-21T01:45:10.106Z | Downloaded base64ct v1.8.3 |
| 1011 | 2026-06-21T01:45:10.106Z | Downloaded async-bb8-diesel v0.2.1 |
| 1012 | 2026-06-21T01:45:10.107Z | Downloaded enum-as-inner v0.6.1 |
| 1013 | 2026-06-21T01:45:10.107Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1014 | 2026-06-21T01:45:10.107Z | Downloaded ssh-encoding v0.2.0 |
| 1015 | 2026-06-21T01:45:10.107Z | Downloaded slog-envlogger v2.2.0 |
| 1016 | 2026-06-21T01:45:10.107Z | Downloaded serde_path_to_error v0.1.20 |
| 1017 | 2026-06-21T01:45:10.107Z | Downloaded serde_derive_internals v0.29.1 |
| 1018 | 2026-06-21T01:45:10.107Z | warning: spurious network error (3 tries remaining): [28] Timeout was reached (failed to download any data for `aws-lc-rs v1.16.3` within 30s) |
| 1019 | 2026-06-21T01:45:10.107Z | Downloaded darling_macro v0.13.4 |
| 1020 | 2026-06-21T01:45:10.107Z | Downloaded bitfield v0.19.4 |
| 1021 | 2026-06-21T01:45:10.107Z | Downloaded serde_with_macros v1.5.2 |
| 1022 | 2026-06-21T01:45:10.107Z | Downloaded strsim v0.10.0 |
| 1023 | 2026-06-21T01:45:10.107Z | Downloaded shlex v1.3.0 |
| 1024 | 2026-06-21T01:45:10.107Z | Downloaded rustls-pki-types v1.14.0 |
| 1025 | 2026-06-21T01:45:10.107Z | Downloaded signal-hook-registry v1.4.8 |
| 1026 | 2026-06-21T01:45:10.107Z | Downloaded sync-ptr v0.1.4 |
| 1027 | 2026-06-21T01:45:10.107Z | Downloaded supports-color v3.0.2 |
| 1028 | 2026-06-21T01:45:10.107Z | Downloaded subtle v2.6.1 |
| 1029 | 2026-06-21T01:45:10.107Z | Downloaded ssh-cipher v0.2.0 |
| 1030 | 2026-06-21T01:45:10.107Z | Downloaded strum v0.27.2 |
| 1031 | 2026-06-21T01:45:10.107Z | Downloaded strum v0.26.3 |
| 1032 | 2026-06-21T01:45:10.107Z | Downloaded structmeta-derive v0.3.0 |
| 1033 | 2026-06-21T01:45:10.107Z | Downloaded sqlparser_derive v0.5.0 |
| 1034 | 2026-06-21T01:45:10.107Z | Downloaded structmeta v0.3.0 |
| 1035 | 2026-06-21T01:45:10.107Z | Downloaded slab v0.4.12 |
| 1036 | 2026-06-21T01:45:10.108Z | Downloaded pretty_assertions v1.4.1 |
| 1037 | 2026-06-21T01:45:10.108Z | Downloaded simd-adler32 v0.3.8 |
| 1038 | 2026-06-21T01:45:10.108Z | Downloaded slog-dtrace v0.3.0 |
| 1039 | 2026-06-21T01:45:10.108Z | Downloaded rcgen v0.12.1 |
| 1040 | 2026-06-21T01:45:10.108Z | Downloaded tap v1.0.1 |
| 1041 | 2026-06-21T01:45:10.108Z | Downloaded tagptr v0.2.0 |
| 1042 | 2026-06-21T01:45:10.108Z | Downloaded slog-async v2.8.0 |
| 1043 | 2026-06-21T01:45:10.180Z | Downloaded slog-scope v4.4.1 |
| 1044 | 2026-06-21T01:45:10.180Z | Downloaded tabled_derive v0.11.0 |
| 1045 | 2026-06-21T01:45:10.180Z | Downloaded sync_wrapper v1.0.2 |
| 1046 | 2026-06-21T01:45:10.180Z | Downloaded ron v0.8.1 |
| 1047 | 2026-06-21T01:45:10.180Z | Downloaded take_mut v0.2.2 |
| 1048 | 2026-06-21T01:45:10.180Z | Downloaded time-core v0.1.8 |
| 1049 | 2026-06-21T01:45:10.181Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1050 | 2026-06-21T01:45:10.181Z | Downloaded thread-id v5.1.0 |
| 1051 | 2026-06-21T01:45:10.181Z | Downloaded testing_table v0.3.0 |
| 1052 | 2026-06-21T01:45:10.181Z | Downloaded termtree v0.5.1 |
| 1053 | 2026-06-21T01:45:10.181Z | Downloaded smallvec v0.6.14 |
| 1054 | 2026-06-21T01:45:10.181Z | Downloaded tabwriter v1.4.1 |
| 1055 | 2026-06-21T01:45:10.181Z | Downloaded slog-term v2.9.2 |
| 1056 | 2026-06-21T01:45:10.181Z | Downloaded slog-json v2.6.1 |
| 1057 | 2026-06-21T01:45:10.181Z | Downloaded hickory-server v0.25.2 |
| 1058 | 2026-06-21T01:45:10.181Z | Downloaded itertools v0.10.5 |
| 1059 | 2026-06-21T01:45:10.181Z | Downloaded serde_cbor v0.11.2 |
| 1060 | 2026-06-21T01:45:10.181Z | Downloaded spki v0.7.3 |
| 1061 | 2026-06-21T01:45:10.181Z | Downloaded tinyvec_macros v0.1.1 |
| 1062 | 2026-06-21T01:45:10.181Z | Downloaded sqlformat v0.3.5 |
| 1063 | 2026-06-21T01:45:10.181Z | Downloaded string_cache v0.8.9 |
| 1064 | 2026-06-21T01:45:10.181Z | Downloaded serde_with_macros v3.17.0 |
| 1065 | 2026-06-21T01:45:10.181Z | Downloaded static_assertions v1.1.0 |
| 1066 | 2026-06-21T01:45:10.181Z | Downloaded dropshot-api-manager v0.7.2 |
| 1067 | 2026-06-21T01:45:10.181Z | Downloaded ryu v1.0.23 |
| 1068 | 2026-06-21T01:45:10.181Z | Downloaded support-bundle-viewer v0.1.2 |
| 1069 | 2026-06-21T01:45:10.182Z | Downloaded tokio-macros v2.7.0 |
| 1070 | 2026-06-21T01:45:10.182Z | Downloaded russh-keys v0.45.0 |
| 1071 | 2026-06-21T01:45:10.182Z | Downloaded prettyplease v0.2.37 |
| 1072 | 2026-06-21T01:45:10.182Z | Downloaded strum_macros v0.24.3 |
| 1073 | 2026-06-21T01:45:10.182Z | Downloaded stringprep v0.1.5 |
| 1074 | 2026-06-21T01:45:10.182Z | Downloaded stacker v0.1.23 |
| 1075 | 2026-06-21T01:45:10.182Z | Downloaded schemars v0.8.22 |
| 1076 | 2026-06-21T01:45:10.182Z | Downloaded termios v0.3.3 |
| 1077 | 2026-06-21T01:45:10.182Z | Downloaded strum_macros v0.26.4 |
| 1078 | 2026-06-21T01:45:10.182Z | Downloaded smf v0.2.3 |
| 1079 | 2026-06-21T01:45:10.182Z | Downloaded quinn v0.11.9 |
| 1080 | 2026-06-21T01:45:10.182Z | Downloaded thiserror-no-std v2.0.2 |
| 1081 | 2026-06-21T01:45:10.183Z | Downloaded time-macros v0.2.27 |
| 1082 | 2026-06-21T01:45:10.183Z | Downloaded slog-stdlog v4.1.1 |
| 1083 | 2026-06-21T01:45:10.183Z | Downloaded mio v1.2.0 |
| 1084 | 2026-06-21T01:45:10.183Z | Downloaded tower-layer v0.3.3 |
| 1085 | 2026-06-21T01:45:10.183Z | Downloaded hyper-util v0.1.20 |
| 1086 | 2026-06-21T01:45:10.183Z | Downloaded topological-sort v0.2.2 |
| 1087 | 2026-06-21T01:45:10.183Z | Downloaded rayon-core v1.13.0 |
| 1088 | 2026-06-21T01:45:10.183Z | Downloaded num-bigint v0.4.6 |
| 1089 | 2026-06-21T01:45:10.183Z | Downloaded thread_local v1.1.9 |
| 1090 | 2026-06-21T01:45:10.183Z | Downloaded spin v0.9.8 |
| 1091 | 2026-06-21T01:45:10.183Z | Downloaded tiny-keccak v2.0.2 |
| 1092 | 2026-06-21T01:45:10.183Z | Downloaded tls_codec v0.4.2 |
| 1093 | 2026-06-21T01:45:10.183Z | Downloaded rand v0.8.6 |
| 1094 | 2026-06-21T01:45:10.183Z | Downloaded snafu-derive v0.8.9 |
| 1095 | 2026-06-21T01:45:10.183Z | Downloaded trait-variant v0.1.2 |
| 1096 | 2026-06-21T01:45:10.183Z | Downloaded tower-service v0.3.3 |
| 1097 | 2026-06-21T01:45:10.184Z | Downloaded try-lock v0.2.5 |
| 1098 | 2026-06-21T01:45:10.184Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1099 | 2026-06-21T01:45:10.184Z | Downloaded tokio-dtrace v0.1.1 |
| 1100 | 2026-06-21T01:45:10.184Z | Downloaded tls_codec_derive v0.4.2 |
| 1101 | 2026-06-21T01:45:10.184Z | Downloaded unarray v0.1.4 |
| 1102 | 2026-06-21T01:45:10.184Z | Downloaded publicsuffix v2.3.0 |
| 1103 | 2026-06-21T01:45:10.184Z | Downloaded signal-hook v0.3.18 |
| 1104 | 2026-06-21T01:45:10.184Z | Downloaded similar v2.7.0 |
| 1105 | 2026-06-21T01:45:10.184Z | Downloaded universal-hash v0.5.1 |
| 1106 | 2026-06-21T01:45:10.184Z | Downloaded unicode-truncate v1.1.0 |
| 1107 | 2026-06-21T01:45:10.184Z | Downloaded typify-macro v0.6.2 |
| 1108 | 2026-06-21T01:45:10.184Z | Downloaded unit-prefix v0.5.2 |
| 1109 | 2026-06-21T01:45:10.184Z | Downloaded tokio-rustls v0.25.0 |
| 1110 | 2026-06-21T01:45:10.184Z | Downloaded untrusted v0.9.0 |
| 1111 | 2026-06-21T01:45:10.184Z | Downloaded untrusted v0.7.1 |
| 1112 | 2026-06-21T01:45:10.184Z | Downloaded strum_macros v0.27.2 |
| 1113 | 2026-06-21T01:45:10.184Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1114 | 2026-06-21T01:45:10.184Z | Downloaded libxml v0.3.3 |
| 1115 | 2026-06-21T01:45:10.184Z | Downloaded usdt v0.6.0 |
| 1116 | 2026-06-21T01:45:10.185Z | Downloaded tokio-tungstenite v0.21.0 |
| 1117 | 2026-06-21T01:45:10.185Z | Downloaded slog v2.8.2 |
| 1118 | 2026-06-21T01:45:10.185Z | Downloaded term v1.2.1 |
| 1119 | 2026-06-21T01:45:10.185Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1120 | 2026-06-21T01:45:10.185Z | Downloaded usdt-attr-macro v0.6.0 |
| 1121 | 2026-06-21T01:45:10.185Z | Downloaded tokio-tungstenite v0.23.1 |
| 1122 | 2026-06-21T01:45:10.185Z | Downloaded socket2 v0.6.3 |
| 1123 | 2026-06-21T01:45:10.185Z | Downloaded term v0.7.0 |
| 1124 | 2026-06-21T01:45:10.185Z | Downloaded qorb v0.4.1 |
| 1125 | 2026-06-21T01:45:10.185Z | Downloaded usdt-macro v0.6.0 |
| 1126 | 2026-06-21T01:45:10.185Z | Downloaded waitgroup v0.1.2 |
| 1127 | 2026-06-21T01:45:10.185Z | Downloaded void v1.0.2 |
| 1128 | 2026-06-21T01:45:10.185Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1129 | 2026-06-21T01:45:10.185Z | Downloaded socket2 v0.5.10 |
| 1130 | 2026-06-21T01:45:10.185Z | Downloaded num-bigint-dig v0.8.6 |
| 1131 | 2026-06-21T01:45:10.185Z | Downloaded itertools v0.12.1 |
| 1132 | 2026-06-21T01:45:10.185Z | Downloaded tokio-native-tls v0.3.1 |
| 1133 | 2026-06-21T01:45:10.186Z | Downloaded wait-timeout v0.2.1 |
| 1134 | 2026-06-21T01:45:10.186Z | Downloaded want v0.3.1 |
| 1135 | 2026-06-21T01:45:10.186Z | Downloaded futures-util v0.3.32 |
| 1136 | 2026-06-21T01:45:10.186Z | Downloaded tui-tree-widget v0.23.1 |
| 1137 | 2026-06-21T01:45:10.186Z | Downloaded hyper v1.8.1 |
| 1138 | 2026-06-21T01:45:10.186Z | Downloaded tokio-rustls v0.24.1 |
| 1139 | 2026-06-21T01:45:10.186Z | Downloaded subprocess v0.2.15 |
| 1140 | 2026-06-21T01:45:10.186Z | Downloaded rand v0.9.2 |
| 1141 | 2026-06-21T01:45:10.186Z | Downloaded iri-string v0.7.10 |
| 1142 | 2026-06-21T01:45:10.186Z | Downloaded rsa v0.9.10 |
| 1143 | 2026-06-21T01:45:10.597Z | Downloaded unicase v2.9.0 |
| 1144 | 2026-06-21T01:45:10.597Z | Downloaded rustls-webpki v0.103.9 |
| 1145 | 2026-06-21T01:45:10.597Z | Downloaded utf-8 v0.7.6 |
| 1146 | 2026-06-21T01:45:10.599Z | Downloaded schemars v1.2.1 |
| 1147 | 2026-06-21T01:45:10.599Z | Downloaded zone v0.3.1 |
| 1148 | 2026-06-21T01:45:10.599Z | Downloaded xshell-macros v0.2.7 |
| 1149 | 2026-06-21T01:45:10.599Z | Downloaded xattr v1.6.1 |
| 1150 | 2026-06-21T01:45:10.599Z | Downloaded test-strategy v0.4.5 |
| 1151 | 2026-06-21T01:45:10.599Z | Downloaded vergen-git2 v9.1.0 |
| 1152 | 2026-06-21T01:45:10.599Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1153 | 2026-06-21T01:45:10.600Z | Downloaded zone_cfg_derive v0.3.1 |
| 1154 | 2026-06-21T01:45:10.600Z | Downloaded vergen-lib v0.1.6 |
| 1155 | 2026-06-21T01:45:10.600Z | Downloaded uzers v0.12.2 |
| 1156 | 2026-06-21T01:45:10.600Z | Downloaded usdt-impl v0.6.0 |
| 1157 | 2026-06-21T01:45:10.600Z | Downloaded snafu v0.8.9 |
| 1158 | 2026-06-21T01:45:10.600Z | Downloaded zeroize_derive v1.4.3 |
| 1159 | 2026-06-21T01:45:10.600Z | Downloaded schemars v0.9.0 |
| 1160 | 2026-06-21T01:45:10.600Z | Downloaded libm v0.2.16 |
| 1161 | 2026-06-21T01:45:10.600Z | Downloaded itertools v0.14.0 |
| 1162 | 2026-06-21T01:45:10.600Z | Downloaded hashbrown v0.16.1 |
| 1163 | 2026-06-21T01:45:10.600Z | Downloaded whoami v2.1.0 |
| 1164 | 2026-06-21T01:45:10.600Z | Downloaded tinyvec v1.10.0 |
| 1165 | 2026-06-21T01:45:10.601Z | Downloaded walkdir v2.5.0 |
| 1166 | 2026-06-21T01:45:10.601Z | Downloaded vergen-lib v9.1.0 |
| 1167 | 2026-06-21T01:45:10.601Z | Downloaded tokio-stream v0.1.18 |
| 1168 | 2026-06-21T01:45:10.601Z | Downloaded vsss-rs v3.3.4 |
| 1169 | 2026-06-21T01:45:10.601Z | Downloaded twox-hash v2.1.2 |
| 1170 | 2026-06-21T01:45:10.601Z | Downloaded xshell v0.2.7 |
| 1171 | 2026-06-21T01:45:10.601Z | Downloaded wyz v0.5.1 |
| 1172 | 2026-06-21T01:45:10.601Z | Downloaded tracing-attributes v0.1.31 |
| 1173 | 2026-06-21T01:45:10.601Z | Downloaded itertools v0.13.0 |
| 1174 | 2026-06-21T01:45:10.601Z | Downloaded nom v8.0.0 |
| 1175 | 2026-06-21T01:45:10.601Z | Downloaded tokio-rustls v0.26.4 |
| 1176 | 2026-06-21T01:45:10.601Z | Downloaded tar v0.4.45 |
| 1177 | 2026-06-21T01:45:10.601Z | Downloaded rand v0.10.0 |
| 1178 | 2026-06-21T01:45:10.601Z | Downloaded vergen-gitcl v1.0.8 |
| 1179 | 2026-06-21T01:45:10.602Z | Downloaded unicode-properties v0.1.4 |
| 1180 | 2026-06-21T01:45:10.602Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1181 | 2026-06-21T01:45:10.602Z | Downloaded hashbrown v0.15.5 |
| 1182 | 2026-06-21T01:45:10.602Z | Downloaded h2 v0.4.13 |
| 1183 | 2026-06-21T01:45:10.602Z | Downloaded zstd-safe v7.2.4 |
| 1184 | 2026-06-21T01:45:10.602Z | Downloaded samael v0.0.19 |
| 1185 | 2026-06-21T01:45:10.602Z | Downloaded toml v0.7.8 |
| 1186 | 2026-06-21T01:45:10.602Z | Downloaded nom v7.1.3 |
| 1187 | 2026-06-21T01:45:10.602Z | Downloaded tungstenite v0.23.0 |
| 1188 | 2026-06-21T01:45:10.602Z | Downloaded typify v0.6.2 |
| 1189 | 2026-06-21T01:45:10.602Z | Downloaded zeroize v1.8.2 |
| 1190 | 2026-06-21T01:45:10.602Z | Downloaded rustyline v14.0.0 |
| 1191 | 2026-06-21T01:45:10.602Z | Downloaded whoami v1.6.1 |
| 1192 | 2026-06-21T01:45:10.602Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1193 | 2026-06-21T01:45:10.602Z | Downloaded russh v0.45.0 |
| 1194 | 2026-06-21T01:45:10.602Z | Downloaded p521 v0.13.3 |
| 1195 | 2026-06-21T01:45:10.602Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1196 | 2026-06-21T01:45:10.602Z | Downloaded vergen v9.1.0 |
| 1197 | 2026-06-21T01:45:10.602Z | Downloaded hkdf v0.12.4 |
| 1198 | 2026-06-21T01:45:10.602Z | Downloaded steno v0.4.1 |
| 1199 | 2026-06-21T01:45:10.602Z | Downloaded tungstenite v0.21.0 |
| 1200 | 2026-06-21T01:45:10.602Z | Downloaded yasna v0.5.2 |
| 1201 | 2026-06-21T01:45:10.602Z | Downloaded serde_with v1.14.0 |
| 1202 | 2026-06-21T01:45:10.602Z | Downloaded tokio-postgres v0.7.16 |
| 1203 | 2026-06-21T01:45:10.602Z | Downloaded zerocopy v0.6.6 |
| 1204 | 2026-06-21T01:45:10.602Z | Downloaded zstd v0.13.3 |
| 1205 | 2026-06-21T01:45:10.604Z | Downloaded iddqd v0.4.2 |
| 1206 | 2026-06-21T01:45:10.604Z | Downloaded reedline v0.40.0 |
| 1207 | 2026-06-21T01:45:10.604Z | Downloaded toml_edit v0.19.15 |
| 1208 | 2026-06-21T01:45:10.604Z | Downloaded zopfli v0.8.3 |
| 1209 | 2026-06-21T01:45:10.604Z | Downloaded blake3 v1.8.3 |
| 1210 | 2026-06-21T01:45:10.604Z | Downloaded vte v0.14.1 |
| 1211 | 2026-06-21T01:45:10.604Z | Downloaded tracing-core v0.1.36 |
| 1212 | 2026-06-21T01:45:10.604Z | Downloaded chrono v0.4.44 |
| 1213 | 2026-06-21T01:45:10.604Z | Downloaded p384 v0.13.1 |
| 1214 | 2026-06-21T01:45:10.604Z | Downloaded unicode-bidi v0.3.18 |
| 1215 | 2026-06-21T01:45:10.604Z | Downloaded unsafe-libyaml v0.2.11 |
| 1216 | 2026-06-21T01:45:10.604Z | Downloaded rpassword v7.4.0 |
| 1217 | 2026-06-21T01:45:10.604Z | Downloaded bitvec v1.0.1 |
| 1218 | 2026-06-21T01:45:10.604Z | Downloaded reqwest v0.12.28 |
| 1219 | 2026-06-21T01:45:10.604Z | Downloaded git2 v0.20.4 |
| 1220 | 2026-06-21T01:45:10.604Z | Downloaded ssh-key v0.6.7 |
| 1221 | 2026-06-21T01:45:10.604Z | Downloaded portable-atomic v1.13.1 |
| 1222 | 2026-06-21T01:45:10.604Z | Downloaded zerocopy-derive v0.8.40 |
| 1223 | 2026-06-21T01:45:10.604Z | Downloaded tower v0.5.3 |
| 1224 | 2026-06-21T01:45:10.604Z | Downloaded unicode_categories v0.1.1 |
| 1225 | 2026-06-21T01:45:10.604Z | Downloaded regex v1.12.3 |
| 1226 | 2026-06-21T01:45:10.604Z | Downloaded yansi v1.0.1 |
| 1227 | 2026-06-21T01:45:10.604Z | Downloaded typed-path v0.9.3 |
| 1228 | 2026-06-21T01:45:10.604Z | Downloaded x509-cert v0.2.5 |
| 1229 | 2026-06-21T01:45:10.604Z | Downloaded uuid v1.23.0 |
| 1230 | 2026-06-21T01:45:10.604Z | Downloaded zip v0.6.6 |
| 1231 | 2026-06-21T01:45:10.605Z | Downloaded rayon v1.11.0 |
| 1232 | 2026-06-21T01:45:10.605Z | Downloaded reqwest v0.13.2 |
| 1233 | 2026-06-21T01:45:10.605Z | Downloaded goblin v0.10.5 |
| 1234 | 2026-06-21T01:45:10.605Z | Downloaded salty v0.3.0 |
| 1235 | 2026-06-21T01:45:10.605Z | Downloaded unicode-normalization v0.1.25 |
| 1236 | 2026-06-21T01:45:10.605Z | Downloaded quick-xml v0.37.5 |
| 1237 | 2026-06-21T01:45:10.605Z | Downloaded tough v0.22.0 |
| 1238 | 2026-06-21T01:45:10.605Z | Downloaded bindgen v0.71.1 |
| 1239 | 2026-06-21T01:45:10.606Z | Downloaded zip v4.6.1 |
| 1240 | 2026-06-21T01:45:10.606Z | Downloaded curve25519-dalek v4.1.3 |
| 1241 | 2026-06-21T01:45:10.606Z | Downloaded lalrpop v0.19.12 |
| 1242 | 2026-06-21T01:45:10.606Z | Downloaded unicode-segmentation v1.12.0 |
| 1243 | 2026-06-21T01:45:10.717Z | Downloaded rustls-webpki v0.101.7 |
| 1244 | 2026-06-21T01:45:10.717Z | Downloaded radix_trie v0.2.1 |
| 1245 | 2026-06-21T01:45:10.717Z | Downloaded winnow v0.5.40 |
| 1246 | 2026-06-21T01:45:10.717Z | Downloaded object v0.30.4 |
| 1247 | 2026-06-21T01:45:10.717Z | Downloaded moka v0.12.13 |
| 1248 | 2026-06-21T01:45:10.717Z | Downloaded tokio-util v0.7.18 |
| 1249 | 2026-06-21T01:45:10.717Z | Downloaded rustls v0.21.12 |
| 1250 | 2026-06-21T01:45:10.717Z | Downloaded nix v0.28.0 |
| 1251 | 2026-06-21T01:45:10.717Z | Downloaded tower-http v0.6.8 |
| 1252 | 2026-06-21T01:45:10.717Z | Downloaded proptest v1.10.0 |
| 1253 | 2026-06-21T01:45:10.717Z | Downloaded rustls-webpki v0.102.8 |
| 1254 | 2026-06-21T01:45:10.717Z | Downloaded serde_with v3.17.0 |
| 1255 | 2026-06-21T01:45:10.717Z | Downloaded regex-syntax v0.6.29 |
| 1256 | 2026-06-21T01:45:10.717Z | Downloaded openssl v0.10.79 |
| 1257 | 2026-06-21T01:45:10.717Z | Downloaded petname v2.0.2 |
| 1258 | 2026-06-21T01:45:10.718Z | Downloaded bstr v1.12.1 |
| 1259 | 2026-06-21T01:45:10.718Z | Downloaded hickory-proto v0.24.4 |
| 1260 | 2026-06-21T01:45:10.718Z | Downloaded hickory-proto v0.25.2 |
| 1261 | 2026-06-21T01:45:10.718Z | Downloaded rustls v0.22.4 |
| 1262 | 2026-06-21T01:45:10.718Z | Downloaded rustls v0.23.37 |
| 1263 | 2026-06-21T01:45:10.718Z | Downloaded rustix v0.38.44 |
| 1264 | 2026-06-21T01:45:10.718Z | Downloaded regex-syntax v0.8.10 |
| 1265 | 2026-06-21T01:45:10.718Z | Downloaded quinn-proto v0.11.13 |
| 1266 | 2026-06-21T01:45:10.718Z | Downloaded winnow v0.6.26 |
| 1267 | 2026-06-21T01:45:10.718Z | Downloaded polar-core v0.27.3 |
| 1268 | 2026-06-21T01:45:10.718Z | Downloaded sqlparser v0.61.0 |
| 1269 | 2026-06-21T01:45:10.718Z | Downloaded tabled v0.20.0 |
| 1270 | 2026-06-21T01:45:10.718Z | Downloaded ratatui v0.29.0 |
| 1271 | 2026-06-21T01:45:10.718Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1272 | 2026-06-21T01:45:10.718Z | Downloaded smoltcp v0.9.1 |
| 1273 | 2026-06-21T01:45:10.718Z | Downloaded chrono-tz v0.10.4 |
| 1274 | 2026-06-21T01:45:10.718Z | Downloaded nix v0.27.1 |
| 1275 | 2026-06-21T01:45:10.718Z | Downloaded petgraph v0.8.3 |
| 1276 | 2026-06-21T01:45:10.718Z | Downloaded zlib-rs v0.6.2 |
| 1277 | 2026-06-21T01:45:10.718Z | Downloaded nix v0.31.2 |
| 1278 | 2026-06-21T01:45:10.718Z | Downloaded webpki-roots v1.0.6 |
| 1279 | 2026-06-21T01:45:10.719Z | Downloaded time v0.3.47 |
| 1280 | 2026-06-21T01:45:10.719Z | Downloaded dropshot v0.17.0 |
| 1281 | 2026-06-21T01:45:10.719Z | Downloaded vcpkg v0.2.15 |
| 1282 | 2026-06-21T01:45:10.719Z | Downloaded zerocopy v0.8.40 |
| 1283 | 2026-06-21T01:45:10.720Z | Downloaded regress v0.10.5 |
| 1284 | 2026-06-21T01:45:10.720Z | Downloaded smoltcp v0.11.0 |
| 1285 | 2026-06-21T01:45:10.720Z | Downloaded regress v0.11.1 |
| 1286 | 2026-06-21T01:45:10.720Z | Downloaded object v0.37.3 |
| 1287 | 2026-06-21T01:45:10.720Z | Downloaded openapiv3 v2.2.0 |
| 1288 | 2026-06-21T01:45:10.720Z | Downloaded diesel v2.3.7 |
| 1289 | 2026-06-21T01:45:10.847Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1290 | 2026-06-21T01:45:10.847Z | Downloaded typify-impl v0.6.2 |
| 1291 | 2026-06-21T01:45:10.847Z | Downloaded tracing v0.1.44 |
| 1292 | 2026-06-21T01:45:10.847Z | Downloaded sled v0.34.7 |
| 1293 | 2026-06-21T01:45:10.847Z | Downloaded zerocopy-derive v0.6.6 |
| 1294 | 2026-06-21T01:45:10.927Z | Downloaded regex-automata v0.4.14 |
| 1295 | 2026-06-21T01:45:10.927Z | Downloaded petgraph v0.6.5 |
| 1296 | 2026-06-21T01:45:10.927Z | Downloaded jiff v0.2.21 |
| 1297 | 2026-06-21T01:45:10.935Z | Downloaded aws-lc-rs v1.16.3 |
| 1298 | 2026-06-21T01:45:10.935Z | Downloaded libz-sys v1.1.24 |
| 1299 | 2026-06-21T01:45:11.037Z | Downloaded csv v1.4.0 |
| 1300 | 2026-06-21T01:45:11.038Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1301 | 2026-06-21T01:45:11.038Z | Downloaded sha3 v0.10.8 |
| 1302 | 2026-06-21T01:45:11.038Z | Downloaded tokio v1.52.1 |
| 1303 | 2026-06-21T01:45:11.089Z | Downloaded encoding_rs v0.8.35 |
| 1304 | 2026-06-21T01:45:11.090Z | Downloaded ring v0.17.14 |
| 1305 | 2026-06-21T01:45:11.255Z | Downloaded aws-lc-sys v0.40.0 |
| 1306 | 2026-06-21T01:45:11.714Z | Compiling libc v0.2.185 |
| 1307 | 2026-06-21T01:45:11.714Z | Compiling serde v1.0.228 |
| 1308 | 2026-06-21T01:45:11.730Z | Compiling log v0.4.29 |
| 1309 | 2026-06-21T01:45:11.730Z | Compiling shlex v1.3.0 |
| 1310 | 2026-06-21T01:45:11.730Z | Compiling find-msvc-tools v0.1.9 |
| 1311 | 2026-06-21T01:45:11.730Z | Compiling syn v2.0.117 |
| 1312 | 2026-06-21T01:45:11.730Z | Compiling smallvec v1.15.1 |
| 1313 | 2026-06-21T01:45:11.730Z | Compiling typenum v1.19.0 |
| 1314 | 2026-06-21T01:45:11.797Z | Compiling generic-array v0.14.7 |
| 1315 | 2026-06-21T01:45:11.871Z | Compiling subtle v2.6.1 |
| 1316 | 2026-06-21T01:45:11.904Z | Compiling scopeguard v1.2.0 |
| 1317 | 2026-06-21T01:45:11.904Z | Compiling const-oid v0.9.6 |
| 1318 | 2026-06-21T01:45:11.940Z | Compiling lock_api v0.4.14 |
| 1319 | 2026-06-21T01:45:11.970Z | Compiling serde_json v1.0.149 |
| 1320 | 2026-06-21T01:45:11.993Z | Compiling zerocopy v0.8.40 |
| 1321 | 2026-06-21T01:45:12.023Z | Compiling pin-project-lite v0.2.17 |
| 1322 | 2026-06-21T01:45:12.146Z | Compiling parking_lot_core v0.9.12 |
| 1323 | 2026-06-21T01:45:12.196Z | Compiling portable-atomic v1.13.1 |
| 1324 | 2026-06-21T01:45:12.433Z | Compiling pkg-config v0.3.32 |
| 1325 | 2026-06-21T01:45:12.490Z | Compiling getrandom v0.2.17 |
| 1326 | 2026-06-21T01:45:12.539Z | Compiling jobserver v0.1.34 |
| 1327 | 2026-06-21T01:45:12.556Z | Compiling rand_core v0.6.4 |
| 1328 | 2026-06-21T01:45:12.567Z | Compiling errno v0.3.14 |
| 1329 | 2026-06-21T01:45:12.721Z | Compiling cc v1.2.56 |
| 1330 | 2026-06-21T01:45:12.811Z | Compiling signal-hook-registry v1.4.8 |
| 1331 | 2026-06-21T01:45:12.842Z | Compiling bitflags v2.11.0 |
| 1332 | 2026-06-21T01:45:12.899Z | Compiling libm v0.2.16 |
| 1333 | 2026-06-21T01:45:12.929Z | Compiling futures-core v0.3.32 |
| 1334 | 2026-06-21T01:45:13.059Z | Compiling critical-section v1.2.0 |
| 1335 | 2026-06-21T01:45:13.107Z | Compiling parking_lot v0.12.5 |
| 1336 | 2026-06-21T01:45:13.126Z | Compiling mio v1.2.0 |
| 1337 | 2026-06-21T01:45:13.138Z | Compiling num-traits v0.2.19 |
| 1338 | 2026-06-21T01:45:13.186Z | Compiling once_cell v1.21.3 |
| 1339 | 2026-06-21T01:45:13.240Z | Compiling percent-encoding v2.3.2 |
| 1340 | 2026-06-21T01:45:13.464Z | Compiling socket2 v0.6.3 |
| 1341 | 2026-06-21T01:45:13.506Z | Compiling futures-sink v0.3.32 |
| 1342 | 2026-06-21T01:45:13.547Z | Compiling slab v0.4.12 |
| 1343 | 2026-06-21T01:45:13.564Z | Compiling futures-task v0.3.32 |
| 1344 | 2026-06-21T01:45:13.630Z | Compiling futures-channel v0.3.32 |
| 1345 | 2026-06-21T01:45:13.639Z | Compiling futures-io v0.3.32 |
| 1346 | 2026-06-21T01:45:13.711Z | Compiling getrandom v0.4.1 |
| 1347 | 2026-06-21T01:45:13.726Z | Compiling cpufeatures v0.2.17 |
| 1348 | 2026-06-21T01:45:13.790Z | Compiling rand_core v0.10.0 |
| 1349 | 2026-06-21T01:45:13.812Z | Compiling indexmap v2.14.0 |
| 1350 | 2026-06-21T01:45:13.840Z | Compiling rustversion v1.0.22 |
| 1351 | 2026-06-21T01:45:13.875Z | Compiling getrandom v0.3.4 |
| 1352 | 2026-06-21T01:45:13.978Z | Compiling cmake v0.1.57 |
| 1353 | 2026-06-21T01:45:14.393Z | Compiling form_urlencoded v1.2.2 |
| 1354 | 2026-06-21T01:45:14.529Z | Compiling dunce v1.0.5 |
| 1355 | 2026-06-21T01:45:14.544Z | Compiling fs_extra v1.3.0 |
| 1356 | 2026-06-21T01:45:14.544Z | Compiling synstructure v0.13.2 |
| 1357 | 2026-06-21T01:45:14.544Z | Compiling base64ct v1.8.3 |
| 1358 | 2026-06-21T01:45:14.579Z | Compiling ident_case v1.0.1 |
| 1359 | 2026-06-21T01:45:14.752Z | Compiling aws-lc-sys v0.40.0 |
| 1360 | 2026-06-21T01:45:14.879Z | Compiling flagset v0.4.7 |
| 1361 | 2026-06-21T01:45:14.879Z | Compiling rustix v1.1.3 |
| 1362 | 2026-06-21T01:45:14.879Z | Compiling pem-rfc7468 v0.7.0 |
| 1363 | 2026-06-21T01:45:15.018Z | Compiling iana-time-zone v0.1.65 |
| 1364 | 2026-06-21T01:45:15.018Z | Compiling regex-syntax v0.8.10 |
| 1365 | 2026-06-21T01:45:15.032Z | Compiling rand_core v0.9.5 |
| 1366 | 2026-06-21T01:45:15.063Z | Compiling ring v0.17.14 |
| 1367 | 2026-06-21T01:45:15.102Z | Compiling aws-lc-rs v1.16.3 |
| 1368 | 2026-06-21T01:45:15.146Z | Compiling vcpkg v0.2.15 |
| 1369 | 2026-06-21T01:45:15.357Z | Compiling uuid v1.23.0 |
| 1370 | 2026-06-21T01:45:15.400Z | Compiling rustc_version v0.4.1 |
| 1371 | 2026-06-21T01:45:15.814Z | Compiling tracing-core v0.1.36 |
| 1372 | 2026-06-21T01:45:15.957Z | Compiling openssl-sys v0.9.115 |
| 1373 | 2026-06-21T01:45:16.156Z | Compiling base64 v0.22.1 |
| 1374 | 2026-06-21T01:45:16.249Z | Compiling serde_derive v1.0.228 |
| 1375 | 2026-06-21T01:45:16.315Z | Compiling zeroize_derive v1.4.3 |
| 1376 | 2026-06-21T01:45:16.404Z | Compiling zerofrom-derive v0.1.6 |
| 1377 | 2026-06-21T01:45:16.427Z | Compiling yoke-derive v0.8.1 |
| 1378 | 2026-06-21T01:45:16.486Z | Compiling zerocopy-derive v0.8.40 |
| 1379 | 2026-06-21T01:45:17.024Z | Compiling zeroize v1.8.2 |
| 1380 | 2026-06-21T01:45:17.226Z | Compiling zerovec-derive v0.11.2 |
| 1381 | 2026-06-21T01:45:17.594Z | Compiling displaydoc v0.2.5 |
| 1382 | 2026-06-21T01:45:18.108Z | Compiling crypto-common v0.1.7 |
| 1383 | 2026-06-21T01:45:18.131Z | Compiling zerofrom v0.1.6 |
| 1384 | 2026-06-21T01:45:18.132Z | Compiling block-buffer v0.10.4 |
| 1385 | 2026-06-21T01:45:18.132Z | Compiling yoke v0.8.1 |
| 1386 | 2026-06-21T01:45:18.132Z | Compiling digest v0.10.7 |
| 1387 | 2026-06-21T01:45:18.132Z | Compiling tokio-macros v2.7.0 |
| 1388 | 2026-06-21T01:45:18.245Z | Compiling futures-macro v0.3.32 |
| 1389 | 2026-06-21T01:45:18.290Z | Compiling zerotrie v0.2.3 |
| 1390 | 2026-06-21T01:45:18.338Z | Compiling zerovec v0.11.5 |
| 1391 | 2026-06-21T01:45:18.612Z | Compiling hmac v0.12.1 |
| 1392 | 2026-06-21T01:45:18.787Z | Compiling block-padding v0.3.3 |
| 1393 | 2026-06-21T01:45:18.840Z | Compiling sha2 v0.10.9 |
| 1394 | 2026-06-21T01:45:18.923Z | Compiling tinystr v0.8.2 |
| 1395 | 2026-06-21T01:45:18.946Z | Compiling potential_utf v0.1.4 |
| 1396 | 2026-06-21T01:45:19.099Z | Compiling icu_locale_core v2.1.1 |
| 1397 | 2026-06-21T01:45:19.134Z | Compiling icu_collections v2.1.1 |
| 1398 | 2026-06-21T01:45:19.134Z | Compiling futures-util v0.3.32 |
| 1399 | 2026-06-21T01:45:19.579Z | Compiling inout v0.1.4 |
| 1400 | 2026-06-21T01:45:19.692Z | Compiling bytes v1.11.1 |
| 1401 | 2026-06-21T01:45:19.742Z | Compiling icu_provider v2.1.1 |
| 1402 | 2026-06-21T01:45:19.768Z | Compiling cipher v0.4.4 |
| 1403 | 2026-06-21T01:45:19.999Z | Compiling icu_normalizer v2.1.1 |
| 1404 | 2026-06-21T01:45:20.034Z | Compiling icu_properties v2.1.2 |
| 1405 | 2026-06-21T01:45:20.034Z | Compiling der_derive v0.7.3 |
| 1406 | 2026-06-21T01:45:20.213Z | Compiling tokio v1.52.1 |
| 1407 | 2026-06-21T01:45:20.316Z | Compiling http v1.4.0 |
| 1408 | 2026-06-21T01:45:20.522Z | Compiling chrono v0.4.44 |
| 1409 | 2026-06-21T01:45:20.992Z | Compiling idna_adapter v1.2.1 |
| 1410 | 2026-06-21T01:45:21.086Z | Compiling ppv-lite86 v0.2.21 |
| 1411 | 2026-06-21T01:45:21.161Z | Compiling idna v1.1.0 |
| 1412 | 2026-06-21T01:45:21.161Z | Compiling der v0.7.10 |
| 1413 | 2026-06-21T01:45:21.277Z | Compiling salsa20 v0.10.2 |
| 1414 | 2026-06-21T01:45:21.299Z | Compiling pbkdf2 v0.12.2 |
| 1415 | 2026-06-21T01:45:21.359Z | Compiling url v2.5.8 |
| 1416 | 2026-06-21T01:45:21.462Z | Compiling rustls-pki-types v1.14.0 |
| 1417 | 2026-06-21T01:45:21.473Z | Compiling thiserror-impl v2.0.18 |
| 1418 | 2026-06-21T01:45:21.708Z | Compiling tracing-attributes v0.1.31 |
| 1419 | 2026-06-21T01:45:21.791Z | Compiling scrypt v0.11.0 |
| 1420 | 2026-06-21T01:45:21.974Z | Compiling rand_chacha v0.9.0 |
| 1421 | 2026-06-21T01:45:22.043Z | Compiling spki v0.7.3 |
| 1422 | 2026-06-21T01:45:22.152Z | Compiling http-body v1.0.1 |
| 1423 | 2026-06-21T01:45:22.256Z | Compiling cbc v0.1.2 |
| 1424 | 2026-06-21T01:45:22.286Z | Compiling aes v0.8.4 |
| 1425 | 2026-06-21T01:45:22.363Z | Compiling tinyvec_macros v0.1.1 |
| 1426 | 2026-06-21T01:45:22.409Z | Compiling openssl-probe v0.2.1 |
| 1427 | 2026-06-21T01:45:22.443Z | Compiling untrusted v0.7.1 |
| 1428 | 2026-06-21T01:45:22.550Z | Compiling httparse v1.10.1 |
| 1429 | 2026-06-21T01:45:22.603Z | Compiling untrusted v0.9.0 |
| 1430 | 2026-06-21T01:45:22.633Z | Compiling tinyvec v1.10.0 |
| 1431 | 2026-06-21T01:45:22.667Z | Compiling pkcs5 v0.7.1 |
| 1432 | 2026-06-21T01:45:22.680Z | Compiling thiserror v2.0.18 |
| 1433 | 2026-06-21T01:45:22.911Z | Compiling pest_generator v2.8.6 |
| 1434 | 2026-06-21T01:45:22.925Z | Compiling rand v0.9.2 |
| 1435 | 2026-06-21T01:45:23.015Z | Compiling tracing v0.1.44 |
| 1436 | 2026-06-21T01:45:23.121Z | Compiling serde_derive_internals v0.29.1 |
| 1437 | 2026-06-21T01:45:23.250Z | Compiling aho-corasick v1.1.4 |
| 1438 | 2026-06-21T01:45:23.302Z | Compiling atomic-waker v1.1.2 |
| 1439 | 2026-06-21T01:45:23.441Z | Compiling tower-layer v0.3.3 |
| 1440 | 2026-06-21T01:45:23.624Z | Compiling dyn-clone v1.0.20 |
| 1441 | 2026-06-21T01:45:23.660Z | Compiling schemars v0.8.22 |
| 1442 | 2026-06-21T01:45:23.722Z | Compiling rustls v0.23.37 |
| 1443 | 2026-06-21T01:45:23.752Z | Compiling try-lock v0.2.5 |
| 1444 | 2026-06-21T01:45:23.851Z | Compiling tower-service v0.3.3 |
| 1445 | 2026-06-21T01:45:23.881Z | Compiling tokio-util v0.7.18 |
| 1446 | 2026-06-21T01:45:23.891Z | Compiling want v0.3.1 |
| 1447 | 2026-06-21T01:45:23.946Z | Compiling pest_derive v2.8.6 |
| 1448 | 2026-06-21T01:45:24.049Z | Compiling pkcs8 v0.10.2 |
| 1449 | 2026-06-21T01:45:24.052Z | Compiling schemars_derive v0.8.22 |
| 1450 | 2026-06-21T01:45:24.367Z | Compiling regex-automata v0.4.14 |
| 1451 | 2026-06-21T01:45:24.591Z | Compiling h2 v0.4.13 |
| 1452 | 2026-06-21T01:45:24.671Z | Compiling ipnet v2.11.0 |
| 1453 | 2026-06-21T01:45:24.973Z | Compiling scroll_derive v0.13.1 |
| 1454 | 2026-06-21T01:45:24.986Z | Compiling darling_core v0.20.11 |
| 1455 | 2026-06-21T01:45:25.163Z | Compiling pin-utils v0.1.0 |
| 1456 | 2026-06-21T01:45:25.236Z | Compiling httpdate v1.0.3 |
| 1457 | 2026-06-21T01:45:25.274Z | Compiling foreign-types-shared v0.1.1 |
| 1458 | 2026-06-21T01:45:25.361Z | Compiling openssl v0.10.79 |
| 1459 | 2026-06-21T01:45:25.452Z | Compiling tempfile v3.25.0 |
| 1460 | 2026-06-21T01:45:25.606Z | Compiling foreign-types v0.3.2 |
| 1461 | 2026-06-21T01:45:25.699Z | Compiling scroll v0.13.0 |
| 1462 | 2026-06-21T01:45:25.818Z | Compiling unicode-normalization v0.1.25 |
| 1463 | 2026-06-21T01:45:25.957Z | Compiling openssl-macros v0.1.1 |
| 1464 | 2026-06-21T01:45:26.246Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1465 | 2026-06-21T01:45:26.259Z | Compiling socket2 v0.5.10 |
| 1466 | 2026-06-21T01:45:26.346Z | Compiling spin v0.9.8 |
| 1467 | 2026-06-21T01:45:26.547Z | Compiling native-tls v0.2.18 |
| 1468 | 2026-06-21T01:45:26.626Z | Compiling num-conv v0.2.0 |
| 1469 | 2026-06-21T01:45:26.658Z | Compiling crc32fast v1.5.0 |
| 1470 | 2026-06-21T01:45:26.752Z | Compiling time-core v0.1.8 |
| 1471 | 2026-06-21T01:45:26.768Z | Compiling powerfmt v0.2.0 |
| 1472 | 2026-06-21T01:45:26.900Z | Compiling time-macros v0.2.27 |
| 1473 | 2026-06-21T01:45:26.947Z | Compiling deranged v0.5.8 |
| 1474 | 2026-06-21T01:45:27.218Z | Compiling darling_macro v0.20.11 |
| 1475 | 2026-06-21T01:45:27.682Z | Compiling hyper v1.8.1 |
| 1476 | 2026-06-21T01:45:27.970Z | Compiling darling v0.20.11 |
| 1477 | 2026-06-21T01:45:27.991Z | Compiling goblin v0.10.5 |
| 1478 | 2026-06-21T01:45:27.992Z | Compiling rustls-native-certs v0.8.3 |
| 1479 | 2026-06-21T01:45:28.262Z | Compiling sync_wrapper v1.0.2 |
| 1480 | 2026-06-21T01:45:28.413Z | Compiling wait-timeout v0.2.1 |
| 1481 | 2026-06-21T01:45:28.459Z | Compiling unicode-segmentation v1.12.0 |
| 1482 | 2026-06-21T01:45:28.509Z | Compiling num_threads v0.1.7 |
| 1483 | 2026-06-21T01:45:28.598Z | Compiling simd-adler32 v0.3.8 |
| 1484 | 2026-06-21T01:45:28.675Z | Compiling bit-vec v0.8.0 |
| 1485 | 2026-06-21T01:45:28.796Z | Compiling hyper-util v0.1.20 |
| 1486 | 2026-06-21T01:45:28.839Z | Compiling crossbeam-utils v0.8.21 |
| 1487 | 2026-06-21T01:45:28.902Z | Compiling siphasher v1.0.2 |
| 1488 | 2026-06-21T01:45:29.098Z | Compiling usdt-impl v0.6.0 |
| 1489 | 2026-06-21T01:45:29.126Z | Compiling quick-error v1.2.3 |
| 1490 | 2026-06-21T01:45:29.239Z | Compiling syn v1.0.109 |
| 1491 | 2026-06-21T01:45:29.328Z | Compiling rusty-fork v0.3.1 |
| 1492 | 2026-06-21T01:45:29.609Z | Compiling bit-set v0.8.0 |
| 1493 | 2026-06-21T01:45:29.626Z | Compiling time v0.3.47 |
| 1494 | 2026-06-21T01:45:29.644Z | Compiling tower v0.5.3 |
| 1495 | 2026-06-21T01:45:29.769Z | Compiling derive_builder_core v0.20.2 |
| 1496 | 2026-06-21T01:45:30.103Z | Compiling dtrace-parser v0.3.0 |
| 1497 | 2026-06-21T01:45:30.205Z | Compiling http-body-util v0.1.3 |
| 1498 | 2026-06-21T01:45:30.450Z | Compiling webpki-roots v1.0.6 |
| 1499 | 2026-06-21T01:45:30.541Z | Compiling signature v2.2.0 |
| 1500 | 2026-06-21T01:45:30.573Z | Compiling thiserror-impl v1.0.69 |
| 1501 | 2026-06-21T01:45:30.626Z | Compiling scroll_derive v0.12.1 |
| 1502 | 2026-06-21T01:45:30.719Z | Compiling dof v0.4.0 |
| 1503 | 2026-06-21T01:45:30.847Z | Compiling heapless v0.7.17 |
| 1504 | 2026-06-21T01:45:31.083Z | Compiling rand_xorshift v0.4.0 |
| 1505 | 2026-06-21T01:45:31.157Z | Compiling slog v2.8.2 |
| 1506 | 2026-06-21T01:45:31.243Z | Compiling darling_core v0.21.3 |
| 1507 | 2026-06-21T01:45:31.272Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1508 | 2026-06-21T01:45:31.337Z | Compiling thread-id v5.1.0 |
| 1509 | 2026-06-21T01:45:31.422Z | Compiling cookie v0.18.1 |
| 1510 | 2026-06-21T01:45:31.536Z | Compiling paste v1.0.15 |
| 1511 | 2026-06-21T01:45:31.598Z | Compiling unicode-properties v0.1.4 |
| 1512 | 2026-06-21T01:45:31.796Z | Compiling ryu v1.0.23 |
| 1513 | 2026-06-21T01:45:31.808Z | Compiling unarray v0.1.4 |
| 1514 | 2026-06-21T01:45:31.811Z | Compiling iri-string v0.7.10 |
| 1515 | 2026-06-21T01:45:31.868Z | Compiling unicode-bidi v0.3.18 |
| 1516 | 2026-06-21T01:45:31.915Z | Compiling allocator-api2 v0.2.21 |
| 1517 | 2026-06-21T01:45:31.969Z | Compiling adler2 v2.0.1 |
| 1518 | 2026-06-21T01:45:32.099Z | Compiling zstd-safe v7.2.4 |
| 1519 | 2026-06-21T01:45:32.196Z | Compiling anyhow v1.0.102 |
| 1520 | 2026-06-21T01:45:32.233Z | Compiling signal-hook v0.3.18 |
| 1521 | 2026-06-21T01:45:32.290Z | Compiling stringprep v0.1.5 |
| 1522 | 2026-06-21T01:45:32.389Z | Compiling miniz_oxide v0.8.9 |
| 1523 | 2026-06-21T01:45:32.416Z | Compiling serde_urlencoded v0.7.1 |
| 1524 | 2026-06-21T01:45:32.661Z | Compiling proptest v1.10.0 |
| 1525 | 2026-06-21T01:45:32.724Z | Compiling thiserror v1.0.69 |
| 1526 | 2026-06-21T01:45:32.983Z | Compiling tower-http v0.6.8 |
| 1527 | 2026-06-21T01:45:33.373Z | Compiling scroll v0.12.0 |
| 1528 | 2026-06-21T01:45:33.443Z | Compiling derive_builder_macro v0.20.2 |
| 1529 | 2026-06-21T01:45:33.607Z | Compiling tokio-native-tls v0.3.1 |
| 1530 | 2026-06-21T01:45:33.636Z | Compiling heck v0.4.1 |
| 1531 | 2026-06-21T01:45:33.747Z | Compiling darling_macro v0.21.3 |
| 1532 | 2026-06-21T01:45:33.777Z | Compiling bstr v1.12.1 |
| 1533 | 2026-06-21T01:45:33.866Z | Compiling ipnetwork v0.21.1 |
| 1534 | 2026-06-21T01:45:33.889Z | Compiling rand_chacha v0.3.1 |
| 1535 | 2026-06-21T01:45:33.944Z | Compiling serde_tokenstream v0.2.3 |
| 1536 | 2026-06-21T01:45:34.223Z | Compiling serde_spanned v0.6.9 |
| 1537 | 2026-06-21T01:45:34.253Z | Compiling erased-serde v0.3.31 |
| 1538 | 2026-06-21T01:45:34.268Z | Compiling toml_datetime v0.6.11 |
| 1539 | 2026-06-21T01:45:34.370Z | Compiling md-5 v0.10.6 |
| 1540 | 2026-06-21T01:45:34.432Z | Compiling async-trait v0.1.89 |
| 1541 | 2026-06-21T01:45:34.529Z | Compiling zerocopy-derive v0.7.35 |
| 1542 | 2026-06-21T01:45:34.540Z | Compiling pin-project-internal v1.1.11 |
| 1543 | 2026-06-21T01:45:34.702Z | Compiling curve25519-dalek v4.1.3 |
| 1544 | 2026-06-21T01:45:34.737Z | Compiling vergen-lib v9.1.0 |
| 1545 | 2026-06-21T01:45:34.918Z | Compiling num-integer v0.1.46 |
| 1546 | 2026-06-21T01:45:35.032Z | Compiling hash32 v0.2.1 |
| 1547 | 2026-06-21T01:45:35.228Z | Compiling ff v0.13.1 |
| 1548 | 2026-06-21T01:45:35.241Z | Compiling memoffset v0.9.1 |
| 1549 | 2026-06-21T01:45:35.369Z | Compiling encoding_rs v0.8.35 |
| 1550 | 2026-06-21T01:45:35.389Z | Compiling psl-types v2.0.11 |
| 1551 | 2026-06-21T01:45:35.428Z | Compiling fallible-iterator v0.2.0 |
| 1552 | 2026-06-21T01:45:35.442Z | Compiling cfg_aliases v0.2.1 |
| 1553 | 2026-06-21T01:45:35.512Z | Compiling ref-cast v1.0.25 |
| 1554 | 2026-06-21T01:45:35.525Z | Compiling rustix v0.38.44 |
| 1555 | 2026-06-21T01:45:35.636Z | Compiling mime v0.3.17 |
| 1556 | 2026-06-21T01:45:35.738Z | Compiling smoltcp v0.9.1 |
| 1557 | 2026-06-21T01:45:35.809Z | Compiling num-bigint-dig v0.8.6 |
| 1558 | 2026-06-21T01:45:35.864Z | Compiling base16ct v0.2.0 |
| 1559 | 2026-06-21T01:45:35.897Z | Compiling litrs v1.0.0 |
| 1560 | 2026-06-21T01:45:35.996Z | Compiling zlib-rs v0.6.2 |
| 1561 | 2026-06-21T01:45:36.060Z | Compiling sec1 v0.7.3 |
| 1562 | 2026-06-21T01:45:36.227Z | Compiling postgres-protocol v0.6.10 |
| 1563 | 2026-06-21T01:45:36.334Z | Compiling pin-project v1.1.11 |
| 1564 | 2026-06-21T01:45:36.404Z | Compiling document-features v0.2.12 |
| 1565 | 2026-06-21T01:45:36.437Z | Compiling nix v0.31.2 |
| 1566 | 2026-06-21T01:45:36.775Z | Compiling publicsuffix v2.3.0 |
| 1567 | 2026-06-21T01:45:36.865Z | Compiling zerocopy v0.7.35 |
| 1568 | 2026-06-21T01:45:36.902Z | Compiling group v0.13.0 |
| 1569 | 2026-06-21T01:45:36.974Z | Compiling num-iter v0.1.45 |
| 1570 | 2026-06-21T01:45:37.094Z | Compiling newtype-uuid v1.3.2 |
| 1571 | 2026-06-21T01:45:37.383Z | Compiling hubpack_derive v0.1.1 |
| 1572 | 2026-06-21T01:45:37.395Z | Compiling darling v0.21.3 |
| 1573 | 2026-06-21T01:45:37.398Z | Compiling rand v0.8.6 |
| 1574 | 2026-06-21T01:45:37.429Z | Compiling oxnet v0.1.6 |
| 1575 | 2026-06-21T01:45:37.488Z | Compiling derive_builder v0.20.2 |
| 1576 | 2026-06-21T01:45:37.550Z | Compiling snafu-derive v0.8.9 |
| 1577 | 2026-06-21T01:45:37.613Z | Compiling hyper-tls v0.6.0 |
| 1578 | 2026-06-21T01:45:37.822Z | Compiling goblin v0.8.2 |
| 1579 | 2026-06-21T01:45:38.577Z | Compiling phf_shared v0.13.1 |
| 1580 | 2026-06-21T01:45:38.602Z | Compiling regex v1.12.3 |
| 1581 | 2026-06-21T01:45:38.818Z | Compiling lazy_static v1.5.0 |
| 1582 | 2026-06-21T01:45:38.818Z | Compiling anstyle-parse v0.2.7 |
| 1583 | 2026-06-21T01:45:38.915Z | Compiling flate2 v1.1.9 |
| 1584 | 2026-06-21T01:45:39.017Z | Compiling strum_macros v0.27.2 |
| 1585 | 2026-06-21T01:45:39.043Z | Compiling futures-executor v0.3.32 |
| 1586 | 2026-06-21T01:45:39.223Z | Compiling hex v0.4.3 |
| 1587 | 2026-06-21T01:45:39.309Z | Compiling hkdf v0.12.4 |
| 1588 | 2026-06-21T01:45:39.332Z | Compiling crypto-bigint v0.5.5 |
| 1589 | 2026-06-21T01:45:39.478Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1590 | 2026-06-21T01:45:39.493Z | Compiling daft-derive v0.1.7 |
| 1591 | 2026-06-21T01:45:39.548Z | Compiling ref-cast-impl v1.0.25 |
| 1592 | 2026-06-21T01:45:40.088Z | Compiling terminal_size v0.4.3 |
| 1593 | 2026-06-21T01:45:40.117Z | Compiling vergen v9.1.0 |
| 1594 | 2026-06-21T01:45:40.207Z | Compiling fs-err v3.3.0 |
| 1595 | 2026-06-21T01:45:40.225Z | Compiling cargo-platform v0.3.2 |
| 1596 | 2026-06-21T01:45:40.291Z | Compiling ahash v0.8.12 |
| 1597 | 2026-06-21T01:45:40.391Z | Compiling bitflags v1.3.2 |
| 1598 | 2026-06-21T01:45:40.469Z | Compiling same-file v1.0.6 |
| 1599 | 2026-06-21T01:45:40.492Z | Compiling foldhash v0.1.5 |
| 1600 | 2026-06-21T01:45:40.505Z | Compiling bumpalo v3.20.2 |
| 1601 | 2026-06-21T01:45:40.633Z | Compiling object v0.37.3 |
| 1602 | 2026-06-21T01:45:40.662Z | Compiling libbz2-rs-sys v0.2.2 |
| 1603 | 2026-06-21T01:45:40.749Z | Compiling managed v0.8.0 |
| 1604 | 2026-06-21T01:45:40.902Z | Compiling winnow v0.5.40 |
| 1605 | 2026-06-21T01:45:40.966Z | Compiling foldhash v0.2.0 |
| 1606 | 2026-06-21T01:45:40.983Z | Compiling strum v0.27.2 |
| 1607 | 2026-06-21T01:45:41.108Z | Compiling hashbrown v0.16.1 |
| 1608 | 2026-06-21T01:45:41.186Z | Compiling bzip2 v0.6.1 |
| 1609 | 2026-06-21T01:45:41.350Z | Compiling clap_builder v4.6.0 |
| 1610 | 2026-06-21T01:45:41.433Z | Compiling zopfli v0.8.3 |
| 1611 | 2026-06-21T01:45:41.460Z | Compiling hashbrown v0.15.5 |
| 1612 | 2026-06-21T01:45:41.698Z | Compiling walkdir v2.5.0 |
| 1613 | 2026-06-21T01:45:42.016Z | Compiling cargo_metadata v0.23.1 |
| 1614 | 2026-06-21T01:45:42.103Z | Compiling elliptic-curve v0.13.8 |
| 1615 | 2026-06-21T01:45:42.152Z | Compiling toml_edit v0.19.15 |
| 1616 | 2026-06-21T01:45:42.164Z | Compiling daft v0.1.7 |
| 1617 | 2026-06-21T01:45:42.493Z | Compiling dof v0.3.0 |
| 1618 | 2026-06-21T01:45:42.540Z | Compiling snafu v0.8.9 |
| 1619 | 2026-06-21T01:45:42.901Z | Compiling futures v0.3.32 |
| 1620 | 2026-06-21T01:45:43.004Z | Compiling anstream v0.6.21 |
| 1621 | 2026-06-21T01:45:43.291Z | Compiling phf v0.13.1 |
| 1622 | 2026-06-21T01:45:43.385Z | Compiling signal-hook-mio v0.2.5 |
| 1623 | 2026-06-21T01:45:43.495Z | Compiling cookie_store v0.22.1 |
| 1624 | 2026-06-21T01:45:43.662Z | Compiling zstd v0.13.3 |
| 1625 | 2026-06-21T01:45:43.872Z | Compiling bzip2 v0.4.4 |
| 1626 | 2026-06-21T01:45:43.927Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-06-21T01:45:44.093Z | Compiling serde_with_macros v3.17.0 |
| 1628 | 2026-06-21T01:45:44.183Z | Compiling postgres-types v0.2.12 |
| 1629 | 2026-06-21T01:45:44.352Z | Compiling usdt-attr-macro v0.6.0 |
| 1630 | 2026-06-21T01:45:44.733Z | Compiling usdt-macro v0.6.0 |
| 1631 | 2026-06-21T01:45:44.853Z | Compiling globset v0.4.18 |
| 1632 | 2026-06-21T01:45:45.132Z | Compiling dtrace-parser v0.2.0 |
| 1633 | 2026-06-21T01:45:45.203Z | Compiling ed25519 v2.2.3 |
| 1634 | 2026-06-21T01:45:45.328Z | Compiling phf_shared v0.11.3 |
| 1635 | 2026-06-21T01:45:45.339Z | Compiling olpc-cjson v0.1.4 |
| 1636 | 2026-06-21T01:45:45.450Z | Compiling pkcs1 v0.7.5 |
| 1637 | 2026-06-21T01:45:45.495Z | Compiling enum-as-inner v0.6.1 |
| 1638 | 2026-06-21T01:45:45.508Z | Compiling strum_macros v0.26.4 |
| 1639 | 2026-06-21T01:45:45.535Z | Compiling clap_derive v4.6.1 |
| 1640 | 2026-06-21T01:45:45.849Z | Compiling serde-big-array v0.5.1 |
| 1641 | 2026-06-21T01:45:45.868Z | Compiling serde_plain v1.0.2 |
| 1642 | 2026-06-21T01:45:45.988Z | Compiling rfc6979 v0.4.0 |
| 1643 | 2026-06-21T01:45:45.991Z | Compiling pem v3.0.6 |
| 1644 | 2026-06-21T01:45:46.060Z | Compiling async-recursion v1.1.1 |
| 1645 | 2026-06-21T01:45:46.111Z | Compiling serde_repr v0.1.20 |
| 1646 | 2026-06-21T01:45:46.111Z | Compiling float-cmp v0.10.0 |
| 1647 | 2026-06-21T01:45:46.269Z | Compiling memmap2 v0.9.10 |
| 1648 | 2026-06-21T01:45:46.327Z | Compiling thread-id v4.2.2 |
| 1649 | 2026-06-21T01:45:46.414Z | Compiling env_filter v1.0.0 |
| 1650 | 2026-06-21T01:45:46.485Z | Compiling keccak v0.1.6 |
| 1651 | 2026-06-21T01:45:46.632Z | Compiling either v1.15.0 |
| 1652 | 2026-06-21T01:45:46.695Z | Compiling whoami v2.1.0 |
| 1653 | 2026-06-21T01:45:46.709Z | Compiling static_assertions v1.1.0 |
| 1654 | 2026-06-21T01:45:46.784Z | Compiling difflib v0.4.0 |
| 1655 | 2026-06-21T01:45:46.836Z | Compiling fixedbitset v0.5.7 |
| 1656 | 2026-06-21T01:45:47.055Z | Compiling precomputed-hash v0.1.1 |
| 1657 | 2026-06-21T01:45:47.138Z | Compiling fixedbitset v0.4.2 |
| 1658 | 2026-06-21T01:45:47.151Z | Compiling normalize-line-endings v0.3.0 |
| 1659 | 2026-06-21T01:45:47.224Z | Compiling predicates-core v1.0.10 |
| 1660 | 2026-06-21T01:45:47.245Z | Compiling data-encoding v2.10.0 |
| 1661 | 2026-06-21T01:45:47.284Z | Compiling jiff v0.2.21 |
| 1662 | 2026-06-21T01:45:47.303Z | Compiling new_debug_unreachable v1.0.6 |
| 1663 | 2026-06-21T01:45:47.342Z | Compiling typed-path v0.9.3 |
| 1664 | 2026-06-21T01:45:47.352Z | Compiling predicates v3.1.4 |
| 1665 | 2026-06-21T01:45:47.373Z | Compiling string_cache v0.8.9 |
| 1666 | 2026-06-21T01:45:47.396Z | Compiling clap v4.6.1 |
| 1667 | 2026-06-21T01:45:47.511Z | Compiling petgraph v0.6.5 |
| 1668 | 2026-06-21T01:45:47.591Z | Compiling hickory-proto v0.25.2 |
| 1669 | 2026-06-21T01:45:47.943Z | Compiling toml_edit v0.22.27 |
| 1670 | 2026-06-21T01:45:47.991Z | Compiling strum v0.26.3 |
| 1671 | 2026-06-21T01:45:48.123Z | Compiling petgraph v0.8.3 |
| 1672 | 2026-06-21T01:45:48.603Z | Compiling tokio-postgres v0.7.16 |
| 1673 | 2026-06-21T01:45:48.865Z | Compiling itertools v0.13.0 |
| 1674 | 2026-06-21T01:45:49.033Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1675 | 2026-06-21T01:45:50.076Z | Compiling zip v4.6.1 |
| 1676 | 2026-06-21T01:45:50.110Z | Compiling sha3 v0.10.8 |
| 1677 | 2026-06-21T01:45:50.567Z | Compiling env_logger v0.11.9 |
| 1678 | 2026-06-21T01:45:50.702Z | Compiling usdt v0.6.0 |
| 1679 | 2026-06-21T01:45:50.792Z | Compiling usdt-impl v0.5.0 |
| 1680 | 2026-06-21T01:45:50.919Z | Compiling ecdsa v0.16.9 |
| 1681 | 2026-06-21T01:45:50.964Z | Compiling rsa v0.9.10 |
| 1682 | 2026-06-21T01:45:51.033Z | Compiling ed25519-dalek v2.2.0 |
| 1683 | 2026-06-21T01:45:51.319Z | Compiling serde_with v3.17.0 |
| 1684 | 2026-06-21T01:45:51.385Z | Compiling crossterm v0.28.1 |
| 1685 | 2026-06-21T01:45:51.689Z | Compiling zip v0.6.6 |
| 1686 | 2026-06-21T01:45:52.257Z | Compiling toml v0.7.8 |
| 1687 | 2026-06-21T01:45:52.266Z | Compiling iddqd v0.4.2 |
| 1688 | 2026-06-21T01:45:52.879Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1689 | 2026-06-21T01:45:52.921Z | Compiling similar v2.7.0 |
| 1690 | 2026-06-21T01:45:53.004Z | Compiling crossbeam-epoch v0.9.18 |
| 1691 | 2026-06-21T01:45:53.019Z | Compiling tokio-stream v0.1.18 |
| 1692 | 2026-06-21T01:45:53.353Z | Compiling buf-list v1.1.2 |
| 1693 | 2026-06-21T01:45:53.498Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-06-21T01:45:53.511Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1695 | 2026-06-21T01:45:53.554Z | Compiling openapiv3 v2.2.0 |
| 1696 | 2026-06-21T01:45:53.637Z | Compiling sha1 v0.10.6 |
| 1697 | 2026-06-21T01:45:53.811Z | Compiling peg-runtime v0.8.5 |
| 1698 | 2026-06-21T01:45:53.814Z | Compiling lalrpop-util v0.19.12 |
| 1699 | 2026-06-21T01:45:53.864Z | Compiling thread_local v1.1.9 |
| 1700 | 2026-06-21T01:45:54.007Z | Compiling slog-async v2.8.0 |
| 1701 | 2026-06-21T01:45:54.112Z | Compiling crossbeam-channel v0.5.15 |
| 1702 | 2026-06-21T01:45:54.124Z | Compiling filetime v0.2.27 |
| 1703 | 2026-06-21T01:45:54.303Z | Compiling is-terminal v0.4.17 |
| 1704 | 2026-06-21T01:45:54.346Z | Compiling term v1.2.1 |
| 1705 | 2026-06-21T01:45:54.356Z | Compiling take_mut v0.2.2 |
| 1706 | 2026-06-21T01:45:54.401Z | Compiling xattr v1.6.1 |
| 1707 | 2026-06-21T01:45:54.570Z | Compiling tar v0.4.45 |
| 1708 | 2026-06-21T01:45:54.938Z | Compiling slog-term v2.9.2 |
| 1709 | 2026-06-21T01:46:04.064Z | Compiling rustls-webpki v0.103.9 |
| 1710 | 2026-06-21T01:46:06.865Z | Compiling tokio-rustls v0.26.4 |
| 1711 | 2026-06-21T01:46:06.865Z | Compiling rustls-platform-verifier v0.6.2 |
| 1712 | 2026-06-21T01:46:07.032Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-06-21T01:46:07.232Z | Compiling reqwest v0.12.28 |
| 1714 | 2026-06-21T01:46:07.244Z | Compiling reqwest v0.13.2 |
| 1715 | 2026-06-21T01:46:08.491Z | Compiling tough v0.22.0 |
| 1716 | 2026-06-21T01:46:11.010Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1717 | 2026-06-21T01:46:11.222Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1718 | 2026-06-21T01:46:14.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
| 1719 | 2026-06-21T01:46:14.218Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1720 | 2026-06-21T01:46:14.268Z | Jun 21 01:46:13.173 INFO Starting download, target: Clickhouse |
| 1721 | 2026-06-21T01:46:14.268Z | Jun 21 01:46:13.174 INFO Starting download, target: Cockroach |
| 1722 | 2026-06-21T01:46:14.268Z | Jun 21 01:46:13.174 INFO Starting download, target: Console |
| 1723 | 2026-06-21T01:46:14.268Z | Jun 21 01:46:13.174 INFO Starting download, target: DendriteStub |
| 1724 | 2026-06-21T01:46:14.268Z | Jun 21 01:46:13.174 INFO Starting download, target: MaghemiteMgd |
| 1725 | 2026-06-21T01:46:14.271Z | Jun 21 01:46:13.174 INFO Starting download, target: MaghemiteDdmd |
| 1726 | 2026-06-21T01:46:14.272Z | Jun 21 01:46:13.174 INFO Starting download, target: TransceiverControl |
| 1727 | 2026-06-21T01:46:14.272Z | Jun 21 01:46:13.174 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1728 | 2026-06-21T01:46:14.272Z | Jun 21 01:46:13.174 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1729 | 2026-06-21T01:46:14.272Z | Jun 21 01:46:13.174 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1730 | 2026-06-21T01:46:14.272Z | Jun 21 01:46:13.174 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1731 | 2026-06-21T01:46:14.272Z | Jun 21 01:46:13.174 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1732 | 2026-06-21T01:46:14.273Z | Jun 21 01:46:13.174 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1733 | 2026-06-21T01:46:14.273Z | Jun 21 01:46:13.174 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1734 | 2026-06-21T01:46:14.596Z | Jun 21 01:46:13.494 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1735 | 2026-06-21T01:46:14.800Z | Jun 21 01:46:13.698 INFO Download complete, target: TransceiverControl |
| 1736 | 2026-06-21T01:46:15.195Z | Jun 21 01:46:14.099 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1737 | 2026-06-21T01:46:15.430Z | Jun 21 01:46:14.331 INFO Download complete, target: Console |
| 1738 | 2026-06-21T01:46:16.044Z | Jun 21 01:46:14.910 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1739 | 2026-06-21T01:46:16.611Z | Jun 21 01:46:15.491 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1740 | 2026-06-21T01:46:16.671Z | Jun 21 01:46:15.567 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1741 | 2026-06-21T01:46:17.765Z | Jun 21 01:46:16.652 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1742 | 2026-06-21T01:46:18.455Z | Jun 21 01:46:17.357 INFO Download complete, target: MaghemiteDdmd |
| 1743 | 2026-06-21T01:46:19.031Z | Jun 21 01:46:17.897 INFO Download complete, target: DendriteStub |
| 1744 | 2026-06-21T01:46:20.124Z | Jun 21 01:46:19.029 INFO Download complete, target: MaghemiteMgd |
| 1745 | 2026-06-21T01:46:22.644Z | Jun 21 01:46:21.525 INFO Checking that binary works, target: Clickhouse |
| 1746 | 2026-06-21T01:46:22.742Z | Jun 21 01:46:21.641 INFO Download complete, target: Clickhouse |
| 1747 | 2026-06-21T01:46:22.772Z | Jun 21 01:46:21.663 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1748 | 2026-06-21T01:46:22.772Z | Jun 21 01:46:21.663 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1749 | 2026-06-21T01:46:27.217Z | Jun 21 01:46:26.122 INFO Checking that binary works, target: Cockroach |
| 1750 | 2026-06-21T01:46:27.330Z | Jun 21 01:46:26.235 INFO Download complete, target: Cockroach |
| 1751 | 2026-06-21T01:46:27.346Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1752 | 2026-06-21T01:46:27.349Z | |
| 1753 | 2026-06-21T01:46:27.349Z | real 3:08.288544464 |
| 1754 | 2026-06-21T01:46:27.349Z | user 6:51.833526204 |
| 1755 | 2026-06-21T01:46:27.349Z | sys 1:22.445975632 |
| 1756 | 2026-06-21T01:46:27.349Z | trap 0.229926470 |
| 1757 | 2026-06-21T01:46:27.349Z | tflt 0.604014288 |
| 1758 | 2026-06-21T01:46:27.349Z | dflt 0.472542902 |
| 1759 | 2026-06-21T01:46:27.349Z | kflt 0.022224166 |
| 1760 | 2026-06-21T01:46:27.349Z | lock 23:29.077859644 |
| 1761 | 2026-06-21T01:46:27.349Z | slp 23:21.012991491 |
| 1762 | 2026-06-21T01:46:27.349Z | lat 39.467229254 |
| 1763 | 2026-06-21T01:46:27.349Z | stop 1:45.849959272 |
| 1764 | 2026-06-21T01:46:27.349Z | + banner hack-check |
| 1765 | 2026-06-21T01:46:27.349Z | |
| 1766 | 2026-06-21T01:46:27.349Z | # # ## #### # # #### # # ###### #### # # |
| 1767 | 2026-06-21T01:46:27.349Z | # # # # # # # # # # # # # # # # # |
| 1768 | 2026-06-21T01:46:27.349Z | ###### # # # #### ##### # ###### ##### # #### |
| 1769 | 2026-06-21T01:46:27.349Z | # # ###### # # # # # # # # # # |
| 1770 | 2026-06-21T01:46:27.349Z | # # # # # # # # # # # # # # # # # |
| 1771 | 2026-06-21T01:46:27.349Z | # # # # #### # # #### # # ###### #### # # |
| 1772 | 2026-06-21T01:46:27.350Z | |
| 1773 | 2026-06-21T01:46:27.350Z | + export CARGO_INCREMENTAL=0 |
| 1774 | 2026-06-21T01:46:27.350Z | + CARGO_INCREMENTAL=0 |
| 1775 | 2026-06-21T01:46:27.350Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1776 | 2026-06-21T01:46:27.798Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1777 | 2026-06-21T01:46:28.017Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1778 | 2026-06-21T01:46:29.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
| 1779 | 2026-06-21T01:46:29.929Z | Running `target/debug/xtask check-features --ci` |
| 1780 | 2026-06-21T01:46:29.955Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1781 | 2026-06-21T01:46:29.955Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1782 | 2026-06-21T01:46:30.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1783 | 2026-06-21T01:46:30.388Z | Running `target/debug/xtask download cargo-hack` |
| 1784 | 2026-06-21T01:46:31.117Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1785 | 2026-06-21T01:46:31.400Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1786 | 2026-06-21T01:46:33.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
| 1787 | 2026-06-21T01:46:34.073Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1788 | 2026-06-21T01:46:34.112Z | Jun 21 01:46:33.017 INFO Starting download, target: CargoHack |
| 1789 | 2026-06-21T01:46:34.116Z | Jun 21 01:46:33.018 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1790 | 2026-06-21T01:46:34.688Z | Jun 21 01:46:33.593 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1791 | 2026-06-21T01:46:34.736Z | Jun 21 01:46:33.641 INFO Download complete, target: CargoHack |
| 1792 | 2026-06-21T01:46:34.739Z | 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" |
| 1793 | 2026-06-21T01:46:34.753Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1794 | 2026-06-21T01:46:34.908Z | info: running `cargo check --bins` on api_identity (1/298) |
| 1795 | 2026-06-21T01:46:35.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1796 | 2026-06-21T01:46:35.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1797 | 2026-06-21T01:46:35.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1798 | 2026-06-21T01:46:35.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1799 | 2026-06-21T01:46:35.409Z | |
| 1800 | 2026-06-21T01:46:35.409Z | info: running `cargo check --bins` on bootstore (2/298) |
| 1801 | 2026-06-21T01:46:35.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1802 | 2026-06-21T01:46:35.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1803 | 2026-06-21T01:46:35.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1804 | 2026-06-21T01:46:35.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1805 | 2026-06-21T01:46:35.905Z | |
| 1806 | 2026-06-21T01:46:35.905Z | info: running `cargo check --bins` on omicron-ledger (3/298) |
| 1807 | 2026-06-21T01:46:36.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1808 | 2026-06-21T01:46:36.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1809 | 2026-06-21T01:46:36.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1810 | 2026-06-21T01:46:36.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1811 | 2026-06-21T01:46:36.399Z | |
| 1812 | 2026-06-21T01:46:36.400Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298) |
| 1813 | 2026-06-21T01:46:36.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1814 | 2026-06-21T01:46:36.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1815 | 2026-06-21T01:46:36.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1816 | 2026-06-21T01:46:36.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1817 | 2026-06-21T01:46:36.903Z | |
| 1818 | 2026-06-21T01:46:36.904Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298) |
| 1819 | 2026-06-21T01:46:37.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1820 | 2026-06-21T01:46:37.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1821 | 2026-06-21T01:46:37.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1822 | 2026-06-21T01:46:37.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1823 | 2026-06-21T01:46:37.404Z | |
| 1824 | 2026-06-21T01:46:37.404Z | info: running `cargo check --bins` on omicron-certificates (6/298) |
| 1825 | 2026-06-21T01:46:37.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2026-06-21T01:46:37.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2026-06-21T01:46:37.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2026-06-21T01:46:37.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1829 | 2026-06-21T01:46:37.910Z | |
| 1830 | 2026-06-21T01:46:37.910Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/298) |
| 1831 | 2026-06-21T01:46:38.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2026-06-21T01:46:38.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2026-06-21T01:46:38.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2026-06-21T01:46:38.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1835 | 2026-06-21T01:46:38.437Z | |
| 1836 | 2026-06-21T01:46:38.438Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298) |
| 1837 | 2026-06-21T01:46:38.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2026-06-21T01:46:38.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2026-06-21T01:46:38.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2026-06-21T01:46:38.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1841 | 2026-06-21T01:46:38.945Z | |
| 1842 | 2026-06-21T01:46:38.946Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298) |
| 1843 | 2026-06-21T01:46:39.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2026-06-21T01:46:39.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2026-06-21T01:46:39.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2026-06-21T01:46:39.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1847 | 2026-06-21T01:46:39.330Z | |
| 1848 | 2026-06-21T01:46:39.330Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298) |
| 1849 | 2026-06-21T01:46:39.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2026-06-21T01:46:39.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2026-06-21T01:46:39.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2026-06-21T01:46:39.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1853 | 2026-06-21T01:46:39.716Z | |
| 1854 | 2026-06-21T01:46:39.716Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298) |
| 1855 | 2026-06-21T01:46:40.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2026-06-21T01:46:40.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2026-06-21T01:46:40.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2026-06-21T01:46:40.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1859 | 2026-06-21T01:46:40.101Z | |
| 1860 | 2026-06-21T01:46:40.101Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298) |
| 1861 | 2026-06-21T01:46:40.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2026-06-21T01:46:40.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2026-06-21T01:46:40.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2026-06-21T01:46:40.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1865 | 2026-06-21T01:46:40.484Z | |
| 1866 | 2026-06-21T01:46:40.484Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298) |
| 1867 | 2026-06-21T01:46:40.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2026-06-21T01:46:40.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2026-06-21T01:46:40.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2026-06-21T01:46:40.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1871 | 2026-06-21T01:46:40.868Z | |
| 1872 | 2026-06-21T01:46:40.868Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298) |
| 1873 | 2026-06-21T01:46:41.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2026-06-21T01:46:41.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2026-06-21T01:46:41.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2026-06-21T01:46:41.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1877 | 2026-06-21T01:46:41.262Z | |
| 1878 | 2026-06-21T01:46:41.262Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298) |
| 1879 | 2026-06-21T01:46:41.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2026-06-21T01:46:41.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2026-06-21T01:46:41.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2026-06-21T01:46:41.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1883 | 2026-06-21T01:46:41.652Z | |
| 1884 | 2026-06-21T01:46:41.653Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298) |
| 1885 | 2026-06-21T01:46:41.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2026-06-21T01:46:41.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2026-06-21T01:46:41.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2026-06-21T01:46:41.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1889 | 2026-06-21T01:46:42.040Z | |
| 1890 | 2026-06-21T01:46:42.040Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298) |
| 1891 | 2026-06-21T01:46:42.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2026-06-21T01:46:42.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2026-06-21T01:46:42.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2026-06-21T01:46:42.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1895 | 2026-06-21T01:46:42.430Z | |
| 1896 | 2026-06-21T01:46:42.430Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298) |
| 1897 | 2026-06-21T01:46:42.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2026-06-21T01:46:42.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2026-06-21T01:46:42.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2026-06-21T01:46:42.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1901 | 2026-06-21T01:46:42.814Z | |
| 1902 | 2026-06-21T01:46:42.814Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298) |
| 1903 | 2026-06-21T01:46:43.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2026-06-21T01:46:43.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2026-06-21T01:46:43.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2026-06-21T01:46:43.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1907 | 2026-06-21T01:46:43.204Z | |
| 1908 | 2026-06-21T01:46:43.204Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298) |
| 1909 | 2026-06-21T01:46:43.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2026-06-21T01:46:43.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2026-06-21T01:46:43.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2026-06-21T01:46:43.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1913 | 2026-06-21T01:46:43.591Z | |
| 1914 | 2026-06-21T01:46:43.591Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298) |
| 1915 | 2026-06-21T01:46:43.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2026-06-21T01:46:43.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2026-06-21T01:46:43.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2026-06-21T01:46:43.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1919 | 2026-06-21T01:46:43.982Z | |
| 1920 | 2026-06-21T01:46:43.982Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298) |
| 1921 | 2026-06-21T01:46:44.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2026-06-21T01:46:44.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2026-06-21T01:46:44.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2026-06-21T01:46:44.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1925 | 2026-06-21T01:46:44.374Z | |
| 1926 | 2026-06-21T01:46:44.374Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298) |
| 1927 | 2026-06-21T01:46:44.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2026-06-21T01:46:44.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2026-06-21T01:46:44.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2026-06-21T01:46:44.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1931 | 2026-06-21T01:46:44.762Z | |
| 1932 | 2026-06-21T01:46:44.762Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298) |
| 1933 | 2026-06-21T01:46:45.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2026-06-21T01:46:45.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2026-06-21T01:46:45.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2026-06-21T01:46:45.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1937 | 2026-06-21T01:46:45.153Z | |
| 1938 | 2026-06-21T01:46:45.154Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298) |
| 1939 | 2026-06-21T01:46:45.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2026-06-21T01:46:45.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2026-06-21T01:46:45.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2026-06-21T01:46:45.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1943 | 2026-06-21T01:46:45.537Z | |
| 1944 | 2026-06-21T01:46:45.537Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298) |
| 1945 | 2026-06-21T01:46:45.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2026-06-21T01:46:45.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2026-06-21T01:46:45.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2026-06-21T01:46:45.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1949 | 2026-06-21T01:46:45.924Z | |
| 1950 | 2026-06-21T01:46:45.924Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298) |
| 1951 | 2026-06-21T01:46:46.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2026-06-21T01:46:46.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2026-06-21T01:46:46.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2026-06-21T01:46:46.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1955 | 2026-06-21T01:46:46.312Z | |
| 1956 | 2026-06-21T01:46:46.312Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298) |
| 1957 | 2026-06-21T01:46:46.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2026-06-21T01:46:46.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2026-06-21T01:46:46.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2026-06-21T01:46:46.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1961 | 2026-06-21T01:46:46.705Z | |
| 1962 | 2026-06-21T01:46:46.705Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298) |
| 1963 | 2026-06-21T01:46:47.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2026-06-21T01:46:47.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2026-06-21T01:46:47.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2026-06-21T01:46:47.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1967 | 2026-06-21T01:46:47.101Z | |
| 1968 | 2026-06-21T01:46:47.101Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298) |
| 1969 | 2026-06-21T01:46:47.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2026-06-21T01:46:47.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2026-06-21T01:46:47.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2026-06-21T01:46:47.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1973 | 2026-06-21T01:46:47.488Z | |
| 1974 | 2026-06-21T01:46:47.488Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298) |
| 1975 | 2026-06-21T01:46:47.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2026-06-21T01:46:47.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2026-06-21T01:46:47.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2026-06-21T01:46:47.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1979 | 2026-06-21T01:46:47.877Z | |
| 1980 | 2026-06-21T01:46:47.878Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298) |
| 1981 | 2026-06-21T01:46:48.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2026-06-21T01:46:48.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2026-06-21T01:46:48.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2026-06-21T01:46:48.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1985 | 2026-06-21T01:46:48.266Z | |
| 1986 | 2026-06-21T01:46:48.266Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298) |
| 1987 | 2026-06-21T01:46:48.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2026-06-21T01:46:48.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2026-06-21T01:46:48.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2026-06-21T01:46:48.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1991 | 2026-06-21T01:46:48.652Z | |
| 1992 | 2026-06-21T01:46:48.652Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298) |
| 1993 | 2026-06-21T01:46:48.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2026-06-21T01:46:48.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2026-06-21T01:46:48.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2026-06-21T01:46:48.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1997 | 2026-06-21T01:46:49.041Z | |
| 1998 | 2026-06-21T01:46:49.041Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298) |
| 1999 | 2026-06-21T01:46:49.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2026-06-21T01:46:49.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2026-06-21T01:46:49.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2026-06-21T01:46:49.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2003 | 2026-06-21T01:46:49.432Z | |
| 2004 | 2026-06-21T01:46:49.432Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298) |
| 2005 | 2026-06-21T01:46:49.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2026-06-21T01:46:49.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2026-06-21T01:46:49.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2026-06-21T01:46:49.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2009 | 2026-06-21T01:46:49.820Z | |
| 2010 | 2026-06-21T01:46:49.820Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298) |
| 2011 | 2026-06-21T01:46:50.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2026-06-21T01:46:50.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2026-06-21T01:46:50.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2026-06-21T01:46:50.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2015 | 2026-06-21T01:46:50.211Z | |
| 2016 | 2026-06-21T01:46:50.211Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298) |
| 2017 | 2026-06-21T01:46:50.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2026-06-21T01:46:50.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2026-06-21T01:46:50.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2026-06-21T01:46:50.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2021 | 2026-06-21T01:46:50.598Z | |
| 2022 | 2026-06-21T01:46:50.598Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298) |
| 2023 | 2026-06-21T01:46:50.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2026-06-21T01:46:50.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2026-06-21T01:46:50.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2026-06-21T01:46:50.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2027 | 2026-06-21T01:46:50.984Z | |
| 2028 | 2026-06-21T01:46:50.984Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298) |
| 2029 | 2026-06-21T01:46:51.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2026-06-21T01:46:51.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2026-06-21T01:46:51.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2026-06-21T01:46:51.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2033 | 2026-06-21T01:46:51.374Z | |
| 2034 | 2026-06-21T01:46:51.374Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298) |
| 2035 | 2026-06-21T01:46:51.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2026-06-21T01:46:51.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2026-06-21T01:46:51.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2026-06-21T01:46:51.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2039 | 2026-06-21T01:46:51.764Z | |
| 2040 | 2026-06-21T01:46:51.764Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298) |
| 2041 | 2026-06-21T01:46:52.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2026-06-21T01:46:52.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2026-06-21T01:46:52.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2026-06-21T01:46:52.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2045 | 2026-06-21T01:46:52.158Z | |
| 2046 | 2026-06-21T01:46:52.158Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298) |
| 2047 | 2026-06-21T01:46:52.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2026-06-21T01:46:52.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2026-06-21T01:46:52.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2026-06-21T01:46:52.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2051 | 2026-06-21T01:46:52.550Z | |
| 2052 | 2026-06-21T01:46:52.550Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298) |
| 2053 | 2026-06-21T01:46:52.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2026-06-21T01:46:52.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2026-06-21T01:46:52.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2026-06-21T01:46:52.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2057 | 2026-06-21T01:46:52.941Z | |
| 2058 | 2026-06-21T01:46:52.942Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298) |
| 2059 | 2026-06-21T01:46:53.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2026-06-21T01:46:53.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2026-06-21T01:46:53.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2026-06-21T01:46:53.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2063 | 2026-06-21T01:46:53.331Z | |
| 2064 | 2026-06-21T01:46:53.331Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298) |
| 2065 | 2026-06-21T01:46:53.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2026-06-21T01:46:53.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2026-06-21T01:46:53.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2026-06-21T01:46:53.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2069 | 2026-06-21T01:46:53.722Z | |
| 2070 | 2026-06-21T01:46:53.722Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298) |
| 2071 | 2026-06-21T01:46:54.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2026-06-21T01:46:54.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2026-06-21T01:46:54.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2026-06-21T01:46:54.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2075 | 2026-06-21T01:46:54.113Z | |
| 2076 | 2026-06-21T01:46:54.114Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298) |
| 2077 | 2026-06-21T01:46:54.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2026-06-21T01:46:54.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2026-06-21T01:46:54.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2026-06-21T01:46:54.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2081 | 2026-06-21T01:46:54.507Z | |
| 2082 | 2026-06-21T01:46:54.507Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298) |
| 2083 | 2026-06-21T01:46:54.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2026-06-21T01:46:54.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2026-06-21T01:46:54.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2026-06-21T01:46:54.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2087 | 2026-06-21T01:46:55.066Z | |
| 2088 | 2026-06-21T01:46:55.066Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298) |
| 2089 | 2026-06-21T01:46:55.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2026-06-21T01:46:55.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2026-06-21T01:46:55.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2026-06-21T01:46:55.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2093 | 2026-06-21T01:46:55.623Z | |
| 2094 | 2026-06-21T01:46:55.623Z | info: running `cargo check --bins` on nexus-config (51/298) |
| 2095 | 2026-06-21T01:46:56.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2026-06-21T01:46:56.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2026-06-21T01:46:56.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2026-06-21T01:46:56.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2099 | 2026-06-21T01:46:56.178Z | |
| 2100 | 2026-06-21T01:46:56.178Z | info: running `cargo check --bins` on nexus-types (52/298) |
| 2101 | 2026-06-21T01:46:56.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2026-06-21T01:46:56.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2026-06-21T01:46:56.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2104 | 2026-06-21T01:46:56.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2105 | 2026-06-21T01:46:56.735Z | |
| 2106 | 2026-06-21T01:46:56.735Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298) |
| 2107 | 2026-06-21T01:46:57.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2108 | 2026-06-21T01:46:57.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2109 | 2026-06-21T01:46:57.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2110 | 2026-06-21T01:46:57.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2111 | 2026-06-21T01:46:57.267Z | |
| 2112 | 2026-06-21T01:46:57.267Z | info: running `cargo check --bins` on omicron-passwords (54/298) |
| 2113 | 2026-06-21T01:46:57.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2114 | 2026-06-21T01:46:57.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2115 | 2026-06-21T01:46:57.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2116 | 2026-06-21T01:46:57.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2117 | 2026-06-21T01:46:57.768Z | |
| 2118 | 2026-06-21T01:46:57.768Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/298) |
| 2119 | 2026-06-21T01:46:58.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2120 | 2026-06-21T01:46:58.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2121 | 2026-06-21T01:46:58.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2122 | 2026-06-21T01:46:58.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2123 | 2026-06-21T01:46:58.293Z | |
| 2124 | 2026-06-21T01:46:58.293Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298) |
| 2125 | 2026-06-21T01:46:58.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2126 | 2026-06-21T01:46:58.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2127 | 2026-06-21T01:46:58.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2128 | 2026-06-21T01:46:58.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2129 | 2026-06-21T01:46:58.823Z | |
| 2130 | 2026-06-21T01:46:58.823Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298) |
| 2131 | 2026-06-21T01:46:59.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2132 | 2026-06-21T01:46:59.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2133 | 2026-06-21T01:46:59.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2134 | 2026-06-21T01:46:59.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2135 | 2026-06-21T01:46:59.348Z | |
| 2136 | 2026-06-21T01:46:59.348Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298) |
| 2137 | 2026-06-21T01:46:59.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2138 | 2026-06-21T01:46:59.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2139 | 2026-06-21T01:46:59.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2140 | 2026-06-21T01:46:59.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2141 | 2026-06-21T01:46:59.873Z | |
| 2142 | 2026-06-21T01:46:59.873Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298) |
| 2143 | 2026-06-21T01:47:00.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2144 | 2026-06-21T01:47:00.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2145 | 2026-06-21T01:47:00.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2146 | 2026-06-21T01:47:00.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2147 | 2026-06-21T01:47:00.381Z | |
| 2148 | 2026-06-21T01:47:00.381Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298) |
| 2149 | 2026-06-21T01:47:00.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2150 | 2026-06-21T01:47:00.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2151 | 2026-06-21T01:47:00.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2152 | 2026-06-21T01:47:00.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2153 | 2026-06-21T01:47:00.891Z | |
| 2154 | 2026-06-21T01:47:00.891Z | info: running `cargo check --bins --no-default-features` on gfss (61/298) |
| 2155 | 2026-06-21T01:47:01.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2156 | 2026-06-21T01:47:01.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2157 | 2026-06-21T01:47:01.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2158 | 2026-06-21T01:47:01.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2159 | 2026-06-21T01:47:01.393Z | |
| 2160 | 2026-06-21T01:47:01.393Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298) |
| 2161 | 2026-06-21T01:47:01.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2162 | 2026-06-21T01:47:01.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2163 | 2026-06-21T01:47:01.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2164 | 2026-06-21T01:47:01.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2165 | 2026-06-21T01:47:01.898Z | |
| 2166 | 2026-06-21T01:47:01.898Z | info: running `cargo check --bins` on clickhouse-admin-types (63/298) |
| 2167 | 2026-06-21T01:47:02.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2168 | 2026-06-21T01:47:02.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2169 | 2026-06-21T01:47:02.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2170 | 2026-06-21T01:47:02.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2171 | 2026-06-21T01:47:02.409Z | |
| 2172 | 2026-06-21T01:47:02.409Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/298) |
| 2173 | 2026-06-21T01:47:02.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2174 | 2026-06-21T01:47:02.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2175 | 2026-06-21T01:47:02.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2176 | 2026-06-21T01:47:02.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2177 | 2026-06-21T01:47:02.926Z | |
| 2178 | 2026-06-21T01:47:02.926Z | info: running `cargo check --bins` on cockroach-admin-types (65/298) |
| 2179 | 2026-06-21T01:47:03.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2180 | 2026-06-21T01:47:03.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2181 | 2026-06-21T01:47:03.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2182 | 2026-06-21T01:47:03.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2183 | 2026-06-21T01:47:03.429Z | |
| 2184 | 2026-06-21T01:47:03.429Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/298) |
| 2185 | 2026-06-21T01:47:03.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2186 | 2026-06-21T01:47:03.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2187 | 2026-06-21T01:47:03.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2188 | 2026-06-21T01:47:03.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2189 | 2026-06-21T01:47:03.930Z | |
| 2190 | 2026-06-21T01:47:03.930Z | info: running `cargo check --bins` on ereport-types (67/298) |
| 2191 | 2026-06-21T01:47:04.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2192 | 2026-06-21T01:47:04.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2193 | 2026-06-21T01:47:04.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2194 | 2026-06-21T01:47:04.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2195 | 2026-06-21T01:47:04.446Z | |
| 2196 | 2026-06-21T01:47:04.446Z | info: running `cargo check --bins` on gateway-client (68/298) |
| 2197 | 2026-06-21T01:47:04.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2198 | 2026-06-21T01:47:04.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2199 | 2026-06-21T01:47:04.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2200 | 2026-06-21T01:47:04.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2201 | 2026-06-21T01:47:04.960Z | |
| 2202 | 2026-06-21T01:47:04.960Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/298) |
| 2203 | 2026-06-21T01:47:05.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2204 | 2026-06-21T01:47:05.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2205 | 2026-06-21T01:47:05.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2206 | 2026-06-21T01:47:05.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2207 | 2026-06-21T01:47:05.472Z | |
| 2208 | 2026-06-21T01:47:05.472Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298) |
| 2209 | 2026-06-21T01:47:05.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2210 | 2026-06-21T01:47:05.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2211 | 2026-06-21T01:47:05.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2212 | 2026-06-21T01:47:05.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2213 | 2026-06-21T01:47:05.983Z | |
| 2214 | 2026-06-21T01:47:05.983Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298) |
| 2215 | 2026-06-21T01:47:06.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2216 | 2026-06-21T01:47:06.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2217 | 2026-06-21T01:47:06.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2218 | 2026-06-21T01:47:06.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2219 | 2026-06-21T01:47:06.493Z | |
| 2220 | 2026-06-21T01:47:06.493Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298) |
| 2221 | 2026-06-21T01:47:06.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2222 | 2026-06-21T01:47:06.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2223 | 2026-06-21T01:47:06.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2224 | 2026-06-21T01:47:06.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2225 | 2026-06-21T01:47:07.003Z | |
| 2226 | 2026-06-21T01:47:07.003Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/298) |
| 2227 | 2026-06-21T01:47:07.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2228 | 2026-06-21T01:47:07.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2229 | 2026-06-21T01:47:07.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2230 | 2026-06-21T01:47:07.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2231 | 2026-06-21T01:47:07.531Z | |
| 2232 | 2026-06-21T01:47:07.531Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298) |
| 2233 | 2026-06-21T01:49:08.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2234 | 2026-06-21T01:52:09.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2235 | 2026-06-21T01:52:09.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2236 | 2026-06-21T01:52:09.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2237 | 2026-06-21T01:52:09.204Z | |
| 2238 | 2026-06-21T01:52:09.204Z | info: running `cargo check --bins` on key-manager-types (75/298) |
| 2239 | 2026-06-21T01:52:09.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2240 | 2026-06-21T01:52:09.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2241 | 2026-06-21T01:52:09.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2242 | 2026-06-21T01:52:09.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2243 | 2026-06-21T01:52:09.204Z | |
| 2244 | 2026-06-21T01:52:09.204Z | info: running `cargo check --bins` on oxlog (76/298) |
| 2245 | 2026-06-21T01:52:09.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2246 | 2026-06-21T01:52:09.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2247 | 2026-06-21T01:52:09.204Z | Checking cfg-if v1.0.4 |
| 2248 | 2026-06-21T01:52:09.204Z | Checking libc v0.2.185 |
| 2249 | 2026-06-21T01:52:09.204Z | Checking serde_core v1.0.228 |
| 2250 | 2026-06-21T01:52:09.204Z | Checking zeroize v1.8.2 |
| 2251 | 2026-06-21T01:52:09.204Z | Checking memchr v2.8.0 |
| 2252 | 2026-06-21T01:52:09.204Z | Checking log v0.4.29 |
| 2253 | 2026-06-21T01:52:09.204Z | Checking smallvec v1.15.1 |
| 2254 | 2026-06-21T01:52:09.204Z | Checking typenum v1.19.0 |
| 2255 | 2026-06-21T01:52:09.204Z | Checking subtle v2.6.1 |
| 2256 | 2026-06-21T01:52:09.204Z | Checking itoa v1.0.17 |
| 2257 | 2026-06-21T01:52:09.204Z | Checking scopeguard v1.2.0 |
| 2258 | 2026-06-21T01:52:09.204Z | Checking stable_deref_trait v1.2.1 |
| 2259 | 2026-06-21T01:52:09.204Z | Checking const-oid v0.9.6 |
| 2260 | 2026-06-21T01:52:09.204Z | Checking zerofrom v0.1.6 |
| 2261 | 2026-06-21T01:52:09.205Z | Checking lock_api v0.4.14 |
| 2262 | 2026-06-21T01:52:09.205Z | Checking pin-project-lite v0.2.17 |
| 2263 | 2026-06-21T01:52:09.205Z | Checking yoke v0.8.1 |
| 2264 | 2026-06-21T01:52:09.205Z | Checking portable-atomic v1.13.1 |
| 2265 | 2026-06-21T01:52:09.205Z | Checking getrandom v0.2.17 |
| 2266 | 2026-06-21T01:52:09.205Z | Checking errno v0.3.14 |
| 2267 | 2026-06-21T01:52:09.205Z | Checking parking_lot_core v0.9.12 |
| 2268 | 2026-06-21T01:52:09.205Z | Checking zerovec v0.11.5 |
| 2269 | 2026-06-21T01:52:09.205Z | Checking signal-hook-registry v1.4.8 |
| 2270 | 2026-06-21T01:52:09.206Z | Checking generic-array v0.14.7 |
| 2271 | 2026-06-21T01:52:09.206Z | Checking rand_core v0.6.4 |
| 2272 | 2026-06-21T01:52:09.206Z | Checking futures-core v0.3.32 |
| 2273 | 2026-06-21T01:52:09.206Z | Checking critical-section v1.2.0 |
| 2274 | 2026-06-21T01:52:09.206Z | Checking parking_lot v0.12.5 |
| 2275 | 2026-06-21T01:52:09.206Z | Checking mio v1.2.0 |
| 2276 | 2026-06-21T01:52:09.206Z | Checking zerocopy v0.8.40 |
| 2277 | 2026-06-21T01:52:09.206Z | Checking once_cell v1.21.3 |
| 2278 | 2026-06-21T01:52:09.206Z | Checking zmij v1.0.21 |
| 2279 | 2026-06-21T01:52:09.206Z | Checking socket2 v0.6.3 |
| 2280 | 2026-06-21T01:52:09.206Z | Checking tinystr v0.8.2 |
| 2281 | 2026-06-21T01:52:09.206Z | Checking libm v0.2.16 |
| 2282 | 2026-06-21T01:52:09.206Z | Checking crypto-common v0.1.7 |
| 2283 | 2026-06-21T01:52:09.206Z | Checking block-buffer v0.10.4 |
| 2284 | 2026-06-21T01:52:09.206Z | Checking equivalent v1.0.2 |
| 2285 | 2026-06-21T01:52:09.206Z | Checking writeable v0.6.2 |
| 2286 | 2026-06-21T01:52:09.206Z | Checking percent-encoding v2.3.2 |
| 2287 | 2026-06-21T01:52:09.206Z | Checking litemap v0.8.1 |
| 2288 | 2026-06-21T01:52:09.206Z | Checking potential_utf v0.1.4 |
| 2289 | 2026-06-21T01:52:09.206Z | Checking digest v0.10.7 |
| 2290 | 2026-06-21T01:52:09.206Z | Checking zerotrie v0.2.3 |
| 2291 | 2026-06-21T01:52:09.206Z | Checking futures-sink v0.3.32 |
| 2292 | 2026-06-21T01:52:09.206Z | Checking icu_collections v2.1.1 |
| 2293 | 2026-06-21T01:52:09.206Z | Checking icu_locale_core v2.1.1 |
| 2294 | 2026-06-21T01:52:09.207Z | Checking futures-channel v0.3.32 |
| 2295 | 2026-06-21T01:52:09.207Z | Checking futures-io v0.3.32 |
| 2296 | 2026-06-21T01:52:09.207Z | Checking serde v1.0.228 |
| 2297 | 2026-06-21T01:52:09.207Z | Checking bitflags v2.11.0 |
| 2298 | 2026-06-21T01:52:09.207Z | Checking serde_json v1.0.149 |
| 2299 | 2026-06-21T01:52:09.207Z | Checking futures-task v0.3.32 |
| 2300 | 2026-06-21T01:52:09.207Z | Checking slab v0.4.12 |
| 2301 | 2026-06-21T01:52:09.207Z | Checking cpufeatures v0.2.17 |
| 2302 | 2026-06-21T01:52:09.207Z | Checking num-traits v0.2.19 |
| 2303 | 2026-06-21T01:52:09.207Z | Checking hmac v0.12.1 |
| 2304 | 2026-06-21T01:52:09.378Z | Checking icu_properties_data v2.1.2 |
| 2305 | 2026-06-21T01:52:09.378Z | Checking futures-util v0.3.32 |
| 2306 | 2026-06-21T01:52:09.462Z | Checking icu_normalizer_data v2.1.1 |
| 2307 | 2026-06-21T01:52:09.462Z | Checking icu_provider v2.1.1 |
| 2308 | 2026-06-21T01:52:09.462Z | Checking rand_core v0.10.0 |
| 2309 | 2026-06-21T01:52:09.463Z | Checking bytes v1.11.1 |
| 2310 | 2026-06-21T01:52:09.463Z | Checking hashbrown v0.17.0 |
| 2311 | 2026-06-21T01:52:09.463Z | Checking getrandom v0.4.1 |
| 2312 | 2026-06-21T01:52:09.463Z | Checking icu_normalizer v2.1.1 |
| 2313 | 2026-06-21T01:52:09.463Z | Checking icu_properties v2.1.2 |
| 2314 | 2026-06-21T01:52:09.463Z | Checking block-padding v0.3.3 |
| 2315 | 2026-06-21T01:52:09.463Z | Checking utf8_iter v1.0.4 |
| 2316 | 2026-06-21T01:52:09.463Z | Checking inout v0.1.4 |
| 2317 | 2026-06-21T01:52:09.463Z | Checking tokio v1.52.1 |
| 2318 | 2026-06-21T01:52:09.463Z | Checking sha2 v0.10.9 |
| 2319 | 2026-06-21T01:52:09.463Z | Checking indexmap v2.14.0 |
| 2320 | 2026-06-21T01:52:09.463Z | Checking form_urlencoded v1.2.2 |
| 2321 | 2026-06-21T01:52:09.463Z | Checking cipher v0.4.4 |
| 2322 | 2026-06-21T01:52:09.463Z | Checking getrandom v0.3.4 |
| 2323 | 2026-06-21T01:52:09.463Z | Checking fnv v1.0.7 |
| 2324 | 2026-06-21T01:52:09.463Z | Checking base64ct v1.8.3 |
| 2325 | 2026-06-21T01:52:09.463Z | Checking byteorder v1.5.0 |
| 2326 | 2026-06-21T01:52:09.463Z | Checking flagset v0.4.7 |
| 2327 | 2026-06-21T01:52:09.463Z | Checking rand_core v0.9.5 |
| 2328 | 2026-06-21T01:52:09.463Z | Checking http v1.4.0 |
| 2329 | 2026-06-21T01:52:09.463Z | Checking pem-rfc7468 v0.7.0 |
| 2330 | 2026-06-21T01:52:09.463Z | Checking regex-syntax v0.8.10 |
| 2331 | 2026-06-21T01:52:09.464Z | Checking idna_adapter v1.2.1 |
| 2332 | 2026-06-21T01:52:09.464Z | Checking salsa20 v0.10.2 |
| 2333 | 2026-06-21T01:52:09.464Z | Checking der v0.7.10 |
| 2334 | 2026-06-21T01:52:09.464Z | Checking idna v1.1.0 |
| 2335 | 2026-06-21T01:52:09.464Z | Checking uuid v1.23.0 |
| 2336 | 2026-06-21T01:52:09.464Z | Checking url v2.5.8 |
| 2337 | 2026-06-21T01:52:09.465Z | Checking pbkdf2 v0.12.2 |
| 2338 | 2026-06-21T01:52:09.465Z | Checking rustix v1.1.3 |
| 2339 | 2026-06-21T01:52:09.465Z | Checking tracing-core v0.1.36 |
| 2340 | 2026-06-21T01:52:09.465Z | Checking ppv-lite86 v0.2.21 |
| 2341 | 2026-06-21T01:52:09.465Z | Checking rustls-pki-types v1.14.0 |
| 2342 | 2026-06-21T01:52:09.465Z | Checking spki v0.7.3 |
| 2343 | 2026-06-21T01:52:09.465Z | Checking base64 v0.22.1 |
| 2344 | 2026-06-21T01:52:09.465Z | Checking iana-time-zone v0.1.65 |
| 2345 | 2026-06-21T01:52:09.465Z | Checking rand_chacha v0.9.0 |
| 2346 | 2026-06-21T01:52:09.465Z | Checking tracing v0.1.44 |
| 2347 | 2026-06-21T01:52:09.465Z | Checking chrono v0.4.44 |
| 2348 | 2026-06-21T01:52:09.465Z | Checking scrypt v0.11.0 |
| 2349 | 2026-06-21T01:52:09.465Z | Checking http-body v1.0.1 |
| 2350 | 2026-06-21T01:52:09.465Z | Checking aes v0.8.4 |
| 2351 | 2026-06-21T01:52:09.465Z | Checking cbc v0.1.2 |
| 2352 | 2026-06-21T01:52:09.465Z | Checking aws-lc-sys v0.40.0 |
| 2353 | 2026-06-21T01:52:09.465Z | Checking openssl-probe v0.2.1 |
| 2354 | 2026-06-21T01:52:09.465Z | Checking untrusted v0.7.1 |
| 2355 | 2026-06-21T01:52:09.465Z | Checking tinyvec_macros v0.1.1 |
| 2356 | 2026-06-21T01:52:09.465Z | Checking untrusted v0.9.0 |
| 2357 | 2026-06-21T01:52:09.465Z | Checking rand v0.9.2 |
| 2358 | 2026-06-21T01:52:09.465Z | Checking tinyvec v1.10.0 |
| 2359 | 2026-06-21T01:52:09.465Z | Checking tower-service v0.3.3 |
| 2360 | 2026-06-21T01:52:09.465Z | Checking ring v0.17.14 |
| 2361 | 2026-06-21T01:52:09.465Z | Checking try-lock v0.2.5 |
| 2362 | 2026-06-21T01:52:09.465Z | Checking pkcs5 v0.7.1 |
| 2363 | 2026-06-21T01:52:09.465Z | Checking tower-layer v0.3.3 |
| 2364 | 2026-06-21T01:52:09.465Z | Checking atomic-waker v1.1.2 |
| 2365 | 2026-06-21T01:52:09.465Z | Checking aws-lc-rs v1.16.3 |
| 2366 | 2026-06-21T01:52:09.465Z | Checking want v0.3.1 |
| 2367 | 2026-06-21T01:52:09.465Z | Checking pkcs8 v0.10.2 |
| 2368 | 2026-06-21T01:52:09.465Z | Checking ipnet v2.11.0 |
| 2369 | 2026-06-21T01:52:09.465Z | Checking httparse v1.10.1 |
| 2370 | 2026-06-21T01:52:09.465Z | Checking aho-corasick v1.1.4 |
| 2371 | 2026-06-21T01:52:09.465Z | Checking foreign-types-shared v0.1.1 |
| 2372 | 2026-06-21T01:52:09.465Z | Checking pin-utils v0.1.0 |
| 2373 | 2026-06-21T01:52:09.465Z | Checking dyn-clone v1.0.20 |
| 2374 | 2026-06-21T01:52:09.465Z | Checking httpdate v1.0.3 |
| 2375 | 2026-06-21T01:52:09.466Z | Checking fastrand v2.3.0 |
| 2376 | 2026-06-21T01:52:09.466Z | Checking utf8parse v0.2.2 |
| 2377 | 2026-06-21T01:52:09.466Z | Checking plain v0.2.3 |
| 2378 | 2026-06-21T01:52:09.466Z | Checking foreign-types v0.3.2 |
| 2379 | 2026-06-21T01:52:09.466Z | Checking unicode-normalization v0.1.25 |
| 2380 | 2026-06-21T01:52:09.466Z | Checking semver v1.0.28 |
| 2381 | 2026-06-21T01:52:09.466Z | Checking openssl-sys v0.9.115 |
| 2382 | 2026-06-21T01:52:09.466Z | Checking tempfile v3.25.0 |
| 2383 | 2026-06-21T01:52:09.466Z | Checking spin v0.9.8 |
| 2384 | 2026-06-21T01:52:09.466Z | Checking socket2 v0.5.10 |
| 2385 | 2026-06-21T01:52:09.466Z | Checking ucd-trie v0.1.7 |
| 2386 | 2026-06-21T01:52:09.466Z | Checking regex-automata v0.4.14 |
| 2387 | 2026-06-21T01:52:09.466Z | Checking rustls-webpki v0.103.9 |
| 2388 | 2026-06-21T01:52:09.466Z | Checking anstyle v1.0.14 |
| 2389 | 2026-06-21T01:52:09.466Z | Checking unicode-ident v1.0.24 |
| 2390 | 2026-06-21T01:52:09.466Z | Checking pest v2.8.6 |
| 2391 | 2026-06-21T01:52:09.467Z | Checking openssl v0.10.79 |
| 2392 | 2026-06-21T01:52:09.467Z | Checking tokio-util v0.7.18 |
| 2393 | 2026-06-21T01:52:09.467Z | Checking schemars v0.8.22 |
| 2394 | 2026-06-21T01:52:09.467Z | Checking proc-macro2 v1.0.106 |
| 2395 | 2026-06-21T01:52:09.467Z | Checking rustls-native-certs v0.8.3 |
| 2396 | 2026-06-21T01:52:09.467Z | Checking thiserror v2.0.18 |
| 2397 | 2026-06-21T01:52:09.467Z | Checking rustls v0.23.37 |
| 2398 | 2026-06-21T01:52:09.467Z | Checking sync_wrapper v1.0.2 |
| 2399 | 2026-06-21T01:52:09.467Z | Checking wait-timeout v0.2.1 |
| 2400 | 2026-06-21T01:52:09.467Z | Checking siphasher v1.0.2 |
| 2401 | 2026-06-21T01:52:09.467Z | Checking anstyle-query v1.1.5 |
| 2402 | 2026-06-21T01:52:09.467Z | Checking h2 v0.4.13 |
| 2403 | 2026-06-21T01:52:09.467Z | Checking quick-error v1.2.3 |
| 2404 | 2026-06-21T01:52:09.467Z | Checking bit-vec v0.8.0 |
| 2405 | 2026-06-21T01:52:09.467Z | Checking colorchoice v1.0.4 |
| 2406 | 2026-06-21T01:52:09.556Z | Checking pretty-hex v0.4.1 |
| 2407 | 2026-06-21T01:52:09.556Z | Checking is_terminal_polyfill v1.70.2 |
| 2408 | 2026-06-21T01:52:09.556Z | Checking simd-adler32 v0.3.8 |
| 2409 | 2026-06-21T01:52:09.556Z | Checking powerfmt v0.2.0 |
| 2410 | 2026-06-21T01:52:09.556Z | Checking bit-set v0.8.0 |
| 2411 | 2026-06-21T01:52:09.556Z | Checking deranged v0.5.8 |
| 2412 | 2026-06-21T01:52:09.556Z | Checking rusty-fork v0.3.1 |
| 2413 | 2026-06-21T01:52:09.556Z | Checking tower v0.5.3 |
| 2414 | 2026-06-21T01:52:09.556Z | Checking quote v1.0.45 |
| 2415 | 2026-06-21T01:52:09.556Z | Compiling newtype-uuid v1.3.2 |
| 2416 | 2026-06-21T01:52:09.556Z | Checking http-body-util v0.1.3 |
| 2417 | 2026-06-21T01:52:09.556Z | Checking webpki-roots v1.0.6 |
| 2418 | 2026-06-21T01:52:09.556Z | Checking crossbeam-utils v0.8.21 |
| 2419 | 2026-06-21T01:52:09.556Z | Checking rand_xorshift v0.4.0 |
| 2420 | 2026-06-21T01:52:09.556Z | Checking crc32fast v1.5.0 |
| 2421 | 2026-06-21T01:52:09.556Z | Checking scroll v0.13.0 |
| 2422 | 2026-06-21T01:52:09.556Z | Checking signature v2.2.0 |
| 2423 | 2026-06-21T01:52:09.556Z | Checking num_threads v0.1.7 |
| 2424 | 2026-06-21T01:52:09.556Z | Checking unicode-properties v0.1.4 |
| 2425 | 2026-06-21T01:52:09.556Z | Checking unicode-bidi v0.3.18 |
| 2426 | 2026-06-21T01:52:09.556Z | Checking unarray v0.1.4 |
| 2427 | 2026-06-21T01:52:09.556Z | Checking adler2 v2.0.1 |
| 2428 | 2026-06-21T01:52:09.556Z | Checking iri-string v0.7.10 |
| 2429 | 2026-06-21T01:52:09.556Z | Checking time-core v0.1.8 |
| 2430 | 2026-06-21T01:52:09.556Z | Checking ryu v1.0.23 |
| 2431 | 2026-06-21T01:52:09.556Z | Checking num-conv v0.2.0 |
| 2432 | 2026-06-21T01:52:09.556Z | Checking native-tls v0.2.18 |
| 2433 | 2026-06-21T01:52:09.556Z | Checking allocator-api2 v0.2.21 |
| 2434 | 2026-06-21T01:52:09.556Z | Checking time v0.3.47 |
| 2435 | 2026-06-21T01:52:09.556Z | Checking stringprep v0.1.5 |
| 2436 | 2026-06-21T01:52:09.556Z | Checking serde_urlencoded v0.7.1 |
| 2437 | 2026-06-21T01:52:09.557Z | Checking tokio-native-tls v0.3.1 |
| 2438 | 2026-06-21T01:52:09.557Z | Checking miniz_oxide v0.8.9 |
| 2439 | 2026-06-21T01:52:09.557Z | Checking proptest v1.10.0 |
| 2440 | 2026-06-21T01:52:09.557Z | Checking goblin v0.10.5 |
| 2441 | 2026-06-21T01:52:09.557Z | Checking crossbeam-epoch v0.9.18 |
| 2442 | 2026-06-21T01:52:09.557Z | Checking bstr v1.12.1 |
| 2443 | 2026-06-21T01:52:09.557Z | Compiling daft v0.1.7 |
| 2444 | 2026-06-21T01:52:09.557Z | Checking tokio-rustls v0.26.4 |
| 2445 | 2026-06-21T01:52:09.557Z | Checking syn v2.0.117 |
| 2446 | 2026-06-21T01:52:09.557Z | Checking tower-http v0.6.8 |
| 2447 | 2026-06-21T01:52:09.557Z | Checking ipnetwork v0.21.1 |
| 2448 | 2026-06-21T01:52:09.557Z | Checking anstyle-parse v1.0.0 |
| 2449 | 2026-06-21T01:52:09.557Z | Checking rand_chacha v0.3.1 |
| 2450 | 2026-06-21T01:52:09.557Z | Checking thiserror v1.0.69 |
| 2451 | 2026-06-21T01:52:09.558Z | Checking scroll v0.12.0 |
| 2452 | 2026-06-21T01:52:09.558Z | Checking hash32 v0.2.1 |
| 2453 | 2026-06-21T01:52:09.558Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2454 | 2026-06-21T01:52:09.558Z | Checking hyper v1.8.1 |
| 2455 | 2026-06-21T01:52:09.558Z | Checking num-integer v0.1.46 |
| 2456 | 2026-06-21T01:52:09.558Z | Checking toml_datetime v0.6.11 |
| 2457 | 2026-06-21T01:52:09.558Z | Checking serde_spanned v0.6.9 |
| 2458 | 2026-06-21T01:52:09.558Z | Checking md-5 v0.10.6 |
| 2459 | 2026-06-21T01:52:09.558Z | Checking ff v0.13.1 |
| 2460 | 2026-06-21T01:52:09.558Z | Checking encoding_rs v0.8.35 |
| 2461 | 2026-06-21T01:52:09.558Z | Checking mime v0.3.17 |
| 2462 | 2026-06-21T01:52:09.558Z | Checking psl-types v2.0.11 |
| 2463 | 2026-06-21T01:52:09.558Z | Checking zlib-rs v0.6.2 |
| 2464 | 2026-06-21T01:52:09.559Z | Checking base16ct v0.2.0 |
| 2465 | 2026-06-21T01:52:09.559Z | Checking fallible-iterator v0.2.0 |
| 2466 | 2026-06-21T01:52:09.559Z | Checking sec1 v0.7.3 |
| 2467 | 2026-06-21T01:52:09.559Z | Checking postgres-protocol v0.6.10 |
| 2468 | 2026-06-21T01:52:09.559Z | Checking publicsuffix v2.3.0 |
| 2469 | 2026-06-21T01:52:09.559Z | Checking group v0.13.0 |
| 2470 | 2026-06-21T01:52:09.559Z | Checking hyper-util v0.1.20 |
| 2471 | 2026-06-21T01:52:09.559Z | Checking num-iter v0.1.45 |
| 2472 | 2026-06-21T01:52:09.559Z | Checking goblin v0.8.2 |
| 2473 | 2026-06-21T01:52:09.559Z | Checking zstd-safe v7.2.4 |
| 2474 | 2026-06-21T01:52:09.559Z | Checking heapless v0.7.17 |
| 2475 | 2026-06-21T01:52:09.559Z | Checking rand v0.8.6 |
| 2476 | 2026-06-21T01:52:09.559Z | Checking cookie v0.18.1 |
| 2477 | 2026-06-21T01:52:09.559Z | Checking flate2 v1.1.9 |
| 2478 | 2026-06-21T01:52:09.559Z | Checking dof v0.4.0 |
| 2479 | 2026-06-21T01:52:09.559Z | Checking oxnet v0.1.6 |
| 2480 | 2026-06-21T01:52:09.559Z | Checking anstream v1.0.0 |
| 2481 | 2026-06-21T01:52:09.559Z | Compiling iddqd v0.4.2 |
| 2482 | 2026-06-21T01:52:09.559Z | Checking dtrace-parser v0.3.0 |
| 2483 | 2026-06-21T01:52:09.559Z | Checking phf_shared v0.13.1 |
| 2484 | 2026-06-21T01:52:09.559Z | Checking lazy_static v1.5.0 |
| 2485 | 2026-06-21T01:52:09.559Z | Checking anstyle-parse v0.2.7 |
| 2486 | 2026-06-21T01:52:09.559Z | Checking zerocopy v0.7.35 |
| 2487 | 2026-06-21T01:52:09.559Z | Checking pin-project v1.1.11 |
| 2488 | 2026-06-21T01:52:09.559Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2489 | 2026-06-21T01:52:09.559Z | Checking signal-hook v0.3.18 |
| 2490 | 2026-06-21T01:52:09.560Z | Checking terminal_size v0.4.3 |
| 2491 | 2026-06-21T01:52:09.560Z | Checking futures-executor v0.3.32 |
| 2492 | 2026-06-21T01:52:09.560Z | Checking hex v0.4.3 |
| 2493 | 2026-06-21T01:52:09.560Z | Checking hkdf v0.12.4 |
| 2494 | 2026-06-21T01:52:09.560Z | Checking crypto-bigint v0.5.5 |
| 2495 | 2026-06-21T01:52:09.560Z | Checking thread-id v5.1.0 |
| 2496 | 2026-06-21T01:52:09.560Z | Checking hyper-rustls v0.27.7 |
| 2497 | 2026-06-21T01:52:09.560Z | Checking hyper-tls v0.6.0 |
| 2498 | 2026-06-21T01:52:09.560Z | Checking libbz2-rs-sys v0.2.2 |
| 2499 | 2026-06-21T01:52:09.560Z | Checking strsim v0.11.1 |
| 2500 | 2026-06-21T01:52:09.560Z | Checking bitflags v1.3.2 |
| 2501 | 2026-06-21T01:52:09.560Z | Checking winnow v0.5.40 |
| 2502 | 2026-06-21T01:52:09.560Z | Checking foldhash v0.1.5 |
| 2503 | 2026-06-21T01:52:09.560Z | Checking bumpalo v3.20.2 |
| 2504 | 2026-06-21T01:52:09.560Z | Checking clap_lex v1.0.0 |
| 2505 | 2026-06-21T01:52:09.560Z | Checking managed v0.8.0 |
| 2506 | 2026-06-21T01:52:09.576Z | Checking either v1.15.0 |
| 2507 | 2026-06-21T01:52:09.576Z | Compiling rayon-core v1.13.0 |
| 2508 | 2026-06-21T01:52:09.576Z | Checking winnow v0.7.14 |
| 2509 | 2026-06-21T01:52:09.576Z | Checking same-file v1.0.6 |
| 2510 | 2026-06-21T01:52:09.576Z | Checking foldhash v0.2.0 |
| 2511 | 2026-06-21T01:52:09.576Z | Checking smoltcp v0.9.1 |
| 2512 | 2026-06-21T01:52:09.576Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2513 | 2026-06-21T01:52:09.577Z | Checking walkdir v2.5.0 |
| 2514 | 2026-06-21T01:52:09.577Z | Checking hashbrown v0.16.1 |
| 2515 | 2026-06-21T01:52:09.577Z | Checking dof v0.3.0 |
| 2516 | 2026-06-21T01:52:09.577Z | Checking bzip2 v0.6.1 |
| 2517 | 2026-06-21T01:52:09.577Z | Checking zopfli v0.8.3 |
| 2518 | 2026-06-21T01:52:09.577Z | Checking elliptic-curve v0.13.8 |
| 2519 | 2026-06-21T01:52:09.577Z | Checking clap_builder v4.6.0 |
| 2520 | 2026-06-21T01:52:09.577Z | Checking hashbrown v0.15.5 |
| 2521 | 2026-06-21T01:52:09.577Z | Checking reqwest v0.12.28 |
| 2522 | 2026-06-21T01:52:09.577Z | Checking usdt-impl v0.6.0 |
| 2523 | 2026-06-21T01:52:09.577Z | Checking signal-hook-mio v0.2.5 |
| 2524 | 2026-06-21T01:52:09.577Z | Checking futures v0.3.32 |
| 2525 | 2026-06-21T01:52:09.578Z | Checking snafu v0.8.9 |
| 2526 | 2026-06-21T01:52:09.578Z | Checking bzip2 v0.4.4 |
| 2527 | 2026-06-21T01:52:09.578Z | Checking toml_edit v0.19.15 |
| 2528 | 2026-06-21T01:52:09.578Z | Checking anstream v0.6.21 |
| 2529 | 2026-06-21T01:52:09.578Z | Checking phf v0.13.1 |
| 2530 | 2026-06-21T01:52:09.578Z | Checking num-bigint-dig v0.8.6 |
| 2531 | 2026-06-21T01:52:09.578Z | Checking cookie_store v0.22.1 |
| 2532 | 2026-06-21T01:52:09.578Z | Checking zstd v0.13.3 |
| 2533 | 2026-06-21T01:52:09.578Z | Checking postgres-types v0.2.12 |
| 2534 | 2026-06-21T01:52:09.578Z | Checking dtrace-parser v0.2.0 |
| 2535 | 2026-06-21T01:52:09.578Z | Checking globset v0.4.18 |
| 2536 | 2026-06-21T01:52:09.578Z | Checking rustls-platform-verifier v0.6.2 |
| 2537 | 2026-06-21T01:52:09.578Z | Checking crossbeam-deque v0.8.6 |
| 2538 | 2026-06-21T01:52:09.578Z | Checking regex v1.12.3 |
| 2539 | 2026-06-21T01:52:09.578Z | Checking ed25519 v2.2.3 |
| 2540 | 2026-06-21T01:52:09.578Z | Checking phf_shared v0.11.3 |
| 2541 | 2026-06-21T01:52:09.579Z | Checking olpc-cjson v0.1.4 |
| 2542 | 2026-06-21T01:52:09.579Z | Checking curve25519-dalek v4.1.3 |
| 2543 | 2026-06-21T01:52:09.579Z | Checking ref-cast v1.0.25 |
| 2544 | 2026-06-21T01:52:09.579Z | Checking strum v0.27.2 |
| 2545 | 2026-06-21T01:52:09.579Z | Checking hubpack v0.1.2 |
| 2546 | 2026-06-21T01:52:09.579Z | Checking memoffset v0.9.1 |
| 2547 | 2026-06-21T01:52:09.579Z | Checking rustix v0.38.44 |
| 2548 | 2026-06-21T01:52:09.579Z | Checking pkcs1 v0.7.5 |
| 2549 | 2026-06-21T01:52:09.579Z | Checking pem v3.0.6 |
| 2550 | 2026-06-21T01:52:09.580Z | Checking float-cmp v0.10.0 |
| 2551 | 2026-06-21T01:52:09.580Z | Checking serde_plain v1.0.2 |
| 2552 | 2026-06-21T01:52:09.580Z | Checking erased-serde v0.3.31 |
| 2553 | 2026-06-21T01:52:09.580Z | Checking serde-big-array v0.5.1 |
| 2554 | 2026-06-21T01:52:09.580Z | Checking rfc6979 v0.4.0 |
| 2555 | 2026-06-21T01:52:09.580Z | Checking thread-id v4.2.2 |
| 2556 | 2026-06-21T01:52:09.580Z | Checking memmap2 v0.9.10 |
| 2557 | 2026-06-21T01:52:09.580Z | Checking env_filter v1.0.0 |
| 2558 | 2026-06-21T01:52:09.580Z | Checking new_debug_unreachable v1.0.6 |
| 2559 | 2026-06-21T01:52:09.580Z | Checking difflib v0.4.0 |
| 2560 | 2026-06-21T01:52:09.580Z | Checking precomputed-hash v0.1.1 |
| 2561 | 2026-06-21T01:52:09.580Z | Checking toml_write v0.1.2 |
| 2562 | 2026-06-21T01:52:09.580Z | Checking fixedbitset v0.4.2 |
| 2563 | 2026-06-21T01:52:09.580Z | Checking predicates-core v1.0.10 |
| 2564 | 2026-06-21T01:52:09.580Z | Checking data-encoding v2.10.0 |
| 2565 | 2026-06-21T01:52:09.580Z | Checking typed-path v0.9.3 |
| 2566 | 2026-06-21T01:52:09.580Z | Checking keccak v0.1.6 |
| 2567 | 2026-06-21T01:52:09.580Z | Checking unicode-segmentation v1.12.0 |
| 2568 | 2026-06-21T01:52:09.580Z | Checking normalize-line-endings v0.3.0 |
| 2569 | 2026-06-21T01:52:09.580Z | Checking static_assertions v1.1.0 |
| 2570 | 2026-06-21T01:52:09.580Z | Checking jiff v0.2.21 |
| 2571 | 2026-06-21T01:52:09.580Z | Checking fixedbitset v0.5.7 |
| 2572 | 2026-06-21T01:52:09.580Z | Checking whoami v2.1.0 |
| 2573 | 2026-06-21T01:52:09.580Z | Checking hickory-proto v0.25.2 |
| 2574 | 2026-06-21T01:52:09.580Z | Checking ed25519-dalek v2.2.0 |
| 2575 | 2026-06-21T01:52:09.580Z | Checking petgraph v0.8.3 |
| 2576 | 2026-06-21T01:52:09.580Z | Checking similar v2.7.0 |
| 2577 | 2026-06-21T01:52:09.580Z | Checking tokio-postgres v0.7.16 |
| 2578 | 2026-06-21T01:52:09.580Z | Checking crossterm v0.28.1 |
| 2579 | 2026-06-21T01:52:09.580Z | Checking sha3 v0.10.8 |
| 2580 | 2026-06-21T01:52:09.580Z | Checking predicates v3.1.4 |
| 2581 | 2026-06-21T01:52:09.580Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2582 | 2026-06-21T01:52:09.580Z | Checking tough v0.22.0 |
| 2583 | 2026-06-21T01:52:09.580Z | Checking petgraph v0.6.5 |
| 2584 | 2026-06-21T01:52:09.580Z | Checking slog v2.8.2 |
| 2585 | 2026-06-21T01:52:09.580Z | Checking toml_edit v0.22.27 |
| 2586 | 2026-06-21T01:52:09.580Z | Checking env_logger v0.11.9 |
| 2587 | 2026-06-21T01:52:09.580Z | Checking string_cache v0.8.9 |
| 2588 | 2026-06-21T01:52:09.581Z | Checking usdt v0.6.0 |
| 2589 | 2026-06-21T01:52:09.581Z | Checking ecdsa v0.16.9 |
| 2590 | 2026-06-21T01:52:09.581Z | Checking usdt-impl v0.5.0 |
| 2591 | 2026-06-21T01:52:09.581Z | Checking rsa v0.9.10 |
| 2592 | 2026-06-21T01:52:09.581Z | Checking toml v0.7.8 |
| 2593 | 2026-06-21T01:52:09.581Z | Checking nix v0.31.2 |
| 2594 | 2026-06-21T01:52:09.581Z | Checking zip v4.6.1 |
| 2595 | 2026-06-21T01:52:09.581Z | Checking clap v4.6.1 |
| 2596 | 2026-06-21T01:52:09.581Z | Checking reqwest v0.13.2 |
| 2597 | 2026-06-21T01:52:09.581Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2598 | 2026-06-21T01:52:09.581Z | Checking zip v0.6.6 |
| 2599 | 2026-06-21T01:52:09.581Z | Checking itertools v0.13.0 |
| 2600 | 2026-06-21T01:52:09.581Z | Checking serde_with v3.17.0 |
| 2601 | 2026-06-21T01:52:09.581Z | Checking strum v0.26.3 |
| 2602 | 2026-06-21T01:52:09.582Z | Checking fs-err v3.3.0 |
| 2603 | 2026-06-21T01:52:09.582Z | Checking ahash v0.8.12 |
| 2604 | 2026-06-21T01:52:09.582Z | Checking object v0.37.3 |
| 2605 | 2026-06-21T01:52:09.582Z | Checking tokio-stream v0.1.18 |
| 2606 | 2026-06-21T01:52:09.668Z | Checking buf-list v1.1.2 |
| 2607 | 2026-06-21T01:52:09.668Z | Checking camino v1.2.2 |
| 2608 | 2026-06-21T01:52:09.669Z | Checking anyhow v1.0.102 |
| 2609 | 2026-06-21T01:52:09.669Z | Checking x509-cert v0.2.5 |
| 2610 | 2026-06-21T01:52:09.669Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2611 | 2026-06-21T01:52:09.669Z | Checking openapiv3 v2.2.0 |
| 2612 | 2026-06-21T01:52:09.669Z | Checking sha1 v0.10.6 |
| 2613 | 2026-06-21T01:52:09.669Z | Checking peg-runtime v0.8.5 |
| 2614 | 2026-06-21T01:52:09.669Z | Checking lalrpop-util v0.19.12 |
| 2615 | 2026-06-21T01:52:09.669Z | Checking rayon v1.11.0 |
| 2616 | 2026-06-21T01:52:09.669Z | Checking sigpipe v0.1.3 |
| 2617 | 2026-06-21T01:52:09.669Z | Checking glob v0.3.3 |
| 2618 | 2026-06-21T01:52:09.669Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2619 | 2026-06-21T01:52:09.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.05s |
| 2620 | 2026-06-21T01:52:09.669Z | |
| 2621 | 2026-06-21T01:52:09.669Z | info: running `cargo check --bins` on internal-dns-types (77/298) |
| 2622 | 2026-06-21T01:52:09.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2623 | 2026-06-21T01:52:09.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2624 | 2026-06-21T01:52:09.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2625 | 2026-06-21T01:52:09.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2626 | 2026-06-21T01:52:09.669Z | |
| 2627 | 2026-06-21T01:52:09.669Z | info: running `cargo check --bins` on internal-dns-types-versions (78/298) |
| 2628 | 2026-06-21T01:52:09.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2629 | 2026-06-21T01:52:09.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2630 | 2026-06-21T01:52:09.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2631 | 2026-06-21T01:52:09.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2632 | 2026-06-21T01:52:09.670Z | |
| 2633 | 2026-06-21T01:52:09.670Z | info: running `cargo check --bins` on nexus-types-versions (79/298) |
| 2634 | 2026-06-21T01:52:09.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2026-06-21T01:52:09.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2026-06-21T01:52:09.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2026-06-21T01:52:09.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2638 | 2026-06-21T01:52:09.671Z | |
| 2639 | 2026-06-21T01:52:09.671Z | info: running `cargo check --bins` on oxql-types (80/298) |
| 2640 | 2026-06-21T01:52:09.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2026-06-21T01:52:09.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2026-06-21T01:52:09.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2026-06-21T01:52:09.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2644 | 2026-06-21T01:52:09.671Z | |
| 2645 | 2026-06-21T01:52:09.671Z | info: running `cargo check --bins` on oximeter-types (81/298) |
| 2646 | 2026-06-21T01:52:09.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2026-06-21T01:52:09.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2026-06-21T01:52:09.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2026-06-21T01:52:09.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2650 | 2026-06-21T01:52:09.671Z | |
| 2651 | 2026-06-21T01:52:09.672Z | info: running `cargo check --bins` on oximeter-types-versions (82/298) |
| 2652 | 2026-06-21T01:52:09.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2026-06-21T01:52:09.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2026-06-21T01:52:09.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2026-06-21T01:52:09.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2656 | 2026-06-21T01:52:09.672Z | |
| 2657 | 2026-06-21T01:52:09.672Z | info: running `cargo check --bins` on oximeter-macro-impl (83/298) |
| 2658 | 2026-06-21T01:52:09.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2026-06-21T01:52:09.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2026-06-21T01:52:09.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2026-06-21T01:52:09.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2662 | 2026-06-21T01:52:09.672Z | |
| 2663 | 2026-06-21T01:52:09.672Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/298) |
| 2664 | 2026-06-21T01:52:09.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2026-06-21T01:52:09.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2026-06-21T01:52:09.672Z | Compiling structmeta-derive v0.3.0 |
| 2667 | 2026-06-21T01:52:09.672Z | Compiling rustls v0.22.4 |
| 2668 | 2026-06-21T01:52:09.672Z | Compiling multer v3.1.0 |
| 2669 | 2026-06-21T01:52:09.672Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2670 | 2026-06-21T01:52:09.672Z | Compiling async-stream-impl v0.3.6 |
| 2671 | 2026-06-21T01:52:09.672Z | Compiling dropshot v0.17.0 |
| 2672 | 2026-06-21T01:52:09.672Z | Compiling newtype-uuid-macros v0.1.0 |
| 2673 | 2026-06-21T01:52:09.674Z | Compiling dropshot_endpoint v0.17.0 |
| 2674 | 2026-06-21T01:52:09.674Z | Checking newtype-uuid v1.3.2 |
| 2675 | 2026-06-21T01:52:09.674Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2676 | 2026-06-21T01:52:09.674Z | Checking rustls-webpki v0.102.8 |
| 2677 | 2026-06-21T01:52:09.674Z | Checking daft v0.1.7 |
| 2678 | 2026-06-21T01:52:09.674Z | Checking thread_local v1.1.9 |
| 2679 | 2026-06-21T01:52:09.674Z | Checking match_cfg v0.1.0 |
| 2680 | 2026-06-21T01:52:09.674Z | Checking compression-core v0.4.31 |
| 2681 | 2026-06-21T01:52:09.674Z | Checking iddqd v0.4.2 |
| 2682 | 2026-06-21T01:52:09.674Z | Checking hostname v0.3.1 |
| 2683 | 2026-06-21T01:52:09.674Z | Checking crossbeam-channel v0.5.15 |
| 2684 | 2026-06-21T01:52:09.674Z | Checking compression-codecs v0.4.37 |
| 2685 | 2026-06-21T01:52:09.674Z | Checking atomicwrites v0.4.4 |
| 2686 | 2026-06-21T01:52:09.674Z | Checking slog-json v2.6.1 |
| 2687 | 2026-06-21T01:52:09.674Z | Checking serde_spanned v1.0.4 |
| 2688 | 2026-06-21T01:52:09.674Z | Checking is-terminal v0.4.17 |
| 2689 | 2026-06-21T01:52:09.674Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2690 | 2026-06-21T01:52:09.675Z | Checking debug-ignore v1.0.5 |
| 2691 | 2026-06-21T01:52:09.675Z | Checking take_mut v0.2.2 |
| 2692 | 2026-06-21T01:52:09.675Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2693 | 2026-06-21T01:52:09.675Z | Compiling structmeta v0.3.0 |
| 2694 | 2026-06-21T01:52:09.675Z | Checking term v1.2.1 |
| 2695 | 2026-06-21T01:52:09.675Z | Checking slog-async v2.8.0 |
| 2696 | 2026-06-21T01:52:09.675Z | Checking slog-bunyan v2.5.0 |
| 2697 | 2026-06-21T01:52:09.675Z | Checking toml v1.0.6+spec-1.1.0 |
| 2698 | 2026-06-21T01:52:09.675Z | Checking async-compression v0.4.41 |
| 2699 | 2026-06-21T01:52:09.675Z | Compiling derive-ex v0.1.8 |
| 2700 | 2026-06-21T01:52:09.675Z | Compiling parse-display-derive v0.10.0 |
| 2701 | 2026-06-21T01:52:09.675Z | Checking slog-term v2.9.2 |
| 2702 | 2026-06-21T01:52:09.675Z | Checking async-stream v0.3.6 |
| 2703 | 2026-06-21T01:52:09.675Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2704 | 2026-06-21T01:52:09.675Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2705 | 2026-06-21T01:52:09.675Z | Checking progenitor-client v0.14.0 |
| 2706 | 2026-06-21T01:52:09.708Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2707 | 2026-06-21T01:52:09.708Z | Checking waitgroup v0.1.2 |
| 2708 | 2026-06-21T01:52:09.708Z | Checking backon v1.6.0 |
| 2709 | 2026-06-21T01:52:09.708Z | Checking rustls-pemfile v2.2.0 |
| 2710 | 2026-06-21T01:52:09.708Z | Checking serde_path_to_error v0.1.20 |
| 2711 | 2026-06-21T01:52:09.708Z | Checking hostname v0.4.2 |
| 2712 | 2026-06-21T01:52:09.708Z | Checking instant v0.1.13 |
| 2713 | 2026-06-21T01:52:09.708Z | Checking backoff v0.4.0 |
| 2714 | 2026-06-21T01:52:09.708Z | Checking tokio-rustls v0.25.0 |
| 2715 | 2026-06-21T01:52:09.708Z | Checking progenitor-extras v0.2.0 |
| 2716 | 2026-06-21T01:52:09.708Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2717 | 2026-06-21T01:52:09.708Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2718 | 2026-06-21T01:52:09.708Z | Checking itertools v0.14.0 |
| 2719 | 2026-06-21T01:52:09.708Z | Checking regress v0.10.5 |
| 2720 | 2026-06-21T01:52:09.708Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2721 | 2026-06-21T01:52:09.708Z | Checking macaddr v1.0.1 |
| 2722 | 2026-06-21T01:52:09.708Z | Compiling test-strategy v0.4.5 |
| 2723 | 2026-06-21T01:52:09.708Z | Checking parse-display v0.10.0 |
| 2724 | 2026-06-21T01:52:09.708Z | Checking humantime v2.3.0 |
| 2725 | 2026-06-21T01:52:10.166Z | Compiling prettyplease v0.2.37 |
| 2726 | 2026-06-21T01:52:10.221Z | Checking num-rational v0.4.2 |
| 2727 | 2026-06-21T01:52:10.643Z | Checking num-complex v0.4.6 |
| 2728 | 2026-06-21T01:52:10.668Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2729 | 2026-06-21T01:52:11.043Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2730 | 2026-06-21T01:52:11.191Z | Compiling num v0.4.3 |
| 2731 | 2026-06-21T01:52:11.258Z | Compiling usdt-macro v0.5.0 |
| 2732 | 2026-06-21T01:52:11.269Z | Compiling usdt-attr-macro v0.5.0 |
| 2733 | 2026-06-21T01:52:11.280Z | Checking memmap v0.7.0 |
| 2734 | 2026-06-21T01:52:11.290Z | Compiling float-ord v0.3.2 |
| 2735 | 2026-06-21T01:52:11.406Z | Compiling convert_case v0.4.0 |
| 2736 | 2026-06-21T01:52:11.411Z | Checking unicode-width v0.2.0 |
| 2737 | 2026-06-21T01:52:11.670Z | Checking console v0.15.11 |
| 2738 | 2026-06-21T01:52:11.906Z | Compiling derive_more v0.99.20 |
| 2739 | 2026-06-21T01:52:11.952Z | Checking newline-converter v0.3.0 |
| 2740 | 2026-06-21T01:52:11.984Z | Compiling toml v0.8.23 |
| 2741 | 2026-06-21T01:52:12.030Z | Checking usdt v0.5.0 |
| 2742 | 2026-06-21T01:52:12.062Z | Checking linked-hash-map v0.5.6 |
| 2743 | 2026-06-21T01:52:12.199Z | Compiling minimal-lexical v0.2.1 |
| 2744 | 2026-06-21T01:52:12.235Z | Checking lru-cache v0.1.2 |
| 2745 | 2026-06-21T01:52:12.359Z | Checking expectorate v1.2.0 |
| 2746 | 2026-06-21T01:52:12.455Z | Compiling nom v7.1.3 |
| 2747 | 2026-06-21T01:52:12.671Z | Checking camino-tempfile v1.4.1 |
| 2748 | 2026-06-21T01:52:12.838Z | Checking hickory-proto v0.24.4 |
| 2749 | 2026-06-21T01:52:13.005Z | Checking phf_shared v0.12.1 |
| 2750 | 2026-06-21T01:52:13.151Z | Compiling slog-dtrace v0.3.0 |
| 2751 | 2026-06-21T01:52:13.177Z | Compiling chrono-tz v0.10.4 |
| 2752 | 2026-06-21T01:52:13.352Z | Checking heck v0.5.0 |
| 2753 | 2026-06-21T01:52:13.364Z | Checking resolv-conf v0.7.6 |
| 2754 | 2026-06-21T01:52:13.480Z | Compiling const_format_proc_macros v0.2.34 |
| 2755 | 2026-06-21T01:52:13.632Z | Checking phf v0.12.1 |
| 2756 | 2026-06-21T01:52:13.777Z | Checking tokio-dtrace v0.1.1 |
| 2757 | 2026-06-21T01:52:13.857Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2758 | 2026-06-21T01:52:13.968Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2759 | 2026-06-21T01:52:14.321Z | Compiling derive-where v1.6.0 |
| 2760 | 2026-06-21T01:52:14.333Z | Checking highway v1.3.0 |
| 2761 | 2026-06-21T01:52:14.439Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2762 | 2026-06-21T01:52:14.494Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2763 | 2026-06-21T01:52:14.563Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2764 | 2026-06-21T01:52:14.680Z | Checking hickory-resolver v0.24.4 |
| 2765 | 2026-06-21T01:52:15.085Z | Checking const_format v0.2.35 |
| 2766 | 2026-06-21T01:52:15.321Z | Checking oxide-tokio-rt v0.1.4 |
| 2767 | 2026-06-21T01:52:15.517Z | Checking gethostname v0.5.0 |
| 2768 | 2026-06-21T01:52:15.608Z | Checking bcs v0.1.6 |
| 2769 | 2026-06-21T01:52:15.629Z | Checking qorb v0.4.1 |
| 2770 | 2026-06-21T01:52:15.657Z | Checking termtree v0.5.1 |
| 2771 | 2026-06-21T01:52:15.932Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2772 | 2026-06-21T01:52:15.967Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2773 | 2026-06-21T01:52:16.175Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2774 | 2026-06-21T01:52:16.175Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2775 | 2026-06-21T01:52:19.182Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2776 | 2026-06-21T01:52:21.741Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2777 | 2026-06-21T01:52:23.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 51s |
| 2778 | 2026-06-21T01:52:24.022Z | |
| 2779 | 2026-06-21T01:52:24.022Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298) |
| 2780 | 2026-06-21T01:52:24.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-06-21T01:52:24.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-06-21T01:52:24.628Z | Compiling ar_archive_writer v0.5.1 |
| 2783 | 2026-06-21T01:52:24.731Z | Compiling stacker v0.1.23 |
| 2784 | 2026-06-21T01:52:24.736Z | Compiling cfg_aliases v0.1.1 |
| 2785 | 2026-06-21T01:52:24.742Z | Compiling convert_case v0.10.0 |
| 2786 | 2026-06-21T01:52:24.746Z | Checking unicode-width v0.1.14 |
| 2787 | 2026-06-21T01:52:24.755Z | Compiling proc-macro-error v1.0.4 |
| 2788 | 2026-06-21T01:52:24.765Z | Checking fd-lock v4.0.4 |
| 2789 | 2026-06-21T01:52:24.765Z | Checking nibble_vec v0.1.0 |
| 2790 | 2026-06-21T01:52:24.790Z | Compiling nix v0.28.0 |
| 2791 | 2026-06-21T01:52:24.876Z | Checking vte v0.14.1 |
| 2792 | 2026-06-21T01:52:24.892Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2793 | 2026-06-21T01:52:25.033Z | Checking bytecount v0.6.9 |
| 2794 | 2026-06-21T01:52:25.045Z | Checking endian-type v0.1.2 |
| 2795 | 2026-06-21T01:52:25.045Z | Checking strip-ansi-escapes v0.2.1 |
| 2796 | 2026-06-21T01:52:25.046Z | Compiling derive_more-impl v2.1.1 |
| 2797 | 2026-06-21T01:52:25.061Z | Compiling tabled_derive v0.7.0 |
| 2798 | 2026-06-21T01:52:25.084Z | Checking papergrid v0.11.0 |
| 2799 | 2026-06-21T01:52:25.115Z | Checking radix_trie v0.2.1 |
| 2800 | 2026-06-21T01:52:25.140Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2801 | 2026-06-21T01:52:25.293Z | Compiling peg-macros v0.8.5 |
| 2802 | 2026-06-21T01:52:25.320Z | Checking winnow v0.6.26 |
| 2803 | 2026-06-21T01:52:25.575Z | Compiling psm v0.1.30 |
| 2804 | 2026-06-21T01:52:25.641Z | Compiling sqlparser_derive v0.5.0 |
| 2805 | 2026-06-21T01:52:25.683Z | Checking home v0.5.12 |
| 2806 | 2026-06-21T01:52:25.794Z | Checking nu-ansi-term v0.50.3 |
| 2807 | 2026-06-21T01:52:25.832Z | Checking derive_more v2.1.1 |
| 2808 | 2026-06-21T01:52:25.911Z | Checking unicode_categories v0.1.1 |
| 2809 | 2026-06-21T01:52:26.004Z | Checking reedline v0.40.0 |
| 2810 | 2026-06-21T01:52:26.007Z | Checking tabled v0.15.0 |
| 2811 | 2026-06-21T01:52:26.064Z | Checking crossterm v0.29.0 |
| 2812 | 2026-06-21T01:52:26.115Z | Checking rustyline v14.0.0 |
| 2813 | 2026-06-21T01:52:26.354Z | Checking recursive v0.1.1 |
| 2814 | 2026-06-21T01:52:26.418Z | Checking display-error-chain v0.2.2 |
| 2815 | 2026-06-21T01:52:26.447Z | Checking sqlparser v0.61.0 |
| 2816 | 2026-06-21T01:52:26.447Z | Checking sqlformat v0.3.5 |
| 2817 | 2026-06-21T01:52:26.649Z | Checking peg v0.8.5 |
| 2818 | 2026-06-21T01:52:37.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s |
| 2819 | 2026-06-21T01:52:37.731Z | |
| 2820 | 2026-06-21T01:52:37.731Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298) |
| 2821 | 2026-06-21T01:52:38.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2026-06-21T01:52:38.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2026-06-21T01:52:38.348Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2824 | 2026-06-21T01:52:41.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 2825 | 2026-06-21T01:52:41.940Z | |
| 2826 | 2026-06-21T01:52:41.940Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298) |
| 2827 | 2026-06-21T01:52:42.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-06-21T01:52:42.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-06-21T01:52:42.542Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2026-06-21T01:52:44.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 2831 | 2026-06-21T01:52:45.109Z | |
| 2832 | 2026-06-21T01:52:45.110Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298) |
| 2833 | 2026-06-21T01:52:45.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-06-21T01:52:45.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-06-21T01:52:45.708Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2836 | 2026-06-21T01:52:48.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s |
| 2837 | 2026-06-21T01:52:49.071Z | |
| 2838 | 2026-06-21T01:52:49.071Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298) |
| 2839 | 2026-06-21T01:52:49.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-06-21T01:52:49.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-06-21T01:52:49.678Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2842 | 2026-06-21T01:52:52.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
| 2843 | 2026-06-21T01:52:53.067Z | |
| 2844 | 2026-06-21T01:52:53.067Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298) |
| 2845 | 2026-06-21T01:52:53.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-06-21T01:52:53.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-06-21T01:52:53.672Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2848 | 2026-06-21T01:52:56.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
| 2849 | 2026-06-21T01:52:56.396Z | |
| 2850 | 2026-06-21T01:52:56.397Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298) |
| 2851 | 2026-06-21T01:52:56.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-06-21T01:52:56.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-06-21T01:52:56.996Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2854 | 2026-06-21T01:52:59.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 2855 | 2026-06-21T01:52:59.778Z | |
| 2856 | 2026-06-21T01:52:59.778Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298) |
| 2857 | 2026-06-21T01:53:00.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-06-21T01:53:00.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-06-21T01:53:00.385Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2860 | 2026-06-21T01:53:03.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 2861 | 2026-06-21T01:53:03.933Z | |
| 2862 | 2026-06-21T01:53:03.933Z | info: running `cargo check --bins` on oximeter (93/298) |
| 2863 | 2026-06-21T01:53:04.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-06-21T01:53:04.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-06-21T01:53:04.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2026-06-21T01:53:04.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2867 | 2026-06-21T01:53:04.449Z | |
| 2868 | 2026-06-21T01:53:04.449Z | info: running `cargo check --bins` on oximeter-schema (94/298) |
| 2869 | 2026-06-21T01:53:04.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-06-21T01:53:04.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-06-21T01:53:05.017Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2872 | 2026-06-21T01:53:05.175Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2873 | 2026-06-21T01:53:05.178Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2874 | 2026-06-21T01:53:05.518Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2875 | 2026-06-21T01:54:07.430Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2876 | 2026-06-21T01:54:07.472Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2877 | 2026-06-21T01:54:07.472Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2878 | 2026-06-21T01:54:07.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
| 2879 | 2026-06-21T01:54:07.472Z | |
| 2880 | 2026-06-21T01:54:07.472Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/298) |
| 2881 | 2026-06-21T01:54:07.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2026-06-21T01:54:07.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2026-06-21T01:54:07.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2026-06-21T01:54:07.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2885 | 2026-06-21T01:54:07.473Z | |
| 2886 | 2026-06-21T01:54:07.473Z | info: running `cargo check --bins` on oximeter-test-utils (96/298) |
| 2887 | 2026-06-21T01:54:07.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-06-21T01:54:07.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-06-21T01:54:07.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-06-21T01:54:07.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2891 | 2026-06-21T01:54:07.526Z | |
| 2892 | 2026-06-21T01:54:07.526Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298) |
| 2893 | 2026-06-21T01:54:07.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-06-21T01:54:07.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-06-21T01:54:07.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-06-21T01:54:07.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2897 | 2026-06-21T01:54:07.526Z | |
| 2898 | 2026-06-21T01:54:07.526Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298) |
| 2899 | 2026-06-21T01:54:07.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-06-21T01:54:07.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-06-21T01:54:07.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-06-21T01:54:07.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2903 | 2026-06-21T01:54:07.527Z | |
| 2904 | 2026-06-21T01:54:07.527Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298) |
| 2905 | 2026-06-21T01:54:07.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-06-21T01:54:07.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-06-21T01:54:07.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-06-21T01:54:07.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2909 | 2026-06-21T01:54:07.527Z | |
| 2910 | 2026-06-21T01:54:07.527Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298) |
| 2911 | 2026-06-21T01:54:07.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-06-21T01:54:07.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-06-21T01:54:07.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-06-21T01:54:07.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2915 | 2026-06-21T01:54:07.527Z | |
| 2916 | 2026-06-21T01:54:07.527Z | info: running `cargo check --bins` on trust-quorum-types (101/298) |
| 2917 | 2026-06-21T01:54:07.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-06-21T01:54:07.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-06-21T01:54:07.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2026-06-21T01:54:07.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2921 | 2026-06-21T01:54:07.527Z | |
| 2922 | 2026-06-21T01:54:07.527Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/298) |
| 2923 | 2026-06-21T01:54:07.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-06-21T01:54:07.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-06-21T01:54:07.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2026-06-21T01:54:07.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2927 | 2026-06-21T01:54:07.528Z | |
| 2928 | 2026-06-21T01:54:07.528Z | info: running `cargo check --bins` on update-engine (103/298) |
| 2929 | 2026-06-21T01:54:07.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-06-21T01:54:07.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-06-21T01:54:07.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2026-06-21T01:54:07.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2933 | 2026-06-21T01:54:07.528Z | |
| 2934 | 2026-06-21T01:54:07.528Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/298) |
| 2935 | 2026-06-21T01:54:07.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-06-21T01:54:07.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-06-21T01:54:07.528Z | Compiling crucible-workspace-hack v0.1.0 |
| 2938 | 2026-06-21T01:54:07.573Z | Checking secrecy v0.10.3 |
| 2939 | 2026-06-21T01:54:07.573Z | Compiling heapless v0.8.0 |
| 2940 | 2026-06-21T01:54:07.573Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2941 | 2026-06-21T01:54:07.573Z | Compiling ingot-macros v0.1.1 |
| 2942 | 2026-06-21T01:54:07.574Z | Checking hash32 v0.3.1 |
| 2943 | 2026-06-21T01:54:07.574Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2944 | 2026-06-21T01:54:07.574Z | Compiling smoltcp v0.11.0 |
| 2945 | 2026-06-21T01:54:07.574Z | Checking cobs v0.3.0 |
| 2946 | 2026-06-21T01:54:07.574Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2947 | 2026-06-21T01:54:07.574Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2948 | 2026-06-21T01:54:07.574Z | Checking universal-hash v0.5.1 |
| 2949 | 2026-06-21T01:54:07.574Z | Checking half v2.7.1 |
| 2950 | 2026-06-21T01:54:07.574Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2951 | 2026-06-21T01:54:07.574Z | Checking ciborium-io v0.2.2 |
| 2952 | 2026-06-21T01:54:07.574Z | Checking opaque-debug v0.3.1 |
| 2953 | 2026-06-21T01:54:07.574Z | Checking poly1305 v0.8.0 |
| 2954 | 2026-06-21T01:54:07.574Z | Checking postcard v1.1.3 |
| 2955 | 2026-06-21T01:54:07.574Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2956 | 2026-06-21T01:54:07.574Z | Checking ciborium-ll v0.2.2 |
| 2957 | 2026-06-21T01:54:07.574Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2958 | 2026-06-21T01:54:07.574Z | Checking password-hash v0.5.0 |
| 2959 | 2026-06-21T01:54:07.574Z | Compiling proc-macro-crate v3.4.0 |
| 2960 | 2026-06-21T01:54:07.574Z | Checking chacha20 v0.9.1 |
| 2961 | 2026-06-21T01:54:07.574Z | Compiling proc-macro-crate v1.3.1 |
| 2962 | 2026-06-21T01:54:07.574Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2963 | 2026-06-21T01:54:07.574Z | Checking blake2 v0.10.6 |
| 2964 | 2026-06-21T01:54:07.574Z | Checking aead v0.5.2 |
| 2965 | 2026-06-21T01:54:07.576Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2966 | 2026-06-21T01:54:07.576Z | Compiling num_enum_derive v0.7.6 |
| 2967 | 2026-06-21T01:54:07.576Z | Checking thiserror-no-std v2.0.2 |
| 2968 | 2026-06-21T01:54:07.576Z | Compiling foreign-types-macros v0.2.3 |
| 2969 | 2026-06-21T01:54:07.576Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2970 | 2026-06-21T01:54:07.576Z | Checking cpufeatures v0.3.0 |
| 2971 | 2026-06-21T01:54:07.576Z | Checking foreign-types-shared v0.3.1 |
| 2972 | 2026-06-21T01:54:07.576Z | Checking chacha20 v0.10.0 |
| 2973 | 2026-06-21T01:54:07.577Z | Checking vsss-rs v3.3.4 |
| 2974 | 2026-06-21T01:54:07.577Z | Compiling num_enum_derive v0.5.11 |
| 2975 | 2026-06-21T01:54:07.577Z | Checking chacha20poly1305 v0.10.1 |
| 2976 | 2026-06-21T01:54:07.577Z | Checking argon2 v0.5.3 |
| 2977 | 2026-06-21T01:54:07.577Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2978 | 2026-06-21T01:54:07.577Z | Checking foreign-types v0.5.0 |
| 2979 | 2026-06-21T01:54:07.577Z | Checking ciborium v0.2.2 |
| 2980 | 2026-06-21T01:54:07.577Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2981 | 2026-06-21T01:54:07.577Z | Checking tabwriter v1.4.1 |
| 2982 | 2026-06-21T01:54:07.577Z | Checking byte-wrapper v0.1.0 |
| 2983 | 2026-06-21T01:54:07.577Z | Checking num_enum v0.7.6 |
| 2984 | 2026-06-21T01:54:07.577Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2985 | 2026-06-21T01:54:07.577Z | Checking cstr-argument v0.1.2 |
| 2986 | 2026-06-21T01:54:07.577Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2987 | 2026-06-21T01:54:07.577Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2988 | 2026-06-21T01:54:07.577Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2989 | 2026-06-21T01:54:07.577Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2990 | 2026-06-21T01:54:07.577Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2991 | 2026-06-21T01:54:07.577Z | Checking num_enum v0.5.11 |
| 2992 | 2026-06-21T01:54:07.577Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2993 | 2026-06-21T01:54:07.577Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2994 | 2026-06-21T01:54:07.577Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2995 | 2026-06-21T01:54:07.577Z | Checking ingot-types v0.1.2 |
| 2996 | 2026-06-21T01:54:07.577Z | Checking rand v0.10.0 |
| 2997 | 2026-06-21T01:54:07.577Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2998 | 2026-06-21T01:54:07.577Z | Checking colored v3.1.1 |
| 2999 | 2026-06-21T01:54:07.577Z | Checking indent_write v2.2.0 |
| 3000 | 2026-06-21T01:54:07.577Z | Compiling zone_cfg_derive v0.3.1 |
| 3001 | 2026-06-21T01:54:07.577Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3002 | 2026-06-21T01:54:07.577Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3003 | 2026-06-21T01:54:07.577Z | Checking ingot v0.1.1 |
| 3004 | 2026-06-21T01:54:07.577Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3005 | 2026-06-21T01:54:07.577Z | Checking itertools v0.12.1 |
| 3006 | 2026-06-21T01:54:07.577Z | Compiling num-derive v0.4.2 |
| 3007 | 2026-06-21T01:54:07.577Z | Checking swrite v0.1.0 |
| 3008 | 2026-06-21T01:54:07.579Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3009 | 2026-06-21T01:54:07.579Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3010 | 2026-06-21T01:54:07.579Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3011 | 2026-06-21T01:54:07.579Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3012 | 2026-06-21T01:54:07.579Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3013 | 2026-06-21T01:54:07.579Z | Checking dropshot-api-manager-types v0.7.2 |
| 3014 | 2026-06-21T01:54:07.579Z | Checking smf v0.2.3 |
| 3015 | 2026-06-21T01:54:07.579Z | Checking nanorand v0.7.0 |
| 3016 | 2026-06-21T01:54:07.579Z | Checking whoami v1.6.1 |
| 3017 | 2026-06-21T01:54:07.579Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3018 | 2026-06-21T01:54:07.579Z | Checking flume v0.11.1 |
| 3019 | 2026-06-21T01:54:07.579Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3020 | 2026-06-21T01:54:07.579Z | Checking zone v0.3.1 |
| 3021 | 2026-06-21T01:54:07.579Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3022 | 2026-06-21T01:54:07.579Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3023 | 2026-06-21T01:54:07.579Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3024 | 2026-06-21T01:54:07.579Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3025 | 2026-06-21T01:54:07.579Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3026 | 2026-06-21T01:54:07.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s |
| 3027 | 2026-06-21T01:54:07.579Z | |
| 3028 | 2026-06-21T01:54:07.580Z | info: running `cargo check --bins` on clickhouse-admin-api (105/298) |
| 3029 | 2026-06-21T01:54:07.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2026-06-21T01:54:07.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2026-06-21T01:54:07.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2026-06-21T01:54:07.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3033 | 2026-06-21T01:54:07.581Z | |
| 3034 | 2026-06-21T01:54:07.581Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/298) |
| 3035 | 2026-06-21T01:54:07.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2026-06-21T01:54:07.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2026-06-21T01:54:07.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2026-06-21T01:54:07.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3039 | 2026-06-21T01:54:07.620Z | |
| 3040 | 2026-06-21T01:54:07.620Z | info: running `cargo check --bins` on bootstrap-agent-client (107/298) |
| 3041 | 2026-06-21T01:54:07.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-06-21T01:54:07.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-06-21T01:54:07.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2026-06-21T01:54:07.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3045 | 2026-06-21T01:54:07.621Z | |
| 3046 | 2026-06-21T01:54:07.621Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298) |
| 3047 | 2026-06-21T01:54:07.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2026-06-21T01:54:07.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2026-06-21T01:54:07.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2026-06-21T01:54:07.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3051 | 2026-06-21T01:54:07.621Z | |
| 3052 | 2026-06-21T01:54:07.621Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298) |
| 3053 | 2026-06-21T01:54:07.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2026-06-21T01:54:07.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2026-06-21T01:54:07.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2026-06-21T01:54:07.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3057 | 2026-06-21T01:54:07.622Z | |
| 3058 | 2026-06-21T01:54:07.622Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/298) |
| 3059 | 2026-06-21T01:54:07.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-06-21T01:54:07.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-06-21T01:54:07.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-06-21T01:54:07.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3063 | 2026-06-21T01:54:07.622Z | |
| 3064 | 2026-06-21T01:54:07.622Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/298) |
| 3065 | 2026-06-21T01:54:07.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-06-21T01:54:07.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-06-21T01:54:07.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-06-21T01:54:07.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3069 | 2026-06-21T01:54:07.622Z | |
| 3070 | 2026-06-21T01:54:07.622Z | info: running `cargo check --bins` on cockroach-admin-client (112/298) |
| 3071 | 2026-06-21T01:54:07.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-06-21T01:54:07.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-06-21T01:54:07.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-06-21T01:54:07.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3075 | 2026-06-21T01:54:07.622Z | |
| 3076 | 2026-06-21T01:54:07.622Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/298) |
| 3077 | 2026-06-21T01:54:07.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-06-21T01:54:07.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-06-21T01:54:07.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-06-21T01:54:07.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3081 | 2026-06-21T01:54:07.624Z | |
| 3082 | 2026-06-21T01:54:07.624Z | info: running `cargo check --bins` on dns-service-client (114/298) |
| 3083 | 2026-06-21T01:54:07.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-06-21T01:54:07.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-06-21T01:54:07.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-06-21T01:54:07.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3087 | 2026-06-21T01:54:07.624Z | |
| 3088 | 2026-06-21T01:54:07.624Z | info: running `cargo check --bins` on installinator-client (115/298) |
| 3089 | 2026-06-21T01:54:07.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-06-21T01:54:07.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-06-21T01:54:07.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3092 | 2026-06-21T01:54:07.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3093 | 2026-06-21T01:54:07.624Z | |
| 3094 | 2026-06-21T01:54:07.624Z | info: running `cargo check --bins` on nexus-client (116/298) |
| 3095 | 2026-06-21T01:54:07.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2026-06-21T01:54:07.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2026-06-21T01:54:07.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3098 | 2026-06-21T01:54:07.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3099 | 2026-06-21T01:54:07.625Z | |
| 3100 | 2026-06-21T01:54:07.625Z | info: running `cargo check --bins` on nexus-lockstep-client (117/298) |
| 3101 | 2026-06-21T01:54:07.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-06-21T01:54:07.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-06-21T01:54:07.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2026-06-21T01:54:07.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3105 | 2026-06-21T01:54:07.625Z | |
| 3106 | 2026-06-21T01:54:07.625Z | info: running `cargo check --bins` on ntp-admin-client (118/298) |
| 3107 | 2026-06-21T01:54:07.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2026-06-21T01:54:07.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2026-06-21T01:54:07.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3110 | 2026-06-21T01:54:07.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3111 | 2026-06-21T01:54:07.625Z | |
| 3112 | 2026-06-21T01:54:07.625Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/298) |
| 3113 | 2026-06-21T01:54:07.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2026-06-21T01:54:07.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2026-06-21T01:54:07.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3116 | 2026-06-21T01:54:07.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3117 | 2026-06-21T01:54:07.625Z | |
| 3118 | 2026-06-21T01:54:07.625Z | info: running `cargo check --bins` on oxide-client (120/298) |
| 3119 | 2026-06-21T01:54:07.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2026-06-21T01:54:07.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2026-06-21T01:54:07.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3122 | 2026-06-21T01:54:07.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3123 | 2026-06-21T01:54:07.626Z | |
| 3124 | 2026-06-21T01:54:07.626Z | info: running `cargo check --bins` on oximeter-client (121/298) |
| 3125 | 2026-06-21T01:54:07.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2026-06-21T01:54:07.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2026-06-21T01:54:07.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3128 | 2026-06-21T01:54:07.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3129 | 2026-06-21T01:54:07.626Z | |
| 3130 | 2026-06-21T01:54:07.627Z | info: running `cargo check --bins` on repo-depot-client (122/298) |
| 3131 | 2026-06-21T01:54:07.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2026-06-21T01:54:07.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2026-06-21T01:54:07.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2026-06-21T01:54:07.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3135 | 2026-06-21T01:54:07.627Z | |
| 3136 | 2026-06-21T01:54:07.627Z | info: running `cargo check --bins` on sled-agent-client (123/298) |
| 3137 | 2026-06-21T01:54:07.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2026-06-21T01:54:07.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2026-06-21T01:54:07.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3140 | 2026-06-21T01:54:07.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3141 | 2026-06-21T01:54:07.642Z | |
| 3142 | 2026-06-21T01:54:07.642Z | info: running `cargo check --bins` on wicketd-client (124/298) |
| 3143 | 2026-06-21T01:54:07.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2026-06-21T01:54:07.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2026-06-21T01:54:07.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3146 | 2026-06-21T01:54:07.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3147 | 2026-06-21T01:54:07.644Z | |
| 3148 | 2026-06-21T01:54:07.644Z | info: running `cargo check --bins` on installinator-common (125/298) |
| 3149 | 2026-06-21T01:54:07.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3150 | 2026-06-21T01:54:07.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3151 | 2026-06-21T01:54:07.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3152 | 2026-06-21T01:54:07.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3153 | 2026-06-21T01:54:07.644Z | |
| 3154 | 2026-06-21T01:54:07.644Z | info: running `cargo check --bins` on installinator-common-versions (126/298) |
| 3155 | 2026-06-21T01:54:07.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2026-06-21T01:54:07.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2026-06-21T01:54:07.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3158 | 2026-06-21T01:54:07.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3159 | 2026-06-21T01:54:07.644Z | |
| 3160 | 2026-06-21T01:54:07.644Z | info: running `cargo check --bins` on wicket-common (127/298) |
| 3161 | 2026-06-21T01:54:07.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3162 | 2026-06-21T01:54:07.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3163 | 2026-06-21T01:54:07.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3164 | 2026-06-21T01:54:07.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3165 | 2026-06-21T01:54:07.644Z | |
| 3166 | 2026-06-21T01:54:07.645Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/298) |
| 3167 | 2026-06-21T01:54:07.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3168 | 2026-06-21T01:54:07.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3169 | 2026-06-21T01:54:07.645Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3170 | 2026-06-21T01:54:07.645Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3171 | 2026-06-21T01:54:07.646Z | Checking csv-core v0.1.13 |
| 3172 | 2026-06-21T01:54:07.646Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3173 | 2026-06-21T01:54:07.646Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3174 | 2026-06-21T01:54:07.646Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3175 | 2026-06-21T01:54:07.646Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3176 | 2026-06-21T01:54:07.646Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3177 | 2026-06-21T01:54:07.646Z | Checking csv v1.4.0 |
| 3178 | 2026-06-21T01:54:07.646Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3179 | 2026-06-21T01:54:07.646Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3180 | 2026-06-21T01:54:07.646Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3181 | 2026-06-21T01:54:07.646Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3182 | 2026-06-21T01:54:07.646Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3183 | 2026-06-21T01:54:07.646Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3184 | 2026-06-21T01:54:07.646Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3185 | 2026-06-21T01:54:07.646Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3186 | 2026-06-21T01:54:07.646Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3187 | 2026-06-21T01:54:07.646Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3188 | 2026-06-21T01:54:07.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.68s |
| 3189 | 2026-06-21T01:54:07.646Z | |
| 3190 | 2026-06-21T01:54:07.646Z | info: running `cargo check --bins` on cockroach-admin-api (129/298) |
| 3191 | 2026-06-21T01:54:07.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3192 | 2026-06-21T01:54:07.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3193 | 2026-06-21T01:54:07.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3194 | 2026-06-21T01:54:07.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3195 | 2026-06-21T01:54:08.003Z | |
| 3196 | 2026-06-21T01:54:08.003Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298) |
| 3197 | 2026-06-21T01:54:08.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2026-06-21T01:54:08.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2026-06-21T01:54:08.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3200 | 2026-06-21T01:54:08.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3201 | 2026-06-21T01:54:08.698Z | |
| 3202 | 2026-06-21T01:54:08.698Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298) |
| 3203 | 2026-06-21T01:54:09.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2026-06-21T01:54:09.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2026-06-21T01:54:09.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3206 | 2026-06-21T01:54:09.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3207 | 2026-06-21T01:54:09.214Z | |
| 3208 | 2026-06-21T01:54:09.214Z | info: running `cargo check --bins` on gateway-test-utils (132/298) |
| 3209 | 2026-06-21T01:54:09.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2026-06-21T01:54:09.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2026-06-21T01:54:09.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3212 | 2026-06-21T01:54:09.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3213 | 2026-06-21T01:54:09.781Z | |
| 3214 | 2026-06-21T01:54:09.781Z | info: running `cargo check --bins` on omicron-gateway (133/298) |
| 3215 | 2026-06-21T01:54:10.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2026-06-21T01:54:10.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2026-06-21T01:54:10.483Z | Compiling regress v0.11.1 |
| 3218 | 2026-06-21T01:54:10.617Z | Compiling unsafe-libyaml v0.2.11 |
| 3219 | 2026-06-21T01:54:10.626Z | Compiling radium v0.7.0 |
| 3220 | 2026-06-21T01:54:10.629Z | Compiling semver v0.1.20 |
| 3221 | 2026-06-21T01:54:10.647Z | Checking nom v8.0.0 |
| 3222 | 2026-06-21T01:54:10.650Z | Checking tap v1.0.1 |
| 3223 | 2026-06-21T01:54:10.650Z | Compiling maybe-uninit v2.0.0 |
| 3224 | 2026-06-21T01:54:10.758Z | Checking wyz v0.5.1 |
| 3225 | 2026-06-21T01:54:10.890Z | Compiling rustc_version v0.1.7 |
| 3226 | 2026-06-21T01:54:10.967Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3227 | 2026-06-21T01:54:11.007Z | Compiling zerocopy-derive v0.6.6 |
| 3228 | 2026-06-21T01:54:11.114Z | Checking crc-catalog v2.4.0 |
| 3229 | 2026-06-21T01:54:11.127Z | Compiling serde_yaml v0.9.34+deprecated |
| 3230 | 2026-06-21T01:54:11.209Z | Compiling newtype_derive v0.1.6 |
| 3231 | 2026-06-21T01:54:11.346Z | Compiling owo-colors v4.3.0 |
| 3232 | 2026-06-21T01:54:11.399Z | Checking funty v2.0.0 |
| 3233 | 2026-06-21T01:54:11.671Z | Compiling cancel-safe-futures v0.1.5 |
| 3234 | 2026-06-21T01:54:11.718Z | Compiling packed_struct v0.10.1 |
| 3235 | 2026-06-21T01:54:11.846Z | Checking zerocopy v0.6.6 |
| 3236 | 2026-06-21T01:54:11.894Z | Checking bitvec v1.0.1 |
| 3237 | 2026-06-21T01:54:12.029Z | Checking typify-impl v0.6.2 |
| 3238 | 2026-06-21T01:54:12.145Z | Checking crc v3.4.0 |
| 3239 | 2026-06-21T01:54:12.400Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3240 | 2026-06-21T01:54:12.452Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3241 | 2026-06-21T01:54:12.667Z | Compiling packed_struct_codegen v0.10.1 |
| 3242 | 2026-06-21T01:54:12.667Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3243 | 2026-06-21T01:54:12.793Z | Checking libsw-core v0.3.2 |
| 3244 | 2026-06-21T01:54:12.926Z | Compiling bitfield-macros v0.19.4 |
| 3245 | 2026-06-21T01:54:12.944Z | Compiling indexmap v1.9.3 |
| 3246 | 2026-06-21T01:54:13.161Z | Checking nodrop v0.1.14 |
| 3247 | 2026-06-21T01:54:13.183Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3248 | 2026-06-21T01:54:13.243Z | Checking libsw v3.5.0 |
| 3249 | 2026-06-21T01:54:13.254Z | Checking array-init v0.0.4 |
| 3250 | 2026-06-21T01:54:13.258Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3251 | 2026-06-21T01:54:13.396Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3252 | 2026-06-21T01:54:13.567Z | Checking smallvec v0.6.14 |
| 3253 | 2026-06-21T01:54:13.582Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3254 | 2026-06-21T01:54:13.675Z | Checking bitfield v0.19.4 |
| 3255 | 2026-06-21T01:54:13.816Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3256 | 2026-06-21T01:54:13.944Z | Checking hashbrown v0.12.3 |
| 3257 | 2026-06-21T01:54:13.947Z | Checking smawk v0.3.2 |
| 3258 | 2026-06-21T01:54:13.998Z | Checking linear-map v1.2.0 |
| 3259 | 2026-06-21T01:54:14.012Z | Checking tagptr v0.2.0 |
| 3260 | 2026-06-21T01:54:14.085Z | Checking unicode-linebreak v0.1.5 |
| 3261 | 2026-06-21T01:54:14.150Z | Checking base64 v0.21.7 |
| 3262 | 2026-06-21T01:54:14.168Z | Checking moka v0.12.13 |
| 3263 | 2026-06-21T01:54:14.299Z | Checking textwrap v0.16.2 |
| 3264 | 2026-06-21T01:54:14.313Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3265 | 2026-06-21T01:54:14.392Z | Checking ron v0.8.1 |
| 3266 | 2026-06-21T01:54:14.512Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3267 | 2026-06-21T01:54:14.670Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3268 | 2026-06-21T01:54:14.688Z | Checking steno v0.4.1 |
| 3269 | 2026-06-21T01:54:14.732Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3270 | 2026-06-21T01:54:14.798Z | Checking serde-hex v0.1.0 |
| 3271 | 2026-06-21T01:54:14.910Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3272 | 2026-06-21T01:54:15.071Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3273 | 2026-06-21T01:54:15.476Z | Checking hashbrown v0.13.2 |
| 3274 | 2026-06-21T01:54:15.564Z | Checking crc-any v2.5.0 |
| 3275 | 2026-06-21T01:54:15.658Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3276 | 2026-06-21T01:54:15.672Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3277 | 2026-06-21T01:54:15.743Z | Checking hickory-resolver v0.25.2 |
| 3278 | 2026-06-21T01:54:15.837Z | Checking void v1.0.2 |
| 3279 | 2026-06-21T01:54:15.874Z | Checking utf-8 v0.7.6 |
| 3280 | 2026-06-21T01:54:15.895Z | Checking object v0.30.4 |
| 3281 | 2026-06-21T01:54:15.942Z | Checking path-slash v0.1.5 |
| 3282 | 2026-06-21T01:54:16.011Z | Checking half v1.8.3 |
| 3283 | 2026-06-21T01:54:16.052Z | Checking tungstenite v0.23.0 |
| 3284 | 2026-06-21T01:54:16.209Z | Checking serde_cbor v0.11.2 |
| 3285 | 2026-06-21T01:54:16.280Z | Checking lzss v0.8.2 |
| 3286 | 2026-06-21T01:54:16.468Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3287 | 2026-06-21T01:54:16.493Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3288 | 2026-06-21T01:54:16.592Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3289 | 2026-06-21T01:54:16.596Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3290 | 2026-06-21T01:54:16.606Z | Checking nix v0.27.1 |
| 3291 | 2026-06-21T01:54:16.645Z | Compiling typify-macro v0.6.2 |
| 3292 | 2026-06-21T01:54:16.645Z | Checking kstat-rs v0.2.4 |
| 3293 | 2026-06-21T01:54:16.715Z | Checking fxhash v0.2.1 |
| 3294 | 2026-06-21T01:54:16.828Z | Checking serde_bytes v0.11.19 |
| 3295 | 2026-06-21T01:54:16.842Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3296 | 2026-06-21T01:54:16.845Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3297 | 2026-06-21T01:54:16.891Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3298 | 2026-06-21T01:54:17.009Z | Checking tokio-tungstenite v0.23.1 |
| 3299 | 2026-06-21T01:54:17.110Z | Checking signal-hook-tokio v0.3.1 |
| 3300 | 2026-06-21T01:54:17.738Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3301 | 2026-06-21T01:54:17.990Z | Compiling typify v0.6.2 |
| 3302 | 2026-06-21T01:54:18.072Z | Compiling progenitor-impl v0.14.0 |
| 3303 | 2026-06-21T01:54:18.645Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3304 | 2026-06-21T01:54:18.957Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3305 | 2026-06-21T01:54:19.522Z | Compiling progenitor-macro v0.14.0 |
| 3306 | 2026-06-21T01:54:21.846Z | Checking progenitor v0.14.0 |
| 3307 | 2026-06-21T01:54:21.965Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3308 | 2026-06-21T01:54:21.969Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3309 | 2026-06-21T01:54:24.599Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3310 | 2026-06-21T01:54:32.689Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3311 | 2026-06-21T01:54:39.178Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-06-21T01:54:40.529Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3313 | 2026-06-21T01:54:41.023Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3314 | 2026-06-21T01:54:43.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.32s |
| 3315 | 2026-06-21T01:54:43.290Z | |
| 3316 | 2026-06-21T01:54:43.290Z | info: running `cargo check --bins` on gateway-api (134/298) |
| 3317 | 2026-06-21T01:54:43.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-06-21T01:54:43.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-06-21T01:54:43.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-06-21T01:54:43.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3321 | 2026-06-21T01:54:43.806Z | |
| 3322 | 2026-06-21T01:54:43.806Z | info: running `cargo check --bins` on ipcc (135/298) |
| 3323 | 2026-06-21T01:54:44.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-06-21T01:54:44.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-06-21T01:54:44.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-06-21T01:54:44.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3327 | 2026-06-21T01:54:44.326Z | |
| 3328 | 2026-06-21T01:54:44.326Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298) |
| 3329 | 2026-06-21T01:54:44.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-06-21T01:54:44.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-06-21T01:54:44.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-06-21T01:54:44.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3333 | 2026-06-21T01:54:44.828Z | |
| 3334 | 2026-06-21T01:54:44.828Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298) |
| 3335 | 2026-06-21T01:54:45.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-06-21T01:54:45.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-06-21T01:54:45.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-06-21T01:54:45.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3339 | 2026-06-21T01:54:45.368Z | |
| 3340 | 2026-06-21T01:54:45.368Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298) |
| 3341 | 2026-06-21T01:54:45.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-06-21T01:54:45.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-06-21T01:54:45.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-06-21T01:54:45.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3345 | 2026-06-21T01:54:45.895Z | |
| 3346 | 2026-06-21T01:54:45.895Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298) |
| 3347 | 2026-06-21T01:54:46.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-06-21T01:54:46.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-06-21T01:54:46.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-06-21T01:54:46.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3351 | 2026-06-21T01:54:46.418Z | |
| 3352 | 2026-06-21T01:54:46.418Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298) |
| 3353 | 2026-06-21T01:54:46.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-06-21T01:54:46.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-06-21T01:54:46.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-06-21T01:54:46.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3357 | 2026-06-21T01:54:46.943Z | |
| 3358 | 2026-06-21T01:54:46.943Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298) |
| 3359 | 2026-06-21T01:54:47.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-06-21T01:54:47.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-06-21T01:54:47.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-06-21T01:54:47.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3363 | 2026-06-21T01:54:47.481Z | |
| 3364 | 2026-06-21T01:54:47.481Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298) |
| 3365 | 2026-06-21T01:54:47.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-06-21T01:54:47.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-06-21T01:54:47.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-06-21T01:54:47.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3369 | 2026-06-21T01:54:47.999Z | |
| 3370 | 2026-06-21T01:54:47.999Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298) |
| 3371 | 2026-06-21T01:54:48.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-06-21T01:54:48.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-06-21T01:54:48.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-06-21T01:54:48.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3375 | 2026-06-21T01:54:48.524Z | |
| 3376 | 2026-06-21T01:54:48.524Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298) |
| 3377 | 2026-06-21T01:54:48.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-06-21T01:54:48.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-06-21T01:54:48.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-06-21T01:54:48.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3381 | 2026-06-21T01:54:49.043Z | |
| 3382 | 2026-06-21T01:54:49.043Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298) |
| 3383 | 2026-06-21T01:54:49.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-06-21T01:54:49.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-06-21T01:54:49.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-06-21T01:54:49.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3387 | 2026-06-21T01:54:49.567Z | |
| 3388 | 2026-06-21T01:54:49.567Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298) |
| 3389 | 2026-06-21T01:54:50.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-06-21T01:54:50.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-06-21T01:54:50.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-06-21T01:54:50.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3393 | 2026-06-21T01:54:50.087Z | |
| 3394 | 2026-06-21T01:54:50.087Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298) |
| 3395 | 2026-06-21T01:54:50.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-06-21T01:54:50.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-06-21T01:54:50.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-06-21T01:54:50.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3399 | 2026-06-21T01:54:50.610Z | |
| 3400 | 2026-06-21T01:54:50.610Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298) |
| 3401 | 2026-06-21T01:54:51.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-06-21T01:54:51.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-06-21T01:54:51.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-06-21T01:54:51.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3405 | 2026-06-21T01:54:51.156Z | |
| 3406 | 2026-06-21T01:54:51.156Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298) |
| 3407 | 2026-06-21T01:54:51.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-06-21T01:54:51.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-06-21T01:54:51.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-06-21T01:54:51.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3411 | 2026-06-21T01:54:51.692Z | |
| 3412 | 2026-06-21T01:54:51.692Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298) |
| 3413 | 2026-06-21T01:54:52.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-06-21T01:54:52.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-06-21T01:54:52.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-06-21T01:54:52.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3417 | 2026-06-21T01:54:52.229Z | |
| 3418 | 2026-06-21T01:54:52.229Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298) |
| 3419 | 2026-06-21T01:54:52.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-06-21T01:54:52.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-06-21T01:54:52.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-06-21T01:54:52.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3423 | 2026-06-21T01:54:52.775Z | |
| 3424 | 2026-06-21T01:54:52.775Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298) |
| 3425 | 2026-06-21T01:54:53.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-06-21T01:54:53.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-06-21T01:54:53.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-06-21T01:54:53.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3429 | 2026-06-21T01:54:53.317Z | |
| 3430 | 2026-06-21T01:54:53.317Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298) |
| 3431 | 2026-06-21T01:54:53.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-06-21T01:54:53.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-06-21T01:54:53.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-06-21T01:54:53.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3435 | 2026-06-21T01:54:53.858Z | |
| 3436 | 2026-06-21T01:54:53.859Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298) |
| 3437 | 2026-06-21T01:54:54.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-06-21T01:54:54.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-06-21T01:54:54.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-06-21T01:54:54.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3441 | 2026-06-21T01:54:54.402Z | |
| 3442 | 2026-06-21T01:54:54.402Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298) |
| 3443 | 2026-06-21T01:54:54.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-06-21T01:54:54.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-06-21T01:54:54.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-06-21T01:54:54.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3447 | 2026-06-21T01:54:54.947Z | |
| 3448 | 2026-06-21T01:54:54.947Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298) |
| 3449 | 2026-06-21T01:54:55.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-06-21T01:54:55.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-06-21T01:54:55.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-06-21T01:54:55.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3453 | 2026-06-21T01:54:55.495Z | |
| 3454 | 2026-06-21T01:54:55.495Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298) |
| 3455 | 2026-06-21T01:54:55.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-06-21T01:54:55.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-06-21T01:54:55.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-06-21T01:54:55.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3459 | 2026-06-21T01:54:56.041Z | |
| 3460 | 2026-06-21T01:54:56.041Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298) |
| 3461 | 2026-06-21T01:54:56.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-06-21T01:54:56.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-06-21T01:54:56.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-06-21T01:54:56.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3465 | 2026-06-21T01:54:56.567Z | |
| 3466 | 2026-06-21T01:54:56.567Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298) |
| 3467 | 2026-06-21T01:54:57.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-06-21T01:54:57.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-06-21T01:54:57.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-06-21T01:54:57.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3471 | 2026-06-21T01:54:57.090Z | |
| 3472 | 2026-06-21T01:54:57.090Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298) |
| 3473 | 2026-06-21T01:54:57.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-06-21T01:54:57.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-06-21T01:54:57.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-06-21T01:54:57.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3477 | 2026-06-21T01:54:57.614Z | |
| 3478 | 2026-06-21T01:54:57.614Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298) |
| 3479 | 2026-06-21T01:54:58.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-06-21T01:54:58.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-06-21T01:54:58.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-06-21T01:54:58.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3483 | 2026-06-21T01:54:58.139Z | |
| 3484 | 2026-06-21T01:54:58.139Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298) |
| 3485 | 2026-06-21T01:54:58.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-06-21T01:54:58.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-06-21T01:54:58.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-06-21T01:54:58.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3489 | 2026-06-21T01:54:58.666Z | |
| 3490 | 2026-06-21T01:54:58.666Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298) |
| 3491 | 2026-06-21T01:54:59.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-06-21T01:54:59.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-06-21T01:54:59.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-06-21T01:54:59.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3495 | 2026-06-21T01:54:59.187Z | |
| 3496 | 2026-06-21T01:54:59.187Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298) |
| 3497 | 2026-06-21T01:54:59.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-06-21T01:54:59.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-06-21T01:54:59.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-06-21T01:54:59.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3501 | 2026-06-21T01:54:59.713Z | |
| 3502 | 2026-06-21T01:54:59.713Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298) |
| 3503 | 2026-06-21T01:55:00.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-06-21T01:55:00.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-06-21T01:55:00.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-06-21T01:55:00.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3507 | 2026-06-21T01:55:00.244Z | |
| 3508 | 2026-06-21T01:55:00.244Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298) |
| 3509 | 2026-06-21T01:55:00.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-06-21T01:55:00.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-06-21T01:55:00.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-06-21T01:55:00.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3513 | 2026-06-21T01:55:00.790Z | |
| 3514 | 2026-06-21T01:55:00.790Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298) |
| 3515 | 2026-06-21T01:55:01.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-06-21T01:55:01.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-06-21T01:55:01.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-06-21T01:55:01.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3519 | 2026-06-21T01:55:01.330Z | |
| 3520 | 2026-06-21T01:55:01.330Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298) |
| 3521 | 2026-06-21T01:55:01.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-06-21T01:55:01.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-06-21T01:55:01.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-06-21T01:55:01.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3525 | 2026-06-21T01:55:01.894Z | |
| 3526 | 2026-06-21T01:55:01.894Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298) |
| 3527 | 2026-06-21T01:55:02.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-06-21T01:55:02.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-06-21T01:55:02.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-06-21T01:55:02.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3531 | 2026-06-21T01:55:02.427Z | |
| 3532 | 2026-06-21T01:55:02.428Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298) |
| 3533 | 2026-06-21T01:55:02.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-06-21T01:55:02.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-06-21T01:55:02.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-06-21T01:55:02.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3537 | 2026-06-21T01:55:02.974Z | |
| 3538 | 2026-06-21T01:55:02.974Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298) |
| 3539 | 2026-06-21T01:55:03.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-06-21T01:55:03.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-06-21T01:55:03.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-06-21T01:55:03.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3543 | 2026-06-21T01:55:03.512Z | |
| 3544 | 2026-06-21T01:55:03.512Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298) |
| 3545 | 2026-06-21T01:55:03.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-06-21T01:55:03.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-06-21T01:55:03.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-06-21T01:55:03.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3549 | 2026-06-21T01:55:04.059Z | |
| 3550 | 2026-06-21T01:55:04.059Z | info: running `cargo check --bins` on oximeter-producer (173/298) |
| 3551 | 2026-06-21T01:55:04.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-06-21T01:55:04.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-06-21T01:55:04.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-06-21T01:55:04.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3555 | 2026-06-21T01:55:04.618Z | |
| 3556 | 2026-06-21T01:55:04.618Z | info: running `cargo check --bins` on internal-dns-resolver (174/298) |
| 3557 | 2026-06-21T01:55:05.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-06-21T01:55:05.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-06-21T01:55:05.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-06-21T01:55:05.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3561 | 2026-06-21T01:55:05.143Z | |
| 3562 | 2026-06-21T01:55:05.143Z | info: running `cargo check --bins` on dns-server (175/298) |
| 3563 | 2026-06-21T01:55:05.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-06-21T01:55:05.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-06-21T01:55:05.730Z | Compiling parking_lot_core v0.8.6 |
| 3566 | 2026-06-21T01:55:05.733Z | Compiling git-stub v1.0.0 |
| 3567 | 2026-06-21T01:55:05.733Z | Checking prefix-trie v0.7.0 |
| 3568 | 2026-06-21T01:55:05.733Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3569 | 2026-06-21T01:55:05.953Z | Compiling git-stub-vcs v0.1.0 |
| 3570 | 2026-06-21T01:55:06.115Z | Checking hickory-server v0.25.2 |
| 3571 | 2026-06-21T01:55:06.228Z | Checking parking_lot v0.11.2 |
| 3572 | 2026-06-21T01:55:06.232Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3573 | 2026-06-21T01:55:06.301Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3574 | 2026-06-21T01:55:06.306Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3575 | 2026-06-21T01:55:06.406Z | Checking sled v0.34.7 |
| 3576 | 2026-06-21T01:55:08.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 3577 | 2026-06-21T01:55:08.441Z | |
| 3578 | 2026-06-21T01:55:08.441Z | info: running `cargo check --bins` on dns-server-api (176/298) |
| 3579 | 2026-06-21T01:55:08.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3580 | 2026-06-21T01:55:08.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3581 | 2026-06-21T01:55:08.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3582 | 2026-06-21T01:55:08.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3583 | 2026-06-21T01:55:08.958Z | |
| 3584 | 2026-06-21T01:55:08.958Z | info: running `cargo check --bins` on oximeter-producer-api (177/298) |
| 3585 | 2026-06-21T01:55:09.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3586 | 2026-06-21T01:55:09.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3587 | 2026-06-21T01:55:09.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3588 | 2026-06-21T01:55:09.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3589 | 2026-06-21T01:55:09.486Z | |
| 3590 | 2026-06-21T01:55:09.486Z | info: running `cargo check --bins` on sp-sim (178/298) |
| 3591 | 2026-06-21T01:55:09.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3592 | 2026-06-21T01:55:09.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3593 | 2026-06-21T01:56:10.188Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3594 | 2026-06-21T01:56:10.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
| 3595 | 2026-06-21T01:56:10.324Z | |
| 3596 | 2026-06-21T01:56:10.324Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298) |
| 3597 | 2026-06-21T01:56:10.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3598 | 2026-06-21T01:56:10.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3599 | 2026-06-21T01:56:10.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3600 | 2026-06-21T01:56:10.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3601 | 2026-06-21T01:56:10.324Z | |
| 3602 | 2026-06-21T01:56:10.324Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298) |
| 3603 | 2026-06-21T01:56:10.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2026-06-21T01:56:10.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2026-06-21T01:56:10.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3606 | 2026-06-21T01:56:10.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3607 | 2026-06-21T01:56:10.324Z | |
| 3608 | 2026-06-21T01:56:10.325Z | info: running `cargo check --bins` on db-macros (181/298) |
| 3609 | 2026-06-21T01:56:10.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3610 | 2026-06-21T01:56:10.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3611 | 2026-06-21T01:56:10.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3612 | 2026-06-21T01:56:10.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3613 | 2026-06-21T01:56:10.325Z | |
| 3614 | 2026-06-21T01:56:10.325Z | info: running `cargo check --bins` on nexus-macros-common (182/298) |
| 3615 | 2026-06-21T01:56:10.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3616 | 2026-06-21T01:56:10.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3617 | 2026-06-21T01:56:10.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3618 | 2026-06-21T01:56:10.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3619 | 2026-06-21T01:56:10.326Z | |
| 3620 | 2026-06-21T01:56:10.326Z | info: running `cargo check --bins` on nexus-auth (183/298) |
| 3621 | 2026-06-21T01:56:10.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3622 | 2026-06-21T01:56:10.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3623 | 2026-06-21T01:56:10.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3624 | 2026-06-21T01:56:10.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3625 | 2026-06-21T01:56:10.326Z | |
| 3626 | 2026-06-21T01:56:10.326Z | info: running `cargo check --bins` on authz-macros (184/298) |
| 3627 | 2026-06-21T01:56:10.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3628 | 2026-06-21T01:56:10.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3629 | 2026-06-21T01:56:10.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3630 | 2026-06-21T01:56:10.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3631 | 2026-06-21T01:56:10.326Z | |
| 3632 | 2026-06-21T01:56:10.326Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/298) |
| 3633 | 2026-06-21T01:56:10.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3634 | 2026-06-21T01:56:10.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3635 | 2026-06-21T01:56:10.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3636 | 2026-06-21T01:56:10.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3637 | 2026-06-21T01:56:10.326Z | |
| 3638 | 2026-06-21T01:56:10.326Z | info: running `cargo check --bins` on nexus-db-model (186/298) |
| 3639 | 2026-06-21T01:56:10.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3640 | 2026-06-21T01:56:10.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3641 | 2026-06-21T01:56:10.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3642 | 2026-06-21T01:56:10.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3643 | 2026-06-21T01:56:10.326Z | |
| 3644 | 2026-06-21T01:56:10.327Z | info: running `cargo check --bins` on nexus-db-schema (187/298) |
| 3645 | 2026-06-21T01:56:10.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3646 | 2026-06-21T01:56:10.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3647 | 2026-06-21T01:56:10.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3648 | 2026-06-21T01:56:10.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3649 | 2026-06-21T01:56:10.327Z | |
| 3650 | 2026-06-21T01:56:10.327Z | info: running `cargo check --bins` on omicron-rpaths (188/298) |
| 3651 | 2026-06-21T01:56:10.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3652 | 2026-06-21T01:56:10.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3653 | 2026-06-21T01:56:10.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3654 | 2026-06-21T01:56:10.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3655 | 2026-06-21T01:56:10.550Z | |
| 3656 | 2026-06-21T01:56:10.550Z | info: running `cargo check --bins` on nexus-defaults (189/298) |
| 3657 | 2026-06-21T01:56:10.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3658 | 2026-06-21T01:56:10.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3659 | 2026-06-21T01:56:10.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3660 | 2026-06-21T01:56:10.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3661 | 2026-06-21T01:56:10.550Z | |
| 3662 | 2026-06-21T01:56:10.550Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/298) |
| 3663 | 2026-06-21T01:56:10.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3664 | 2026-06-21T01:56:10.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3665 | 2026-06-21T01:56:10.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3666 | 2026-06-21T01:56:10.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3667 | 2026-06-21T01:56:10.551Z | |
| 3668 | 2026-06-21T01:56:10.551Z | info: running `cargo check --bins` on parallel-task-set (191/298) |
| 3669 | 2026-06-21T01:56:10.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3670 | 2026-06-21T01:56:10.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3671 | 2026-06-21T01:56:10.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3672 | 2026-06-21T01:56:10.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3673 | 2026-06-21T01:56:10.551Z | |
| 3674 | 2026-06-21T01:56:10.551Z | info: running `cargo check --bins` on omicron-git-version (192/298) |
| 3675 | 2026-06-21T01:56:10.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3676 | 2026-06-21T01:56:10.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3677 | 2026-06-21T01:56:10.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3678 | 2026-06-21T01:56:10.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3679 | 2026-06-21T01:56:10.552Z | |
| 3680 | 2026-06-21T01:56:10.552Z | info: running `cargo check --bins` on nexus-db-errors (193/298) |
| 3681 | 2026-06-21T01:56:10.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3682 | 2026-06-21T01:56:10.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3683 | 2026-06-21T01:56:10.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3684 | 2026-06-21T01:56:10.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3685 | 2026-06-21T01:56:10.552Z | |
| 3686 | 2026-06-21T01:56:10.552Z | info: running `cargo check --bins` on nexus-db-lookup (194/298) |
| 3687 | 2026-06-21T01:56:10.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3688 | 2026-06-21T01:56:10.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3689 | 2026-06-21T01:56:10.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3690 | 2026-06-21T01:56:10.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3691 | 2026-06-21T01:56:10.552Z | |
| 3692 | 2026-06-21T01:56:10.552Z | info: running `cargo check --bins` on nexus-inventory (195/298) |
| 3693 | 2026-06-21T01:56:10.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3694 | 2026-06-21T01:56:10.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3695 | 2026-06-21T01:56:10.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3696 | 2026-06-21T01:56:10.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3697 | 2026-06-21T01:56:10.552Z | |
| 3698 | 2026-06-21T01:56:10.552Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/298) |
| 3699 | 2026-06-21T01:56:10.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3700 | 2026-06-21T01:56:10.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3701 | 2026-06-21T01:56:10.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3702 | 2026-06-21T01:56:10.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3703 | 2026-06-21T01:56:10.552Z | |
| 3704 | 2026-06-21T01:56:10.552Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/298) |
| 3705 | 2026-06-21T01:56:10.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3706 | 2026-06-21T01:56:10.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3707 | 2026-06-21T01:56:10.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3708 | 2026-06-21T01:56:10.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3709 | 2026-06-21T01:56:10.552Z | |
| 3710 | 2026-06-21T01:56:10.552Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/298) |
| 3711 | 2026-06-21T01:56:10.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3712 | 2026-06-21T01:56:10.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3713 | 2026-06-21T01:56:10.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3714 | 2026-06-21T01:56:10.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3715 | 2026-06-21T01:56:10.553Z | |
| 3716 | 2026-06-21T01:56:10.553Z | info: running `cargo check --bins` on key-manager (199/298) |
| 3717 | 2026-06-21T01:56:10.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3718 | 2026-06-21T01:56:10.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3719 | 2026-06-21T01:56:10.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3720 | 2026-06-21T01:56:10.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3721 | 2026-06-21T01:56:10.553Z | |
| 3722 | 2026-06-21T01:56:10.553Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/298) |
| 3723 | 2026-06-21T01:56:10.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3724 | 2026-06-21T01:56:10.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3725 | 2026-06-21T01:56:10.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3726 | 2026-06-21T01:56:10.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3727 | 2026-06-21T01:56:10.554Z | |
| 3728 | 2026-06-21T01:56:10.554Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/298) |
| 3729 | 2026-06-21T01:56:10.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3730 | 2026-06-21T01:56:10.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3731 | 2026-06-21T01:56:10.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3732 | 2026-06-21T01:56:10.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3733 | 2026-06-21T01:56:10.554Z | |
| 3734 | 2026-06-21T01:56:10.554Z | info: running `cargo check --bins` on typed-rng (202/298) |
| 3735 | 2026-06-21T01:56:10.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3736 | 2026-06-21T01:56:10.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3737 | 2026-06-21T01:56:10.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3738 | 2026-06-21T01:56:10.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3739 | 2026-06-21T01:56:10.554Z | |
| 3740 | 2026-06-21T01:56:10.554Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/298) |
| 3741 | 2026-06-21T01:56:10.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3742 | 2026-06-21T01:56:10.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3743 | 2026-06-21T01:56:10.554Z | Compiling libefi-sys v0.1.0 |
| 3744 | 2026-06-21T01:56:10.554Z | Compiling bitfield-struct v0.6.2 |
| 3745 | 2026-06-21T01:56:10.554Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3746 | 2026-06-21T01:56:10.554Z | Compiling xshell-macros v0.2.7 |
| 3747 | 2026-06-21T01:56:10.554Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3748 | 2026-06-21T01:56:10.554Z | Compiling salty v0.3.0 |
| 3749 | 2026-06-21T01:56:10.554Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3750 | 2026-06-21T01:56:10.555Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3751 | 2026-06-21T01:56:10.555Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3752 | 2026-06-21T01:56:10.555Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3753 | 2026-06-21T01:56:10.555Z | Checking primeorder v0.13.6 |
| 3754 | 2026-06-21T01:56:10.603Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3755 | 2026-06-21T01:56:10.603Z | Checking xshell v0.2.7 |
| 3756 | 2026-06-21T01:56:10.603Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3757 | 2026-06-21T01:56:10.603Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3758 | 2026-06-21T01:56:10.603Z | Checking tungstenite v0.21.0 |
| 3759 | 2026-06-21T01:56:10.603Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3760 | 2026-06-21T01:56:10.603Z | Checking p384 v0.13.1 |
| 3761 | 2026-06-21T01:56:10.603Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3762 | 2026-06-21T01:56:10.604Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3763 | 2026-06-21T01:56:10.604Z | Compiling num-derive v0.3.3 |
| 3764 | 2026-06-21T01:56:10.604Z | Compiling proc-macro-error2 v2.0.1 |
| 3765 | 2026-06-21T01:56:10.604Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3766 | 2026-06-21T01:56:10.604Z | Checking tokio-tungstenite v0.21.0 |
| 3767 | 2026-06-21T01:56:10.604Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3768 | 2026-06-21T01:56:10.604Z | Checking papergrid v0.17.0 |
| 3769 | 2026-06-21T01:56:10.604Z | Compiling tabled_derive v0.11.0 |
| 3770 | 2026-06-21T01:56:10.604Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3771 | 2026-06-21T01:56:10.604Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3772 | 2026-06-21T01:56:10.604Z | Compiling progenitor-impl v0.13.0 |
| 3773 | 2026-06-21T01:56:10.604Z | Checking testing_table v0.3.0 |
| 3774 | 2026-06-21T01:56:10.604Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3775 | 2026-06-21T01:56:10.604Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3776 | 2026-06-21T01:56:10.604Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3777 | 2026-06-21T01:56:10.604Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3778 | 2026-06-21T01:56:10.604Z | Compiling unicase v2.9.0 |
| 3779 | 2026-06-21T01:56:10.604Z | Checking libscf-sys v1.1.0 |
| 3780 | 2026-06-21T01:56:10.604Z | Checking corncobs v0.1.4 |
| 3781 | 2026-06-21T01:56:10.604Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3782 | 2026-06-21T01:56:10.604Z | Compiling mime_guess v2.0.5 |
| 3783 | 2026-06-21T01:56:10.604Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3784 | 2026-06-21T01:56:10.604Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3785 | 2026-06-21T01:56:10.604Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3786 | 2026-06-21T01:56:10.604Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3787 | 2026-06-21T01:56:10.604Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3788 | 2026-06-21T01:56:10.604Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3789 | 2026-06-21T01:56:10.604Z | Checking tabled v0.20.0 |
| 3790 | 2026-06-21T01:56:10.604Z | Checking progenitor-client v0.13.0 |
| 3791 | 2026-06-21T01:56:10.604Z | Checking secrecy v0.8.0 |
| 3792 | 2026-06-21T01:56:10.604Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3793 | 2026-06-21T01:56:10.604Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3794 | 2026-06-21T01:56:10.604Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3795 | 2026-06-21T01:56:10.604Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3796 | 2026-06-21T01:56:10.604Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3797 | 2026-06-21T01:56:10.604Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3798 | 2026-06-21T01:56:10.604Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3799 | 2026-06-21T01:56:10.604Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3800 | 2026-06-21T01:56:10.605Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3801 | 2026-06-21T01:56:10.605Z | Checking filetime v0.2.27 |
| 3802 | 2026-06-21T01:56:10.605Z | Checking crc8 v0.1.1 |
| 3803 | 2026-06-21T01:56:10.605Z | Checking xattr v1.6.1 |
| 3804 | 2026-06-21T01:56:10.605Z | Checking http-range v0.1.5 |
| 3805 | 2026-06-21T01:56:10.605Z | Checking tar v0.4.45 |
| 3806 | 2026-06-21T01:56:10.605Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3807 | 2026-06-21T01:56:10.605Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3808 | 2026-06-21T01:56:10.605Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3809 | 2026-06-21T01:56:10.605Z | Compiling progenitor-macro v0.13.0 |
| 3810 | 2026-06-21T01:56:10.605Z | Checking illumos-nvpair v0.3.0 |
| 3811 | 2026-06-21T01:56:10.605Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3812 | 2026-06-21T01:56:10.606Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3813 | 2026-06-21T01:56:10.606Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3814 | 2026-06-21T01:56:10.606Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3815 | 2026-06-21T01:56:10.606Z | Checking atty v0.2.14 |
| 3816 | 2026-06-21T01:56:10.606Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3817 | 2026-06-21T01:56:10.606Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3818 | 2026-06-21T01:56:10.606Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3819 | 2026-06-21T01:56:10.606Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3820 | 2026-06-21T01:56:10.606Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3821 | 2026-06-21T01:56:10.606Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3822 | 2026-06-21T01:56:10.606Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3823 | 2026-06-21T01:56:10.606Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3824 | 2026-06-21T01:56:10.606Z | Checking hyper-staticfile v0.10.1 |
| 3825 | 2026-06-21T01:56:10.606Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3826 | 2026-06-21T01:56:10.606Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3827 | 2026-06-21T01:56:10.606Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3828 | 2026-06-21T01:56:10.606Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3829 | 2026-06-21T01:56:10.606Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3830 | 2026-06-21T01:56:10.606Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3831 | 2026-06-21T01:56:10.606Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3832 | 2026-06-21T01:56:10.606Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3833 | 2026-06-21T01:56:10.606Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3834 | 2026-06-21T01:56:10.606Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3835 | 2026-06-21T01:56:10.606Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3836 | 2026-06-21T01:56:10.606Z | Checking progenitor v0.13.0 |
| 3837 | 2026-06-21T01:56:10.606Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3838 | 2026-06-21T01:56:10.606Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3839 | 2026-06-21T01:56:10.606Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3840 | 2026-06-21T01:56:10.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.08s |
| 3841 | 2026-06-21T01:56:10.606Z | |
| 3842 | 2026-06-21T01:56:10.606Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/298) |
| 3843 | 2026-06-21T01:56:10.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3844 | 2026-06-21T01:56:10.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3845 | 2026-06-21T01:56:10.607Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3846 | 2026-06-21T01:56:10.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 3847 | 2026-06-21T01:56:10.607Z | |
| 3848 | 2026-06-21T01:56:10.607Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/298) |
| 3849 | 2026-06-21T01:56:10.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3850 | 2026-06-21T01:56:10.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3851 | 2026-06-21T01:56:10.608Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3852 | 2026-06-21T01:56:13.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 3853 | 2026-06-21T01:56:13.247Z | |
| 3854 | 2026-06-21T01:56:13.247Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/298) |
| 3855 | 2026-06-21T01:56:13.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3856 | 2026-06-21T01:56:13.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3857 | 2026-06-21T01:56:13.958Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3858 | 2026-06-21T01:56:24.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s |
| 3859 | 2026-06-21T01:56:24.764Z | |
| 3860 | 2026-06-21T01:56:24.764Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/298) |
| 3861 | 2026-06-21T01:56:25.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3862 | 2026-06-21T01:56:25.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3863 | 2026-06-21T01:56:25.471Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3864 | 2026-06-21T01:56:36.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 3865 | 2026-06-21T01:56:36.286Z | |
| 3866 | 2026-06-21T01:56:36.286Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/298) |
| 3867 | 2026-06-21T01:56:36.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3868 | 2026-06-21T01:56:36.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3869 | 2026-06-21T01:56:37.002Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3870 | 2026-06-21T01:56:47.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3871 | 2026-06-21T01:56:47.828Z | |
| 3872 | 2026-06-21T01:56:47.828Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/298) |
| 3873 | 2026-06-21T01:56:48.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3874 | 2026-06-21T01:56:48.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3875 | 2026-06-21T01:56:48.550Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3876 | 2026-06-21T01:56:59.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s |
| 3877 | 2026-06-21T01:56:59.347Z | |
| 3878 | 2026-06-21T01:56:59.347Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/298) |
| 3879 | 2026-06-21T01:56:59.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2026-06-21T01:56:59.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2026-06-21T01:57:00.065Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3882 | 2026-06-21T01:57:10.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3883 | 2026-06-21T01:57:10.956Z | |
| 3884 | 2026-06-21T01:57:10.956Z | info: running `cargo check --bins` on bootstrap-agent-api (211/298) |
| |
| 3885 | 2026-06-21T02:09:25.243Z | worker agent experienced a fatal error; aborting job |
| 3886 | 2026-06-21T02:09:25.243Z | task 4 was incomplete, marked failed |