|
|
|
| 1 | 2026-08-25T20:49:32.040Z | job assigned to worker 01M0XAXJBC5F2XHD0BNE7XQKSW [factory aws, i-0e79923cd3f406608] (queued for 51 s) |
| |
| 2 | 2026-08-25T20:49:38.299Z | starting task 0: "setup" |
| 3 | 2026-08-25T20:49:38.303Z | ++ uname -s |
| 4 | 2026-08-25T20:49:38.307Z | + kern=SunOS |
| 5 | 2026-08-25T20:49:38.307Z | + build_user=build |
| 6 | 2026-08-25T20:49:38.307Z | + build_uid=12345 |
| 7 | 2026-08-25T20:49:38.307Z | + work_dir=/work |
| 8 | 2026-08-25T20:49:38.307Z | + input_dir=/input |
| 9 | 2026-08-25T20:49:38.307Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T20:49:38.307Z | + case "$kern" in |
| 11 | 2026-08-25T20:49:38.307Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T20:49:38.307Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T20:49:40.313Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T20:49:40.391Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T20:49:40.395Z | + home_fs=zfs |
| 16 | 2026-08-25T20:49:40.395Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T20:49:40.395Z | + mkdir -p /home/build |
| 18 | 2026-08-25T20:49:40.395Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T20:49:42.396Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T20:49:42.400Z | process exited: duration 4101 ms, exit code 0 |
| |
| 21 | 2026-08-25T20:49:42.407Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T20:49:42.411Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T20:49:42.411Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T20:49:42.411Z | * rust toolchain profile = "default" |
| 25 | 2026-08-25T20:49:42.411Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-25T20:49:42.411Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T20:49:42.411Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T20:49:42.415Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T20:49:42.415Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T20:49:42.519Z | info: downloading installer |
| 31 | 2026-08-25T20:49:44.119Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T20:49:44.119Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T20:49:44.119Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T20:49:44.119Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T20:49:44.133Z | info: profile set to default |
| 36 | 2026-08-25T20:49:44.133Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T20:49:44.136Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T20:49:44.279Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T20:49:44.283Z | info: downloading 6 components |
| 40 | 2026-08-25T20:49:58.579Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T20:49:58.579Z | |
| 42 | 2026-08-25T20:49:58.606Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T20:49:58.606Z | |
| 44 | 2026-08-25T20:49:58.606Z | |
| 45 | 2026-08-25T20:49:58.606Z | Rust is installed now. Great! |
| 46 | 2026-08-25T20:49:58.606Z | |
| 47 | 2026-08-25T20:49:58.609Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T20:49:58.609Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T20:49:58.609Z | |
| 50 | 2026-08-25T20:49:58.609Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T20:49:58.609Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T20:49:58.610Z | |
| 53 | 2026-08-25T20:49:58.610Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T20:49:58.610Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T20:49:58.610Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T20:49:58.610Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T20:49:58.610Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T20:49:58.610Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T20:49:58.610Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T20:49:58.610Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T20:49:58.610Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T20:49:58.699Z | + rustup --version |
| 63 | 2026-08-25T20:49:58.708Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T20:49:58.711Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T20:49:58.729Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T20:49:58.732Z | + cargo --version |
| 67 | 2026-08-25T20:49:58.748Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T20:49:58.751Z | + rustc --version |
| 69 | 2026-08-25T20:49:58.768Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T20:49:58.771Z | process exited: duration 16364 ms, exit code 0 |
| |
| 71 | 2026-08-25T20:49:58.778Z | starting task 2: "authentication" |
| 72 | 2026-08-25T20:49:58.794Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-25T20:49:58.800Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T20:49:58.803Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-25T20:49:58.807Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-25T20:49:58.837Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-25T20:50:14.141Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-25T20:50:14.141Z | + git fetch origin 21f4906c9de6e22133caa19a43cf24585fc8f144 |
| 79 | 2026-08-25T20:50:14.712Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-25T20:50:14.712Z | * branch 21f4906c9de6e22133caa19a43cf24585fc8f144 -> FETCH_HEAD |
| 81 | 2026-08-25T20:50:14.724Z | + [[ -n update-bgp-src-addr-description ]] |
| 82 | 2026-08-25T20:50:14.727Z | ++ git branch --show-current |
| 83 | 2026-08-25T20:50:14.727Z | + current=main |
| 84 | 2026-08-25T20:50:14.727Z | + [[ main != update-bgp-src-addr-description ]] |
| 85 | 2026-08-25T20:50:14.727Z | + git branch -f update-bgp-src-addr-description 21f4906c9de6e22133caa19a43cf24585fc8f144 |
| 86 | 2026-08-25T20:50:14.731Z | + git checkout -f update-bgp-src-addr-description |
| 87 | 2026-08-25T20:50:14.977Z | Switched to branch 'update-bgp-src-addr-description' |
| 88 | 2026-08-25T20:50:14.980Z | + git reset --hard 21f4906c9de6e22133caa19a43cf24585fc8f144 |
| 89 | 2026-08-25T20:50:15.007Z | HEAD is now at 21f4906c9 update bgp peer src addr description |
| 90 | 2026-08-25T20:50:15.010Z | process exited: duration 16208 ms, exit code 0 |
| |
| 91 | 2026-08-25T20:50:15.017Z | starting task 4: "build" |
| 92 | 2026-08-25T20:50:15.021Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-25T20:50:15.024Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-25T20:50:15.024Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-25T20:50:15.024Z | +++ uname -s |
| 96 | 2026-08-25T20:50:15.024Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-25T20:50:15.024Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-25T20:50:15.027Z | + cargo --version |
| 99 | 2026-08-25T20:50:15.034Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-25T20:50:15.037Z | + rustc --version |
| 101 | 2026-08-25T20:50:15.056Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-25T20:50:15.059Z | + source ./env.sh |
| 103 | 2026-08-25T20:50:15.059Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-25T20:50:15.059Z | ++ set -o xtrace |
| 105 | 2026-08-25T20:50:15.062Z | ++++ dirname ./env.sh |
| 106 | 2026-08-25T20:50:15.062Z | +++ readlink -f . |
| 107 | 2026-08-25T20:50:15.066Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-25T20:50:15.066Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-08-25T20:50:15.066Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-08-25T20:50:15.066Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-08-25T20:50:15.066Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-08-25T20:50:15.066Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-08-25T20:50:15.066Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-08-25T20:50:15.066Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-08-25T20:50:15.066Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-08-25T20:50:15.066Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-08-25T20:50:15.066Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-08-25T20:50:15.066Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-25T20:50:15.066Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-25T20:50:15.066Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 121 | 2026-08-25T20:50:15.066Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 122 | 2026-08-25T20:50:15.066Z | + banner prerequisites |
| 123 | 2026-08-25T20:50:15.070Z | |
| 124 | 2026-08-25T20:50:15.070Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-25T20:50:15.070Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-25T20:50:15.070Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-25T20:50:15.070Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-25T20:50:15.070Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-25T20:50:15.070Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-25T20:50:15.070Z | |
| 131 | 2026-08-25T20:50:15.070Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-25T20:50:16.952Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-25T20:50:17.341Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-25T20:50:19.556Z | Planning: Solver setup ... Done (2.094s) |
| 135 | 2026-08-25T20:50:19.618Z | Planning: Running solver ... Done (0.062s) |
| 136 | 2026-08-25T20:50:19.669Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-25T20:50:19.682Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-25T20:50:19.704Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-25T20:50:19.718Z | Planning: Package planning ... Done (0.013s) |
| 140 | 2026-08-25T20:50:19.721Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-25T20:50:19.941Z | Planning: Checking for conflicting actions ... Done (0.221s) |
| 142 | 2026-08-25T20:50:19.944Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-25T20:50:20.674Z | Planning: Evaluating mediators ... Done (0.732s) |
| 144 | 2026-08-25T20:50:20.677Z | Planning: Planning completed in 3.30 seconds |
| 145 | 2026-08-25T20:50:20.682Z | Packages to install: 2 |
| 146 | 2026-08-25T20:50:20.683Z | Estimated space available: 156.01 GB |
| 147 | 2026-08-25T20:50:20.683Z | Estimated space to be consumed: 80.56 MB |
| 148 | 2026-08-25T20:50:20.683Z | Create boot environment: No |
| 149 | 2026-08-25T20:50:20.686Z | Create backup boot environment: No |
| 150 | 2026-08-25T20:50:20.686Z | Rebuild boot archive: No |
| 151 | 2026-08-25T20:50:20.686Z | |
| 152 | 2026-08-25T20:50:20.686Z | Changed packages: |
| 153 | 2026-08-25T20:50:20.686Z | helios |
| 154 | 2026-08-25T20:50:20.686Z | developer/build-essential |
| 155 | 2026-08-25T20:50:20.686Z | None -> 11-3.0 |
| 156 | 2026-08-25T20:50:20.686Z | library/libxmlsec1 |
| 157 | 2026-08-25T20:50:20.686Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-25T20:50:20.707Z | |
| 159 | 2026-08-25T20:50:20.707Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-25T20:50:20.775Z | Download: Completed 1.28 MB in 0.07 seconds (18.8M/s) |
| 161 | 2026-08-25T20:50:20.850Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-25T20:50:20.887Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-25T20:50:20.923Z | Finalize: Updating package state database ... Done (0.035s) |
| 164 | 2026-08-25T20:50:20.926Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-25T20:50:21.012Z | Finalize: Updating image state ... Done (0.088s) |
| 166 | 2026-08-25T20:50:23.500Z | Finalize: Creating fast lookup database ... Done (2.437s) |
| 167 | 2026-08-25T20:50:23.568Z | Finalize: Reading search index ... Done (0.013s) |
| 168 | 2026-08-25T20:50:23.571Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-25T20:50:23.672Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-25T20:50:24.042Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-25T20:50:24.148Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-25T20:50:24.153Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-25T20:50:24.305Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-25T20:50:24.308Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-25T20:50:24.328Z | Mediators to change: 2 |
| 176 | 2026-08-25T20:50:24.328Z | Create boot environment: No |
| 177 | 2026-08-25T20:50:24.328Z | Create backup boot environment: No |
| 178 | 2026-08-25T20:50:24.385Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-25T20:50:24.385Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-25T20:50:24.437Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-25T20:50:26.397Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-25T20:50:26.458Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-25T20:50:26.462Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-25T20:50:26.537Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-25T20:50:26.829Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-25T20:50:26.935Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-25T20:50:26.938Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-25T20:50:27.092Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-25T20:50:27.095Z | Planning: Planning completed in 0.27 seconds |
| 190 | 2026-08-25T20:50:27.117Z | Mediators to change: 1 |
| 191 | 2026-08-25T20:50:27.117Z | Create boot environment: No |
| 192 | 2026-08-25T20:50:27.117Z | Create backup boot environment: No |
| 193 | 2026-08-25T20:50:27.174Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-25T20:50:27.174Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-25T20:50:27.228Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-25T20:50:29.198Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-25T20:50:29.260Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-25T20:50:29.263Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-25T20:50:29.339Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-25T20:50:29.654Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-25T20:50:29.654Z | apache system 2.4 system |
| 202 | 2026-08-25T20:50:29.654Z | clang system 15 system |
| 203 | 2026-08-25T20:50:29.654Z | csh system system illumos |
| 204 | 2026-08-25T20:50:29.654Z | ctags system system illumos |
| 205 | 2026-08-25T20:50:29.654Z | file vendor vendor darwinsys |
| 206 | 2026-08-25T20:50:29.654Z | file system system illumos |
| 207 | 2026-08-25T20:50:29.655Z | gcc vendor 14 vendor |
| 208 | 2026-08-25T20:50:29.655Z | gcc system 13 system |
| 209 | 2026-08-25T20:50:29.655Z | gcc system 10 system |
| 210 | 2026-08-25T20:50:29.655Z | go system 1.25 system |
| 211 | 2026-08-25T20:50:29.655Z | llvm system 15 system |
| 212 | 2026-08-25T20:50:29.655Z | mariadb system 11.4 system |
| 213 | 2026-08-25T20:50:29.655Z | mta vendor vendor dma |
| 214 | 2026-08-25T20:50:29.655Z | openjdk system 17 system |
| 215 | 2026-08-25T20:50:29.655Z | openjdk system 11 system |
| 216 | 2026-08-25T20:50:29.655Z | openssl vendor 3 vendor |
| 217 | 2026-08-25T20:50:29.655Z | perl system 5.40 system |
| 218 | 2026-08-25T20:50:29.655Z | postgresql system 18 system |
| 219 | 2026-08-25T20:50:29.655Z | postgresql system 17 system |
| 220 | 2026-08-25T20:50:29.655Z | python vendor 3 vendor |
| 221 | 2026-08-25T20:50:29.655Z | python system 2 system |
| 222 | 2026-08-25T20:50:29.655Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-25T20:50:29.655Z | ruby system 3.4 system |
| 224 | 2026-08-25T20:50:29.655Z | ruby system 3.0 system |
| 225 | 2026-08-25T20:50:29.655Z | words vendor vendor american-english |
| 226 | 2026-08-25T20:50:29.655Z | words system system australian-english |
| 227 | 2026-08-25T20:50:29.655Z | words system system british-english |
| 228 | 2026-08-25T20:50:29.655Z | words system system canadian-english |
| 229 | 2026-08-25T20:50:29.655Z | words system system french |
| 230 | 2026-08-25T20:50:29.655Z | words system system italian |
| 231 | 2026-08-25T20:50:29.655Z | words system system ngerman |
| 232 | 2026-08-25T20:50:29.655Z | words system system ogerman |
| 233 | 2026-08-25T20:50:29.655Z | words system system spanish |
| 234 | 2026-08-25T20:50:29.910Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-25T20:50:29.910Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-25T20:50:30.404Z | FMRI IFO |
| 237 | 2026-08-25T20:50:30.404Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-25T20:50:30.404Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-25T20:50:30.404Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-25T20:50:30.404Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-25T20:50:30.404Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-25T20:50:30.404Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-25T20:50:30.404Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-25T20:50:30.404Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-25T20:50:30.404Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-25T20:50:30.754Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-25T20:50:31.149Z | Updating crates.io index |
| 248 | 2026-08-25T20:50:31.152Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-25T20:50:31.428Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-25T20:50:31.896Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-25T20:50:33.201Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-08-25T20:50:33.822Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-08-25T20:50:35.448Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-08-25T20:50:36.369Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-08-25T20:50:36.662Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-08-25T20:50:37.051Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-08-25T20:50:44.197Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-08-25T20:50:44.692Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-08-25T20:50:45.132Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-08-25T20:50:45.405Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-08-25T20:50:45.920Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-08-25T20:50:46.273Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-08-25T20:50:46.684Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-08-25T20:50:47.052Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-08-25T20:50:47.383Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 266 | 2026-08-25T20:50:47.895Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 267 | 2026-08-25T20:50:48.451Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 268 | 2026-08-25T20:50:48.727Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 269 | 2026-08-25T20:50:49.465Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 270 | 2026-08-25T20:50:49.777Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 271 | 2026-08-25T20:50:50.727Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 272 | 2026-08-25T20:50:51.251Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 273 | 2026-08-25T20:50:51.953Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 274 | 2026-08-25T20:50:52.372Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 275 | 2026-08-25T20:50:52.761Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 276 | 2026-08-25T20:50:53.192Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 277 | 2026-08-25T20:50:53.530Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 278 | 2026-08-25T20:50:53.939Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-08-25T20:50:54.237Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-08-25T20:50:54.661Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 281 | 2026-08-25T20:50:56.220Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 282 | 2026-08-25T20:50:56.785Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-08-25T20:50:57.081Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-08-25T20:50:57.389Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 285 | 2026-08-25T20:50:57.917Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2026-08-25T20:50:59.362Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 287 | 2026-08-25T20:50:59.706Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 288 | 2026-08-25T20:50:59.984Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 289 | 2026-08-25T20:51:00.262Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 290 | 2026-08-25T20:51:00.528Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 291 | 2026-08-25T20:51:03.435Z | Downloading crates ... |
| 292 | 2026-08-25T20:51:03.477Z | Downloaded anstyle-query v1.1.5 |
| 293 | 2026-08-25T20:51:03.485Z | Downloaded bitflags v2.11.0 |
| 294 | 2026-08-25T20:51:03.489Z | Downloaded equivalent v1.0.2 |
| 295 | 2026-08-25T20:51:03.492Z | Downloaded cargo-platform v0.3.2 |
| 296 | 2026-08-25T20:51:03.496Z | Downloaded cfg-if v1.0.4 |
| 297 | 2026-08-25T20:51:03.499Z | Downloaded scroll_derive v0.12.1 |
| 298 | 2026-08-25T20:51:03.502Z | Downloaded clap_derive v4.6.1 |
| 299 | 2026-08-25T20:51:03.505Z | Downloaded digest v0.10.7 |
| 300 | 2026-08-25T20:51:03.505Z | Downloaded pest_generator v2.8.6 |
| 301 | 2026-08-25T20:51:03.505Z | Downloaded strsim v0.11.1 |
| 302 | 2026-08-25T20:51:03.509Z | Downloaded toml_write v0.1.2 |
| 303 | 2026-08-25T20:51:03.512Z | Downloaded anstream v1.0.0 |
| 304 | 2026-08-25T20:51:03.515Z | Downloaded anstyle v1.0.14 |
| 305 | 2026-08-25T20:51:03.515Z | Downloaded serde_tokenstream v0.2.3 |
| 306 | 2026-08-25T20:51:03.518Z | Downloaded zerocopy v0.7.35 |
| 307 | 2026-08-25T20:51:03.524Z | Downloaded proc-macro-error v1.0.4 |
| 308 | 2026-08-25T20:51:03.528Z | Downloaded fnv v1.0.7 |
| 309 | 2026-08-25T20:51:03.528Z | Downloaded zmij v1.0.21 |
| 310 | 2026-08-25T20:51:03.528Z | Downloaded thiserror v1.0.69 |
| 311 | 2026-08-25T20:51:03.531Z | Downloaded toml v0.8.23 |
| 312 | 2026-08-25T20:51:03.531Z | Downloaded cargo_metadata v0.23.1 |
| 313 | 2026-08-25T20:51:03.531Z | Downloaded memchr v2.8.0 |
| 314 | 2026-08-25T20:51:03.534Z | Downloaded colorchoice v1.0.4 |
| 315 | 2026-08-25T20:51:03.534Z | Downloaded heck v0.5.0 |
| 316 | 2026-08-25T20:51:03.534Z | Downloaded bytecount v0.6.9 |
| 317 | 2026-08-25T20:51:03.538Z | Downloaded clap_lex v1.0.0 |
| 318 | 2026-08-25T20:51:03.538Z | Downloaded cargo_toml v0.21.0 |
| 319 | 2026-08-25T20:51:03.538Z | Downloaded camino v1.2.5 |
| 320 | 2026-08-25T20:51:03.541Z | Downloaded dof v0.3.0 |
| 321 | 2026-08-25T20:51:03.541Z | Downloaded itoa v1.0.17 |
| 322 | 2026-08-25T20:51:03.545Z | Downloaded macaddr v1.0.1 |
| 323 | 2026-08-25T20:51:03.548Z | Downloaded errno v0.3.14 |
| 324 | 2026-08-25T20:51:03.551Z | Downloaded dtrace-parser v0.2.0 |
| 325 | 2026-08-25T20:51:03.554Z | Downloaded fastrand v2.3.0 |
| 326 | 2026-08-25T20:51:03.556Z | Downloaded crypto-common v0.1.7 |
| 327 | 2026-08-25T20:51:03.559Z | Downloaded block-buffer v0.10.4 |
| 328 | 2026-08-25T20:51:03.560Z | Downloaded generic-array v0.14.7 |
| 329 | 2026-08-25T20:51:03.562Z | Downloaded cpufeatures v0.2.17 |
| 330 | 2026-08-25T20:51:03.566Z | Downloaded pest v2.8.6 |
| 331 | 2026-08-25T20:51:03.569Z | Downloaded serde_spanned v0.6.9 |
| 332 | 2026-08-25T20:51:03.572Z | Downloaded is_terminal_polyfill v1.70.2 |
| 333 | 2026-08-25T20:51:03.576Z | Downloaded proc-macro-error-attr v1.0.4 |
| 334 | 2026-08-25T20:51:03.579Z | Downloaded memmap v0.7.0 |
| 335 | 2026-08-25T20:51:03.584Z | Downloaded tabled_derive v0.7.0 |
| 336 | 2026-08-25T20:51:03.587Z | Downloaded usdt-attr-macro v0.5.0 |
| 337 | 2026-08-25T20:51:03.592Z | Downloaded swrite v0.1.0 |
| 338 | 2026-08-25T20:51:03.595Z | Downloaded unicode-linebreak v0.1.5 |
| 339 | 2026-08-25T20:51:03.595Z | Downloaded pretty-hex v0.4.1 |
| 340 | 2026-08-25T20:51:03.595Z | Downloaded anstyle-parse v1.0.0 |
| 341 | 2026-08-25T20:51:03.600Z | Downloaded toml_datetime v0.6.11 |
| 342 | 2026-08-25T20:51:03.606Z | Downloaded smawk v0.3.2 |
| 343 | 2026-08-25T20:51:03.609Z | Downloaded plain v0.2.3 |
| 344 | 2026-08-25T20:51:03.611Z | Downloaded thread-id v4.2.2 |
| 345 | 2026-08-25T20:51:03.612Z | Downloaded usdt-macro v0.5.0 |
| 346 | 2026-08-25T20:51:03.612Z | Downloaded version_check v0.9.5 |
| 347 | 2026-08-25T20:51:03.617Z | Downloaded utf8parse v0.2.2 |
| 348 | 2026-08-25T20:51:03.619Z | Downloaded scroll v0.12.0 |
| 349 | 2026-08-25T20:51:03.620Z | Downloaded autocfg v1.5.0 |
| 350 | 2026-08-25T20:51:03.624Z | Downloaded usdt v0.5.0 |
| 351 | 2026-08-25T20:51:03.626Z | Downloaded terminal_size v0.4.3 |
| 352 | 2026-08-25T20:51:03.629Z | Downloaded byteorder v1.5.0 |
| 353 | 2026-08-25T20:51:03.632Z | Downloaded usdt-impl v0.5.0 |
| 354 | 2026-08-25T20:51:03.632Z | Downloaded heck v0.4.1 |
| 355 | 2026-08-25T20:51:03.635Z | Downloaded quote v1.0.45 |
| 356 | 2026-08-25T20:51:03.638Z | Downloaded camino-tempfile v1.4.1 |
| 357 | 2026-08-25T20:51:03.638Z | Downloaded sha2 v0.10.9 |
| 358 | 2026-08-25T20:51:03.641Z | Downloaded thiserror v2.0.18 |
| 359 | 2026-08-25T20:51:03.645Z | Downloaded thiserror-impl v1.0.69 |
| 360 | 2026-08-25T20:51:03.645Z | Downloaded once_cell v1.21.3 |
| 361 | 2026-08-25T20:51:03.657Z | Downloaded thiserror-impl v2.0.18 |
| 362 | 2026-08-25T20:51:03.665Z | Downloaded pest_derive v2.8.6 |
| 363 | 2026-08-25T20:51:03.673Z | Downloaded tempfile v3.27.0 |
| 364 | 2026-08-25T20:51:03.677Z | Downloaded semver v1.0.28 |
| 365 | 2026-08-25T20:51:03.681Z | Downloaded getrandom v0.4.3 |
| 366 | 2026-08-25T20:51:03.685Z | Downloaded anyhow v1.0.104 |
| 367 | 2026-08-25T20:51:03.696Z | Downloaded fs-err v3.3.0 |
| 368 | 2026-08-25T20:51:03.699Z | Downloaded zerocopy-derive v0.7.35 |
| 369 | 2026-08-25T20:51:03.703Z | Downloaded log v0.4.33 |
| 370 | 2026-08-25T20:51:03.709Z | Downloaded papergrid v0.11.0 |
| 371 | 2026-08-25T20:51:03.712Z | Downloaded ucd-trie v0.1.7 |
| 372 | 2026-08-25T20:51:03.715Z | Downloaded textwrap v0.16.2 |
| 373 | 2026-08-25T20:51:03.718Z | Downloaded clap v4.6.1 |
| 374 | 2026-08-25T20:51:03.723Z | Downloaded unicode-ident v1.0.24 |
| 375 | 2026-08-25T20:51:03.727Z | Downloaded serde_core v1.0.228 |
| 376 | 2026-08-25T20:51:03.735Z | Downloaded proc-macro2 v1.0.106 |
| 377 | 2026-08-25T20:51:03.741Z | Downloaded toml_edit v0.22.27 |
| 378 | 2026-08-25T20:51:03.749Z | Downloaded pest_meta v2.8.6 |
| 379 | 2026-08-25T20:51:03.757Z | Downloaded serde_derive v1.0.228 |
| 380 | 2026-08-25T20:51:03.775Z | Downloaded serde v1.0.228 |
| 381 | 2026-08-25T20:51:03.781Z | Downloaded indexmap v2.14.0 |
| 382 | 2026-08-25T20:51:03.784Z | Downloaded typenum v1.20.1 |
| 383 | 2026-08-25T20:51:03.818Z | Downloaded serde_json v1.0.151 |
| 384 | 2026-08-25T20:51:03.821Z | Downloaded hashbrown v0.17.0 |
| 385 | 2026-08-25T20:51:03.842Z | Downloaded clap_builder v4.6.0 |
| 386 | 2026-08-25T20:51:03.848Z | Downloaded goblin v0.8.2 |
| 387 | 2026-08-25T20:51:03.852Z | Downloaded winnow v0.7.14 |
| 388 | 2026-08-25T20:51:03.872Z | Downloaded tabled v0.15.0 |
| 389 | 2026-08-25T20:51:03.885Z | Downloaded syn v1.0.109 |
| 390 | 2026-08-25T20:51:03.890Z | Downloaded unicode-width v0.2.0 |
| 391 | 2026-08-25T20:51:03.894Z | Downloaded unicode-width v0.1.14 |
| 392 | 2026-08-25T20:51:03.898Z | Downloaded syn v2.0.117 |
| 393 | 2026-08-25T20:51:03.913Z | Downloaded rustix v1.1.4 |
| 394 | 2026-08-25T20:51:03.939Z | Downloaded libc v0.2.185 |
| 395 | 2026-08-25T20:51:04.004Z | Compiling proc-macro2 v1.0.106 |
| 396 | 2026-08-25T20:51:04.004Z | Compiling quote v1.0.45 |
| 397 | 2026-08-25T20:51:04.004Z | Compiling unicode-ident v1.0.24 |
| 398 | 2026-08-25T20:51:04.007Z | Compiling serde_core v1.0.228 |
| 399 | 2026-08-25T20:51:04.007Z | Compiling libc v0.2.185 |
| 400 | 2026-08-25T20:51:04.007Z | Compiling version_check v0.9.5 |
| 401 | 2026-08-25T20:51:04.007Z | Compiling memchr v2.8.0 |
| 402 | 2026-08-25T20:51:04.217Z | Compiling serde v1.0.228 |
| 403 | 2026-08-25T20:51:04.414Z | Compiling zmij v1.0.21 |
| 404 | 2026-08-25T20:51:04.567Z | Compiling ucd-trie v0.1.7 |
| 405 | 2026-08-25T20:51:04.857Z | Compiling thiserror v1.0.69 |
| 406 | 2026-08-25T20:51:04.950Z | Compiling itoa v1.0.17 |
| 407 | 2026-08-25T20:51:05.006Z | Compiling pest v2.8.6 |
| 408 | 2026-08-25T20:51:05.072Z | Compiling rustix v1.1.4 |
| 409 | 2026-08-25T20:51:05.268Z | Compiling byteorder v1.5.0 |
| 410 | 2026-08-25T20:51:05.344Z | Compiling errno v0.3.14 |
| 411 | 2026-08-25T20:51:05.451Z | Compiling serde_json v1.0.151 |
| 412 | 2026-08-25T20:51:05.478Z | Compiling bitflags v2.11.0 |
| 413 | 2026-08-25T20:51:05.701Z | Compiling syn v2.0.117 |
| 414 | 2026-08-25T20:51:05.771Z | Compiling thread-id v4.2.2 |
| 415 | 2026-08-25T20:51:05.771Z | Compiling proc-macro-error-attr v1.0.4 |
| 416 | 2026-08-25T20:51:05.801Z | Compiling usdt-impl v0.5.0 |
| 417 | 2026-08-25T20:51:05.851Z | Compiling camino v1.2.5 |
| 418 | 2026-08-25T20:51:05.959Z | Compiling pest_meta v2.8.6 |
| 419 | 2026-08-25T20:51:05.999Z | Compiling syn v1.0.109 |
| 420 | 2026-08-25T20:51:06.235Z | Compiling proc-macro-error v1.0.4 |
| 421 | 2026-08-25T20:51:06.251Z | Compiling plain v0.2.3 |
| 422 | 2026-08-25T20:51:06.336Z | Compiling utf8parse v0.2.2 |
| 423 | 2026-08-25T20:51:06.353Z | Compiling getrandom v0.4.3 |
| 424 | 2026-08-25T20:51:06.420Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-08-25T20:51:06.441Z | Compiling equivalent v1.0.2 |
| 426 | 2026-08-25T20:51:06.532Z | Compiling log v0.4.33 |
| 427 | 2026-08-25T20:51:06.754Z | Compiling terminal_size v0.4.3 |
| 428 | 2026-08-25T20:51:06.782Z | Compiling anstyle-parse v1.0.0 |
| 429 | 2026-08-25T20:51:06.887Z | Compiling indexmap v2.14.0 |
| 430 | 2026-08-25T20:51:07.305Z | Compiling pretty-hex v0.4.1 |
| 431 | 2026-08-25T20:51:07.441Z | Compiling is_terminal_polyfill v1.70.2 |
| 432 | 2026-08-25T20:51:07.471Z | Compiling anstyle v1.0.14 |
| 433 | 2026-08-25T20:51:07.491Z | Compiling anstyle-query v1.1.5 |
| 434 | 2026-08-25T20:51:07.537Z | Compiling toml_write v0.1.2 |
| 435 | 2026-08-25T20:51:07.554Z | Compiling colorchoice v1.0.4 |
| 436 | 2026-08-25T20:51:07.595Z | Compiling autocfg v1.5.0 |
| 437 | 2026-08-25T20:51:07.662Z | Compiling winnow v0.7.14 |
| 438 | 2026-08-25T20:51:07.683Z | Compiling cfg-if v1.0.4 |
| 439 | 2026-08-25T20:51:07.694Z | Compiling thiserror v2.0.18 |
| 440 | 2026-08-25T20:51:07.727Z | Compiling anstream v1.0.0 |
| 441 | 2026-08-25T20:51:07.919Z | Compiling pest_generator v2.8.6 |
| 442 | 2026-08-25T20:51:08.006Z | Compiling fs-err v3.3.0 |
| 443 | 2026-08-25T20:51:08.034Z | Compiling once_cell v1.21.3 |
| 444 | 2026-08-25T20:51:08.054Z | Compiling fnv v1.0.7 |
| 445 | 2026-08-25T20:51:08.202Z | Compiling fastrand v2.3.0 |
| 446 | 2026-08-25T20:51:08.209Z | Compiling clap_lex v1.0.0 |
| 447 | 2026-08-25T20:51:08.243Z | Compiling bytecount v0.6.9 |
| 448 | 2026-08-25T20:51:08.375Z | Compiling anyhow v1.0.104 |
| 449 | 2026-08-25T20:51:08.430Z | Compiling heck v0.5.0 |
| 450 | 2026-08-25T20:51:08.444Z | Compiling heck v0.4.1 |
| 451 | 2026-08-25T20:51:08.463Z | Compiling unicode-width v0.1.14 |
| 452 | 2026-08-25T20:51:08.598Z | Compiling strsim v0.11.1 |
| 453 | 2026-08-25T20:51:08.657Z | Compiling tempfile v3.27.0 |
| 454 | 2026-08-25T20:51:08.740Z | Compiling papergrid v0.11.0 |
| 455 | 2026-08-25T20:51:08.772Z | Compiling semver v1.0.28 |
| 456 | 2026-08-25T20:51:08.922Z | Compiling clap_builder v4.6.0 |
| 457 | 2026-08-25T20:51:08.938Z | Compiling cargo-platform v0.3.2 |
| 458 | 2026-08-25T20:51:08.986Z | Compiling tabled_derive v0.7.0 |
| 459 | 2026-08-25T20:51:09.045Z | Compiling memmap v0.7.0 |
| 460 | 2026-08-25T20:51:09.090Z | Compiling smawk v0.3.2 |
| 461 | 2026-08-25T20:51:09.132Z | Compiling unicode-linebreak v0.1.5 |
| 462 | 2026-08-25T20:51:09.198Z | Compiling unicode-width v0.2.0 |
| 463 | 2026-08-25T20:51:09.234Z | Compiling camino-tempfile v1.4.1 |
| 464 | 2026-08-25T20:51:09.469Z | Compiling textwrap v0.16.2 |
| 465 | 2026-08-25T20:51:09.491Z | Compiling serde_derive v1.0.228 |
| 466 | 2026-08-25T20:51:09.515Z | Compiling thiserror-impl v1.0.69 |
| 467 | 2026-08-25T20:51:09.646Z | Compiling zerocopy-derive v0.7.35 |
| 468 | 2026-08-25T20:51:09.708Z | Compiling pest_derive v2.8.6 |
| 469 | 2026-08-25T20:51:09.926Z | Compiling scroll_derive v0.12.1 |
| 470 | 2026-08-25T20:51:09.944Z | Compiling thiserror-impl v2.0.18 |
| 471 | 2026-08-25T20:51:10.142Z | Compiling clap_derive v4.6.1 |
| 472 | 2026-08-25T20:51:10.199Z | Compiling tabled v0.15.0 |
| 473 | 2026-08-25T20:51:10.501Z | Compiling zerocopy v0.7.35 |
| 474 | 2026-08-25T20:51:10.602Z | Compiling scroll v0.12.0 |
| 475 | 2026-08-25T20:51:10.854Z | Compiling dtrace-parser v0.2.0 |
| 476 | 2026-08-25T20:51:10.867Z | Compiling goblin v0.8.2 |
| 477 | 2026-08-25T20:51:11.041Z | Compiling swrite v0.1.0 |
| 478 | 2026-08-25T20:51:11.803Z | Compiling clap v4.6.1 |
| 479 | 2026-08-25T20:51:12.401Z | Compiling dof v0.3.0 |
| 480 | 2026-08-25T20:51:12.401Z | Compiling serde_tokenstream v0.2.3 |
| 481 | 2026-08-25T20:51:12.407Z | Compiling serde_spanned v0.6.9 |
| 482 | 2026-08-25T20:51:12.407Z | Compiling toml_datetime v0.6.11 |
| 483 | 2026-08-25T20:51:12.407Z | Compiling macaddr v1.0.1 |
| 484 | 2026-08-25T20:51:12.483Z | Compiling cargo_metadata v0.23.1 |
| 485 | 2026-08-25T20:51:12.483Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 486 | 2026-08-25T20:51:12.600Z | Compiling toml_edit v0.22.27 |
| 487 | 2026-08-25T20:51:13.112Z | Compiling usdt-macro v0.5.0 |
| 488 | 2026-08-25T20:51:13.116Z | Compiling usdt-attr-macro v0.5.0 |
| 489 | 2026-08-25T20:51:13.767Z | Compiling usdt v0.5.0 |
| 490 | 2026-08-25T20:51:13.946Z | Compiling toml v0.8.23 |
| 491 | 2026-08-25T20:51:14.269Z | Compiling cargo_toml v0.21.0 |
| 492 | 2026-08-25T20:51:15.546Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 493 | 2026-08-25T20:51:17.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.98s |
| 494 | 2026-08-25T20:51:17.763Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 495 | 2026-08-25T20:51:18.273Z | Downloading crates ... |
| 496 | 2026-08-25T20:51:18.337Z | Downloaded atomicwrites v0.4.4 |
| 497 | 2026-08-25T20:51:18.340Z | Downloaded aead v0.6.1 |
| 498 | 2026-08-25T20:51:18.343Z | Downloaded argon2 v0.5.3 |
| 499 | 2026-08-25T20:51:18.346Z | Downloaded arc-swap v1.8.2 |
| 500 | 2026-08-25T20:51:18.350Z | Downloaded addr2line v0.25.1 |
| 501 | 2026-08-25T20:51:18.353Z | Downloaded atomic-waker v1.1.2 |
| 502 | 2026-08-25T20:51:18.353Z | Downloaded backtrace-ext v0.2.1 |
| 503 | 2026-08-25T20:51:18.356Z | Downloaded adler2 v2.0.1 |
| 504 | 2026-08-25T20:51:18.360Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 505 | 2026-08-25T20:51:18.363Z | Downloaded enum-as-inner v0.6.1 |
| 506 | 2026-08-25T20:51:18.366Z | Downloaded array-init v0.0.4 |
| 507 | 2026-08-25T20:51:18.367Z | Downloaded ascii-canvas v3.0.0 |
| 508 | 2026-08-25T20:51:18.367Z | Downloaded env_filter v2.0.0 |
| 509 | 2026-08-25T20:51:18.367Z | Downloaded embedded-io v0.6.1 |
| 510 | 2026-08-25T20:51:18.367Z | Downloaded embedded-io v0.4.0 |
| 511 | 2026-08-25T20:51:18.370Z | Downloaded endian-type v0.1.2 |
| 512 | 2026-08-25T20:51:18.371Z | Downloaded bitfield-struct v0.6.2 |
| 513 | 2026-08-25T20:51:18.374Z | Downloaded aead v0.5.2 |
| 514 | 2026-08-25T20:51:18.374Z | Downloaded fixedbitset v0.4.2 |
| 515 | 2026-08-25T20:51:18.376Z | Downloaded gethostname v0.5.0 |
| 516 | 2026-08-25T20:51:18.377Z | Downloaded fxhash v0.2.1 |
| 517 | 2026-08-25T20:51:18.379Z | Downloaded backoff v0.4.0 |
| 518 | 2026-08-25T20:51:18.380Z | Downloaded base64ct v1.8.3 |
| 519 | 2026-08-25T20:51:18.383Z | Downloaded foreign-types v0.3.2 |
| 520 | 2026-08-25T20:51:18.383Z | Downloaded form_urlencoded v1.2.2 |
| 521 | 2026-08-25T20:51:18.383Z | Downloaded bitfield-macros v0.19.4 |
| 522 | 2026-08-25T20:51:18.383Z | Downloaded async-recursion v1.1.1 |
| 523 | 2026-08-25T20:51:18.386Z | Downloaded atty v0.2.14 |
| 524 | 2026-08-25T20:51:18.386Z | Downloaded futures-core v0.3.32 |
| 525 | 2026-08-25T20:51:18.386Z | Downloaded futures-task v0.3.32 |
| 526 | 2026-08-25T20:51:18.389Z | Downloaded foreign-types-shared v0.1.1 |
| 527 | 2026-08-25T20:51:18.389Z | Downloaded foreign-types-shared v0.3.1 |
| 528 | 2026-08-25T20:51:18.389Z | Downloaded futures-io v0.3.32 |
| 529 | 2026-08-25T20:51:18.389Z | Downloaded assert_matches v1.5.0 |
| 530 | 2026-08-25T20:51:18.389Z | Downloaded bit-set v0.5.3 |
| 531 | 2026-08-25T20:51:18.390Z | Downloaded async-stream-impl v0.3.6 |
| 532 | 2026-08-25T20:51:18.390Z | Downloaded bit-set v0.8.0 |
| 533 | 2026-08-25T20:51:18.396Z | Downloaded funty v2.0.0 |
| 534 | 2026-08-25T20:51:18.396Z | Downloaded bb8 v0.8.6 |
| 535 | 2026-08-25T20:51:18.397Z | Downloaded foreign-types v0.5.0 |
| 536 | 2026-08-25T20:51:18.397Z | Downloaded base16ct v1.0.0 |
| 537 | 2026-08-25T20:51:18.400Z | Downloaded block-buffer v0.12.1 |
| 538 | 2026-08-25T20:51:18.400Z | Downloaded enum_dispatch v0.3.13 |
| 539 | 2026-08-25T20:51:18.400Z | Downloaded base16ct v0.2.0 |
| 540 | 2026-08-25T20:51:18.400Z | Downloaded fd-lock v4.0.4 |
| 541 | 2026-08-25T20:51:18.400Z | Downloaded async-trait v0.1.89 |
| 542 | 2026-08-25T20:51:18.403Z | Downloaded chacha20 v0.9.1 |
| 543 | 2026-08-25T20:51:18.403Z | Downloaded hostname v0.4.2 |
| 544 | 2026-08-25T20:51:18.403Z | Downloaded async-stream v0.3.6 |
| 545 | 2026-08-25T20:51:18.406Z | Downloaded futures-macro v0.3.32 |
| 546 | 2026-08-25T20:51:18.406Z | Downloaded foreign-types-macros v0.2.3 |
| 547 | 2026-08-25T20:51:18.406Z | Downloaded headers-core v0.3.0 |
| 548 | 2026-08-25T20:51:18.406Z | Downloaded arrayvec v0.7.6 |
| 549 | 2026-08-25T20:51:18.406Z | Downloaded bit-vec v0.6.3 |
| 550 | 2026-08-25T20:51:18.409Z | Downloaded hostname v0.3.1 |
| 551 | 2026-08-25T20:51:18.411Z | Downloaded futures-sink v0.3.32 |
| 552 | 2026-08-25T20:51:18.411Z | Downloaded flagset v0.4.7 |
| 553 | 2026-08-25T20:51:18.415Z | Downloaded argon2 v0.6.0-rc.8 |
| 554 | 2026-08-25T20:51:18.415Z | Downloaded arrayref v0.3.9 |
| 555 | 2026-08-25T20:51:18.418Z | Downloaded hex-literal v1.1.0 |
| 556 | 2026-08-25T20:51:18.421Z | Downloaded hash32 v0.2.1 |
| 557 | 2026-08-25T20:51:18.425Z | Downloaded float-cmp v0.10.0 |
| 558 | 2026-08-25T20:51:18.425Z | Downloaded home v0.5.12 |
| 559 | 2026-08-25T20:51:18.428Z | Downloaded cfg_aliases v0.1.1 |
| 560 | 2026-08-25T20:51:18.428Z | Downloaded http-body v1.0.1 |
| 561 | 2026-08-25T20:51:18.432Z | Downloaded ciborium-ll v0.2.2 |
| 562 | 2026-08-25T20:51:18.435Z | Downloaded ena v0.14.4 |
| 563 | 2026-08-25T20:51:18.435Z | Downloaded env_logger v0.11.11 |
| 564 | 2026-08-25T20:51:18.435Z | Downloaded ff v0.13.1 |
| 565 | 2026-08-25T20:51:18.439Z | Downloaded ff v0.14.0 |
| 566 | 2026-08-25T20:51:18.439Z | Downloaded cobs v0.3.0 |
| 567 | 2026-08-25T20:51:18.443Z | Downloaded git-stub v1.0.0 |
| 568 | 2026-08-25T20:51:18.446Z | Downloaded castaway v0.2.4 |
| 569 | 2026-08-25T20:51:18.450Z | Downloaded block-padding v0.4.2 |
| 570 | 2026-08-25T20:51:18.455Z | Downloaded float-ord v0.3.2 |
| 571 | 2026-08-25T20:51:18.458Z | Downloaded ghash v0.6.0 |
| 572 | 2026-08-25T20:51:18.458Z | Downloaded hubpack_derive v0.1.1 |
| 573 | 2026-08-25T20:51:18.458Z | Downloaded ciborium-io v0.2.2 |
| 574 | 2026-08-25T20:51:18.458Z | Downloaded hubpack v0.1.2 |
| 575 | 2026-08-25T20:51:18.461Z | Downloaded anstyle-parse v0.2.7 |
| 576 | 2026-08-25T20:51:18.462Z | Downloaded bcs v0.1.6 |
| 577 | 2026-08-25T20:51:18.462Z | Downloaded bitfield v0.19.4 |
| 578 | 2026-08-25T20:51:18.462Z | Downloaded bit-vec v0.8.0 |
| 579 | 2026-08-25T20:51:18.466Z | Downloaded newline-converter v0.3.0 |
| 580 | 2026-08-25T20:51:18.470Z | Downloaded nibble_vec v0.1.0 |
| 581 | 2026-08-25T20:51:18.470Z | Downloaded hash32 v0.3.1 |
| 582 | 2026-08-25T20:51:18.470Z | Downloaded http-range v0.1.5 |
| 583 | 2026-08-25T20:51:18.470Z | Downloaded bzip2 v0.6.1 |
| 584 | 2026-08-25T20:51:18.473Z | Downloaded normalize-line-endings v0.3.0 |
| 585 | 2026-08-25T20:51:18.473Z | Downloaded backon v1.6.0 |
| 586 | 2026-08-25T20:51:18.473Z | Downloaded bitflags v1.3.2 |
| 587 | 2026-08-25T20:51:18.476Z | Downloaded openssl-macros v0.1.1 |
| 588 | 2026-08-25T20:51:18.476Z | Downloaded erased-serde v0.3.31 |
| 589 | 2026-08-25T20:51:18.479Z | Downloaded fs-err v2.11.0 |
| 590 | 2026-08-25T20:51:18.479Z | Downloaded glob v0.3.3 |
| 591 | 2026-08-25T20:51:18.479Z | Downloaded ahash v0.8.12 |
| 592 | 2026-08-25T20:51:18.482Z | Downloaded fallible-iterator v0.2.0 |
| 593 | 2026-08-25T20:51:18.482Z | Downloaded ar_archive_writer v0.5.1 |
| 594 | 2026-08-25T20:51:18.485Z | Downloaded fs_extra v1.3.0 |
| 595 | 2026-08-25T20:51:18.485Z | Downloaded num_threads v0.1.7 |
| 596 | 2026-08-25T20:51:18.489Z | Downloaded oso-derive v0.27.3 |
| 597 | 2026-08-25T20:51:18.492Z | Downloaded phf_shared v0.13.1 |
| 598 | 2026-08-25T20:51:18.492Z | Downloaded group v0.14.0 |
| 599 | 2026-08-25T20:51:18.495Z | Downloaded find-msvc-tools v0.1.9 |
| 600 | 2026-08-25T20:51:18.495Z | Downloaded potential_utf v0.1.4 |
| 601 | 2026-08-25T20:51:18.498Z | Downloaded powerfmt v0.2.0 |
| 602 | 2026-08-25T20:51:18.498Z | Downloaded rand_xorshift v0.4.0 |
| 603 | 2026-08-25T20:51:18.501Z | Downloaded radium v0.7.0 |
| 604 | 2026-08-25T20:51:18.501Z | Downloaded rfc6979 v0.4.0 |
| 605 | 2026-08-25T20:51:18.504Z | Downloaded scopeguard v1.2.0 |
| 606 | 2026-08-25T20:51:18.508Z | Downloaded cbc v0.2.1 |
| 607 | 2026-08-25T20:51:18.511Z | Downloaded fixedbitset v0.5.7 |
| 608 | 2026-08-25T20:51:18.511Z | Downloaded futures-executor v0.3.32 |
| 609 | 2026-08-25T20:51:18.514Z | Downloaded const-oid v0.10.2 |
| 610 | 2026-08-25T20:51:18.514Z | Downloaded foldhash v0.1.5 |
| 611 | 2026-08-25T20:51:18.517Z | Downloaded cmake v0.1.57 |
| 612 | 2026-08-25T20:51:18.517Z | Downloaded compression-core v0.4.31 |
| 613 | 2026-08-25T20:51:18.520Z | Downloaded camino-tempfile-ext v0.3.3 |
| 614 | 2026-08-25T20:51:18.520Z | Downloaded cexpr v0.6.0 |
| 615 | 2026-08-25T20:51:18.520Z | Downloaded cassowary v0.3.0 |
| 616 | 2026-08-25T20:51:18.523Z | Downloaded cfg_aliases v0.2.1 |
| 617 | 2026-08-25T20:51:18.528Z | Downloaded bs58 v0.5.1 |
| 618 | 2026-08-25T20:51:18.528Z | Downloaded same-file v1.0.6 |
| 619 | 2026-08-25T20:51:18.528Z | Downloaded buf-list v1.1.2 |
| 620 | 2026-08-25T20:51:18.531Z | Downloaded byte-wrapper v0.1.0 |
| 621 | 2026-08-25T20:51:18.531Z | Downloaded secrecy v0.10.3 |
| 622 | 2026-08-25T20:51:18.531Z | Downloaded cipher v0.5.2 |
| 623 | 2026-08-25T20:51:18.533Z | Downloaded sha1 v0.10.6 |
| 624 | 2026-08-25T20:51:18.533Z | Downloaded cipher v0.4.4 |
| 625 | 2026-08-25T20:51:18.537Z | Downloaded cmov v0.5.4 |
| 626 | 2026-08-25T20:51:18.537Z | Downloaded rustc-hash v2.1.1 |
| 627 | 2026-08-25T20:51:18.537Z | Downloaded filetime v0.2.27 |
| 628 | 2026-08-25T20:51:18.537Z | Downloaded foldhash v0.2.0 |
| 629 | 2026-08-25T20:51:18.540Z | Downloaded hex v0.4.3 |
| 630 | 2026-08-25T20:51:18.540Z | Downloaded httpdate v1.0.3 |
| 631 | 2026-08-25T20:51:18.540Z | Downloaded highway v1.3.0 |
| 632 | 2026-08-25T20:51:18.540Z | Downloaded group v0.13.0 |
| 633 | 2026-08-25T20:51:18.543Z | Downloaded http-body-util v0.1.3 |
| 634 | 2026-08-25T20:51:18.543Z | Downloaded git-stub-vcs v0.1.0 |
| 635 | 2026-08-25T20:51:18.546Z | Downloaded nodrop v0.1.14 |
| 636 | 2026-08-25T20:51:18.546Z | Downloaded globwalk v0.9.1 |
| 637 | 2026-08-25T20:51:18.546Z | Downloaded anstream v0.6.21 |
| 638 | 2026-08-25T20:51:18.550Z | Downloaded serde_urlencoded v0.7.1 |
| 639 | 2026-08-25T20:51:18.550Z | Downloaded async-bb8-diesel v0.2.1 |
| 640 | 2026-08-25T20:51:18.550Z | Downloaded blake2 v0.11.0-rc.6 |
| 641 | 2026-08-25T20:51:18.557Z | Downloaded slog-envlogger v2.2.0 |
| 642 | 2026-08-25T20:51:18.560Z | Downloaded globset v0.4.18 |
| 643 | 2026-08-25T20:51:18.560Z | Downloaded signal-hook-mio v0.2.5 |
| 644 | 2026-08-25T20:51:18.563Z | Downloaded num-integer v0.1.46 |
| 645 | 2026-08-25T20:51:18.563Z | Downloaded password-hash v0.5.0 |
| 646 | 2026-08-25T20:51:18.566Z | Downloaded psl-types v2.0.11 |
| 647 | 2026-08-25T20:51:18.566Z | Downloaded pbkdf2 v0.13.0 |
| 648 | 2026-08-25T20:51:18.572Z | Downloaded sqlparser_derive v0.5.0 |
| 649 | 2026-08-25T20:51:18.575Z | Downloaded structmeta v0.3.0 |
| 650 | 2026-08-25T20:51:18.578Z | Downloaded pem-rfc7468 v0.7.0 |
| 651 | 2026-08-25T20:51:18.578Z | Downloaded getrandom v0.2.17 |
| 652 | 2026-08-25T20:51:18.581Z | Downloaded httparse v1.10.1 |
| 653 | 2026-08-25T20:51:18.584Z | Downloaded tower-layer v0.3.3 |
| 654 | 2026-08-25T20:51:18.611Z | Downloaded usdt v0.6.0 |
| 655 | 2026-08-25T20:51:18.611Z | Downloaded compression-codecs v0.4.37 |
| 656 | 2026-08-25T20:51:18.611Z | Downloaded const-oid v0.9.6 |
| 657 | 2026-08-25T20:51:18.611Z | Downloaded pkg-config v0.3.32 |
| 658 | 2026-08-25T20:51:18.611Z | Downloaded ciborium v0.2.2 |
| 659 | 2026-08-25T20:51:18.611Z | Downloaded colored v3.1.1 |
| 660 | 2026-08-25T20:51:18.611Z | Downloaded blowfish v0.10.0 |
| 661 | 2026-08-25T20:51:18.611Z | Downloaded futures v0.3.32 |
| 662 | 2026-08-25T20:51:18.611Z | Downloaded generic-array v1.4.3 |
| 663 | 2026-08-25T20:51:18.611Z | Downloaded blake2 v0.10.6 |
| 664 | 2026-08-25T20:51:18.611Z | Downloaded bzip2 v0.4.4 |
| 665 | 2026-08-25T20:51:18.611Z | Downloaded cancel-safe-futures v0.1.5 |
| 666 | 2026-08-25T20:51:18.611Z | Downloaded colored v2.2.0 |
| 667 | 2026-08-25T20:51:18.611Z | Downloaded console v0.15.11 |
| 668 | 2026-08-25T20:51:18.611Z | Downloaded console v0.16.2 |
| 669 | 2026-08-25T20:51:18.611Z | Downloaded take_mut v0.2.2 |
| 670 | 2026-08-25T20:51:18.611Z | Downloaded elliptic-curve v0.14.1 |
| 671 | 2026-08-25T20:51:18.616Z | Downloaded unicode-truncate v1.1.0 |
| 672 | 2026-08-25T20:51:18.616Z | Downloaded usdt-macro v0.6.0 |
| 673 | 2026-08-25T20:51:18.616Z | Downloaded scroll v0.13.0 |
| 674 | 2026-08-25T20:51:18.616Z | Downloaded progenitor v0.14.0 |
| 675 | 2026-08-25T20:51:18.616Z | Downloaded rand_core v0.9.5 |
| 676 | 2026-08-25T20:51:18.616Z | Downloaded allocator-api2 v0.2.21 |
| 677 | 2026-08-25T20:51:18.620Z | Downloaded progenitor-client v0.13.0 |
| 678 | 2026-08-25T20:51:18.620Z | Downloaded rpassword v7.5.4 |
| 679 | 2026-08-25T20:51:18.620Z | Downloaded serde_tokenstream v0.3.0 |
| 680 | 2026-08-25T20:51:18.620Z | Downloaded progenitor v0.13.0 |
| 681 | 2026-08-25T20:51:18.623Z | Downloaded serde-hex v0.1.0 |
| 682 | 2026-08-25T20:51:18.623Z | Downloaded serde_path_to_error v0.1.20 |
| 683 | 2026-08-25T20:51:18.623Z | Downloaded zerofrom v0.1.6 |
| 684 | 2026-08-25T20:51:18.623Z | Downloaded base64 v0.22.1 |
| 685 | 2026-08-25T20:51:18.627Z | Downloaded half v1.8.3 |
| 686 | 2026-08-25T20:51:18.631Z | Downloaded yoke-derive v0.8.1 |
| 687 | 2026-08-25T20:51:18.634Z | Downloaded zone_cfg_derive v0.3.1 |
| 688 | 2026-08-25T20:51:18.638Z | Downloaded hmac v0.13.0 |
| 689 | 2026-08-25T20:51:18.638Z | Downloaded crunchy v0.2.4 |
| 690 | 2026-08-25T20:51:18.641Z | Downloaded hmac v0.12.1 |
| 691 | 2026-08-25T20:51:18.641Z | Downloaded darling_macro v0.20.11 |
| 692 | 2026-08-25T20:51:18.641Z | Downloaded debug-ignore v1.0.5 |
| 693 | 2026-08-25T20:51:18.643Z | Downloaded string_cache v0.8.9 |
| 694 | 2026-08-25T20:51:18.647Z | Downloaded pkcs1 v0.7.5 |
| 695 | 2026-08-25T20:51:18.648Z | Downloaded pem v3.0.6 |
| 696 | 2026-08-25T20:51:18.648Z | Downloaded slog-stdlog v4.1.1 |
| 697 | 2026-08-25T20:51:18.648Z | Downloaded slog-term v2.9.2 |
| 698 | 2026-08-25T20:51:18.651Z | Downloaded spki v0.8.0 |
| 699 | 2026-08-25T20:51:18.651Z | Downloaded postcard v1.1.3 |
| 700 | 2026-08-25T20:51:18.651Z | Downloaded crc v3.4.0 |
| 701 | 2026-08-25T20:51:18.655Z | Downloaded synstructure v0.13.2 |
| 702 | 2026-08-25T20:51:18.655Z | Downloaded termios v0.3.3 |
| 703 | 2026-08-25T20:51:18.655Z | Downloaded tiny-keccak v2.0.2 |
| 704 | 2026-08-25T20:51:18.659Z | Downloaded tls_codec v0.4.2 |
| 705 | 2026-08-25T20:51:18.659Z | Downloaded document-features v0.2.12 |
| 706 | 2026-08-25T20:51:18.659Z | Downloaded tls_codec_derive v0.4.2 |
| 707 | 2026-08-25T20:51:18.659Z | Downloaded fatfs v0.3.6 |
| 708 | 2026-08-25T20:51:18.662Z | Downloaded getrandom v0.3.4 |
| 709 | 2026-08-25T20:51:18.662Z | Downloaded difflib v0.4.0 |
| 710 | 2026-08-25T20:51:18.662Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 711 | 2026-08-25T20:51:18.666Z | Downloaded futures-channel v0.3.32 |
| 712 | 2026-08-25T20:51:18.666Z | Downloaded strum_macros v0.24.3 |
| 713 | 2026-08-25T20:51:18.666Z | Downloaded strum_macros v0.27.2 |
| 714 | 2026-08-25T20:51:18.672Z | Downloaded chacha20 v0.10.0 |
| 715 | 2026-08-25T20:51:18.676Z | Downloaded parking_lot v0.11.2 |
| 716 | 2026-08-25T20:51:18.680Z | Downloaded pkcs8 v0.11.0 |
| 717 | 2026-08-25T20:51:18.684Z | Downloaded primefield v0.14.0 |
| 718 | 2026-08-25T20:51:18.684Z | Downloaded dirs-sys-next v0.1.2 |
| 719 | 2026-08-25T20:51:18.684Z | Downloaded display-error-chain v0.2.2 |
| 720 | 2026-08-25T20:51:18.684Z | Downloaded rustls-pki-types v1.14.0 |
| 721 | 2026-08-25T20:51:18.684Z | Downloaded illumos-nvpair v0.3.0 |
| 722 | 2026-08-25T20:51:18.687Z | Downloaded instability v0.3.11 |
| 723 | 2026-08-25T20:51:18.687Z | Downloaded jiff-static v0.2.34 |
| 724 | 2026-08-25T20:51:18.687Z | Downloaded vergen-lib v0.1.6 |
| 725 | 2026-08-25T20:51:18.692Z | Downloaded strum_macros v0.26.4 |
| 726 | 2026-08-25T20:51:18.692Z | Downloaded clang-sys v1.8.1 |
| 727 | 2026-08-25T20:51:18.695Z | Downloaded wyz v0.5.1 |
| 728 | 2026-08-25T20:51:18.700Z | Downloaded match_cfg v0.1.0 |
| 729 | 2026-08-25T20:51:18.703Z | Downloaded base64 v0.21.7 |
| 730 | 2026-08-25T20:51:18.704Z | Downloaded tui-tree-widget v0.23.1 |
| 731 | 2026-08-25T20:51:18.707Z | Downloaded walkdir v2.5.0 |
| 732 | 2026-08-25T20:51:18.711Z | Downloaded lru-slab v0.1.2 |
| 733 | 2026-08-25T20:51:18.714Z | Downloaded num v0.4.3 |
| 734 | 2026-08-25T20:51:18.714Z | Downloaded critical-section v1.2.0 |
| 735 | 2026-08-25T20:51:18.717Z | Downloaded memoffset v0.9.1 |
| 736 | 2026-08-25T20:51:18.720Z | Downloaded multimap v0.10.1 |
| 737 | 2026-08-25T20:51:18.724Z | Downloaded num-traits v0.2.19 |
| 738 | 2026-08-25T20:51:18.724Z | Downloaded oso v0.27.3 |
| 739 | 2026-08-25T20:51:18.727Z | Downloaded half v2.7.1 |
| 740 | 2026-08-25T20:51:18.727Z | Downloaded ctutils v0.4.2 |
| 741 | 2026-08-25T20:51:18.730Z | Downloaded term v0.7.0 |
| 742 | 2026-08-25T20:51:18.734Z | Downloaded term v1.2.1 |
| 743 | 2026-08-25T20:51:18.734Z | Downloaded stable_deref_trait v1.2.1 |
| 744 | 2026-08-25T20:51:18.734Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 745 | 2026-08-25T20:51:18.737Z | Downloaded der_derive v0.7.3 |
| 746 | 2026-08-25T20:51:18.737Z | Downloaded corncobs v0.1.4 |
| 747 | 2026-08-25T20:51:18.737Z | Downloaded olpc-cjson v0.1.4 |
| 748 | 2026-08-25T20:51:18.740Z | Downloaded defmt-macros v1.0.1 |
| 749 | 2026-08-25T20:51:18.744Z | Downloaded parse-size v1.1.0 |
| 750 | 2026-08-25T20:51:18.744Z | Downloaded path-slash v0.1.5 |
| 751 | 2026-08-25T20:51:18.747Z | Downloaded proc-macro-crate v3.4.0 |
| 752 | 2026-08-25T20:51:18.751Z | Downloaded progenitor-macro v0.14.0 |
| 753 | 2026-08-25T20:51:18.754Z | Downloaded flume v0.11.1 |
| 754 | 2026-08-25T20:51:18.758Z | Downloaded displaydoc v0.2.5 |
| 755 | 2026-08-25T20:51:18.758Z | Downloaded bytes v1.11.1 |
| 756 | 2026-08-25T20:51:18.762Z | Downloaded compact_str v0.8.1 |
| 757 | 2026-08-25T20:51:18.762Z | Downloaded chacha20poly1305 v0.10.1 |
| 758 | 2026-08-25T20:51:18.765Z | Downloaded papergrid v0.18.0 |
| 759 | 2026-08-25T20:51:18.765Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 760 | 2026-08-25T20:51:18.768Z | Downloaded quick-error v1.2.3 |
| 761 | 2026-08-25T20:51:18.768Z | Downloaded oxide-update-engine-types v0.1.2 |
| 762 | 2026-08-25T20:51:18.768Z | Downloaded rand_pcg v0.10.2 |
| 763 | 2026-08-25T20:51:18.772Z | Downloaded jobserver v0.1.34 |
| 764 | 2026-08-25T20:51:18.772Z | Downloaded hyper-staticfile v0.10.1 |
| 765 | 2026-08-25T20:51:18.776Z | Downloaded tokio-rustls v0.26.4 |
| 766 | 2026-08-25T20:51:18.780Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 767 | 2026-08-25T20:51:18.780Z | Downloaded libefi-sys v0.1.0 |
| 768 | 2026-08-25T20:51:18.783Z | Downloaded rustc_version v0.4.1 |
| 769 | 2026-08-25T20:51:18.787Z | Downloaded sapling-renderdag v0.1.0 |
| 770 | 2026-08-25T20:51:18.788Z | Downloaded sigpipe v0.1.3 |
| 771 | 2026-08-25T20:51:18.788Z | Downloaded seq-macro v0.3.6 |
| 772 | 2026-08-25T20:51:18.792Z | Downloaded ipnet v2.12.0 |
| 773 | 2026-08-25T20:51:18.792Z | Downloaded sponge-cursor v0.1.0 |
| 774 | 2026-08-25T20:51:18.795Z | Downloaded rustls-platform-verifier v0.6.2 |
| 775 | 2026-08-25T20:51:18.795Z | Downloaded backtrace v0.3.76 |
| 776 | 2026-08-25T20:51:18.799Z | Downloaded is-terminal v0.4.17 |
| 777 | 2026-08-25T20:51:18.802Z | Downloaded similar v2.7.0 |
| 778 | 2026-08-25T20:51:18.805Z | Downloaded nanorand v0.7.0 |
| 779 | 2026-08-25T20:51:18.805Z | Downloaded ctr v0.10.1 |
| 780 | 2026-08-25T20:51:18.808Z | Downloaded supports-unicode v3.0.0 |
| 781 | 2026-08-25T20:51:18.811Z | Downloaded tabwriter v1.4.1 |
| 782 | 2026-08-25T20:51:18.811Z | Downloaded subtle v2.6.1 |
| 783 | 2026-08-25T20:51:18.814Z | Downloaded testing_table v0.3.0 |
| 784 | 2026-08-25T20:51:18.814Z | Downloaded omicron-zone-package v0.12.3 |
| 785 | 2026-08-25T20:51:18.820Z | Downloaded num_enum_derive v0.7.6 |
| 786 | 2026-08-25T20:51:18.823Z | Downloaded darling v0.20.11 |
| 787 | 2026-08-25T20:51:18.831Z | Downloaded num_enum_derive v0.5.11 |
| 788 | 2026-08-25T20:51:18.835Z | Downloaded signal-hook v0.3.18 |
| 789 | 2026-08-25T20:51:18.838Z | Downloaded socket2 v0.5.10 |
| 790 | 2026-08-25T20:51:18.838Z | Downloaded tokio-macros v2.7.0 |
| 791 | 2026-08-25T20:51:18.838Z | Downloaded trait-variant v0.1.2 |
| 792 | 2026-08-25T20:51:18.838Z | Downloaded unicode-xid v0.2.6 |
| 793 | 2026-08-25T20:51:18.838Z | Downloaded derive_builder v0.20.2 |
| 794 | 2026-08-25T20:51:18.841Z | Downloaded peg v0.8.5 |
| 795 | 2026-08-25T20:51:18.844Z | Downloaded pin-project-internal v1.1.11 |
| 796 | 2026-08-25T20:51:18.844Z | Downloaded phf v0.12.1 |
| 797 | 2026-08-25T20:51:18.844Z | Downloaded universal-hash v0.6.1 |
| 798 | 2026-08-25T20:51:18.847Z | Downloaded postgres-protocol v0.6.10 |
| 799 | 2026-08-25T20:51:18.847Z | Downloaded usdt-attr-macro v0.6.0 |
| 800 | 2026-08-25T20:51:18.847Z | Downloaded bumpalo v3.20.2 |
| 801 | 2026-08-25T20:51:18.850Z | Downloaded hickory-resolver v0.24.4 |
| 802 | 2026-08-25T20:51:18.850Z | Downloaded progenitor-extras v0.2.0 |
| 803 | 2026-08-25T20:51:18.853Z | Downloaded heapless v0.8.0 |
| 804 | 2026-08-25T20:51:18.853Z | Downloaded p384 v0.14.0 |
| 805 | 2026-08-25T20:51:18.856Z | Downloaded wait-timeout v0.2.1 |
| 806 | 2026-08-25T20:51:18.856Z | Downloaded ecdsa v0.17.0 |
| 807 | 2026-08-25T20:51:18.856Z | Downloaded headers v0.4.1 |
| 808 | 2026-08-25T20:51:18.860Z | Downloaded hybrid-array v0.4.13 |
| 809 | 2026-08-25T20:51:18.863Z | Downloaded flate2 v1.1.9 |
| 810 | 2026-08-25T20:51:18.866Z | Downloaded hickory-resolver v0.25.2 |
| 811 | 2026-08-25T20:51:18.866Z | Downloaded rand_core v0.10.0 |
| 812 | 2026-08-25T20:51:18.868Z | Downloaded scheduled-thread-pool v0.2.7 |
| 813 | 2026-08-25T20:51:18.869Z | Downloaded zeroize_derive v1.5.0 |
| 814 | 2026-08-25T20:51:18.872Z | Downloaded cpubits v0.1.1 |
| 815 | 2026-08-25T20:51:18.872Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 816 | 2026-08-25T20:51:18.872Z | Downloaded vte v0.14.1 |
| 817 | 2026-08-25T20:51:18.876Z | Downloaded prettyplease v0.2.37 |
| 818 | 2026-08-25T20:51:18.879Z | Downloaded defmt v0.3.100 |
| 819 | 2026-08-25T20:51:18.879Z | Downloaded serde_with_macros v1.5.2 |
| 820 | 2026-08-25T20:51:18.883Z | Downloaded signal-hook-registry v1.4.8 |
| 821 | 2026-08-25T20:51:18.888Z | Downloaded litrs v1.0.0 |
| 822 | 2026-08-25T20:51:18.892Z | Downloaded serde_derive_internals v0.29.1 |
| 823 | 2026-08-25T20:51:18.895Z | Downloaded memmap2 v0.9.10 |
| 824 | 2026-08-25T20:51:18.895Z | Downloaded slog-json v2.6.1 |
| 825 | 2026-08-25T20:51:18.895Z | Downloaded slog-scope v4.4.1 |
| 826 | 2026-08-25T20:51:18.895Z | Downloaded ssh-encoding v0.3.0 |
| 827 | 2026-08-25T20:51:18.898Z | Downloaded static_assertions v1.1.0 |
| 828 | 2026-08-25T20:51:18.898Z | Downloaded idna_adapter v1.2.1 |
| 829 | 2026-08-25T20:51:18.898Z | Downloaded multer v3.1.0 |
| 830 | 2026-08-25T20:51:18.901Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 831 | 2026-08-25T20:51:18.901Z | Downloaded dyn-clone v1.0.20 |
| 832 | 2026-08-25T20:51:18.904Z | Downloaded slog v2.8.2 |
| 833 | 2026-08-25T20:51:18.908Z | Downloaded tokio-tungstenite v0.21.0 |
| 834 | 2026-08-25T20:51:18.913Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 835 | 2026-08-25T20:51:18.916Z | Downloaded heapless v0.7.17 |
| 836 | 2026-08-25T20:51:18.919Z | Downloaded instant v0.1.13 |
| 837 | 2026-08-25T20:51:18.921Z | Downloaded lru-cache v0.1.2 |
| 838 | 2026-08-25T20:51:18.921Z | Downloaded parking_lot v0.12.5 |
| 839 | 2026-08-25T20:51:18.925Z | Downloaded poly1305 v0.9.0 |
| 840 | 2026-08-25T20:51:18.929Z | Downloaded tower-service v0.3.3 |
| 841 | 2026-08-25T20:51:18.932Z | Downloaded cc v1.2.56 |
| 842 | 2026-08-25T20:51:18.933Z | Downloaded chumsky v0.9.3 |
| 843 | 2026-08-25T20:51:18.935Z | Downloaded linked-hash-map v0.5.6 |
| 844 | 2026-08-25T20:51:18.936Z | Downloaded quinn-udp v0.5.14 |
| 845 | 2026-08-25T20:51:18.939Z | Downloaded whoami v2.1.0 |
| 846 | 2026-08-25T20:51:18.942Z | Downloaded writeable v0.6.2 |
| 847 | 2026-08-25T20:51:18.942Z | Downloaded vergen-gitcl v1.0.8 |
| 848 | 2026-08-25T20:51:18.945Z | Downloaded num-conv v0.2.0 |
| 849 | 2026-08-25T20:51:18.949Z | Downloaded zstd v0.13.3 |
| 850 | 2026-08-25T20:51:18.955Z | Downloaded newtype_derive v0.1.6 |
| 851 | 2026-08-25T20:51:18.959Z | Downloaded data-encoding v2.10.0 |
| 852 | 2026-08-25T20:51:18.959Z | Downloaded password-hash v0.6.1 |
| 853 | 2026-08-25T20:51:18.960Z | Downloaded precomputed-hash v0.1.1 |
| 854 | 2026-08-25T20:51:18.960Z | Downloaded zstd-safe v7.2.4 |
| 855 | 2026-08-25T20:51:18.963Z | Downloaded rayon-core v1.13.0 |
| 856 | 2026-08-25T20:51:18.966Z | Downloaded parse-display v0.10.0 |
| 857 | 2026-08-25T20:51:18.970Z | Downloaded samael v0.0.19 |
| 858 | 2026-08-25T20:51:18.973Z | Downloaded typify v0.6.2 |
| 859 | 2026-08-25T20:51:18.973Z | Downloaded num-bigint v0.4.6 |
| 860 | 2026-08-25T20:51:18.975Z | Downloaded proc-macro-crate v1.3.1 |
| 861 | 2026-08-25T20:51:18.978Z | Downloaded derive-ex v0.1.8 |
| 862 | 2026-08-25T20:51:18.982Z | Downloaded ref-cast-impl v1.0.25 |
| 863 | 2026-08-25T20:51:18.985Z | Downloaded snafu-derive v0.8.9 |
| 864 | 2026-08-25T20:51:18.987Z | Downloaded serde_spanned v1.1.1 |
| 865 | 2026-08-25T20:51:18.987Z | Downloaded rfc6979 v0.6.0 |
| 866 | 2026-08-25T20:51:18.987Z | Downloaded russh-cryptovec v0.62.0 |
| 867 | 2026-08-25T20:51:18.991Z | Downloaded ecdsa v0.16.9 |
| 868 | 2026-08-25T20:51:18.998Z | Downloaded tokio-tungstenite v0.23.1 |
| 869 | 2026-08-25T20:51:19.002Z | Downloaded twox-hash v2.1.2 |
| 870 | 2026-08-25T20:51:19.008Z | Downloaded libsw v3.5.0 |
| 871 | 2026-08-25T20:51:19.008Z | Downloaded slog-bunyan v2.5.0 |
| 872 | 2026-08-25T20:51:19.008Z | Downloaded sync_wrapper v1.0.2 |
| 873 | 2026-08-25T20:51:19.011Z | Downloaded darling_core v0.20.11 |
| 874 | 2026-08-25T20:51:19.011Z | Downloaded pin-project v1.1.11 |
| 875 | 2026-08-25T20:51:19.018Z | Downloaded postgres-types v0.2.12 |
| 876 | 2026-08-25T20:51:19.023Z | Downloaded knus-derive v3.4.0 |
| 877 | 2026-08-25T20:51:19.023Z | Downloaded strum v0.26.3 |
| 878 | 2026-08-25T20:51:19.023Z | Downloaded strum v0.27.2 |
| 879 | 2026-08-25T20:51:19.026Z | Downloaded expectorate v1.2.0 |
| 880 | 2026-08-25T20:51:19.026Z | Downloaded yasna v0.5.2 |
| 881 | 2026-08-25T20:51:19.026Z | Downloaded hickory-server v0.25.2 |
| 882 | 2026-08-25T20:51:19.029Z | Downloaded miette-derive v7.6.0 |
| 883 | 2026-08-25T20:51:19.030Z | Downloaded hashbrown v0.12.3 |
| 884 | 2026-08-25T20:51:19.034Z | Downloaded termtree v0.5.1 |
| 885 | 2026-08-25T20:51:19.034Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 886 | 2026-08-25T20:51:19.034Z | Downloaded thread-id v5.1.0 |
| 887 | 2026-08-25T20:51:19.034Z | Downloaded unit-prefix v0.5.2 |
| 888 | 2026-08-25T20:51:19.034Z | Downloaded untrusted v0.9.0 |
| 889 | 2026-08-25T20:51:19.037Z | Downloaded ron v0.8.1 |
| 890 | 2026-08-25T20:51:19.041Z | Downloaded async-compression v0.4.41 |
| 891 | 2026-08-25T20:51:19.044Z | Downloaded http v1.4.2 |
| 892 | 2026-08-25T20:51:19.044Z | Downloaded ryu v1.0.23 |
| 893 | 2026-08-25T20:51:19.048Z | Downloaded schemars v0.8.22 |
| 894 | 2026-08-25T20:51:19.053Z | Downloaded darling v0.21.3 |
| 895 | 2026-08-25T20:51:19.055Z | Downloaded num_enum v0.5.11 |
| 896 | 2026-08-25T20:51:19.059Z | Downloaded paste v1.0.15 |
| 897 | 2026-08-25T20:51:19.062Z | Downloaded darling v0.23.0 |
| 898 | 2026-08-25T20:51:19.065Z | Downloaded parse-display-derive v0.10.0 |
| 899 | 2026-08-25T20:51:19.065Z | Downloaded utf8_iter v1.0.4 |
| 900 | 2026-08-25T20:51:19.065Z | Downloaded wnaf v0.14.0 |
| 901 | 2026-08-25T20:51:19.065Z | Downloaded crc32fast v1.5.0 |
| 902 | 2026-08-25T20:51:19.065Z | Downloaded zone v0.3.1 |
| 903 | 2026-08-25T20:51:19.065Z | Downloaded owo-colors v4.3.0 |
| 904 | 2026-08-25T20:51:19.068Z | Downloaded oxide-tokio-rt v0.1.4 |
| 905 | 2026-08-25T20:51:19.069Z | Downloaded parking_lot_core v0.8.6 |
| 906 | 2026-08-25T20:51:19.069Z | Downloaded rand_chacha v0.3.1 |
| 907 | 2026-08-25T20:51:19.072Z | Downloaded want v0.3.1 |
| 908 | 2026-08-25T20:51:19.072Z | Downloaded test-strategy v0.4.5 |
| 909 | 2026-08-25T20:51:19.072Z | Downloaded zip v0.6.6 |
| 910 | 2026-08-25T20:51:19.075Z | Downloaded crypto-bigint v0.5.5 |
| 911 | 2026-08-25T20:51:19.079Z | Downloaded crossbeam-channel v0.5.15 |
| 912 | 2026-08-25T20:51:19.084Z | Downloaded rustls-native-certs v0.8.3 |
| 913 | 2026-08-25T20:51:19.084Z | Downloaded rustls-pemfile v2.2.0 |
| 914 | 2026-08-25T20:51:19.084Z | Downloaded scrypt v0.12.0 |
| 915 | 2026-08-25T20:51:19.088Z | Downloaded crc-catalog v2.4.0 |
| 916 | 2026-08-25T20:51:19.089Z | Downloaded dirs-next v2.0.0 |
| 917 | 2026-08-25T20:51:19.089Z | Downloaded hashbrown v0.13.2 |
| 918 | 2026-08-25T20:51:19.089Z | Downloaded tinyvec v1.10.0 |
| 919 | 2026-08-25T20:51:19.089Z | Downloaded iana-time-zone v0.1.65 |
| 920 | 2026-08-25T20:51:19.093Z | Downloaded ingot-macros v0.2.0 |
| 921 | 2026-08-25T20:51:19.093Z | Downloaded darling_macro v0.21.3 |
| 922 | 2026-08-25T20:51:19.093Z | Downloaded digest-io v0.1.0 |
| 923 | 2026-08-25T20:51:19.093Z | Downloaded ident_case v1.0.1 |
| 924 | 2026-08-25T20:51:19.093Z | Downloaded stacker v0.1.23 |
| 925 | 2026-08-25T20:51:19.093Z | Downloaded uuid v1.23.4 |
| 926 | 2026-08-25T20:51:19.097Z | Downloaded unicode-segmentation v1.12.0 |
| 927 | 2026-08-25T20:51:19.108Z | Downloaded icu_locale_core v2.1.1 |
| 928 | 2026-08-25T20:51:19.111Z | Downloaded derive_more v2.1.1 |
| 929 | 2026-08-25T20:51:19.112Z | Downloaded maybe-uninit v2.0.0 |
| 930 | 2026-08-25T20:51:19.112Z | Downloaded smf v0.2.3 |
| 931 | 2026-08-25T20:51:19.112Z | Downloaded dtrace-parser v0.3.0 |
| 932 | 2026-08-25T20:51:19.112Z | Downloaded unicode-bidi v0.3.18 |
| 933 | 2026-08-25T20:51:19.112Z | Downloaded native-tls v0.2.18 |
| 934 | 2026-08-25T20:51:19.112Z | Downloaded thiserror-no-std v2.0.2 |
| 935 | 2026-08-25T20:51:19.115Z | Downloaded inout v0.1.4 |
| 936 | 2026-08-25T20:51:19.115Z | Downloaded lazy_static v1.5.0 |
| 937 | 2026-08-25T20:51:19.115Z | Downloaded tokio-postgres v0.7.16 |
| 938 | 2026-08-25T20:51:19.129Z | Downloaded maplit v1.0.2 |
| 939 | 2026-08-25T20:51:19.129Z | Downloaded vergen-lib v9.1.0 |
| 940 | 2026-08-25T20:51:19.144Z | Downloaded ppv-lite86 v0.2.21 |
| 941 | 2026-08-25T20:51:19.144Z | Downloaded opaque-debug v0.3.1 |
| 942 | 2026-08-25T20:51:19.144Z | Downloaded unicase v2.9.0 |
| 943 | 2026-08-25T20:51:19.144Z | Downloaded num-iter v0.1.45 |
| 944 | 2026-08-25T20:51:19.144Z | Downloaded crossbeam-utils v0.8.21 |
| 945 | 2026-08-25T20:51:19.150Z | Downloaded md-5 v0.10.6 |
| 946 | 2026-08-25T20:51:19.150Z | Downloaded parking_lot_core v0.9.12 |
| 947 | 2026-08-25T20:51:19.150Z | Downloaded newtype-uuid-macros v0.1.0 |
| 948 | 2026-08-25T20:51:19.150Z | Downloaded zerocopy-derive v0.8.55 |
| 949 | 2026-08-25T20:51:19.150Z | Downloaded derive_more v0.99.20 |
| 950 | 2026-08-25T20:51:19.150Z | Downloaded dropshot_endpoint v0.17.1 |
| 951 | 2026-08-25T20:51:19.150Z | Downloaded aes v0.9.1 |
| 952 | 2026-08-25T20:51:19.150Z | Downloaded yoke v0.8.1 |
| 953 | 2026-08-25T20:51:19.150Z | Downloaded drift v0.2.0 |
| 954 | 2026-08-25T20:51:19.154Z | Downloaded zerovec-derive v0.11.2 |
| 955 | 2026-08-25T20:51:19.154Z | Downloaded peg-runtime v0.8.5 |
| 956 | 2026-08-25T20:51:19.154Z | Downloaded phf_shared v0.11.3 |
| 957 | 2026-08-25T20:51:19.159Z | Downloaded delegate v0.13.5 |
| 958 | 2026-08-25T20:51:19.159Z | Downloaded predicates-core v1.0.10 |
| 959 | 2026-08-25T20:51:19.159Z | Downloaded progenitor-macro v0.13.0 |
| 960 | 2026-08-25T20:51:19.159Z | Downloaded signal-hook-tokio v0.3.1 |
| 961 | 2026-08-25T20:51:19.159Z | Downloaded derive_more-impl v2.1.1 |
| 962 | 2026-08-25T20:51:19.165Z | Downloaded serde_plain v1.0.2 |
| 963 | 2026-08-25T20:51:19.165Z | Downloaded serde_bytes v0.11.19 |
| 964 | 2026-08-25T20:51:19.168Z | Downloaded sha2 v0.11.0 |
| 965 | 2026-08-25T20:51:19.168Z | Downloaded icu_properties v2.1.2 |
| 966 | 2026-08-25T20:51:19.173Z | Downloaded either v1.15.0 |
| 967 | 2026-08-25T20:51:19.173Z | Downloaded const_format v0.2.35 |
| 968 | 2026-08-25T20:51:19.177Z | Downloaded time-core v0.1.8 |
| 969 | 2026-08-25T20:51:19.177Z | Downloaded toml_edit v0.19.15 |
| 970 | 2026-08-25T20:51:19.182Z | Downloaded libbz2-rs-sys v0.2.2 |
| 971 | 2026-08-25T20:51:19.186Z | Downloaded pretty_assertions v1.4.1 |
| 972 | 2026-08-25T20:51:19.186Z | Downloaded supports-color v3.0.2 |
| 973 | 2026-08-25T20:51:19.189Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 974 | 2026-08-25T20:51:19.192Z | Downloaded ipnetwork v0.21.1 |
| 975 | 2026-08-25T20:51:19.192Z | Downloaded kem v0.3.0 |
| 976 | 2026-08-25T20:51:19.192Z | Downloaded topological-sort v0.2.2 |
| 977 | 2026-08-25T20:51:19.196Z | Downloaded unarray v0.1.4 |
| 978 | 2026-08-25T20:51:19.196Z | Downloaded universal-hash v0.5.1 |
| 979 | 2026-08-25T20:51:19.196Z | Downloaded void v1.0.2 |
| 980 | 2026-08-25T20:51:19.202Z | Downloaded libsw-core v0.3.2 |
| 981 | 2026-08-25T20:51:19.205Z | Downloaded module-lattice v0.2.3 |
| 982 | 2026-08-25T20:51:19.205Z | Downloaded x509-cert v0.2.5 |
| 983 | 2026-08-25T20:51:19.208Z | Downloaded zerofrom-derive v0.1.6 |
| 984 | 2026-08-25T20:51:19.208Z | Downloaded rsa v0.9.10 |
| 985 | 2026-08-25T20:51:19.214Z | Downloaded rustls-webpki v0.103.13 |
| 986 | 2026-08-25T20:51:19.219Z | Downloaded oxnet v0.1.6 |
| 987 | 2026-08-25T20:51:19.219Z | Downloaded indoc v1.0.9 |
| 988 | 2026-08-25T20:51:19.222Z | Downloaded peg-macros v0.8.5 |
| 989 | 2026-08-25T20:51:19.222Z | Downloaded typed-path v0.9.3 |
| 990 | 2026-08-25T20:51:19.227Z | Downloaded aho-corasick v1.1.4 |
| 991 | 2026-08-25T20:51:19.231Z | Downloaded miette v7.6.0 |
| 992 | 2026-08-25T20:51:19.234Z | Downloaded serde_cbor v0.11.2 |
| 993 | 2026-08-25T20:51:19.237Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 994 | 2026-08-25T20:51:19.238Z | Downloaded dsl_auto_type v0.2.0 |
| 995 | 2026-08-25T20:51:19.238Z | Downloaded inout v0.2.2 |
| 996 | 2026-08-25T20:51:19.241Z | Downloaded polyval v0.7.1 |
| 997 | 2026-08-25T20:51:19.241Z | Downloaded md5 v0.8.0 |
| 998 | 2026-08-25T20:51:19.241Z | Downloaded psm v0.1.30 |
| 999 | 2026-08-25T20:51:19.244Z | Downloaded rusty-fork v0.3.1 |
| 1000 | 2026-08-25T20:51:19.244Z | Downloaded serde-big-array v0.5.1 |
| 1001 | 2026-08-25T20:51:19.248Z | Downloaded shlex v1.3.0 |
| 1002 | 2026-08-25T20:51:19.251Z | Downloaded lzss v0.8.2 |
| 1003 | 2026-08-25T20:51:19.251Z | Downloaded resolv-conf v0.7.6 |
| 1004 | 2026-08-25T20:51:19.251Z | Downloaded new_debug_unreachable v1.0.6 |
| 1005 | 2026-08-25T20:51:19.257Z | Downloaded nonempty v0.12.0 |
| 1006 | 2026-08-25T20:51:19.260Z | Downloaded des v0.9.0 |
| 1007 | 2026-08-25T20:51:19.260Z | Downloaded hashbrown v0.14.5 |
| 1008 | 2026-08-25T20:51:19.260Z | Downloaded spki v0.7.3 |
| 1009 | 2026-08-25T20:51:19.260Z | Downloaded predicates-tree v1.0.13 |
| 1010 | 2026-08-25T20:51:19.264Z | Downloaded stringprep v0.1.5 |
| 1011 | 2026-08-25T20:51:19.264Z | Downloaded support-bundle-viewer v0.1.2 |
| 1012 | 2026-08-25T20:51:19.267Z | Downloaded hashbrown v0.15.5 |
| 1013 | 2026-08-25T20:51:19.267Z | Downloaded aes-gcm v0.11.0 |
| 1014 | 2026-08-25T20:51:19.270Z | Downloaded yansi v1.0.1 |
| 1015 | 2026-08-25T20:51:19.281Z | Downloaded ed25519-dalek v3.0.0 |
| 1016 | 2026-08-25T20:51:19.291Z | Downloaded semver v0.1.20 |
| 1017 | 2026-08-25T20:51:19.296Z | Downloaded shell-words v1.1.1 |
| 1018 | 2026-08-25T20:51:19.296Z | Downloaded siphasher v1.0.2 |
| 1019 | 2026-08-25T20:51:19.296Z | Downloaded tinyvec_macros v0.1.1 |
| 1020 | 2026-08-25T20:51:19.296Z | Downloaded toml v0.7.8 |
| 1021 | 2026-08-25T20:51:19.299Z | Downloaded xshell v0.2.7 |
| 1022 | 2026-08-25T20:51:19.306Z | Downloaded progenitor-impl v0.14.0 |
| 1023 | 2026-08-25T20:51:19.306Z | Downloaded progenitor-impl v0.13.0 |
| 1024 | 2026-08-25T20:51:19.309Z | Downloaded vergen-git2 v9.1.0 |
| 1025 | 2026-08-25T20:51:19.309Z | Downloaded deranged v0.5.8 |
| 1026 | 2026-08-25T20:51:19.309Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1027 | 2026-08-25T20:51:19.309Z | Downloaded convert_case v0.10.0 |
| 1028 | 2026-08-25T20:51:19.309Z | Downloaded csv-core v0.1.13 |
| 1029 | 2026-08-25T20:51:19.309Z | Downloaded darling v0.13.4 |
| 1030 | 2026-08-25T20:51:19.309Z | Downloaded dof v0.4.0 |
| 1031 | 2026-08-25T20:51:19.317Z | Downloaded steno v0.4.1 |
| 1032 | 2026-08-25T20:51:19.323Z | Downloaded darling_core v0.13.4 |
| 1033 | 2026-08-25T20:51:19.326Z | Downloaded indicatif v0.18.4 |
| 1034 | 2026-08-25T20:51:19.329Z | Downloaded tower-http v0.6.8 |
| 1035 | 2026-08-25T20:51:19.332Z | Downloaded reedline v0.40.0 |
| 1036 | 2026-08-25T20:51:19.337Z | Downloaded p521 v0.14.0 |
| 1037 | 2026-08-25T20:51:19.340Z | Downloaded pem-rfc7468 v1.0.0 |
| 1038 | 2026-08-25T20:51:19.340Z | Downloaded phc v0.6.1 |
| 1039 | 2026-08-25T20:51:19.343Z | Downloaded phf v0.13.1 |
| 1040 | 2026-08-25T20:51:19.343Z | Downloaded primeorder v0.14.0 |
| 1041 | 2026-08-25T20:51:19.343Z | Downloaded port-file v0.1.0 |
| 1042 | 2026-08-25T20:51:19.346Z | Downloaded keccak v0.2.0 |
| 1043 | 2026-08-25T20:51:19.346Z | Downloaded indent_write v2.2.0 |
| 1044 | 2026-08-25T20:51:19.346Z | Downloaded num-rational v0.4.2 |
| 1045 | 2026-08-25T20:51:19.346Z | Downloaded num_enum v0.7.6 |
| 1046 | 2026-08-25T20:51:19.350Z | Downloaded lalrpop-util v0.19.12 |
| 1047 | 2026-08-25T20:51:19.350Z | Downloaded scuffle v0.1.0 |
| 1048 | 2026-08-25T20:51:19.353Z | Downloaded ignore v0.4.25 |
| 1049 | 2026-08-25T20:51:19.353Z | Downloaded hashbrown v0.16.1 |
| 1050 | 2026-08-25T20:51:19.358Z | Downloaded elliptic-curve v0.13.8 |
| 1051 | 2026-08-25T20:51:19.364Z | Downloaded mime v0.3.17 |
| 1052 | 2026-08-25T20:51:19.368Z | Downloaded rand_core v0.6.4 |
| 1053 | 2026-08-25T20:51:19.368Z | Downloaded rustc-demangle v0.1.27 |
| 1054 | 2026-08-25T20:51:19.368Z | Downloaded futures-util v0.3.32 |
| 1055 | 2026-08-25T20:51:19.373Z | Downloaded openssl-probe v0.1.6 |
| 1056 | 2026-08-25T20:51:19.377Z | Downloaded progenitor-client v0.14.0 |
| 1057 | 2026-08-25T20:51:19.377Z | Downloaded schemars_derive v0.8.22 |
| 1058 | 2026-08-25T20:51:19.381Z | Downloaded ref-cast v1.0.25 |
| 1059 | 2026-08-25T20:51:19.381Z | Downloaded signature v3.0.0 |
| 1060 | 2026-08-25T20:51:19.381Z | Downloaded try-lock v0.2.5 |
| 1061 | 2026-08-25T20:51:19.384Z | Downloaded rand v0.10.1 |
| 1062 | 2026-08-25T20:51:19.384Z | Downloaded smallvec v0.6.14 |
| 1063 | 2026-08-25T20:51:19.395Z | Downloaded tap v1.0.1 |
| 1064 | 2026-08-25T20:51:19.402Z | Downloaded vsss-rs v3.3.4 |
| 1065 | 2026-08-25T20:51:19.403Z | Downloaded constant_time_eq v0.4.2 |
| 1066 | 2026-08-25T20:51:19.406Z | Downloaded nom v8.0.0 |
| 1067 | 2026-08-25T20:51:19.406Z | Downloaded pkcs5 v0.8.1 |
| 1068 | 2026-08-25T20:51:19.410Z | Downloaded convert_case v0.4.0 |
| 1069 | 2026-08-25T20:51:19.415Z | Downloaded daft v0.1.8 |
| 1070 | 2026-08-25T20:51:19.418Z | Downloaded ed25519 v3.0.0 |
| 1071 | 2026-08-25T20:51:19.422Z | Downloaded subprocess v0.2.15 |
| 1072 | 2026-08-25T20:51:19.425Z | Downloaded diesel-dtrace v0.5.0 |
| 1073 | 2026-08-25T20:51:19.428Z | Downloaded ingot-types v0.2.0 |
| 1074 | 2026-08-25T20:51:19.431Z | Downloaded keccak v0.1.6 |
| 1075 | 2026-08-25T20:51:19.431Z | Downloaded daft-derive v0.1.8 |
| 1076 | 2026-08-25T20:51:19.434Z | Downloaded litemap v0.8.1 |
| 1077 | 2026-08-25T20:51:19.434Z | Downloaded hkdf v0.13.0 |
| 1078 | 2026-08-25T20:51:19.437Z | Downloaded kstat-rs v0.2.5 |
| 1079 | 2026-08-25T20:51:19.440Z | Downloaded h2 v0.4.15 |
| 1080 | 2026-08-25T20:51:19.443Z | Downloaded snafu v0.8.9 |
| 1081 | 2026-08-25T20:51:19.447Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1082 | 2026-08-25T20:51:19.450Z | Downloaded idna v1.1.0 |
| 1083 | 2026-08-25T20:51:19.450Z | Downloaded libscf-sys v1.2.0 |
| 1084 | 2026-08-25T20:51:19.453Z | Downloaded hkdf v0.12.4 |
| 1085 | 2026-08-25T20:51:19.456Z | Downloaded tracing-core v0.1.36 |
| 1086 | 2026-08-25T20:51:19.456Z | Downloaded zip v4.6.1 |
| 1087 | 2026-08-25T20:51:19.459Z | Downloaded oxide-generation-macros v0.2.0 |
| 1088 | 2026-08-25T20:51:19.459Z | Downloaded r2d2 v0.8.10 |
| 1089 | 2026-08-25T20:51:19.459Z | Downloaded oxide-update-engine v0.1.2 |
| 1090 | 2026-08-25T20:51:19.462Z | Downloaded tokio-test v0.4.5 |
| 1091 | 2026-08-25T20:51:19.465Z | Downloaded recursive v0.1.1 |
| 1092 | 2026-08-25T20:51:19.465Z | Downloaded structmeta-derive v0.3.0 |
| 1093 | 2026-08-25T20:51:19.465Z | Downloaded russh-util v0.52.0 |
| 1094 | 2026-08-25T20:51:19.469Z | Downloaded rustc_version v0.1.7 |
| 1095 | 2026-08-25T20:51:19.469Z | Downloaded usdt-impl v0.6.0 |
| 1096 | 2026-08-25T20:51:19.472Z | Downloaded sec1 v0.8.1 |
| 1097 | 2026-08-25T20:51:19.475Z | Downloaded zopfli v0.8.3 |
| 1098 | 2026-08-25T20:51:19.475Z | Downloaded serde_with v1.14.0 |
| 1099 | 2026-08-25T20:51:19.478Z | Downloaded icu_provider v2.1.1 |
| 1100 | 2026-08-25T20:51:19.481Z | Downloaded crc-any v2.5.0 |
| 1101 | 2026-08-25T20:51:19.481Z | Downloaded const_format_proc_macros v0.2.34 |
| 1102 | 2026-08-25T20:51:19.484Z | Downloaded tokio-stream v0.1.18 |
| 1103 | 2026-08-25T20:51:19.487Z | Downloaded crossbeam-epoch v0.9.18 |
| 1104 | 2026-08-25T20:51:19.487Z | Downloaded slog-dtrace v0.3.0 |
| 1105 | 2026-08-25T20:51:19.491Z | Downloaded sqlformat v0.3.5 |
| 1106 | 2026-08-25T20:51:19.491Z | Downloaded ssh-cipher v0.3.0 |
| 1107 | 2026-08-25T20:51:19.491Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1108 | 2026-08-25T20:51:19.491Z | Downloaded darling_macro v0.13.4 |
| 1109 | 2026-08-25T20:51:19.491Z | Downloaded managed v0.8.0 |
| 1110 | 2026-08-25T20:51:19.494Z | Downloaded tokio-dtrace v0.1.1 |
| 1111 | 2026-08-25T20:51:19.494Z | Downloaded lru v0.12.5 |
| 1112 | 2026-08-25T20:51:19.496Z | Downloaded diesel_derives v2.3.7 |
| 1113 | 2026-08-25T20:51:19.501Z | Downloaded uzers v0.12.2 |
| 1114 | 2026-08-25T20:51:19.506Z | Downloaded der v0.7.10 |
| 1115 | 2026-08-25T20:51:19.518Z | Downloaded rcgen v0.12.1 |
| 1116 | 2026-08-25T20:51:19.528Z | Downloaded signature v2.2.0 |
| 1117 | 2026-08-25T20:51:19.531Z | Downloaded num-bigint-dig v0.8.6 |
| 1118 | 2026-08-25T20:51:19.535Z | Downloaded sync-ptr v0.1.4 |
| 1119 | 2026-08-25T20:51:19.535Z | Downloaded linear-map v1.2.0 |
| 1120 | 2026-08-25T20:51:19.535Z | Downloaded serde_repr v0.1.20 |
| 1121 | 2026-08-25T20:51:19.538Z | Downloaded ml-kem v0.3.2 |
| 1122 | 2026-08-25T20:51:19.547Z | Downloaded packed_struct v0.10.1 |
| 1123 | 2026-08-25T20:51:19.552Z | Downloaded pkcs8 v0.10.2 |
| 1124 | 2026-08-25T20:51:19.552Z | Downloaded serdect v0.4.3 |
| 1125 | 2026-08-25T20:51:19.552Z | Downloaded spin v0.9.8 |
| 1126 | 2026-08-25T20:51:19.557Z | Downloaded dunce v1.0.5 |
| 1127 | 2026-08-25T20:51:19.557Z | Downloaded icu_properties_data v2.1.2 |
| 1128 | 2026-08-25T20:51:19.560Z | Downloaded crypto-common v0.2.2 |
| 1129 | 2026-08-25T20:51:19.560Z | Downloaded xshell-macros v0.2.7 |
| 1130 | 2026-08-25T20:51:19.564Z | Downloaded primeorder v0.13.6 |
| 1131 | 2026-08-25T20:51:19.567Z | Downloaded derive_builder_macro v0.20.2 |
| 1132 | 2026-08-25T20:51:19.570Z | Downloaded openssl-probe v0.2.1 |
| 1133 | 2026-08-25T20:51:19.573Z | Downloaded tagptr v0.2.0 |
| 1134 | 2026-08-25T20:51:19.573Z | Downloaded xattr v1.6.1 |
| 1135 | 2026-08-25T20:51:19.573Z | Downloaded darling_core v0.21.3 |
| 1136 | 2026-08-25T20:51:19.576Z | Downloaded rustversion v1.0.22 |
| 1137 | 2026-08-25T20:51:19.582Z | Downloaded aws-lc-rs v1.16.3 |
| 1138 | 2026-08-25T20:51:19.588Z | Downloaded thread_local v1.1.9 |
| 1139 | 2026-08-25T20:51:19.591Z | Downloaded bitvec v1.0.1 |
| 1140 | 2026-08-25T20:51:19.597Z | Downloaded knus v3.4.0 |
| 1141 | 2026-08-25T20:51:19.600Z | Downloaded schemars v0.9.0 |
| 1142 | 2026-08-25T20:51:19.605Z | Downloaded schemars v1.2.1 |
| 1143 | 2026-08-25T20:51:19.613Z | Downloaded ed25519 v2.2.3 |
| 1144 | 2026-08-25T20:51:19.683Z | Downloaded sha1 v0.11.0 |
| 1145 | 2026-08-25T20:51:19.683Z | Downloaded internet-checksum v0.2.1 |
| 1146 | 2026-08-25T20:51:19.683Z | Downloaded supports-hyperlinks v3.2.0 |
| 1147 | 2026-08-25T20:51:19.683Z | Downloaded untrusted v0.7.1 |
| 1148 | 2026-08-25T20:51:19.689Z | Downloaded cstr-argument v0.1.2 |
| 1149 | 2026-08-25T20:51:19.689Z | Downloaded proptest v1.11.0 |
| 1150 | 2026-08-25T20:51:19.689Z | Downloaded hyper-tls v0.6.0 |
| 1151 | 2026-08-25T20:51:19.689Z | Downloaded hyper-rustls v0.27.7 |
| 1152 | 2026-08-25T20:51:19.689Z | Downloaded nu-ansi-term v0.50.3 |
| 1153 | 2026-08-25T20:51:19.689Z | Downloaded num-complex v0.4.6 |
| 1154 | 2026-08-25T20:51:19.689Z | Downloaded ed25519-dalek v2.2.0 |
| 1155 | 2026-08-25T20:51:19.689Z | Downloaded zeroize v1.9.0 |
| 1156 | 2026-08-25T20:51:19.689Z | Downloaded libloading v0.8.9 |
| 1157 | 2026-08-25T20:51:19.689Z | Downloaded rand_seeder v0.4.0 |
| 1158 | 2026-08-25T20:51:19.689Z | Downloaded num-derive v0.4.2 |
| 1159 | 2026-08-25T20:51:19.689Z | Downloaded rtoolbox v0.0.3 |
| 1160 | 2026-08-25T20:51:19.689Z | Downloaded utf-8 v0.7.6 |
| 1161 | 2026-08-25T20:51:19.689Z | Downloaded waitgroup v0.1.2 |
| 1162 | 2026-08-25T20:51:19.689Z | Downloaded strsim v0.10.0 |
| 1163 | 2026-08-25T20:51:19.689Z | Downloaded typify-macro v0.6.2 |
| 1164 | 2026-08-25T20:51:19.689Z | Downloaded secrecy v0.8.0 |
| 1165 | 2026-08-25T20:51:19.689Z | Downloaded mio v1.2.0 |
| 1166 | 2026-08-25T20:51:19.690Z | Downloaded blake3 v1.8.5 |
| 1167 | 2026-08-25T20:51:19.690Z | Downloaded tower v0.5.3 |
| 1168 | 2026-08-25T20:51:19.690Z | Downloaded cpufeatures v0.3.0 |
| 1169 | 2026-08-25T20:51:19.690Z | Downloaded reqwest v0.13.2 |
| 1170 | 2026-08-25T20:51:19.690Z | Downloaded tokio-native-tls v0.3.1 |
| 1171 | 2026-08-25T20:51:19.690Z | Downloaded tar v0.4.46 |
| 1172 | 2026-08-25T20:51:19.690Z | Downloaded serde_with_macros v3.21.0 |
| 1173 | 2026-08-25T20:51:19.690Z | Downloaded tungstenite v0.23.0 |
| 1174 | 2026-08-25T20:51:19.690Z | Downloaded lock_api v0.4.14 |
| 1175 | 2026-08-25T20:51:19.690Z | Downloaded unicode-properties v0.1.4 |
| 1176 | 2026-08-25T20:51:19.690Z | Downloaded ingot v0.2.1 |
| 1177 | 2026-08-25T20:51:19.690Z | Downloaded itertools v0.14.0 |
| 1178 | 2026-08-25T20:51:19.690Z | Downloaded tungstenite v0.21.0 |
| 1179 | 2026-08-25T20:51:19.690Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1180 | 2026-08-25T20:51:19.690Z | Downloaded defmt v1.0.1 |
| 1181 | 2026-08-25T20:51:19.690Z | Downloaded downcast-rs v2.0.2 |
| 1182 | 2026-08-25T20:51:19.690Z | Downloaded predicates v3.1.4 |
| 1183 | 2026-08-25T20:51:19.690Z | Downloaded cookie v0.18.1 |
| 1184 | 2026-08-25T20:51:19.690Z | Downloaded winnow v0.6.26 |
| 1185 | 2026-08-25T20:51:19.690Z | Downloaded diff v0.1.13 |
| 1186 | 2026-08-25T20:51:19.690Z | Downloaded defmt-parser v1.0.0 |
| 1187 | 2026-08-25T20:51:19.690Z | Downloaded rand v0.9.2 |
| 1188 | 2026-08-25T20:51:19.690Z | Downloaded cookie_store v0.22.1 |
| 1189 | 2026-08-25T20:51:19.690Z | Downloaded iri-string v0.7.10 |
| 1190 | 2026-08-25T20:51:19.690Z | Downloaded poly1305 v0.8.0 |
| 1191 | 2026-08-25T20:51:19.691Z | Downloaded indexmap v1.9.3 |
| 1192 | 2026-08-25T20:51:19.699Z | Downloaded humantime v2.3.0 |
| 1193 | 2026-08-25T20:51:19.699Z | Downloaded is_ci v1.2.0 |
| 1194 | 2026-08-25T20:51:19.699Z | Downloaded itertools v0.13.0 |
| 1195 | 2026-08-25T20:51:19.699Z | Downloaded crc8 v0.1.1 |
| 1196 | 2026-08-25T20:51:19.699Z | Downloaded darling_macro v0.23.0 |
| 1197 | 2026-08-25T20:51:19.699Z | Downloaded scroll_derive v0.13.1 |
| 1198 | 2026-08-25T20:51:19.702Z | Downloaded proc-macro-error2 v2.0.1 |
| 1199 | 2026-08-25T20:51:19.702Z | Downloaded simd-adler32 v0.3.8 |
| 1200 | 2026-08-25T20:51:19.702Z | Downloaded packed_struct_codegen v0.10.1 |
| 1201 | 2026-08-25T20:51:19.702Z | Downloaded publicsuffix v2.3.0 |
| 1202 | 2026-08-25T20:51:19.702Z | Downloaded whoami v1.6.1 |
| 1203 | 2026-08-25T20:51:19.708Z | Downloaded pin-project-lite v0.2.17 |
| 1204 | 2026-08-25T20:51:19.711Z | Downloaded prefix-trie v0.7.0 |
| 1205 | 2026-08-25T20:51:19.715Z | Downloaded vergen v9.1.0 |
| 1206 | 2026-08-25T20:51:19.720Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1207 | 2026-08-25T20:51:19.725Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1208 | 2026-08-25T20:51:19.728Z | Downloaded salsa20 v0.11.0 |
| 1209 | 2026-08-25T20:51:19.728Z | Downloaded zerocopy v0.6.6 |
| 1210 | 2026-08-25T20:51:19.731Z | Downloaded bindgen v0.71.1 |
| 1211 | 2026-08-25T20:51:19.736Z | Downloaded digest v0.11.3 |
| 1212 | 2026-08-25T20:51:19.739Z | Downloaded slab v0.4.12 |
| 1213 | 2026-08-25T20:51:19.739Z | Downloaded newtype-uuid v1.3.2 |
| 1214 | 2026-08-25T20:51:19.745Z | Downloaded hyper v1.10.1 |
| 1215 | 2026-08-25T20:51:19.748Z | Downloaded oxide-generation v0.1.3 |
| 1216 | 2026-08-25T20:51:19.753Z | Downloaded zerotrie v0.2.3 |
| 1217 | 2026-08-25T20:51:19.756Z | Downloaded phf_shared v0.12.1 |
| 1218 | 2026-08-25T20:51:19.759Z | Downloaded git2 v0.20.4 |
| 1219 | 2026-08-25T20:51:19.762Z | Downloaded indoc v2.0.7 |
| 1220 | 2026-08-25T20:51:19.765Z | Downloaded rand_chacha v0.9.0 |
| 1221 | 2026-08-25T20:51:19.765Z | Downloaded tinystr v0.8.2 |
| 1222 | 2026-08-25T20:51:19.765Z | Downloaded petname v2.0.2 |
| 1223 | 2026-08-25T20:51:19.769Z | Downloaded qorb v0.4.1 |
| 1224 | 2026-08-25T20:51:19.772Z | Downloaded sec1 v0.7.3 |
| 1225 | 2026-08-25T20:51:19.772Z | Downloaded socket2 v0.6.3 |
| 1226 | 2026-08-25T20:51:19.772Z | Downloaded rsa v0.10.0-rc.18 |
| 1227 | 2026-08-25T20:51:19.775Z | Downloaded mime_guess v2.0.5 |
| 1228 | 2026-08-25T20:51:19.775Z | Downloaded time-macros v0.2.27 |
| 1229 | 2026-08-25T20:51:19.779Z | Downloaded crossbeam-deque v0.8.6 |
| 1230 | 2026-08-25T20:51:19.779Z | Downloaded url v2.5.8 |
| 1231 | 2026-08-25T20:51:19.783Z | Downloaded p256 v0.14.0 |
| 1232 | 2026-08-25T20:51:19.783Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1233 | 2026-08-25T20:51:19.783Z | Downloaded percent-encoding v2.3.2 |
| 1234 | 2026-08-25T20:51:19.783Z | Downloaded chrono v0.4.45 |
| 1235 | 2026-08-25T20:51:19.786Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1236 | 2026-08-25T20:51:19.790Z | Downloaded derive-where v1.6.0 |
| 1237 | 2026-08-25T20:51:19.792Z | Downloaded derive_builder_core v0.20.2 |
| 1238 | 2026-08-25T20:51:19.793Z | Downloaded libxml v0.3.3 |
| 1239 | 2026-08-25T20:51:19.796Z | Downloaded icu_normalizer_data v2.1.1 |
| 1240 | 2026-08-25T20:51:19.796Z | Downloaded icu_collections v2.1.1 |
| 1241 | 2026-08-25T20:51:19.799Z | Downloaded crossterm v0.28.1 |
| 1242 | 2026-08-25T20:51:19.802Z | Downloaded itertools v0.15.0 |
| 1243 | 2026-08-25T20:51:19.807Z | Downloaded smallvec v1.15.1 |
| 1244 | 2026-08-25T20:51:19.810Z | Downloaded unicode_categories v0.1.1 |
| 1245 | 2026-08-25T20:51:19.810Z | Downloaded radix_trie v0.2.1 |
| 1246 | 2026-08-25T20:51:19.812Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1247 | 2026-08-25T20:51:19.818Z | Downloaded russh v0.62.4 |
| 1248 | 2026-08-25T20:51:19.823Z | Downloaded hyper-util v0.1.20 |
| 1249 | 2026-08-25T20:51:19.827Z | Downloaded quinn v0.11.11 |
| 1250 | 2026-08-25T20:51:19.831Z | Downloaded tracing-attributes v0.1.31 |
| 1251 | 2026-08-25T20:51:19.834Z | Downloaded slog-async v2.8.0 |
| 1252 | 2026-08-25T20:51:19.837Z | Downloaded rawzip v0.4.4 |
| 1253 | 2026-08-25T20:51:19.844Z | Downloaded unsafe-libyaml v0.2.11 |
| 1254 | 2026-08-25T20:51:19.848Z | Downloaded itertools v0.10.5 |
| 1255 | 2026-08-25T20:51:19.858Z | Downloaded nom v7.1.3 |
| 1256 | 2026-08-25T20:51:19.861Z | Downloaded darling_core v0.23.0 |
| 1257 | 2026-08-25T20:51:19.865Z | Downloaded crossterm v0.29.0 |
| 1258 | 2026-08-25T20:51:19.868Z | Downloaded rustyline v14.0.0 |
| 1259 | 2026-08-25T20:51:19.871Z | Downloaded rand v0.8.6 |
| 1260 | 2026-08-25T20:51:19.874Z | Downloaded icu_normalizer v2.1.1 |
| 1261 | 2026-08-25T20:51:19.877Z | Downloaded tokio-util v0.7.18 |
| 1262 | 2026-08-25T20:51:19.886Z | Downloaded serde_with v3.21.0 |
| 1263 | 2026-08-25T20:51:19.893Z | Downloaded sha3 v0.12.0 |
| 1264 | 2026-08-25T20:51:19.897Z | Downloaded goblin v0.10.5 |
| 1265 | 2026-08-25T20:51:19.905Z | Downloaded openssl-sys v0.9.117 |
| 1266 | 2026-08-25T20:51:19.914Z | Downloaded der v0.8.0 |
| 1267 | 2026-08-25T20:51:19.917Z | Downloaded tabled v0.21.0 |
| 1268 | 2026-08-25T20:51:19.925Z | Downloaded lalrpop v0.19.12 |
| 1269 | 2026-08-25T20:51:19.931Z | Downloaded miniz_oxide v0.8.9 |
| 1270 | 2026-08-25T20:51:19.934Z | Downloaded vcpkg v0.2.15 |
| 1271 | 2026-08-25T20:51:19.954Z | Downloaded minimal-lexical v0.2.1 |
| 1272 | 2026-08-25T20:51:19.957Z | Downloaded rayon v1.11.0 |
| 1273 | 2026-08-25T20:51:19.961Z | Downloaded zerovec v0.11.5 |
| 1274 | 2026-08-25T20:51:19.964Z | Downloaded unicode-normalization v0.1.25 |
| 1275 | 2026-08-25T20:51:19.967Z | Downloaded regex v1.12.3 |
| 1276 | 2026-08-25T20:51:19.973Z | Downloaded dropshot-api-manager v0.8.0 |
| 1277 | 2026-08-25T20:51:19.976Z | Downloaded p384 v0.13.1 |
| 1278 | 2026-08-25T20:51:19.977Z | Downloaded crypto-primes v0.7.2 |
| 1279 | 2026-08-25T20:51:19.977Z | Downloaded gimli v0.32.3 |
| 1280 | 2026-08-25T20:51:19.982Z | Downloaded salty v0.3.0 |
| 1281 | 2026-08-25T20:51:19.985Z | Downloaded itertools v0.12.1 |
| 1282 | 2026-08-25T20:51:19.988Z | Downloaded object v0.30.4 |
| 1283 | 2026-08-25T20:51:19.992Z | Downloaded winnow v0.5.40 |
| 1284 | 2026-08-25T20:51:19.997Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1285 | 2026-08-25T20:51:20.003Z | Downloaded libm v0.2.16 |
| 1286 | 2026-08-25T20:51:20.007Z | Downloaded jiff-core v0.1.0 |
| 1287 | 2026-08-25T20:51:20.010Z | Downloaded winnow v1.0.3 |
| 1288 | 2026-08-25T20:51:20.019Z | Downloaded quinn-proto v0.11.16 |
| 1289 | 2026-08-25T20:51:20.031Z | Downloaded tough v0.22.0 |
| 1290 | 2026-08-25T20:51:20.038Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1291 | 2026-08-25T20:51:20.042Z | Downloaded regex-syntax v0.6.29 |
| 1292 | 2026-08-25T20:51:20.052Z | Downloaded zlib-rs v0.6.2 |
| 1293 | 2026-08-25T20:51:20.055Z | Downloaded nix v0.27.1 |
| 1294 | 2026-08-25T20:51:20.089Z | Downloaded time v0.3.47 |
| 1295 | 2026-08-25T20:51:20.096Z | Downloaded bstr v1.12.1 |
| 1296 | 2026-08-25T20:51:20.100Z | Downloaded crypto-bigint v0.7.5 |
| 1297 | 2026-08-25T20:51:20.108Z | Downloaded iddqd v0.4.2 |
| 1298 | 2026-08-25T20:51:20.112Z | Downloaded reqwest v0.12.28 |
| 1299 | 2026-08-25T20:51:20.115Z | Downloaded rustls v0.23.41 |
| 1300 | 2026-08-25T20:51:20.121Z | Downloaded portable-atomic v1.13.1 |
| 1301 | 2026-08-25T20:51:20.126Z | Downloaded smoltcp v0.9.1 |
| 1302 | 2026-08-25T20:51:20.133Z | Downloaded hickory-proto v0.24.4 |
| 1303 | 2026-08-25T20:51:20.141Z | Downloaded regress v0.11.1 |
| 1304 | 2026-08-25T20:51:20.146Z | Downloaded quick-xml v0.37.5 |
| 1305 | 2026-08-25T20:51:20.149Z | Downloaded hickory-proto v0.25.2 |
| 1306 | 2026-08-25T20:51:20.158Z | Downloaded moka v0.12.13 |
| 1307 | 2026-08-25T20:51:20.162Z | Downloaded object v0.37.3 |
| 1308 | 2026-08-25T20:51:20.170Z | Downloaded openssl v0.10.80 |
| 1309 | 2026-08-25T20:51:20.188Z | Downloaded zerocopy v0.8.55 |
| 1310 | 2026-08-25T20:51:20.198Z | Downloaded polar-core v0.27.3 |
| 1311 | 2026-08-25T20:51:20.203Z | Downloaded nix v0.28.0 |
| 1312 | 2026-08-25T20:51:20.209Z | Downloaded syn v3.0.3 |
| 1313 | 2026-08-25T20:51:20.215Z | Downloaded curve25519-dalek v4.1.3 |
| 1314 | 2026-08-25T20:51:20.220Z | Downloaded curve25519-dalek v5.0.0 |
| 1315 | 2026-08-25T20:51:20.225Z | Downloaded rustix v0.38.44 |
| 1316 | 2026-08-25T20:51:20.237Z | Downloaded openapiv3 v2.2.0 |
| 1317 | 2026-08-25T20:51:20.247Z | Downloaded typify-impl v0.6.2 |
| 1318 | 2026-08-25T20:51:20.267Z | Downloaded regex-syntax v0.8.10 |
| 1319 | 2026-08-25T20:51:20.283Z | Downloaded smoltcp v0.11.0 |
| 1320 | 2026-08-25T20:51:20.289Z | Downloaded nix v0.31.2 |
| 1321 | 2026-08-25T20:51:20.296Z | Downloaded sha3 v0.11.0 |
| 1322 | 2026-08-25T20:51:20.299Z | Downloaded regress v0.10.5 |
| 1323 | 2026-08-25T20:51:20.303Z | Downloaded diesel v2.3.7 |
| 1324 | 2026-08-25T20:51:20.314Z | Downloaded dropshot v0.17.1 |
| 1325 | 2026-08-25T20:51:20.326Z | Downloaded sled v0.34.7 |
| 1326 | 2026-08-25T20:51:20.332Z | Downloaded ratatui v0.29.0 |
| 1327 | 2026-08-25T20:51:20.345Z | Downloaded zerocopy-derive v0.6.6 |
| 1328 | 2026-08-25T20:51:20.349Z | Downloaded tracing v0.1.44 |
| 1329 | 2026-08-25T20:51:20.361Z | Downloaded sqlparser v0.61.0 |
| 1330 | 2026-08-25T20:51:20.393Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1331 | 2026-08-25T20:51:20.399Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1332 | 2026-08-25T20:51:20.410Z | Downloaded regex-automata v0.4.14 |
| 1333 | 2026-08-25T20:51:20.420Z | Downloaded petgraph v0.6.5 |
| 1334 | 2026-08-25T20:51:20.432Z | Downloaded sha3 v0.10.8 |
| 1335 | 2026-08-25T20:51:20.435Z | Downloaded libz-sys v1.1.24 |
| 1336 | 2026-08-25T20:51:20.449Z | Downloaded encoding_rs v0.8.35 |
| 1337 | 2026-08-25T20:51:20.469Z | Downloaded jiff v0.2.34 |
| 1338 | 2026-08-25T20:51:20.494Z | Downloaded chrono-tz v0.10.4 |
| 1339 | 2026-08-25T20:51:20.547Z | Downloaded csv v1.4.0 |
| 1340 | 2026-08-25T20:51:20.561Z | Downloaded petgraph v0.8.3 |
| 1341 | 2026-08-25T20:51:20.581Z | Downloaded tokio v1.52.1 |
| 1342 | 2026-08-25T20:51:20.718Z | Downloaded ring v0.17.14 |
| 1343 | 2026-08-25T20:51:20.762Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1344 | 2026-08-25T20:51:21.332Z | Downloaded aws-lc-sys v0.40.0 |
| 1345 | 2026-08-25T20:51:21.594Z | Compiling serde_core v1.0.228 |
| 1346 | 2026-08-25T20:51:21.594Z | Compiling libc v0.2.185 |
| 1347 | 2026-08-25T20:51:21.594Z | Compiling serde v1.0.228 |
| 1348 | 2026-08-25T20:51:21.598Z | Compiling log v0.4.33 |
| 1349 | 2026-08-25T20:51:21.598Z | Compiling smallvec v1.15.1 |
| 1350 | 2026-08-25T20:51:21.598Z | Compiling find-msvc-tools v0.1.9 |
| 1351 | 2026-08-25T20:51:21.598Z | Compiling shlex v1.3.0 |
| 1352 | 2026-08-25T20:51:21.598Z | Compiling syn v2.0.117 |
| 1353 | 2026-08-25T20:51:21.955Z | Compiling subtle v2.6.1 |
| 1354 | 2026-08-25T20:51:21.972Z | Compiling scopeguard v1.2.0 |
| 1355 | 2026-08-25T20:51:21.994Z | Compiling typenum v1.20.1 |
| 1356 | 2026-08-25T20:51:22.007Z | Compiling stable_deref_trait v1.2.1 |
| 1357 | 2026-08-25T20:51:22.047Z | Compiling lock_api v0.4.14 |
| 1358 | 2026-08-25T20:51:22.066Z | Compiling zerocopy v0.8.55 |
| 1359 | 2026-08-25T20:51:22.094Z | Compiling portable-atomic v1.13.1 |
| 1360 | 2026-08-25T20:51:22.120Z | Compiling serde_json v1.0.151 |
| 1361 | 2026-08-25T20:51:22.281Z | Compiling critical-section v1.2.0 |
| 1362 | 2026-08-25T20:51:22.339Z | Compiling libm v0.2.16 |
| 1363 | 2026-08-25T20:51:22.384Z | Compiling num-traits v0.2.19 |
| 1364 | 2026-08-25T20:51:22.485Z | Compiling pkg-config v0.3.32 |
| 1365 | 2026-08-25T20:51:22.559Z | Compiling errno v0.3.14 |
| 1366 | 2026-08-25T20:51:22.581Z | Compiling jobserver v0.1.34 |
| 1367 | 2026-08-25T20:51:22.619Z | Compiling getrandom v0.2.17 |
| 1368 | 2026-08-25T20:51:22.853Z | Compiling cc v1.2.56 |
| 1369 | 2026-08-25T20:51:22.924Z | Compiling rand_core v0.6.4 |
| 1370 | 2026-08-25T20:51:22.939Z | Compiling generic-array v0.14.7 |
| 1371 | 2026-08-25T20:51:23.009Z | Compiling pin-project-lite v0.2.17 |
| 1372 | 2026-08-25T20:51:23.105Z | Compiling once_cell v1.21.3 |
| 1373 | 2026-08-25T20:51:23.120Z | Compiling getrandom v0.4.3 |
| 1374 | 2026-08-25T20:51:23.131Z | Compiling parking_lot_core v0.9.12 |
| 1375 | 2026-08-25T20:51:23.181Z | Compiling const-oid v0.9.6 |
| 1376 | 2026-08-25T20:51:23.371Z | Compiling rand_core v0.10.0 |
| 1377 | 2026-08-25T20:51:23.663Z | Compiling signal-hook-registry v1.4.8 |
| 1378 | 2026-08-25T20:51:23.742Z | Compiling bitflags v2.11.0 |
| 1379 | 2026-08-25T20:51:23.880Z | Compiling futures-core v0.3.32 |
| 1380 | 2026-08-25T20:51:23.900Z | Compiling writeable v0.6.2 |
| 1381 | 2026-08-25T20:51:23.923Z | Compiling litemap v0.8.1 |
| 1382 | 2026-08-25T20:51:23.963Z | Compiling percent-encoding v2.3.2 |
| 1383 | 2026-08-25T20:51:24.025Z | Compiling semver v1.0.28 |
| 1384 | 2026-08-25T20:51:24.071Z | Compiling parking_lot v0.12.5 |
| 1385 | 2026-08-25T20:51:24.090Z | Compiling mio v1.2.0 |
| 1386 | 2026-08-25T20:51:24.106Z | Compiling icu_properties_data v2.1.2 |
| 1387 | 2026-08-25T20:51:24.144Z | Compiling icu_normalizer_data v2.1.1 |
| 1388 | 2026-08-25T20:51:24.409Z | Compiling socket2 v0.6.3 |
| 1389 | 2026-08-25T20:51:24.447Z | Compiling synstructure v0.13.2 |
| 1390 | 2026-08-25T20:51:24.507Z | Compiling getrandom v0.3.4 |
| 1391 | 2026-08-25T20:51:24.531Z | Compiling rustix v1.1.4 |
| 1392 | 2026-08-25T20:51:24.564Z | Compiling futures-sink v0.3.32 |
| 1393 | 2026-08-25T20:51:24.628Z | Compiling indexmap v2.14.0 |
| 1394 | 2026-08-25T20:51:24.671Z | Compiling futures-channel v0.3.32 |
| 1395 | 2026-08-25T20:51:24.828Z | Compiling utf8_iter v1.0.4 |
| 1396 | 2026-08-25T20:51:24.920Z | Compiling futures-task v0.3.32 |
| 1397 | 2026-08-25T20:51:24.976Z | Compiling futures-io v0.3.32 |
| 1398 | 2026-08-25T20:51:24.992Z | Compiling slab v0.4.12 |
| 1399 | 2026-08-25T20:51:25.034Z | Compiling form_urlencoded v1.2.2 |
| 1400 | 2026-08-25T20:51:25.085Z | Compiling rustversion v1.0.22 |
| 1401 | 2026-08-25T20:51:25.125Z | Compiling base64ct v1.8.3 |
| 1402 | 2026-08-25T20:51:25.162Z | Compiling iana-time-zone v0.1.65 |
| 1403 | 2026-08-25T20:51:25.204Z | Compiling cmake v0.1.57 |
| 1404 | 2026-08-25T20:51:25.301Z | Compiling regex-syntax v0.8.10 |
| 1405 | 2026-08-25T20:51:25.370Z | Compiling pem-rfc7468 v0.7.0 |
| 1406 | 2026-08-25T20:51:25.402Z | Compiling fs_extra v1.3.0 |
| 1407 | 2026-08-25T20:51:25.420Z | Compiling dunce v1.0.5 |
| 1408 | 2026-08-25T20:51:25.516Z | Compiling flagset v0.4.7 |
| 1409 | 2026-08-25T20:51:25.606Z | Compiling ident_case v1.0.1 |
| 1410 | 2026-08-25T20:51:25.647Z | Compiling rand_core v0.9.5 |
| 1411 | 2026-08-25T20:51:25.665Z | Compiling aws-lc-sys v0.40.0 |
| 1412 | 2026-08-25T20:51:25.679Z | Compiling uuid v1.23.4 |
| 1413 | 2026-08-25T20:51:25.726Z | Compiling base64 v0.22.1 |
| 1414 | 2026-08-25T20:51:25.921Z | Compiling syn v1.0.109 |
| 1415 | 2026-08-25T20:51:26.047Z | Compiling vcpkg v0.2.15 |
| 1416 | 2026-08-25T20:51:26.050Z | Compiling serde_derive_internals v0.29.1 |
| 1417 | 2026-08-25T20:51:26.212Z | Compiling serde_derive v1.0.228 |
| 1418 | 2026-08-25T20:51:26.227Z | Compiling zeroize_derive v1.5.0 |
| 1419 | 2026-08-25T20:51:26.231Z | Compiling zerocopy-derive v0.8.55 |
| 1420 | 2026-08-25T20:51:26.368Z | Compiling zerofrom-derive v0.1.6 |
| 1421 | 2026-08-25T20:51:26.771Z | Compiling yoke-derive v0.8.1 |
| 1422 | 2026-08-25T20:51:26.881Z | Compiling zerovec-derive v0.11.2 |
| 1423 | 2026-08-25T20:51:26.976Z | Compiling displaydoc v0.2.5 |
| 1424 | 2026-08-25T20:51:27.641Z | Compiling tokio-macros v2.7.0 |
| 1425 | 2026-08-25T20:51:27.733Z | Compiling futures-macro v0.3.32 |
| 1426 | 2026-08-25T20:51:27.779Z | Compiling zerofrom v0.1.6 |
| 1427 | 2026-08-25T20:51:27.907Z | Compiling thiserror-impl v2.0.18 |
| 1428 | 2026-08-25T20:51:27.949Z | Compiling yoke v0.8.1 |
| 1429 | 2026-08-25T20:51:28.007Z | Compiling der_derive v0.7.3 |
| 1430 | 2026-08-25T20:51:28.143Z | Compiling zerovec v0.11.5 |
| 1431 | 2026-08-25T20:51:28.390Z | Compiling zerotrie v0.2.3 |
| 1432 | 2026-08-25T20:51:28.553Z | Compiling futures-util v0.3.32 |
| 1433 | 2026-08-25T20:51:28.653Z | Compiling tinystr v0.8.2 |
| 1434 | 2026-08-25T20:51:28.684Z | Compiling potential_utf v0.1.4 |
| 1435 | 2026-08-25T20:51:28.844Z | Compiling icu_locale_core v2.1.1 |
| 1436 | 2026-08-25T20:51:28.863Z | Compiling icu_collections v2.1.1 |
| 1437 | 2026-08-25T20:51:28.974Z | Compiling openssl-sys v0.9.117 |
| 1438 | 2026-08-25T20:51:29.225Z | Compiling thiserror v2.0.18 |
| 1439 | 2026-08-25T20:51:29.380Z | Compiling tracing-attributes v0.1.31 |
| 1440 | 2026-08-25T20:51:29.413Z | Compiling rustc_version v0.4.1 |
| 1441 | 2026-08-25T20:51:29.542Z | Compiling icu_provider v2.1.1 |
| 1442 | 2026-08-25T20:51:29.729Z | Compiling zeroize v1.9.0 |
| 1443 | 2026-08-25T20:51:29.774Z | Compiling bytes v1.11.1 |
| 1444 | 2026-08-25T20:51:29.787Z | Compiling icu_normalizer v2.1.1 |
| 1445 | 2026-08-25T20:51:29.845Z | Compiling icu_properties v2.1.2 |
| 1446 | 2026-08-25T20:51:30.314Z | Compiling tokio v1.52.1 |
| 1447 | 2026-08-25T20:51:30.385Z | Compiling chrono v0.4.45 |
| 1448 | 2026-08-25T20:51:30.529Z | Compiling crypto-common v0.1.7 |
| 1449 | 2026-08-25T20:51:30.705Z | Compiling block-buffer v0.10.4 |
| 1450 | 2026-08-25T20:51:30.708Z | Compiling idna_adapter v1.2.1 |
| 1451 | 2026-08-25T20:51:30.844Z | Compiling digest v0.10.7 |
| 1452 | 2026-08-25T20:51:30.859Z | Compiling ppv-lite86 v0.2.21 |
| 1453 | 2026-08-25T20:51:30.863Z | Compiling idna v1.1.0 |
| 1454 | 2026-08-25T20:51:30.889Z | Compiling der v0.7.10 |
| 1455 | 2026-08-25T20:51:30.945Z | Compiling http v1.4.2 |
| 1456 | 2026-08-25T20:51:31.092Z | Compiling tracing-core v0.1.36 |
| 1457 | 2026-08-25T20:51:31.178Z | Compiling url v2.5.8 |
| 1458 | 2026-08-25T20:51:31.505Z | Compiling rand_chacha v0.9.0 |
| 1459 | 2026-08-25T20:51:31.623Z | Compiling simd-adler32 v0.3.8 |
| 1460 | 2026-08-25T20:51:31.740Z | Compiling spki v0.7.3 |
| 1461 | 2026-08-25T20:51:31.837Z | Compiling dyn-clone v1.0.20 |
| 1462 | 2026-08-25T20:51:31.864Z | Compiling aws-lc-rs v1.16.3 |
| 1463 | 2026-08-25T20:51:31.943Z | Compiling schemars v0.8.22 |
| 1464 | 2026-08-25T20:51:31.960Z | Compiling cpufeatures v0.2.17 |
| 1465 | 2026-08-25T20:51:31.970Z | Compiling pkcs8 v0.10.2 |
| 1466 | 2026-08-25T20:51:32.028Z | Compiling rand v0.9.2 |
| 1467 | 2026-08-25T20:51:32.049Z | Compiling http-body v1.0.1 |
| 1468 | 2026-08-25T20:51:32.131Z | Compiling tracing v0.1.44 |
| 1469 | 2026-08-25T20:51:32.162Z | Compiling rustls-pki-types v1.14.0 |
| 1470 | 2026-08-25T20:51:32.215Z | Compiling schemars_derive v0.8.22 |
| 1471 | 2026-08-25T20:51:32.392Z | Compiling spin v0.9.8 |
| 1472 | 2026-08-25T20:51:32.407Z | Compiling openssl-probe v0.2.1 |
| 1473 | 2026-08-25T20:51:32.579Z | Compiling cmov v0.5.4 |
| 1474 | 2026-08-25T20:51:32.594Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-08-25T20:51:32.597Z | Compiling httparse v1.10.1 |
| 1476 | 2026-08-25T20:51:32.737Z | Compiling tinyvec_macros v0.1.1 |
| 1477 | 2026-08-25T20:51:32.778Z | Compiling adler2 v2.0.1 |
| 1478 | 2026-08-25T20:51:32.804Z | Compiling tinyvec v1.10.0 |
| 1479 | 2026-08-25T20:51:32.889Z | Compiling miniz_oxide v0.8.9 |
| 1480 | 2026-08-25T20:51:32.904Z | Compiling ctutils v0.4.2 |
| 1481 | 2026-08-25T20:51:32.968Z | Compiling tempfile v3.27.0 |
| 1482 | 2026-08-25T20:51:33.130Z | Compiling pest_generator v2.8.6 |
| 1483 | 2026-08-25T20:51:33.144Z | Compiling sha2 v0.10.9 |
| 1484 | 2026-08-25T20:51:33.321Z | Compiling terminal_size v0.4.3 |
| 1485 | 2026-08-25T20:51:33.457Z | Compiling aho-corasick v1.1.4 |
| 1486 | 2026-08-25T20:51:33.471Z | Compiling radium v0.7.0 |
| 1487 | 2026-08-25T20:51:33.721Z | Compiling try-lock v0.2.5 |
| 1488 | 2026-08-25T20:51:33.794Z | Compiling atomic-waker v1.1.2 |
| 1489 | 2026-08-25T20:51:33.822Z | Compiling tower-service v0.3.3 |
| 1490 | 2026-08-25T20:51:33.914Z | Compiling untrusted v0.7.1 |
| 1491 | 2026-08-25T20:51:33.918Z | Compiling tower-layer v0.3.3 |
| 1492 | 2026-08-25T20:51:34.038Z | Compiling tokio-util v0.7.18 |
| 1493 | 2026-08-25T20:51:34.085Z | Compiling pest_derive v2.8.6 |
| 1494 | 2026-08-25T20:51:34.428Z | Compiling regex-automata v0.4.14 |
| 1495 | 2026-08-25T20:51:34.566Z | Compiling want v0.3.1 |
| 1496 | 2026-08-25T20:51:34.704Z | Compiling hybrid-array v0.4.13 |
| 1497 | 2026-08-25T20:51:35.018Z | Compiling h2 v0.4.15 |
| 1498 | 2026-08-25T20:51:35.110Z | Compiling ipnet v2.12.0 |
| 1499 | 2026-08-25T20:51:35.275Z | Compiling scroll_derive v0.13.1 |
| 1500 | 2026-08-25T20:51:35.477Z | Compiling darling_core v0.20.11 |
| 1501 | 2026-08-25T20:51:35.596Z | Compiling tap v1.0.1 |
| 1502 | 2026-08-25T20:51:35.710Z | Compiling httpdate v1.0.3 |
| 1503 | 2026-08-25T20:51:35.929Z | Compiling foreign-types-shared v0.1.1 |
| 1504 | 2026-08-25T20:51:35.944Z | Compiling openssl v0.10.80 |
| 1505 | 2026-08-25T20:51:35.965Z | Compiling rustls v0.23.41 |
| 1506 | 2026-08-25T20:51:36.011Z | Compiling untrusted v0.9.0 |
| 1507 | 2026-08-25T20:51:36.050Z | Compiling maybe-uninit v2.0.0 |
| 1508 | 2026-08-25T20:51:36.127Z | Compiling scroll v0.13.0 |
| 1509 | 2026-08-25T20:51:36.140Z | Compiling foreign-types v0.3.2 |
| 1510 | 2026-08-25T20:51:36.181Z | Compiling wyz v0.5.1 |
| 1511 | 2026-08-25T20:51:36.347Z | Compiling unicode-normalization v0.1.25 |
| 1512 | 2026-08-25T20:51:36.379Z | Compiling rand_chacha v0.3.1 |
| 1513 | 2026-08-25T20:51:36.400Z | Compiling signature v2.2.0 |
| 1514 | 2026-08-25T20:51:36.578Z | Compiling hex v0.4.3 |
| 1515 | 2026-08-25T20:51:36.756Z | Compiling thiserror-impl v1.0.69 |
| 1516 | 2026-08-25T20:51:36.791Z | Compiling openssl-macros v0.1.1 |
| 1517 | 2026-08-25T20:51:36.838Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1518 | 2026-08-25T20:51:37.131Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-08-25T20:51:37.191Z | Compiling num-integer v0.1.46 |
| 1520 | 2026-08-25T20:51:37.216Z | Compiling wait-timeout v0.2.1 |
| 1521 | 2026-08-25T20:51:37.398Z | Compiling ahash v0.8.12 |
| 1522 | 2026-08-25T20:51:37.473Z | Compiling packed_struct v0.10.1 |
| 1523 | 2026-08-25T20:51:37.489Z | Compiling time-core v0.1.8 |
| 1524 | 2026-08-25T20:51:37.598Z | Compiling powerfmt v0.2.0 |
| 1525 | 2026-08-25T20:51:37.628Z | Compiling num-bigint-dig v0.8.6 |
| 1526 | 2026-08-25T20:51:37.673Z | Compiling darling_macro v0.20.11 |
| 1527 | 2026-08-25T20:51:37.704Z | Compiling funty v2.0.0 |
| 1528 | 2026-08-25T20:51:37.793Z | Compiling quick-error v1.2.3 |
| 1529 | 2026-08-25T20:51:37.807Z | Compiling bit-vec v0.8.0 |
| 1530 | 2026-08-25T20:51:37.899Z | Compiling native-tls v0.2.18 |
| 1531 | 2026-08-25T20:51:37.964Z | Compiling num-conv v0.2.0 |
| 1532 | 2026-08-25T20:51:38.031Z | Compiling bitvec v1.0.1 |
| 1533 | 2026-08-25T20:51:38.092Z | Compiling hyper v1.10.1 |
| 1534 | 2026-08-25T20:51:38.123Z | Compiling time-macros v0.2.27 |
| 1535 | 2026-08-25T20:51:38.136Z | Compiling darling v0.20.11 |
| 1536 | 2026-08-25T20:51:38.215Z | Compiling bit-set v0.8.0 |
| 1537 | 2026-08-25T20:51:38.312Z | Compiling thiserror v1.0.69 |
| 1538 | 2026-08-25T20:51:38.369Z | Compiling rusty-fork v0.3.1 |
| 1539 | 2026-08-25T20:51:38.402Z | Compiling deranged v0.5.8 |
| 1540 | 2026-08-25T20:51:38.504Z | Compiling clap_builder v4.6.0 |
| 1541 | 2026-08-25T20:51:39.047Z | Compiling num-iter v0.1.45 |
| 1542 | 2026-08-25T20:51:39.163Z | Compiling hyper-util v0.1.20 |
| 1543 | 2026-08-25T20:51:39.429Z | Compiling rand v0.8.6 |
| 1544 | 2026-08-25T20:51:39.516Z | Compiling goblin v0.10.5 |
| 1545 | 2026-08-25T20:51:39.711Z | Compiling packed_struct_codegen v0.10.1 |
| 1546 | 2026-08-25T20:51:40.214Z | Compiling lazy_static v1.5.0 |
| 1547 | 2026-08-25T20:51:40.308Z | Compiling hmac v0.12.1 |
| 1548 | 2026-08-25T20:51:40.468Z | Compiling serde_spanned v0.6.9 |
| 1549 | 2026-08-25T20:51:40.612Z | Compiling toml_datetime v0.6.11 |
| 1550 | 2026-08-25T20:51:40.773Z | Compiling clap_derive v4.6.1 |
| 1551 | 2026-08-25T20:51:40.914Z | Compiling zerocopy-derive v0.6.6 |
| 1552 | 2026-08-25T20:51:40.954Z | Compiling bitfield-macros v0.19.4 |
| 1553 | 2026-08-25T20:51:41.452Z | Compiling rand_xorshift v0.4.0 |
| 1554 | 2026-08-25T20:51:41.611Z | Compiling sync_wrapper v1.0.2 |
| 1555 | 2026-08-25T20:51:41.630Z | Compiling indexmap v1.9.3 |
| 1556 | 2026-08-25T20:51:41.678Z | Compiling zlib-rs v0.6.2 |
| 1557 | 2026-08-25T20:51:41.714Z | Compiling num_threads v0.1.7 |
| 1558 | 2026-08-25T20:51:41.809Z | Compiling paste v1.0.15 |
| 1559 | 2026-08-25T20:51:41.809Z | Compiling siphasher v1.0.2 |
| 1560 | 2026-08-25T20:51:42.004Z | Compiling unicode-segmentation v1.12.0 |
| 1561 | 2026-08-25T20:51:42.061Z | Compiling usdt-impl v0.6.0 |
| 1562 | 2026-08-25T20:51:42.261Z | Compiling crc-catalog v2.4.0 |
| 1563 | 2026-08-25T20:51:42.290Z | Compiling unarray v0.1.4 |
| 1564 | 2026-08-25T20:51:42.353Z | Compiling object v0.37.3 |
| 1565 | 2026-08-25T20:51:42.374Z | Compiling crossbeam-utils v0.8.21 |
| 1566 | 2026-08-25T20:51:42.400Z | Compiling nodrop v0.1.14 |
| 1567 | 2026-08-25T20:51:42.465Z | Compiling clap v4.6.1 |
| 1568 | 2026-08-25T20:51:42.490Z | Compiling array-init v0.0.4 |
| 1569 | 2026-08-25T20:51:42.546Z | Compiling proptest v1.11.0 |
| 1570 | 2026-08-25T20:51:42.661Z | Compiling crc v3.4.0 |
| 1571 | 2026-08-25T20:51:42.696Z | Compiling dof v0.4.0 |
| 1572 | 2026-08-25T20:51:42.867Z | Compiling time v0.3.47 |
| 1573 | 2026-08-25T20:51:42.881Z | Compiling tower v0.5.3 |
| 1574 | 2026-08-25T20:51:43.326Z | Compiling zerocopy v0.6.6 |
| 1575 | 2026-08-25T20:51:43.631Z | Compiling bitfield v0.19.4 |
| 1576 | 2026-08-25T20:51:43.940Z | Compiling smallvec v0.6.14 |
| 1577 | 2026-08-25T20:51:44.379Z | Compiling derive_builder_core v0.20.2 |
| 1578 | 2026-08-25T20:51:44.470Z | Compiling dtrace-parser v0.3.0 |
| 1579 | 2026-08-25T20:51:44.887Z | Compiling flate2 v1.1.9 |
| 1580 | 2026-08-25T20:51:45.095Z | Compiling ipnetwork v0.21.1 |
| 1581 | 2026-08-25T20:51:45.195Z | Compiling http-body-util v0.1.3 |
| 1582 | 2026-08-25T20:51:45.214Z | Compiling pkcs1 v0.7.5 |
| 1583 | 2026-08-25T20:51:45.286Z | Compiling heapless v0.7.17 |
| 1584 | 2026-08-25T20:51:45.433Z | Compiling scroll_derive v0.12.1 |
| 1585 | 2026-08-25T20:51:45.473Z | Compiling structmeta-derive v0.3.0 |
| 1586 | 2026-08-25T20:51:45.521Z | Compiling slog v2.8.2 |
| 1587 | 2026-08-25T20:51:45.595Z | Compiling darling_core v0.23.0 |
| 1588 | 2026-08-25T20:51:45.625Z | Compiling thread-id v5.1.0 |
| 1589 | 2026-08-25T20:51:45.700Z | Compiling cookie v0.18.1 |
| 1590 | 2026-08-25T20:51:45.714Z | Compiling env_filter v2.0.0 |
| 1591 | 2026-08-25T20:51:45.879Z | Compiling syn v3.0.3 |
| 1592 | 2026-08-25T20:51:46.004Z | Compiling hashbrown v0.12.3 |
| 1593 | 2026-08-25T20:51:46.079Z | Compiling zstd-safe v7.2.4 |
| 1594 | 2026-08-25T20:51:46.268Z | Compiling allocator-api2 v0.2.21 |
| 1595 | 2026-08-25T20:51:46.467Z | Compiling base64 v0.21.7 |
| 1596 | 2026-08-25T20:51:46.525Z | Compiling anyhow v1.0.104 |
| 1597 | 2026-08-25T20:51:46.595Z | Compiling ryu v1.0.23 |
| 1598 | 2026-08-25T20:51:46.771Z | Compiling unicode-bidi v0.3.18 |
| 1599 | 2026-08-25T20:51:46.786Z | Compiling unicode-properties v0.1.4 |
| 1600 | 2026-08-25T20:51:46.817Z | Compiling iri-string v0.7.10 |
| 1601 | 2026-08-25T20:51:46.990Z | Compiling winnow v0.5.40 |
| 1602 | 2026-08-25T20:51:47.282Z | Compiling gimli v0.32.3 |
| 1603 | 2026-08-25T20:51:48.066Z | Compiling signal-hook v0.3.18 |
| 1604 | 2026-08-25T20:51:48.256Z | Compiling toml_edit v0.19.15 |
| 1605 | 2026-08-25T20:51:48.324Z | Compiling darling_macro v0.23.0 |
| 1606 | 2026-08-25T20:51:48.406Z | Compiling tower-http v0.6.8 |
| 1607 | 2026-08-25T20:51:48.802Z | Compiling stringprep v0.1.5 |
| 1608 | 2026-08-25T20:51:49.026Z | Compiling addr2line v0.25.1 |
| 1609 | 2026-08-25T20:51:49.185Z | Compiling serde_urlencoded v0.7.1 |
| 1610 | 2026-08-25T20:51:49.234Z | Compiling ron v0.8.1 |
| 1611 | 2026-08-25T20:51:49.295Z | Compiling daft-derive v0.1.8 |
| 1612 | 2026-08-25T20:51:49.380Z | Compiling structmeta v0.3.0 |
| 1613 | 2026-08-25T20:51:49.480Z | Compiling scroll v0.12.0 |
| 1614 | 2026-08-25T20:51:49.635Z | Compiling env_logger v0.11.11 |
| 1615 | 2026-08-25T20:51:49.974Z | Compiling rsa v0.9.10 |
| 1616 | 2026-08-25T20:51:49.988Z | Compiling oxnet v0.1.6 |
| 1617 | 2026-08-25T20:51:50.036Z | Compiling derive_builder_macro v0.20.2 |
| 1618 | 2026-08-25T20:51:50.201Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1619 | 2026-08-25T20:51:50.329Z | Compiling newtype-uuid v1.3.2 |
| 1620 | 2026-08-25T20:51:50.410Z | Compiling hashbrown v0.13.2 |
| 1621 | 2026-08-25T20:51:50.504Z | Compiling bzip2 v0.4.4 |
| 1622 | 2026-08-25T20:51:50.652Z | Compiling serde-hex v0.1.0 |
| 1623 | 2026-08-25T20:51:50.710Z | Compiling tokio-native-tls v0.3.1 |
| 1624 | 2026-08-25T20:51:50.881Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1625 | 2026-08-25T20:51:50.881Z | Compiling camino v1.2.5 |
| 1626 | 2026-08-25T20:51:51.390Z | Compiling bstr v1.12.1 |
| 1627 | 2026-08-25T20:51:51.545Z | Compiling block-padding v0.4.2 |
| 1628 | 2026-08-25T20:51:51.712Z | Compiling crypto-common v0.2.2 |
| 1629 | 2026-08-25T20:51:52.020Z | Compiling block-buffer v0.12.1 |
| 1630 | 2026-08-25T20:51:52.220Z | Compiling rustls-native-certs v0.8.3 |
| 1631 | 2026-08-25T20:51:52.343Z | Compiling x509-cert v0.2.5 |
| 1632 | 2026-08-25T20:51:52.510Z | Compiling md-5 v0.10.6 |
| 1633 | 2026-08-25T20:51:52.682Z | Compiling curve25519-dalek v4.1.3 |
| 1634 | 2026-08-25T20:51:52.984Z | Compiling erased-serde v0.3.31 |
| 1635 | 2026-08-25T20:51:53.028Z | Compiling serde_tokenstream v0.2.3 |
| 1636 | 2026-08-25T20:51:53.341Z | Compiling async-trait v0.1.89 |
| 1637 | 2026-08-25T20:51:53.388Z | Compiling pin-project-internal v1.1.11 |
| 1638 | 2026-08-25T20:51:53.440Z | Compiling zerocopy-derive v0.7.35 |
| 1639 | 2026-08-25T20:51:53.472Z | Compiling vergen-lib v9.1.0 |
| 1640 | 2026-08-25T20:51:53.725Z | Compiling hash32 v0.2.1 |
| 1641 | 2026-08-25T20:51:53.839Z | Compiling memoffset v0.9.1 |
| 1642 | 2026-08-25T20:51:53.925Z | Compiling encoding_rs v0.8.35 |
| 1643 | 2026-08-25T20:51:53.997Z | Compiling rustix v0.38.44 |
| 1644 | 2026-08-25T20:51:54.025Z | Compiling smoltcp v0.9.1 |
| 1645 | 2026-08-25T20:51:54.278Z | Compiling cfg_aliases v0.2.1 |
| 1646 | 2026-08-25T20:51:54.360Z | Compiling rustc-demangle v0.1.27 |
| 1647 | 2026-08-25T20:51:54.375Z | Compiling mime v0.3.17 |
| 1648 | 2026-08-25T20:51:54.378Z | Compiling ref-cast v1.0.25 |
| 1649 | 2026-08-25T20:51:54.415Z | Compiling litrs v1.0.0 |
| 1650 | 2026-08-25T20:51:54.493Z | Compiling psl-types v2.0.11 |
| 1651 | 2026-08-25T20:51:54.613Z | Compiling crc-any v2.5.0 |
| 1652 | 2026-08-25T20:51:54.640Z | Compiling owo-colors v4.3.0 |
| 1653 | 2026-08-25T20:51:54.669Z | Compiling fallible-iterator v0.2.0 |
| 1654 | 2026-08-25T20:51:54.748Z | Compiling publicsuffix v2.3.0 |
| 1655 | 2026-08-25T20:51:54.770Z | Compiling backtrace v0.3.76 |
| 1656 | 2026-08-25T20:51:54.839Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1657 | 2026-08-25T20:51:54.911Z | Compiling document-features v0.2.12 |
| 1658 | 2026-08-25T20:51:54.924Z | Compiling pin-project v1.1.11 |
| 1659 | 2026-08-25T20:51:54.974Z | Compiling postgres-protocol v0.6.10 |
| 1660 | 2026-08-25T20:51:55.026Z | Compiling nix v0.31.2 |
| 1661 | 2026-08-25T20:51:55.092Z | Compiling zerocopy v0.7.35 |
| 1662 | 2026-08-25T20:51:55.522Z | Compiling inout v0.2.2 |
| 1663 | 2026-08-25T20:51:55.580Z | Compiling daft v0.1.8 |
| 1664 | 2026-08-25T20:51:55.646Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1665 | 2026-08-25T20:51:55.695Z | Compiling hyper-tls v0.6.0 |
| 1666 | 2026-08-25T20:51:55.852Z | Compiling object v0.30.4 |
| 1667 | 2026-08-25T20:51:55.867Z | Compiling zip v0.6.6 |
| 1668 | 2026-08-25T20:51:55.879Z | Compiling derive_builder v0.20.2 |
| 1669 | 2026-08-25T20:51:55.922Z | Compiling goblin v0.8.2 |
| 1670 | 2026-08-25T20:51:55.996Z | Compiling toml v0.7.8 |
| 1671 | 2026-08-25T20:51:56.109Z | Compiling derive-ex v0.1.8 |
| 1672 | 2026-08-25T20:51:56.440Z | Compiling darling v0.23.0 |
| 1673 | 2026-08-25T20:51:56.573Z | Compiling convert_case v0.10.0 |
| 1674 | 2026-08-25T20:51:56.755Z | Compiling phf_shared v0.13.1 |
| 1675 | 2026-08-25T20:51:56.812Z | Compiling regex v1.12.3 |
| 1676 | 2026-08-25T20:51:56.865Z | Compiling hubpack_derive v0.1.1 |
| 1677 | 2026-08-25T20:51:56.991Z | Compiling futures-executor v0.3.32 |
| 1678 | 2026-08-25T20:51:57.226Z | Compiling strum_macros v0.27.2 |
| 1679 | 2026-08-25T20:51:57.247Z | Compiling snafu-derive v0.8.9 |
| 1680 | 2026-08-25T20:51:57.298Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1681 | 2026-08-25T20:51:57.731Z | Compiling ref-cast-impl v1.0.25 |
| 1682 | 2026-08-25T20:51:57.930Z | Compiling vergen v9.1.0 |
| 1683 | 2026-08-25T20:51:58.108Z | Compiling cargo-platform v0.3.2 |
| 1684 | 2026-08-25T20:51:58.269Z | Compiling ff v0.13.1 |
| 1685 | 2026-08-25T20:51:58.375Z | Compiling fs-err v3.3.0 |
| 1686 | 2026-08-25T20:51:58.407Z | Compiling bitflags v1.3.2 |
| 1687 | 2026-08-25T20:51:58.483Z | Compiling libbz2-rs-sys v0.2.2 |
| 1688 | 2026-08-25T20:51:58.562Z | Compiling jiff-core v0.1.0 |
| 1689 | 2026-08-25T20:51:58.646Z | Compiling foldhash v0.2.0 |
| 1690 | 2026-08-25T20:51:58.861Z | Compiling is_ci v1.2.0 |
| 1691 | 2026-08-25T20:51:58.997Z | Compiling path-slash v0.1.5 |
| 1692 | 2026-08-25T20:51:59.097Z | Compiling bumpalo v3.20.2 |
| 1693 | 2026-08-25T20:51:59.128Z | Compiling same-file v1.0.6 |
| 1694 | 2026-08-25T20:51:59.142Z | Compiling foldhash v0.1.5 |
| 1695 | 2026-08-25T20:51:59.145Z | Compiling either v1.15.0 |
| 1696 | 2026-08-25T20:51:59.285Z | Compiling base16ct v0.2.0 |
| 1697 | 2026-08-25T20:51:59.285Z | Compiling managed v0.8.0 |
| 1698 | 2026-08-25T20:51:59.365Z | Compiling textwrap v0.16.2 |
| 1699 | 2026-08-25T20:51:59.386Z | Compiling jiff v0.2.34 |
| 1700 | 2026-08-25T20:51:59.386Z | Compiling zopfli v0.8.3 |
| 1701 | 2026-08-25T20:51:59.478Z | Compiling sec1 v0.7.3 |
| 1702 | 2026-08-25T20:51:59.665Z | Compiling hashbrown v0.15.5 |
| 1703 | 2026-08-25T20:51:59.754Z | Compiling walkdir v2.5.0 |
| 1704 | 2026-08-25T20:51:59.844Z | Compiling strum v0.27.2 |
| 1705 | 2026-08-25T20:51:59.950Z | Compiling snafu v0.8.9 |
| 1706 | 2026-08-25T20:52:00.063Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1707 | 2026-08-25T20:52:00.063Z | Compiling supports-color v3.0.2 |
| 1708 | 2026-08-25T20:52:00.212Z | Compiling bzip2 v0.6.1 |
| 1709 | 2026-08-25T20:52:00.230Z | Compiling hashbrown v0.16.1 |
| 1710 | 2026-08-25T20:52:00.383Z | Compiling group v0.13.0 |
| 1711 | 2026-08-25T20:52:00.412Z | Compiling cargo_metadata v0.23.1 |
| 1712 | 2026-08-25T20:52:00.540Z | Compiling dof v0.3.0 |
| 1713 | 2026-08-25T20:52:00.831Z | Compiling test-strategy v0.4.5 |
| 1714 | 2026-08-25T20:52:01.234Z | Compiling hubpack v0.1.2 |
| 1715 | 2026-08-25T20:52:01.451Z | Compiling futures v0.3.32 |
| 1716 | 2026-08-25T20:52:01.489Z | Compiling phf v0.13.1 |
| 1717 | 2026-08-25T20:52:01.540Z | Compiling derive_more-impl v2.1.1 |
| 1718 | 2026-08-25T20:52:01.649Z | Compiling signal-hook-mio v0.2.5 |
| 1719 | 2026-08-25T20:52:01.758Z | Compiling serde_with_macros v3.21.0 |
| 1720 | 2026-08-25T20:52:02.074Z | Compiling cookie_store v0.22.1 |
| 1721 | 2026-08-25T20:52:02.269Z | Compiling zstd v0.13.3 |
| 1722 | 2026-08-25T20:52:02.529Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-08-25T20:52:02.669Z | Compiling cipher v0.5.2 |
| 1724 | 2026-08-25T20:52:02.824Z | Compiling postgres-types v0.2.12 |
| 1725 | 2026-08-25T20:52:02.867Z | Compiling backtrace-ext v0.2.1 |
| 1726 | 2026-08-25T20:52:03.034Z | Compiling usdt-macro v0.6.0 |
| 1727 | 2026-08-25T20:52:03.363Z | Compiling usdt-attr-macro v0.6.0 |
| 1728 | 2026-08-25T20:52:03.494Z | Compiling globset v0.4.18 |
| 1729 | 2026-08-25T20:52:03.674Z | Compiling phf_shared v0.11.3 |
| 1730 | 2026-08-25T20:52:03.779Z | Compiling hkdf v0.12.4 |
| 1731 | 2026-08-25T20:52:03.856Z | Compiling dtrace-parser v0.2.0 |
| 1732 | 2026-08-25T20:52:03.901Z | Compiling byte-wrapper v0.1.0 |
| 1733 | 2026-08-25T20:52:03.947Z | Compiling olpc-cjson v0.1.4 |
| 1734 | 2026-08-25T20:52:03.975Z | Compiling ed25519 v2.2.3 |
| 1735 | 2026-08-25T20:52:04.105Z | Compiling crypto-bigint v0.5.5 |
| 1736 | 2026-08-25T20:52:04.154Z | Compiling serde-big-array v0.5.1 |
| 1737 | 2026-08-25T20:52:04.158Z | Compiling serde_plain v1.0.2 |
| 1738 | 2026-08-25T20:52:04.216Z | Compiling async-recursion v1.1.1 |
| 1739 | 2026-08-25T20:52:04.293Z | Compiling enum-as-inner v0.6.1 |
| 1740 | 2026-08-25T20:52:04.405Z | Compiling miette-derive v7.6.0 |
| 1741 | 2026-08-25T20:52:04.626Z | Compiling strum_macros v0.26.4 |
| 1742 | 2026-08-25T20:52:04.832Z | Compiling serde_repr v0.1.20 |
| 1743 | 2026-08-25T20:52:04.904Z | Compiling pem v3.0.6 |
| 1744 | 2026-08-25T20:52:04.919Z | Compiling float-cmp v0.10.0 |
| 1745 | 2026-08-25T20:52:05.062Z | Compiling memmap2 v0.9.10 |
| 1746 | 2026-08-25T20:52:05.224Z | Compiling thread-id v4.2.2 |
| 1747 | 2026-08-25T20:52:05.282Z | Compiling fixedbitset v0.5.7 |
| 1748 | 2026-08-25T20:52:05.359Z | Compiling cpufeatures v0.3.0 |
| 1749 | 2026-08-25T20:52:05.372Z | Compiling supports-unicode v3.0.0 |
| 1750 | 2026-08-25T20:52:05.390Z | Compiling new_debug_unreachable v1.0.6 |
| 1751 | 2026-08-25T20:52:05.463Z | Compiling fixedbitset v0.4.2 |
| 1752 | 2026-08-25T20:52:05.522Z | Compiling data-encoding v2.10.0 |
| 1753 | 2026-08-25T20:52:05.569Z | Compiling typed-path v0.9.3 |
| 1754 | 2026-08-25T20:52:05.589Z | Compiling difflib v0.4.0 |
| 1755 | 2026-08-25T20:52:05.680Z | Compiling supports-hyperlinks v3.2.0 |
| 1756 | 2026-08-25T20:52:05.836Z | Compiling winnow v1.0.3 |
| 1757 | 2026-08-25T20:52:06.128Z | Compiling whoami v2.1.0 |
| 1758 | 2026-08-25T20:52:06.206Z | Compiling normalize-line-endings v0.3.0 |
| 1759 | 2026-08-25T20:52:06.264Z | Compiling const-oid v0.10.2 |
| 1760 | 2026-08-25T20:52:06.278Z | Compiling precomputed-hash v0.1.1 |
| 1761 | 2026-08-25T20:52:06.298Z | Compiling keccak v0.1.6 |
| 1762 | 2026-08-25T20:52:06.363Z | Compiling predicates-core v1.0.10 |
| 1763 | 2026-08-25T20:52:06.378Z | Compiling static_assertions v1.1.0 |
| 1764 | 2026-08-25T20:52:06.453Z | Compiling sha3 v0.10.8 |
| 1765 | 2026-08-25T20:52:06.465Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1766 | 2026-08-25T20:52:06.485Z | Compiling predicates v3.1.4 |
| 1767 | 2026-08-25T20:52:06.533Z | Compiling digest v0.11.3 |
| 1768 | 2026-08-25T20:52:06.763Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1769 | 2026-08-25T20:52:06.778Z | Compiling strum v0.26.3 |
| 1770 | 2026-08-25T20:52:06.896Z | Compiling string_cache v0.8.9 |
| 1771 | 2026-08-25T20:52:06.910Z | Compiling tokio-postgres v0.7.16 |
| 1772 | 2026-08-25T20:52:06.910Z | Compiling toml_edit v0.22.27 |
| 1773 | 2026-08-25T20:52:07.023Z | Compiling hickory-proto v0.25.2 |
| 1774 | 2026-08-25T20:52:07.108Z | Compiling miette v7.6.0 |
| 1775 | 2026-08-25T20:52:07.123Z | Compiling petgraph v0.6.5 |
| 1776 | 2026-08-25T20:52:07.378Z | Compiling petgraph v0.8.3 |
| 1777 | 2026-08-25T20:52:08.226Z | Compiling chacha20 v0.10.0 |
| 1778 | 2026-08-25T20:52:08.599Z | Compiling usdt-impl v0.5.0 |
| 1779 | 2026-08-25T20:52:08.602Z | Compiling usdt v0.6.0 |
| 1780 | 2026-08-25T20:52:08.869Z | Compiling elliptic-curve v0.13.8 |
| 1781 | 2026-08-25T20:52:09.090Z | Compiling ed25519-dalek v2.2.0 |
| 1782 | 2026-08-25T20:52:09.173Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1783 | 2026-08-25T20:52:09.199Z | Compiling crossterm v0.28.1 |
| 1784 | 2026-08-25T20:52:09.271Z | Compiling serde_with v3.21.0 |
| 1785 | 2026-08-25T20:52:09.630Z | Compiling derive_more v2.1.1 |
| 1786 | 2026-08-25T20:52:09.655Z | Compiling zip v4.6.1 |
| 1787 | 2026-08-25T20:52:10.123Z | Compiling iddqd v0.4.2 |
| 1788 | 2026-08-25T20:52:10.587Z | Compiling itertools v0.13.0 |
| 1789 | 2026-08-25T20:52:10.698Z | Compiling itertools v0.15.0 |
| 1790 | 2026-08-25T20:52:10.869Z | Compiling similar v2.7.0 |
| 1791 | 2026-08-25T20:52:11.015Z | Compiling crossbeam-epoch v0.9.18 |
| 1792 | 2026-08-25T20:52:11.099Z | Compiling heck v0.4.1 |
| 1793 | 2026-08-25T20:52:11.320Z | Compiling tokio-stream v0.1.18 |
| 1794 | 2026-08-25T20:52:11.336Z | Compiling buf-list v1.1.2 |
| 1795 | 2026-08-25T20:52:11.383Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1796 | 2026-08-25T20:52:11.606Z | Compiling openapiv3 v2.2.0 |
| 1797 | 2026-08-25T20:52:11.652Z | Compiling lalrpop-util v0.19.12 |
| 1798 | 2026-08-25T20:52:11.673Z | Compiling peg-runtime v0.8.5 |
| 1799 | 2026-08-25T20:52:11.698Z | Compiling thread_local v1.1.9 |
| 1800 | 2026-08-25T20:52:11.762Z | Compiling slog-async v2.8.0 |
| 1801 | 2026-08-25T20:52:11.806Z | Compiling crossbeam-channel v0.5.15 |
| 1802 | 2026-08-25T20:52:11.836Z | Compiling filetime v0.2.27 |
| 1803 | 2026-08-25T20:52:11.951Z | Compiling is-terminal v0.4.17 |
| 1804 | 2026-08-25T20:52:11.956Z | Compiling xattr v1.6.1 |
| 1805 | 2026-08-25T20:52:12.009Z | Compiling take_mut v0.2.2 |
| 1806 | 2026-08-25T20:52:12.012Z | Compiling term v1.2.1 |
| 1807 | 2026-08-25T20:52:12.048Z | Compiling camino-tempfile v1.4.1 |
| 1808 | 2026-08-25T20:52:12.079Z | Compiling tar v0.4.46 |
| 1809 | 2026-08-25T20:52:12.569Z | Compiling slog-term v2.9.2 |
| 1810 | 2026-08-25T20:52:18.418Z | Compiling rustls-webpki v0.103.13 |
| 1811 | 2026-08-25T20:52:21.115Z | Compiling tokio-rustls v0.26.4 |
| 1812 | 2026-08-25T20:52:21.115Z | Compiling rustls-platform-verifier v0.6.2 |
| 1813 | 2026-08-25T20:52:21.119Z | Compiling tough v0.22.0 |
| 1814 | 2026-08-25T20:52:21.310Z | Compiling hyper-rustls v0.27.7 |
| 1815 | 2026-08-25T20:52:21.512Z | Compiling reqwest v0.13.2 |
| 1816 | 2026-08-25T20:52:23.678Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1817 | 2026-08-25T20:52:23.892Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1818 | 2026-08-25T20:52:26.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1819 | 2026-08-25T20:52:26.933Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1820 | 2026-08-25T20:52:26.989Z | Aug 25 20:52:25.495 INFO Starting download, target: Console |
| 1821 | 2026-08-25T20:52:26.989Z | Aug 25 20:52:25.496 INFO Starting download, target: Clickhouse |
| 1822 | 2026-08-25T20:52:26.993Z | Aug 25 20:52:25.496 INFO Starting download, target: MaghemiteMgd |
| 1823 | 2026-08-25T20:52:26.993Z | Aug 25 20:52:25.496 INFO Starting download, target: MaghemiteDdmd |
| 1824 | 2026-08-25T20:52:26.993Z | Aug 25 20:52:25.496 INFO Starting download, target: Cockroach |
| 1825 | 2026-08-25T20:52:26.993Z | Aug 25 20:52:25.496 INFO Starting download, target: DendriteStub |
| 1826 | 2026-08-25T20:52:26.993Z | Aug 25 20:52:25.496 INFO Starting download, target: TransceiverControl |
| 1827 | 2026-08-25T20:52:26.993Z | Aug 25 20:52:25.496 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1828 | 2026-08-25T20:52:26.993Z | Aug 25 20:52:25.496 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1829 | 2026-08-25T20:52:26.993Z | Aug 25 20:52:25.496 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1830 | 2026-08-25T20:52:26.993Z | Aug 25 20:52:25.496 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1831 | 2026-08-25T20:52:26.993Z | Aug 25 20:52:25.496 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1832 | 2026-08-25T20:52:26.993Z | Aug 25 20:52:25.496 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1833 | 2026-08-25T20:52:26.993Z | Aug 25 20:52:25.496 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1834 | 2026-08-25T20:52:27.324Z | Aug 25 20:52:25.829 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1835 | 2026-08-25T20:52:27.577Z | Aug 25 20:52:26.079 INFO Download complete, target: TransceiverControl |
| 1836 | 2026-08-25T20:52:28.608Z | Aug 25 20:52:27.111 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1837 | 2026-08-25T20:52:28.779Z | Aug 25 20:52:27.285 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1838 | 2026-08-25T20:52:28.918Z | Aug 25 20:52:27.414 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1839 | 2026-08-25T20:52:29.147Z | Aug 25 20:52:27.653 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1840 | 2026-08-25T20:52:29.421Z | Aug 25 20:52:27.926 INFO Download complete, target: Console |
| 1841 | 2026-08-25T20:52:29.571Z | Aug 25 20:52:28.077 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1842 | 2026-08-25T20:52:29.571Z | Aug 25 20:52:28.077 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1843 | 2026-08-25T20:52:29.679Z | Aug 25 20:52:28.185 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1844 | 2026-08-25T20:52:30.802Z | Aug 25 20:52:29.308 INFO Download complete, target: MaghemiteDdmd |
| 1845 | 2026-08-25T20:52:31.106Z | Aug 25 20:52:29.613 INFO Download complete, target: DendriteStub |
| 1846 | 2026-08-25T20:52:31.500Z | Aug 25 20:52:30.007 INFO Download complete, target: MaghemiteMgd |
| 1847 | 2026-08-25T20:52:34.192Z | Aug 25 20:52:32.698 INFO Checking that binary works, target: Cockroach |
| 1848 | 2026-08-25T20:52:34.306Z | Aug 25 20:52:32.812 INFO Download complete, target: Cockroach |
| 1849 | 2026-08-25T20:52:36.342Z | Aug 25 20:52:34.846 INFO Checking that binary works, target: Clickhouse |
| 1850 | 2026-08-25T20:52:36.462Z | Aug 25 20:52:34.968 INFO Download complete, target: Clickhouse |
| 1851 | 2026-08-25T20:52:36.507Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1852 | 2026-08-25T20:52:36.511Z | |
| 1853 | 2026-08-25T20:52:36.511Z | real 2:21.438501131 |
| 1854 | 2026-08-25T20:52:36.511Z | user 7:19.228051955 |
| 1855 | 2026-08-25T20:52:36.511Z | sys 1:26.284159532 |
| 1856 | 2026-08-25T20:52:36.511Z | trap 0.246288724 |
| 1857 | 2026-08-25T20:52:36.511Z | tflt 1.288367204 |
| 1858 | 2026-08-25T20:52:36.511Z | dflt 2.197569640 |
| 1859 | 2026-08-25T20:52:36.511Z | kflt 0.031079617 |
| 1860 | 2026-08-25T20:52:36.511Z | lock 28:07.271641739 |
| 1861 | 2026-08-25T20:52:36.511Z | slp 22:34.996593681 |
| 1862 | 2026-08-25T20:52:36.511Z | lat 46.930749575 |
| 1863 | 2026-08-25T20:52:36.511Z | stop 2:38.659348691 |
| 1864 | 2026-08-25T20:52:36.511Z | + banner hack-check |
| 1865 | 2026-08-25T20:52:36.511Z | |
| 1866 | 2026-08-25T20:52:36.511Z | # # ## #### # # #### # # ###### #### # # |
| 1867 | 2026-08-25T20:52:36.511Z | # # # # # # # # # # # # # # # # # |
| 1868 | 2026-08-25T20:52:36.511Z | ###### # # # #### ##### # ###### ##### # #### |
| 1869 | 2026-08-25T20:52:36.511Z | # # ###### # # # # # # # # # # |
| 1870 | 2026-08-25T20:52:36.511Z | # # # # # # # # # # # # # # # # # |
| 1871 | 2026-08-25T20:52:36.511Z | # # # # #### # # #### # # ###### #### # # |
| 1872 | 2026-08-25T20:52:36.511Z | |
| 1873 | 2026-08-25T20:52:36.511Z | + export CARGO_INCREMENTAL=0 |
| 1874 | 2026-08-25T20:52:36.511Z | + CARGO_INCREMENTAL=0 |
| 1875 | 2026-08-25T20:52:36.511Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1876 | 2026-08-25T20:52:36.979Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1877 | 2026-08-25T20:52:37.266Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1878 | 2026-08-25T20:52:39.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 1879 | 2026-08-25T20:52:39.115Z | Running `target/debug/xtask check-features --ci` |
| 1880 | 2026-08-25T20:52:39.136Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1881 | 2026-08-25T20:52:39.136Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1882 | 2026-08-25T20:52:39.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1883 | 2026-08-25T20:52:39.587Z | Running `target/debug/xtask download cargo-hack` |
| 1884 | 2026-08-25T20:52:40.369Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1885 | 2026-08-25T20:52:40.674Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1886 | 2026-08-25T20:52:43.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
| 1887 | 2026-08-25T20:52:43.396Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1888 | 2026-08-25T20:52:43.435Z | Aug 25 20:52:41.941 INFO Starting download, target: CargoHack |
| 1889 | 2026-08-25T20:52:43.439Z | Aug 25 20:52:41.942 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1890 | 2026-08-25T20:52:43.771Z | Aug 25 20:52:42.278 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1891 | 2026-08-25T20:52:43.822Z | Aug 25 20:52:42.328 INFO Download complete, target: CargoHack |
| 1892 | 2026-08-25T20:52:43.825Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1893 | 2026-08-25T20:52:43.839Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1894 | 2026-08-25T20:52:44.001Z | info: running `cargo check --bins` on api_identity (1/377) |
| 1895 | 2026-08-25T20:52:44.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-08-25T20:52:44.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-08-25T20:52:44.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-08-25T20:52:44.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1899 | 2026-08-25T20:52:44.548Z | |
| 1900 | 2026-08-25T20:52:44.548Z | info: running `cargo check --bins` on bootstore (2/377) |
| 1901 | 2026-08-25T20:52:45.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-08-25T20:52:45.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-08-25T20:52:45.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-08-25T20:52:45.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1905 | 2026-08-25T20:52:45.097Z | |
| 1906 | 2026-08-25T20:52:45.098Z | info: running `cargo check --bins` on omicron-ledger (3/377) |
| 1907 | 2026-08-25T20:52:45.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-08-25T20:52:45.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-08-25T20:52:45.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-08-25T20:52:45.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1911 | 2026-08-25T20:52:45.649Z | |
| 1912 | 2026-08-25T20:52:45.649Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377) |
| 1913 | 2026-08-25T20:52:46.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-08-25T20:52:46.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-08-25T20:52:46.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-08-25T20:52:46.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1917 | 2026-08-25T20:52:46.206Z | |
| 1918 | 2026-08-25T20:52:46.206Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377) |
| 1919 | 2026-08-25T20:52:46.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-08-25T20:52:46.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-08-25T20:52:46.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-08-25T20:52:46.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1923 | 2026-08-25T20:52:46.759Z | |
| 1924 | 2026-08-25T20:52:46.759Z | info: running `cargo check --bins` on omicron-certificates (6/377) |
| 1925 | 2026-08-25T20:52:47.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-08-25T20:52:47.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-08-25T20:52:47.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-08-25T20:52:47.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1929 | 2026-08-25T20:52:47.317Z | |
| 1930 | 2026-08-25T20:52:47.317Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/377) |
| 1931 | 2026-08-25T20:52:47.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-08-25T20:52:47.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-08-25T20:52:47.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-08-25T20:52:47.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1935 | 2026-08-25T20:52:47.876Z | |
| 1936 | 2026-08-25T20:52:47.876Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377) |
| 1937 | 2026-08-25T20:52:48.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-08-25T20:52:48.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-08-25T20:52:48.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-08-25T20:52:48.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1941 | 2026-08-25T20:52:48.436Z | |
| 1942 | 2026-08-25T20:52:48.436Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377) |
| 1943 | 2026-08-25T20:52:48.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-08-25T20:52:48.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-08-25T20:52:48.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-08-25T20:52:48.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1947 | 2026-08-25T20:52:48.843Z | |
| 1948 | 2026-08-25T20:52:48.843Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377) |
| 1949 | 2026-08-25T20:52:49.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-08-25T20:52:49.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-08-25T20:52:49.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-08-25T20:52:49.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1953 | 2026-08-25T20:52:49.253Z | |
| 1954 | 2026-08-25T20:52:49.253Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377) |
| 1955 | 2026-08-25T20:52:49.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-08-25T20:52:49.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-08-25T20:52:49.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-08-25T20:52:49.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1959 | 2026-08-25T20:52:49.671Z | |
| 1960 | 2026-08-25T20:52:49.671Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377) |
| 1961 | 2026-08-25T20:52:50.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-08-25T20:52:50.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-08-25T20:52:50.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-08-25T20:52:50.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1965 | 2026-08-25T20:52:50.092Z | |
| 1966 | 2026-08-25T20:52:50.093Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377) |
| 1967 | 2026-08-25T20:52:50.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-08-25T20:52:50.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-08-25T20:52:50.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-08-25T20:52:50.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1971 | 2026-08-25T20:52:50.490Z | |
| 1972 | 2026-08-25T20:52:50.490Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377) |
| 1973 | 2026-08-25T20:52:50.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-08-25T20:52:50.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-08-25T20:52:50.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-08-25T20:52:50.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1977 | 2026-08-25T20:52:50.897Z | |
| 1978 | 2026-08-25T20:52:50.898Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377) |
| 1979 | 2026-08-25T20:52:51.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-08-25T20:52:51.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-08-25T20:52:51.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-08-25T20:52:51.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1983 | 2026-08-25T20:52:51.306Z | |
| 1984 | 2026-08-25T20:52:51.306Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377) |
| 1985 | 2026-08-25T20:52:51.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-08-25T20:52:51.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-08-25T20:52:51.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-08-25T20:52:51.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1989 | 2026-08-25T20:52:51.754Z | |
| 1990 | 2026-08-25T20:52:51.755Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377) |
| 1991 | 2026-08-25T20:52:52.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-08-25T20:52:52.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-08-25T20:52:52.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-08-25T20:52:52.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1995 | 2026-08-25T20:52:52.132Z | |
| 1996 | 2026-08-25T20:52:52.132Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377) |
| 1997 | 2026-08-25T20:52:52.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-08-25T20:52:52.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-08-25T20:52:52.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-08-25T20:52:52.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2001 | 2026-08-25T20:52:52.544Z | |
| 2002 | 2026-08-25T20:52:52.544Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377) |
| 2003 | 2026-08-25T20:52:52.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-08-25T20:52:52.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-08-25T20:52:52.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-08-25T20:52:52.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2007 | 2026-08-25T20:52:52.956Z | |
| 2008 | 2026-08-25T20:52:52.956Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377) |
| 2009 | 2026-08-25T20:52:53.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-08-25T20:52:53.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-08-25T20:52:53.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-08-25T20:52:53.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2013 | 2026-08-25T20:52:53.364Z | |
| 2014 | 2026-08-25T20:52:53.364Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377) |
| 2015 | 2026-08-25T20:52:53.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-08-25T20:52:53.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-08-25T20:52:53.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-08-25T20:52:53.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2019 | 2026-08-25T20:52:53.775Z | |
| 2020 | 2026-08-25T20:52:53.775Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377) |
| 2021 | 2026-08-25T20:52:54.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-08-25T20:52:54.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-08-25T20:52:54.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-08-25T20:52:54.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2025 | 2026-08-25T20:52:54.187Z | |
| 2026 | 2026-08-25T20:52:54.187Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377) |
| 2027 | 2026-08-25T20:52:54.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-08-25T20:52:54.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-08-25T20:52:54.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-08-25T20:52:54.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2031 | 2026-08-25T20:52:54.599Z | |
| 2032 | 2026-08-25T20:52:54.599Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377) |
| 2033 | 2026-08-25T20:52:54.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-08-25T20:52:54.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-08-25T20:52:54.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-08-25T20:52:54.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2037 | 2026-08-25T20:52:55.013Z | |
| 2038 | 2026-08-25T20:52:55.013Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377) |
| 2039 | 2026-08-25T20:52:55.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-08-25T20:52:55.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-08-25T20:52:55.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-08-25T20:52:55.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2043 | 2026-08-25T20:52:55.419Z | |
| 2044 | 2026-08-25T20:52:55.419Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377) |
| 2045 | 2026-08-25T20:52:55.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-08-25T20:52:55.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-08-25T20:52:55.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-08-25T20:52:55.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2049 | 2026-08-25T20:52:55.826Z | |
| 2050 | 2026-08-25T20:52:55.826Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377) |
| 2051 | 2026-08-25T20:52:56.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-08-25T20:52:56.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-08-25T20:52:56.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-08-25T20:52:56.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2055 | 2026-08-25T20:52:56.236Z | |
| 2056 | 2026-08-25T20:52:56.236Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377) |
| 2057 | 2026-08-25T20:52:56.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-08-25T20:52:56.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-08-25T20:52:56.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-08-25T20:52:56.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2061 | 2026-08-25T20:52:56.651Z | |
| 2062 | 2026-08-25T20:52:56.651Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377) |
| 2063 | 2026-08-25T20:52:57.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-08-25T20:52:57.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-08-25T20:52:57.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-08-25T20:52:57.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2067 | 2026-08-25T20:52:57.060Z | |
| 2068 | 2026-08-25T20:52:57.060Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377) |
| 2069 | 2026-08-25T20:52:57.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-08-25T20:52:57.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-08-25T20:52:57.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-08-25T20:52:57.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2073 | 2026-08-25T20:52:57.472Z | |
| 2074 | 2026-08-25T20:52:57.472Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377) |
| 2075 | 2026-08-25T20:52:57.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-08-25T20:52:57.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-08-25T20:52:57.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-08-25T20:52:57.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2079 | 2026-08-25T20:52:57.892Z | |
| 2080 | 2026-08-25T20:52:57.892Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377) |
| 2081 | 2026-08-25T20:52:58.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-08-25T20:52:58.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-08-25T20:52:58.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-08-25T20:52:58.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2085 | 2026-08-25T20:52:58.296Z | |
| 2086 | 2026-08-25T20:52:58.296Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377) |
| 2087 | 2026-08-25T20:52:58.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-08-25T20:52:58.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-08-25T20:52:58.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-08-25T20:52:58.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2091 | 2026-08-25T20:52:58.712Z | |
| 2092 | 2026-08-25T20:52:58.712Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377) |
| 2093 | 2026-08-25T20:52:59.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-08-25T20:52:59.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-08-25T20:52:59.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-08-25T20:52:59.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2097 | 2026-08-25T20:52:59.123Z | |
| 2098 | 2026-08-25T20:52:59.123Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377) |
| 2099 | 2026-08-25T20:52:59.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-08-25T20:52:59.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-08-25T20:52:59.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-08-25T20:52:59.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2103 | 2026-08-25T20:52:59.536Z | |
| 2104 | 2026-08-25T20:52:59.536Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377) |
| 2105 | 2026-08-25T20:52:59.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-08-25T20:52:59.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-08-25T20:52:59.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-08-25T20:52:59.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2109 | 2026-08-25T20:52:59.953Z | |
| 2110 | 2026-08-25T20:52:59.953Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377) |
| 2111 | 2026-08-25T20:53:00.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-08-25T20:53:00.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-08-25T20:53:00.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2114 | 2026-08-25T20:53:00.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2115 | 2026-08-25T20:53:00.368Z | |
| 2116 | 2026-08-25T20:53:00.368Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377) |
| 2117 | 2026-08-25T20:53:00.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2118 | 2026-08-25T20:53:00.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2119 | 2026-08-25T20:53:00.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2120 | 2026-08-25T20:53:00.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2121 | 2026-08-25T20:53:00.782Z | |
| 2122 | 2026-08-25T20:53:00.782Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377) |
| 2123 | 2026-08-25T20:53:01.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2124 | 2026-08-25T20:53:01.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2125 | 2026-08-25T20:53:01.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2126 | 2026-08-25T20:53:01.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2127 | 2026-08-25T20:53:01.193Z | |
| 2128 | 2026-08-25T20:53:01.193Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377) |
| 2129 | 2026-08-25T20:53:01.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2130 | 2026-08-25T20:53:01.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2131 | 2026-08-25T20:53:01.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2132 | 2026-08-25T20:53:01.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2133 | 2026-08-25T20:53:01.611Z | |
| 2134 | 2026-08-25T20:53:01.612Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377) |
| 2135 | 2026-08-25T20:53:01.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2136 | 2026-08-25T20:53:01.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2137 | 2026-08-25T20:53:01.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2138 | 2026-08-25T20:53:01.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2139 | 2026-08-25T20:53:02.023Z | |
| 2140 | 2026-08-25T20:53:02.023Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377) |
| 2141 | 2026-08-25T20:53:02.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2142 | 2026-08-25T20:53:02.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2143 | 2026-08-25T20:53:02.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2144 | 2026-08-25T20:53:02.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2145 | 2026-08-25T20:53:02.435Z | |
| 2146 | 2026-08-25T20:53:02.435Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377) |
| 2147 | 2026-08-25T20:53:02.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2026-08-25T20:53:02.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2026-08-25T20:53:02.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2150 | 2026-08-25T20:53:02.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2151 | 2026-08-25T20:53:02.849Z | |
| 2152 | 2026-08-25T20:53:02.849Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377) |
| 2153 | 2026-08-25T20:53:03.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2026-08-25T20:53:03.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2026-08-25T20:53:03.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2026-08-25T20:53:03.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2157 | 2026-08-25T20:53:03.262Z | |
| 2158 | 2026-08-25T20:53:03.262Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377) |
| 2159 | 2026-08-25T20:53:03.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2026-08-25T20:53:03.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2026-08-25T20:53:03.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2162 | 2026-08-25T20:53:03.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2163 | 2026-08-25T20:53:03.673Z | |
| 2164 | 2026-08-25T20:53:03.674Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377) |
| 2165 | 2026-08-25T20:53:04.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2166 | 2026-08-25T20:53:04.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2167 | 2026-08-25T20:53:04.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2168 | 2026-08-25T20:53:04.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2169 | 2026-08-25T20:53:04.085Z | |
| 2170 | 2026-08-25T20:53:04.085Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377) |
| 2171 | 2026-08-25T20:53:04.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2172 | 2026-08-25T20:53:04.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2173 | 2026-08-25T20:53:04.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2174 | 2026-08-25T20:53:04.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2175 | 2026-08-25T20:53:04.496Z | |
| 2176 | 2026-08-25T20:53:04.496Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377) |
| 2177 | 2026-08-25T20:53:04.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2178 | 2026-08-25T20:53:04.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2179 | 2026-08-25T20:53:04.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2180 | 2026-08-25T20:53:04.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2181 | 2026-08-25T20:53:04.911Z | |
| 2182 | 2026-08-25T20:53:04.911Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377) |
| 2183 | 2026-08-25T20:53:05.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2184 | 2026-08-25T20:53:05.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2185 | 2026-08-25T20:53:05.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2186 | 2026-08-25T20:53:05.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2187 | 2026-08-25T20:53:05.325Z | |
| 2188 | 2026-08-25T20:53:05.325Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377) |
| 2189 | 2026-08-25T20:53:05.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2190 | 2026-08-25T20:53:05.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2191 | 2026-08-25T20:53:05.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2192 | 2026-08-25T20:53:05.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2193 | 2026-08-25T20:53:05.741Z | |
| 2194 | 2026-08-25T20:53:05.741Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377) |
| 2195 | 2026-08-25T20:53:06.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2196 | 2026-08-25T20:53:06.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2197 | 2026-08-25T20:53:06.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2198 | 2026-08-25T20:53:06.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2199 | 2026-08-25T20:53:06.156Z | |
| 2200 | 2026-08-25T20:53:06.156Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377) |
| 2201 | 2026-08-25T20:53:06.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2202 | 2026-08-25T20:53:06.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2203 | 2026-08-25T20:53:06.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2204 | 2026-08-25T20:53:06.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2205 | 2026-08-25T20:53:06.572Z | |
| 2206 | 2026-08-25T20:53:06.572Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377) |
| 2207 | 2026-08-25T20:53:06.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2208 | 2026-08-25T20:53:06.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2209 | 2026-08-25T20:53:06.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2210 | 2026-08-25T20:53:06.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2211 | 2026-08-25T20:53:06.986Z | |
| 2212 | 2026-08-25T20:53:06.986Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377) |
| 2213 | 2026-08-25T20:53:07.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2214 | 2026-08-25T20:53:07.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2215 | 2026-08-25T20:53:07.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2216 | 2026-08-25T20:53:07.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2217 | 2026-08-25T20:53:07.398Z | |
| 2218 | 2026-08-25T20:53:07.398Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377) |
| 2219 | 2026-08-25T20:53:07.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2026-08-25T20:53:07.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2026-08-25T20:53:07.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2222 | 2026-08-25T20:53:07.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2223 | 2026-08-25T20:53:07.813Z | |
| 2224 | 2026-08-25T20:53:07.813Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377) |
| 2225 | 2026-08-25T20:53:08.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2026-08-25T20:53:08.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2026-08-25T20:53:08.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2228 | 2026-08-25T20:53:08.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2229 | 2026-08-25T20:53:08.224Z | |
| 2230 | 2026-08-25T20:53:08.225Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377) |
| 2231 | 2026-08-25T20:53:08.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2232 | 2026-08-25T20:53:08.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2233 | 2026-08-25T20:53:08.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2234 | 2026-08-25T20:53:08.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2235 | 2026-08-25T20:53:08.640Z | |
| 2236 | 2026-08-25T20:53:08.640Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377) |
| 2237 | 2026-08-25T20:53:09.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2238 | 2026-08-25T20:53:09.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2239 | 2026-08-25T20:53:09.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2240 | 2026-08-25T20:53:09.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2241 | 2026-08-25T20:53:09.052Z | |
| 2242 | 2026-08-25T20:53:09.052Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377) |
| 2243 | 2026-08-25T20:53:09.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2244 | 2026-08-25T20:53:09.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2245 | 2026-08-25T20:53:09.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2246 | 2026-08-25T20:53:09.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2247 | 2026-08-25T20:53:09.461Z | |
| 2248 | 2026-08-25T20:53:09.461Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377) |
| 2249 | 2026-08-25T20:53:09.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2250 | 2026-08-25T20:53:09.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2251 | 2026-08-25T20:53:09.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2252 | 2026-08-25T20:53:09.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2253 | 2026-08-25T20:53:09.876Z | |
| 2254 | 2026-08-25T20:53:09.876Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377) |
| 2255 | 2026-08-25T20:53:10.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2256 | 2026-08-25T20:53:10.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2257 | 2026-08-25T20:53:10.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2258 | 2026-08-25T20:53:10.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2259 | 2026-08-25T20:53:10.289Z | |
| 2260 | 2026-08-25T20:53:10.289Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377) |
| 2261 | 2026-08-25T20:53:10.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2262 | 2026-08-25T20:53:10.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2263 | 2026-08-25T20:53:10.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2264 | 2026-08-25T20:53:10.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2265 | 2026-08-25T20:53:10.705Z | |
| 2266 | 2026-08-25T20:53:10.705Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377) |
| 2267 | 2026-08-25T20:53:11.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2268 | 2026-08-25T20:53:11.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2269 | 2026-08-25T20:53:11.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2270 | 2026-08-25T20:53:11.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2271 | 2026-08-25T20:53:11.121Z | |
| 2272 | 2026-08-25T20:53:11.121Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377) |
| 2273 | 2026-08-25T20:53:11.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2274 | 2026-08-25T20:53:11.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2275 | 2026-08-25T20:53:11.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2276 | 2026-08-25T20:53:11.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2277 | 2026-08-25T20:53:11.533Z | |
| 2278 | 2026-08-25T20:53:11.534Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377) |
| 2279 | 2026-08-25T20:53:11.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2280 | 2026-08-25T20:53:11.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2281 | 2026-08-25T20:53:11.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2282 | 2026-08-25T20:53:11.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2283 | 2026-08-25T20:53:11.947Z | |
| 2284 | 2026-08-25T20:53:11.947Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377) |
| 2285 | 2026-08-25T20:53:12.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2286 | 2026-08-25T20:53:12.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2287 | 2026-08-25T20:53:12.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2288 | 2026-08-25T20:53:12.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2289 | 2026-08-25T20:53:12.361Z | |
| 2290 | 2026-08-25T20:53:12.361Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377) |
| 2291 | 2026-08-25T20:53:12.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2292 | 2026-08-25T20:53:12.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2293 | 2026-08-25T20:53:12.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2294 | 2026-08-25T20:53:12.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2295 | 2026-08-25T20:53:12.777Z | |
| 2296 | 2026-08-25T20:53:12.777Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377) |
| 2297 | 2026-08-25T20:53:13.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2298 | 2026-08-25T20:53:13.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2299 | 2026-08-25T20:53:13.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2300 | 2026-08-25T20:53:13.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2301 | 2026-08-25T20:53:13.209Z | |
| 2302 | 2026-08-25T20:53:13.209Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377) |
| 2303 | 2026-08-25T20:53:13.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2304 | 2026-08-25T20:53:13.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2305 | 2026-08-25T20:53:13.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2306 | 2026-08-25T20:53:13.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2307 | 2026-08-25T20:53:13.610Z | |
| 2308 | 2026-08-25T20:53:13.610Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377) |
| 2309 | 2026-08-25T20:53:13.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2310 | 2026-08-25T20:53:13.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2311 | 2026-08-25T20:53:13.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2312 | 2026-08-25T20:53:13.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2313 | 2026-08-25T20:53:14.022Z | |
| 2314 | 2026-08-25T20:53:14.022Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377) |
| 2315 | 2026-08-25T20:53:14.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2316 | 2026-08-25T20:53:14.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2317 | 2026-08-25T20:53:14.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2318 | 2026-08-25T20:53:14.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2319 | 2026-08-25T20:53:14.436Z | |
| 2320 | 2026-08-25T20:53:14.436Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377) |
| 2321 | 2026-08-25T20:53:14.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2322 | 2026-08-25T20:53:14.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2323 | 2026-08-25T20:53:14.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2324 | 2026-08-25T20:53:14.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2325 | 2026-08-25T20:53:14.846Z | |
| 2326 | 2026-08-25T20:53:14.847Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377) |
| 2327 | 2026-08-25T20:53:15.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2328 | 2026-08-25T20:53:15.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2329 | 2026-08-25T20:53:15.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2330 | 2026-08-25T20:53:15.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2331 | 2026-08-25T20:53:15.353Z | |
| 2332 | 2026-08-25T20:53:15.354Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377) |
| 2333 | 2026-08-25T20:53:15.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2334 | 2026-08-25T20:53:15.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2335 | 2026-08-25T20:53:15.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2336 | 2026-08-25T20:53:15.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2337 | 2026-08-25T20:53:15.780Z | |
| 2338 | 2026-08-25T20:53:15.781Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377) |
| 2339 | 2026-08-25T20:53:16.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2340 | 2026-08-25T20:53:16.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2341 | 2026-08-25T20:53:16.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2342 | 2026-08-25T20:53:16.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2343 | 2026-08-25T20:53:16.158Z | |
| 2344 | 2026-08-25T20:53:16.158Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377) |
| 2345 | 2026-08-25T20:53:16.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2346 | 2026-08-25T20:53:16.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2347 | 2026-08-25T20:53:16.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2348 | 2026-08-25T20:53:16.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2349 | 2026-08-25T20:53:16.491Z | |
| 2350 | 2026-08-25T20:53:16.491Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377) |
| 2351 | 2026-08-25T20:53:16.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2352 | 2026-08-25T20:53:16.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2353 | 2026-08-25T20:53:16.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2354 | 2026-08-25T20:53:16.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2355 | 2026-08-25T20:53:16.926Z | |
| 2356 | 2026-08-25T20:53:16.926Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377) |
| 2357 | 2026-08-25T20:53:17.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2358 | 2026-08-25T20:53:17.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2359 | 2026-08-25T20:53:17.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2360 | 2026-08-25T20:53:17.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2361 | 2026-08-25T20:53:17.323Z | |
| 2362 | 2026-08-25T20:53:17.323Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377) |
| 2363 | 2026-08-25T20:53:17.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2364 | 2026-08-25T20:53:17.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2365 | 2026-08-25T20:53:17.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2366 | 2026-08-25T20:53:17.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2367 | 2026-08-25T20:53:17.736Z | |
| 2368 | 2026-08-25T20:53:17.736Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377) |
| 2369 | 2026-08-25T20:53:18.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2370 | 2026-08-25T20:53:18.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2371 | 2026-08-25T20:53:18.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2372 | 2026-08-25T20:53:18.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2373 | 2026-08-25T20:53:18.142Z | |
| 2374 | 2026-08-25T20:53:18.142Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377) |
| 2375 | 2026-08-25T20:53:18.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2376 | 2026-08-25T20:53:18.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2377 | 2026-08-25T20:53:18.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2378 | 2026-08-25T20:53:18.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2379 | 2026-08-25T20:53:18.556Z | |
| 2380 | 2026-08-25T20:53:18.556Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377) |
| 2381 | 2026-08-25T20:53:18.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2382 | 2026-08-25T20:53:18.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2383 | 2026-08-25T20:53:18.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2384 | 2026-08-25T20:53:18.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2385 | 2026-08-25T20:53:18.974Z | |
| 2386 | 2026-08-25T20:53:18.974Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377) |
| 2387 | 2026-08-25T20:53:19.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2388 | 2026-08-25T20:53:19.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2389 | 2026-08-25T20:53:19.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2390 | 2026-08-25T20:53:19.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2391 | 2026-08-25T20:53:19.389Z | |
| 2392 | 2026-08-25T20:53:19.389Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377) |
| 2393 | 2026-08-25T20:53:19.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2394 | 2026-08-25T20:53:19.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2395 | 2026-08-25T20:53:19.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2396 | 2026-08-25T20:53:19.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2397 | 2026-08-25T20:53:19.804Z | |
| 2398 | 2026-08-25T20:53:19.804Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377) |
| 2399 | 2026-08-25T20:53:20.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2400 | 2026-08-25T20:53:20.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2401 | 2026-08-25T20:53:20.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2402 | 2026-08-25T20:53:20.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2403 | 2026-08-25T20:53:20.222Z | |
| 2404 | 2026-08-25T20:53:20.222Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377) |
| 2405 | 2026-08-25T20:53:20.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2406 | 2026-08-25T20:53:20.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2407 | 2026-08-25T20:53:20.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2408 | 2026-08-25T20:53:20.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2409 | 2026-08-25T20:53:20.635Z | |
| 2410 | 2026-08-25T20:53:20.635Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377) |
| 2411 | 2026-08-25T20:53:21.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2412 | 2026-08-25T20:53:21.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2413 | 2026-08-25T20:53:21.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2414 | 2026-08-25T20:53:21.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2415 | 2026-08-25T20:53:21.075Z | |
| 2416 | 2026-08-25T20:53:21.075Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377) |
| 2417 | 2026-08-25T20:53:21.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2418 | 2026-08-25T20:53:21.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2419 | 2026-08-25T20:53:21.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2420 | 2026-08-25T20:53:21.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2421 | 2026-08-25T20:53:21.464Z | |
| 2422 | 2026-08-25T20:53:21.464Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377) |
| 2423 | 2026-08-25T20:53:21.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2424 | 2026-08-25T20:53:21.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2425 | 2026-08-25T20:53:21.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2426 | 2026-08-25T20:53:21.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2427 | 2026-08-25T20:53:22.056Z | |
| 2428 | 2026-08-25T20:53:22.056Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377) |
| 2429 | 2026-08-25T20:53:22.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2430 | 2026-08-25T20:53:22.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2431 | 2026-08-25T20:53:22.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2432 | 2026-08-25T20:53:22.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2433 | 2026-08-25T20:53:22.655Z | |
| 2434 | 2026-08-25T20:53:22.655Z | info: running `cargo check --bins` on nexus-config (91/377) |
| 2435 | 2026-08-25T20:53:23.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2436 | 2026-08-25T20:53:23.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2437 | 2026-08-25T20:53:23.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2438 | 2026-08-25T20:53:23.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2439 | 2026-08-25T20:53:23.246Z | |
| 2440 | 2026-08-25T20:53:23.247Z | info: running `cargo check --bins` on nexus-types (92/377) |
| 2441 | 2026-08-25T20:53:23.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2442 | 2026-08-25T20:53:23.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2443 | 2026-08-25T20:53:23.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2444 | 2026-08-25T20:53:23.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2445 | 2026-08-25T20:53:23.848Z | |
| 2446 | 2026-08-25T20:53:23.848Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377) |
| 2447 | 2026-08-25T20:53:24.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2448 | 2026-08-25T20:53:24.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2449 | 2026-08-25T20:53:24.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2450 | 2026-08-25T20:53:24.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2451 | 2026-08-25T20:53:24.414Z | |
| 2452 | 2026-08-25T20:53:24.414Z | info: running `cargo check --bins` on omicron-passwords (94/377) |
| 2453 | 2026-08-25T20:53:24.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2454 | 2026-08-25T20:53:24.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2455 | 2026-08-25T20:53:24.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2456 | 2026-08-25T20:53:24.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2457 | 2026-08-25T20:53:24.971Z | |
| 2458 | 2026-08-25T20:53:24.972Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (95/377) |
| 2459 | 2026-08-25T20:53:25.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2460 | 2026-08-25T20:53:25.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2461 | 2026-08-25T20:53:25.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2462 | 2026-08-25T20:53:25.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2463 | 2026-08-25T20:53:25.529Z | |
| 2464 | 2026-08-25T20:53:25.529Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377) |
| 2465 | 2026-08-25T20:53:26.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2466 | 2026-08-25T20:53:26.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2467 | 2026-08-25T20:53:26.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2468 | 2026-08-25T20:53:26.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2469 | 2026-08-25T20:53:26.097Z | |
| 2470 | 2026-08-25T20:53:26.097Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377) |
| 2471 | 2026-08-25T20:53:26.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2472 | 2026-08-25T20:53:26.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2473 | 2026-08-25T20:53:26.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2474 | 2026-08-25T20:53:26.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2475 | 2026-08-25T20:53:26.673Z | |
| 2476 | 2026-08-25T20:53:26.673Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377) |
| 2477 | 2026-08-25T20:53:27.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2478 | 2026-08-25T20:53:27.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2479 | 2026-08-25T20:53:27.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2480 | 2026-08-25T20:53:27.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2481 | 2026-08-25T20:53:27.241Z | |
| 2482 | 2026-08-25T20:53:27.241Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377) |
| 2483 | 2026-08-25T20:53:27.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2484 | 2026-08-25T20:53:27.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2485 | 2026-08-25T20:53:27.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2486 | 2026-08-25T20:53:27.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2487 | 2026-08-25T20:53:27.792Z | |
| 2488 | 2026-08-25T20:53:27.792Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377) |
| 2489 | 2026-08-25T20:53:28.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2490 | 2026-08-25T20:53:28.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2491 | 2026-08-25T20:53:28.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2492 | 2026-08-25T20:53:28.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2493 | 2026-08-25T20:53:28.340Z | |
| 2494 | 2026-08-25T20:53:28.341Z | info: running `cargo check --bins --no-default-features` on gfss (101/377) |
| 2495 | 2026-08-25T20:53:28.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2496 | 2026-08-25T20:53:28.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2497 | 2026-08-25T20:53:28.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2498 | 2026-08-25T20:53:28.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2499 | 2026-08-25T20:53:28.888Z | |
| 2500 | 2026-08-25T20:53:28.888Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377) |
| 2501 | 2026-08-25T20:53:29.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2502 | 2026-08-25T20:53:29.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2503 | 2026-08-25T20:53:29.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2504 | 2026-08-25T20:53:29.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2505 | 2026-08-25T20:53:29.437Z | |
| 2506 | 2026-08-25T20:53:29.437Z | info: running `cargo check --bins` on trust-quorum-types (103/377) |
| 2507 | 2026-08-25T20:53:29.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2508 | 2026-08-25T20:53:29.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2509 | 2026-08-25T20:53:29.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2510 | 2026-08-25T20:53:29.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2511 | 2026-08-25T20:53:29.987Z | |
| 2512 | 2026-08-25T20:53:29.987Z | info: running `cargo check --bins` on wicketd-commission-types (104/377) |
| 2513 | 2026-08-25T20:53:30.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2514 | 2026-08-25T20:53:30.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2515 | 2026-08-25T20:53:30.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2516 | 2026-08-25T20:53:30.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2517 | 2026-08-25T20:53:30.554Z | |
| 2518 | 2026-08-25T20:53:30.554Z | info: running `cargo check --bins` on wicketd-commission-types-versions (105/377) |
| 2519 | 2026-08-25T20:53:31.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2520 | 2026-08-25T20:53:31.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2521 | 2026-08-25T20:53:31.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2522 | 2026-08-25T20:53:31.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2523 | 2026-08-25T20:53:31.120Z | |
| 2524 | 2026-08-25T20:53:31.120Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377) |
| 2525 | 2026-08-25T20:53:31.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2526 | 2026-08-25T20:53:31.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2527 | 2026-08-25T20:53:31.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2528 | 2026-08-25T20:53:31.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2529 | 2026-08-25T20:53:31.676Z | |
| 2530 | 2026-08-25T20:53:31.676Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377) |
| 2531 | 2026-08-25T20:53:32.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2532 | 2026-08-25T20:53:32.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2533 | 2026-08-25T20:53:32.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2534 | 2026-08-25T20:53:32.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2535 | 2026-08-25T20:53:32.228Z | |
| 2536 | 2026-08-25T20:53:32.228Z | info: running `cargo check --bins` on clickhouse-admin-types (108/377) |
| 2537 | 2026-08-25T20:53:32.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2538 | 2026-08-25T20:53:32.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2539 | 2026-08-25T20:53:32.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2540 | 2026-08-25T20:53:32.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2541 | 2026-08-25T20:53:32.793Z | |
| 2542 | 2026-08-25T20:53:32.793Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (109/377) |
| 2543 | 2026-08-25T20:53:33.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2544 | 2026-08-25T20:53:33.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2545 | 2026-08-25T20:53:33.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2546 | 2026-08-25T20:53:33.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2547 | 2026-08-25T20:53:33.355Z | |
| 2548 | 2026-08-25T20:53:33.355Z | info: running `cargo check --bins` on cockroach-admin-types (110/377) |
| 2549 | 2026-08-25T20:53:33.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2550 | 2026-08-25T20:53:33.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2551 | 2026-08-25T20:53:33.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2552 | 2026-08-25T20:53:33.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2553 | 2026-08-25T20:53:33.904Z | |
| 2554 | 2026-08-25T20:53:33.904Z | info: running `cargo check --bins` on cockroach-admin-types-versions (111/377) |
| 2555 | 2026-08-25T20:53:34.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2556 | 2026-08-25T20:53:34.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2557 | 2026-08-25T20:53:34.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2558 | 2026-08-25T20:53:34.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2559 | 2026-08-25T20:53:34.453Z | |
| 2560 | 2026-08-25T20:53:34.454Z | info: running `cargo check --bins` on ereport-types (112/377) |
| 2561 | 2026-08-25T20:53:34.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2562 | 2026-08-25T20:53:34.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2563 | 2026-08-25T20:53:34.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2564 | 2026-08-25T20:53:34.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2565 | 2026-08-25T20:53:35.023Z | |
| 2566 | 2026-08-25T20:53:35.023Z | info: running `cargo check --bins` on gateway-client (113/377) |
| 2567 | 2026-08-25T20:53:35.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2568 | 2026-08-25T20:53:35.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2569 | 2026-08-25T20:53:35.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2570 | 2026-08-25T20:53:35.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2571 | 2026-08-25T20:53:35.575Z | |
| 2572 | 2026-08-25T20:53:35.575Z | info: running `cargo check --bins --no-default-features` on gateway-types (114/377) |
| 2573 | 2026-08-25T20:53:36.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2574 | 2026-08-25T20:53:36.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2575 | 2026-08-25T20:53:36.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2576 | 2026-08-25T20:53:36.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2577 | 2026-08-25T20:53:36.124Z | |
| 2578 | 2026-08-25T20:53:36.125Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377) |
| 2579 | 2026-08-25T20:53:36.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2580 | 2026-08-25T20:53:36.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2581 | 2026-08-25T20:53:36.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2582 | 2026-08-25T20:53:36.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2583 | 2026-08-25T20:53:36.682Z | |
| 2584 | 2026-08-25T20:53:36.682Z | info: running `cargo check --bins --no-default-features` on illumos-utils (116/377) |
| 2585 | 2026-08-25T20:53:37.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2586 | 2026-08-25T20:53:37.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2587 | 2026-08-25T20:53:37.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2588 | 2026-08-25T20:53:37.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2589 | 2026-08-25T20:53:37.258Z | |
| 2590 | 2026-08-25T20:53:37.258Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377) |
| 2591 | 2026-08-25T20:53:37.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2592 | 2026-08-25T20:53:37.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2593 | 2026-08-25T20:53:37.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2594 | 2026-08-25T20:53:37.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2595 | 2026-08-25T20:53:37.842Z | |
| 2596 | 2026-08-25T20:53:37.842Z | info: running `cargo check --bins` on key-manager-types (118/377) |
| 2597 | 2026-08-25T20:53:38.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2598 | 2026-08-25T20:53:38.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2599 | 2026-08-25T20:53:38.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2600 | 2026-08-25T20:53:38.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2601 | 2026-08-25T20:53:38.385Z | |
| 2602 | 2026-08-25T20:53:38.385Z | info: running `cargo check --bins` on oxlog (119/377) |
| 2603 | 2026-08-25T20:53:38.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2604 | 2026-08-25T20:53:38.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2605 | 2026-08-25T20:53:38.979Z | Checking cfg-if v1.0.4 |
| 2606 | 2026-08-25T20:53:38.983Z | Checking serde_core v1.0.228 |
| 2607 | 2026-08-25T20:53:38.983Z | Checking libc v0.2.185 |
| 2608 | 2026-08-25T20:53:39.098Z | Checking memchr v2.8.0 |
| 2609 | 2026-08-25T20:53:39.109Z | Checking log v0.4.33 |
| 2610 | 2026-08-25T20:53:39.109Z | Checking smallvec v1.15.1 |
| 2611 | 2026-08-25T20:53:39.131Z | Checking subtle v2.6.1 |
| 2612 | 2026-08-25T20:53:39.141Z | Checking itoa v1.0.17 |
| 2613 | 2026-08-25T20:53:39.151Z | Checking scopeguard v1.2.0 |
| 2614 | 2026-08-25T20:53:39.245Z | Checking lock_api v0.4.14 |
| 2615 | 2026-08-25T20:53:39.269Z | Checking stable_deref_trait v1.2.1 |
| 2616 | 2026-08-25T20:53:39.272Z | Checking typenum v1.20.1 |
| 2617 | 2026-08-25T20:53:39.293Z | Checking zerofrom v0.1.6 |
| 2618 | 2026-08-25T20:53:39.305Z | Checking portable-atomic v1.13.1 |
| 2619 | 2026-08-25T20:53:39.338Z | Checking zerocopy v0.8.55 |
| 2620 | 2026-08-25T20:53:39.400Z | Checking yoke v0.8.1 |
| 2621 | 2026-08-25T20:53:39.440Z | Checking critical-section v1.2.0 |
| 2622 | 2026-08-25T20:53:39.463Z | Checking pin-project-lite v0.2.17 |
| 2623 | 2026-08-25T20:53:39.482Z | Checking errno v0.3.14 |
| 2624 | 2026-08-25T20:53:39.533Z | Checking getrandom v0.2.17 |
| 2625 | 2026-08-25T20:53:39.550Z | Checking const-oid v0.9.6 |
| 2626 | 2026-08-25T20:53:39.565Z | Checking zerovec v0.11.5 |
| 2627 | 2026-08-25T20:53:39.595Z | Checking libm v0.2.16 |
| 2628 | 2026-08-25T20:53:39.677Z | Checking rand_core v0.6.4 |
| 2629 | 2026-08-25T20:53:39.712Z | Checking once_cell v1.21.3 |
| 2630 | 2026-08-25T20:53:39.852Z | Checking zmij v1.0.21 |
| 2631 | 2026-08-25T20:53:39.877Z | Checking signal-hook-registry v1.4.8 |
| 2632 | 2026-08-25T20:53:39.987Z | Checking tinystr v0.8.2 |
| 2633 | 2026-08-25T20:53:40.004Z | Checking parking_lot_core v0.9.12 |
| 2634 | 2026-08-25T20:53:40.036Z | Checking rand_core v0.10.0 |
| 2635 | 2026-08-25T20:53:40.062Z | Checking litemap v0.8.1 |
| 2636 | 2026-08-25T20:53:40.159Z | Checking futures-core v0.3.32 |
| 2637 | 2026-08-25T20:53:40.173Z | Checking writeable v0.6.2 |
| 2638 | 2026-08-25T20:53:40.188Z | Checking percent-encoding v2.3.2 |
| 2639 | 2026-08-25T20:53:40.221Z | Checking parking_lot v0.12.5 |
| 2640 | 2026-08-25T20:53:40.233Z | Checking getrandom v0.4.3 |
| 2641 | 2026-08-25T20:53:40.269Z | Checking num-traits v0.2.19 |
| 2642 | 2026-08-25T20:53:40.276Z | Checking potential_utf v0.1.4 |
| 2643 | 2026-08-25T20:53:40.322Z | Checking zerotrie v0.2.3 |
| 2644 | 2026-08-25T20:53:40.325Z | Checking icu_locale_core v2.1.1 |
| 2645 | 2026-08-25T20:53:40.368Z | Checking mio v1.2.0 |
| 2646 | 2026-08-25T20:53:40.400Z | Checking equivalent v1.0.2 |
| 2647 | 2026-08-25T20:53:40.429Z | Checking icu_collections v2.1.1 |
| 2648 | 2026-08-25T20:53:40.483Z | Checking socket2 v0.6.3 |
| 2649 | 2026-08-25T20:53:40.552Z | Checking icu_properties_data v2.1.2 |
| 2650 | 2026-08-25T20:53:40.570Z | Checking serde v1.0.228 |
| 2651 | 2026-08-25T20:53:40.648Z | Checking bitflags v2.11.0 |
| 2652 | 2026-08-25T20:53:40.673Z | Checking serde_json v1.0.151 |
| 2653 | 2026-08-25T20:53:40.715Z | Checking icu_normalizer_data v2.1.1 |
| 2654 | 2026-08-25T20:53:40.727Z | Checking byteorder v1.5.0 |
| 2655 | 2026-08-25T20:53:40.787Z | Checking hashbrown v0.17.0 |
| 2656 | 2026-08-25T20:53:40.805Z | Checking futures-sink v0.3.32 |
| 2657 | 2026-08-25T20:53:40.818Z | Checking getrandom v0.3.4 |
| 2658 | 2026-08-25T20:53:40.862Z | Checking icu_provider v2.1.1 |
| 2659 | 2026-08-25T20:53:40.898Z | Checking futures-channel v0.3.32 |
| 2660 | 2026-08-25T20:53:40.925Z | Checking futures-task v0.3.32 |
| 2661 | 2026-08-25T20:53:40.952Z | Checking utf8_iter v1.0.4 |
| 2662 | 2026-08-25T20:53:40.967Z | Checking zeroize v1.9.0 |
| 2663 | 2026-08-25T20:53:41.079Z | Checking bytes v1.11.1 |
| 2664 | 2026-08-25T20:53:41.086Z | Checking futures-io v0.3.32 |
| 2665 | 2026-08-25T20:53:41.090Z | Checking slab v0.4.12 |
| 2666 | 2026-08-25T20:53:41.100Z | Checking icu_normalizer v2.1.1 |
| 2667 | 2026-08-25T20:53:41.138Z | Checking generic-array v0.14.7 |
| 2668 | 2026-08-25T20:53:41.183Z | Checking icu_properties v2.1.2 |
| 2669 | 2026-08-25T20:53:41.236Z | Checking futures-util v0.3.32 |
| 2670 | 2026-08-25T20:53:41.261Z | Checking indexmap v2.14.0 |
| 2671 | 2026-08-25T20:53:41.343Z | Checking rustix v1.1.4 |
| 2672 | 2026-08-25T20:53:41.395Z | Checking form_urlencoded v1.2.2 |
| 2673 | 2026-08-25T20:53:42.637Z | Checking tokio v1.52.1 |
| 2674 | 2026-08-25T20:53:42.660Z | Checking base64ct v1.8.3 |
| 2675 | 2026-08-25T20:53:42.660Z | Checking block-buffer v0.10.4 |
| 2676 | 2026-08-25T20:53:42.660Z | Checking crypto-common v0.1.7 |
| 2677 | 2026-08-25T20:53:42.661Z | Checking fnv v1.0.7 |
| 2678 | 2026-08-25T20:53:42.661Z | Checking pem-rfc7468 v0.7.0 |
| 2679 | 2026-08-25T20:53:42.661Z | Checking flagset v0.4.7 |
| 2680 | 2026-08-25T20:53:42.661Z | Checking digest v0.10.7 |
| 2681 | 2026-08-25T20:53:42.661Z | Checking iana-time-zone v0.1.65 |
| 2682 | 2026-08-25T20:53:42.661Z | Checking der v0.7.10 |
| 2683 | 2026-08-25T20:53:42.661Z | Checking idna_adapter v1.2.1 |
| 2684 | 2026-08-25T20:53:42.661Z | Checking rand_core v0.9.5 |
| 2685 | 2026-08-25T20:53:42.661Z | Checking chrono v0.4.45 |
| 2686 | 2026-08-25T20:53:42.661Z | Checking ppv-lite86 v0.2.21 |
| 2687 | 2026-08-25T20:53:42.661Z | Checking idna v1.1.0 |
| 2688 | 2026-08-25T20:53:42.661Z | Checking uuid v1.23.4 |
| 2689 | 2026-08-25T20:53:42.662Z | Checking regex-syntax v0.8.10 |
| 2690 | 2026-08-25T20:53:42.662Z | Checking url v2.5.8 |
| 2691 | 2026-08-25T20:53:42.662Z | Checking base64 v0.22.1 |
| 2692 | 2026-08-25T20:53:42.662Z | Checking http v1.4.2 |
| 2693 | 2026-08-25T20:53:42.662Z | Checking rand_chacha v0.9.0 |
| 2694 | 2026-08-25T20:53:42.703Z | Checking spki v0.7.3 |
| 2695 | 2026-08-25T20:53:42.905Z | Checking tracing-core v0.1.36 |
| 2696 | 2026-08-25T20:53:42.916Z | Checking simd-adler32 v0.3.8 |
| 2697 | 2026-08-25T20:53:42.916Z | Checking cpufeatures v0.2.17 |
| 2698 | 2026-08-25T20:53:42.917Z | Checking dyn-clone v1.0.20 |
| 2699 | 2026-08-25T20:53:42.938Z | Checking pkcs8 v0.10.2 |
| 2700 | 2026-08-25T20:53:42.972Z | Checking rand v0.9.2 |
| 2701 | 2026-08-25T20:53:42.989Z | Checking rustls-pki-types v1.14.0 |
| 2702 | 2026-08-25T20:53:45.837Z | Checking http-body v1.0.1 |
| 2703 | 2026-08-25T20:53:45.874Z | Checking tracing v0.1.44 |
| 2704 | 2026-08-25T20:53:45.874Z | Checking semver v1.0.28 |
| 2705 | 2026-08-25T20:53:45.874Z | Checking spin v0.9.8 |
| 2706 | 2026-08-25T20:53:45.874Z | Checking tinyvec_macros v0.1.1 |
| 2707 | 2026-08-25T20:53:45.874Z | Checking openssl-probe v0.2.1 |
| 2708 | 2026-08-25T20:53:45.874Z | Checking utf8parse v0.2.2 |
| 2709 | 2026-08-25T20:53:45.874Z | Checking anstyle v1.0.14 |
| 2710 | 2026-08-25T20:53:45.874Z | Checking adler2 v2.0.1 |
| 2711 | 2026-08-25T20:53:45.903Z | Checking cmov v0.5.4 |
| 2712 | 2026-08-25T20:53:45.903Z | Checking schemars v0.8.22 |
| 2713 | 2026-08-25T20:53:45.903Z | Checking anstyle-parse v1.0.0 |
| 2714 | 2026-08-25T20:53:45.903Z | Checking miniz_oxide v0.8.9 |
| 2715 | 2026-08-25T20:53:45.903Z | Checking tinyvec v1.10.0 |
| 2716 | 2026-08-25T20:53:45.903Z | Checking sha2 v0.10.9 |
| 2717 | 2026-08-25T20:53:45.903Z | Checking terminal_size v0.4.3 |
| 2718 | 2026-08-25T20:53:45.903Z | Checking ctutils v0.4.2 |
| 2719 | 2026-08-25T20:53:45.903Z | Checking aws-lc-sys v0.40.0 |
| 2720 | 2026-08-25T20:53:45.903Z | Checking thiserror v2.0.18 |
| 2721 | 2026-08-25T20:53:45.903Z | Checking anstyle-query v1.1.5 |
| 2722 | 2026-08-25T20:53:45.903Z | Checking fastrand v2.3.0 |
| 2723 | 2026-08-25T20:53:45.903Z | Checking is_terminal_polyfill v1.70.2 |
| 2724 | 2026-08-25T20:53:45.903Z | Checking tower-service v0.3.3 |
| 2725 | 2026-08-25T20:53:45.903Z | Checking colorchoice v1.0.4 |
| 2726 | 2026-08-25T20:53:45.903Z | Checking try-lock v0.2.5 |
| 2727 | 2026-08-25T20:53:45.903Z | Checking untrusted v0.7.1 |
| 2728 | 2026-08-25T20:53:45.903Z | Checking atomic-waker v1.1.2 |
| 2729 | 2026-08-25T20:53:45.903Z | Checking tower-layer v0.3.3 |
| 2730 | 2026-08-25T20:53:45.903Z | Checking tempfile v3.27.0 |
| 2731 | 2026-08-25T20:53:45.903Z | Checking want v0.3.1 |
| 2732 | 2026-08-25T20:53:45.903Z | Checking anstream v1.0.0 |
| 2733 | 2026-08-25T20:53:45.903Z | Checking hybrid-array v0.4.13 |
| 2734 | 2026-08-25T20:53:45.903Z | Checking ipnet v2.12.0 |
| 2735 | 2026-08-25T20:53:45.903Z | Checking httparse v1.10.1 |
| 2736 | 2026-08-25T20:53:45.903Z | Checking crc32fast v1.5.0 |
| 2737 | 2026-08-25T20:53:45.903Z | Checking aws-lc-rs v1.16.3 |
| 2738 | 2026-08-25T20:53:45.903Z | Checking aho-corasick v1.1.4 |
| 2739 | 2026-08-25T20:53:45.903Z | Checking untrusted v0.9.0 |
| 2740 | 2026-08-25T20:53:45.903Z | Checking httpdate v1.0.3 |
| 2741 | 2026-08-25T20:53:45.903Z | Checking plain v0.2.3 |
| 2742 | 2026-08-25T20:53:45.904Z | Checking tap v1.0.1 |
| 2743 | 2026-08-25T20:53:45.904Z | Checking foreign-types-shared v0.1.1 |
| 2744 | 2026-08-25T20:53:45.904Z | Checking unicode-normalization v0.1.25 |
| 2745 | 2026-08-25T20:53:45.904Z | Checking rand_chacha v0.3.1 |
| 2746 | 2026-08-25T20:53:45.904Z | Checking foreign-types v0.3.2 |
| 2747 | 2026-08-25T20:53:45.904Z | Checking wyz v0.5.1 |
| 2748 | 2026-08-25T20:53:45.904Z | Checking signature v2.2.0 |
| 2749 | 2026-08-25T20:53:45.904Z | Checking radium v0.7.0 |
| 2750 | 2026-08-25T20:53:45.904Z | Checking hex v0.4.3 |
| 2751 | 2026-08-25T20:53:45.904Z | Checking num-integer v0.1.46 |
| 2752 | 2026-08-25T20:53:45.904Z | Checking openssl-sys v0.9.117 |
| 2753 | 2026-08-25T20:53:45.904Z | Checking wait-timeout v0.2.1 |
| 2754 | 2026-08-25T20:53:45.904Z | Checking bit-vec v0.8.0 |
| 2755 | 2026-08-25T20:53:45.904Z | Checking unicode-ident v1.0.24 |
| 2756 | 2026-08-25T20:53:45.904Z | Checking clap_lex v1.0.0 |
| 2757 | 2026-08-25T20:53:45.904Z | Checking tokio-util v0.7.18 |
| 2758 | 2026-08-25T20:53:45.904Z | Checking regex-automata v0.4.14 |
| 2759 | 2026-08-25T20:53:45.904Z | Checking strsim v0.11.1 |
| 2760 | 2026-08-25T20:53:45.904Z | Checking ucd-trie v0.1.7 |
| 2761 | 2026-08-25T20:53:45.904Z | Checking rustls-webpki v0.103.13 |
| 2762 | 2026-08-25T20:53:45.904Z | Checking quick-error v1.2.3 |
| 2763 | 2026-08-25T20:53:45.904Z | Checking funty v2.0.0 |
| 2764 | 2026-08-25T20:53:45.904Z | Checking clap_builder v4.6.0 |
| 2765 | 2026-08-25T20:53:45.904Z | Checking pest v2.8.6 |
| 2766 | 2026-08-25T20:53:45.904Z | Checking rusty-fork v0.3.1 |
| 2767 | 2026-08-25T20:53:45.904Z | Checking openssl v0.10.80 |
| 2768 | 2026-08-25T20:53:45.904Z | Checking bit-set v0.8.0 |
| 2769 | 2026-08-25T20:53:45.904Z | Checking bitvec v1.0.1 |
| 2770 | 2026-08-25T20:53:45.904Z | Checking rustls v0.23.41 |
| 2771 | 2026-08-25T20:53:45.904Z | Checking proc-macro2 v1.0.106 |
| 2772 | 2026-08-25T20:53:45.904Z | Checking h2 v0.4.15 |
| 2773 | 2026-08-25T20:53:45.904Z | Checking num-iter v0.1.45 |
| 2774 | 2026-08-25T20:53:45.904Z | Checking rand v0.8.6 |
| 2775 | 2026-08-25T20:53:47.925Z | Checking lazy_static v1.5.0 |
| 2776 | 2026-08-25T20:53:47.973Z | Checking rand_xorshift v0.4.0 |
| 2777 | 2026-08-25T20:53:47.973Z | Checking hmac v0.12.1 |
| 2778 | 2026-08-25T20:53:47.973Z | Checking thiserror v1.0.69 |
| 2779 | 2026-08-25T20:53:47.973Z | Checking maybe-uninit v2.0.0 |
| 2780 | 2026-08-25T20:53:47.973Z | Checking serde_spanned v0.6.9 |
| 2781 | 2026-08-25T20:53:47.973Z | Checking toml_datetime v0.6.11 |
| 2782 | 2026-08-25T20:53:47.973Z | Checking sync_wrapper v1.0.2 |
| 2783 | 2026-08-25T20:53:47.973Z | Checking nodrop v0.1.14 |
| 2784 | 2026-08-25T20:53:47.973Z | Checking powerfmt v0.2.0 |
| 2785 | 2026-08-25T20:53:47.973Z | Checking pretty-hex v0.4.1 |
| 2786 | 2026-08-25T20:53:47.973Z | Checking crc-catalog v2.4.0 |
| 2787 | 2026-08-25T20:53:47.973Z | Checking siphasher v1.0.2 |
| 2788 | 2026-08-25T20:53:47.973Z | Checking unarray v0.1.4 |
| 2789 | 2026-08-25T20:53:47.973Z | Checking zlib-rs v0.6.2 |
| 2790 | 2026-08-25T20:53:47.973Z | Checking crc v3.4.0 |
| 2791 | 2026-08-25T20:53:47.973Z | Checking deranged v0.5.8 |
| 2792 | 2026-08-25T20:53:47.973Z | Checking packed_struct v0.10.1 |
| 2793 | 2026-08-25T20:53:47.973Z | Checking proptest v1.11.0 |
| 2794 | 2026-08-25T20:53:47.973Z | Checking array-init v0.0.4 |
| 2795 | 2026-08-25T20:53:47.973Z | Checking tower v0.5.3 |
| 2796 | 2026-08-25T20:53:47.973Z | Checking native-tls v0.2.18 |
| 2797 | 2026-08-25T20:53:47.973Z | Checking smallvec v0.6.14 |
| 2798 | 2026-08-25T20:53:47.973Z | Checking num-bigint-dig v0.8.6 |
| 2799 | 2026-08-25T20:53:47.973Z | Checking clap v4.6.1 |
| 2800 | 2026-08-25T20:53:47.973Z | Checking flate2 v1.1.9 |
| 2801 | 2026-08-25T20:53:47.973Z | Checking quote v1.0.45 |
| 2802 | 2026-08-25T20:53:47.973Z | Checking ipnetwork v0.21.1 |
| 2803 | 2026-08-25T20:53:47.973Z | Checking http-body-util v0.1.3 |
| 2804 | 2026-08-25T20:53:47.973Z | Checking pkcs1 v0.7.5 |
| 2805 | 2026-08-25T20:53:47.973Z | Checking crossbeam-utils v0.8.21 |
| 2806 | 2026-08-25T20:53:47.974Z | Checking bitfield v0.19.4 |
| 2807 | 2026-08-25T20:53:47.974Z | Checking zerocopy v0.6.6 |
| 2808 | 2026-08-25T20:53:47.974Z | Checking ahash v0.8.12 |
| 2809 | 2026-08-25T20:53:47.974Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2810 | 2026-08-25T20:53:47.974Z | Checking scroll v0.13.0 |
| 2811 | 2026-08-25T20:53:47.974Z | Checking env_filter v2.0.0 |
| 2812 | 2026-08-25T20:53:48.012Z | Checking unicode-properties v0.1.4 |
| 2813 | 2026-08-25T20:53:48.180Z | Checking ryu v1.0.23 |
| 2814 | 2026-08-25T20:53:48.180Z | Checking num-conv v0.2.0 |
| 2815 | 2026-08-25T20:53:48.195Z | Checking num_threads v0.1.7 |
| 2816 | 2026-08-25T20:53:48.195Z | Checking hashbrown v0.12.3 |
| 2817 | 2026-08-25T20:53:48.195Z | Checking base64 v0.21.7 |
| 2818 | 2026-08-25T20:53:48.195Z | Checking iri-string v0.7.10 |
| 2819 | 2026-08-25T20:53:48.195Z | Checking unicode-bidi v0.3.18 |
| 2820 | 2026-08-25T20:53:48.195Z | Checking winnow v0.5.40 |
| 2821 | 2026-08-25T20:53:48.195Z | Checking hyper v1.10.1 |
| 2822 | 2026-08-25T20:53:48.213Z | Checking allocator-api2 v0.2.21 |
| 2823 | 2026-08-25T20:53:48.429Z | Checking gimli v0.32.3 |
| 2824 | 2026-08-25T20:53:48.430Z | Checking time-core v0.1.8 |
| 2825 | 2026-08-25T20:53:48.439Z | Checking stringprep v0.1.5 |
| 2826 | 2026-08-25T20:53:48.488Z | Checking newtype-uuid v1.3.2 |
| 2827 | 2026-08-25T20:53:49.251Z | Checking indexmap v1.9.3 |
| 2828 | 2026-08-25T20:53:49.307Z | Checking time v0.3.47 |
| 2829 | 2026-08-25T20:53:49.307Z | Checking ron v0.8.1 |
| 2830 | 2026-08-25T20:53:49.307Z | Checking rsa v0.9.10 |
| 2831 | 2026-08-25T20:53:49.307Z | Checking serde_urlencoded v0.7.1 |
| 2832 | 2026-08-25T20:53:49.307Z | Checking goblin v0.10.5 |
| 2833 | 2026-08-25T20:53:49.307Z | Checking env_logger v0.11.11 |
| 2834 | 2026-08-25T20:53:49.307Z | Checking hyper-util v0.1.20 |
| 2835 | 2026-08-25T20:53:49.307Z | Checking crossbeam-epoch v0.9.18 |
| 2836 | 2026-08-25T20:53:49.307Z | Checking tower-http v0.6.8 |
| 2837 | 2026-08-25T20:53:49.319Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2838 | 2026-08-25T20:53:49.319Z | Checking toml_edit v0.19.15 |
| 2839 | 2026-08-25T20:53:49.411Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2840 | 2026-08-25T20:53:49.423Z | Checking bzip2 v0.4.4 |
| 2841 | 2026-08-25T20:53:49.427Z | Checking hashbrown v0.13.2 |
| 2842 | 2026-08-25T20:53:49.567Z | Checking oxnet v0.1.6 |
| 2843 | 2026-08-25T20:53:49.655Z | Checking syn v2.0.117 |
| 2844 | 2026-08-25T20:53:49.818Z | Checking serde-hex v0.1.0 |
| 2845 | 2026-08-25T20:53:49.839Z | Checking tokio-native-tls v0.3.1 |
| 2846 | 2026-08-25T20:53:49.864Z | Checking addr2line v0.25.1 |
| 2847 | 2026-08-25T20:53:49.995Z | Checking bstr v1.12.1 |
| 2848 | 2026-08-25T20:53:50.123Z | Checking crypto-common v0.2.2 |
| 2849 | 2026-08-25T20:53:50.296Z | Checking block-padding v0.4.2 |
| 2850 | 2026-08-25T20:53:50.321Z | Checking block-buffer v0.12.1 |
| 2851 | 2026-08-25T20:53:50.376Z | Checking rustls-native-certs v0.8.3 |
| 2852 | 2026-08-25T20:53:50.429Z | Checking x509-cert v0.2.5 |
| 2853 | 2026-08-25T20:53:50.480Z | Checking scroll v0.12.0 |
| 2854 | 2026-08-25T20:53:50.509Z | Checking object v0.37.3 |
| 2855 | 2026-08-25T20:53:50.700Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2856 | 2026-08-25T20:53:50.718Z | Checking md-5 v0.10.6 |
| 2857 | 2026-08-25T20:53:50.808Z | Checking hash32 v0.2.1 |
| 2858 | 2026-08-25T20:53:50.858Z | Checking encoding_rs v0.8.35 |
| 2859 | 2026-08-25T20:53:50.965Z | Checking fallible-iterator v0.2.0 |
| 2860 | 2026-08-25T20:53:51.081Z | Checking crc-any v2.5.0 |
| 2861 | 2026-08-25T20:53:51.236Z | Checking rustc-demangle v0.1.27 |
| 2862 | 2026-08-25T20:53:51.258Z | Checking mime v0.3.17 |
| 2863 | 2026-08-25T20:53:51.310Z | Checking either v1.15.0 |
| 2864 | 2026-08-25T20:53:51.323Z | Checking psl-types v2.0.11 |
| 2865 | 2026-08-25T20:53:51.428Z | Checking dof v0.4.0 |
| 2866 | 2026-08-25T20:53:51.438Z | Checking publicsuffix v2.3.0 |
| 2867 | 2026-08-25T20:53:51.457Z | Checking postgres-protocol v0.6.10 |
| 2868 | 2026-08-25T20:53:51.518Z | Checking heapless v0.7.17 |
| 2869 | 2026-08-25T20:53:51.591Z | Checking zstd-safe v7.2.4 |
| 2870 | 2026-08-25T20:53:51.755Z | Checking goblin v0.8.2 |
| 2871 | 2026-08-25T20:53:51.769Z | Checking inout v0.2.2 |
| 2872 | 2026-08-25T20:53:51.817Z | Checking hyper-tls v0.6.0 |
| 2873 | 2026-08-25T20:53:51.907Z | Checking toml v0.7.8 |
| 2874 | 2026-08-25T20:53:51.922Z | Checking object v0.30.4 |
| 2875 | 2026-08-25T20:53:51.936Z | Checking daft v0.1.8 |
| 2876 | 2026-08-25T20:53:51.987Z | Checking cookie v0.18.1 |
| 2877 | 2026-08-25T20:53:52.050Z | Checking zip v0.6.6 |
| 2878 | 2026-08-25T20:53:52.179Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2879 | 2026-08-25T20:53:52.212Z | Checking tokio-rustls v0.26.4 |
| 2880 | 2026-08-25T20:53:52.226Z | Checking phf_shared v0.13.1 |
| 2881 | 2026-08-25T20:53:52.337Z | Checking dtrace-parser v0.3.0 |
| 2882 | 2026-08-25T20:53:52.370Z | Checking zerocopy v0.7.35 |
| 2883 | 2026-08-25T20:53:52.382Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2884 | 2026-08-25T20:53:52.413Z | Checking pin-project v1.1.11 |
| 2885 | 2026-08-25T20:53:52.456Z | Checking signal-hook v0.3.18 |
| 2886 | 2026-08-25T20:53:52.504Z | Checking futures-executor v0.3.32 |
| 2887 | 2026-08-25T20:53:52.566Z | Checking ff v0.13.1 |
| 2888 | 2026-08-25T20:53:52.626Z | Checking thread-id v5.1.0 |
| 2889 | 2026-08-25T20:53:52.650Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2890 | 2026-08-25T20:53:52.693Z | Compiling rayon-core v1.13.0 |
| 2891 | 2026-08-25T20:53:52.709Z | Checking foldhash v0.1.5 |
| 2892 | 2026-08-25T20:53:52.803Z | Checking backtrace v0.3.76 |
| 2893 | 2026-08-25T20:53:52.816Z | Checking unicode-width v0.2.0 |
| 2894 | 2026-08-25T20:53:52.831Z | Checking path-slash v0.1.5 |
| 2895 | 2026-08-25T20:53:52.844Z | Checking is_ci v1.2.0 |
| 2896 | 2026-08-25T20:53:52.863Z | Checking bitflags v1.3.2 |
| 2897 | 2026-08-25T20:53:52.927Z | Checking base16ct v0.2.0 |
| 2898 | 2026-08-25T20:53:52.938Z | Checking jiff-core v0.1.0 |
| 2899 | 2026-08-25T20:53:52.942Z | Checking bumpalo v3.20.2 |
| 2900 | 2026-08-25T20:53:53.048Z | Checking unicode-linebreak v0.1.5 |
| 2901 | 2026-08-25T20:53:53.066Z | Checking managed v0.8.0 |
| 2902 | 2026-08-25T20:53:53.081Z | Checking same-file v1.0.6 |
| 2903 | 2026-08-25T20:53:53.150Z | Checking smawk v0.3.2 |
| 2904 | 2026-08-25T20:53:53.195Z | Checking libbz2-rs-sys v0.2.2 |
| 2905 | 2026-08-25T20:53:53.239Z | Checking foldhash v0.2.0 |
| 2906 | 2026-08-25T20:53:53.251Z | Checking smoltcp v0.9.1 |
| 2907 | 2026-08-25T20:53:53.268Z | Checking textwrap v0.16.2 |
| 2908 | 2026-08-25T20:53:53.341Z | Checking walkdir v2.5.0 |
| 2909 | 2026-08-25T20:53:53.391Z | Checking hashbrown v0.16.1 |
| 2910 | 2026-08-25T20:53:53.485Z | Checking zopfli v0.8.3 |
| 2911 | 2026-08-25T20:53:53.499Z | Checking backtrace-ext v0.2.1 |
| 2912 | 2026-08-25T20:53:53.575Z | Checking bzip2 v0.6.1 |
| 2913 | 2026-08-25T20:53:53.603Z | Checking sec1 v0.7.3 |
| 2914 | 2026-08-25T20:53:53.617Z | Checking jiff v0.2.34 |
| 2915 | 2026-08-25T20:53:53.648Z | Checking dof v0.3.0 |
| 2916 | 2026-08-25T20:53:53.731Z | Checking supports-color v3.0.2 |
| 2917 | 2026-08-25T20:53:53.809Z | Checking hashbrown v0.15.5 |
| 2918 | 2026-08-25T20:53:53.838Z | Checking usdt-impl v0.6.0 |
| 2919 | 2026-08-25T20:53:53.849Z | Checking group v0.13.0 |
| 2920 | 2026-08-25T20:53:53.861Z | Checking futures v0.3.32 |
| 2921 | 2026-08-25T20:53:53.883Z | Checking signal-hook-mio v0.2.5 |
| 2922 | 2026-08-25T20:53:53.917Z | Checking snafu v0.8.9 |
| 2923 | 2026-08-25T20:53:53.937Z | Checking hyper-rustls v0.27.7 |
| 2924 | 2026-08-25T20:53:53.980Z | Checking phf v0.13.1 |
| 2925 | 2026-08-25T20:53:53.992Z | Checking cookie_store v0.22.1 |
| 2926 | 2026-08-25T20:53:54.006Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2927 | 2026-08-25T20:53:54.117Z | Checking reqwest v0.12.28 |
| 2928 | 2026-08-25T20:53:54.131Z | Checking cipher v0.5.2 |
| 2929 | 2026-08-25T20:53:54.138Z | Checking postgres-types v0.2.12 |
| 2930 | 2026-08-25T20:53:54.154Z | Checking zstd v0.13.3 |
| 2931 | 2026-08-25T20:53:54.267Z | Checking rustls-platform-verifier v0.6.2 |
| 2932 | 2026-08-25T20:53:54.313Z | Checking globset v0.4.18 |
| 2933 | 2026-08-25T20:53:54.329Z | Checking crossbeam-deque v0.8.6 |
| 2934 | 2026-08-25T20:53:54.345Z | Checking phf_shared v0.11.3 |
| 2935 | 2026-08-25T20:53:54.365Z | Checking regex v1.12.3 |
| 2936 | 2026-08-25T20:53:54.402Z | Checking hkdf v0.12.4 |
| 2937 | 2026-08-25T20:53:54.446Z | Checking dtrace-parser v0.2.0 |
| 2938 | 2026-08-25T20:53:54.473Z | Checking byte-wrapper v0.1.0 |
| 2939 | 2026-08-25T20:53:54.494Z | Checking curve25519-dalek v4.1.3 |
| 2940 | 2026-08-25T20:53:54.534Z | Checking ref-cast v1.0.25 |
| 2941 | 2026-08-25T20:53:54.556Z | Checking strum v0.27.2 |
| 2942 | 2026-08-25T20:53:54.632Z | Checking olpc-cjson v0.1.4 |
| 2943 | 2026-08-25T20:53:54.641Z | Checking hubpack v0.1.2 |
| 2944 | 2026-08-25T20:53:54.661Z | Checking ed25519 v2.2.3 |
| 2945 | 2026-08-25T20:53:54.675Z | Checking memoffset v0.9.1 |
| 2946 | 2026-08-25T20:53:54.678Z | Checking owo-colors v4.3.0 |
| 2947 | 2026-08-25T20:53:54.749Z | Checking rustix v0.38.44 |
| 2948 | 2026-08-25T20:53:54.761Z | Checking pem v3.0.6 |
| 2949 | 2026-08-25T20:53:54.799Z | Checking crypto-bigint v0.5.5 |
| 2950 | 2026-08-25T20:53:54.842Z | Checking erased-serde v0.3.31 |
| 2951 | 2026-08-25T20:53:54.872Z | Checking serde-big-array v0.5.1 |
| 2952 | 2026-08-25T20:53:54.917Z | Checking serde_plain v1.0.2 |
| 2953 | 2026-08-25T20:53:55.002Z | Checking float-cmp v0.10.0 |
| 2954 | 2026-08-25T20:53:55.055Z | Checking memmap2 v0.9.10 |
| 2955 | 2026-08-25T20:53:55.129Z | Checking thread-id v4.2.2 |
| 2956 | 2026-08-25T20:53:55.203Z | Checking difflib v0.4.0 |
| 2957 | 2026-08-25T20:53:55.215Z | Checking unicode-segmentation v1.12.0 |
| 2958 | 2026-08-25T20:53:55.220Z | Checking predicates-core v1.0.10 |
| 2959 | 2026-08-25T20:53:55.238Z | Checking normalize-line-endings v0.3.0 |
| 2960 | 2026-08-25T20:53:55.255Z | Checking winnow v1.0.3 |
| 2961 | 2026-08-25T20:53:55.320Z | Checking fixedbitset v0.5.7 |
| 2962 | 2026-08-25T20:53:55.335Z | Checking supports-hyperlinks v3.2.0 |
| 2963 | 2026-08-25T20:53:55.376Z | Checking whoami v2.1.0 |
| 2964 | 2026-08-25T20:53:55.440Z | Checking static_assertions v1.1.0 |
| 2965 | 2026-08-25T20:53:55.496Z | Checking supports-unicode v3.0.0 |
| 2966 | 2026-08-25T20:53:55.508Z | Checking new_debug_unreachable v1.0.6 |
| 2967 | 2026-08-25T20:53:55.520Z | Checking data-encoding v2.10.0 |
| 2968 | 2026-08-25T20:53:55.530Z | Checking typed-path v0.9.3 |
| 2969 | 2026-08-25T20:53:55.542Z | Checking cpufeatures v0.3.0 |
| 2970 | 2026-08-25T20:53:55.570Z | Checking winnow v0.7.14 |
| 2971 | 2026-08-25T20:53:55.577Z | Checking keccak v0.1.6 |
| 2972 | 2026-08-25T20:53:55.596Z | Checking toml_write v0.1.2 |
| 2973 | 2026-08-25T20:53:55.613Z | Checking fixedbitset v0.4.2 |
| 2974 | 2026-08-25T20:53:55.718Z | Checking precomputed-hash v0.1.1 |
| 2975 | 2026-08-25T20:53:55.738Z | Checking unicode-width v0.1.14 |
| 2976 | 2026-08-25T20:53:55.757Z | Checking const-oid v0.10.2 |
| 2977 | 2026-08-25T20:53:55.757Z | Checking petgraph v0.6.5 |
| 2978 | 2026-08-25T20:53:55.782Z | Checking hickory-proto v0.25.2 |
| 2979 | 2026-08-25T20:53:55.797Z | Checking string_cache v0.8.9 |
| 2980 | 2026-08-25T20:53:55.919Z | Checking digest v0.11.3 |
| 2981 | 2026-08-25T20:53:55.973Z | Checking miette v7.6.0 |
| 2982 | 2026-08-25T20:53:55.977Z | Checking sha3 v0.10.8 |
| 2983 | 2026-08-25T20:53:56.107Z | Checking elliptic-curve v0.13.8 |
| 2984 | 2026-08-25T20:53:56.122Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2985 | 2026-08-25T20:53:56.192Z | Checking chacha20 v0.10.0 |
| 2986 | 2026-08-25T20:53:56.311Z | Checking tough v0.22.0 |
| 2987 | 2026-08-25T20:53:56.418Z | Checking tokio-postgres v0.7.16 |
| 2988 | 2026-08-25T20:53:56.446Z | Checking crossterm v0.28.1 |
| 2989 | 2026-08-25T20:53:56.462Z | Checking similar v2.7.0 |
| 2990 | 2026-08-25T20:53:56.483Z | Checking petgraph v0.8.3 |
| 2991 | 2026-08-25T20:53:56.760Z | Checking toml_edit v0.22.27 |
| 2992 | 2026-08-25T20:53:56.838Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2993 | 2026-08-25T20:53:57.042Z | Checking zip v4.6.1 |
| 2994 | 2026-08-25T20:53:57.139Z | Checking predicates v3.1.4 |
| 2995 | 2026-08-25T20:53:57.424Z | Checking ed25519-dalek v2.2.0 |
| 2996 | 2026-08-25T20:53:57.598Z | Checking slog v2.8.2 |
| 2997 | 2026-08-25T20:53:57.655Z | Checking usdt v0.6.0 |
| 2998 | 2026-08-25T20:53:57.674Z | Checking usdt-impl v0.5.0 |
| 2999 | 2026-08-25T20:53:57.829Z | Checking nix v0.31.2 |
| 3000 | 2026-08-25T20:53:57.847Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3001 | 2026-08-25T20:53:57.866Z | Checking iddqd v0.4.2 |
| 3002 | 2026-08-25T20:53:58.054Z | Checking reqwest v0.13.2 |
| 3003 | 2026-08-25T20:53:58.327Z | Checking itertools v0.15.0 |
| 3004 | 2026-08-25T20:53:58.394Z | Checking itertools v0.13.0 |
| 3005 | 2026-08-25T20:53:58.445Z | Checking strum v0.26.3 |
| 3006 | 2026-08-25T20:53:58.540Z | Checking serde_with v3.21.0 |
| 3007 | 2026-08-25T20:53:58.552Z | Checking derive_more v2.1.1 |
| 3008 | 2026-08-25T20:53:58.653Z | Checking fs-err v3.3.0 |
| 3009 | 2026-08-25T20:53:58.754Z | Checking tokio-stream v0.1.18 |
| 3010 | 2026-08-25T20:53:58.879Z | Checking buf-list v1.1.2 |
| 3011 | 2026-08-25T20:53:58.945Z | Checking anyhow v1.0.104 |
| 3012 | 2026-08-25T20:53:59.019Z | Checking camino v1.2.5 |
| 3013 | 2026-08-25T20:53:59.059Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3014 | 2026-08-25T20:53:59.071Z | Checking openapiv3 v2.2.0 |
| 3015 | 2026-08-25T20:53:59.134Z | Checking lalrpop-util v0.19.12 |
| 3016 | 2026-08-25T20:53:59.150Z | Checking peg-runtime v0.8.5 |
| 3017 | 2026-08-25T20:53:59.264Z | Checking illumos-nvpair v0.3.0 |
| 3018 | 2026-08-25T20:53:59.288Z | Checking rayon v1.11.0 |
| 3019 | 2026-08-25T20:53:59.294Z | Checking sigpipe v0.1.3 |
| 3020 | 2026-08-25T20:53:59.328Z | Checking glob v0.3.3 |
| 3021 | 2026-08-25T20:54:00.217Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3022 | 2026-08-25T20:54:00.560Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3023 | 2026-08-25T20:54:00.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.46s |
| 3024 | 2026-08-25T20:54:01.008Z | |
| 3025 | 2026-08-25T20:54:01.008Z | info: running `cargo check --bins` on internal-dns-types (120/377) |
| 3026 | 2026-08-25T20:54:01.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2026-08-25T20:54:01.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2026-08-25T20:54:01.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2026-08-25T20:54:01.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3030 | 2026-08-25T20:54:01.582Z | |
| 3031 | 2026-08-25T20:54:01.582Z | info: running `cargo check --bins` on internal-dns-types-versions (121/377) |
| 3032 | 2026-08-25T20:54:02.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2026-08-25T20:54:02.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2026-08-25T20:54:02.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2026-08-25T20:54:02.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3036 | 2026-08-25T20:54:02.134Z | |
| 3037 | 2026-08-25T20:54:02.134Z | info: running `cargo check --bins` on nexus-types-versions (122/377) |
| 3038 | 2026-08-25T20:54:02.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2026-08-25T20:54:02.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2026-08-25T20:54:02.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2026-08-25T20:54:02.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3042 | 2026-08-25T20:54:02.721Z | |
| 3043 | 2026-08-25T20:54:02.721Z | info: running `cargo check --bins` on oxql-types (123/377) |
| 3044 | 2026-08-25T20:54:03.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-08-25T20:54:03.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-08-25T20:54:03.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-08-25T20:54:03.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3048 | 2026-08-25T20:54:03.288Z | |
| 3049 | 2026-08-25T20:54:03.288Z | info: running `cargo check --bins` on oximeter-types (124/377) |
| 3050 | 2026-08-25T20:54:03.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-08-25T20:54:03.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-08-25T20:54:03.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-08-25T20:54:03.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3054 | 2026-08-25T20:54:03.858Z | |
| 3055 | 2026-08-25T20:54:03.858Z | info: running `cargo check --bins` on oximeter-types-versions (125/377) |
| 3056 | 2026-08-25T20:54:04.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-08-25T20:54:04.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-08-25T20:54:04.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-08-25T20:54:04.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3060 | 2026-08-25T20:54:04.425Z | |
| 3061 | 2026-08-25T20:54:04.425Z | info: running `cargo check --bins` on oximeter-macro-impl (126/377) |
| 3062 | 2026-08-25T20:54:04.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-08-25T20:54:04.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-08-25T20:54:04.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-08-25T20:54:04.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3066 | 2026-08-25T20:54:04.976Z | |
| 3067 | 2026-08-25T20:54:04.976Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/377) |
| 3068 | 2026-08-25T20:54:05.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-08-25T20:54:05.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-08-25T20:54:05.654Z | Compiling multer v3.1.0 |
| 3071 | 2026-08-25T20:54:05.658Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3072 | 2026-08-25T20:54:05.658Z | Compiling async-stream-impl v0.3.6 |
| 3073 | 2026-08-25T20:54:05.791Z | Compiling serde_tokenstream v0.3.0 |
| 3074 | 2026-08-25T20:54:05.800Z | Compiling dropshot v0.17.1 |
| 3075 | 2026-08-25T20:54:05.817Z | Compiling parse-display-derive v0.10.0 |
| 3076 | 2026-08-25T20:54:05.834Z | Compiling dropshot_endpoint v0.17.1 |
| 3077 | 2026-08-25T20:54:05.834Z | Compiling newtype-uuid-macros v0.1.0 |
| 3078 | 2026-08-25T20:54:06.021Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3079 | 2026-08-25T20:54:06.052Z | Checking thread_local v1.1.9 |
| 3080 | 2026-08-25T20:54:06.091Z | Compiling oxide-generation-macros v0.2.0 |
| 3081 | 2026-08-25T20:54:06.149Z | Checking compression-core v0.4.31 |
| 3082 | 2026-08-25T20:54:06.220Z | Checking match_cfg v0.1.0 |
| 3083 | 2026-08-25T20:54:06.275Z | Checking compression-codecs v0.4.37 |
| 3084 | 2026-08-25T20:54:06.290Z | Checking hostname v0.3.1 |
| 3085 | 2026-08-25T20:54:06.342Z | Checking crossbeam-channel v0.5.15 |
| 3086 | 2026-08-25T20:54:06.383Z | Checking atomicwrites v0.4.4 |
| 3087 | 2026-08-25T20:54:06.424Z | Checking slog-json v2.6.1 |
| 3088 | 2026-08-25T20:54:06.439Z | Checking is-terminal v0.4.17 |
| 3089 | 2026-08-25T20:54:06.506Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3090 | 2026-08-25T20:54:06.526Z | Checking serde_spanned v1.1.1 |
| 3091 | 2026-08-25T20:54:06.574Z | Checking term v1.2.1 |
| 3092 | 2026-08-25T20:54:06.593Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3093 | 2026-08-25T20:54:06.652Z | Checking take_mut v0.2.2 |
| 3094 | 2026-08-25T20:54:06.686Z | Checking debug-ignore v1.0.5 |
| 3095 | 2026-08-25T20:54:06.730Z | Checking slog-bunyan v2.5.0 |
| 3096 | 2026-08-25T20:54:06.752Z | Checking slog-async v2.8.0 |
| 3097 | 2026-08-25T20:54:06.765Z | Checking toml v1.1.2+spec-1.1.0 |
| 3098 | 2026-08-25T20:54:06.790Z | Checking async-compression v0.4.41 |
| 3099 | 2026-08-25T20:54:06.793Z | Checking slog-term v2.9.2 |
| 3100 | 2026-08-25T20:54:06.823Z | Checking async-stream v0.3.6 |
| 3101 | 2026-08-25T20:54:06.834Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3102 | 2026-08-25T20:54:07.005Z | Checking progenitor-client v0.14.0 |
| 3103 | 2026-08-25T20:54:07.089Z | Checking sha1 v0.11.0 |
| 3104 | 2026-08-25T20:54:07.089Z | Checking oxide-generation v0.1.3 |
| 3105 | 2026-08-25T20:54:07.168Z | Checking waitgroup v0.1.2 |
| 3106 | 2026-08-25T20:54:07.198Z | Checking rustls-pemfile v2.2.0 |
| 3107 | 2026-08-25T20:54:07.198Z | Checking backon v1.6.0 |
| 3108 | 2026-08-25T20:54:07.198Z | Checking serde_path_to_error v0.1.20 |
| 3109 | 2026-08-25T20:54:07.198Z | Checking hostname v0.4.2 |
| 3110 | 2026-08-25T20:54:07.240Z | Checking instant v0.1.13 |
| 3111 | 2026-08-25T20:54:07.313Z | Checking progenitor-extras v0.2.0 |
| 3112 | 2026-08-25T20:54:07.468Z | Checking backoff v0.4.0 |
| 3113 | 2026-08-25T20:54:07.500Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3114 | 2026-08-25T20:54:07.501Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3115 | 2026-08-25T20:54:07.501Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3116 | 2026-08-25T20:54:07.501Z | Checking parse-display v0.10.0 |
| 3117 | 2026-08-25T20:54:07.501Z | Checking regress v0.10.5 |
| 3118 | 2026-08-25T20:54:07.514Z | Checking itertools v0.14.0 |
| 3119 | 2026-08-25T20:54:07.612Z | Checking macaddr v1.0.1 |
| 3120 | 2026-08-25T20:54:07.781Z | Checking humantime v2.3.0 |
| 3121 | 2026-08-25T20:54:08.709Z | Compiling prettyplease v0.2.37 |
| 3122 | 2026-08-25T20:54:08.915Z | Checking num-rational v0.4.2 |
| 3123 | 2026-08-25T20:54:09.165Z | Checking num-complex v0.4.6 |
| 3124 | 2026-08-25T20:54:09.564Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3125 | 2026-08-25T20:54:09.580Z | Compiling num v0.4.3 |
| 3126 | 2026-08-25T20:54:09.735Z | Compiling usdt-attr-macro v0.5.0 |
| 3127 | 2026-08-25T20:54:09.813Z | Compiling usdt-macro v0.5.0 |
| 3128 | 2026-08-25T20:54:09.813Z | Checking memmap v0.7.0 |
| 3129 | 2026-08-25T20:54:09.813Z | Compiling float-ord v0.3.2 |
| 3130 | 2026-08-25T20:54:09.908Z | Compiling convert_case v0.4.0 |
| 3131 | 2026-08-25T20:54:10.248Z | Compiling derive_more v0.99.20 |
| 3132 | 2026-08-25T20:54:10.367Z | Checking newline-converter v0.3.0 |
| 3133 | 2026-08-25T20:54:10.428Z | Checking console v0.15.11 |
| 3134 | 2026-08-25T20:54:10.440Z | Compiling toml v0.8.23 |
| 3135 | 2026-08-25T20:54:10.483Z | Checking usdt v0.5.0 |
| 3136 | 2026-08-25T20:54:10.655Z | Compiling minimal-lexical v0.2.1 |
| 3137 | 2026-08-25T20:54:10.710Z | Checking linked-hash-map v0.5.6 |
| 3138 | 2026-08-25T20:54:10.867Z | Checking lru-cache v0.1.2 |
| 3139 | 2026-08-25T20:54:10.891Z | Compiling nom v7.1.3 |
| 3140 | 2026-08-25T20:54:11.037Z | Checking expectorate v1.2.0 |
| 3141 | 2026-08-25T20:54:11.164Z | Checking camino-tempfile v1.4.1 |
| 3142 | 2026-08-25T20:54:11.347Z | Checking hickory-proto v0.24.4 |
| 3143 | 2026-08-25T20:54:11.446Z | Checking phf_shared v0.12.1 |
| 3144 | 2026-08-25T20:54:11.581Z | Compiling slog-dtrace v0.3.0 |
| 3145 | 2026-08-25T20:54:11.589Z | Compiling chrono-tz v0.10.4 |
| 3146 | 2026-08-25T20:54:11.766Z | Checking resolv-conf v0.7.6 |
| 3147 | 2026-08-25T20:54:11.946Z | Checking heck v0.5.0 |
| 3148 | 2026-08-25T20:54:11.960Z | Compiling unicode-xid v0.2.6 |
| 3149 | 2026-08-25T20:54:12.093Z | Compiling const_format_proc_macros v0.2.34 |
| 3150 | 2026-08-25T20:54:12.156Z | Checking phf v0.12.1 |
| 3151 | 2026-08-25T20:54:12.303Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3152 | 2026-08-25T20:54:12.310Z | Checking tokio-dtrace v0.1.1 |
| 3153 | 2026-08-25T20:54:12.325Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3154 | 2026-08-25T20:54:12.497Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3155 | 2026-08-25T20:54:12.770Z | Compiling derive-where v1.6.0 |
| 3156 | 2026-08-25T20:54:12.807Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3157 | 2026-08-25T20:54:12.898Z | Checking highway v1.3.0 |
| 3158 | 2026-08-25T20:54:13.123Z | Checking const_format v0.2.35 |
| 3159 | 2026-08-25T20:54:13.150Z | Checking hickory-resolver v0.24.4 |
| 3160 | 2026-08-25T20:54:13.352Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3161 | 2026-08-25T20:54:13.862Z | Checking oxide-tokio-rt v0.1.4 |
| 3162 | 2026-08-25T20:54:13.893Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3163 | 2026-08-25T20:54:14.055Z | Checking qorb v0.4.1 |
| 3164 | 2026-08-25T20:54:14.170Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3165 | 2026-08-25T20:54:14.256Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3166 | 2026-08-25T20:54:14.290Z | Checking gethostname v0.5.0 |
| 3167 | 2026-08-25T20:54:14.311Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3168 | 2026-08-25T20:54:14.370Z | Checking bcs v0.1.6 |
| 3169 | 2026-08-25T20:54:14.388Z | Checking termtree v0.5.1 |
| 3170 | 2026-08-25T20:54:17.436Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3171 | 2026-08-25T20:54:20.493Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3172 | 2026-08-25T20:54:22.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.77s |
| 3173 | 2026-08-25T20:54:22.921Z | |
| 3174 | 2026-08-25T20:54:22.921Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377) |
| 3175 | 2026-08-25T20:54:23.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3176 | 2026-08-25T20:54:23.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3177 | 2026-08-25T20:54:23.609Z | Compiling ar_archive_writer v0.5.1 |
| 3178 | 2026-08-25T20:54:23.719Z | Compiling stacker v0.1.23 |
| 3179 | 2026-08-25T20:54:23.727Z | Compiling cfg_aliases v0.1.1 |
| 3180 | 2026-08-25T20:54:23.737Z | Compiling proc-macro-error v1.0.4 |
| 3181 | 2026-08-25T20:54:23.743Z | Checking fd-lock v4.0.4 |
| 3182 | 2026-08-25T20:54:23.746Z | Checking nibble_vec v0.1.0 |
| 3183 | 2026-08-25T20:54:23.746Z | Checking vte v0.14.1 |
| 3184 | 2026-08-25T20:54:23.746Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3185 | 2026-08-25T20:54:23.787Z | Compiling nix v0.28.0 |
| 3186 | 2026-08-25T20:54:23.854Z | Checking endian-type v0.1.2 |
| 3187 | 2026-08-25T20:54:23.867Z | Checking bytecount v0.6.9 |
| 3188 | 2026-08-25T20:54:23.918Z | Checking strip-ansi-escapes v0.2.1 |
| 3189 | 2026-08-25T20:54:23.962Z | Checking papergrid v0.11.0 |
| 3190 | 2026-08-25T20:54:23.973Z | Checking radix_trie v0.2.1 |
| 3191 | 2026-08-25T20:54:23.992Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3192 | 2026-08-25T20:54:24.010Z | Compiling peg-macros v0.8.5 |
| 3193 | 2026-08-25T20:54:24.023Z | Compiling tabled_derive v0.7.0 |
| 3194 | 2026-08-25T20:54:24.156Z | Checking winnow v0.6.26 |
| 3195 | 2026-08-25T20:54:24.176Z | Compiling sqlparser_derive v0.5.0 |
| 3196 | 2026-08-25T20:54:24.450Z | Checking home v0.5.12 |
| 3197 | 2026-08-25T20:54:24.511Z | Compiling psm v0.1.30 |
| 3198 | 2026-08-25T20:54:24.548Z | Checking nu-ansi-term v0.50.3 |
| 3199 | 2026-08-25T20:54:24.562Z | Checking unicode_categories v0.1.1 |
| 3200 | 2026-08-25T20:54:24.758Z | Checking reedline v0.40.0 |
| 3201 | 2026-08-25T20:54:24.777Z | Checking crossterm v0.29.0 |
| 3202 | 2026-08-25T20:54:24.909Z | Checking display-error-chain v0.2.2 |
| 3203 | 2026-08-25T20:54:24.981Z | Checking tabled v0.15.0 |
| 3204 | 2026-08-25T20:54:25.036Z | Checking rustyline v14.0.0 |
| 3205 | 2026-08-25T20:54:25.264Z | Checking recursive v0.1.1 |
| 3206 | 2026-08-25T20:54:25.300Z | Checking sqlformat v0.3.5 |
| 3207 | 2026-08-25T20:54:25.316Z | Checking peg v0.8.5 |
| 3208 | 2026-08-25T20:54:25.359Z | Checking sqlparser v0.61.0 |
| 3209 | 2026-08-25T20:54:36.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s |
| 3210 | 2026-08-25T20:54:36.681Z | |
| 3211 | 2026-08-25T20:54:36.681Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377) |
| 3212 | 2026-08-25T20:54:37.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-08-25T20:54:37.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-08-25T20:54:37.352Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3215 | 2026-08-25T20:54:40.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 3216 | 2026-08-25T20:54:41.047Z | |
| 3217 | 2026-08-25T20:54:41.047Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377) |
| 3218 | 2026-08-25T20:54:41.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-08-25T20:54:41.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-08-25T20:54:41.712Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3221 | 2026-08-25T20:54:44.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 3222 | 2026-08-25T20:54:44.407Z | |
| 3223 | 2026-08-25T20:54:44.407Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377) |
| 3224 | 2026-08-25T20:54:44.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2026-08-25T20:54:44.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2026-08-25T20:54:45.071Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3227 | 2026-08-25T20:54:48.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
| 3228 | 2026-08-25T20:54:48.557Z | |
| 3229 | 2026-08-25T20:54:48.557Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377) |
| 3230 | 2026-08-25T20:54:49.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2026-08-25T20:54:49.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2026-08-25T20:54:49.225Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3233 | 2026-08-25T20:54:52.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 3234 | 2026-08-25T20:54:52.761Z | |
| 3235 | 2026-08-25T20:54:52.761Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377) |
| 3236 | 2026-08-25T20:54:53.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3237 | 2026-08-25T20:54:53.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3238 | 2026-08-25T20:54:53.420Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3239 | 2026-08-25T20:54:56.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 3240 | 2026-08-25T20:54:56.258Z | |
| 3241 | 2026-08-25T20:54:56.258Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377) |
| 3242 | 2026-08-25T20:54:56.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3243 | 2026-08-25T20:54:56.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3244 | 2026-08-25T20:54:56.929Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3245 | 2026-08-25T20:54:59.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
| 3246 | 2026-08-25T20:54:59.790Z | |
| 3247 | 2026-08-25T20:54:59.790Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377) |
| 3248 | 2026-08-25T20:55:00.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3249 | 2026-08-25T20:55:00.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3250 | 2026-08-25T20:55:00.454Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3251 | 2026-08-25T20:55:03.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
| 3252 | 2026-08-25T20:55:04.117Z | |
| 3253 | 2026-08-25T20:55:04.118Z | info: running `cargo check --bins` on oximeter (136/377) |
| 3254 | 2026-08-25T20:55:04.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3255 | 2026-08-25T20:55:04.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3256 | 2026-08-25T20:55:04.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3257 | 2026-08-25T20:55:04.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3258 | 2026-08-25T20:55:04.688Z | |
| 3259 | 2026-08-25T20:55:04.688Z | info: running `cargo check --bins` on oximeter-schema (137/377) |
| 3260 | 2026-08-25T20:55:05.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3261 | 2026-08-25T20:55:05.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3262 | 2026-08-25T20:55:05.318Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3263 | 2026-08-25T20:55:05.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3264 | 2026-08-25T20:55:05.858Z | |
| 3265 | 2026-08-25T20:55:05.859Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/377) |
| 3266 | 2026-08-25T20:55:06.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3267 | 2026-08-25T20:55:06.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3268 | 2026-08-25T20:55:06.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3269 | 2026-08-25T20:55:06.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3270 | 2026-08-25T20:55:06.422Z | |
| 3271 | 2026-08-25T20:55:06.422Z | info: running `cargo check --bins` on oximeter-test-utils (139/377) |
| 3272 | 2026-08-25T20:55:06.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3273 | 2026-08-25T20:55:06.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3274 | 2026-08-25T20:55:06.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3275 | 2026-08-25T20:55:06.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3276 | 2026-08-25T20:55:07.030Z | |
| 3277 | 2026-08-25T20:55:07.030Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377) |
| 3278 | 2026-08-25T20:55:07.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3279 | 2026-08-25T20:55:07.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3280 | 2026-08-25T20:55:07.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3281 | 2026-08-25T20:55:07.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3282 | 2026-08-25T20:55:07.606Z | |
| 3283 | 2026-08-25T20:55:07.606Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377) |
| 3284 | 2026-08-25T20:55:08.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3285 | 2026-08-25T20:55:08.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3286 | 2026-08-25T20:55:08.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3287 | 2026-08-25T20:55:08.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3288 | 2026-08-25T20:55:08.179Z | |
| 3289 | 2026-08-25T20:55:08.179Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377) |
| 3290 | 2026-08-25T20:55:08.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3291 | 2026-08-25T20:55:08.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3292 | 2026-08-25T20:55:08.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3293 | 2026-08-25T20:55:08.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3294 | 2026-08-25T20:55:08.758Z | |
| 3295 | 2026-08-25T20:55:08.758Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377) |
| 3296 | 2026-08-25T20:55:09.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3297 | 2026-08-25T20:55:09.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3298 | 2026-08-25T20:55:09.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3299 | 2026-08-25T20:55:09.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3300 | 2026-08-25T20:55:09.331Z | |
| 3301 | 2026-08-25T20:55:09.331Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/377) |
| 3302 | 2026-08-25T20:55:09.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3303 | 2026-08-25T20:55:09.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3304 | 2026-08-25T20:55:09.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3305 | 2026-08-25T20:55:09.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3306 | 2026-08-25T20:55:09.906Z | |
| 3307 | 2026-08-25T20:55:09.906Z | info: running `cargo check --bins` on reconfigurator-cli (145/377) |
| 3308 | 2026-08-25T20:55:10.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3309 | 2026-08-25T20:55:10.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3310 | 2026-08-25T20:55:10.729Z | Compiling crucible-workspace-hack v0.1.0 |
| 3311 | 2026-08-25T20:55:10.732Z | Compiling regress v0.11.1 |
| 3312 | 2026-08-25T20:55:10.732Z | Checking secrecy v0.10.3 |
| 3313 | 2026-08-25T20:55:10.732Z | Checking half v2.7.1 |
| 3314 | 2026-08-25T20:55:10.732Z | Checking ciborium-io v0.2.2 |
| 3315 | 2026-08-25T20:55:10.732Z | Checking inout v0.1.4 |
| 3316 | 2026-08-25T20:55:10.732Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3317 | 2026-08-25T20:55:10.732Z | Checking universal-hash v0.5.1 |
| 3318 | 2026-08-25T20:55:10.937Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3319 | 2026-08-25T20:55:10.992Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3320 | 2026-08-25T20:55:11.029Z | Checking cipher v0.4.4 |
| 3321 | 2026-08-25T20:55:11.044Z | Checking opaque-debug v0.3.1 |
| 3322 | 2026-08-25T20:55:11.103Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3323 | 2026-08-25T20:55:11.117Z | Checking poly1305 v0.8.0 |
| 3324 | 2026-08-25T20:55:11.130Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3325 | 2026-08-25T20:55:11.146Z | Checking ciborium-ll v0.2.2 |
| 3326 | 2026-08-25T20:55:11.221Z | Checking chacha20 v0.9.1 |
| 3327 | 2026-08-25T20:55:11.309Z | Checking ciborium v0.2.2 |
| 3328 | 2026-08-25T20:55:11.374Z | Checking password-hash v0.5.0 |
| 3329 | 2026-08-25T20:55:11.392Z | Checking blake2 v0.10.6 |
| 3330 | 2026-08-25T20:55:11.421Z | Checking aead v0.5.2 |
| 3331 | 2026-08-25T20:55:11.520Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3332 | 2026-08-25T20:55:11.552Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3333 | 2026-08-25T20:55:11.596Z | Checking indent_write v2.2.0 |
| 3334 | 2026-08-25T20:55:11.628Z | Checking argon2 v0.5.3 |
| 3335 | 2026-08-25T20:55:11.723Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3336 | 2026-08-25T20:55:11.728Z | Checking chacha20poly1305 v0.10.1 |
| 3337 | 2026-08-25T20:55:11.792Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3338 | 2026-08-25T20:55:11.866Z | Compiling unsafe-libyaml v0.2.11 |
| 3339 | 2026-08-25T20:55:11.977Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3340 | 2026-08-25T20:55:12.154Z | Checking thiserror-no-std v2.0.2 |
| 3341 | 2026-08-25T20:55:12.187Z | Compiling heapless v0.8.0 |
| 3342 | 2026-08-25T20:55:12.242Z | Checking vsss-rs v3.3.4 |
| 3343 | 2026-08-25T20:55:12.409Z | Compiling serde_yaml v0.9.34+deprecated |
| 3344 | 2026-08-25T20:55:12.472Z | Compiling typify-impl v0.6.2 |
| 3345 | 2026-08-25T20:55:12.603Z | Compiling proc-macro-crate v3.4.0 |
| 3346 | 2026-08-25T20:55:12.934Z | Compiling ingot-macros v0.2.0 |
| 3347 | 2026-08-25T20:55:13.132Z | Compiling num_enum_derive v0.7.6 |
| 3348 | 2026-08-25T20:55:13.177Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3349 | 2026-08-25T20:55:13.276Z | Checking hash32 v0.3.1 |
| 3350 | 2026-08-25T20:55:13.353Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3351 | 2026-08-25T20:55:13.405Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3352 | 2026-08-25T20:55:13.612Z | Compiling smoltcp v0.11.0 |
| 3353 | 2026-08-25T20:55:13.821Z | Checking tabwriter v1.4.1 |
| 3354 | 2026-08-25T20:55:13.969Z | Checking cobs v0.3.0 |
| 3355 | 2026-08-25T20:55:13.985Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3356 | 2026-08-25T20:55:14.066Z | Checking swrite v0.1.0 |
| 3357 | 2026-08-25T20:55:14.115Z | Checking postcard v1.1.3 |
| 3358 | 2026-08-25T20:55:14.156Z | Compiling proc-macro-crate v1.3.1 |
| 3359 | 2026-08-25T20:55:14.199Z | Checking num_enum v0.7.6 |
| 3360 | 2026-08-25T20:55:14.214Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3361 | 2026-08-25T20:55:14.312Z | Compiling foreign-types-macros v0.2.3 |
| 3362 | 2026-08-25T20:55:14.407Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3363 | 2026-08-25T20:55:14.423Z | Checking colored v3.1.1 |
| 3364 | 2026-08-25T20:55:14.473Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3365 | 2026-08-25T20:55:14.558Z | Checking foreign-types-shared v0.3.1 |
| 3366 | 2026-08-25T20:55:14.619Z | Compiling num_enum_derive v0.5.11 |
| 3367 | 2026-08-25T20:55:14.775Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3368 | 2026-08-25T20:55:14.783Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3369 | 2026-08-25T20:55:14.902Z | Checking foreign-types v0.5.0 |
| 3370 | 2026-08-25T20:55:14.980Z | Checking cstr-argument v0.1.2 |
| 3371 | 2026-08-25T20:55:15.109Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3372 | 2026-08-25T20:55:15.172Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3373 | 2026-08-25T20:55:15.216Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3374 | 2026-08-25T20:55:15.281Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3375 | 2026-08-25T20:55:15.314Z | Checking rand v0.10.1 |
| 3376 | 2026-08-25T20:55:15.346Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3377 | 2026-08-25T20:55:15.385Z | Compiling zone_cfg_derive v0.3.1 |
| 3378 | 2026-08-25T20:55:15.459Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3379 | 2026-08-25T20:55:15.576Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3380 | 2026-08-25T20:55:15.642Z | Checking num_enum v0.5.11 |
| 3381 | 2026-08-25T20:55:15.680Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3382 | 2026-08-25T20:55:15.712Z | Checking ingot-types v0.2.0 |
| 3383 | 2026-08-25T20:55:15.753Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3384 | 2026-08-25T20:55:15.850Z | Checking itertools v0.12.1 |
| 3385 | 2026-08-25T20:55:15.927Z | Compiling num-derive v0.4.2 |
| 3386 | 2026-08-25T20:55:16.078Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3387 | 2026-08-25T20:55:16.127Z | Checking ingot v0.2.1 |
| 3388 | 2026-08-25T20:55:16.266Z | Compiling semver v0.1.20 |
| 3389 | 2026-08-25T20:55:16.563Z | Compiling rustc_version v0.1.7 |
| 3390 | 2026-08-25T20:55:16.794Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3391 | 2026-08-25T20:55:16.870Z | Checking smf v0.2.3 |
| 3392 | 2026-08-25T20:55:16.910Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3393 | 2026-08-25T20:55:16.942Z | Checking zone v0.3.1 |
| 3394 | 2026-08-25T20:55:16.957Z | Checking nom v8.0.0 |
| 3395 | 2026-08-25T20:55:16.977Z | Compiling typify-macro v0.6.2 |
| 3396 | 2026-08-25T20:55:17.105Z | Checking csv-core v0.1.13 |
| 3397 | 2026-08-25T20:55:17.125Z | Checking whoami v1.6.1 |
| 3398 | 2026-08-25T20:55:17.157Z | Compiling newtype_derive v0.1.6 |
| 3399 | 2026-08-25T20:55:17.283Z | Checking csv v1.4.0 |
| 3400 | 2026-08-25T20:55:17.298Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3401 | 2026-08-25T20:55:17.298Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3402 | 2026-08-25T20:55:17.345Z | Compiling cancel-safe-futures v0.1.5 |
| 3403 | 2026-08-25T20:55:17.482Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3404 | 2026-08-25T20:55:17.567Z | Compiling libefi-sys v0.1.0 |
| 3405 | 2026-08-25T20:55:17.645Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3406 | 2026-08-25T20:55:17.710Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3407 | 2026-08-25T20:55:17.780Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3408 | 2026-08-25T20:55:17.822Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3409 | 2026-08-25T20:55:17.840Z | Checking oxide-update-engine-types v0.1.2 |
| 3410 | 2026-08-25T20:55:18.026Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3411 | 2026-08-25T20:55:18.059Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3412 | 2026-08-25T20:55:18.133Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3413 | 2026-08-25T20:55:18.232Z | Compiling bitfield-struct v0.6.2 |
| 3414 | 2026-08-25T20:55:18.359Z | Checking linear-map v1.2.0 |
| 3415 | 2026-08-25T20:55:18.539Z | Checking steno v0.4.1 |
| 3416 | 2026-08-25T20:55:18.705Z | Compiling typify v0.6.2 |
| 3417 | 2026-08-25T20:55:18.768Z | Checking oxide-update-engine v0.1.2 |
| 3418 | 2026-08-25T20:55:18.817Z | Compiling progenitor-impl v0.14.0 |
| 3419 | 2026-08-25T20:55:18.856Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3420 | 2026-08-25T20:55:18.859Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3421 | 2026-08-25T20:55:18.891Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3422 | 2026-08-25T20:55:19.095Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3423 | 2026-08-25T20:55:19.177Z | Checking sha1 v0.10.6 |
| 3424 | 2026-08-25T20:55:19.256Z | Checking utf-8 v0.7.6 |
| 3425 | 2026-08-25T20:55:19.350Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3426 | 2026-08-25T20:55:19.393Z | Checking tungstenite v0.21.0 |
| 3427 | 2026-08-25T20:55:19.431Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3428 | 2026-08-25T20:55:19.562Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3429 | 2026-08-25T20:55:19.666Z | Checking ignore v0.4.25 |
| 3430 | 2026-08-25T20:55:19.701Z | Checking anstyle-parse v0.2.7 |
| 3431 | 2026-08-25T20:55:19.716Z | Compiling xshell-macros v0.2.7 |
| 3432 | 2026-08-25T20:55:19.811Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3433 | 2026-08-25T20:55:19.857Z | Checking anstream v0.6.21 |
| 3434 | 2026-08-25T20:55:19.896Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3435 | 2026-08-25T20:55:20.014Z | Checking tokio-tungstenite v0.21.0 |
| 3436 | 2026-08-25T20:55:20.061Z | Checking predicates-tree v1.0.13 |
| 3437 | 2026-08-25T20:55:20.076Z | Checking globwalk v0.9.1 |
| 3438 | 2026-08-25T20:55:20.090Z | Checking xshell v0.2.7 |
| 3439 | 2026-08-25T20:55:20.110Z | Checking filetime v0.2.27 |
| 3440 | 2026-08-25T20:55:20.172Z | Checking tagptr v0.2.0 |
| 3441 | 2026-08-25T20:55:20.246Z | Checking xattr v1.6.1 |
| 3442 | 2026-08-25T20:55:20.248Z | Checking camino-tempfile-ext v0.3.3 |
| 3443 | 2026-08-25T20:55:20.275Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3444 | 2026-08-25T20:55:20.289Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3445 | 2026-08-25T20:55:20.313Z | Checking moka v0.12.13 |
| 3446 | 2026-08-25T20:55:20.378Z | Checking tar v0.4.46 |
| 3447 | 2026-08-25T20:55:20.416Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3448 | 2026-08-25T20:55:20.446Z | Checking rand_seeder v0.4.0 |
| 3449 | 2026-08-25T20:55:20.463Z | Checking half v1.8.3 |
| 3450 | 2026-08-25T20:55:20.559Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3451 | 2026-08-25T20:55:20.594Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3452 | 2026-08-25T20:55:20.661Z | Checking serde_cbor v0.11.2 |
| 3453 | 2026-08-25T20:55:20.761Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3454 | 2026-08-25T20:55:20.904Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3455 | 2026-08-25T20:55:20.945Z | Checking hickory-resolver v0.25.2 |
| 3456 | 2026-08-25T20:55:21.039Z | Checking sha2 v0.11.0 |
| 3457 | 2026-08-25T20:55:21.044Z | Checking digest-io v0.1.0 |
| 3458 | 2026-08-25T20:55:21.187Z | Compiling petname v2.0.2 |
| 3459 | 2026-08-25T20:55:21.400Z | Compiling progenitor-macro v0.14.0 |
| 3460 | 2026-08-25T20:55:21.606Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3461 | 2026-08-25T20:55:21.669Z | Checking rawzip v0.4.4 |
| 3462 | 2026-08-25T20:55:21.686Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3463 | 2026-08-25T20:55:22.091Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3464 | 2026-08-25T20:55:22.106Z | Checking sapling-renderdag v0.1.0 |
| 3465 | 2026-08-25T20:55:22.162Z | Checking subprocess v0.2.15 |
| 3466 | 2026-08-25T20:55:22.224Z | Checking sync-ptr v0.1.4 |
| 3467 | 2026-08-25T20:55:22.339Z | Checking colored v2.2.0 |
| 3468 | 2026-08-25T20:55:22.339Z | Checking assert_matches v1.5.0 |
| 3469 | 2026-08-25T20:55:22.411Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3470 | 2026-08-25T20:55:22.564Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3471 | 2026-08-25T20:55:22.808Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3472 | 2026-08-25T20:55:22.858Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3473 | 2026-08-25T20:55:22.905Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3474 | 2026-08-25T20:55:23.463Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3475 | 2026-08-25T20:55:23.463Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3476 | 2026-08-25T20:55:24.338Z | Checking progenitor v0.14.0 |
| 3477 | 2026-08-25T20:55:24.471Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3478 | 2026-08-25T20:55:24.471Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3479 | 2026-08-25T20:55:24.478Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3480 | 2026-08-25T20:55:24.478Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3481 | 2026-08-25T20:55:24.478Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3482 | 2026-08-25T20:55:24.478Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3483 | 2026-08-25T20:55:24.872Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3484 | 2026-08-25T20:55:24.888Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3485 | 2026-08-25T20:55:24.920Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3486 | 2026-08-25T20:55:25.099Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3487 | 2026-08-25T20:55:25.161Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3488 | 2026-08-25T20:55:25.352Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3489 | 2026-08-25T20:55:26.210Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3490 | 2026-08-25T20:55:26.214Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3491 | 2026-08-25T20:55:26.876Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3492 | 2026-08-25T20:55:27.507Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3493 | 2026-08-25T20:55:36.080Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3494 | 2026-08-25T20:55:43.267Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3495 | 2026-08-25T20:55:43.271Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3496 | 2026-08-25T20:55:43.271Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3497 | 2026-08-25T20:55:44.772Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3498 | 2026-08-25T20:55:46.039Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3499 | 2026-08-25T20:55:48.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.37s |
| 3500 | 2026-08-25T20:55:48.747Z | |
| 3501 | 2026-08-25T20:55:48.747Z | info: running `cargo check --bins` on nexus-inventory (146/377) |
| 3502 | 2026-08-25T20:55:49.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-08-25T20:55:49.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-08-25T20:55:49.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-08-25T20:55:49.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3506 | 2026-08-25T20:55:49.127Z | |
| 3507 | 2026-08-25T20:55:49.127Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377) |
| 3508 | 2026-08-25T20:55:49.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-08-25T20:55:49.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-08-25T20:55:49.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-08-25T20:55:49.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3512 | 2026-08-25T20:55:49.696Z | |
| 3513 | 2026-08-25T20:55:49.696Z | info: running `cargo check --bins` on clickhouse-admin-server-client (148/377) |
| 3514 | 2026-08-25T20:55:50.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-08-25T20:55:50.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-08-25T20:55:50.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-08-25T20:55:50.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3518 | 2026-08-25T20:55:50.262Z | |
| 3519 | 2026-08-25T20:55:50.262Z | info: running `cargo check --bins` on dns-service-client (149/377) |
| 3520 | 2026-08-25T20:55:50.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-08-25T20:55:50.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-08-25T20:55:50.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-08-25T20:55:50.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3524 | 2026-08-25T20:55:50.839Z | |
| 3525 | 2026-08-25T20:55:50.839Z | info: running `cargo check --bins` on ntp-admin-client (150/377) |
| 3526 | 2026-08-25T20:55:51.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-08-25T20:55:51.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-08-25T20:55:51.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-08-25T20:55:51.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3530 | 2026-08-25T20:55:51.405Z | |
| 3531 | 2026-08-25T20:55:51.405Z | info: running `cargo check --bins` on omicron-cockroach-metrics (151/377) |
| 3532 | 2026-08-25T20:55:52.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-08-25T20:55:52.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-08-25T20:55:52.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-08-25T20:55:52.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3536 | 2026-08-25T20:55:52.718Z | |
| 3537 | 2026-08-25T20:55:52.718Z | info: running `cargo check --bins` on cockroach-admin-client (152/377) |
| 3538 | 2026-08-25T20:55:52.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-08-25T20:55:52.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-08-25T20:55:52.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-08-25T20:55:52.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3542 | 2026-08-25T20:55:52.719Z | |
| 3543 | 2026-08-25T20:55:52.719Z | info: running `cargo check --bins` on parallel-task-set (153/377) |
| 3544 | 2026-08-25T20:55:52.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-08-25T20:55:53.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-08-25T20:55:53.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-08-25T20:55:53.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3548 | 2026-08-25T20:55:53.077Z | |
| 3549 | 2026-08-25T20:55:53.077Z | info: running `cargo check --bins` on sled-agent-client (154/377) |
| 3550 | 2026-08-25T20:55:53.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-08-25T20:55:53.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-08-25T20:55:53.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-08-25T20:55:53.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3554 | 2026-08-25T20:55:53.685Z | |
| 3555 | 2026-08-25T20:55:53.685Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377) |
| 3556 | 2026-08-25T20:55:54.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-08-25T20:55:54.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-08-25T20:55:54.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-08-25T20:55:54.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3560 | 2026-08-25T20:55:54.245Z | |
| 3561 | 2026-08-25T20:55:54.245Z | info: running `cargo check --bins --no-default-features` on sled-storage (156/377) |
| 3562 | 2026-08-25T20:55:54.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-08-25T20:55:54.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-08-25T20:55:54.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-08-25T20:55:54.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3566 | 2026-08-25T20:55:54.835Z | |
| 3567 | 2026-08-25T20:55:54.835Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377) |
| 3568 | 2026-08-25T20:55:55.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-08-25T20:55:55.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-08-25T20:55:55.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-08-25T20:55:55.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3572 | 2026-08-25T20:55:55.428Z | |
| 3573 | 2026-08-25T20:55:55.428Z | info: running `cargo check --bins` on key-manager (158/377) |
| 3574 | 2026-08-25T20:55:55.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-08-25T20:55:55.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-08-25T20:55:55.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-08-25T20:55:55.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3578 | 2026-08-25T20:55:56.010Z | |
| 3579 | 2026-08-25T20:55:56.010Z | info: running `cargo check --bins --no-default-features` on sled-hardware (159/377) |
| 3580 | 2026-08-25T20:56:00.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-08-25T20:56:00.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-08-25T20:56:00.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-08-25T20:56:00.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3584 | 2026-08-25T20:56:00.062Z | |
| 3585 | 2026-08-25T20:56:00.062Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377) |
| 3586 | 2026-08-25T20:56:00.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-08-25T20:56:00.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-08-25T20:56:00.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-08-25T20:56:00.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3590 | 2026-08-25T20:56:00.062Z | |
| 3591 | 2026-08-25T20:56:00.062Z | info: running `cargo check --bins` on typed-rng (161/377) |
| 3592 | 2026-08-25T20:56:00.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-08-25T20:56:00.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-08-25T20:56:00.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-08-25T20:56:00.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3596 | 2026-08-25T20:56:00.062Z | |
| 3597 | 2026-08-25T20:56:00.062Z | info: running `cargo check --bins` on gateway-test-utils (162/377) |
| 3598 | 2026-08-25T20:56:00.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-08-25T20:56:00.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-08-25T20:56:00.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-08-25T20:56:00.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3602 | 2026-08-25T20:56:00.062Z | |
| 3603 | 2026-08-25T20:56:00.062Z | info: running `cargo check --bins` on omicron-gateway (163/377) |
| 3604 | 2026-08-25T20:56:00.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-08-25T20:56:00.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-08-25T20:56:00.062Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3607 | 2026-08-25T20:56:00.062Z | Checking void v1.0.2 |
| 3608 | 2026-08-25T20:56:00.063Z | Checking tungstenite v0.23.0 |
| 3609 | 2026-08-25T20:56:00.063Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3610 | 2026-08-25T20:56:00.063Z | Checking dropshot-api-manager-types v0.8.0 |
| 3611 | 2026-08-25T20:56:00.063Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3612 | 2026-08-25T20:56:00.063Z | Checking nix v0.27.1 |
| 3613 | 2026-08-25T20:56:00.063Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3614 | 2026-08-25T20:56:00.063Z | Checking lzss v0.8.2 |
| 3615 | 2026-08-25T20:56:00.063Z | Checking kstat-rs v0.2.5 |
| 3616 | 2026-08-25T20:56:00.063Z | Checking fxhash v0.2.1 |
| 3617 | 2026-08-25T20:56:00.063Z | Checking serde_bytes v0.11.19 |
| 3618 | 2026-08-25T20:56:00.063Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3619 | 2026-08-25T20:56:00.063Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3620 | 2026-08-25T20:56:00.063Z | Checking signal-hook-tokio v0.3.1 |
| 3621 | 2026-08-25T20:56:00.063Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3622 | 2026-08-25T20:56:00.063Z | Checking tokio-tungstenite v0.23.1 |
| 3623 | 2026-08-25T20:56:00.063Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3624 | 2026-08-25T20:56:00.756Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3625 | 2026-08-25T20:56:01.306Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3626 | 2026-08-25T20:56:03.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s |
| 3627 | 2026-08-25T20:56:03.614Z | |
| 3628 | 2026-08-25T20:56:03.614Z | info: running `cargo check --bins` on gateway-api (164/377) |
| 3629 | 2026-08-25T20:56:04.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-08-25T20:56:04.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-08-25T20:56:04.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-08-25T20:56:04.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3633 | 2026-08-25T20:56:04.175Z | |
| 3634 | 2026-08-25T20:56:04.175Z | info: running `cargo check --bins` on ipcc (165/377) |
| 3635 | 2026-08-25T20:56:04.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-08-25T20:56:04.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-08-25T20:56:04.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-08-25T20:56:04.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3639 | 2026-08-25T20:56:04.734Z | |
| 3640 | 2026-08-25T20:56:04.734Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377) |
| 3641 | 2026-08-25T20:56:05.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-08-25T20:56:05.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-08-25T20:56:05.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-08-25T20:56:05.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3645 | 2026-08-25T20:56:05.282Z | |
| 3646 | 2026-08-25T20:56:05.282Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377) |
| 3647 | 2026-08-25T20:56:05.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-08-25T20:56:05.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-08-25T20:56:05.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-08-25T20:56:05.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3651 | 2026-08-25T20:56:05.863Z | |
| 3652 | 2026-08-25T20:56:05.863Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377) |
| 3653 | 2026-08-25T20:56:06.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-08-25T20:56:06.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-08-25T20:56:06.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-08-25T20:56:06.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3657 | 2026-08-25T20:56:06.433Z | |
| 3658 | 2026-08-25T20:56:06.434Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377) |
| 3659 | 2026-08-25T20:56:06.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-08-25T20:56:06.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-08-25T20:56:06.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2026-08-25T20:56:06.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3663 | 2026-08-25T20:56:07.002Z | |
| 3664 | 2026-08-25T20:56:07.002Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377) |
| 3665 | 2026-08-25T20:56:07.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-08-25T20:56:07.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-08-25T20:56:07.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2026-08-25T20:56:07.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3669 | 2026-08-25T20:56:07.571Z | |
| 3670 | 2026-08-25T20:56:07.572Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377) |
| 3671 | 2026-08-25T20:56:08.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-08-25T20:56:08.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-08-25T20:56:08.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2026-08-25T20:56:08.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3675 | 2026-08-25T20:56:08.158Z | |
| 3676 | 2026-08-25T20:56:08.158Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377) |
| 3677 | 2026-08-25T20:56:08.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-08-25T20:56:08.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-08-25T20:56:08.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2026-08-25T20:56:08.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3681 | 2026-08-25T20:56:08.730Z | |
| 3682 | 2026-08-25T20:56:08.730Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377) |
| 3683 | 2026-08-25T20:56:09.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-08-25T20:56:09.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-08-25T20:56:09.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-08-25T20:56:09.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3687 | 2026-08-25T20:56:09.303Z | |
| 3688 | 2026-08-25T20:56:09.303Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377) |
| 3689 | 2026-08-25T20:56:09.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-08-25T20:56:09.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-08-25T20:56:09.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-08-25T20:56:09.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3693 | 2026-08-25T20:56:09.875Z | |
| 3694 | 2026-08-25T20:56:09.875Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377) |
| 3695 | 2026-08-25T20:56:10.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-08-25T20:56:10.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-08-25T20:56:10.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2026-08-25T20:56:10.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3699 | 2026-08-25T20:56:10.443Z | |
| 3700 | 2026-08-25T20:56:10.443Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377) |
| 3701 | 2026-08-25T20:56:10.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2026-08-25T20:56:10.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2026-08-25T20:56:10.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3704 | 2026-08-25T20:56:10.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3705 | 2026-08-25T20:56:11.019Z | |
| 3706 | 2026-08-25T20:56:11.019Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377) |
| 3707 | 2026-08-25T20:56:11.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2026-08-25T20:56:11.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2026-08-25T20:56:11.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2026-08-25T20:56:11.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3711 | 2026-08-25T20:56:11.585Z | |
| 3712 | 2026-08-25T20:56:11.585Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377) |
| 3713 | 2026-08-25T20:56:12.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2026-08-25T20:56:12.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2026-08-25T20:56:12.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3716 | 2026-08-25T20:56:12.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3717 | 2026-08-25T20:56:12.156Z | |
| 3718 | 2026-08-25T20:56:12.156Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377) |
| 3719 | 2026-08-25T20:56:12.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2026-08-25T20:56:12.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2026-08-25T20:56:12.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3722 | 2026-08-25T20:56:12.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3723 | 2026-08-25T20:56:12.731Z | |
| 3724 | 2026-08-25T20:56:12.731Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377) |
| 3725 | 2026-08-25T20:56:13.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2026-08-25T20:56:13.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2026-08-25T20:56:13.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2026-08-25T20:56:13.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3729 | 2026-08-25T20:56:13.305Z | |
| 3730 | 2026-08-25T20:56:13.305Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377) |
| 3731 | 2026-08-25T20:56:13.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2026-08-25T20:56:13.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2026-08-25T20:56:13.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2026-08-25T20:56:13.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3735 | 2026-08-25T20:56:13.879Z | |
| 3736 | 2026-08-25T20:56:13.879Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377) |
| 3737 | 2026-08-25T20:56:14.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2026-08-25T20:56:14.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2026-08-25T20:56:14.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3740 | 2026-08-25T20:56:14.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3741 | 2026-08-25T20:56:14.461Z | |
| 3742 | 2026-08-25T20:56:14.461Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377) |
| 3743 | 2026-08-25T20:56:14.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3744 | 2026-08-25T20:56:14.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3745 | 2026-08-25T20:56:14.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3746 | 2026-08-25T20:56:14.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3747 | 2026-08-25T20:56:15.048Z | |
| 3748 | 2026-08-25T20:56:15.048Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377) |
| 3749 | 2026-08-25T20:56:15.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3750 | 2026-08-25T20:56:15.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3751 | 2026-08-25T20:56:15.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3752 | 2026-08-25T20:56:15.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3753 | 2026-08-25T20:56:15.631Z | |
| 3754 | 2026-08-25T20:56:15.631Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377) |
| 3755 | 2026-08-25T20:56:16.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3756 | 2026-08-25T20:56:16.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3757 | 2026-08-25T20:56:16.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3758 | 2026-08-25T20:56:16.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3759 | 2026-08-25T20:56:16.213Z | |
| 3760 | 2026-08-25T20:56:16.213Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377) |
| 3761 | 2026-08-25T20:56:16.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3762 | 2026-08-25T20:56:16.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3763 | 2026-08-25T20:56:16.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3764 | 2026-08-25T20:56:16.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3765 | 2026-08-25T20:56:16.812Z | |
| 3766 | 2026-08-25T20:56:16.812Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377) |
| 3767 | 2026-08-25T20:56:17.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3768 | 2026-08-25T20:56:17.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3769 | 2026-08-25T20:56:17.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3770 | 2026-08-25T20:56:17.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3771 | 2026-08-25T20:56:17.412Z | |
| 3772 | 2026-08-25T20:56:17.412Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377) |
| 3773 | 2026-08-25T20:56:17.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3774 | 2026-08-25T20:56:17.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3775 | 2026-08-25T20:56:17.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3776 | 2026-08-25T20:56:17.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3777 | 2026-08-25T20:56:18.011Z | |
| 3778 | 2026-08-25T20:56:18.011Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377) |
| 3779 | 2026-08-25T20:56:18.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3780 | 2026-08-25T20:56:18.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3781 | 2026-08-25T20:56:18.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3782 | 2026-08-25T20:56:18.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3783 | 2026-08-25T20:56:18.610Z | |
| 3784 | 2026-08-25T20:56:18.610Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377) |
| 3785 | 2026-08-25T20:56:19.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2026-08-25T20:56:19.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2026-08-25T20:56:19.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3788 | 2026-08-25T20:56:19.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3789 | 2026-08-25T20:56:19.209Z | |
| 3790 | 2026-08-25T20:56:19.210Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377) |
| 3791 | 2026-08-25T20:56:19.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3792 | 2026-08-25T20:56:19.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3793 | 2026-08-25T20:56:19.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3794 | 2026-08-25T20:56:19.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3795 | 2026-08-25T20:56:19.808Z | |
| 3796 | 2026-08-25T20:56:19.808Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377) |
| 3797 | 2026-08-25T20:56:20.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3798 | 2026-08-25T20:56:20.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3799 | 2026-08-25T20:56:20.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3800 | 2026-08-25T20:56:20.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3801 | 2026-08-25T20:56:20.414Z | |
| 3802 | 2026-08-25T20:56:20.414Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377) |
| 3803 | 2026-08-25T20:56:20.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3804 | 2026-08-25T20:56:20.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3805 | 2026-08-25T20:56:20.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3806 | 2026-08-25T20:56:20.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3807 | 2026-08-25T20:56:21.018Z | |
| 3808 | 2026-08-25T20:56:21.018Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377) |
| 3809 | 2026-08-25T20:56:21.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3810 | 2026-08-25T20:56:21.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3811 | 2026-08-25T20:56:21.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3812 | 2026-08-25T20:56:21.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3813 | 2026-08-25T20:56:21.623Z | |
| 3814 | 2026-08-25T20:56:21.623Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377) |
| 3815 | 2026-08-25T20:56:22.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3816 | 2026-08-25T20:56:22.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3817 | 2026-08-25T20:56:22.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3818 | 2026-08-25T20:56:22.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3819 | 2026-08-25T20:56:22.219Z | |
| 3820 | 2026-08-25T20:56:22.219Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377) |
| 3821 | 2026-08-25T20:56:22.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3822 | 2026-08-25T20:56:22.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3823 | 2026-08-25T20:56:22.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3824 | 2026-08-25T20:56:22.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3825 | 2026-08-25T20:56:22.826Z | |
| 3826 | 2026-08-25T20:56:22.826Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377) |
| 3827 | 2026-08-25T20:56:23.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3828 | 2026-08-25T20:56:23.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3829 | 2026-08-25T20:56:23.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3830 | 2026-08-25T20:56:23.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3831 | 2026-08-25T20:56:23.429Z | |
| 3832 | 2026-08-25T20:56:23.429Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377) |
| 3833 | 2026-08-25T20:56:23.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3834 | 2026-08-25T20:56:23.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3835 | 2026-08-25T20:56:23.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3836 | 2026-08-25T20:56:23.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3837 | 2026-08-25T20:56:24.036Z | |
| 3838 | 2026-08-25T20:56:24.036Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377) |
| 3839 | 2026-08-25T20:56:24.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3840 | 2026-08-25T20:56:24.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3841 | 2026-08-25T20:56:24.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3842 | 2026-08-25T20:56:24.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3843 | 2026-08-25T20:56:24.640Z | |
| 3844 | 2026-08-25T20:56:24.640Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377) |
| 3845 | 2026-08-25T20:56:25.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-08-25T20:56:25.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-08-25T20:56:25.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3848 | 2026-08-25T20:56:25.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3849 | 2026-08-25T20:56:25.242Z | |
| 3850 | 2026-08-25T20:56:25.243Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377) |
| 3851 | 2026-08-25T20:56:25.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-08-25T20:56:25.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-08-25T20:56:25.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3854 | 2026-08-25T20:56:25.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3855 | 2026-08-25T20:56:25.843Z | |
| 3856 | 2026-08-25T20:56:25.844Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377) |
| 3857 | 2026-08-25T20:56:26.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-08-25T20:56:26.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-08-25T20:56:26.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3860 | 2026-08-25T20:56:26.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3861 | 2026-08-25T20:56:26.443Z | |
| 3862 | 2026-08-25T20:56:26.443Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377) |
| 3863 | 2026-08-25T20:56:26.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-08-25T20:56:26.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-08-25T20:56:26.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3866 | 2026-08-25T20:56:26.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3867 | 2026-08-25T20:56:27.054Z | |
| 3868 | 2026-08-25T20:56:27.054Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377) |
| 3869 | 2026-08-25T20:56:27.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-08-25T20:56:27.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-08-25T20:56:27.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3872 | 2026-08-25T20:56:27.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3873 | 2026-08-25T20:56:27.651Z | |
| 3874 | 2026-08-25T20:56:27.652Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377) |
| 3875 | 2026-08-25T20:56:28.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-08-25T20:56:28.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-08-25T20:56:28.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3878 | 2026-08-25T20:56:28.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3879 | 2026-08-25T20:56:28.263Z | |
| 3880 | 2026-08-25T20:56:28.263Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377) |
| 3881 | 2026-08-25T20:56:28.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-08-25T20:56:28.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-08-25T20:56:28.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3884 | 2026-08-25T20:56:28.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3885 | 2026-08-25T20:56:28.847Z | |
| 3886 | 2026-08-25T20:56:28.848Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377) |
| 3887 | 2026-08-25T20:56:29.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-08-25T20:56:29.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-08-25T20:56:29.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-08-25T20:56:29.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3891 | 2026-08-25T20:56:29.441Z | |
| 3892 | 2026-08-25T20:56:29.441Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377) |
| 3893 | 2026-08-25T20:56:29.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-08-25T20:56:29.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-08-25T20:56:29.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-08-25T20:56:29.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3897 | 2026-08-25T20:56:30.037Z | |
| 3898 | 2026-08-25T20:56:30.037Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377) |
| 3899 | 2026-08-25T20:56:30.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-08-25T20:56:30.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-08-25T20:56:30.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-08-25T20:56:30.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3903 | 2026-08-25T20:56:30.630Z | |
| 3904 | 2026-08-25T20:56:30.630Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377) |
| 3905 | 2026-08-25T20:56:31.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-08-25T20:56:31.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-08-25T20:56:31.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-08-25T20:56:31.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3909 | 2026-08-25T20:56:31.241Z | |
| 3910 | 2026-08-25T20:56:31.241Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377) |
| 3911 | 2026-08-25T20:56:31.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-08-25T20:56:31.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-08-25T20:56:31.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-08-25T20:56:31.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3915 | 2026-08-25T20:56:31.818Z | |
| 3916 | 2026-08-25T20:56:31.818Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377) |
| 3917 | 2026-08-25T20:56:32.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-08-25T20:56:32.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-08-25T20:56:32.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-08-25T20:56:32.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3921 | 2026-08-25T20:56:32.410Z | |
| 3922 | 2026-08-25T20:56:32.411Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377) |
| 3923 | 2026-08-25T20:56:32.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-08-25T20:56:32.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-08-25T20:56:32.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-08-25T20:56:32.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3927 | 2026-08-25T20:56:33.001Z | |
| 3928 | 2026-08-25T20:56:33.002Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377) |
| 3929 | 2026-08-25T20:56:33.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-08-25T20:56:33.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-08-25T20:56:33.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-08-25T20:56:33.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3933 | 2026-08-25T20:56:33.605Z | |
| 3934 | 2026-08-25T20:56:33.605Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377) |
| 3935 | 2026-08-25T20:56:34.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-08-25T20:56:34.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-08-25T20:56:34.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-08-25T20:56:34.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3939 | 2026-08-25T20:56:34.199Z | |
| 3940 | 2026-08-25T20:56:34.199Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377) |
| 3941 | 2026-08-25T20:56:34.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-08-25T20:56:34.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-08-25T20:56:34.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-08-25T20:56:34.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3945 | 2026-08-25T20:56:34.799Z | |
| 3946 | 2026-08-25T20:56:34.799Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377) |
| 3947 | 2026-08-25T20:56:35.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-08-25T20:56:35.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-08-25T20:56:35.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-08-25T20:56:35.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3951 | 2026-08-25T20:56:35.394Z | |
| 3952 | 2026-08-25T20:56:35.394Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377) |
| 3953 | 2026-08-25T20:56:35.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-08-25T20:56:35.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-08-25T20:56:35.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-08-25T20:56:35.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3957 | 2026-08-25T20:56:35.987Z | |
| 3958 | 2026-08-25T20:56:35.987Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377) |
| 3959 | 2026-08-25T20:56:36.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-08-25T20:56:36.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-08-25T20:56:36.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-08-25T20:56:36.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3963 | 2026-08-25T20:56:36.573Z | |
| 3964 | 2026-08-25T20:56:36.573Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377) |
| 3965 | 2026-08-25T20:56:37.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-08-25T20:56:37.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-08-25T20:56:37.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-08-25T20:56:37.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3969 | 2026-08-25T20:56:37.183Z | |
| 3970 | 2026-08-25T20:56:37.183Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377) |
| 3971 | 2026-08-25T20:56:37.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-08-25T20:56:37.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-08-25T20:56:37.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-08-25T20:56:37.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3975 | 2026-08-25T20:56:37.792Z | |
| 3976 | 2026-08-25T20:56:37.792Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377) |
| 3977 | 2026-08-25T20:56:38.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-08-25T20:56:38.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-08-25T20:56:38.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-08-25T20:56:38.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3981 | 2026-08-25T20:56:38.404Z | |
| 3982 | 2026-08-25T20:56:38.404Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377) |
| 3983 | 2026-08-25T20:56:38.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-08-25T20:56:38.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-08-25T20:56:38.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-08-25T20:56:38.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3987 | 2026-08-25T20:56:39.014Z | |
| 3988 | 2026-08-25T20:56:39.014Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377) |
| 3989 | 2026-08-25T20:56:39.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-08-25T20:56:39.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-08-25T20:56:39.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-08-25T20:56:39.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3993 | 2026-08-25T20:56:39.620Z | |
| 3994 | 2026-08-25T20:56:39.620Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377) |
| 3995 | 2026-08-25T20:56:40.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-08-25T20:56:40.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-08-25T20:56:40.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-08-25T20:56:40.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3999 | 2026-08-25T20:56:40.229Z | |
| 4000 | 2026-08-25T20:56:40.229Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377) |
| 4001 | 2026-08-25T20:56:40.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-08-25T20:56:40.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-08-25T20:56:40.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-08-25T20:56:40.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4005 | 2026-08-25T20:56:40.840Z | |
| 4006 | 2026-08-25T20:56:40.840Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377) |
| 4007 | 2026-08-25T20:56:41.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-08-25T20:56:41.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-08-25T20:56:41.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-08-25T20:56:41.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4011 | 2026-08-25T20:56:41.452Z | |
| 4012 | 2026-08-25T20:56:41.452Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377) |
| 4013 | 2026-08-25T20:56:41.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-08-25T20:56:41.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-08-25T20:56:41.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4016 | 2026-08-25T20:56:41.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4017 | 2026-08-25T20:56:42.060Z | |
| 4018 | 2026-08-25T20:56:42.060Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377) |
| 4019 | 2026-08-25T20:56:42.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4020 | 2026-08-25T20:56:42.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4021 | 2026-08-25T20:56:42.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4022 | 2026-08-25T20:56:42.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4023 | 2026-08-25T20:56:42.671Z | |
| 4024 | 2026-08-25T20:56:42.671Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377) |
| 4025 | 2026-08-25T20:56:43.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4026 | 2026-08-25T20:56:43.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4027 | 2026-08-25T20:56:43.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4028 | 2026-08-25T20:56:43.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4029 | 2026-08-25T20:56:43.288Z | |
| 4030 | 2026-08-25T20:56:43.288Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377) |
| 4031 | 2026-08-25T20:56:43.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4032 | 2026-08-25T20:56:43.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4033 | 2026-08-25T20:56:43.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4034 | 2026-08-25T20:56:43.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4035 | 2026-08-25T20:56:43.899Z | |
| 4036 | 2026-08-25T20:56:43.899Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377) |
| 4037 | 2026-08-25T20:56:44.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2026-08-25T20:56:44.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2026-08-25T20:56:44.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4040 | 2026-08-25T20:56:44.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4041 | 2026-08-25T20:56:44.505Z | |
| 4042 | 2026-08-25T20:56:44.505Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377) |
| 4043 | 2026-08-25T20:56:45.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4044 | 2026-08-25T20:56:45.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4045 | 2026-08-25T20:56:45.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4046 | 2026-08-25T20:56:45.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4047 | 2026-08-25T20:56:45.124Z | |
| 4048 | 2026-08-25T20:56:45.124Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377) |
| 4049 | 2026-08-25T20:56:45.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2026-08-25T20:56:45.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2026-08-25T20:56:45.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4052 | 2026-08-25T20:56:45.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4053 | 2026-08-25T20:56:45.740Z | |
| 4054 | 2026-08-25T20:56:45.740Z | info: running `cargo check --bins` on oximeter-producer (235/377) |
| 4055 | 2026-08-25T20:56:46.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2026-08-25T20:56:46.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2026-08-25T20:56:46.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4058 | 2026-08-25T20:56:46.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4059 | 2026-08-25T20:56:46.371Z | |
| 4060 | 2026-08-25T20:56:46.371Z | info: running `cargo check --bins` on internal-dns-resolver (236/377) |
| 4061 | 2026-08-25T20:56:46.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4062 | 2026-08-25T20:56:46.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4063 | 2026-08-25T20:56:46.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4064 | 2026-08-25T20:56:46.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4065 | 2026-08-25T20:56:46.970Z | |
| 4066 | 2026-08-25T20:56:46.970Z | info: running `cargo check --bins` on dns-server (237/377) |
| 4067 | 2026-08-25T20:56:47.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4068 | 2026-08-25T20:56:47.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4069 | 2026-08-25T20:56:47.638Z | Compiling parking_lot_core v0.8.6 |
| 4070 | 2026-08-25T20:56:47.750Z | Compiling git-stub v1.0.0 |
| 4071 | 2026-08-25T20:56:47.759Z | Checking prefix-trie v0.7.0 |
| 4072 | 2026-08-25T20:56:47.766Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4073 | 2026-08-25T20:56:47.948Z | Compiling git-stub-vcs v0.1.0 |
| 4074 | 2026-08-25T20:56:48.049Z | Checking hickory-server v0.25.2 |
| 4075 | 2026-08-25T20:56:48.154Z | Checking parking_lot v0.11.2 |
| 4076 | 2026-08-25T20:56:48.190Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4077 | 2026-08-25T20:56:48.326Z | Checking sled v0.34.7 |
| 4078 | 2026-08-25T20:56:50.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 4079 | 2026-08-25T20:56:50.477Z | |
| 4080 | 2026-08-25T20:56:50.477Z | info: running `cargo check --bins` on dns-server-api (238/377) |
| 4081 | 2026-08-25T20:56:50.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2026-08-25T20:56:50.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2026-08-25T20:56:50.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4084 | 2026-08-25T20:56:50.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4085 | 2026-08-25T20:56:51.062Z | |
| 4086 | 2026-08-25T20:56:51.062Z | info: running `cargo check --bins` on nexus-client (239/377) |
| 4087 | 2026-08-25T20:56:51.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2026-08-25T20:56:51.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2026-08-25T20:56:51.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4090 | 2026-08-25T20:56:51.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4091 | 2026-08-25T20:56:51.679Z | |
| 4092 | 2026-08-25T20:56:51.679Z | info: running `cargo check --bins` on oximeter-producer-api (240/377) |
| 4093 | 2026-08-25T20:56:52.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-08-25T20:56:52.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-08-25T20:56:52.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4096 | 2026-08-25T20:56:52.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4097 | 2026-08-25T20:56:52.265Z | |
| 4098 | 2026-08-25T20:56:52.265Z | info: running `cargo check --bins` on sp-sim (241/377) |
| 4099 | 2026-08-25T20:56:52.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2026-08-25T20:56:52.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2026-08-25T20:56:52.998Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4102 | 2026-08-25T20:56:53.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 4103 | 2026-08-25T20:56:53.726Z | |
| 4104 | 2026-08-25T20:56:53.726Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377) |
| 4105 | 2026-08-25T20:56:54.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4106 | 2026-08-25T20:56:54.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4107 | 2026-08-25T20:56:54.573Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4108 | 2026-08-25T20:56:54.704Z | Compiling hashbrown v0.14.5 |
| 4109 | 2026-08-25T20:56:54.704Z | Compiling rfc6979 v0.4.0 |
| 4110 | 2026-08-25T20:56:54.714Z | Compiling salty v0.3.0 |
| 4111 | 2026-08-25T20:56:54.732Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4112 | 2026-08-25T20:56:54.742Z | Compiling primeorder v0.13.6 |
| 4113 | 2026-08-25T20:56:54.756Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4114 | 2026-08-25T20:56:54.842Z | Compiling ecdsa v0.16.9 |
| 4115 | 2026-08-25T20:56:54.873Z | Compiling sha1 v0.10.6 |
| 4116 | 2026-08-25T20:56:54.998Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4117 | 2026-08-25T20:56:55.091Z | Compiling proc-macro-error2 v2.0.1 |
| 4118 | 2026-08-25T20:56:55.187Z | Compiling p384 v0.13.1 |
| 4119 | 2026-08-25T20:56:55.205Z | Compiling chumsky v0.9.3 |
| 4120 | 2026-08-25T20:56:55.222Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4121 | 2026-08-25T20:56:55.252Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4122 | 2026-08-25T20:56:55.397Z | Compiling knus-derive v3.4.0 |
| 4123 | 2026-08-25T20:56:55.430Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4124 | 2026-08-25T20:56:55.498Z | Checking libscf-sys v1.2.0 |
| 4125 | 2026-08-25T20:56:55.541Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4126 | 2026-08-25T20:56:55.632Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4127 | 2026-08-25T20:56:55.746Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4128 | 2026-08-25T20:56:55.771Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4129 | 2026-08-25T20:56:55.934Z | Checking corncobs v0.1.4 |
| 4130 | 2026-08-25T20:56:55.973Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4131 | 2026-08-25T20:56:55.995Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4132 | 2026-08-25T20:56:55.998Z | Checking papergrid v0.18.0 |
| 4133 | 2026-08-25T20:56:56.023Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4134 | 2026-08-25T20:56:56.071Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4135 | 2026-08-25T20:56:56.145Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4136 | 2026-08-25T20:56:56.192Z | Checking secrecy v0.8.0 |
| 4137 | 2026-08-25T20:56:56.324Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4138 | 2026-08-25T20:56:56.340Z | Compiling unicase v2.9.0 |
| 4139 | 2026-08-25T20:56:56.462Z | Compiling progenitor-impl v0.13.0 |
| 4140 | 2026-08-25T20:56:56.530Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4141 | 2026-08-25T20:56:56.544Z | Compiling mime_guess v2.0.5 |
| 4142 | 2026-08-25T20:56:56.566Z | Checking crc8 v0.1.1 |
| 4143 | 2026-08-25T20:56:56.665Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4144 | 2026-08-25T20:56:56.800Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4145 | 2026-08-25T20:56:56.815Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4146 | 2026-08-25T20:56:56.819Z | Checking tabled v0.21.0 |
| 4147 | 2026-08-25T20:56:56.846Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4148 | 2026-08-25T20:56:56.886Z | Compiling knus v3.4.0 |
| 4149 | 2026-08-25T20:56:57.388Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4150 | 2026-08-25T20:56:57.637Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4151 | 2026-08-25T20:56:57.664Z | Checking progenitor-client v0.13.0 |
| 4152 | 2026-08-25T20:56:57.806Z | Checking http-range v0.1.5 |
| 4153 | 2026-08-25T20:56:57.911Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4154 | 2026-08-25T20:56:57.938Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4155 | 2026-08-25T20:56:58.025Z | Checking scuffle v0.1.0 |
| 4156 | 2026-08-25T20:56:58.099Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4157 | 2026-08-25T20:56:58.287Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4158 | 2026-08-25T20:56:58.602Z | Checking nanorand v0.7.0 |
| 4159 | 2026-08-25T20:56:58.689Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4160 | 2026-08-25T20:56:58.811Z | Checking flume v0.11.1 |
| 4161 | 2026-08-25T20:56:58.949Z | Checking hyper-staticfile v0.10.1 |
| 4162 | 2026-08-25T20:56:59.028Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4163 | 2026-08-25T20:56:59.061Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4164 | 2026-08-25T20:56:59.080Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4165 | 2026-08-25T20:56:59.126Z | Compiling progenitor-macro v0.13.0 |
| 4166 | 2026-08-25T20:56:59.142Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4167 | 2026-08-25T20:56:59.232Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4168 | 2026-08-25T20:56:59.249Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4169 | 2026-08-25T20:56:59.434Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4170 | 2026-08-25T20:56:59.493Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4171 | 2026-08-25T20:56:59.650Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4172 | 2026-08-25T20:56:59.710Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4173 | 2026-08-25T20:56:59.873Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4174 | 2026-08-25T20:56:59.969Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4175 | 2026-08-25T20:57:00.198Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4176 | 2026-08-25T20:57:01.492Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4177 | 2026-08-25T20:57:02.620Z | Checking progenitor v0.13.0 |
| 4178 | 2026-08-25T20:57:02.762Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4179 | 2026-08-25T20:57:03.504Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4180 | 2026-08-25T20:57:04.583Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4181 | 2026-08-25T20:57:05.049Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4182 | 2026-08-25T20:57:05.174Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4183 | 2026-08-25T20:57:05.175Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4184 | 2026-08-25T20:57:18.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.14s |
| 4185 | 2026-08-25T20:57:18.879Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4186 | 2026-08-25T20:57:18.879Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4187 | 2026-08-25T20:57:19.075Z | |
| 4188 | 2026-08-25T20:57:19.075Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377) |
| 4189 | 2026-08-25T20:57:19.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-08-25T20:57:19.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-08-25T20:57:19.873Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4192 | 2026-08-25T20:57:30.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s |
| 4193 | 2026-08-25T20:57:30.586Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4194 | 2026-08-25T20:57:30.586Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4195 | 2026-08-25T20:57:30.792Z | |
| 4196 | 2026-08-25T20:57:30.792Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377) |
| 4197 | 2026-08-25T20:57:31.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4198 | 2026-08-25T20:57:31.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4199 | 2026-08-25T20:57:32.017Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4200 | 2026-08-25T20:57:42.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 4201 | 2026-08-25T20:57:42.336Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4202 | 2026-08-25T20:57:42.336Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4203 | 2026-08-25T20:57:42.470Z | |
| 4204 | 2026-08-25T20:57:42.470Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377) |
| 4205 | 2026-08-25T20:57:43.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4206 | 2026-08-25T20:57:43.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4207 | 2026-08-25T20:57:43.263Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4208 | 2026-08-25T20:57:53.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s |
| 4209 | 2026-08-25T20:57:53.969Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4210 | 2026-08-25T20:57:53.969Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4211 | 2026-08-25T20:57:54.170Z | |
| 4212 | 2026-08-25T20:57:54.170Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377) |
| 4213 | 2026-08-25T20:57:54.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-08-25T20:57:54.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-08-25T20:57:54.964Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4216 | 2026-08-25T20:58:05.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 4217 | 2026-08-25T20:58:05.628Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4218 | 2026-08-25T20:58:05.628Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4219 | 2026-08-25T20:58:05.829Z | |
| 4220 | 2026-08-25T20:58:05.829Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377) |
| 4221 | 2026-08-25T20:58:06.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4222 | 2026-08-25T20:58:06.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4223 | 2026-08-25T20:58:06.616Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4224 | 2026-08-25T20:58:17.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s |
| 4225 | 2026-08-25T20:58:17.357Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4226 | 2026-08-25T20:58:17.357Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4227 | 2026-08-25T20:58:17.557Z | |
| 4228 | 2026-08-25T20:58:17.558Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377) |
| 4229 | 2026-08-25T20:58:18.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-08-25T20:58:18.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-08-25T20:58:18.346Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4232 | 2026-08-25T20:58:28.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 4233 | 2026-08-25T20:58:29.002Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4234 | 2026-08-25T20:58:29.002Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4235 | 2026-08-25T20:58:29.186Z | |
| 4236 | 2026-08-25T20:58:29.187Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377) |
| 4237 | 2026-08-25T20:58:29.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4238 | 2026-08-25T20:58:29.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4239 | 2026-08-25T20:58:29.998Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4240 | 2026-08-25T20:58:40.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.69s |
| 4241 | 2026-08-25T20:58:40.894Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4242 | 2026-08-25T20:58:40.894Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4243 | 2026-08-25T20:58:41.106Z | |
| 4244 | 2026-08-25T20:58:41.106Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377) |
| 4245 | 2026-08-25T20:58:41.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4246 | 2026-08-25T20:58:41.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4247 | 2026-08-25T20:58:41.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4248 | 2026-08-25T20:58:41.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4249 | 2026-08-25T20:58:41.724Z | |
| 4250 | 2026-08-25T20:58:41.725Z | info: running `cargo check --bins` on installinator-common (251/377) |
| 4251 | 2026-08-25T20:58:42.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4252 | 2026-08-25T20:58:42.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4253 | 2026-08-25T20:58:42.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4254 | 2026-08-25T20:58:42.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4255 | 2026-08-25T20:58:42.353Z | |
| 4256 | 2026-08-25T20:58:42.353Z | info: running `cargo check --bins` on installinator-common-versions (252/377) |
| 4257 | 2026-08-25T20:58:42.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-08-25T20:58:42.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-08-25T20:58:42.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4260 | 2026-08-25T20:58:42.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4261 | 2026-08-25T20:58:42.939Z | |
| 4262 | 2026-08-25T20:58:42.940Z | info: running `cargo check --bins` on nexus-lockstep-client (253/377) |
| 4263 | 2026-08-25T20:58:43.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-08-25T20:58:43.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-08-25T20:58:43.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4266 | 2026-08-25T20:58:43.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4267 | 2026-08-25T20:58:43.580Z | |
| 4268 | 2026-08-25T20:58:43.580Z | info: running `cargo check --bins` on omicron-ddm-admin-client (254/377) |
| 4269 | 2026-08-25T20:58:44.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-08-25T20:58:44.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-08-25T20:58:44.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4272 | 2026-08-25T20:58:44.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4273 | 2026-08-25T20:58:44.182Z | |
| 4274 | 2026-08-25T20:58:44.182Z | info: running `cargo check --bins` on range-requests (255/377) |
| 4275 | 2026-08-25T20:58:44.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4276 | 2026-08-25T20:58:44.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4277 | 2026-08-25T20:58:44.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4278 | 2026-08-25T20:58:44.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4279 | 2026-08-25T20:58:44.775Z | |
| 4280 | 2026-08-25T20:58:44.775Z | info: running `cargo check --bins` on repo-depot-api (256/377) |
| 4281 | 2026-08-25T20:58:45.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4282 | 2026-08-25T20:58:45.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4283 | 2026-08-25T20:58:45.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4284 | 2026-08-25T20:58:45.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4285 | 2026-08-25T20:58:45.369Z | |
| 4286 | 2026-08-25T20:58:45.369Z | info: running `cargo check --bins` on repo-depot-client (257/377) |
| 4287 | 2026-08-25T20:58:45.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4288 | 2026-08-25T20:58:45.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4289 | 2026-08-25T20:58:45.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4290 | 2026-08-25T20:58:45.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4291 | 2026-08-25T20:58:45.958Z | |
| 4292 | 2026-08-25T20:58:45.959Z | info: running `cargo check --bins` on sled-agent-api (258/377) |
| 4293 | 2026-08-25T20:58:46.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4294 | 2026-08-25T20:58:46.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4295 | 2026-08-25T20:58:46.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4296 | 2026-08-25T20:58:46.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4297 | 2026-08-25T20:58:46.587Z | |
| 4298 | 2026-08-25T20:58:46.587Z | info: running `cargo check --bins` on sled-diagnostics (259/377) |
| 4299 | 2026-08-25T20:58:47.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4300 | 2026-08-25T20:58:47.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4301 | 2026-08-25T20:58:47.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4302 | 2026-08-25T20:58:47.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4303 | 2026-08-25T20:58:47.210Z | |
| 4304 | 2026-08-25T20:58:47.210Z | info: running `cargo check --bins` on zfs-test-harness (260/377) |
| 4305 | 2026-08-25T20:58:47.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4306 | 2026-08-25T20:58:47.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4307 | 2026-08-25T20:58:47.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4308 | 2026-08-25T20:58:47.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4309 | 2026-08-25T20:58:47.873Z | |
| 4310 | 2026-08-25T20:58:47.873Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (261/377) |
| 4311 | 2026-08-25T20:58:48.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4312 | 2026-08-25T20:58:48.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4313 | 2026-08-25T20:58:48.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4314 | 2026-08-25T20:58:48.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4315 | 2026-08-25T20:58:48.454Z | |
| 4316 | 2026-08-25T20:58:48.455Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377) |
| 4317 | 2026-08-25T20:58:49.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4318 | 2026-08-25T20:58:49.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4319 | 2026-08-25T20:58:49.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4320 | 2026-08-25T20:58:49.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4321 | 2026-08-25T20:58:49.118Z | |
| 4322 | 2026-08-25T20:58:49.118Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377) |
| 4323 | 2026-08-25T20:58:49.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4324 | 2026-08-25T20:58:49.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4325 | 2026-08-25T20:58:49.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4326 | 2026-08-25T20:58:49.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4327 | 2026-08-25T20:58:49.701Z | |
| 4328 | 2026-08-25T20:58:49.701Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377) |
| 4329 | 2026-08-25T20:58:50.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4330 | 2026-08-25T20:58:50.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4331 | 2026-08-25T20:58:50.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4332 | 2026-08-25T20:58:50.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4333 | 2026-08-25T20:58:50.330Z | |
| 4334 | 2026-08-25T20:58:50.330Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377) |
| 4335 | 2026-08-25T20:58:50.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4336 | 2026-08-25T20:58:50.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4337 | 2026-08-25T20:58:50.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4338 | 2026-08-25T20:58:50.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4339 | 2026-08-25T20:58:50.950Z | |
| 4340 | 2026-08-25T20:58:50.950Z | info: running `cargo check --bins` on sled-agent-resolvable-files (266/377) |
| 4341 | 2026-08-25T20:58:51.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4342 | 2026-08-25T20:58:51.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4343 | 2026-08-25T20:58:51.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4344 | 2026-08-25T20:58:51.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4345 | 2026-08-25T20:58:51.605Z | |
| 4346 | 2026-08-25T20:58:51.605Z | info: running `cargo check --bins` on trust-quorum (267/377) |
| 4347 | 2026-08-25T20:58:52.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4348 | 2026-08-25T20:58:52.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4349 | 2026-08-25T20:58:52.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4350 | 2026-08-25T20:58:52.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4351 | 2026-08-25T20:58:52.195Z | |
| 4352 | 2026-08-25T20:58:52.196Z | info: running `cargo check --bins` on sled-agent-early-networking (268/377) |
| 4353 | 2026-08-25T20:58:52.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-08-25T20:58:52.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-08-25T20:58:52.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4356 | 2026-08-25T20:58:52.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4357 | 2026-08-25T20:58:52.798Z | |
| 4358 | 2026-08-25T20:58:52.798Z | info: running `cargo check --bins` on sled-agent-health-monitor (269/377) |
| 4359 | 2026-08-25T20:58:53.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4360 | 2026-08-25T20:58:53.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4361 | 2026-08-25T20:58:53.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4362 | 2026-08-25T20:58:53.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4363 | 2026-08-25T20:58:53.439Z | |
| 4364 | 2026-08-25T20:58:53.440Z | info: running `cargo check --bins` on sled-agent-multirack-join (270/377) |
| 4365 | 2026-08-25T20:58:53.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4366 | 2026-08-25T20:58:53.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4367 | 2026-08-25T20:58:53.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4368 | 2026-08-25T20:58:53.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4369 | 2026-08-25T20:58:54.048Z | |
| 4370 | 2026-08-25T20:58:54.048Z | info: running `cargo check --bins` on sled-agent-rack-setup (271/377) |
| 4371 | 2026-08-25T20:58:54.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4372 | 2026-08-25T20:58:54.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4373 | 2026-08-25T20:58:54.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4374 | 2026-08-25T20:58:54.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4375 | 2026-08-25T20:58:54.686Z | |
| 4376 | 2026-08-25T20:58:54.686Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377) |
| 4377 | 2026-08-25T20:58:55.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-08-25T20:58:55.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-08-25T20:58:55.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4380 | 2026-08-25T20:58:55.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4381 | 2026-08-25T20:58:55.316Z | |
| 4382 | 2026-08-25T20:58:55.316Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (273/377) |
| 4383 | 2026-08-25T20:58:55.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-08-25T20:58:55.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-08-25T20:58:55.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-08-25T20:58:55.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4387 | 2026-08-25T20:58:55.948Z | |
| 4388 | 2026-08-25T20:58:55.948Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377) |
| 4389 | 2026-08-25T20:58:56.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-08-25T20:58:56.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-08-25T20:58:56.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-08-25T20:58:56.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4393 | 2026-08-25T20:58:56.597Z | |
| 4394 | 2026-08-25T20:58:56.598Z | info: running `cargo check --bins` on omicron-deployment-graph (275/377) |
| 4395 | 2026-08-25T20:59:01.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-08-25T20:59:01.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-08-25T20:59:01.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-08-25T20:59:01.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4399 | 2026-08-25T20:59:01.208Z | |
| 4400 | 2026-08-25T20:59:01.208Z | info: running `cargo check --bins` on transient-dns-server (276/377) |
| 4401 | 2026-08-25T20:59:01.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-08-25T20:59:01.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-08-25T20:59:01.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4404 | 2026-08-25T20:59:01.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4405 | 2026-08-25T20:59:01.208Z | |
| 4406 | 2026-08-25T20:59:01.208Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377) |
| 4407 | 2026-08-25T20:59:01.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-08-25T20:59:01.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-08-25T20:59:01.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4410 | 2026-08-25T20:59:01.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4411 | 2026-08-25T20:59:01.258Z | |
| 4412 | 2026-08-25T20:59:01.258Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377) |
| 4413 | 2026-08-25T20:59:01.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-08-25T20:59:01.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-08-25T20:59:01.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4416 | 2026-08-25T20:59:01.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4417 | 2026-08-25T20:59:01.258Z | |
| 4418 | 2026-08-25T20:59:01.258Z | info: running `cargo check --bins` on omicron-rpaths (279/377) |
| 4419 | 2026-08-25T20:59:01.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-08-25T20:59:01.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-08-25T20:59:01.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4422 | 2026-08-25T20:59:01.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4423 | 2026-08-25T20:59:01.258Z | |
| 4424 | 2026-08-25T20:59:01.258Z | info: running `cargo check --bins` on omicron-repl-utils (280/377) |
| 4425 | 2026-08-25T20:59:01.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-08-25T20:59:01.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-08-25T20:59:01.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4428 | 2026-08-25T20:59:01.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4429 | 2026-08-25T20:59:01.258Z | |
| 4430 | 2026-08-25T20:59:01.258Z | info: running `cargo check --bins` on omicron-clickhouse-admin (281/377) |
| 4431 | 2026-08-25T20:59:01.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4432 | 2026-08-25T20:59:01.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4433 | 2026-08-25T20:59:01.258Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4434 | 2026-08-25T20:59:01.339Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4435 | 2026-08-25T20:59:02.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
| 4436 | 2026-08-25T20:59:02.766Z | |
| 4437 | 2026-08-25T20:59:02.767Z | info: running `cargo check --bins` on clickhouse-admin-api (282/377) |
| 4438 | 2026-08-25T20:59:03.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4439 | 2026-08-25T20:59:03.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4440 | 2026-08-25T20:59:03.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4441 | 2026-08-25T20:59:03.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4442 | 2026-08-25T20:59:03.378Z | |
| 4443 | 2026-08-25T20:59:03.378Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (283/377) |
| 4444 | 2026-08-25T20:59:03.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-08-25T20:59:03.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-08-25T20:59:03.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4447 | 2026-08-25T20:59:03.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4448 | 2026-08-25T20:59:03.980Z | |
| 4449 | 2026-08-25T20:59:03.980Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377) |
| 4450 | 2026-08-25T20:59:04.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-08-25T20:59:04.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-08-25T20:59:04.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4453 | 2026-08-25T20:59:04.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4454 | 2026-08-25T20:59:04.591Z | |
| 4455 | 2026-08-25T20:59:04.591Z | info: running `cargo check --bins` on clickhouse-admin-single-client (285/377) |
| 4456 | 2026-08-25T20:59:05.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-08-25T20:59:05.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-08-25T20:59:05.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4459 | 2026-08-25T20:59:05.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4460 | 2026-08-25T20:59:05.198Z | |
| 4461 | 2026-08-25T20:59:05.198Z | info: running `cargo check --bins` on installinator-client (286/377) |
| 4462 | 2026-08-25T20:59:05.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4463 | 2026-08-25T20:59:05.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4464 | 2026-08-25T20:59:05.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4465 | 2026-08-25T20:59:05.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4466 | 2026-08-25T20:59:05.794Z | |
| 4467 | 2026-08-25T20:59:05.795Z | info: running `cargo check --bins` on oxide-client (287/377) |
| 4468 | 2026-08-25T20:59:06.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4469 | 2026-08-25T20:59:06.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4470 | 2026-08-25T20:59:06.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4471 | 2026-08-25T20:59:06.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4472 | 2026-08-25T20:59:06.385Z | |
| 4473 | 2026-08-25T20:59:06.385Z | info: running `cargo check --bins` on oximeter-client (288/377) |
| 4474 | 2026-08-25T20:59:06.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-08-25T20:59:06.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-08-25T20:59:06.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4477 | 2026-08-25T20:59:06.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4478 | 2026-08-25T20:59:06.977Z | |
| 4479 | 2026-08-25T20:59:06.978Z | info: running `cargo check --bins` on wicketd-client (289/377) |
| 4480 | 2026-08-25T20:59:07.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4481 | 2026-08-25T20:59:07.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4482 | 2026-08-25T20:59:07.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4483 | 2026-08-25T20:59:07.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4484 | 2026-08-25T20:59:07.587Z | |
| 4485 | 2026-08-25T20:59:07.587Z | info: running `cargo check --bins` on wicket-common (290/377) |
| 4486 | 2026-08-25T20:59:08.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4487 | 2026-08-25T20:59:08.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4488 | 2026-08-25T20:59:08.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4489 | 2026-08-25T20:59:08.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4490 | 2026-08-25T20:59:08.189Z | |
| 4491 | 2026-08-25T20:59:08.189Z | info: running `cargo check --bins` on wicketd-commission-client (291/377) |
| 4492 | 2026-08-25T20:59:08.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4493 | 2026-08-25T20:59:08.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4494 | 2026-08-25T20:59:08.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4495 | 2026-08-25T20:59:08.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4496 | 2026-08-25T20:59:08.792Z | |
| 4497 | 2026-08-25T20:59:08.792Z | info: running `cargo check --bins` on omicron-cockroach-admin (292/377) |
| 4498 | 2026-08-25T20:59:09.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4499 | 2026-08-25T20:59:09.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4500 | 2026-08-25T20:59:09.490Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4501 | 2026-08-25T20:59:09.494Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4502 | 2026-08-25T20:59:10.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
| 4503 | 2026-08-25T20:59:10.890Z | |
| 4504 | 2026-08-25T20:59:10.890Z | info: running `cargo check --bins` on cockroach-admin-api (293/377) |
| 4505 | 2026-08-25T20:59:11.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4506 | 2026-08-25T20:59:11.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4507 | 2026-08-25T20:59:11.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4508 | 2026-08-25T20:59:11.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4509 | 2026-08-25T20:59:11.479Z | |
| 4510 | 2026-08-25T20:59:11.479Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377) |
| 4511 | 2026-08-25T20:59:12.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4512 | 2026-08-25T20:59:12.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4513 | 2026-08-25T20:59:12.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4514 | 2026-08-25T20:59:12.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4515 | 2026-08-25T20:59:12.154Z | |
| 4516 | 2026-08-25T20:59:12.154Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377) |
| 4517 | 2026-08-25T20:59:12.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4518 | 2026-08-25T20:59:12.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4519 | 2026-08-25T20:59:12.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4520 | 2026-08-25T20:59:12.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4521 | 2026-08-25T20:59:12.829Z | |
| 4522 | 2026-08-25T20:59:12.829Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377) |
| 4523 | 2026-08-25T20:59:13.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4524 | 2026-08-25T20:59:13.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4525 | 2026-08-25T20:59:13.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4526 | 2026-08-25T20:59:13.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4527 | 2026-08-25T20:59:13.480Z | |
| 4528 | 2026-08-25T20:59:13.481Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377) |
| 4529 | 2026-08-25T20:59:14.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4530 | 2026-08-25T20:59:14.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4531 | 2026-08-25T20:59:14.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4532 | 2026-08-25T20:59:14.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4533 | 2026-08-25T20:59:14.136Z | |
| 4534 | 2026-08-25T20:59:14.136Z | info: running `cargo check --bins` on db-macros (298/377) |
| 4535 | 2026-08-25T20:59:14.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4536 | 2026-08-25T20:59:14.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4537 | 2026-08-25T20:59:14.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4538 | 2026-08-25T20:59:14.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4539 | 2026-08-25T20:59:14.719Z | |
| 4540 | 2026-08-25T20:59:14.719Z | info: running `cargo check --bins` on nexus-macros-common (299/377) |
| 4541 | 2026-08-25T20:59:15.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4542 | 2026-08-25T20:59:15.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4543 | 2026-08-25T20:59:15.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4544 | 2026-08-25T20:59:15.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4545 | 2026-08-25T20:59:15.302Z | |
| 4546 | 2026-08-25T20:59:15.302Z | info: running `cargo check --bins` on nexus-auth (300/377) |
| 4547 | 2026-08-25T20:59:15.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4548 | 2026-08-25T20:59:15.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4549 | 2026-08-25T20:59:15.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4550 | 2026-08-25T20:59:15.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4551 | 2026-08-25T20:59:15.948Z | |
| 4552 | 2026-08-25T20:59:15.948Z | info: running `cargo check --bins` on authz-macros (301/377) |
| 4553 | 2026-08-25T20:59:16.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4554 | 2026-08-25T20:59:16.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4555 | 2026-08-25T20:59:16.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4556 | 2026-08-25T20:59:16.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4557 | 2026-08-25T20:59:16.525Z | |
| 4558 | 2026-08-25T20:59:16.525Z | info: running `cargo check --bins` on nexus-db-fixed-data (302/377) |
| 4559 | 2026-08-25T20:59:17.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4560 | 2026-08-25T20:59:17.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4561 | 2026-08-25T20:59:17.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4562 | 2026-08-25T20:59:17.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4563 | 2026-08-25T20:59:17.160Z | |
| 4564 | 2026-08-25T20:59:17.160Z | info: running `cargo check --bins` on nexus-db-model (303/377) |
| 4565 | 2026-08-25T20:59:17.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4566 | 2026-08-25T20:59:17.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4567 | 2026-08-25T20:59:17.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4568 | 2026-08-25T20:59:17.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4569 | 2026-08-25T20:59:17.800Z | |
| 4570 | 2026-08-25T20:59:17.800Z | info: running `cargo check --bins` on nexus-db-schema (304/377) |
| 4571 | 2026-08-25T20:59:18.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4572 | 2026-08-25T20:59:18.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4573 | 2026-08-25T20:59:18.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4574 | 2026-08-25T20:59:18.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4575 | 2026-08-25T20:59:18.386Z | |
| 4576 | 2026-08-25T20:59:18.386Z | info: running `cargo check --bins` on nexus-defaults (305/377) |
| 4577 | 2026-08-25T20:59:18.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4578 | 2026-08-25T20:59:18.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4579 | 2026-08-25T20:59:18.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4580 | 2026-08-25T20:59:18.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4581 | 2026-08-25T20:59:18.984Z | |
| 4582 | 2026-08-25T20:59:18.984Z | info: running `cargo check --bins` on omicron-git-version (306/377) |
| 4583 | 2026-08-25T20:59:19.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4584 | 2026-08-25T20:59:19.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4585 | 2026-08-25T20:59:19.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4586 | 2026-08-25T20:59:19.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4587 | 2026-08-25T20:59:19.565Z | |
| 4588 | 2026-08-25T20:59:19.565Z | info: running `cargo check --bins` on nexus-db-errors (307/377) |
| 4589 | 2026-08-25T20:59:20.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-08-25T20:59:20.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-08-25T20:59:20.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4592 | 2026-08-25T20:59:20.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4593 | 2026-08-25T20:59:20.209Z | |
| 4594 | 2026-08-25T20:59:20.209Z | info: running `cargo check --bins` on nexus-db-lookup (308/377) |
| 4595 | 2026-08-25T20:59:20.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-08-25T20:59:20.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-08-25T20:59:20.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4598 | 2026-08-25T20:59:20.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4599 | 2026-08-25T20:59:20.857Z | |
| 4600 | 2026-08-25T20:59:20.857Z | info: running `cargo check --bins` on nexus-test-interface (309/377) |
| 4601 | 2026-08-25T20:59:21.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4602 | 2026-08-25T20:59:21.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4603 | 2026-08-25T20:59:21.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4604 | 2026-08-25T20:59:21.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4605 | 2026-08-25T20:59:21.505Z | |
| 4606 | 2026-08-25T20:59:21.505Z | info: running `cargo check --bins` on oximeter-collector (310/377) |
| 4607 | 2026-08-25T20:59:22.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4608 | 2026-08-25T20:59:22.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4609 | 2026-08-25T20:59:22.248Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4610 | 2026-08-25T20:59:22.251Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4611 | 2026-08-25T20:59:22.931Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4612 | 2026-08-25T20:59:24.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 4613 | 2026-08-25T20:59:24.865Z | |
| 4614 | 2026-08-25T20:59:24.866Z | info: running `cargo check --bins` on oximeter-api (311/377) |
| 4615 | 2026-08-25T20:59:25.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4616 | 2026-08-25T20:59:25.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4617 | 2026-08-25T20:59:25.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4618 | 2026-08-25T20:59:25.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4619 | 2026-08-25T20:59:25.457Z | |
| 4620 | 2026-08-25T20:59:25.457Z | info: running `cargo check --bins` on cert-dev (312/377) |
| 4621 | 2026-08-25T20:59:25.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4622 | 2026-08-25T20:59:25.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4623 | 2026-08-25T20:59:26.082Z | Checking yasna v0.5.2 |
| 4624 | 2026-08-25T20:59:26.490Z | Checking rcgen v0.12.1 |
| 4625 | 2026-08-25T20:59:26.753Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4626 | 2026-08-25T20:59:26.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4627 | 2026-08-25T20:59:27.128Z | |
| 4628 | 2026-08-25T20:59:27.128Z | info: running `cargo check --bins` on clickana (313/377) |
| 4629 | 2026-08-25T20:59:27.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4630 | 2026-08-25T20:59:27.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4631 | 2026-08-25T20:59:27.796Z | Compiling instability v0.3.11 |
| 4632 | 2026-08-25T20:59:27.796Z | Checking castaway v0.2.4 |
| 4633 | 2026-08-25T20:59:27.800Z | Compiling indoc v2.0.7 |
| 4634 | 2026-08-25T20:59:27.800Z | Checking unicode-truncate v1.1.0 |
| 4635 | 2026-08-25T20:59:27.800Z | Checking lru v0.12.5 |
| 4636 | 2026-08-25T20:59:27.801Z | Checking cassowary v0.3.0 |
| 4637 | 2026-08-25T20:59:28.002Z | Checking compact_str v0.8.1 |
| 4638 | 2026-08-25T20:59:28.844Z | Checking ratatui v0.29.0 |
| 4639 | 2026-08-25T20:59:29.942Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4640 | 2026-08-25T20:59:30.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
| 4641 | 2026-08-25T20:59:30.882Z | |
| 4642 | 2026-08-25T20:59:30.883Z | info: running `cargo check --bins` on clickhouse-cluster-dev (314/377) |
| 4643 | 2026-08-25T20:59:31.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4644 | 2026-08-25T20:59:31.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4645 | 2026-08-25T20:59:31.632Z | Checking headers-core v0.3.0 |
| 4646 | 2026-08-25T20:59:31.632Z | Checking port-file v0.1.0 |
| 4647 | 2026-08-25T20:59:31.636Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4648 | 2026-08-25T20:59:31.835Z | Checking headers v0.4.1 |
| 4649 | 2026-08-25T20:59:32.211Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4650 | 2026-08-25T20:59:33.198Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4651 | 2026-08-25T20:59:33.735Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4652 | 2026-08-25T20:59:34.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 4653 | 2026-08-25T20:59:34.389Z | |
| 4654 | 2026-08-25T20:59:34.389Z | info: running `cargo check --bins` on ch-dev (315/377) |
| 4655 | 2026-08-25T20:59:34.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-08-25T20:59:34.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-08-25T20:59:35.135Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4658 | 2026-08-25T20:59:35.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
| 4659 | 2026-08-25T20:59:36.123Z | |
| 4660 | 2026-08-25T20:59:36.123Z | info: running `cargo check --bins` on dev-tools-common (316/377) |
| 4661 | 2026-08-25T20:59:36.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4662 | 2026-08-25T20:59:36.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4663 | 2026-08-25T20:59:36.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4664 | 2026-08-25T20:59:36.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 4665 | 2026-08-25T20:59:36.563Z | |
| 4666 | 2026-08-25T20:59:36.563Z | info: running `cargo check --bins` on corpus-adjust (317/377) |
| 4667 | 2026-08-25T20:59:37.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4668 | 2026-08-25T20:59:37.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4669 | 2026-08-25T20:59:37.219Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4670 | 2026-08-25T20:59:37.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 4671 | 2026-08-25T20:59:37.800Z | |
| 4672 | 2026-08-25T20:59:37.800Z | info: running `cargo check --bins` on crdb-seed (318/377) |
| 4673 | 2026-08-25T20:59:38.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4674 | 2026-08-25T20:59:38.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4675 | 2026-08-25T20:59:38.544Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4676 | 2026-08-25T20:59:39.675Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4677 | 2026-08-25T20:59:40.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
| 4678 | 2026-08-25T20:59:40.243Z | |
| 4679 | 2026-08-25T20:59:40.243Z | info: running `cargo check --bins` on db-dev (319/377) |
| 4680 | 2026-08-25T20:59:40.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4681 | 2026-08-25T20:59:40.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4682 | 2026-08-25T20:59:41.476Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4683 | 2026-08-25T20:59:41.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 4684 | 2026-08-25T20:59:42.006Z | |
| 4685 | 2026-08-25T20:59:42.006Z | info: running `cargo check --bins` on omicron-dev-lib (320/377) |
| 4686 | 2026-08-25T20:59:42.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4687 | 2026-08-25T20:59:42.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4688 | 2026-08-25T20:59:42.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4689 | 2026-08-25T20:59:42.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4690 | 2026-08-25T20:59:42.644Z | |
| 4691 | 2026-08-25T20:59:42.644Z | info: running `cargo check --bins` on xtask-downloader (321/377) |
| 4692 | 2026-08-25T20:59:43.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4693 | 2026-08-25T20:59:43.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4694 | 2026-08-25T20:59:43.276Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4695 | 2026-08-25T20:59:43.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4696 | 2026-08-25T20:59:44.162Z | |
| 4697 | 2026-08-25T20:59:44.162Z | info: running `cargo check --bins` on omicron-dropshot-apis (322/377) |
| 4698 | 2026-08-25T20:59:44.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4699 | 2026-08-25T20:59:44.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4700 | 2026-08-25T20:59:44.938Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4701 | 2026-08-25T20:59:44.938Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4702 | 2026-08-25T20:59:44.944Z | Checking git-stub v1.0.0 |
| 4703 | 2026-08-25T20:59:44.945Z | Compiling trait-variant v0.1.2 |
| 4704 | 2026-08-25T20:59:44.945Z | Checking maplit v1.0.2 |
| 4705 | 2026-08-25T20:59:45.072Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4706 | 2026-08-25T20:59:45.079Z | Checking drift v0.2.0 |
| 4707 | 2026-08-25T20:59:45.088Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4708 | 2026-08-25T20:59:45.138Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4709 | 2026-08-25T20:59:45.200Z | Checking git-stub-vcs v0.1.0 |
| 4710 | 2026-08-25T20:59:45.291Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4711 | 2026-08-25T20:59:45.310Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4712 | 2026-08-25T20:59:45.399Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4713 | 2026-08-25T20:59:45.462Z | Checking dropshot-api-manager v0.8.0 |
| 4714 | 2026-08-25T20:59:45.480Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4715 | 2026-08-25T20:59:45.599Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4716 | 2026-08-25T20:59:45.823Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4717 | 2026-08-25T20:59:46.342Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4718 | 2026-08-25T20:59:47.345Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4719 | 2026-08-25T20:59:48.396Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4720 | 2026-08-25T20:59:49.228Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4721 | 2026-08-25T20:59:49.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
| 4722 | 2026-08-25T20:59:49.908Z | |
| 4723 | 2026-08-25T20:59:49.908Z | info: running `cargo check --bins` on installinator-api (323/377) |
| 4724 | 2026-08-25T20:59:50.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4725 | 2026-08-25T20:59:50.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4726 | 2026-08-25T20:59:50.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4727 | 2026-08-25T20:59:50.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4728 | 2026-08-25T20:59:50.505Z | |
| 4729 | 2026-08-25T20:59:50.505Z | info: running `cargo check --bins` on nexus-external-api (324/377) |
| 4730 | 2026-08-25T20:59:51.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4731 | 2026-08-25T20:59:51.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4732 | 2026-08-25T20:59:51.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4733 | 2026-08-25T20:59:51.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4734 | 2026-08-25T20:59:51.150Z | |
| 4735 | 2026-08-25T20:59:51.150Z | info: running `cargo check --bins` on nexus-internal-api (325/377) |
| 4736 | 2026-08-25T20:59:51.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-08-25T20:59:51.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-08-25T20:59:51.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4739 | 2026-08-25T20:59:51.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4740 | 2026-08-25T20:59:51.790Z | |
| 4741 | 2026-08-25T20:59:51.790Z | info: running `cargo check --bins` on nexus-lockstep-api (326/377) |
| 4742 | 2026-08-25T20:59:52.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-08-25T20:59:52.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-08-25T20:59:52.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4745 | 2026-08-25T20:59:52.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4746 | 2026-08-25T20:59:52.435Z | |
| 4747 | 2026-08-25T20:59:52.435Z | info: running `cargo check --bins` on ntp-admin-api (327/377) |
| 4748 | 2026-08-25T20:59:52.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-08-25T20:59:52.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-08-25T20:59:52.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4751 | 2026-08-25T20:59:52.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4752 | 2026-08-25T20:59:53.029Z | |
| 4753 | 2026-08-25T20:59:53.029Z | info: running `cargo check --bins` on ntp-admin-types-versions (328/377) |
| 4754 | 2026-08-25T20:59:53.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-08-25T20:59:53.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-08-25T20:59:53.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4757 | 2026-08-25T20:59:53.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4758 | 2026-08-25T20:59:53.621Z | |
| 4759 | 2026-08-25T20:59:53.621Z | info: running `cargo check --bins` on wicketd-api (329/377) |
| 4760 | 2026-08-25T20:59:54.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-08-25T20:59:54.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-08-25T20:59:54.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4763 | 2026-08-25T20:59:54.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4764 | 2026-08-25T20:59:54.233Z | |
| 4765 | 2026-08-25T20:59:54.233Z | info: running `cargo check --bins` on wicketd-commission-api (330/377) |
| 4766 | 2026-08-25T20:59:54.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4767 | 2026-08-25T20:59:54.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4768 | 2026-08-25T20:59:54.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4769 | 2026-08-25T20:59:54.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4770 | 2026-08-25T20:59:54.843Z | |
| 4771 | 2026-08-25T20:59:54.843Z | info: running `cargo check --bins` on omicron-ls-apis (331/377) |
| 4772 | 2026-08-25T20:59:55.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4773 | 2026-08-25T20:59:55.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4774 | 2026-08-25T20:59:55.485Z | Compiling blake3 v1.8.5 |
| 4775 | 2026-08-25T20:59:55.597Z | Checking arrayref v0.3.9 |
| 4776 | 2026-08-25T20:59:55.597Z | Checking arrayvec v0.7.6 |
| 4777 | 2026-08-25T20:59:55.607Z | Checking constant_time_eq v0.4.2 |
| 4778 | 2026-08-25T20:59:55.621Z | Checking cargo-platform v0.3.2 |
| 4779 | 2026-08-25T20:59:55.621Z | Checking topological-sort v0.2.2 |
| 4780 | 2026-08-25T20:59:55.625Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4781 | 2026-08-25T20:59:55.786Z | Checking cargo_metadata v0.23.1 |
| 4782 | 2026-08-25T20:59:56.498Z | Checking omicron-zone-package v0.12.3 |
| 4783 | 2026-08-25T20:59:57.227Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4784 | 2026-08-25T20:59:58.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 4785 | 2026-08-25T20:59:58.260Z | |
| 4786 | 2026-08-25T20:59:58.260Z | info: running `cargo check --bins` on mgs-dev (332/377) |
| 4787 | 2026-08-25T20:59:58.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4788 | 2026-08-25T20:59:58.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4789 | 2026-08-25T20:59:59.021Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4790 | 2026-08-25T20:59:59.679Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4791 | 2026-08-25T21:00:00.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
| 4792 | 2026-08-25T21:00:00.414Z | |
| 4793 | 2026-08-25T21:00:00.414Z | info: running `cargo check --bins` on omicron-omdb (333/377) |
| 4794 | 2026-08-25T21:00:00.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4795 | 2026-08-25T21:00:00.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4796 | 2026-08-25T21:00:01.442Z | Compiling darling_core v0.21.3 |
| 4797 | 2026-08-25T21:00:01.442Z | Compiling vergen-lib v0.1.6 |
| 4798 | 2026-08-25T21:00:01.442Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4799 | 2026-08-25T21:00:01.445Z | Compiling diesel_derives v2.3.7 |
| 4800 | 2026-08-25T21:00:01.446Z | Checking scheduled-thread-pool v0.2.7 |
| 4801 | 2026-08-25T21:00:01.446Z | Compiling vergen-gitcl v1.0.8 |
| 4802 | 2026-08-25T21:00:01.446Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4803 | 2026-08-25T21:00:01.446Z | Compiling dirs-sys-next v0.1.2 |
| 4804 | 2026-08-25T21:00:01.740Z | Compiling glob v0.3.3 |
| 4805 | 2026-08-25T21:00:01.798Z | Compiling crunchy v0.2.4 |
| 4806 | 2026-08-25T21:00:01.871Z | Checking r2d2 v0.8.10 |
| 4807 | 2026-08-25T21:00:01.887Z | Compiling dirs-next v2.0.0 |
| 4808 | 2026-08-25T21:00:01.919Z | Checking downcast-rs v2.0.2 |
| 4809 | 2026-08-25T21:00:02.009Z | Compiling tiny-keccak v2.0.2 |
| 4810 | 2026-08-25T21:00:02.026Z | Compiling term v0.7.0 |
| 4811 | 2026-08-25T21:00:02.069Z | Compiling bit-vec v0.6.3 |
| 4812 | 2026-08-25T21:00:02.132Z | Compiling clang-sys v1.8.1 |
| 4813 | 2026-08-25T21:00:02.277Z | Compiling bit-set v0.5.3 |
| 4814 | 2026-08-25T21:00:02.293Z | Compiling ascii-canvas v3.0.0 |
| 4815 | 2026-08-25T21:00:02.440Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4816 | 2026-08-25T21:00:02.522Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4817 | 2026-08-25T21:00:02.548Z | Compiling itertools v0.10.5 |
| 4818 | 2026-08-25T21:00:02.588Z | Compiling ena v0.14.4 |
| 4819 | 2026-08-25T21:00:02.634Z | Compiling libloading v0.8.9 |
| 4820 | 2026-08-25T21:00:02.664Z | Compiling bindgen v0.71.1 |
| 4821 | 2026-08-25T21:00:02.681Z | Compiling regex-syntax v0.6.29 |
| 4822 | 2026-08-25T21:00:02.797Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4823 | 2026-08-25T21:00:02.810Z | Compiling diff v0.1.13 |
| 4824 | 2026-08-25T21:00:03.100Z | Compiling cexpr v0.6.0 |
| 4825 | 2026-08-25T21:00:03.121Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4826 | 2026-08-25T21:00:03.322Z | Compiling rustc-hash v2.1.1 |
| 4827 | 2026-08-25T21:00:03.415Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4828 | 2026-08-25T21:00:03.658Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4829 | 2026-08-25T21:00:03.676Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4830 | 2026-08-25T21:00:03.784Z | Compiling libxml v0.3.3 |
| 4831 | 2026-08-25T21:00:03.809Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4832 | 2026-08-25T21:00:03.973Z | Compiling strum_macros v0.24.3 |
| 4833 | 2026-08-25T21:00:04.002Z | Compiling indoc v1.0.9 |
| 4834 | 2026-08-25T21:00:04.050Z | Compiling lalrpop v0.19.12 |
| 4835 | 2026-08-25T21:00:04.224Z | Compiling darling_macro v0.21.3 |
| 4836 | 2026-08-25T21:00:04.760Z | Compiling darling v0.21.3 |
| 4837 | 2026-08-25T21:00:04.838Z | Compiling dsl_auto_type v0.2.0 |
| 4838 | 2026-08-25T21:00:04.983Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4839 | 2026-08-25T21:00:05.180Z | Checking derive_builder v0.20.2 |
| 4840 | 2026-08-25T21:00:05.307Z | Compiling oso-derive v0.27.3 |
| 4841 | 2026-08-25T21:00:05.390Z | Checking quick-xml v0.37.5 |
| 4842 | 2026-08-25T21:00:05.456Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4843 | 2026-08-25T21:00:05.833Z | Checking openssl-probe v0.1.6 |
| 4844 | 2026-08-25T21:00:06.011Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4845 | 2026-08-25T21:00:06.357Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4846 | 2026-08-25T21:00:06.554Z | Checking bb8 v0.8.6 |
| 4847 | 2026-08-25T21:00:06.598Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4848 | 2026-08-25T21:00:06.774Z | Checking nonempty v0.12.0 |
| 4849 | 2026-08-25T21:00:06.818Z | Compiling libz-sys v1.1.24 |
| 4850 | 2026-08-25T21:00:06.847Z | Compiling strsim v0.10.0 |
| 4851 | 2026-08-25T21:00:06.944Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4852 | 2026-08-25T21:00:07.101Z | Compiling darling_core v0.13.4 |
| 4853 | 2026-08-25T21:00:07.192Z | Compiling vergen-git2 v9.1.0 |
| 4854 | 2026-08-25T21:00:07.418Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4855 | 2026-08-25T21:00:07.442Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4856 | 2026-08-25T21:00:07.638Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4857 | 2026-08-25T21:00:07.856Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4858 | 2026-08-25T21:00:08.047Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4859 | 2026-08-25T21:00:08.246Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4860 | 2026-08-25T21:00:08.439Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4861 | 2026-08-25T21:00:08.443Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4862 | 2026-08-25T21:00:08.635Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4863 | 2026-08-25T21:00:08.832Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4864 | 2026-08-25T21:00:09.030Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4865 | 2026-08-25T21:00:09.058Z | Compiling darling_macro v0.13.4 |
| 4866 | 2026-08-25T21:00:09.223Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4867 | 2026-08-25T21:00:09.575Z | Compiling darling v0.13.4 |
| 4868 | 2026-08-25T21:00:09.648Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4869 | 2026-08-25T21:00:09.673Z | Compiling serde_with_macros v1.5.2 |
| 4870 | 2026-08-25T21:00:10.038Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4871 | 2026-08-25T21:00:10.548Z | Compiling serde_with v1.14.0 |
| 4872 | 2026-08-25T21:00:10.637Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4873 | 2026-08-25T21:00:10.842Z | Checking twox-hash v2.1.2 |
| 4874 | 2026-08-25T21:00:10.933Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4875 | 2026-08-25T21:00:10.999Z | Checking diesel v2.3.7 |
| 4876 | 2026-08-25T21:00:11.223Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4877 | 2026-08-25T21:00:11.804Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4878 | 2026-08-25T21:00:12.814Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4879 | 2026-08-25T21:00:13.148Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4880 | 2026-08-25T21:00:13.495Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4881 | 2026-08-25T21:00:13.858Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4882 | 2026-08-25T21:00:14.030Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4883 | 2026-08-25T21:00:14.499Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4884 | 2026-08-25T21:00:14.540Z | Checking libsw-core v0.3.2 |
| 4885 | 2026-08-25T21:00:14.703Z | Checking atty v0.2.14 |
| 4886 | 2026-08-25T21:00:14.812Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4887 | 2026-08-25T21:00:15.243Z | Checking libsw v3.5.0 |
| 4888 | 2026-08-25T21:00:15.269Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4889 | 2026-08-25T21:00:15.372Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4890 | 2026-08-25T21:00:15.409Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4891 | 2026-08-25T21:00:15.427Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4892 | 2026-08-25T21:00:16.785Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4893 | 2026-08-25T21:00:17.062Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4894 | 2026-08-25T21:00:17.583Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4895 | 2026-08-25T21:00:17.838Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4896 | 2026-08-25T21:00:18.358Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4897 | 2026-08-25T21:00:18.555Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4898 | 2026-08-25T21:00:18.712Z | Checking fatfs v0.3.6 |
| 4899 | 2026-08-25T21:00:18.869Z | Checking console v0.16.2 |
| 4900 | 2026-08-25T21:00:19.204Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4901 | 2026-08-25T21:00:19.208Z | Compiling seq-macro v0.3.6 |
| 4902 | 2026-08-25T21:00:19.752Z | Checking unit-prefix v0.5.2 |
| 4903 | 2026-08-25T21:00:19.895Z | Checking indicatif v0.18.4 |
| 4904 | 2026-08-25T21:00:20.325Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4905 | 2026-08-25T21:00:20.348Z | Checking oxide-update-engine-display v0.1.2 |
| 4906 | 2026-08-25T21:00:20.612Z | Checking support-bundle-viewer v0.1.2 |
| 4907 | 2026-08-25T21:00:20.668Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4908 | 2026-08-25T21:00:20.874Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4909 | 2026-08-25T21:00:21.014Z | Checking multimap v0.10.1 |
| 4910 | 2026-08-25T21:00:27.245Z | Checking diesel-dtrace v0.5.0 |
| 4911 | 2026-08-25T21:00:27.504Z | Checking async-bb8-diesel v0.2.1 |
| 4912 | 2026-08-25T21:00:30.815Z | Compiling samael v0.0.19 |
| 4913 | 2026-08-25T21:00:36.258Z | Compiling git2 v0.20.4 |
| 4914 | 2026-08-25T21:00:36.946Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4915 | 2026-08-25T21:00:38.876Z | Compiling polar-core v0.27.3 |
| 4916 | 2026-08-25T21:00:38.894Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4917 | 2026-08-25T21:00:43.592Z | Checking oso v0.27.3 |
| 4918 | 2026-08-25T21:01:16.894Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4919 | 2026-08-25T21:02:35.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
| 4920 | 2026-08-25T21:02:35.657Z | |
| 4921 | 2026-08-25T21:02:35.657Z | info: running `cargo check --bins` on nexus-networking (334/377) |
| 4922 | 2026-08-25T21:02:36.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4923 | 2026-08-25T21:02:36.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4924 | 2026-08-25T21:02:36.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4925 | 2026-08-25T21:02:36.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4926 | 2026-08-25T21:02:36.361Z | |
| 4927 | 2026-08-25T21:02:36.361Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377) |
| 4928 | 2026-08-25T21:02:36.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4929 | 2026-08-25T21:02:36.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4930 | 2026-08-25T21:02:36.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4931 | 2026-08-25T21:02:36.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4932 | 2026-08-25T21:02:37.033Z | |
| 4933 | 2026-08-25T21:02:37.033Z | info: running `cargo check --bins` on nexus-saga-recovery (336/377) |
| 4934 | 2026-08-25T21:02:37.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4935 | 2026-08-25T21:02:37.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4936 | 2026-08-25T21:02:37.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4937 | 2026-08-25T21:02:37.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4938 | 2026-08-25T21:02:37.697Z | |
| 4939 | 2026-08-25T21:02:37.697Z | info: running `cargo check --bins` on nexus-test-utils-macros (337/377) |
| 4940 | 2026-08-25T21:02:38.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4941 | 2026-08-25T21:02:38.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4942 | 2026-08-25T21:02:38.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4943 | 2026-08-25T21:02:38.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4944 | 2026-08-25T21:02:38.277Z | |
| 4945 | 2026-08-25T21:02:38.277Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (338/377) |
| 4946 | 2026-08-25T21:02:38.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4947 | 2026-08-25T21:02:38.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4948 | 2026-08-25T21:02:39.140Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4949 | 2026-08-25T21:02:39.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 4950 | 2026-08-25T21:02:40.139Z | |
| 4951 | 2026-08-25T21:02:40.139Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377) |
| 4952 | 2026-08-25T21:02:40.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4953 | 2026-08-25T21:02:40.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4954 | 2026-08-25T21:02:40.999Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4955 | 2026-08-25T21:03:21.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.50s |
| 4956 | 2026-08-25T21:03:21.872Z | |
| 4957 | 2026-08-25T21:03:21.872Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377) |
| 4958 | 2026-08-25T21:03:22.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4959 | 2026-08-25T21:03:22.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4960 | 2026-08-25T21:03:22.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4961 | 2026-08-25T21:03:22.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4962 | 2026-08-25T21:03:22.463Z | |
| 4963 | 2026-08-25T21:03:22.463Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377) |
| 4964 | 2026-08-25T21:03:22.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4965 | 2026-08-25T21:03:22.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4966 | 2026-08-25T21:03:22.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4967 | 2026-08-25T21:03:22.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4968 | 2026-08-25T21:03:23.056Z | |
| 4969 | 2026-08-25T21:03:23.056Z | info: running `cargo check --bins --no-default-features` on nexus-fm (342/377) |
| 4970 | 2026-08-25T21:03:23.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4971 | 2026-08-25T21:03:23.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4972 | 2026-08-25T21:03:23.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4973 | 2026-08-25T21:03:23.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4974 | 2026-08-25T21:03:23.713Z | |
| 4975 | 2026-08-25T21:03:23.713Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377) |
| 4976 | 2026-08-25T21:03:24.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4977 | 2026-08-25T21:03:24.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4978 | 2026-08-25T21:03:24.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4979 | 2026-08-25T21:03:24.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4980 | 2026-08-25T21:03:24.381Z | |
| 4981 | 2026-08-25T21:03:24.381Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (344/377) |
| 4982 | 2026-08-25T21:03:24.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4983 | 2026-08-25T21:03:24.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4984 | 2026-08-25T21:03:24.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4985 | 2026-08-25T21:03:24.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4986 | 2026-08-25T21:03:25.047Z | |
| 4987 | 2026-08-25T21:03:25.047Z | info: running `cargo check --bins` on nexus-mgs-updates (345/377) |
| 4988 | 2026-08-25T21:03:25.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4989 | 2026-08-25T21:03:25.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4990 | 2026-08-25T21:03:25.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4991 | 2026-08-25T21:03:25.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4992 | 2026-08-25T21:03:25.700Z | |
| 4993 | 2026-08-25T21:03:25.700Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (346/377) |
| 4994 | 2026-08-25T21:03:26.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4995 | 2026-08-25T21:03:26.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4996 | 2026-08-25T21:03:26.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4997 | 2026-08-25T21:03:26.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4998 | 2026-08-25T21:03:26.364Z | |
| 4999 | 2026-08-25T21:03:26.364Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377) |
| 5000 | 2026-08-25T21:03:26.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5001 | 2026-08-25T21:03:26.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5002 | 2026-08-25T21:03:26.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5003 | 2026-08-25T21:03:26.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 5004 | 2026-08-25T21:03:27.029Z | |
| 5005 | 2026-08-25T21:03:27.029Z | info: running `cargo check --bins` on nexus-switch-config (348/377) |
| 5006 | 2026-08-25T21:03:27.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5007 | 2026-08-25T21:03:27.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5008 | 2026-08-25T21:03:27.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5009 | 2026-08-25T21:03:27.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5010 | 2026-08-25T21:03:27.674Z | |
| 5011 | 2026-08-25T21:03:27.674Z | info: running `cargo check --bins` on nexus-switch-config-preparation (349/377) |
| 5012 | 2026-08-25T21:03:28.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5013 | 2026-08-25T21:03:28.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5014 | 2026-08-25T21:03:28.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5015 | 2026-08-25T21:03:28.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 5016 | 2026-08-25T21:03:28.333Z | |
| 5017 | 2026-08-25T21:03:28.333Z | info: running `cargo check --bins` on support-bundle-collection (350/377) |
| 5018 | 2026-08-25T21:03:28.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5019 | 2026-08-25T21:03:28.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5020 | 2026-08-25T21:03:28.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5021 | 2026-08-25T21:03:28.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5022 | 2026-08-25T21:03:28.980Z | |
| 5023 | 2026-08-25T21:03:28.980Z | info: running `cargo check --bins` on omicron-dev (351/377) |
| 5024 | 2026-08-25T21:03:29.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5025 | 2026-08-25T21:03:29.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5026 | 2026-08-25T21:03:29.900Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5027 | 2026-08-25T21:03:29.903Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5028 | 2026-08-25T21:03:30.092Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 5029 | 2026-08-25T21:03:30.120Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5030 | 2026-08-25T21:03:30.138Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 5031 | 2026-08-25T21:03:30.155Z | Checking yansi v1.0.1 |
| 5032 | 2026-08-25T21:03:30.158Z | Checking diff v0.1.13 |
| 5033 | 2026-08-25T21:03:30.158Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 5034 | 2026-08-25T21:03:30.229Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 5035 | 2026-08-25T21:03:30.400Z | Checking pretty_assertions v1.4.1 |
| 5036 | 2026-08-25T21:03:31.182Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5037 | 2026-08-25T21:03:31.214Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 5038 | 2026-08-25T21:03:56.316Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5039 | 2026-08-25T21:03:56.320Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5040 | 2026-08-25T21:03:56.320Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5041 | 2026-08-25T21:03:56.320Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5042 | 2026-08-25T21:03:56.320Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5043 | 2026-08-25T21:03:56.320Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5044 | 2026-08-25T21:03:56.320Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5045 | 2026-08-25T21:03:57.193Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5046 | 2026-08-25T21:03:57.193Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5047 | 2026-08-25T21:03:58.471Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5048 | 2026-08-25T21:04:37.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 5049 | 2026-08-25T21:04:37.040Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5050 | 2026-08-25T21:04:37.040Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5051 | 2026-08-25T21:04:37.244Z | |
| 5052 | 2026-08-25T21:04:37.244Z | info: running `cargo check --bins` on oximeter-load-test (352/377) |
| 5053 | 2026-08-25T21:04:38.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5054 | 2026-08-25T21:04:38.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5055 | 2026-08-25T21:04:38.538Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 5056 | 2026-08-25T21:04:38.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 5057 | 2026-08-25T21:04:38.781Z | |
| 5058 | 2026-08-25T21:04:38.781Z | info: running `cargo check --bins` on omicron-pins (353/377) |
| 5059 | 2026-08-25T21:04:39.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5060 | 2026-08-25T21:04:39.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5061 | 2026-08-25T21:04:39.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5062 | 2026-08-25T21:04:39.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5063 | 2026-08-25T21:04:39.341Z | |
| 5064 | 2026-08-25T21:04:39.341Z | info: running `cargo check --bins` on rack-init-config (354/377) |
| 5065 | 2026-08-25T21:04:39.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5066 | 2026-08-25T21:04:39.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5067 | 2026-08-25T21:04:39.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5068 | 2026-08-25T21:04:39.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5069 | 2026-08-25T21:04:39.926Z | |
| 5070 | 2026-08-25T21:04:39.926Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377) |
| 5071 | 2026-08-25T21:04:40.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5072 | 2026-08-25T21:04:40.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5073 | 2026-08-25T21:04:40.707Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 5074 | 2026-08-25T21:04:40.828Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5075 | 2026-08-25T21:04:40.836Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5076 | 2026-08-25T21:05:08.055Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 5077 | 2026-08-25T21:05:08.461Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 5078 | 2026-08-25T21:05:10.249Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5079 | 2026-08-25T21:05:10.729Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 5080 | 2026-08-25T21:05:13.891Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5081 | 2026-08-25T21:05:38.438Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5082 | 2026-08-25T21:05:39.181Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5083 | 2026-08-25T21:05:40.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 5084 | 2026-08-25T21:05:41.117Z | |
| 5085 | 2026-08-25T21:05:41.118Z | info: running `cargo check --bins` on reconfigurator-sp-updater (356/377) |
| 5086 | 2026-08-25T21:05:41.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5087 | 2026-08-25T21:05:41.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5088 | 2026-08-25T21:05:41.841Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5089 | 2026-08-25T21:05:42.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 5090 | 2026-08-25T21:05:42.820Z | |
| 5091 | 2026-08-25T21:05:42.820Z | info: running `cargo check --bins` on omicron-releng (357/377) |
| 5092 | 2026-08-25T21:05:43.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5093 | 2026-08-25T21:05:43.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5094 | 2026-08-25T21:05:43.356Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5095 | 2026-08-25T21:05:43.374Z | Compiling fs-err v2.11.0 |
| 5096 | 2026-08-25T21:05:43.477Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 5097 | 2026-08-25T21:05:43.505Z | Checking parse-size v1.1.0 |
| 5098 | 2026-08-25T21:05:43.516Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5099 | 2026-08-25T21:05:43.516Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5100 | 2026-08-25T21:05:43.518Z | Checking shell-words v1.1.1 |
| 5101 | 2026-08-25T21:05:43.583Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5102 | 2026-08-25T21:05:43.907Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5103 | 2026-08-25T21:05:44.086Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5104 | 2026-08-25T21:05:44.766Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5105 | 2026-08-25T21:05:45.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
| 5106 | 2026-08-25T21:05:45.896Z | |
| 5107 | 2026-08-25T21:05:45.896Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (358/377) |
| 5108 | 2026-08-25T21:05:46.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5109 | 2026-08-25T21:05:46.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5110 | 2026-08-25T21:05:46.530Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5111 | 2026-08-25T21:05:47.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 5112 | 2026-08-25T21:05:47.196Z | |
| 5113 | 2026-08-25T21:05:47.197Z | info: running `cargo check --bins` on schema (359/377) |
| 5114 | 2026-08-25T21:05:47.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5115 | 2026-08-25T21:05:47.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5116 | 2026-08-25T21:05:47.926Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 5117 | 2026-08-25T21:05:48.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 5118 | 2026-08-25T21:05:48.817Z | |
| 5119 | 2026-08-25T21:05:48.817Z | info: running `cargo check --bins` on xtask (360/377) |
| 5120 | 2026-08-25T21:05:49.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5121 | 2026-08-25T21:05:49.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5122 | 2026-08-25T21:05:49.219Z | Checking serde_core v1.0.228 |
| 5123 | 2026-08-25T21:05:49.219Z | Checking libc v0.2.185 |
| 5124 | 2026-08-25T21:05:49.223Z | Checking bitflags v2.11.0 |
| 5125 | 2026-08-25T21:05:49.305Z | Checking scroll v0.12.0 |
| 5126 | 2026-08-25T21:05:49.308Z | Checking thiserror v1.0.69 |
| 5127 | 2026-08-25T21:05:49.317Z | Checking log v0.4.33 |
| 5128 | 2026-08-25T21:05:49.321Z | Checking indexmap v2.14.0 |
| 5129 | 2026-08-25T21:05:49.321Z | Checking zerocopy v0.7.35 |
| 5130 | 2026-08-25T21:05:49.396Z | Checking syn v2.0.117 |
| 5131 | 2026-08-25T21:05:49.435Z | Checking dtrace-parser v0.2.0 |
| 5132 | 2026-08-25T21:05:49.452Z | Checking once_cell v1.21.3 |
| 5133 | 2026-08-25T21:05:49.518Z | Checking goblin v0.8.2 |
| 5134 | 2026-08-25T21:05:49.574Z | Checking errno v0.3.14 |
| 5135 | 2026-08-25T21:05:49.620Z | Checking thread-id v4.2.2 |
| 5136 | 2026-08-25T21:05:49.664Z | Checking getrandom v0.4.3 |
| 5137 | 2026-08-25T21:05:49.690Z | Checking rustix v1.1.4 |
| 5138 | 2026-08-25T21:05:49.700Z | Checking memmap v0.7.0 |
| 5139 | 2026-08-25T21:05:49.789Z | Checking thiserror v2.0.18 |
| 5140 | 2026-08-25T21:05:49.813Z | Checking fs-err v3.3.0 |
| 5141 | 2026-08-25T21:05:49.859Z | Checking anyhow v1.0.104 |
| 5142 | 2026-08-25T21:05:49.863Z | Checking tabled v0.15.0 |
| 5143 | 2026-08-25T21:05:50.452Z | Checking terminal_size v0.4.3 |
| 5144 | 2026-08-25T21:05:50.456Z | Checking tempfile v3.27.0 |
| 5145 | 2026-08-25T21:05:50.578Z | Checking clap_builder v4.6.0 |
| 5146 | 2026-08-25T21:05:50.581Z | Checking textwrap v0.16.2 |
| 5147 | 2026-08-25T21:05:50.740Z | Checking serde v1.0.228 |
| 5148 | 2026-08-25T21:05:50.740Z | Checking serde_json v1.0.151 |
| 5149 | 2026-08-25T21:05:50.740Z | Checking camino v1.2.5 |
| 5150 | 2026-08-25T21:05:50.785Z | Checking semver v1.0.28 |
| 5151 | 2026-08-25T21:05:50.953Z | Checking cargo-platform v0.3.2 |
| 5152 | 2026-08-25T21:05:50.998Z | Checking camino-tempfile v1.4.1 |
| 5153 | 2026-08-25T21:05:51.145Z | Checking toml_datetime v0.6.11 |
| 5154 | 2026-08-25T21:05:51.148Z | Checking serde_spanned v0.6.9 |
| 5155 | 2026-08-25T21:05:51.148Z | Checking macaddr v1.0.1 |
| 5156 | 2026-08-25T21:05:51.148Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5157 | 2026-08-25T21:05:51.317Z | Checking toml_edit v0.22.27 |
| 5158 | 2026-08-25T21:05:51.351Z | Checking dof v0.3.0 |
| 5159 | 2026-08-25T21:05:51.351Z | Checking cargo_metadata v0.23.1 |
| 5160 | 2026-08-25T21:05:51.614Z | Checking usdt-impl v0.5.0 |
| 5161 | 2026-08-25T21:05:51.751Z | Checking clap v4.6.1 |
| 5162 | 2026-08-25T21:05:51.868Z | Checking usdt v0.5.0 |
| 5163 | 2026-08-25T21:05:52.290Z | Checking toml v0.8.23 |
| 5164 | 2026-08-25T21:05:52.548Z | Checking cargo_toml v0.21.0 |
| 5165 | 2026-08-25T21:05:53.175Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5166 | 2026-08-25T21:05:53.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
| 5167 | 2026-08-25T21:05:53.667Z | |
| 5168 | 2026-08-25T21:05:53.668Z | info: running `cargo check --bins` on dnsadm (361/377) |
| 5169 | 2026-08-25T21:05:54.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5170 | 2026-08-25T21:05:54.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5171 | 2026-08-25T21:05:54.307Z | Checking arc-swap v1.8.2 |
| 5172 | 2026-08-25T21:05:54.588Z | Checking slog-scope v4.4.1 |
| 5173 | 2026-08-25T21:05:54.698Z | Checking slog-stdlog v4.1.1 |
| 5174 | 2026-08-25T21:05:54.794Z | Checking slog-envlogger v2.2.0 |
| 5175 | 2026-08-25T21:05:54.909Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 5176 | 2026-08-25T21:05:55.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 5177 | 2026-08-25T21:05:55.497Z | |
| 5178 | 2026-08-25T21:05:55.497Z | info: running `cargo check --bins` on end-to-end-tests (362/377) |
| 5179 | 2026-08-25T21:05:56.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5180 | 2026-08-25T21:05:56.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5181 | 2026-08-25T21:05:56.312Z | Checking cpubits v0.1.1 |
| 5182 | 2026-08-25T21:05:56.437Z | Checking pem-rfc7468 v1.0.0 |
| 5183 | 2026-08-25T21:05:56.451Z | Checking hmac v0.13.0 |
| 5184 | 2026-08-25T21:05:56.455Z | Checking universal-hash v0.6.1 |
| 5185 | 2026-08-25T21:05:56.475Z | Checking ctr v0.10.1 |
| 5186 | 2026-08-25T21:05:56.475Z | Checking aead v0.6.1 |
| 5187 | 2026-08-25T21:05:56.503Z | Checking crypto-bigint v0.7.5 |
| 5188 | 2026-08-25T21:05:56.504Z | Checking aes v0.9.1 |
| 5189 | 2026-08-25T21:05:56.531Z | Checking salsa20 v0.11.0 |
| 5190 | 2026-08-25T21:05:56.577Z | Checking der v0.8.0 |
| 5191 | 2026-08-25T21:05:56.580Z | Checking polyval v0.7.1 |
| 5192 | 2026-08-25T21:05:56.605Z | Checking pbkdf2 v0.13.0 |
| 5193 | 2026-08-25T21:05:56.647Z | Checking cbc v0.2.1 |
| 5194 | 2026-08-25T21:05:56.654Z | Checking ff v0.14.0 |
| 5195 | 2026-08-25T21:05:56.699Z | Checking signature v3.0.0 |
| 5196 | 2026-08-25T21:05:56.716Z | Checking scrypt v0.12.0 |
| 5197 | 2026-08-25T21:05:56.754Z | Checking ghash v0.6.0 |
| 5198 | 2026-08-25T21:05:56.791Z | Checking group v0.14.0 |
| 5199 | 2026-08-25T21:05:56.809Z | Checking base16ct v1.0.0 |
| 5200 | 2026-08-25T21:05:56.847Z | Checking hkdf v0.13.0 |
| 5201 | 2026-08-25T21:05:56.878Z | Compiling curve25519-dalek v5.0.0 |
| 5202 | 2026-08-25T21:05:56.895Z | Checking keccak v0.2.0 |
| 5203 | 2026-08-25T21:05:56.909Z | Checking aes-gcm v0.11.0 |
| 5204 | 2026-08-25T21:05:56.932Z | Checking wnaf v0.14.0 |
| 5205 | 2026-08-25T21:05:56.948Z | Checking poly1305 v0.9.0 |
| 5206 | 2026-08-25T21:05:56.979Z | Checking blowfish v0.10.0 |
| 5207 | 2026-08-25T21:05:57.046Z | Checking blake2 v0.11.0-rc.6 |
| 5208 | 2026-08-25T21:05:57.065Z | Checking sha3 v0.11.0 |
| 5209 | 2026-08-25T21:05:57.095Z | Checking kem v0.3.0 |
| 5210 | 2026-08-25T21:05:57.131Z | Checking bcrypt-pbkdf v0.11.0 |
| 5211 | 2026-08-25T21:05:57.209Z | Checking module-lattice v0.2.3 |
| 5212 | 2026-08-25T21:05:57.212Z | Checking sponge-cursor v0.1.0 |
| 5213 | 2026-08-25T21:05:57.292Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5214 | 2026-08-25T21:05:57.308Z | Checking argon2 v0.6.0-rc.8 |
| 5215 | 2026-08-25T21:05:57.340Z | Checking sha3 v0.12.0 |
| 5216 | 2026-08-25T21:05:57.359Z | Checking spki v0.8.0 |
| 5217 | 2026-08-25T21:05:57.397Z | Checking sec1 v0.8.1 |
| 5218 | 2026-08-25T21:05:57.434Z | Checking ml-kem v0.3.2 |
| 5219 | 2026-08-25T21:05:57.469Z | Checking internal-russh-num-bigint v0.5.0 |
| 5220 | 2026-08-25T21:05:57.530Z | Checking pkcs5 v0.8.1 |
| 5221 | 2026-08-25T21:05:57.530Z | Checking pkcs1 v0.8.0-rc.4 |
| 5222 | 2026-08-25T21:05:57.605Z | Checking num-bigint v0.4.6 |
| 5223 | 2026-08-25T21:05:57.620Z | Checking generic-array v1.4.3 |
| 5224 | 2026-08-25T21:05:57.745Z | Checking russh-util v0.52.0 |
| 5225 | 2026-08-25T21:05:57.816Z | Checking pkcs8 v0.11.0 |
| 5226 | 2026-08-25T21:05:57.865Z | Compiling enum_dispatch v0.3.13 |
| 5227 | 2026-08-25T21:05:58.005Z | Compiling delegate v0.13.5 |
| 5228 | 2026-08-25T21:05:58.019Z | Checking ed25519 v3.0.0 |
| 5229 | 2026-08-25T21:05:58.140Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5230 | 2026-08-25T21:05:58.210Z | Checking md5 v0.8.0 |
| 5231 | 2026-08-25T21:05:58.223Z | Checking ed25519-dalek v3.0.0 |
| 5232 | 2026-08-25T21:05:58.315Z | Checking hex-literal v1.1.0 |
| 5233 | 2026-08-25T21:05:58.392Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5234 | 2026-08-25T21:05:58.407Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5235 | 2026-08-25T21:05:58.443Z | Checking socket2 v0.5.10 |
| 5236 | 2026-08-25T21:05:58.516Z | Checking internet-checksum v0.2.1 |
| 5237 | 2026-08-25T21:05:58.545Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5238 | 2026-08-25T21:05:58.701Z | Checking elliptic-curve v0.14.1 |
| 5239 | 2026-08-25T21:05:58.701Z | Checking primefield v0.14.0 |
| 5240 | 2026-08-25T21:05:58.709Z | Checking rfc6979 v0.6.0 |
| 5241 | 2026-08-25T21:05:58.709Z | Checking ssh-encoding v0.3.0 |
| 5242 | 2026-08-25T21:05:58.789Z | Checking crypto-primes v0.7.2 |
| 5243 | 2026-08-25T21:05:58.953Z | Checking ssh-cipher v0.3.0 |
| 5244 | 2026-08-25T21:05:58.956Z | Checking russh-cryptovec v0.62.0 |
| 5245 | 2026-08-25T21:05:59.089Z | Checking primeorder v0.14.0 |
| 5246 | 2026-08-25T21:05:59.093Z | Checking ecdsa v0.17.0 |
| 5247 | 2026-08-25T21:05:59.451Z | Checking p384 v0.14.0 |
| 5248 | 2026-08-25T21:05:59.451Z | Checking p256 v0.14.0 |
| 5249 | 2026-08-25T21:05:59.451Z | Checking p521 v0.14.0 |
| 5250 | 2026-08-25T21:05:59.711Z | Checking rsa v0.10.0-rc.18 |
| 5251 | 2026-08-25T21:06:02.347Z | Checking ssh-key v0.7.0-rc.11 |
| 5252 | 2026-08-25T21:06:03.089Z | Checking russh v0.62.4 |
| 5253 | 2026-08-25T21:06:16.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.91s |
| 5254 | 2026-08-25T21:06:16.426Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5255 | 2026-08-25T21:06:16.426Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5256 | 2026-08-25T21:06:16.623Z | |
| 5257 | 2026-08-25T21:06:16.623Z | info: running `cargo check --bins` on gateway-cli (363/377) |
| 5258 | 2026-08-25T21:06:17.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5259 | 2026-08-25T21:06:17.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5260 | 2026-08-25T21:06:17.244Z | Checking termios v0.3.3 |
| 5261 | 2026-08-25T21:06:17.434Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5262 | 2026-08-25T21:06:18.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 5263 | 2026-08-25T21:06:18.190Z | |
| 5264 | 2026-08-25T21:06:18.190Z | info: running `cargo check --bins --no-default-features` on installinator (364/377) |
| 5265 | 2026-08-25T21:06:18.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5266 | 2026-08-25T21:06:18.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5267 | 2026-08-25T21:06:18.888Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5268 | 2026-08-25T21:06:19.560Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5269 | 2026-08-25T21:06:21.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s |
| 5270 | 2026-08-25T21:06:21.333Z | |
| 5271 | 2026-08-25T21:06:21.333Z | info: running `cargo check --bins` on internal-dns-cli (365/377) |
| 5272 | 2026-08-25T21:06:21.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5273 | 2026-08-25T21:06:21.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5274 | 2026-08-25T21:06:21.970Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5275 | 2026-08-25T21:06:22.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 5276 | 2026-08-25T21:06:22.570Z | |
| 5277 | 2026-08-25T21:06:22.570Z | info: running `cargo check --bins` on omicron-live-tests (366/377) |
| 5278 | 2026-08-25T21:06:23.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5279 | 2026-08-25T21:06:23.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5280 | 2026-08-25T21:06:23.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5281 | 2026-08-25T21:06:23.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5282 | 2026-08-25T21:06:23.127Z | |
| 5283 | 2026-08-25T21:06:23.127Z | info: running `cargo check --bins` on live-tests-macros (367/377) |
| 5284 | 2026-08-25T21:06:23.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5285 | 2026-08-25T21:06:23.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5286 | 2026-08-25T21:06:23.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5287 | 2026-08-25T21:06:23.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5288 | 2026-08-25T21:06:23.690Z | |
| 5289 | 2026-08-25T21:06:23.690Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377) |
| 5290 | 2026-08-25T21:06:24.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5291 | 2026-08-25T21:06:24.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5292 | 2026-08-25T21:06:24.429Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5293 | 2026-08-25T21:06:25.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 5294 | 2026-08-25T21:06:25.211Z | |
| 5295 | 2026-08-25T21:06:25.211Z | info: running `cargo check --bins` on omicron-ntp-admin (369/377) |
| 5296 | 2026-08-25T21:06:25.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5297 | 2026-08-25T21:06:25.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5298 | 2026-08-25T21:06:25.863Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5299 | 2026-08-25T21:06:25.969Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5300 | 2026-08-25T21:06:26.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 5301 | 2026-08-25T21:06:26.950Z | |
| 5302 | 2026-08-25T21:06:26.950Z | info: running `cargo check --bins` on ntp-admin-types (370/377) |
| 5303 | 2026-08-25T21:06:27.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5304 | 2026-08-25T21:06:27.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5305 | 2026-08-25T21:06:27.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5306 | 2026-08-25T21:06:27.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5307 | 2026-08-25T21:06:27.515Z | |
| 5308 | 2026-08-25T21:06:27.515Z | info: running `cargo check --bins` on omicron-package (371/377) |
| 5309 | 2026-08-25T21:06:28.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5310 | 2026-08-25T21:06:28.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5311 | 2026-08-25T21:06:28.191Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5312 | 2026-08-25T21:06:29.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 5313 | 2026-08-25T21:06:29.484Z | |
| 5314 | 2026-08-25T21:06:29.484Z | info: running `cargo check --bins` on tqdb (372/377) |
| 5315 | 2026-08-25T21:06:29.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5316 | 2026-08-25T21:06:29.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5317 | 2026-08-25T21:06:30.235Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5318 | 2026-08-25T21:06:30.585Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5319 | 2026-08-25T21:06:31.093Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5320 | 2026-08-25T21:06:31.093Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5321 | 2026-08-25T21:06:37.894Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5322 | 2026-08-25T21:06:37.898Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5323 | 2026-08-25T21:06:37.899Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5324 | 2026-08-25T21:06:38.507Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5325 | 2026-08-25T21:06:38.510Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5326 | 2026-08-25T21:06:38.510Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5327 | 2026-08-25T21:06:38.511Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5328 | 2026-08-25T21:06:39.293Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5329 | 2026-08-25T21:06:39.923Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5330 | 2026-08-25T21:06:40.155Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5331 | 2026-08-25T21:06:40.316Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5332 | 2026-08-25T21:06:41.172Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5333 | 2026-08-25T21:06:41.820Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5334 | 2026-08-25T21:06:46.647Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5335 | 2026-08-25T21:06:53.903Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5336 | 2026-08-25T21:06:53.908Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5337 | 2026-08-25T21:06:53.908Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5338 | 2026-08-25T21:06:53.908Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5339 | 2026-08-25T21:06:55.393Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5340 | 2026-08-25T21:06:56.694Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5341 | 2026-08-25T21:06:57.371Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5342 | 2026-08-25T21:06:58.662Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5343 | 2026-08-25T21:06:59.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.75s |
| 5344 | 2026-08-25T21:06:59.407Z | |
| 5345 | 2026-08-25T21:06:59.407Z | info: running `cargo check --bins` on wicket-dbg (373/377) |
| 5346 | 2026-08-25T21:06:59.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5347 | 2026-08-25T21:06:59.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5348 | 2026-08-25T21:07:00.113Z | Checking rtoolbox v0.0.3 |
| 5349 | 2026-08-25T21:07:00.113Z | Checking tui-tree-widget v0.23.1 |
| 5350 | 2026-08-25T21:07:00.117Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5351 | 2026-08-25T21:07:00.117Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5352 | 2026-08-25T21:07:00.331Z | Checking rpassword v7.5.4 |
| 5353 | 2026-08-25T21:07:03.428Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5354 | 2026-08-25T21:07:05.051Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5355 | 2026-08-25T21:07:05.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.44s |
| 5356 | 2026-08-25T21:07:06.044Z | |
| 5357 | 2026-08-25T21:07:06.044Z | info: running `cargo check --bins` on wicket (374/377) |
| 5358 | 2026-08-25T21:07:06.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5359 | 2026-08-25T21:07:06.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5360 | 2026-08-25T21:07:06.735Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5361 | 2026-08-25T21:07:07.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 5362 | 2026-08-25T21:07:07.278Z | |
| 5363 | 2026-08-25T21:07:07.279Z | info: running `cargo check --bins` on wicketd (375/377) |
| 5364 | 2026-08-25T21:07:07.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5365 | 2026-08-25T21:07:07.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5366 | 2026-08-25T21:07:07.980Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5367 | 2026-08-25T21:07:11.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 5368 | 2026-08-25T21:07:11.689Z | |
| 5369 | 2026-08-25T21:07:11.689Z | info: running `cargo check --bins` on omicron-workspace-hack (376/377) |
| 5370 | 2026-08-25T21:07:12.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5371 | 2026-08-25T21:07:12.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5372 | 2026-08-25T21:07:12.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5373 | 2026-08-25T21:07:12.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5374 | 2026-08-25T21:07:12.250Z | |
| 5375 | 2026-08-25T21:07:12.251Z | info: running `cargo check --bins` on zone-setup (377/377) |
| 5376 | 2026-08-25T21:07:12.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5377 | 2026-08-25T21:07:12.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5378 | 2026-08-25T21:07:12.926Z | Checking uzers v0.12.2 |
| 5379 | 2026-08-25T21:07:13.189Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5380 | 2026-08-25T21:07:13.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 5381 | 2026-08-25T21:07:14.164Z | |
| 5382 | 2026-08-25T21:07:14.164Z | real 14:37.643732952 |
| 5383 | 2026-08-25T21:07:14.164Z | user 22:03.448639955 |
| 5384 | 2026-08-25T21:07:14.167Z | sys 4:30.909491372 |
| 5385 | 2026-08-25T21:07:14.168Z | trap 0.352409309 |
| 5386 | 2026-08-25T21:07:14.168Z | tflt 2.135790061 |
| 5387 | 2026-08-25T21:07:14.168Z | dflt 1.609054018 |
| 5388 | 2026-08-25T21:07:14.168Z | kflt 0.005361454 |
| 5389 | 2026-08-25T21:07:14.168Z | lock 1:31:43.384167710 |
| 5390 | 2026-08-25T21:07:14.168Z | slp 1:44:34.021855198 |
| 5391 | 2026-08-25T21:07:14.168Z | lat 58.793252012 |
| 5392 | 2026-08-25T21:07:14.168Z | stop 4:12.853510430 |
| 5393 | 2026-08-25T21:07:14.168Z | process exited: duration 1019138 ms, exit code 0 |
| |
| 5394 | 2026-08-25T21:07:14.174Z | found 0 output files |